Fixed rare threading problem
[official-gcc.git] / gcc / ChangeLog
blob87db20a062014c8c4706bbbf17937bf11e1bb269
1 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3         * config/h8300/h8300.md (a peephole2): New.
5 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
8         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
9         from ld-linux.so.2 to ld.so.1.
10         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
11         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
12         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
13         nor -Wl,-rpath-link.
14         (LIB_SPEC): Add -rpath-link if !static.
15         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
16         * config/mn10300/mn10300.c (mn10300_protect_label): New
17         variable.
18         * config/mn10300/linux.h (PRINT_OPERAND,
19         PRINT_OPERAND_ADDRESS): Set it during their execution.
20         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
21         mn10300_protect_label is set.
22         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
23         -Wl,-rpath-link.
24         (LIB_SPEC, STARTFILE_SPEC): Define.
25         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
26         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
27         FLOAT_BIT_ORDER_MISMATCH.
28         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
29         * config.gcc (am33_2.0-*-linux*): Added.
30         * config/mn10300/linux.h: New.
31         * config/mn10300/t-linux: New.
33 2003-07-10  Andreas Jaeger  <aj@suse.de>
35         * fold-const.c: Properly wrap prototypes.
37 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
39         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
40         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
41         Moved from...
42         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
43         * config/mn10300/mn10300.h: GTY-declare it.
44         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
45         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
46         prototype.  Use incoming RTL argument.
47         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
48         * config/mn10300/mn10300.md (int_label): Move C statements...
49         (GOTaddr2picreg): ... here.
50         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
51         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
52         * config/mn10300/mn10300.c (mn10300_encode_section_info):
53         ... here.  New function.
54         (TARGET_ENCODE_SECTION_INFO): Define to it.
55         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
56         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
57         pattern name.
58         (mn10300_loadPC): Define as insn splittable after reload.
59         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
60         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
61         be defined in .rodata even in PIC, now that the assembler
62         supports that.
63         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
64         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
65         symbol take an underscore prefix.
66         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
67         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
68         legitimize_pic_address): Declare.
69         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
70         the PIC register as fixed.
71         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
72         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
73         PIC.
74         (LEGITIMATE_PIC_OPERAND_P): Define.
75         (PIC_OFFSET_TABLE_REGNUM): Define.
76         (GOT_SYMBOL_NAME): Define.
77         (SYMBOLIC_CONST_P): Define.
78         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
79         symbols.
80         (MN10300_GLOBAL_P): Test it.
81         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
82         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
83         * config/mn10300/mn10300.c (print_operand): Handle unspec.
84         (expand_prologue): Set PIC register.
85         (call_address_operand): Don't match SYMBOL_REFs in PIC.
86         (legitimize_address): Call legitimize_pic_address.
87         (legitimize_pic_address): New fn.
88         (legitimate_pic_operand_p): New fn.
89         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
90         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
91         UNSPEC_PLT): New constants.
92         (pop_pic_reg): New insn.
93         (movsi): Adjust non-PIC addresses.
94         (builtin_setjmp_receiver): Restore the PIC register.
95         (casesi): New insn.
96         (call): Adjust non-PIC addresses.
97         (int_label, GOTaddr2picreg): New expands.
98         (am33_loadPC): New insn.
99         (mn10300_loadPC): New expand.
100         (call_next_insn): New insn.
101         (add_GOT_to_pic_reg): New expand.
102         (symGOT2reg, symGOT2reg_i): New expands.
103         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
104         (sym2PIC, sym2PLT): New expands.
106 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
108         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
109         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
110         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
111         to flag_unsafe_math_optimizations.
112         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
113         * config/mn10300/mn10300.c (expand_prologue): Mark
114         FP-register-saving insns as frame-related.
115         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
116         * config/mn10300/mn10300.c
117         (mn10300_get_live_callee_saved_regs): Don't search past
118         LAST_EXTENDED_REGNUM.
119         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
120         * config/mn10300/mn10300.md: Remove excessive line breaks from
121         `@' output patterns that were accounted as additional
122         alternatives.
123         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
124         Re-introduce changes accidentally removed in Richard Sandiford's
125         2000-12-05's patch.
126         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
127         Re-instate am33-2 lost in merge from net GCC.
128         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
129         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
130         floating-point registers.
131         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
132         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
133         pessimizations that had gone in on 2000-05-08.
134         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
135         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
136         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
137         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
138         operand 0.
139         * (movhi): Likewise.
140         * (movsi): Likewise.
141         * (movsf): Likewise.
142         * (movdi): Likewise.
143         * (movdf): Likewise.
144         Wed May 24 13:16:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
145         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
146         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
147         (expand_prologue, expand_epilogue): Save and restore FP regs.
148         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
149         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
150         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
151         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
152         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
153         Do not clobber cc0.
154         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
155         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
156         Discourage the two-argument, longer opcodes.
157         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
158         ones.
159         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
160         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
161         * config/mn10300/mn10300.md (cmpsf): New pattern.
162         (branch): Test mdep.fpCC and output fbCC.
163         * config/mn10300/mn10300.c (print_operand): Output conditions.
164         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
165         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
166         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
167         mulsf3, divsf3): Use the `F' constraint for FP values.
168         * config/mn10300/mn10300.c (const_1f_operand): New function.
169         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
170         * config/mn10300/mn10300.md (sqrtsf2): New expand.
171         (rsqrtsf2): New insn.
172         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
173         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
174         previous check-in.
175         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
176         * config/mn10300/mn10300.md (abssf2, negdf2): On
177         TARGET_AM33_2, expand to...
178         (abssf2_am33_2, negdf2_am33_2): New insns.
179         (addsf3, subsf3, mulsf3, divsf3): Likewise.
180         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
181         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
182         movdi, movdf): Added FP regs.
183         * invoke.texi (-mam33-2, -mno-am33-2): Document.
184         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
185         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
186         New macros.
187         (REGNO_AM33_2_FP_P): Renamed to...
188         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
189         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
190         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
191         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
192         regs from GENERAL_REGS.
193         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
194         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
195         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
196         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
197         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
198         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
199         as FP_REGS.
200         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
201         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
202         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
203         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
204         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
205         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
206         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
207         AM33/2.0 floating-point registers.
208         (CONDITIONAL_REGISTER_USAGE): Adjust.
209         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
210         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
211         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
212         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
213         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
214         (MULTILIB_DIRNAMES): Likewise.
215         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
216         `__AM33_2__' when `-mam33-2' is given.
217         (TARGET_AM33_2): Define.
218         (TARGET_SWITCHES): Adjust.
219         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
220         when appropriate.
222 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
224         * doc/install.texi: Add missing @.
226 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
228         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
230 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
232         PR/11144
233         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
235 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
237         PR bootstrap/11043
238         * config/arc/t-arc: Replace bogus references to "x-crtinit.o", 
239         "x-crtfini.o" with "crtinit.o", "crtfini.o".
241         * fixinc/inclhack.def (limits_ifndefs): Add select test.
242         * fixinc/fixincl.x: Rebuild.
244         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
245         * fixinc/fixincl.x: Rebuild.
247 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
249         * doc/install.texi (Configuration): Document the valgrind option
250         to --enable-checking.
252 Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
254         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
256 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
258         * c-lex.c (cb_ident): Cast cstr.text to const char *.
260 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
262         * gcov-io.h: Update documentation.
263         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
264         GCOV_NOTE_MAGIC.
265         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
266         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
267         (struct gcov_var): Change buffer's type. Add endian flag.
268         (gcov_open): Remove mode in libgcov.
269         (gcov_magic): Prototype.
270         * gcov-io.c (from_file): New.
271         (gcov_open): Clear endian flag.
272         (gcov_magic): New.
273         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
274         pointers.
275         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
276         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
277         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
278         * gcov-iov.c (main): Correct cast.
279         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
280         conversion.
281         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
282         (coverage_init): Use GCOV_NOTE_SUFFIX.
283         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
284         Rename to gcov_version, and return flag.
285         (gcov_exit): Use gcov_version.
286         (__gcov_init): Use gcov_version.
287         * Makefile.in (coverageexts): Update.
288         * gcov.c (print_version): Remove endianness conversion.
289         (create_file_names): Use GCOV_NOTE_SUFFIX.
290         (read_graph_file): Use gcov_magic.
291         (read_count_file): Likewise.
292         * gcov-dump.c (dump_file): Remove endianness conversion, use
293         gcov_magic.
295 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
297         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
298         coverage is on.
299         * configure: Regenerated.
300         * Makefile.in (ALL_CFLAGS): Correct its comment.
302 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
304         * fold-const.c (make_range): Do not access operand 1 for a
305         zero-operand operator.
307 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
309         * toplev.c (warn_dummy, W_options): Die.
310         (display_help): Don't print W_options.
311         * common.opt: Add W_options help from toplev.c.
313 2003-07-09  Andreas Jaeger  <aj@suse.de>
315         * opts.c (wrap_help): Only pass int arguments as arguments to
316         printf's '*' modifier.  Change argument of function.
318 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
320         * doc/invoke.texi: Fix misspelling of "@item".
322 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
324         * config/i386/i386.md: Remove an old comment about
325         NOTICE_UPDATE_CC.
327 Wed Jul  9 03:00:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
329         * cgraph.c (cgraph_node_name): New function.
330         (dump_cgraph): Use it.
331         * cgraph.h (cgraph_dump_file): Declare.
332         (cgraph_node_name): Declare.
333         * cgraphunit.c: Include timevar.h
334         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
335         (cgraph_optimize_function): Use TV_INTEGRATION.
336         (cgraph_mark_local_functions): reorganize dumps.
337         (cgraph_mark_functions_to_inline_once): Likewise.
338         (cgraph_optimize): Likewise; use timevar.
339         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
340         * toplev.c (dump_file_index): Add DFI_cgraph.
341         (dump_file_info): Likewise.
342         (cgraph_dump_file): New global variable.
343         (do_compile): Open and close cgraph dump.
344         * invoke.texi (-d): Document new flag; renumber.
346 2003-07-08  Roger Sayle  <roger@eyesopen.com>
348         PR c/11370
349         * calls.c (emit_call_1): Don't bother popping the arguments off of
350         the stack after a noreturn function call;  The adjustment is dead.
351         (expand_call): Likewise.
353 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
355         * expr.c (MOVE_MAX_PIECES): Move from here...
356         * defaults.h (MOVE_MAX_PIECES): ... to here.
358 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
360         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
362 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
364         * genattr.c (internal_dfa_insn_code): Don't prototype.
365         * genattrtab.c (attr_desc): Add `static_p' field.
366         (expand_units): Make blockage range and ready cost functions
367         static.
368         (write_attr_get): Don't add extern prototypes in C file.  Mark
369         static functions as appropriate.
370         (find_attr, make_internal_attr): Initialize static_p.
371         * genattrtab.h (ATTR_STATIC): New macro.
372         * genautomata.c (output_internal_reset_func): Mark output function
373         as inline.
374         (make_internal_dfa_insn_code_attr): Mark output function as static.
376 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
378         * genattrtab.h: Add new macros for attr `special' flags.
379         * genattrtab.c (attr_desc): Reorder/resize fields better.
380         Use attr `special' macros in all calls to make_internal_attr.
381         * genautomata.c: Likewise.
383 Wed Jul  9 02:25:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
385         * c-common.c (c_estimate_num_insns_1): New static function.
386         (c_estimate_num_insns): New global function.
387         * c-common.h (DECL_NUM_STMTS): Rename to...
388         (DECL_ESTIMATED_INSNS): ... this.
389         (c_estimate_num_insns): Declare.
390         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
391         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
392         * c-semantics.c (add_stmt): Do not account statements.
393         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
394         New.
395         * langhooks.h (lang_hooks_for_tree_inlining): Add
396         estimate_num_insns
397         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
398         to 100.
399         (max-inline-insns): set to 300.
400         (min-inline-insns): set to 10.
401         * tree-inline.c (struct inline_data): Rename inlined_stmts to
402         inlined-insns.
403         (INSNS_PER_STMT): Kill.
404         (inlinable_function_p): Compute and store body size.
405         (expand_call_inline): Likewise.
406         (optimize_inline_calls): Likewise.
408 2003-07-08  James E Wilson  <wilson@tuliptree.org>
410         PR target/10021
411         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
412         loop over new variable t2 instead of t.
414 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
416         PR bootstrap/11455
417         * config/i386/winnt.c: Replace use of error(), warning() with
418         error_with_decl(), warning_with_decl(),  throughout.
420 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
422         * opts.c (wrap_help): Use unsigned int, not size_t.
424 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
426         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
427         as .file/.loc directives are incompatible with linker relaxation.
429 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
431         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
432         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
433         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
434         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
435         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
436         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
437         Escape { and } characters which are not part of range expressions.
438         * fixinc/fixincl.x: Regenerate.
439         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
441 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
443         PR c/1687
444         * tree-inline.c (find_alloca_call): Use
445         walk_tree_without_duplicates, instead of walk_tree.
446         (find_builtin_longjmp_call): Likewise.
447         * c-objc-common.c (c_cannot_inline_fn): Likewise.
448         * c-semantics.c (find_reachable_label): Likewise.
450 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
452         PR c/11420
453         * config/i386/i386.c (ix86_check_movabs): New function.
454         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
455         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
456         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
458 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
460         * Makefile.in (install-po): Cope with empty CATALOGS.
462 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
464         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
465         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
466         (SECTION_FUNCTION_TEMPLATE): Delete.
467         * config/mips/elf.h: As for elf64.h.
468         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
469         * config/mips/linux.h: As for elf.h
470         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
471         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
472         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
473         of in_sdata from current_section_name and current_section_flags.
474         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
475         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
476         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
477         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
478         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
479         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
480         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
481         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
482         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
483         (override_options): Remove setting of MASK_GPOPT.
484         (mips_output_external): Use mips_in_small_data_p to check whether a
485         symbol needs an .extern directive.  Don't emit such directives for
486         TARGET_EXPLICIT_RELOCS.
487         (mips_declare_object): Update accordingly.
488         (mips_select_rtx_section): Call named_section rather than
489         SMALL_DATA_SECTION.
490         (mips_select_section): Use default_elf_section_section for everything
491         except .text string constants.
492         (mips_in_small_data_p): New function.
493         (mips_encode_section_info): Remove small data handling.
494         (mips_unique_section): Delete.
495         (iris6_section_type_flags): New function.
496         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
498 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
500         PR Target/11453
501         * pa.md: Disparage all mtsar constraints.
502         (extzv, extv, insv): Don't fail on length of {32|64}.
504 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
506         * system.h: Poison MAP_CHARACTER.
507         * config/i370/i370-protos.h (mvs_map_char): Delete.
508         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
509         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
510         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
512 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
514         * toplev.c (randomize): Correct call to time().
516 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
518         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
519         REG_EQUIV notes as well.
521 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
523         * doc/md.texi: Fix the description of addmodecc.
525 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
527         * Makefile.in (top_builddir): Set to "..", not ".".
528         (INTLLIBS, INTLDEPS): Delete.
529         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
530         (LIBDEPS): Add $(LIBICONV_DEP).
531         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
532         (INCLUDES): Replace -I../intl with @INCINTL@.
533         ($(top_builddir)/intl/libintl.a): Delete rule.
534         (stage2-start, stage3-start, stage4-start, stageprofile-start,
535         stagefeedback-start): Use $$ for variable to be evaluated by
536         shell, not make.
537         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
538         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
539         * aclocal.m4: sinclude ../config/progtest.m4.  Add
540         contents of lcmessage.m4 from gettext distro.
541         * configure.in: Check for wchar.h and setlocale.  Set
542         LIBICONV_DEP to the empty string and substitute it.
543         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
544         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
545         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
546         in $LIBINTL, to avoid linking it twice.
547         * configure, config.in: Regenerate.
549 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
551         * fixinc/mkfixinc.sh: Remove winnt support.
552         * fixinc/fixinc.winnt: Delete with extreme prejudice.
554 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
556         * Makefile.in: Update.
557         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
558         * c.opt: Update documentation.
559         * common.opt: Add some help text.
560         * opts.c: Include intl.h.
561         (wrap_help, print_help): New.
562         (find_opt, handle_option, common_handle_option): opt_text now
563         contains the '-'.  Use print_help to output help.
564         * opts.h (struct cl_option): New member "help".
565         * opts.sh: Update to handle help text output and to prepend
566         options with '-'.
567         * toplev.c (display_help): Remove some help text.
569 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
570             Fariborz Jahanian  <fjahanian@apple.com>
572         * configure.in: Test for PowerPC mfcr field support in assembler.
573         * config.in, configure: Regenderated.
575         * config/rs6000/power4.md: Add mfcrf reservation.
576         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
577         * config/rs6000/rs6000.c (mfcr_operation): Define.
578         (print_operand): Add 'Q' case for mfcrf.
579         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
580         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
581         (movcc_internal1): Emit optional field operand for mfcr and set
582         "type" attribute appropriately.
583         (mfcr SCC): Likewise.
584         (movesi_from_cr_one): New.
586 2003-07-07  Roger Sayle  <roger@eyesopen.com>
588         * config/i386/i386.md: Correct check-in of incorrect version.
590 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
592         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
593         adjacent stdio calls.
594         * c-decl.c (c_print_identifier): Likewise.
595         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
596         * print-rtl.c (print_rtx): Likewise.
597         * print-tree.c (print_node_brief, print_node): Likewise.
598         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
600         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
601         * config.in, configure: Regenerated.
603 2003-07-07  Roger Sayle  <roger@eyesopen.com>
605         PR target/10979
606         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
607         Changed to define_expand patterns that copy operand[1] to prevent
608         it from being clobbered before emitting an atan2?f3_1 insn.
609         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
610         patterns that actually specify the behaviour of x87's FPATAN.
612 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
614         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
615         clearing of SYMBOL_FLAG_LOCAL bit.
616         If vcall_offset fits into signed 16-bit immediate, use
617         one instruction for both addition and load.
619 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
621         * opts.c (common_handle_option): Correct handling of the
622         -falign- switches that do and don't take an argument.
624 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
626         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
627         today.
628         (pushhi1_h8300hs): Likewise.
630 2003-07-07  Andreas Jaeger  <aj@suse.de>
632         * genextract.c: Convert remaining prototypes to ISO C90.
634         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
635         * fold-const.c (fold_single_bit_test): Likewise.
636         * diagnostic.c (default_diagnostic_finalizer): Likewise.
637         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
639         * gengtype.c (write_array): Generate ISO C90 prototypes.
641         * genflags.c (gen_proto): Generate ISO C90 prototypes.
643 2003-07-07  Roger Sayle  <roger@eyesopen.com>
645         PR optimization/11059
646         * expr.c (can_store_by_pieces): Return true if length is zero.
647         (store_by_pieces): If length is zero and endp is two, abort,
648         othwerise, if length is zero and endp is not two, return "to".
649         (clear_by_pieces): Do nothing if length is zero.
650         (clear_storage): Do nothing if length is zero.
651         (store_constructor): Simplify code when size is zero, or the
652         target has already been cleared.  This avoids emitting a
653         blockage instruction when initializing empty structures.
655 2003-07-07  Andreas Jaeger  <aj@suse.de>
657         * mips-tfile.c: Convert prototypes to ISO C90.
658         * mips-tdump.c: Convert prototypes to ISO C90.
660 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
662         * rtl.h (emit_line_note): Take a location_t.
663         (emit_line_note_force): Remove.
664         (set_file_and_line_for_statement): Take a location_t.
665         * tree.g (emit_line_note): Take a location_t.
666         * emit-rtl.c (emit_line_note): Take a location_t.
667         (emit_line_note_force): Remove.
668         * function.c (init_function_start): Adjust emit_line_note call.
669         (expand_function_end): Use force_next_line_note, not
670         emit_line_note_force.
671         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
672         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
673         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
674         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
675         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
676         genrtl_continue_stmt, genrtl_switch_stmt,
677         genrtl_asm_stmt): Likewise.
678         * expr.c (expand_expr): Likewise.
679         * integrate.c (expand_inline_function): Likewise.
680         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
681         (expand_decl_init): Adjust emit_line_note call.
683 2003-07-07  Dale Johannesen  <dalej@apple.com>
685         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
687 2003-07-07  Andreas Jaeger  <aj@suse.de>
689         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
690         * config/i386/i386.c: Likewise.
692 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
694         * config/h8300/h8300.md: Use gen_int_mode instead of
695         GEN_INT (trunc_int_for_mode (...)).
697 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
699         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
700         2 bytes and then subtract 2 from the stack pointer.
701         (pushhi1_h8300hs): Likewise.
703 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
705         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
706         -frandom-seed.
707         * configure: Regenerated.
708         * Makefile.in: Remove extraneous comment.
709         * toplev.c (randomize): Protect against potential multiple calls.
710         * doc/invoke.texi (-frandom-seed): Document use for in coverage
711         files.
713 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
714             Eric Botcazou  <ebotcazou@libertysurf.fr>
716         PR optimization/11198
717         * alias.c (objects_must_conflict_p): Return 1 if the types have
718         the same alias set, not if the alias sets only conflict.
720 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
722         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
723         (convert_cset): Change inbuf to type ICONV_CONST char.
724         * Makefile.in (LIBS): Add LIBICONV.
726         * doc/invoke.texi (-falign-functions): Document that
727         when n is zero then a machine-dependent default is used.
728         (-falign-labels): Document that when n is zero then a
729         machine-dependent default is used and that -falign-labels =1
730         is equivalent to -fno-align-labels.
731         (-falign-loops): Likewise.
732         (-falign-jumps): Likewise.
734 2003-07-06  Art Haas  <ahaas@airmail.net>
736         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
737         initializer syntax.
739 2003-07-06  James E Wilson  <wilson@tuliptree.org>
741         PR optimization/9812
742         * rtl.h (mem_for_const_double): Delete prototype.
743         * varasm.c (mem_for_const_double): Delete function.
744         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
745         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
746         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
747         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
748         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
749         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
750         comment about confused support for XFmode constants.
752 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
754         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
756 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
758         * config/h8300/h8300.c: Fix comment typos.
759         * config/h8300/h8300.md: Likewise.
760         * config/i386/athlon.md: Likewise.
761         * config/i386/i386.c: Likewise.
762         * config/i386/pentium.md: Likewise.
763         * config/ia64/ia64.c: Likewise.
764         * config/ia64/itanium1.md: Likewise.
765         * config/ia64/itanium2.md: Likewise.
766         * config/m32r/m32r.md: Likewise.
767         * config/m68hc11/m68hc11.c: Likewise.
768         * config/mcore/mcore.c: Likewise.
769         * config/mips/sr71k.md: Likewise.
770         * config/mips/t-iris5-as: Likewise.
771         * config/mmix/mmix.h: Likewise.
772         * config/ns32k/ns32k.h: Likewise.
773         * config/ns32k/NOTES: Fix a typo.
775 2003-07-06  Andreas Jaeger  <aj@suse.de>
777         * stmt.c: Convert remaining prototypes to ISO C90.
778         * cfglayout.c: Likewise.
779         * dbxout.c: Likewise.
780         * gcc.c: Likewise.
781         * genemit.c: Likewise.
783         * basic-block.h: Convert prototypes to ISO C90.
784         * c-parse.in: Likewise.
785         * c-pragma.h: Likewise.
786         * c-typeck.c: Likewise.
787         * cfghooks.h: Likewise.
788         * cfgloopanal.c: Likewise.
789         * dbxout.h: Likewise.
790         * debug.h: Likewise.
791         * dwarf2asm.h: Likewise.
792         * gcov.c: Likewise.
793         * gengtype-lex.l: Likewise.
794         * sched-int.h: Likewise.
795         * timevar.c: Likewise.
797 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
799         * c-common.h (c_comon_handle_filename,
800         c_common_missing_arguement): New.
801         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
802         LANG_HOOKS_MISSING_ARGUMENT): New.
803         * c-opts.c (missing_arg): Rename c_common_missing_argument,
804         update to be an appropriate langhook.
805         (c_common_handle_option): Don't handle filenames.
806         (c_common_handle_filename): New.
807         * hooks.c (hook_void_constcharptr,
808         hook_bool_constcharptr_size_t_false): New.
809         * hooks.h (hook_void_constcharptr,
810         hook_bool_constcharptr_size_t_false): New.
811         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
812         LANG_HOOKS_MISSING_ARGUMENT): New.
813         (LANG_HOOKS_INITIALIZER): Update.
814         * langhooks.h (struct lang_hooks): Add handle_filename and
815         missing_argument.
816         * opts.c (handle_option): Don't handle filenames here, but ...
817         (handle_options): ... here.
818         (common_handle_option): Don't handle missing arguments here.
819         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
820         LANG_HOOKS_MISSING_ARGUMENT): New.
822 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
824         * Makfile.in: Remove traces of mbchar.
825         * c-parse.in (MULTIBYTE_CHARS): Remove.
826         * config.in (MULTIBYTE_CHARS): Remove.
827         * configure: Remove --enable-mbchar.
828         * configure.in: Remove --enable-mbchar.
829         * mbchar.c, mbchar.h: Remove.
830         * system.h: Poison MULTIBYTE_CHARS.
831         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
832         * config/linux.h (MULTIBYTE_CHARS): Remove.
833         * config/svr4.h (MULTIBYTE_CHARS): Remove.
834         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
836 2003-07-06  Andreas Jaeger  <aj@suse.de>
838         * varray.c (varray_check_failed): Fix typo.
840         * unroll.c: Convert prototypes to ISO C90.
841         * varasm.c: Likewise.
842         * varray.c: Likewise.
843         * varray.h: Likewise.
844         * vmsdbgout.c: Likewise.
845         * xcoffout.c: Likewise.
846         * xcoffout.h: Likewise.
848 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
850         * gcov-io.h: Add a local time stamp.
851         (struct gcov_info): Add stamp field.
852         (gcov_truncate): New.
853         * coverage.c (read_counts_file): Skip the stamp.
854         (coverage_begin_output): Write the stamp.
855         (build_gcov_info): Declare and init the stamp.
856         (coverage_finish): Only unlink data file, if stamp is zero.
857         * gcov-dump.c (dump_file): Dump the stamp.
858         * gcov.c (bbg_stamp): New.
859         (release_structures): Clear bbg_stamp.
860         (read_graph_file): Read stamp.
861         (read_count_file): Check stamp.
862         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
864 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
866         * tree.h (default_flag_random_seed): Remove.
867         * toplev.h (local_tick): Declare.
868         * tree.c (flag_random_seed, default_flag_random_seed): Move to
869         toplev.c.
870         (append_random_chars): Don't call default_flag_random_seed.
871         * toplev.c (flag_random_seed): Define here. Set local_tick.
872         (local_tick): Define.
873         (randomize): New, moved from tree.c.
874         (print_switch_values): Adjust.
875         (toplev_main): Call randomize.
877 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
879         * tree.h (crc32_string): Declare.
880         * tree.c (append_random_chars): Remove.
881         (crc32_string): New.
882         (get_file_function_name_long): Use crc32_string here.
884 2003-07-06  Andreas Jaeger  <aj@suse.de>
886         * gcc.c: Convert prototypes to ISO C90.
887         * gcc.h: Likewise.
888         * gcov-dump.c: Likewise.
889         * gcov-iov.c: Likewise.
890         * gcse.c: Likewise.
891         * genattrtab.h: Likewise.
892         * ggc.h: Likewise.
893         * global.c: Likewise.
894         * graph.c: Likewise.
895         * graph.h: Likewise.
896         * hosthooks.h: Likewise.
897         * hooks.h: Likewise.
898         * hooks.c: Likewise.
899         * hashtable.h: Likewise.
900         * hashtable.c: Likewise.
901         * haifa-sched.c: Likewise.
902         * integrate.h: Likewise.
903         * integrate.c: Likewise.
904         * input.h: Likewise.
905         * ifcvt.c: Likewise.
906         * jump.c: Likewise.
907         * langhooks-def.h: Likewise.  Add extern to prototypes.
908         * langhooks.c: Likewise.
909         * langhooks.h: Likewise.
910         * lcm.c: Likewise.
911         * local-alloc.c: Likewise.
912         * loop-init.c: Likewise.
913         * loop-unroll.c: Likewise.
914         * loop-unswitch.c: Likewise.
915         * loop.c: Likewise.
916         * loop.h: Likewise. Add extern to prototypes.
917         * machmode.h: Likewise.
918         * main.c: Likewise.
919         * mbchar.c: Likewise.
920         * mbchar.h: Likewise.
921         * mkdeps.c: Likewise.
922         * mkdeps.h: Likewise.
923         * optabs.c: Likewise.
924         * optabs.h: Likewise.
925         * output.h: Likewise.
926         * gccspec.c: Likwise.
927         * postreload.c: Likewise.
928         * prefix.c: Likewise.
929         * prefix.h: Likewise.
930         * print-rtl.c: Likewise.
931         * print-tree.c: Likewise.
932         * profile.c: Likewise.
933         * read-rtl.c: Likewise.
934         * real.c: Likewise.
935         * real.h: Likewise.
936         * recog.c: Likewise.
937         * recog.h: Likewise.
938         * reg-stack.c: Likewise.
939         * regclass.c: Likewise.
940         * regmove.c: Likewise.
941         * regrename.c: Likewise.
942         * regs.h: Likewise.
943         * reload.c: Likewise.
944         * reload.h: Likewise.
945         * reload1.c: Likewise.
946         * reorg.c: Likewise.
947         * resource.c: Likewise.
948         * resource.h: Likewise.
949         * rtl-error.c: Likewise.
950         * rtl.c: Likewise.
951         * rtl.h: Likewise.
952         * rtlanal.c: Likewise.
953         * sbitmap.c: Likewise.
954         * sbitmap.h: Likewise.
955         * scan-decls.c: Likewise.
956         * scan.c: Likewise.
957         * sched-deps.c: Likewise.
958         * sched-ebb.c: Likewise.
959         * sched-int.h: Likewise.
960         * sched-rgn.c: Likewise.
961         * sched-vis.c: Likewise.
962         * sibcall.c: Likewise.
963         * simplify-rtx.c: Likewise.
964         * sreal.c: Likewise.
965         * sreal.h: Likewise.
966         * ssa-ccp.c: Likewise.
967         * ssa-dce.c: Likewise.
968         * ssa.c: Likewise.
969         * ssa.h: Likewise.
970         * stack.h: Likewise.
971         * stmt.c: Likewise.
972         * stor-layout.c: Likewise.
973         * stringpool.c: Likewise.
974         * target.h: Likewise.
975         * timevar.c: Likewise.
976         * timevar.h: Likewise.
977         * tlink.c: Likewise.
978         * tracer.c: Likewise.
979         * tree-inline.c: Likewise.
980         * tree-inline.h: Likewise.
981         * tree.c: Likewise.
982         * tree.h: Likewise.
984 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
986         * combine.c (nonzero_bits1): Fix a warning.
988 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
990         * config/h8300/h8300.c (compute_mov_length): Correct the
991         length of loading CONST0_RTX (SFmode).
993 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
995         * toplev.c (output_clean_symbol_name): Remove.
996         * toplev.h (output_clean_symbol_name): Remove.
997         * config/alpha/alpha.c (unicosmk_output_module_name): Use
998         lbasename & clean_symbol_name.
1000 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1002         * ggc.h: Follow spelling conventions.
1003         * config/i386/i386.c: Likewise.
1004         * config/i386/winnt.c: Likewise.
1005         * config/rs6000/rs6000.c: Likewise.
1007 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
1009         * bt-load.c: Fix comment typos.
1010         * c-incpath.c: Likewise.
1011         * cfg.c: Likewise.
1012         * cfgcleanup.c: Likewise.
1013         * cfgloop.h: Likewise.
1014         * cfgloopmanip.c: Likewise.
1015         * cfgrtl.c: Likewise.
1016         * diagnostic.h: Likewise.
1017         * dwarfout.c: Likewise.
1018         * emit-rtl.c: Likewise.
1019         * et-forest.c: Likewise.
1020         * et-forest.h: Likewise.
1021         * expr.c: Likewise.
1022         * gcse.c: Likewise.
1023         * genattr.c: Likewise.
1024         * jump.c: Likewise.
1025         * langhooks.h: Likewise.
1026         * local-alloc.c: Likewise.
1027         * loop-unroll.c: Likewise.
1028         * loop-unswitch.c: Likewise.
1029         * ra-build.c: Likewise.
1030         * regclass.c: Likewise.
1031         * regmove.c: Likewise.
1032         * rtl.def: Likewise.
1033         * rtlanal.c: Likewise.
1034         * sched-ebb.c: Likewise.
1035         * sched-rgn.c: Likewise.
1036         * simplify-rtx.c: Likewise.
1037         * ssa.c: Likewise.
1038         * tracer.c: Likewise.
1039         * tree.c: Likewise.
1041 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
1043         * cppcharset.c: Use the correct return type for the fallback iconv
1044         macro.
1046 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1048         Blame to Jan Hubicka  <jh@suse.cz>
1049         * cfglayout.c (record_effective_endpoints): Split insns before
1050         first basic block correctly.
1052 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1054         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1055         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1056         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1058 2003-07-05  Andreas Jaeger  <aj@suse.de>
1060         * genattrtab.c (write_attr_get): Revert part of last patch to
1061         always write out a prototype.
1063         * genemit.c (gen_split): Readd lost unused attributes in last
1064         patch.
1066 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1068         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1069         different from header.
1071 2003-07-05  Andreas Schwab  <schwab@suse.de>
1073         * config/m68k/m68k.c: Remove code protected by CRDS.
1074         * config/m68k/m68k.md: Likewise.
1076 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
1078         PR driver/11417
1079         * c-opts.c (permit_fortran_options): New.
1080         (c_common_init_options): Accept fortran front end options if
1081         it looks like we might be preprocessing Fortran.
1082         (c_common_handle_option): Don't reject switch if permit_fotran_options.
1084 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1086         * genattr.c (internal_dfa_insn_code): Output prototype.
1087         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1088         * genautomata.c: Likewise.
1089         * genconditions.c: Likewise.
1090         * genemit.c: Likewise.
1091         * genextract.c: Likewise.
1092         * gengenrtl.c: Likewise.
1093         * gengtype.c: Likewise.
1094         * genopinit.c: Likewise.
1095         * genoutput.c: Likewise.
1096         * genpeep.c: Likewise.
1097         * genrecog.c: Likewise.
1099 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1101         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1102         (struct cpp_options): Add narrow_charset, wide_charset,
1103         bytes_big_endian fields.  Remove EBCDIC field.
1104         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1106         * cpphash.h: Include <iconv.h> if we have it, otherwise
1107         provide a dummy definition of iconv_t.
1108         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1109         (_cpp_valid_ucn): Update prototype.
1110         (_cpp_destroy_iconv): New prototype.
1112         * doc/cpp.texi: Document character set handling.
1113         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1114         * doc/extend.texi: Delete entire section on multiline strings.
1115         Rewrite section on __FUNCTION__ etc now that these are
1116         variables in C.
1118         * cppucnid.tab, cppucnid.pl: New files.
1119         * cppucnid.h: New generated file.
1120         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
1121         (iconv_open, iconv, iconv_close): Provide dummy definitions
1122         if !HAVE_ICONV.
1123         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1124         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1125         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1126         cpp_interpret_string, narrow_str_to_charconst,
1127         wide_str_to_charconst): New.
1128         (ucn_valid_in_identifier): Use a binary search through the
1129         ucnranges table defined in cppucnid.h, not a long chain of if
1130         statements.
1131         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
1132         character names are only valid in C++ and C99" to a warning.
1133         Issue the "meaning of \[uU] is different in traditional C"
1134         warning here.  Take care not to let iconv see an invalid UCS
1135         value if we get a malformed UCN.  Issue an error if we don't
1136         have iconv.
1137         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
1138         cpp_interpret_string to do the heavy lifting.
1140         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1141         narrow_charset, wide_charset fields of options structure.
1142         (cpp_destroy): Call _cpp_destroy_iconv.
1143         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1144         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1145         (cpp_interpret_charconst): Moved to cppcharset.c.
1146         * cpplib.c (dequote_string): Delete.
1147         (interpret_string_notranslate): New.
1148         (do_line, do_linemarker): Use interpret_string_notranslate.
1150         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1152         * c-common.c (fname_string, combine_strings): Delete.
1153         * c-common.h (fname_string, combine_strings): Delete prototypes.
1154         * c-lex.c (ignore_escape_flag): Delete.
1155         (cb_ident): Use cpp_interpret_string, not lex_string.
1156         (get_nonpadding_token): New function.
1157         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1158         Adjust calls to lex_string.  Don't write *value twice.
1159         (lex_string): Now handles string constant concatenation.
1160         Most of the work handed off to cpp_interpret_string.
1161         Call fix_string_type here.
1162         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1163         FUNC_NAME, throughout.
1164         (OBJC_STRING): New token type.
1165         (primary:STRING): No need to call fix_string_type here.
1166         (primary:objc_string): Make that OBJC_STRING.
1167         (objc_string nonterminal): Delete.
1168         (yylexname): Delete code to handle fake string constants.
1169         (yylexstring): Delete entirely.
1170         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
1171         to handle CPP_ATSIGN.
1173         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1174         * c-opts.c (missing_arg, c_common_handle_option): Handle
1175         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1176         (c_common_init): Set cpp_opts->bytes_big_endian, not
1177         cpp_opts->EBCDIC.  Call cpp_init_iconv.
1178         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1179         (TARGET_EBCDIC): Delete default definition.
1181         * objc/objc-act.c (build_objc_string_object): No need to
1182         handle string constant concatenation.
1184 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1186         * doc/install.texi: Fix typos.
1187         * doc/invoke.texi: Likewise.
1188         * doc/tm.texi: Likewise.
1190 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1192         * config/pa/fptr.c: Fix comment typos.
1193         * config/pa/pa-64.h: Likewise.
1194         * config/pa/pa.c: Likewise.
1195         * config/pa/pa.h: Likewise.
1196         * config/rs6000/603.md: Likewise.
1197         * config/rs6000/7xx.md: Likewise.
1198         * config/rs6000/darwin.h: Likewise.
1199         * config/rs6000/freebsd.h: Likewise.
1200         * config/rs6000/rs6000.c: Likewise.
1201         * config/rs6000/rs6000.md: Likewise.
1202         * config/rs6000/spe.h: Likewise.
1204 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
1206         * config/s390/2064.md: Change GNU CC to GCC.
1207         * config/s390/2084.md: Likewise.
1208         * config/s390/fixdfdi.h: Likewise.
1209         * config/s390/linux.h: Likewise.
1210         * config/s390/s390-modes.def: Likewise.
1211         * config/s390/s390-protos.h: Likewise.
1212         * config/s390/s390.c: Likewise.
1213         * config/s390/s390.h: Likewise.
1214         * config/s390/s390.md: Likewise.
1215         * config/s390/s390x.h: Likewise.
1217 2003-07-04  Jeff Law  <law@redhat.com>
1219         PR c/11428
1220         * expr.c (do_store_flag): Pass in the correct result type
1221         when calling fold_single_bit_test.
1222         * fold-const.c (fold_single_bit_test): Use result_type for the
1223         result when folding a sign bit test.
1225 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
1227         * opts.c (common_handle_options): Negate sense of -falign- switches.
1229 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
1231         * Makefile.in: Replace PWD with PWD_COMMAND.
1233 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1235         * cfgloopanal.c (count_strange_loop_iterations): New static function.
1236         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1237         Handle strange loops.
1239 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
1241         * install.texi: Even the g77 manpage is derived from
1242         the full g77 manual.
1244 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1246         * ABOUT-NLS: Delete.
1247         * intl: Delete entire directory.
1248         * aclocal.m4: Include ../config/gettext.m4.  Delete
1249         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1250         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1251         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1252         Remove intl/Makefile from all_outputs.
1253         * configure, config.in: Regenerate.
1254         * Makefile.in: Expunge all references to intl subdirectory.
1255         Add -I../intl to INCLUDES.
1256         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1258 2003-07-04  Roger Sayle  <roger@eyesopen.com>
1260         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1261         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1263 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1265         PR c++/5287, PR c++/7910, PR c++/11021
1266         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1267         dllimport attribute if function is defined at declaration, but
1268         report error instead. Likewise for dllimport'd variable
1269         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
1270         declared within functions, Report error if dllimport or dllexport
1271         symbol is not global.
1272         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1273         if defined after declaration or if inlined. Don't allow definition
1274         of static data members of C++ classes. Don't dllimport virtual
1275         methods.
1276         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1277         (i386_pe_mark_dllimport): Remove unnecessary checks.
1278         (i386_pe_encode_section_info): Warn if the dllimport attribute
1279         and symbol prefix have been instantiated and then overridden.
1281         * doc/extend.texi: Document dllimport and dllexport attributes.
1283         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1285 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1287         * config/kaos.h (CPP_PREDEFINES): Delete.
1288         (TARGET_OS_CPP_BUILTINS): New.
1290 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1292         * c-aux-info.c: Include toplev.h after c-tree.h.
1293         * c-common.c: Likewise.
1294         (GCC_DIAG_STYLE): Undef.
1295         * c-semantics.c (GCC_DIAG_STYLE): Define.
1296         * c-tree.h (GCC_DIAG_STYLE): Likewise.
1297         * diagnostic.h (inform): Move prototype to toplev.h.
1298         * jump.c: Include diagnostic.h before toplev.h.
1299         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1300         (warning, error, fatal_error, pedwarn, sorry, inform,
1301         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1303 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1305         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1306         at all if edge is not specified.
1307         (can_copy_bbs_p, copy_bbs): New.
1308         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1309         * cfgloop.c (get_loop_body): Comment more precisely.
1310         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1311         (scale_bbs_frequencies): Fix comment typo.
1312         (can_duplicate_loop_p): Use can_copy_bbs_p.
1313         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1315 2003-07-03  Devang Patel <dpatel@apple.com>
1317         * c-opts.c (c_common_parse_file): Remove extra
1318         debug_hooks->start_source_file call.
1320 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1322         * real.c (real_trunc, real_floor, real_ceil): New functions
1323         to implement trunc, floor and ceil respectively.
1324         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1325         * builtins.c (integer_valued_real_p): New function to test if
1326         a floating point expression has an integer valued result.
1327         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1328         foo(x) where foo is an integer rounding function.  Similarly,
1329         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1330         (double)(int)x when both foo and bar are integer rounding
1331         functions and we don't need to honor errno.
1332         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
1333         New functions to fold trunc, floor and ceil.
1334         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
1335         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
1336         to fold BUILT_IN_CEIL*.
1337         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
1338         the remaining integer rounding functions.
1340 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1342         * config/sparc/sparc.c (function_arg_partial_nregs): Use
1343         SPARC_INT_ARG_MAX to determine where to split unnamed
1344         complex FP arguments.
1346 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
1348         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
1349         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
1350         (merge_blocks_move_predecessor_nojumps,
1351          merge_blocks_move_successor_nojumps): Use merge_blocks.
1352         (try_optimize_cfg): Use merge_blocks_move.
1353         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
1354         (merge_blocks_nomove): Rename to rtl_merge_blocks.
1355         (cfg_layout_create_basic_block): New.
1356         (rtl_can_merge_blocks): New.
1357         (cfg_layout_split_block): Do not alloc aux by hand.
1358         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
1359         merge_blocks.
1360         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
1361         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
1362         * cfgloopmanip.c (loop_split_edge_with): Likewise.
1363         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
1365         * basic-block.h (basic_block_def): Add field 'rbi'.
1366         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
1367         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
1368         * cfg.c (entry_exit_blocks): Add new field.
1369         * cfglayout.c: Include alloc-pool.h;
1370         (cfg_layout_pool): New.
1371         (record_effective_endpoints, fixup_reorder_chain,
1372         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
1373         of rbi.
1374         (cfg_layout_initialize_rbi): New function.
1375         (cfg_layout_initialize): Use it.
1376         (cfg_layout_finalize): Clear rbi fields.
1377         * cfglayout.h (RBI): Kill.
1378         (cfg_layout_initialize_rbi): Declare.
1379         * cfgloopmanip.c (copy_bbs): Use rbi.
1380         (record_exit_edges): Likewise.
1381         (duplicate_loop_to_header_edge): Likewise.
1382         * cfgrtl.c (cfg_layout_create_basic_block): Use
1383         cfg_layout_initialize_rbi.
1384         (cfg_layout_split_block): Use rbi.
1385         (cfg_layout_delete_block): Likewise.
1386         * loop-init.c (loop_optimizer_finalize): Likewise.
1387         * loop-unswitch.c (unswitch_loop): Likewise.
1388         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
1390         * cfgrtl.c: Update comments.
1391         (try_redirect_by_replacing_jump): New argument.
1392         (redirect_branch_edge): Break out from ...
1393         (rtl_redirect_edge_and_branch): ... this one.
1394         (update_cfg_after_block_merging): Break out from ...
1395         (rtl_merge_blocks): ... this one.
1396         (cfg_layout_split_edge): New.
1397         (cfg_layout_merge_blocks): New.
1398         (cfg_layout_can_merge_blocks_p): New.
1399         (cfg_layout_redirect_edge_and_branch): Reorganize.
1400         (cfg_layout_rtl_cfg_hooks): Fill in.
1401         (cfg_layout_delete_block): Kill barriers.
1402         * cfganal.c (can_fallthru): Deal with exit blocks
1403         * cfglayout.c (cfg_layout_function_header): New function
1404         (record_effective_endpoints): Record function header.
1405         (fixup_reorder_chain): Fixup dead jumptables; place header
1407         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
1408         * bb-reorder.c (cfg_layout_initialize): Update call.
1409         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
1410         edges in cfglayout mode.
1411         * cfglayout.c (cleanup_unconditional_jumps): Kill.
1412         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
1413         * cfglayout.h (cfg_layout_initialize): Update prototype.
1414         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
1415         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
1416         * flow.c (propagate_block): Do not crash when basic block ends
1417         by first insn in the chain.
1418         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
1419         do loop discovery.
1420         * tracer.c (tracer): Update call of cfg_layout_initialize.
1422 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1424         * Makefile.in: Use dependency variables in lieu of explicit
1425         files throughout.
1427 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
1429         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
1430         * tree.h: ...to here.
1432 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1434         * config/s390/2064.md: Fix comment typos.
1435         * config/s390/2084.md: Likewise.
1436         * config/s390/s390.c: Likewise.
1437         * config/s390/s390.md: Likewise.
1438         * config/sh/sh.c: Likewise.
1439         * config/sh/sh.h: Likewise.
1440         * config/sh/sh.md: Likewise.
1441         * config/sparc/sparc.c: Likewise.
1442         * config/sparc/sparc.h: Likewise.
1443         * config/sparc/sparc.md: Likewise.
1444         * config/stormy16/stormy16.c: Likewise.
1445         * config/stormy16/stormy16.h: Likewise.
1446         * config/stormy16/stormy-abi: Fix a typo.
1448 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
1450         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1452 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1454         * config/mips/mips.h (save_argv): Delete.
1456 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1458         PR target/10700
1459         * fold-const.c (extract_muldiv_1): There's nothing that can be done
1460         if the expression is a SAVE_EXPR.
1462 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1464         * config/m32r/m32r.c: Fix comment typos.
1465         * config/m68hc11/m68hc11.c: Likewise.
1466         * config/m68hc11/m68hc11.h: Likewise.
1467         * config/m68k/m68k.c: Likewise.
1468         * config/mcore/mcore.c: Likewise.
1469         * config/mcore/mcore.h: Likewise.
1470         * config/mcore/mcore.md: Likewise.
1471         * config/mips/mips.c: Likewise.
1472         * config/mips/mips.h: Likewise.
1473         * config/mips/mips.md: Likewise.
1474         * config/mips/netbsd.h: Likewise.
1475         * config/mn10300/mn10300.c: Likewise.
1477 2003-07-03  Andreas Schwab  <schwab@suse.de>
1479         * dbxout.c (pending_bincls): Move decl down inside
1480         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1482 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1484         * rtl.h (NOTE_DATA): Refer to whole union.
1485         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1487 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1489         PR optimization/11381
1490         * simplify-rtx.c (simplify_relational_operation): Check that
1491         two equal operands have no side-effects before simplifying
1492         the comparison.
1494 2003-07-02  Jeff Law  <law@redhat.com>
1496         * expr.c (do_store_flag): Remove special case folding for
1497         single bit tests.  Instead call back into the commonized folder
1498         routine.
1499         * fold-const.c (fold_single_bit_test): New function, mostly
1500         extracted from do_store_flag, with an additional case extracted
1501         from fold.
1502         (fold): Call fold_single_bit_test appropriately.
1503         * tree.h (fold_single_bit_test): Prototype.
1505 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
1507         * system.h: Include filenames.h.
1508         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1509         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1510         define based on HAVE_DOS_BASED_FILE_SYSTEM.
1511         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1512         * config/i386/xm-mingw32.h: Don't define
1513         HAVE_DOS_BASED_FILE_SYSTEM,
1514         DIR_SEPARATOR, or DIR_SEPARATOR_2.
1515         * doc/hostconfig.texi: Update to match.
1517         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
1518         config/i386/cygwin.h:
1519         Use IS_ABSOLUTE_PATH throughout.
1520         * gcc.c (DIR_UP): Delete, unused.
1521         * protoize.c (IS_SAME_PATH): Define in terms of
1522         FILENAME_CMP.
1523         (is_abspath): Delete.
1525 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1527         * config/i386/emmintrin.h: Fix comment typos.
1528         * config/i386/i386.c: Likewise.
1529         * config/i386/i386.h: Likewise.
1530         * config/i386/sco5.h: Likewise.
1531         * config/ia64/ia64.c: Likewise.
1532         * config/ia64/itanium2.md: Likewise.
1534 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1536         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
1537         DBX_USE_BINCL.
1538         (emit_bincl_stab): Same.
1539         (emit_pending_bincls): Same.
1541 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1543         * config/h8300/h8300.c (compute_mov_length): Fix the length of
1544         loading CONST0_RTX (SFmode).
1545         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
1546         'G' to CONST0_RTX (SFmode).
1547         * config/h8300/h8300.md (movsf_h8300): Change the first
1548         constraint to 'G'.
1549         (movsf_h8300h): Likewise.
1551 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
1553         * c-common.h (c_common_init_options): New prototype.
1554         * c-opts.c (deferred_size): Remove.
1555         (defer_opt): Array is now pre-allocated.
1556         (c_common_init_options): Pre-allocate deferred_opts.  Make
1557         lang_flags unsigned.
1558         (push_command_line_options): Free deferred_opts.
1559         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
1560         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
1561         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
1562         * langhooks.h (struct lang_hooks): New prototype for init_options.
1563         * main.c (main): Cast argv.
1564         * opts.c (handle_option, handle_options): Update prototypes.
1565         (decode_options): save_argc, save_argv are not global.  Constify.
1566         * opts.h (decode_options): New prototype.
1567         * toplev.c (general_init): New protoype.
1568         (save_argv): Make static.
1569         (save_argc): Remove.
1570         (print_switch_values, general_init): Constify.
1571         (toplev_main): Save argv.
1572         * toplev.h (toplev_main): Update prototype.
1573         (save_argc, save_argv): Remove.
1575 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
1577         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
1578         (emit_bincl_stab): Same.
1579         (emit_pending_bincls): Same.
1581 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1583         PR c++/11072
1584         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
1586 2003-07-02  Andreas Schwab  <schwab@suse.de>
1588         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
1590 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1592         PR optimization/11210
1593         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
1594         about the behaviour with regard to bitfields.
1595         * fold-const (decode_field_reference): Record outermost type in
1596         case the expression is a NOP. Strip all NOPs. Set the signedness
1597         to that of the outermost type (if any) when the bitsize is equal
1598         to the size of the type.
1600 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1602         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
1603         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
1604         (adddi3_internal_3, addsi3_internal_2): Likewise.
1606 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1608         * config/mips/mips.c (machine_function): Add new fields:
1609         ignore_hazard_length_p and all_noreorder_p.
1610         (mips_flag_delayed_branch): New variable.
1611         (override_options): Treat '/' as an operand punctuation character.
1612         Set up mips_flag_delayed_branch.
1613         (print_operand): Handle '/'.
1614         (mips_output_function_prologue): Put the whole function in
1615         .set noreorder and .set nomacro if all_noreorder_p is true.
1616         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
1617         (mips16_optimize_gp): Remove "first insn" parameter.
1618         (mips16_lay_out_constants): New function, split out from mips_reorg.
1619         (mips_avoid_hazard, mips_avoid_hazards): New functions.
1620         (mips_reorg): For mips16 code, call mips16_lay_out_constant
1621         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
1622         do delayed-branch scheduling followed by hazard detection.
1623         (mips_adjust_insn_length): Only account for hazards if
1624         !ignore_hazard_length_p.
1625         (mips_output_load_label): Add a nop to the o32 sequence if
1626         the target suffers from load delays.
1627         (mips_output_conditional_branch): Add %/ to the end of branches.
1628         (mips_output_division): Fill the branch delay slot with %#.
1629         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
1630         instructions.  End all other %* branches with %/.
1631         (ffssi2, ffsdi2): Fix lengths.
1632         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
1633         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
1634         (fix_truncsfsi2_macro): Likewise.
1635         (mov_lwl): Set hazard to "none".
1636         (ashldi3_internal): Fill the branch delay slot with %#.
1637         (ashrdi3_internal, lshrdi3_internal): Likewise.
1638         (exception_receiver): Explicitly set $28.
1639         (hazard_nop): New pattern.
1641 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
1643         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
1644         before calling tree_inlinable_function_p.
1646 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1648         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
1649         <internal/stdio_core.h> too.
1650         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
1651         <internal/wchar_core.h> too.
1652         Substitute va_list uses in inline definition.
1653         * fixinc/fixincl.x: Regenerate.
1655 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1657         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
1658         Undef before redefinition.
1659         (LABEL_AFTER_LOC): Likewise.
1660         (DEFAULT_SIGNED_CHAR): Likewise.
1661         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
1662         Fix IRIX spelling.
1664         * config/mips/iris3.h: Remove, unused.
1665         * config/mips/iris4.h: Likewise.
1667         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
1669         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
1670         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
1671         target_cpu_default.
1673         * config/mips/iris5.h: Move explicit includes ...
1674         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
1676         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
1677         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1678         tm_defines.
1680         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
1681         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1682         target_cpu_default.
1684         * config/mips/iris6.h: Fix IRIX spelling.
1685         (MULTILIB_DEFAULTS): Undef before redefinition.
1687         * config/mips/iris6.h: Move explicit includes ...
1688         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
1690 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
1692         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
1693         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
1694         Use next_needed field instead of aux to maintain the queue.
1695         * cgraph.h (cgraph_node): Add next_needed.
1696         (cgraph_varpool_node): Add next_needed; remove aux.
1697         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
1699 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1701         * cgraphunit.c (cgraph_finalize_function): Set finalized.
1702         (cgraph_finalize_function): Do not examine inlinablility.
1703         (cgraph_finalize_compilation_unit): Do it here.
1704         * cgraph.h (cgraph_local_info): Add finalized field.
1706 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1708         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
1709         (gt_pch_restore): Likewise.
1711 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1713         * config/alpha/alpha.c: Fix comment typos.
1714         * config/alpha/elf.h: Likewise.
1715         * config/arm/arm.c: Likewise.
1716         * config/arm/arm.h: Likewise.
1717         * config/arm/arm.md: Likewise.
1718         * config/arm/t-arm-coff: Likewise.
1719         * config/arm/t-strongarm-pe: Likewise.
1720         * config/arm/xscale-elf.h: Likewise.
1721         * config/avr/avr.h: Likewise.
1723 2003-07-01  Jeff Law  <law@redhat.com>
1725         * stmt.c (any_pending_cleanups): Remove another redundant test.
1727 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
1728             J"orn Rennecke <joern.rennecke@superh.com>
1730         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
1731         for MEM case.
1733 2003-07-01  Devang Patel  <dpatel@apple.com>
1735         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
1736         (binclstatus): New.
1737         (struct dbx_file): New members - bincl_status, pending_bincl_name and
1738         prev.
1739         (pending_bincls): New.
1740         (dbxout_init): Initialize new dbx_file members.
1741         (dbxout_start_source_file): Same.
1742         (emit_bincl_stab): New function.
1743         (emit_pending_bincls): Same.
1744         (emit_pending_bincls_if_required): Same.
1745         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
1746         processed.
1747         (dbxout_begin_block): Emit pending BINCL stabs.
1748         (dbxout_end_block): Same.
1749         (dbxout_function_decl): Same.
1750         (dbxout_continue): Same.
1751         (dbxout_type): Same.
1752         (dbxout_class_name_qualifiers): Same.
1753         (dbxout_symbol): Same.
1754         (dbxout_symbol_location): Same.
1755         (dbxout_parms): Same.
1757 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1759         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
1760         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
1762 2003-07-01  Andreas Jaeger  <aj@suse.de>
1764         * fold-const.c: Convert prototypes to ISO C90.
1765         * function.c: Likewise.
1766         * function.h: Likewise.
1768 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1770         * doc/contrib.texi: Fix typos.
1771         * doc/invoke.texi: Likewise.
1772         * doc/passes.texi: Likewise.
1773         * doc/sourcebuild.texi: Likewise.
1774         * doc/tm.texi: Likewise.
1776 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1778         * basic-block.h: Fix comment typos.
1779         * bb-reorder.c: Likewise.
1780         * c-format.c: Likewise.
1781         * cfgcleanup.c: Likewise.
1782         * cfghooks.h: Likewise.
1783         * cfgloop.c: Likewise.
1784         * cfgloopmanip.c: Likewise.
1785         * cfgrtl.c: Likewise.
1786         * cgraph.h: Likewise.
1787         * cgraphunit.c: Likewise.
1788         * combine.c: Likewise.
1789         * convert.c: Likewise.
1790         * dbxout.c: Likewise.
1791         * df.c: Likewise.
1792         * df.h: Likewise.
1793         * diagnostic.c: Likewise.
1794         * dwarf2out.c: Likewise.
1795         * et-forest.h: Likewise.
1796         * flow.c: Likewise.
1797         * fold-const.c: Likewise.
1798         * function.h: Likewise.
1799         * gcov-io.h: Likewise.
1800         * gcov.c: Likewise.
1801         * gcse.c: Likewise.
1802         * genautomata.c: Likewise.
1803         * ggc-common.c: Likewise.
1804         * ggc-page.c: Likewise.
1805         * loop-unroll.c: Likewise.
1806         * loop-unswitch.c: Likewise.
1807         * loop.c: Likewise.
1808         * mips-tfile.c: Likewise.
1809         * optabs.c: Likewise.
1810         * ra-build.c: Likewise.
1811         * ra-colorize.c: Likewise.
1812         * ra-rewrite.c: Likewise.
1813         * ra.h: Likewise.
1814         * regmove.c: Likewise.
1815         * reload.c: Likewise.
1816         * rtlanal.c: Likewise.
1817         * sched-ebb.c: Likewise.
1818         * sched-int.h: Likewise.
1819         * sched-vis.c: Likewise.
1820         * sreal.c: Likewise.
1821         * ssa-ccp.c: Likewise.
1822         * ssa.c: Likewise.
1823         * toplev.c: Likewise.
1824         * tree-inline.c: Likewise.
1825         * value-prof.c: Likewise.
1826         * value-prof.h: Likewise.
1828 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1830         * rtl.h (emit_line_note_after): Remove.
1831         (emit_note_copy_after, emit_note_copy): New.
1832         * emit-rtl.c (reorder_insns_with_line_notes): Replace
1833         emit_line_note_after with emit_note_copy_after.
1834         (emit_insn_after_with_line_notes): Likewise.
1835         (emit_line_note_after): Kill.
1836         (emit_note_copy_after): New.
1837         (emit_note_copy): New.
1838         * function.c (emit_return_into_block): Use emit_note_copy_after.
1839         (thread_prologue_and_epilogue_insns): Likewise.
1840         * integrate.c (expand_inline_function): Use emit_note_copy.
1841         (copy_insn_list): Likewise.
1842         * unroll.c (copy_loop_body): Likewise.
1843         * cfglayout.c (duplicate_insn_chain): Likewise.
1845 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1847         * c-tree.h (define_label): Replace filename and lineno arguments
1848         with a location_t.
1849         * c-decl.c (poplevel): Adjust define_label call.
1850         (pop_label_level): Likewise.
1851         (define_label): Replace filename and lineno arguments with a
1852         location_t.
1853         (store_parm_decls): Use DECL_SOURCE_LOCATION.
1854         * c-parse.in (label): Adjust define_label call.
1856 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
1858         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
1859         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
1860         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
1861         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
1862         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
1864 2003-07-01  Andreas Jaeger  <aj@suse.de>
1866         * final.c: Convert prototypes to ISO C90.
1867         * flow.c: Likewise.
1868         * flags.h: Likewise.
1869         * gcov-io.c: Likewise.
1870         * gcov-io.h: Likewise.
1872 2003-06-30  Bruno Haible  <bruno@clisp.org>
1874         PR middle-end/6578
1875         * libgcc2.c (__subvsi3): Remove simplification that would not work
1876         when subtracting -0x80000000.
1877         (__subvdi3): Remove simplification that would return a wrong result.
1878         (__mulvsi3): Fix overflow check.
1879         (__absvdi2): Fix simplification that would return a wrong result.
1880         (__mulvdi3): Fix overflow check.
1882 2003-06-30  Jeff Law  <law@redhat.com>
1884         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
1885         was always passed in the value '1'.  Simplify body appropriately.
1886         * tree.h (any_pending_cleanups): Corresponding changes.
1887         * calls.c: (expand_call): Corresponding changes.
1889 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1891         * combine.c (distribute_notes): Don't bother REG_WAS_0.
1892         * cse.c (cse_insn): Likewise.
1893         * final.c (final_scan_insn): Likewise.
1894         * jump.c (duplicate_loop_exit_test): Likewise.
1895         * rtl.c (reg_note_name): Remove REG_WAS_0.
1896         * rtl.h (REG_WAS_0): Remove.
1897         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
1898         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
1899         (output_movhi): Likewise.
1900         (output_movsisf): Likewise.
1901         (reg_was_0): Remove.
1902         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
1903         REG_WAS_0.
1904         (m68hc11_gen_movqi): Likewise.
1905         * config/vax/vax-protos.h: Remove the prototype for
1906         reg_was_0_p.
1907         * config/vax/vax.c (follows_p): Remove.
1908         (reg_was_0_p): Likewise.
1909         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
1910         (movhi): Likewise.
1911         (movqi): Likewise.
1912         * doc/rtl.texi (REG_WAS_0): Remove.
1914 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
1916         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
1918 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
1920         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
1921         top-level include directory.
1922         * config/xtensa/lib2funcs.S: Likewise.
1923         * config/xtensa/xtensa.h: Likewise.
1924         * config/xtensa/xtensa-config.h: Remove.
1925         * doc/install.texi: Update location of "xtensa-config.h" header.
1927 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1929         * config/s390/s390.c (s390_extra_constraint): New function.
1930         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
1931         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
1932         * config/s390/s390.c (q_constraint): Remove.
1933         * config/s390/s390-protos.h (q_constraint): Likewise.
1934         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
1935         (EXTRA_ADDRESS_CONSTRAINT): Define.
1937         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
1938         (DISP_IN_RANGE, s390_short_displacement): New.
1939         (legitimate_reload_operand_p): Support long displacements.
1940         (s390_decompose_address): Likewise.
1941         (legitimize_pic_address): Likewise.
1942         (legitimize_address): Likewise.
1943         (s390_fixup_clobbered_return_reg): Likewise.
1944         (s390_emit_prologue, s390_emit_epilogue): Likewise.
1945         (s390_output_mi_thunk): Likewise.
1947         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
1948         (attr "atype", attr "length"): Add defaults for new op_types.
1949         (all insns): Change op_type attribute where appropriate.
1951         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
1952         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
1953         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
1954         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
1955         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
1956         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
1957         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
1958         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
1959         "*movdf_64", "*movdf_31", "*movsf",
1960         "*load_multiple_si", "*store_multiple_di",
1961         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
1962         "*la_64", "*la_31", "*la_31_and", "force_la_31",
1963         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
1964         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
1965         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
1966         "*addsi3_sign", "*addsi3_sub", "addsi3",
1967         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
1968         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
1969         "mulsi3"
1970         "*andsi3_cc", "*andsi3_cconly", "andsi3",
1971         "*andqi3_ss", "*andqi3_ss_inv",
1972         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
1973         "*iorqi3_ss", "*iorqi3_ss_inv",
1974         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
1975         "*xorqi3_ss", "*xorqi3_ss_inv",
1976         "*tls_load_31"): Add alternatives for long-displacement instructions.
1978         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
1979         "*load_multiple_di", "*store_multiple_di",
1980         "*sethighqidi_64", "*zero_extendhisi2_31",
1981         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
1982         "adddf3", "*adddf3", "*adddf3_ibm",
1983         "addsf3", "*addsf3", "*addsf3_ibm",
1984         "subdf3", "*subdf3", "*subdf3_ibm",
1985         "subsf3", "*subsf3", "*subsf3_ibm",
1986         "mulsi_6432", "divmoddisi3",
1987         "muldf3", "*muldf3", "*muldf3_ibm",
1988         "mulsf3", "*mulsf3", "*mulsf3_ibm",
1989         "divdf3", "*divdf3", "*divdf3_ibm",
1990         "divsf3", "div*sf3", "*divsf3_ibm",
1991         "sqrtdf2", "sqrtsf2",
1992         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
1993         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
1994         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
1995         and address constraints for instructions that do not accept long
1996         displacements.
1998 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
1999             Ulrich Weigand  <uweigand@de.ibm.com>
2001         * config/s390/2084.md: New file.
2002         * config/s390/s390.md: Include it.
2003         * config/s390/s390.c (s390_adjust_priority): New function.
2004         (TARGET_SCHED_ADJUST_PRIORITY): Define.
2005         (s390_first_cycle_multipass_dfa_lookahead): New function.
2006         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2007         (s390_sched_reorder2): New function.
2008         (TARGET_SCHED_REORDER2): Define.
2009         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2010         (s390_issue_rate): Likewise.
2012 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2014         * Makefile.in (GTFILES): Add cgraph.h.
2015         * cgraph.c (known_decls): Remove.
2016         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2017         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2018         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2019         (cgraph_varpool_node): Likewise; add next pointer.
2020         (cgraph_varpool_nodes): New static variable.
2021         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2022         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2023         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2024         * gengtype.c (open_base_files): Include cgraph.h
2026 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2028         * Changelog: Remove ">>>>>>>" from previous change.
2030 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2032         * config/cris/cris.c: Fix spelling for "testcase".
2033         * config/cris/cris.h: Likewise.
2034         * config/cris/cris.md: Likewise.
2035         * config/mmix/crti.asm: Likewise.
2036         * config/mmix/mmix.h: Likewise.
2037         * config/mmix/mmix.md: Likewise.
2039 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2041         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2042         1.
2044 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
2046         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2047         --with-mode configure options.
2048         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2049         (DRIVER_SELF_SPECS): Define.
2050         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2051         architecture to assembler.
2052         (LINK_SPEC): Merge 31-bit and 64-bit variants.
2053         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2054         * config/s390/s390.c (override_options): New default rules for
2055         architecture mode and cpu architecture selection.
2056         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2057         new default rules.
2059         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2060         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2061         * config/s390/s390.c (override_options): Add "z990" to
2062         processor_alias_table.
2063         * doc/invoke.texi (-march): Document "z990" processor type.
2065         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2066         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2067         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2068         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2069         * config/s390/s390.c (override_options): Replace enum pta_flags by
2070         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
2072         * config/s390/s390.c (s390_cpu): Rename to ...
2073         (s390_tune): ... this.
2074         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2075         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2076         * config/s390/s390.md (attr "cpu"): Likewise.
2078 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
2080         * c-common.c (enum c_language_kind, flag_objc): Remove.
2081         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2082         c_add_case_label, finish_label_addr_expr, boolean_increment):
2083         Use c_dialect_ macros.
2084         * c-common.h (enum c_language_kind): Extend.
2085         (c_dialect_cxx, c_dialect_objc): New.
2086         (flag_objc): Remove.
2087         (c_common_init_options): Update prototype.
2088         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2089         macros.
2090         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2091         macros.
2092         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2093         * c-lang.c (c_init_options): Remove.
2094         (c_language): Define.
2095         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2096         * c-lex.c (lex_charconst): Use c_dialect_ macros.
2097         * c-opts.c (lang_flags): Make function-local.
2098         (c_common_init_options): Use c_dialect_ macros.  Handle
2099         C++ diagnostic requirements.
2100         (c_common_handle_option, c_common_post_options): Use flag_cxx.
2101         * c-parse.in (init_reswords): Use c_dialect_objc ().
2102         * c-pch.c (get_ident): Use c_language.
2103         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2104         * c-typeck.c (comptypes, build_c_cast): Similarly.
2105         * objc/objc-lang.c (c_language): Define.
2106         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2107         (objc_init_options): Remove.
2109 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2111         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2112         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2114 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
2116         * doc/sourcebuild.texi: Don't reference gnats.html any more.
2118 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
2120         * config/h8300/h8300.c (compute_mov_length): Fix length of
2121         mov:SF on H8/300.
2123 2003-06-30  Nick Clifton  <nickc@redhat.com>
2125         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2126         constant.
2128 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
2130         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2132 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
2134         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2135         (altivec_in_gprs_p): New function.
2137         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2138         prototype.
2139         (altivec_in_gprs_p): New prototype.
2141         * config/rs6000/altivec.md (*movv4si_internal): Change
2142         multi-assembler alternative to '#'. Add postreload splitter to
2143         handle this cases.
2144         (*movv4hi_internal): Likewise.
2145         (*movv4qi_internal): Likewise.
2146         (*movv4sf_internal): Likewise.
2148 2003-06-30  Jason Merrill  <jason@redhat.com>
2150         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2151         * calls.c: Not here.
2153 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
2155         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2156         (bad_signed_byte_operand): Likewise.
2157         (arm_output_epilogue): Likewise.
2158         (arm_final_prescan_insn): Likewise.
2160 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2162         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2164 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2166         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2167         subsequent writes.
2169 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
2171         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2172         in cfglayout mode.
2174 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
2176         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2177         (init_ext_80387_constants): Likewise.
2178         (standard_80387_constant_rtx): Likewise.
2179         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2180         (atantf): Disable for !TARGET_128BIT_LONG_LONG
2181         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2182         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2183         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2184         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2185         (frndinttf2): New.
2186         (f2xm1tf2): New.
2187         (exp?f2): Use expsf2_tf when needed.
2188         (exp?f2_tf): New.
2189         (exptf): New.
2191 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2193         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2194         statement from tmake_file set.
2196 2003-06-29  James E Wilson  <wilson@tuliptree.org>
2198         * reload.c (find_reloads): Change push_reloads to push_reload in
2199         comment.
2200         * reload1.c (eliminate_regs): Likewise.
2201         (dump_needs): Delete prototype for deleted function.
2203 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2205         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2206         format attributes.
2207         * c-format.c (enum format_type): Add gcc_diag_format_type,
2208         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2209         (gcc_diag_length_specs, gcc_cdiag_length_specs,
2210         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2211         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2212         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2213         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2214         (format_types_orig): Add new data.
2215         (find_char_info_specifier_index, init_dynamic_diag_info): New
2216         functions.
2217         (handle_format_attribute): Update to handle new format attributes.
2219 2003-06-29  Aaron W. LaFramboise  <awlaframboise@aol.com>
2221         * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
2223 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
2225         * doc/install.texi: Remove install documentation for obsoleted targets
2226         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2227         arm-*-aof.
2228         Update information about IA64 toolchain, AIX make requirements,
2229         and binutils for m68k-*-hpux and *-*-linuxaout targets.
2231 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
2233         * regmove.c (regmove_optimize): Don't try to make src and dst match
2234         when they are in different modes.
2236 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2238         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2239         busy work when builtin is not supported by the backend.
2241 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2243         * loop.c (count_one_set): Fix detection of registers set in more
2244         than one basic block.
2246 2003-06-29  Andreas Jaeger  <aj@suse.de>
2248         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2249         * system.h: Poison OBJ_FORMAT_ROSE.
2250         * doc/tm.texi (Macros for Initialization): Remove documentatin of
2251         OBJECT_FORMAT_ROSE.
2252         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2253         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2255 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2257         * pa.c (update_total_code_bytes): New function.
2258         (last_address): Number of bytes output for a function and its
2259         associated thunks.
2260         (compute_frame_size): Use BITS_PER_UNIT.
2261         (pa_output_function_epilogue): Compute last_address.  Use
2262         update_total_code_bytes.
2263         (output_lbranch): Handle long branch on portable runtime.
2264         (attr_length_millicode_call, attr_length_call,
2265         attr_length_indirect_call): Only use total_code_bytes for calls in
2266         the text section.
2267         (output_call): Only use an indirect call sequence when the target is
2268         not local.
2269         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
2270         test to determine when an IA-relative branch can be used.  Add various
2271         long branch sequences.  Avoid using an indirect branch on all ports
2272         except SOM.
2274 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
2276         * expr.c (clear_by_pieces): Fix prototype.
2278 2003-06-29  Andreas Jaeger  <aj@suse.de>
2280         * cse.c: Convert prototypes to ISO C90.
2281         * cselib.c: Likewise.
2282         * cselib.h: Likewise.
2283         * dbxout.c: Likewise.
2284         * debug.c: Likewise.
2285         * df.c: Likewise.
2286         * df.h: Likewise.
2287         * dojump.c: Likewise.
2288         * doloop.c: Likewise.
2289         * dominance.c: Likewise.
2290         * dwarf2asm.c: Likewise.
2291         * dwarf2out.c: Likewise.
2292         * dwarf2out.h: Likewise.
2293         * dwarfout.c: Likewise.
2294         * except.c: Likewise.
2295         * except.h: Likewise.
2296         * emit-rtl.c: Likewise.
2297         * et-forest.c: Likewise.
2298         * et-forest.h: Likewise.
2299         * except.c: Likewise.
2300         * explow.c: Likewise.
2301         * expmed.c: Likewise.
2302         * expr.c: Likewise.
2303         * expr.h: Likewise.
2305 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2307         * alloc-pool.c: Fix comment formatting.
2308         * bitmap.c: Likewise.
2309         * bitmap.h: Likewise.
2310         * bt-load.c: Likewise.
2311         * builtins.c: Likewise.
2312         * caller-save.c: Likewise.
2313         * cfganal.c: Likewise.
2314         * cfgrtl.c: Likewise.
2315         * collect2.c: Likewise.
2316         * cse.c: Likewise.
2317         * df.c: Likewise.
2318         * diagnostic.c: Likewise.
2319         * dwarf2out.c: Likewise.
2320         * dwarfout.c: Likewise.
2321         * expmed.c: Likewise.
2322         * final.c: Likewise.
2323         * flags.h: Likewise.
2324         * fold-const.c: Likewise.
2325         * gcc.c: Likewise.
2326         * gcov-io.h: Likewise.
2327         * gcov.c: Likewise.
2328         * genattrtab.c: Likewise.
2329         * genautomata.c: Likewise.
2330         * libgcov.c: Likewise.
2331         * mips-tfile.c: Likewise.
2332         * optabs.c: Likewise.
2333         * prefix.c: Likewise.
2334         * rtlanal.c: Likewise.
2335         * stmt.c: Likewise.
2336         * stor-layout.c: Likewise.
2337         * toplev.c: Likewise.
2338         * varasm.c: Likewise.
2339         * vmsdbgout.c: Likewise.
2341 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2343         * expr.c (emit_single_push_insn): If padding is needed
2344         downward, adjust the stack pointer first, and then store the
2345         data into the stack location using an offset.
2347 2003-06-29  Andreas Jaeger  <aj@suse.de>
2349         * collect2.h: Convert prototypes to ISO C90.
2350         * collect2.c: Likewise.
2351         * conflict.c: Likewise.
2352         * coverage.c: Likewise.
2353         * convert.h: Likewise.
2354         * convert.c: Likewise.
2356 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2358         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
2359         filename to <internal>.
2360         * tree.c (make_node): Just copy the current location.
2362 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2364         PR optimization/11210
2365         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
2367 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
2369         * toplev.c (flag_dummy): Remove.
2370         (f_options): Restore flag pointers.
2372 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
2374         * config/rs6000/rs6000.c (processor_target_table): Add 970.
2375         * config.gcc: Add 970.
2377 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
2379         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
2380         -1) with ggc_strdup.
2381         * stmt.c (expand_asm_operands): Likewise.
2382         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
2384 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2386         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
2387         definition.
2389 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2391         * opts.c: Include insn-attr.h.
2392         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
2394 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
2396         * flow.c (propagate_one_insn): Use proper test for a register
2397         being part of the return value.
2399 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2401         * config/avr/avr.c: Fix a comment typo.
2403 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2405         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
2406         with avr_simplify_comparison_p.
2407         * config/avr/avr.c: Likewise.
2409 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2411         * builtins.c: Follow spelling conventions.
2412         * cgraph.c: Likewise.
2413         * cpplex.c: Likewise.
2414         * config/arm/arm.c: Likewise.
2415         * config/arm/iwmmxt.md: Likewise.
2416         * config/c4x/c4x-modes.def: Likewise.
2417         * config/c4x/c4x.c: Likewise.
2418         * config/c4x/c4x.h: Likewise.
2419         * config/c4x/c4x.md: Likewise.
2420         * config/i386/i386-interix.h: Likewise.
2421         * config/mips/mips.h: Likewise.
2423 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2425         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
2426         __mc68020__ on TARGET_68020.
2428 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2430         * config/h8300/h8300.c: Fix a comment typo.
2432 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2434         * c-parse.in (yylexstring): Use a location_t.
2436         * diagnostic.h (diagnostic_set_info): Replace file and lineno
2437         parameters with a location_t.
2438         * diagnostic.c (diagnostic_set_info): Replace file and lineno
2439         parameters with a location_t.
2440         (inform, warning, pedwarn, error, sorry, fatal_error,
2441         internal_error, warning_with_decl, pedwarn_with_decl,
2442         error_with_decl): Adjust.
2443         * c-error.c (pedwarn_c99): Adjust.
2444         * c-format.c (status_warning): Adjust.
2445         * rtl-error.c (file_and_line_for_asm): Rename to ...
2446         (location_for_asm): Return a location_t.
2447         (diagnostic_for_asm): Adjust.
2449 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2451         * cpptrad.c (skip_macro_block_comment): New.
2452         (copy_comment): Use it if appropriate.
2454 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2456         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2457         definition.
2458         (store_killed_in_insn): Likewise.
2459         * print-rtl.c (print_rtx): Likewise.
2460         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2461         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2462         (m68hc11_reassign_regs): Likewise.
2463         (m68hc11_reorg): Likewise.
2465 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
2467         * diagnostic.c (output_integer_with_precision): New macro.
2468         (output_format): Use it.  Handle more format specifiers.
2469         (output_long_decimal): Remove.
2470         (output_unsigned_decimal): Likewise.
2471         (output_long_unsigned_decimal): Likewise.
2472         (output_octal): Likewise.
2473         (output_long_octal): Likewise.
2474         (output_hexadecimal): Likewise.
2475         (output_long_hexadecimal): Likewise.
2476         (output_long_long_decimal): Likewise.
2478 2003-06-28  Andreas Schwab  <schwab@suse.de>
2480         * config/ia64/ia64.md: Follow recent emit_note API change.
2482 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2484         * c-parse.in (%union): Replace filename & lineno with location.
2485         (save_filename, save_lineno): Remove.
2486         (save_location): New.
2487         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2488         nested_function, notype_nested_function, if_prefix, lineno_stmt,
2489         lineno_label, label): Adjust.
2491 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
2493         * builtins.c (c_strlen): Add only_value argument.
2494         Handle COND_EXPR and COMPOUND_EXPR.
2495         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2496         Adjust c_strlen callers.
2497         (expand_builtin_strcpy, expand_builtin_strncpy,
2498         expand_builtin_strcmp, expand_builtin_strncmp,
2499         expand_builtin_fputs, expand_builtin_sprintf,
2500         fold_builtin): Adjust c_strlen callers.
2502 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
2504         * bb-reorder.c (find_traces_1_round): Do not send basic block
2505         to next round when we are in the last round.
2507 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2509         * Makefile.in: Update.
2510         * opts.c: Include tm_p.h.
2511         (handle_options): Make static.
2512         (decode_options): Copied from toplev.c.
2513         * opts.h (decode_options): New.
2514         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2515         some to...
2516         (general_init): ...here.
2517         (toplev_main): Use decode_options instead.
2518         * toplev.h (save_argc, save_argv): New.
2520 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2522         * explow.c (find_next_ref): Remove.
2523         * rtl.h: Remove the prototype for find_next_ref.
2525 2003-06-27  Roger Sayle  <roger@eyesopen.com>
2527         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
2528         call to match recent API change.
2530 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2532         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
2533         declaration.
2535         * c-format.c (check_format_string, get_constant)
2536         * cfgrtl.c (rtl_split_edge):
2537         Mark the definition static, matching the forward declaration.
2539 2003-06-27  Gunther Nikl <gni@gecko.de>
2541         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
2543         PR target/11014
2544         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
2545         syntax for MIT / MOTOROLA.
2547         PR other/10240
2548         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
2549         * configure: Rebuilt.
2551 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
2553         * config/mips/mips.c (mips_build_va_list): Make padding in
2554         va_list structure explicit to avoid -Wpadded warnings.
2556 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2558         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
2559         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
2560         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
2561         Declare it.
2562         * config/s390/s390.md ("reload_outti", "reload_outdi",
2563         "reload_outdf"): New expanders.
2565         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
2566         memory operands as source.
2567         ("movdi" + splitters): Likewise.
2568         ("movdf" + splitters): Likewise.
2569         * config/s390/s390.c (s390_split_ok_p): New function.
2570         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
2572 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2574         * combine.c (force_to_mode): Replace the equality comparison
2575         of INTVALs with a pointer equality comparison.
2576         (simplify_comparison): Likewise.
2578 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2580         * jump.c (rtx_renumbered_equal_p): Replace an expression that
2581         is known to be 0 with 0.
2583 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2585         * gcse.c (expr_equiv_p): Replace expressions that are known to
2586         be 0 with 0.
2588 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2590         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
2591         with a pointer equality comparison.
2593 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2595         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
2596         are known to be not equivalent.
2598 2003-06-27  Richard Henderson  <rth@redhat.com>
2600         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
2601         in floating point registers.  Validate that we don't receive complex
2602         values here.  Use #elif.
2603         (return_in_memory, function_value): New.
2604         (alpha_va_arg): Handle complex values as two arguments.
2605         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
2606         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
2607         (SPLIT_COMPLEX_ARGS): New.
2608         * config/alpha/alpha-protos.h: Update.
2610 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2612         * ggc-page.c (inverse_table): Change type of mult to size_t.
2613         (compute_inverse): Compute inverse using size_t, not unsigned int.
2614         Compute inverse also for sizes larger than half a machine page.
2616 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
2618         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
2619         when called before cgraph_optimize.
2621 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2623         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
2624         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
2625         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
2627 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
2629         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
2630         of known_decls.
2632 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
2634         * defaults.h (REGISTER_MOVE_COST): Define default here.
2635         * regclass.c: Don't define default REGISTER_MOVE_COST here.
2636         * reload.c, reload1.c: Ditto.
2638 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
2640         * flags.h: Really install previous change.
2642 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2644         * rtl.h (emit_note): Remove FILE parameter.
2645         * emit-rtl.c (emit_line_note): Adjust emit_note call.
2646         (emit_note): Remove FILE parameter. Adjust.
2647         * builtins.c (expand_builtin_expect): Adjust emit_note call.
2648         * c-semantics.c (genrtl_scope_stmt): Likewise.
2649         (expand_stmt): Likewise.
2650         * cfglayout.c (reemit_insn_block_notes): Likewise.
2651         (duplicate_insn_chain): Likewise.
2652         * except.c (expand_eh_region_start, expand_eh_region_end,
2653         sjlj_emit_function_enter): Likewise.
2654         * explow.c (probe_stack_range): Likewise.
2655         * expr.c (emit_block_move_via_loop): Likewise.
2656         * function.c (init_function_start, expand_function_start,
2657         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
2658         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
2659         * reg-stack.c (compensate_edge): Likewise.
2660         * reload1.c (reload): Likewise.
2661         * rtlanal.c (hoist_insn_to_edge): Likewise.
2662         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
2663         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
2664         expand_exit_loop_top_cond, expand_value_return,
2665         expand_start_bindings_and_block, expand_end_bindings,
2666         expand_decl_cleanup, expand_start_case): Likewise.
2667         * unroll.c (copy_loop_body
2668         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
2669         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2670         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
2671         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
2672         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
2673         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2674         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2676 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2678         * c-tree.h (grokfield): Remove unused filename and line parameters.
2679         * c-decl.c (grokfield): Remove unused filename and line parameters.
2680         * c-parse.in (component_decl): Adjust field grokking rules, adjust
2681         grokfield calls.
2682         (component_declarator): Likewise.
2683         (component_notype_declarator): Likewise.
2684         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
2685         calls.
2686         (build_protocol_template, build_method_prototype_list_template,
2687         build_method_prototype_template, build_category_template,
2688         build_selector_template, build_class_template,
2689         build_super_template, build_ivar_template,
2690         build_ivar_list_template, build_method_list_template,
2691         build_method_template, add_instance_variable): Likewise.
2693 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2695         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
2696         OP2 are known to be not equivalent.
2698 2003-06-26  Devang Patel <dpatel@apple.com>
2700         * final.c (debug_flush_symbol_queue): New function.
2701         (debug_queue_symbol): New function.
2702         (debug_free_queue): New function.
2703         (debug_nesting): New variable.
2704         (symbol_queue): New variable.
2705         (symbol_queue_index): Same.
2706         (symbol_queue_size): Same.
2707         * debug.h (debug_flush_symbol_queue): New.
2708         (debug_queue_symbol): New.
2709         (debug_free_queue): New.
2710         (debug_nesting): New.
2711         (symbol_queue_index): New.
2712         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
2713         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
2714         (dbxout_init): Delay symbol output.
2715         (dbxout_global_decl): Save, set and reset TREE_USED bit around
2716         dbxout_symbol() call.
2717         (dbxout_begin_function): Same.
2718         (dbxout_finish): Free symbol queue.
2719         (dbxout_type): Put appropriate symbols in queue.
2720         (dbxout_symbol): Put info for symbol's type in queue.
2721         Decrement/Increment nesting counts flush symbol queue appropriately.
2722         (dbxout_parms): Increment dbxout nesting.
2723         (dbxout_reg_parms): Same.
2724         * flags.h (flag_debug_only_used_symbols): New.
2725         * toplev.c (flag_debug_only_used_symbols): New variable.
2726         (lang_independent_options): Add entries for new option
2727         -feliminate-unused-debug-symbols.
2728         * common.opt: Add entry for -feliminate-unused-debug-symbols.
2729         * opts.c (common_handle_options): Same.
2730         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
2731         -feliminate-unused-debug-symbols.
2732         * doc/invoke.texi (Debugging Options): Document
2733         -feliminate-unused-debug-symbols.
2735 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2736             Jakub Jelinek  <jakub@redhat.com>
2738         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
2739         obtain the format string instead of using TREE_STRING_POINTER and
2740         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
2741         return value is unused or the length of src is a known constant.
2743 2003-06-26  Richard Henderson  <rth@redhat.com>
2745         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
2747 2003-06-26  Richard Henderson  <rth@redhat.com>
2749         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
2750         (ia64_split_call): Only load descriptor for GP register inputs.
2751         (ia64_expand_epilogue): Check current_frame_info.mask not
2752         current_function_is_leaf to restore ar.pfs.
2754 2003-06-26  Richard Henderson  <rth@redhat.com>
2756         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2757         instead of replacing it.
2759 2003-06-26  Richard Henderson  <rth@redhat.com>
2761         * flow.c (propagate_one_insn): Kill function return value
2762         registers across tail calls.
2764         * flow.c (propagate_one_insn): Preserve live-at-end registers
2765         across tail calls.
2767 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2769         * reload.c (can_reload_into): New function.
2770         (push_reload): Use it.
2772 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2774         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
2775         references to the amount of a rotation.
2777 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2779         * config/sh/coff.h: Don't include dbxcoff.h.
2780         * config.gcc: List it here.
2782 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2784         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
2785         earlier.  Don't check if SRC is a constant.
2787 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2789         * Makefile.in (OBJS): Add postreload.o.
2790         Remove cselib.h from the dependency list for reload1.o.
2791         Add a dependency list for postreload.o.
2792         * reload.h: Change the comment for the prototype of
2793         reload_cse_regs.
2794         * reload1.c: Don't include cselib.h.
2795         (reload_cse_regs): Move to postreload.c
2796         (reload_cse_regs_1): Likewise.
2797         (reload_cse_noop_set_p): Likewise.
2798         (reload_cse_simplify_set): Likewise.
2799         (reload_cse_simplify_operands): Likewise.
2800         (RELOAD_COMBINE_MAX_USES): Likewise.
2801         (reload_combine_ruid): Likewise.
2802         (LABEL_LIVE): Likewise.
2803         (reload_combine): Likewise.
2804         (reload_combine_note_use): Likewise.
2805         (reload_combine_note_store): Likewise.
2806         (reg_set_luid): Likewise.
2807         (reg_offset): Likewise.
2808         (reg_base_reg): Likewise.
2809         (reg_mode): Likewise.
2810         (move2add_luid): Likewise.
2811         (move2add_last_label_luid): Likewise.
2812         (MODES_OK_FOR_MOVE2ADD): Likewise.
2813         (reload_cse_move2add): Likewise.
2814         (move2add_note_store): Likewise.
2815         (reload_cse_simplify): Likewise.
2816         * postreload.c: New.
2818 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2820         * config/avr/avr.c (final_prescan_insn): Remove support for
2821         -mrtl.
2822         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
2823         (TARGET_RTL_DUMP): Likewise.
2824         (TARGET_SWITCHES): Remove -mrtl.
2826 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2828         * config/h8300/h8300-protos.h: Change emit_a_rotate to
2829         output_a_rotate.  Add a prototype for compute_a_rotate_length.
2830         * config/h8300/h8300.c (emit_a_rotate): Change to
2831         output_a_rotate.
2832         (compute_a_rotate_length): New.
2833         (h8300_adjust_insn_length): Remove.
2834         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
2835         * config/h8300/h8300.md (adjust_length): Remove.
2836         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
2837         (*rotlhi3_1): Likewise.
2838         (*rotlsi3_1): Likewise.
2840 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2841             Richard Henderson  <rth@redhat.com>
2843         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
2844         list against re-evaluation.  If expand_unop fails, call expand_call
2845         with the stabilized argument list rather than return NULL_RTX.
2846         (expand_builtin_mathfn2): Likewise, always stabilize the argument
2847         list, and call expand_call ourselves if expand_binop fails.
2849 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2851         PR optimization/11210
2852         * fold-const (decode_field_reference): Strip only NOPs that
2853         don't affect the sign.
2855 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2857         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
2858         (pop_fpscr, fpu_switch): Likewise.
2860 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2862         * value-prof.c: New.
2863         * value-prof.h: New.
2864         * Makefile.in (value-prof.o): New.
2865         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
2866         (profile.o): Add value-prof.h and tree.h dependency.
2867         * flags.h (flag_profile_values): Declare.
2868         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
2869         Add new counters.
2870         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
2871         GCOV_COUNTER_V_DELTA): New counter sections.
2872         (__gcov_merge_single, __gcov_merge_delta): Declare.
2873         * flow.c (mark_used_regs): Set subregs_of_mode only when the
2874         structure is initialized.
2875         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
2876         * profile.c: Include value-prof.h and tree.h.
2877         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
2878         gen_const_delta_profiler, instrument_values): New static functions.
2879         (get_exec_counts): Fix comment.
2880         (branch_prob): Invoke instrument_values.
2881         * toplev.c (flag_profile_values): New flag.
2882         * doc/invoke.texi (-fprofile-values): Document.
2884 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2886         * Makefile.in (cfgrtl.o): Add expr.h dependency.
2887         * cfgrtl.c: Include expr.h.
2888         (mark_killed_regs, safe_insert_insn_on_edge): New
2889         functions.
2890         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
2891         * basic-block.h (safe_insert_insn_on_edge): Declare.
2893 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
2895         * c-opts.c (missing_arg): Make non-static.
2896         (c_common_handle_option): Don't check for missing arguments.
2897         * opts.c (handle_option): Check for missing arguments.
2899 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
2901         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
2903 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
2905         * configure.in (ld_vers): Portability [sed].
2906         * configure: Regenerate with autoconf213.
2908 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2910         * doc/extend.texi: Document new builtin functions for Intel
2911         Prescott New Intrunctions.
2913         * doc/invoke.texi: Document new command-line options, -mpni and
2914         -mno-pni, for Intel Prescott New Intrunctions.
2916         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
2918         * config/i386/i386.c (override_options): Turn on MASK_SSE2
2919         for -mpni. Turn on MASK_SSE for -msse2.
2920         (bdesc_2arg): Add PNI builtins with 2 args.
2921         (bdesc_1arg): Add PNI builtins with 1 arg.
2922         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
2923         (ix86_expand_builtin): Likewise.
2925         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
2926         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
2927         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
2928         (TARGET_PNI): New.
2929         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
2930         -mpni and -mno-pni.
2931         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
2932         (ix86_builtins): Add PNI builtins.
2933         (config/i386/i386.md): Add PNI patterns.
2935         * config/i386/pmmintrin.h: New file.
2937 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
2939         * config/h8300/h8300.md (call): Fix the insn lengths.
2940         (call_value): Likewise.
2942 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2944         * c-common.c (handle_used_attribute): Use mark_referenced.
2945         * varasm.c (mark_referenced): Break out from ...
2946         (assemble_name): ... here.
2947         * tree.h (mark_referenced): Declare.
2949 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
2951         * gccbug.in: Add PCH to list of categories.
2953 2003-06-25 Martin Schaffner <schaffner@gmx.li>
2955         * cppfiles.c: Clarify comments.
2956         * cpphash.h: Likewise.
2957         * cpplib.h: Likewise.
2958         * cppmacro.c: Likewise.
2959         * mkdeps.h: Likewise.
2961 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
2963         * c-opts.c (complain_wrong_lang, write_langs): Remove.
2964         (c_common_handle_option): Complaints about wrong language are
2965         handled in opts.c now.
2966         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
2967         (find_opt): Fix thinko.
2968         (handle_option): Update prototype.  Complain about switches for
2969         a different front end.
2970         * opts.h (lang_names, handle_options): New.
2971         (handle_option): Remove.
2972         * opts.sh: Write out language names array.
2973         * toplev.c (parse_options_and_default_flags): Use handle_options.
2975 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2977         * config/i386/i386.c (MASK_SSE1): Removed.
2978         (MASK_SSE164): Removed.
2979         (MASK_SSE264): Removed.
2980         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
2981         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
2982         with MASK_SSE2 | MASK_64BIT.
2983         (bdesc_1arg): Likewise.
2984         (ix86_init_mmx_sse_builtins): Likewise.
2986         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
2987         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
2988         -msse2.
2990 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2992         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
2993         (HOST_WIDE_INT_PRINT_DEC_SPACE,
2994         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
2995         HOST_WIDEST_INT_PRINT_DEC_SPACE,
2996         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
2997         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
2998         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
2999         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3001         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3002         * ra-debug.c (dump_static_insn_cost): Likewise.
3004 2003-06-26  Nick Clifton  <nickc@redhat.com>
3006         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3007         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3008         Replace occurances of '???' with 'XXX' incase they are
3009         mistaken for trigraphs.
3010         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3011         does not have a register for the first operand.
3013 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3015         * config/sh/sh.c (sh_register_move_cost):
3016         Add case for moving between MAC_REGS.
3018 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
3020         PR 10178
3021         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3022         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3023         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3024         to true.
3025         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3026         return 0.
3028 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3030         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3031         * bt-load.c: Include "tm_p.h".
3033 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
3035         * config/h8300/h8300.c (compute_mov_length): Adjust for the
3036         new optimization.
3037         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3038         an SImode constant whose upper and lower are the same.
3040 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
3042         * varasm.c (assemble_name): Mark needed variables even when
3043         global info is ready.
3045 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
3047         PR other/11280
3048         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3049         -freorder-functions description.
3051 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3053         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3055 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
3057         * opts.c (common_handle_option): Add missing break;s.
3059 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3061         * config/h8300/h8300-protos.h: Add a prototype for
3062         compute_mov_length.
3063         * config/h8300/h8300.c (compute_mov_length): New.
3064         * config/h8300/h8300.md (*movqi_h8300): Use it.
3065         (*movqi_h8300hs): Likewise.
3066         (movstrictqi): Likewise.
3067         (*movhi_h8300): Likewise.
3068         (*movhi_h8300hs): Likewise.
3069         (movstricthi): Likewise.
3070         (*movsi_h8300): Likewise.
3071         (*movsf_h8300): Likewise.
3072         (*movsi_h8300hs): Likewise.
3073         (*movsf_h8300hs): Likewise.
3075 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3077         * jump.c (next_nondeleted_insn): Remove.
3078         * rtl.h: Remove the prototype for next_nondeleted_insn.
3080 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3082         PR optimization/11311
3083         * builtins.c (powi_cost): Fix typo.  The number of multiplications
3084         required is the number to reduce the argument, result, plus the
3085         cost of calculating the residual, val [not n, the original value].
3087 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3089         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3091 2003-06-24  Richard Henderson  <rth@redhat.com>
3092             (blame to: Loren James Rittle  <ljrittle@acm.org>)
3094         * real.h (ieee_extended_intel_96_round_53_format): New.
3095         * real.c (ieee_extended_intel_96_round_53_format): New.
3096         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3097         for XFmode and TFmode.
3099 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
3101         * config/h8300/h8300.md (4 anonymous patterns): Give internal
3102         names.
3103         (movsi_h8300): Change the name to *movsi_h8300.
3104         (movsi_h8300hs): Change the name to *movsi_h8300hs.
3105         (movsf_h8300): Change the name to *movsf_h8300.
3106         (movsf_h8300hs): Change the name to *movsf_h8300hs.
3108 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3110         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3111         src twice.
3113 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
3115         Back out these patches:
3116          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
3117           * sh.h (OLD_ARG_MODE): New macro.
3118           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3119           (FUNCTION_ARG_1): Break out of:
3120           (FUNCTION_ARG).  Use OLD_ARG_MODE.
3121          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
3122           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3123           of the generated register.
3125         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3126         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3127         an even number of floating point regs are in use, use the same
3128         sequence of argument passing registers for SCmode as would be
3129         used for two SFmode values.
3130         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3131         swap real / imaginary parts in incoming SCmode values passed
3132         in registers.
3134 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3136         PR target/11260
3137         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3139 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
3141         * Makefile.in (cgraph.o): Depend on output.h, not depend on
3142         tree-inline.h
3143         * cgraph.c: Do not include tree-inline.h; include output.h
3144         (known_fns): Rename to ...
3145         (known_decls): ... this one; update all uses.
3146         (cgraph_varpool_hash): New static variable.
3147         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3148         variables.
3149         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3150         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3151         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3152         New functions.
3153         * cgraph.h (cgraph_varpool_node): New structure.
3154         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3155         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3156         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3157         cgraph_varpool_asemble_pending_decls): Declare.
3158         * cgraphunit.c (record_call_1): Notice variable references.
3159         (cgraph_finalize_compilation_unit): Assemble pending variables.
3160         * toplev.c (wrapup_global_declarations): Use varpool.
3161         (compile_file): Assemble pending declarations.
3162         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3163         * varasm.c (assemble_name): Notice varpool references.
3165 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
3167         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3168         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3169         * varasm.c (assemble_variable): Call prepare_assemble_variable.
3171 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3173         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3174         calls for pow, powf, powl and their __builtin_ variants.
3175         (expand_builtin_pow): If the second argument is a constant
3176         integer and compiling with -ffast-math, use expand_powi to
3177         generate RTL if powi_cost is less than POWI_MAX_MULTS.
3178         (powi_cost): New function to return the number of multiplications
3179         necessary to evaluate an Nth power, for integer constant N.
3180         (expand_powi): New function to expand the RTL for evaluating
3181         the Nth power of a floating point value, for integer constant N.
3183         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3185 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
3187         * cgraph.c (cgraph_nodes_queue): Declare.
3188         (eq_node): Take identifier as p2.
3189         (cgraph_node): Update htab_find_slot_with_hash call.
3190         (cgraph_node_for_identifier): New.
3191         (cgraph_mark_needed_node): Move here from cgraphunit.c.
3192         * cgraph.h (cgraph_nodes_queue): Declare.
3193         (cgraph_node_for_identifier): Declare.
3194         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3195         instead of in cgraph_finalize_compilation_unit; constructors and
3196         destructors are entry points.
3197         (cgraph_finalize_compilation_unit): Reorganize debug outout;
3198         examine nested functions after lowerng; call collect_functions hook.
3199         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3200         (cgraph_finalize_compilation_unit): Do not collect entry points.
3201         * varasm.c: Include cgraph.h
3202         (assemble_name): Mark referenced identifier as needed.
3204         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3206 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3208         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3209         just SYMBOL_REF.
3210         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3211         mode, as it requires pic register loaded.
3213         * varasm.c (resolve_unique_section): Remove prototype.  No longer
3214         static.
3215         * tree.h (resolve_unique_section): New prototype.
3217 2003-06-23  Andreas Schwab  <schwab@suse.de>
3219         PR debug/9905
3220         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3221         recursing through first argument.
3223 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3225         * ChangeLog.1: Fix a typo.
3226         * cfgrtl.c: Fix comment typos.
3227         * dwarf2out.c: Likewise.
3228         * expmed.c: Likewise.
3229         * genrecog.c: Likewise.
3230         * jump.c: Likewise.
3231         * rtlanal.c: Likewise.
3232         * ssa-dce.c: Likewise.
3233         * toplev.c: Likewise.
3235 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3237         * doc/extend.texi: Fix typos.
3238         * doc/md.texi: Likewise.
3239         * doc/tm.texi: Likewise.
3241 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3243         * basic-block.h: Fix comment formatting.
3244         * bt-load.c: Likewise.
3245         * builtins.c: Likewise.
3246         * c-common.c: Likewise.
3247         * c-common.h: Likewise.
3248         * c-format.c: Likewise.
3249         * coverage.c: Likewise.
3250         * cpplib.h: Likewise.
3251         * cpppch.c: Likewise.
3252         * dbxout.c: Likewise.
3253         * diagnostic.c: Likewise.
3254         * dwarf2out.c: Likewise.
3255         * expr.c: Likewise.
3256         * fold-const.c: Likewise.
3257         * function.c: Likewise.
3258         * gcc.c: Likewise.
3259         * gcov-io.c: Likewise.
3260         * gcov-io.h: Likewise.
3261         * gcov.c: Likewise.
3262         * profile.c: Likewise.
3263         * real.h: Likewise.
3264         * sched-deps.c: Likewise.
3266 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3267             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3269         * doc/contrib.texi (Contributors): Add a note on testing and
3270         remove duplicates from testers list.
3272 2003-06-23  Nick Clifton  <nickc@redhat.com>
3274         * read-rtl.c (read_braced_string): Check for EOF.  If
3275         encountered issue an error message.
3277 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3279         * doc/invoke.texi: Document dump options, dT and dW.
3281 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
3283         * genrecog.c (pred_table): Remove the entry for
3284         mode_independent_operand.
3285         * recog.c (next_insns_test_no_inequality): Remove.
3286         (mode_independent_operand): Likewise.
3287         * recog.h: Remove the prototype for mode_independent_operand.
3289 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3291         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3292         store into bit 0.
3293         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3294         second alternative to set_znv.
3295         (*extzv_1_r_inv_h8300hs): Likewise.
3297 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3299         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3300         set in_tree_gas_is_elf accordingly.
3301         (in_tree_ld): Find out whether LD emulation is ELF, set
3302         in_tree_ld_is_elf accordingly.
3303         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3304         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3305         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3306         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3307         grepping gas/Makefile.
3308         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3309         $in_tree_ld_is_elf instead of grepping ld/Makefile.
3310         * configure: Regenerate.
3312 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3314         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3315         up the stabilized argument list, not build_tree_list.
3316         (expand_builtin_strcpy): Construct new argument list manually
3317         instead of using chainon to modify the original argument list.
3318         (expand_builtin_stpcpy): Construct new argument list manually
3319         instead of using copy_list and chainon.
3320         (expand_builtin_sprintf): New function.  Optimize calls to
3321         sprintf when the format is "%s" or doesn't contain a '%'.
3322         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3323         expand_builtin_sprintf.
3325 2003-06-22  Andreas Schwab  <schwab@suse.de>
3327         * function.c (set_insn_locators): Mark as unused.
3329 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3331         * common.opt: Add -finline-limit.
3332         * opts.c (common_handle_options): Handle it.
3333         * opts.sh: Temporary kludge for -finline-limit.
3334         * toplev.c (decode_f_option, independent_decode_option): Die.
3335         (parse_options_and_default_flags): No independent_decode_option.
3337 2003-06-22  Andreas Jaeger  <aj@suse.de>
3339         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
3341 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3343         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
3345 2003-06-22  Andreas Schwab  <schwab@suse.de>
3347         * doc/invoke.texi: Remove leading `-' from options in index.
3349 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3351         * bt-load.c: Follow spelling conventions.
3353 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3355         * expr.c (emit_move_insn_1): Fix a comment typo.
3357 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3359         * doc/invoke.texi: Alphabetize dump options.
3361 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3363         * doc/invoke.texi: Remove a duplicate -dk.
3365 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3367         * doc/invoke.texi: Update dump file names.
3369 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
3371         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
3372         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
3374 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
3376         * doc/rtl.texi: Fix the @findex for pre_modify.
3378 2003-06-22  Andreas Jaeger  <aj@suse.de>
3380         * caller-save.c: Convert to ISO C90.
3381         * calls.c: Likewise.
3382         * cfg.c: Likewise.
3383         * cfganal.c: Likewise.
3384         * cfgbuild.c: Likewise.
3385         * cfgcleanup.c: Likewise.
3386         * cfghooks.c: Likewise.
3387         * cfglayout.c: Likewise.
3388         * cfglayout.h: Likewise.
3389         * cfgloop.c: Likewise.
3390         * cfgloop.h: Likewise.
3391         * cfgloopanal.c: Likewise.
3392         * cfgloopmainip.c: Likewise.
3393         * cfgrtl.c: Likewise.
3395 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3397         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
3398         64-bit alignment.
3400 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
3402         * arm.md (all call_value patterns): Remove register constraints on
3403         value operand.
3405 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3407         * common.opt: More -f switches.
3408         * opts.c (common_handle_options): Handle them.
3409         * toplev.c (time_report): Make extern.
3410         (f_options): USe flag_dummy.
3411         (decode_f_option): No need to use f_options now.
3412         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
3413         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
3415 2003-06-22  Andreas Jaeger  <aj@suse.de>
3417         * c-lex.c: Convert to ISO C90.
3418         * c-objc-common.c: Likewise.
3419         * c-opts.c: Likewise.
3420         * c-pch.c: Likewise.
3421         * c-ppoutput.c: Likewise.
3422         * c-pragma.h: Likewise.
3423         * c-pretty-print.c: Likewise.
3424         * c-pretty-print.h: Likewise.
3425         * c-semantics.c: Likewise.
3426         * c-tree.h: Likewise.
3427         * c-typeck.c: Likewise.
3429         * c-lang.c: Convert to ISO C90.
3431 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3433         * opts.c (find_opt): Fix to always guarantee a find of a
3434         switch with joined parameter.
3435         * opts.h (struct cl_option): New member back_chain.
3436         * opts.sh: Update to calculate and add back_chain member.
3438 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
3440         * diagnostic.h (output_host_wide_integer): Declare.
3441         * diagnostic.c (output_long_long_decicaml): New function.
3442         (output_host_wide_integer): Likewise.
3443         (output_format): Use them.  Handle "%ll" and "%w".
3445 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
3447         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3449 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
3451         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3452         * configure.in: Don't use gcc_AC_C_CHARSET.
3453         * configure, config.in: Regenerate.
3454         * config/i370/i370.c, config/i370/i370.h: Use
3455         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3456         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
3458 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
3460         * Makefile.in: Update.
3461         * common.opt: New switches.
3462         * opts.c: Include diagnostic.h.
3463         (common_handle_option): Handle new switches.
3464         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3465         flag_if_conversion2, flag_delete_null_pointer_checks,
3466         flag_rerun_cse_after_loop): Make extern.
3467         (flag_dummy): New.
3468         (f_options): Update to use flag_dummy for moved options.
3469         (decode_f_option): Some switches moved to opts.c.
3470         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3471         flag_if_conversion2, flag_delete_null_pointer_checks,
3472         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3473         flag_tracer, flag_thread_jumps, flag_unroll_loops,
3474         flag_unroll_all_loops, flag_unswitch_loops): New.
3476 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
3478         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3480 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
3482         * config/h8300/h8300-protos.h: Add a prototype for
3483         same_cmp_preceding_p.
3484         * config/h8300/h8300.c (same_cmp_preceding): New.
3485         * config/h8300/h8300.md: Extend peephole2's that transform
3486         compare:SI into shorter sequences so that they can deal with
3487         signed comparisons.
3489 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3491         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3493         Update Andreas Jaeger's entry.
3495         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3496         Loren J. Rittle.
3498 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3500         * mkconfig.sh: Add multiple inclusion guards to generated headers.
3502 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3504         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3505         * common.opt: Add remaining -W options and -g.
3506         * diagnostic.c (warnings_are_errors): Remove.
3507         * flags.h: Make most warning flags boolean.
3508         * opts.c (common_handle_option): Handle remaining -W options, and -g.
3509         Move many warning flags from toplev.c, making them boolean.
3510         * toplev.c: Remove many warning flags.
3511         (decode_W_option): Remove.
3512         (decode_g_option): Make extern.  Error on unknown switch.
3513         (lang_independent_W_options): Use warn_dummy.
3514         (independent_decode_option): Just handle -f switches now.
3515         * toplev.h (decode_g_option): New.
3517 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
3519         PR/11092
3520         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
3521         vectors.
3523 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
3525         * opts.sh: Tweak awk script for portability.
3527 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3529         PR c++/10888
3530         * tree-inline.c (expand_call_inline): Do not warn about failing to
3531         inline functions declared in system headers.
3532         * doc/invoke.texi (-Winline): Expand on documentation.
3534 2003-06-20  Richard Henderson  <rth@redhat.com>
3536         * config/alpha/alpha.c (alpha_file_start): Disable
3537         file_start_file_directive for ELF and not MDEBUG.
3539 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
3541         * sh.h (ROUND_TYPE_ALIGN): Remove.
3543 2003-06-20  Richard Henderson  <rth@redhat.com>
3545         * hooks.c (hook_int_void_no_regs): Rename from
3546         hook_reg_class_void_no_regs; change return type.
3547         * hooks.h: Update.
3548         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
3549         * target.h (branch_target_register_class): Change return type to int.
3550         Add documentation.
3551         * config/sh/sh.c (sh_target_reg_class): Change return type.
3552         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
3554 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
3556         * c-format.c: Change _Bool to bool reverting part of the last
3557         patch.
3559 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3561         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
3562         strip name encoding.
3564 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3566         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
3567         * configure: Regenerate.
3568         Fixes PR driver/9362.
3570 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3572         * config/alpha/alpha.c (alpha_file_start): Fix typo.
3574 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3576         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
3577         to ASM_OUTPUT_SOURCE_LINE.
3579 2003-06-20  Daniel Egger  <degger@fhm.edu>
3580             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3582         * doc/install.texi (Building): Correct and improve statement
3583         about parallel builds.
3585 2003-06-20  Andreas Jaeger  <aj@suse.de>
3587         * c-common.c: Change _Bool to bool reverting part of the last
3588         patch.
3590 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3592         * tree.h (expand_function_end): Remove all parameters.
3593         * function.c (expand_function_end): Remove all parameters.
3594         Use input_location. Never expand_end_bindings.
3595         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
3596         * coverage.c (create_coverage): Likewise.
3598 2003-06-20  Nick Clifton  <nickc@redhat.com>
3600         * doc/extend.texi (ARM Built-in Functions): New node.  Document
3601         ARM builtin functions for iWMMXt support.
3603 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3605         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
3606         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
3607         (--with-as): Add @anchor.
3608         (--with-gnu-ld): Fix typo.
3609         (--with-ld): Add @uref to --with-as.
3611 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3613         * doc/tm.texi: Uniformly use @defmac for macros, rather than
3614         @table items.  Minor formatting and editorial corrections.
3616 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3618         * line-map.c, line-map.h: Convert to ISO prototypes.
3620 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3622         * gcse.c (store_killed_in_insn): Fix.
3624 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3626         * target.h (asm_out.file_start, file_start_app_off,
3627         file_start_file_directive): New hooks.
3628         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
3629         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
3630         New hook-definition macros.
3631         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
3632         * varasm.c (default_file_start): New.
3633         * output.h: Prototype it.
3634         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
3635         * system.h: Poison ASM_FILE_START.
3637         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
3638         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
3639         (unicosmk_asm_file_start): Rename unicosmk_file_start,
3640         make static, take no arguments.
3641         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
3642         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
3643         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
3644         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
3645         comment.
3646         * config/arc/arc.c (arc_asm_file_start): Rename
3647         arc_file_start, take no arguments, make static.
3648         (TARGET_ASM_FILE_START): Set it.
3649         * config/arm/arm.c (aof_file_start): New static function.
3650         (TARGET_ASM_FILE_START): Set it, when appropriate.
3651         * config/arm/coff.h, config/arm/elf.h:
3652         Set TARGET_ASM_FILE_START_APP_OFF to true.
3653         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
3654         take no arguments, make static.
3655         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3656         Set them.
3657         * config/c4x/c4x.c (c4x_file_start): New static function.
3658         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3659         Set them.
3660         * config/cris/cris.c (cris_file_start): New static function.
3661         (TARGET_ASM_FILE_START): Set it.
3662         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
3663         dsp16xx_file_start, make static.
3664         (luxworks_dsp16xx_file_start): Delete.
3665         (TARGET_ASM_FILE_START): Set it.
3666         * config/h8300/h8300.c (asm_file_start): Rename
3667         h8300_file_start, make static, take no arguments.
3668         (TARGET_ASM_FILE_START): Set it.
3669         * config/i370/i370.c (i370_file_start): New static function.
3670         (TARGET_ASM_FILE_START): Set it.
3671         * config/i386/i386.c (x86_file_start): New static function.
3672         (TARGET_ASM_FILE_START): Set it.
3673         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
3674         X86_FILE_START_FLTUSED): New macros, default to false.
3675         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
3676         * config/i386/sysv4.h, config/i386/sco5.h: Override
3677         X86_FILE_START_VERSION_DIRECTIVE to true.
3678         * config/ia64/ia64.c (ia64_file_start): New static function.
3679         (TARGET_ASM_FILE_START): Set it.
3680         (emit_safe_across_calls): Take no arguments.
3681         * config/ia64/ia64.md: Update to match.
3682         * config/m32r/m32r.c (m32r_asm_file_start): Rename
3683         m32r_file_start, make static, take no arguments.
3684         (TARGET_ASM_FILE_START): Set it.
3685         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
3686         m68hc11_file_start, make static, take no arguments.
3687         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3688         (print_options): Delete.
3689         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
3690         (TARGET_ASM_FILE_START_APP_OFF): Set.
3691         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
3692         m68k_hp320_file_start.
3693         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
3694         Make static, take no arguments.
3695         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3696         * config/mmix/mmix.c (mmix_asm_file_start): Rename
3697         mmix_file_start, make static, take no arguments.
3698         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3699         * config/mn10300/mn10300.c (asm_file_start): Rename
3700         mn10300_file_start, make static, take no arguments.
3701         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3702         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
3703         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
3704         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
3705         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
3706         pa_hpux64_hpas_file_start): New static functions.
3707         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
3708         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
3709         pa_linux_file_start.
3710         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
3711         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
3712         appropriate.
3713         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
3714         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
3715         (rs6000_file_start): Make static, take no arguments.  Reset
3716         default_cpu under certain conditions.
3717         (rs6000_xcoff_file_start): New function.
3718         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
3719         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
3720         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
3721         * config/sh/sh.c (output_file_start): Rename
3722         sh_file_start, make static, take no arguments.  Merge in old
3723         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
3724         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3725         * config/sh/sh.c (TARGET_ELF): Define to 0.
3726         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
3727         * config/v850/v850.c (asm_file_start): Delete.
3728         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3729         * config/vax/vax.c (vax_file_start): New static function.
3730         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
3732         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
3733         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
3734         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
3735         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
3736         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
3737         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
3739         * config/darwin.h, config/elfos.h, config/alpha/elf.h
3740         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
3741         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
3742         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
3743         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
3744         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
3745         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
3746         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
3747         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
3748         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
3749         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
3750         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3751         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3752         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3753         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3754         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3755         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3756         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3758         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3759         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
3760         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3761         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
3762         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
3763         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
3764         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
3766         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
3767         Remove reference to ASM_FILE_START in comment.
3768         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
3769         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
3770         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
3772 2003-06-19  Graeme Peterson <gp@qnx.com>
3774         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
3775         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
3776         sysroot_hdrs_suffix_spec): New.
3777         (static_specs): Initialize new variables.
3778         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
3779         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
3780         New macros.
3782 2003-06-19  Andreas Jaeger  <aj@suse.de>
3784         * c-aux-info.c: Convert to ISO C90.
3785         * c-pragma.c: Likewise.
3786         * c-common.c: Likewise.
3787         * c-common.h: Likewise.
3788         * c-convert.c: Likewise.
3789         * c-cppbuiltin.c: Likewise.
3790         * c-dump.c: Likewise.
3791         * c-decl.c: Likewise
3792         * c-format.c: Likewise.
3793         * c-incpath.c: Likewise.
3794         * c-incpath.h: Likewise.
3796 2003-06-19  Roger Sayle  <roger@eyesopen.com>
3798         * builtins.c (expand_errno_check): Assume that flag_errno_math
3799         and HONOR_NANS have been tested before calling here.  Only try
3800         to set errno ourselves if the decl can't throw an exception.
3801         (expand_builtin_mathfn): Move the code to stabilize the arg
3802         after the main switch, so that that its only done when needed.
3803         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
3804         Don't modify the original expr when stabilizing the argument.
3805         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
3806         the args after the main switch, and don't modify the orginal exp.
3808 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3810         * expr.c (const_vector_from_tree): Initialize remaining elements
3811         to 0.
3813 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3815         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
3816         Change "fix" to "float".
3818 2003-06-19  Andreas Jaeger  <aj@suse.de>
3820         * c-tree.h: Remove declaration of poplevel.
3822         * tree.h: Remove declaration of approx_sqrt.
3824         * c-lex.c: Remove redundant declaration of asm_out_file.
3826         * flags.h: Remove declaration of warn_unknown_pragma and
3827         main_input_filename.
3829         * rtl.h: Remove functions from fold-const.c since they're already
3830         declared in tree.h.
3832         * regs.h: Remove redundant declaration of reg_names.
3834         * bt-load.c (migrate_btr_defs): Correct printf arguments.
3836         * protoize.c: Fix breakage from last patch.
3838 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3840         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
3841         has been included.
3843 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
3845         * config/sparc/sparc.c: Update copyright year.
3847 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
3849         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
3850         to ABI_V4.
3852 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3854         PR bootstrap/4068
3855         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
3857 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3859         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
3860         to the end of the file.  Remove unnecessary prototypes.
3862 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
3864         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
3865         calls to insn_default_latency and result_ready_cost.  Initialize
3866         def_latency to 1.
3868 2003-06-18  Richard Henderson  <rth@redhat.com>
3870         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
3871         (_Unwind_FindEnclosingFunction): Implement.
3873 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
3875         * toplev.c (rest_of_handle_sched): Hide the entire function if
3876         INSN_SCHEDULING is not defined.
3877         (rest_of_compilation): Call rest_of_handle_sched() only when
3878         INSN_SCHEDULING is defined.
3880 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
3881             J"orn Rennecke <joern.rennecke@superh.com>
3883         * bt-load.c: New file.
3884         * Makefile.in (OBJS): Include bt-load.o
3885         (bt-load.o): Add dependencies.
3886         * flags.h (flag_branch_target_load_optimize): Declare.
3887         (flag_branch_target_load_optimize2): Likewise.
3888         * hooks.c (hook_reg_class_void_no_regs): New function.
3889         (hook_bool_bool_false): Likewise.
3890         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
3891         * rtl.h (branch_target_load_optimize): Declare.
3892         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
3893         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3894         (TARGET_INITIALIZER): Include these.
3895         * target.h (struct gcc_target): Add branch_target_register_class
3896         and branch_target_register_callee_saved members.
3897         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
3898         (dump_file) Add "tars" entry.
3899         (flag_branch_target_load_optimize): New variable.
3900         (flag_branch_target_load_optimize2): Likewise.
3901         (lang_independent_options): Add entries for new options.
3902         (rest_of_compilation): Call branch_target_load_optimize.
3903         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
3904         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3905         * doc/invoke.texi: Document -fbranch-target-load-optimize and
3906         -fbranch-target-load-optimize2.
3907         * rtl.h (epilogue_completed): Declare.
3908         * recog.c (epilogue_completed): New variable.
3909         * toplev.c (rest_of_compilation): Set it.
3910         * flow.c (mark_regs_live_at_end): Use it.
3911         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
3912         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3913         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3914         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3916         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
3917         (sh_target_reg_class): New function.
3918         (sh_optimize_target_register_callee_saved): Likwise.
3919         (shmedia_target_regs_stack_space): Likewise.
3920         (shmedia_reserve_space_for_target_registers_p): Likewise.
3921         (shmedia_target_regs_stack_adjust): Likewise.
3922         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
3923         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3924         (calc_live_regs): If flag_branch_target_load_optimize2 and
3925         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
3926         for target registers, make sure that we save all target registers.
3927         (sh_expand_prologue, sh_expand_epilogue): Take target register
3928         optimizations into account.  Collapse stack adjustments if that
3929         is beneficial.
3930         (initial_elimination_offset): Reserve space for target registers
3931         if necessary.
3932         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
3933         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
3935 2003-06-18  Nick Clifton  <nickc@redhat.com>
3937         * config.gcc: Add an extra_header for ARM targets.
3938         Support configuring with --with-cpu=iwmmxt.
3939         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
3940         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
3941         names.  Fix formatting.
3942         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
3943         names.
3944         * config/arm/arm-protos.h (arm_emit_vector_const): New
3945         prototype.
3946         (arm_output_load_gr): New prototype.
3947         * config/arm/arm.c (extra_reg_names1): Delete.
3948         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
3949         * arch_is_iwmmxt): Define.
3950         (all_cores, all_architecture): Add entry for iwmmxt.
3951         (arm_override_options): Add support for iwmmxt.
3952         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
3953         arm_print_value, arm_rtx_costs_1, output_move_double,
3954         arm_compute_save_reg_mask, arm_output_epilogue,
3955         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
3956         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
3957         Likewise.
3958         (arm_init_cumulative_args): Count iwmmxt registers.
3959         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
3960         has been set.
3961         (struct minipool_node): Add fix_size field.
3962         (add_minipool_forward_ref): Add support for 8-byte aligning of
3963         the pool.
3964         (add_minipool_backward_ref, add_minipool_offsets,
3965         dump_minipool, push_minipool_fix): Likewise.
3966         (struct builtin_description): New struct.
3967         (builtin_description): New array of iwmmxt builtin functions.
3968         (arm_init_iwmmxt_builtins): New function.
3969         (arm_init_builtins): New function.
3970         (safe_vector_operand): New function.
3971         (arm_expand_binop_builtin): New function.
3972         (arm_expand_unop_builtin): New function.
3973         (arm_expand_builtin): New function.
3974         (arm_emit_vector_const): New function.
3975         (arm_output_load_gr): New function.
3976         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
3977         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
3978         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
3979         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
3980         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
3981         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
3982         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
3983         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
3984         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
3985         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
3986         registers unless the iwmmxt target is selected.
3987         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
3988         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
3989         IS_IWMMXT_GR_REGNUM): Define.
3990         (FIRST_PSEUDO_REGISTER): Bump to 63.
3991         (struct machine_function): Add sibcall_blocked field.
3992         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
3993         nargs fields.
3994         (enum arm_builtins): New enum list.
3995         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
3996         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
3997         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
3998         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
3999         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4000         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4001         (movv2si, movv4hi, movv8qi): New expands for vector moves.
4002         Include iwmmxt.md.
4003         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4004         multilib.
4005         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4006         * config/arm/mmintrin.h: New ARM specific header file.
4007         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4009 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
4011         * toplev.c (Remaining -d letters summary): Update.
4013 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4015         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4016         argument.
4017         (function_arg): Handle CALL_LIBCALL flag.
4018         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4019         prototype.
4020         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4021         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4022         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4023         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4025 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
4027         * Makefile.in: Update.
4028         * common.opt: New options.
4029         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4030         set_Wunused): New.
4031         (common_handle_option): Handle new options.
4032         * toplev.c (set_target_switch): Export.
4033         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4034         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4035         (independent_decode_option): More options handled in opts.c now.
4036         Change prototype.
4037         * toplev.h (set_target_switch): New.
4039 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
4041         PR debug/4252
4042         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4043         to dump_switch_p().
4044         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4045         from static strings in dump_files.
4047 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4049         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4050         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4051         libiberty macros.
4053 2003-06-17  Jason Merrill  <jason@redhat.com>
4055         PR c++/10929
4056         * tree-inline.c (expand_call_inline): Don't warn about failing to
4057         inline a function which was made inline by -finline-functions.
4059 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4061         * config/h8300/h8300-protos.h: Update to ISO C.
4062         * config/h8300/h8300.c: Likewise.
4063         * config/h8300/h8300.h: Likewise.
4064         * config/h8300/h8300.md: Likewise.
4066 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4068         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4069         * configure: Regenerate.
4070         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4072 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4074         * install.texi (Testing): Add information on how to run Java
4075         runtime tests separately.
4077 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4079         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4081         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4082         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4084 2003-06-17  Christopher Faylor  <cgf@redhat.com>
4086         * doc/install.texi: Add msvc rebuild caveat.
4088 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4090         * config/sh/coff.h: Replace Hitachi with Renesas.
4091         * config/sh/elf.h: Likewise.
4092         * config/sh/embed-elf.h: Likewise.
4093         * config/sh/lib1funcs.asm: Likewise.
4094         * config/sh/sh-protos.h: Likewise.
4095         * config/sh/sh.c: Likewise.
4096         * config/sh/sh.h: Likewise.
4097         * config/sh/sh.md: Likewise.
4099 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4101         * ChangeLog.3: Fix comment typos.
4102         * ChangeLog.6: Likewise.
4103         * config/d30v/d30v.c: Likewise.
4104         * config/h8300/h8300.md: Likewise.
4105         * config/m32r/m32r.md: Likewise.
4106         * config/mips/mips.c: Likewise.
4107         * config/mips/mips.md: Likewise.
4108         * config/ns32k/NOTES: Likewise.
4110 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4111             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4113         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4114         to run Java runtime tests separately.
4116 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4118         * config/h8300/h8300-protos.h: Update a comment.
4120 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4122         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4123         are aligned like integral modes.
4124         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4126         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4127         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4128         * sh.md (*pt): Remove.
4130         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4132         * sh.md (return_media_rte): New pattern.
4133         (return_media): Use it.
4135 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4137         * doc/contrib.texi: Replace Hitachi with Renesas.
4138         * doc/install.texi: Likewise.
4139         * doc/invoke.texi: Likewise.
4141 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
4143         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4144         behaviour.
4146 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4148         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4150         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4151         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4153         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4154         -msdata=eabi usages.
4156         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4158 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4160         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4161         * fixinc/gnu-regex.c: Don't define `volatile'.
4162         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4163         * ggc-simple.c: Likewise.
4164         * system.h: Don't define `volatile'.
4166         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4167         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4168         call these macros.
4169         * config.in, configure: Regenerated.
4171 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4173         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4174         Handle POINTERS_EXTEND_UNSIGNED.
4176 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4178         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4179         !TARGET_IRIX6]: Define as NULL.
4181 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4183         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4185 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4187         * dbxout.c (dbxout_source_line_counter): New global variable.
4188         Mark it with GTY(()).
4189         (dbxout_source_line): Increment dbxout_source_line_counter
4190         and pass it to ASM_OUTPUT_SOURCE_LINE.
4191         * sdbout.c (sdbout_source_line_counter): New global variable.
4192         Mark it with GTY(()).
4193         (unnamed_struct_number): Mark it with GTY(()).
4194         (sdbout_source_line): Increment sdbout_source_line_counter
4195         and pass it to ASM_OUTPUT_SOURCE_LINE.
4196         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4197         (xcoffout_source_line): Pass 0 as third argument to
4198         ASM_OUTPUT_SOURCE_LINE.
4199         (xcoffout_begin_prologue): Likewise.
4200         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4201         Use it instead of 'sym_lineno' but without incrementing it.
4202         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4203         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4204         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4205         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4206         argument to ASM_OUTPUT_SOURCE_LINE.
4207         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4208         * config/arm/aout.h: Remove useless comment.
4209         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4210         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4211         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4212         Use it instead of 'sym_lineno' but without incrementing it.
4213         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4214         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4215         parameter. Use it instead of 'sym_lineno' but without incrementing it.
4216         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4217         argument to ASM_OUTPUT_SOURCE_LINE.
4218         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4219         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4220         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4221         Use it instead of 'sym_lineno' but without incrementing it.
4222         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4223         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4224         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4225         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4226         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4228 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
4230         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4231         (expand_block_move, output_block_move): Remove.
4232         * config/mips/mips.h (enum block_move_type): Remove.
4233         * config/mips/mips.c (block_move_call, output_block_move): Remove.
4234         (mips_block_move_straight, mips_adjust_block_mem): New function.
4235         (mips_block_move_loop): Renamed and reworked from block_move_loop.
4236         (mips_expand_block_move): Likewise expand_block_move.  Return false
4237         to fall back on the target-independent code.
4238         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4239         (movstrsi_internal*): Remove.
4241 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
4243         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4244         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4245         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4246         ISO C: new-style function declarations, no need for PARAMS,
4247         no special punctuation on indirect function calls, use string
4248         constant concatenation where convenient.
4250 2003-06-17  Andreas Jaeger  <aj@suse.de>
4252         * rtl.h: Remove declarations from coverage.h.
4253         * toplev.c: Include coverage.h.
4254         * Makefile.in (toplev.o): Depend on coverage.h.
4256         * toplev.h: Remove extra declaration of print_time.
4258         * gengtype.c (close_output_files): Remove duplicated declaration.
4260 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4262         * config/sparc/sysv4.h: Remove target-independent comment;
4263         replace "GNU CC" with "GCC".
4264         * config/vxworks.h: Replace "GNU compiler" with "GCC".
4265         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4266         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4267         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4268         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4269         config/sparc/rtemself.h, config/sparc/sol2-64.h,
4270         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4271         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4272         config/sparc/sol2.h, config/sparc/sp64-aout.h,
4273         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4274         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4275         "GNU compiler", "GNU CC" with "GCC".
4276         * config/sparc/cypress.md, config/sparc/hypersparc.md,
4277         config/sparc/sparc-modes.def, config/sparc/sparc.c,
4278         config/sparc/sparc.md, config/sparc/sparclet.md,
4279         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4280         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4281         "GNU C Compiler" with "GCC".
4282         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4284 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
4286         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4287         constants.
4289         * testsuite/gcc.c-torture/execute/simd-4.c: New.
4291 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4293         * config/ip2k/ip2k.h: Remove target-independent comments.
4295         * config.gcc: Explicitly mention elfos.h in ip2k entry.
4296         * config/ip2k/ip2k.h: Don't #include it here.
4298 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4300         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4301         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4302         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4303         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4304         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4305         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4306         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4307         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4308         the PTR macro.
4310         * gengtype.c: Don't use UNION_INIT_ZERO.
4311         * system.h (UNION_INIT_ZERO): Delete.
4313 2003-06-16  Richard Henderson  <rth@redhat.com>
4315         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4316         GET_MODE_UNIT_SIZE when simplifying constant vectors.
4318 2003-06-16  Andreas Jaeger  <aj@suse.de>
4320         * timevar.c (get_run_time): Remove function provided also by
4321         libiberty.
4322         * timevar.h: Remove get_run_time declaration.
4324 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4326         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4327         unreachable code.
4329 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4331         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4332         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4333         use macros from "symcat.h", instead rely on ISO C.
4335         * system.h: Don't include "symcat.h".
4336         * configure.in (AC_C_STRINGIZE): Delete.
4337         * config.in, configure: Regenerate.
4339 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4341         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
4343         * tree.h (STMT_CHECK): New macro.
4344         Also upper-case argument names on all checking macros and
4345         fix some whitespace problems; assume CODE argument does not
4346         have side-effects.
4348 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4350         * scan.h: Convert to ISO C.
4351         * system.h: Likewise.
4353         * c-format.c (dynamic_format_types): New pointer for dynamic data.
4354         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
4355         New functions split out of...
4356         (handle_format_attribute): ...here.
4358 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4360         * sh.h (REG_CLASS_FROM_LETTER): Change to:
4361         (REG_CLASS_FROM_CONSTRAINT).
4362         (CONST_OK_FOR_I): Rename to:
4363         (CONST_OK_FOR_I08).  Changed all users.
4364         (CONST_OK_FOR_J): Rename to:
4365         (CONST_OK_FOR_I16).  Changed all users.
4366         (CONST_OK_FOR_K): Rename to:
4367         (CONST_OK_FOR_P27).  Changed all users.
4368         (CONST_OK_FOR_L): Rename to:
4369         (CONST_OK_FOR_K08).  Changed all users.
4370         (CONST_OK_FOR_O): Rename to:
4371         (CONST_OK_FOR_I06).  Changed all users.
4372         (CONST_OK_FOR_P): Rename to:
4373         (CONST_OK_FOR_I10).  Changed all users.
4374         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
4375         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
4376         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
4377         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
4378         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
4379         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
4380         (CONST_OK_FOR_LETTER_P): Replace with
4381         (CONST_OK_FOR_CONSTRAINT_P).
4382         (EXTRA_CONSTRAINT_S): Rename to:
4383         (EXTRA_CONSTRAINT_C16).  Changed all users.
4384         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
4385         (EXTRA_CONSTRAINT_T): Rename to:
4386         (EXTRA_CONSTRAINT_Csy).  Changed all users.
4387         (EXTRA_CONSTRAINT_Z): Remove.
4388         (EXTRA_CONSTRAINT): Replace with:
4389         (EXTRA_CONSTRAINT_STR).
4390         (EXTRA_CONSTRAINT_U): Rename to:
4391          (EXTRA_CONSTRAINT_Z).  Changed all users.
4392         * sh.c (and_operand): Use CONST_OK_FOR_J16.
4393         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
4394         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
4395         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
4396         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
4397         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
4398         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
4399         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
4400         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
4401         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
4402         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
4403         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
4404         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
4405         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
4406         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
4407         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
4408         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
4409         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
4410         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
4411         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
4412         (sssubv4hi3): Likewise.
4413         (movsf_i): Change I[08]/r to G/r.
4414         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
4416         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
4418 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
4420         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
4422 2003-06-16  Andreas Jaeger  <aj@suse.de>
4424         * basic-block.h: Remove duplicate prototype of
4425         note_prediction_to_br_prob.
4427         * tree.h: Remove duplicate prototype of strip_float_extensions.
4429 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4431         * config/c4x/c4x.c: Don't include "c-tree.h".
4432         * config/pa/pa.c: Likewise.
4433         * langhooks.c: Likewise.
4434         * tree.h (poplevel): Declare.
4436 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4438         * config/h8300/h8300.c (const_costs): Move this to ...
4439         (h8300_rtx_costs): ... here.
4441 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4443         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4444         (tan_optab, atan_optab): Define corresponding macros.
4445         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4446         * genopinit.c (optabs): Implement tan_optab and atan_optab
4447         using tan?f2 and atan?f2 patterns.
4448         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4449         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4450         Change the default value of errno_set to false.
4451         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4452         using expand_builtin_mathfn.
4454         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4455         expander patterns implemented using existing atan2?f3 patterns.
4457 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4459         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4460         both operands of the addition equal, reuse the expanded RTL.
4461         (expand_expr <MULT_EXPR>): Likewise for multiplication.
4463 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4464             Jeff Law  <law@redhat.com>
4466         * fold-const.c (operand_equal_p): Consider two calls to "const"
4467         functions with identical non-volatile arguments to be equal.
4468         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4469         built-in function to be equal to the "foo" form.
4471 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4473         * config/rs6000/sysv4le.h: Remove target-independent comment.
4474         Replace "GNU compiler" with "GCC" in comment.
4476 2003-06-16  Andreas Jaeger  <aj@suse.de>
4478         * tracer.c: Remove duplicate declaration.
4480         * toplev.c: Remove extra declaration of decode_d_option.
4482         * ssa.c: Remove duplicate declaration.
4484         * sreal.c: Remove extra declaration of dump_sreal.
4486         * reload1.c: Remove duplicate declarations.
4488         * integrate.c: Remove extra declaration of
4489         set_decl_abstract_flags.
4491         * flow.c: Remove extra declaration of dump_flow_info.
4493         * alias.c: Remove extra declaration of get_addr.
4495 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4497         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4498         config/vxworks.h: GNU CC -> GCC.
4500         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4501         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4502         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4503         ssa.h, tree.def: Replace overly specific references to "GNU C"
4504         and "GNU C Compiler" with references to "GCC".
4506 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4508         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4509         memory reference.  Fix test that checks if operand 1 is using r0.
4510         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4512         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4513         defined.
4515 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4517         * function.h (struct emit_status): Remove x_last_linenum,
4518         x_last_filename. Add x_last_location.
4519         * rtl.h: #include "input.h".
4520         (NOTE_DATA): New.
4521         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
4522         number notes.
4523         * emit-rtl.c (last_linenum, last_filename): Remove.
4524         (last_location): New.
4525         (emit_line_note_after): LINE must always be >= 0.
4526         (emit_line_note): Likewise. Check not duplicate here...
4527         (emit_note): ... rather than here.
4528         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
4529         * integrate.c (expand_inline_function): Use emit_line_note for
4530         line number notes.
4531         (copy_insn_list): Likewise.
4532         * unroll.c (copy_loop_body): Likewise.
4533         * Makefile.in (RTL_H): Add input.h.
4535 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
4537         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
4539 2003-06-16  Richard Henderson  <rth@redhat.com>
4541         * config/alpha/alpha-protos.h, config/alpha/elf.h,
4542         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
4543         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
4544         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
4545         Remove unneeded static function decls.
4547 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4549         * c-opts.c (c_common_handle_option): s/on/value/.
4550         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
4551         directly rather than converting the argument.
4552         * c.opt: Update docs.  Use UInteger where appropriate.
4553         * common.opt: Use UInteger where appropriate.
4554         * opts.c (integral_argument): New.
4555         (handle_argument): Handle integral arguments, and optional
4556         joined arguments.
4557         (common_handle_option): Update.
4558         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
4559         * opts.sh: Handle JoinedOrMissing and UInteger flags.
4561 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4563         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
4564         unnecessary extern declaration.
4566 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4568         * config/gofast.h, config/interix.h, config/interix3.h,
4569         config/libgloss.h, config/linux-aout.h, config/linux.h,
4570         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
4571         * config/kaos.h: "GNU compiler" -> GCC.
4572         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
4574         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
4575         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
4576         GNU CC -> GCC.
4578         * config/svr3.h: Remove #if 0 code, misleading comments.
4579         GNU CC -> GCC.
4581 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
4583         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
4584         main_input_filename to avoid conflict with input_filename macro.
4586 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4588         * config/mips/mips.h (asm_file_name, g_switch_set,
4589         g_switch_value): Remove.
4590         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
4591         unnecessary extern declarations.
4593 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4595         * config/frv/frv.h: Remove declaration of g_switch_value.
4596         * config/m32r/m32r.h: Remove declaration of g_switch_value.
4597         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
4599 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4601         * opts.sh: Quote '+' in regex.
4603 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
4605         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
4606         * config/rs6000/rs6000.c: Include cfglayout.h.
4607         * config/alpha/alpha.c: Likewise.
4608         * config/ia64/ia64.c: Likewise.
4609         * config/sparc/sparc.c: Likewise.
4610         * config/sh/sh.c: Likewise.
4612 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4614         * opts.sh: Quote '+' in regex.
4616 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4618         * c-opts.c (lang_flags): Update for new spelling of flags.
4619         (write_langs): Similarly.
4620         * c.opt: Specify languages.
4621         * opts.h: Remove languages.
4622         * opts.sh: Recognise front-end defined languages.
4623         * doc/sourcebuild.texi: Update.
4625 2003-06-15  Andreas Jaeger  <aj@suse.de>
4627         * alloc-pool.c: Convert to ISO C90 prototypes.
4628         * alloc-pool.h: Likewise.
4629         * alias.c: Likewise.
4630         * attribs.c: Likewise.
4631         * bb-reorder.c: Likewise.
4632         * bitmap.h: Likewise.
4633         * bitmap.c: Likewise.
4634         * builtins.c: Likewise.
4636         * tree.h: Convert prototypes of attribs.c to ISO C90.
4637         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
4638         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
4639         * expr.h: Convert prototypes of builtins.c to ISO C90.
4641 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4643         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
4644         implement exp, expf and expl built-ins as inline x87 intrinsics.
4645         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
4646         represent x87's fscale, frndint and f2xm1 insns respectively.
4647         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
4648         to encode x87's "fscale" instruction followed by a pop.
4649         (*frndintxf2): New insn pattern for "frndint".
4650         (*f2xm1xf2): New insn pattern for "f2xm1".
4652         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
4653         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
4654         UNSPEC_FPATAN.
4656 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4658         * gencheck.c (main): Avoid generating duplicate macros.
4660         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
4661         knowing names of language subdirectories.
4663 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4665         * c-pch.c (asm_file_name): Remove.
4666         * common.opt: Add more switches.
4667         * flags.h (g_switch_set): Boolify.
4668         * opts.c (g_switch_value, g_switch_set, exit_after_options,
4669         version_flag): Move from toplev.c.
4670         (common_handle_option): Handle more switches from toplev.c.
4671         * toplev.c (display_help, display_target_options, decode_d_option,
4672         print_version): Make non-static, remove prototypes.
4673         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
4674         (version_flag, g_switch_value, g_switch_set, exit_after_options):
4675         Remove.
4676         (independent_decode_option): Move some handlers to opts.c.
4677         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
4678         exit_after_options, version_flag, display_help, display_target_options,
4679         print_version, decode_d_option): New.
4681 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4683         * config/alpha/alpha.md: Follow spelling conventions.
4684         * config/arm/arm.c: Likewise.
4685         * config/arm/arm.h: Likewise.
4686         * config/arm/arm.md: Likewise.
4687         * config/arm/crtn.asm: Likewise.
4688         * config/m32r/m32r.c: Likewise.
4689         * config/m32r/m32r.md: Likewise.
4690         * config/rs6000/rs6000.c: Likewise.
4692 2003-06-15  Richard Henderson  <rth@redhat.com>
4694         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
4695         insn_locators_initialize.
4696         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
4697         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4698         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4699         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
4701 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4703         * builtins.c (expand_builtin_expect_jump): Remove redundant
4704         tests that are also in any_condjump_p().
4706 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4708         * libgcc2.c: Delete sysV68 L_trampoline section.
4709         * config/m68k/mot3300-crt0.S: Delete file.
4710         * config/m68k/mot3300Mcrt0.S: Likewise.
4712 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4714         * config/aoutos.h: Remove.
4715         * config.gcc: Remove reference to aoutos.h.
4716         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
4718 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
4720         * doc/install.texi: Follow spelling conventions.
4721         * doc/tm.texi: Likewise.
4722         * config/fp-bit.c: Likewise.
4723         * config/arm/arm.c: Likewise.
4724         * config/frv/frv.c: Likewise.
4725         * config/ns32k/NOTES: Likewise.
4726         * config/ns32k/STATUS: Likewise.
4728 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4729             Zack Weinberg  <zack@codesourcery.com>
4731         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
4732         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
4733         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
4735         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
4736         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
4737         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
4738         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
4739         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
4740         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
4741         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
4742         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
4743         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
4744         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
4745         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
4746         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
4747         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
4748         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
4749         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
4750         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4751         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4752         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4753         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4754         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4756 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4758         * opts.sh (POSIXLY_CORRECT): Unset it.
4760         * tree.h (init_function_start): Remove filename and line paramters.
4761         * function.c (init_function_start): Remove filename and line
4762         parameters. Use DECL_SOURCE_LOCATION.
4763         * c-decl.c (store_parm_decls): Adjust init_function_start call.
4764         (c_expand_body_1): Likewise.
4765         * coverage.c (create_coverage): Likewise.
4766         * objc/objc-act.c (build_tmp_function_decl): Set line number to
4767         zero.
4768         (hack_method_prototype): Adjust init_function_start call.
4770 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4772         PR target/3724
4773         * arm/linux-elf.h (PROFILE_HOOK): Define.
4775 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4777         PR target/11183
4778         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
4780 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4782         * opts.sh: Work around a mysterious feature in cygwin's gawk
4783         where specifying the input files explicitly has a different
4784         behavior to piping them via stdin.
4786 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4788         * doc/sourcebuild.texi: Update.
4790 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4792         PR target/11183
4793         * arm.c (output_move_double): Pass SImode to adjust_address.
4795 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4797         * Makefile.in: Update to use common.opt and lang_opt_files.
4798         (c-options.c, c-options.h): Remove.
4799         (options.c, options.h): Add.
4800         * c-opts.c: Include options.h not c-options.h.
4801         * common.opt: New file.
4802         * configure, configure.in: Add lang_opt_files.
4803         * opts.c: Include flags.h and diagnostic.h.
4804         (common_handle_option): New.
4805         (handle_option): Update to recognize common options and all
4806         language-dependent options.
4807         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
4808         (struct cl_option): Make flags of type int.
4809         * opts.h: Flag option with front ends to which it applies.
4810         Handle duplicate options.
4811         * toplev.c (filename): Remove.
4812         (independent_decode_option): Don't handle filenames and -quiet.
4813         (process_options, do_compile): Update.
4815 2003-06-14  Nick Clifton  <nickc@redhat.com>
4817         * doc/install.texi (Specific): Add description of different
4818         ARM supported file format targets.
4820 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
4822         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
4823         inside delay slots.
4825 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
4827         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
4828         * unwind-pe.h (size_of_encoded_value): Do not define if
4829         NO_SIZE_OF_ENCODED_VALUE is defined.
4831 2003-06-13  Roger Sayle  <roger@eyesopen.com>
4833         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
4834         expanding a complex constant into a CONCAT target.
4836 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
4838         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
4839         (ASM_FILE_START_1): Delete.
4840         * config/i386/att.h, config/i386/sco5.h,
4841         config/i386/sysv3.h
4842         (ASM_FILE_START_1): Delete.
4844 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
4846         * config/i386/bsd.h: Remove ASM_FILE_START.
4847         * config/i386/djgpp.h: Likewise.
4848         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
4850         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
4851         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
4853 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
4855         PR bootstrap/10835
4856         * haifa-sched.c (max_lookahead_tries,
4857         cached_first_cycle_multipass_dfa_lookahead,
4858         cached_issue_rate): New variables.
4859         (max_issue): Check the number of tries.
4860         (choose_ready): Calculate max_lookahead_tries.
4861         (sched_init): Check cached_issue_rate.
4863 2003-06-13  Richard Henderson  <rth@redhat.com>
4865         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
4866         * cfgrtl.c (purge_dead_edges): Expect it too.
4868 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
4869             Eric Botcazou  <ebotcazou@libertysurf.fr>
4871         PR bootstrap/10983
4872         * combine.c (make_extraction): Use gen_lowpart_for_combine
4873         when extracting from a REG and not in the destination of a SET.
4875 2003-06-13  Doug Evans  <dje@sebabeach.org>
4877         * tsystem.h (abort): Declare in inhibit_libc case to remove build
4878         warnings for addvsi3, et.al.
4880 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
4882         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
4884         * simplify-rtx.c (simplify_subreg): Same.
4886         * emit-rtl.c (gen_lowpart_common): Same.
4888 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4890         * builtins.c: Fix comment typos.
4891         * fold-const.c: Likewise.
4893 2003-06-13  Doug Evans  <dje@sebabeach.org>
4894             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4896         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
4897         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
4898         (m32r_va_arg): Use it.
4899         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
4900         (RETURN_IN_MEMORY): Ditto.
4902 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4904         * c-typeck.c: Remove #if 0 clauses.
4906         PR other/1494
4907         * config/alpha/openbsd.h, config/i386/openbsd.h,
4908         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
4909         residual reference to EGCS.
4911 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
4913         * arm.c (output_call_mem): If the address references the link-register
4914         use an instruction sequence that avoids early-clobbering IP.
4915         (eliminate_lr2ip): Delete.
4917 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4919         * c-format.c (format_types_orig): Disallow '*' width/precision in
4920         asm_fprintf format checks.
4922 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
4924         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
4925         non-integral types from integer register save area slots.
4927 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4929         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
4931 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
4933         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
4935 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4937         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
4938         to file_end_indicate_exec_stack.
4940 2003-06-12  Richard Henderson  <rth@redhat.com>
4942         PR target/11089
4943         * config/i386/i386.md (sse_movaps): Use an expander to force
4944         one operand to be a register.
4945         (sse_movups): Likewise.
4947 2003-06-13  Doug Evans  <dje@sebabeach.org>
4949         Remove some build warnings.
4950         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
4951         (__do_global_ctors,__do_global_dtors): Ditto.
4953 2003-06-12  Richard Henderson  <rth@redhat.com>
4955         PR middle-end/10557
4956         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
4958 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4960         * config/m32r/m32r.md: Fix a comment typo.
4962 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4963             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
4965         PR target/10142
4966         * config/sparc/sparc.c (function_arg_record_value_parms): Add
4967         new 'stack' field.
4968         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
4969         integer slots for an integer field.
4970         (function_arg_record_value_3): Shift vector index.
4971         (function_arg_record_value_2): Likewise.
4972         (function_arg_record_value): Initialize 'stack' to 0.
4973         Set 'stack' to 1 if we run out of integer slots for an integer field.
4974         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
4976 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4978         PR optimization/10955
4979         * unroll.c (unroll_loop): Fix off-by-one bug.
4981 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4983         * config/rs6000/rs6000.c (function_arg): Remove typo.
4985 2003-06-12  Richard Henderson  <rth@redhat.com>
4987         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
4988         and UNSPEC_DTPOFF.
4990 2003-06-12  Richard Henderson  <rth@redhat.com>
4992         PR middle-end/10475
4993         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
4994         for extracting sub-words.
4996 2003-06-12  Richard Henderson  <rth@redhat.com>
4998         PR target/7594
4999         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5000         (zero_extendqihi2, zero_extendqisi2): Likewise.
5002 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5004         * config/rs6000/rs6000.c (function_arg): Always split vectors for
5005         e500 if it's a stdarg function.
5006         (function_arg_advance): Advance 2 registers for vectors in a
5007         stdarg function.
5008         (init_cumulative_args): Initialize stdarg.
5009         (rs6000_spe_function_arg): New.
5011         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5013 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5015         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5017 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5019         PR middle-end/168
5020         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
5021         and multiplication of zero extensions, floating point division,
5022         and integer<->fp, fp<->fp and zero extension conversions.
5023         The built-in ceil and floor functions preserve signedness.
5025 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5027         * ChangeLog: Follow spelling conventions.
5028         * ChangeLog.2: Likewise.
5029         * c-decl.c: Likewise.
5030         * cfgloop.h: Likewise.
5031         * cgraph.c: Likewise.
5032         * coverage.c: Likewise.
5033         * cppcharset.c: Likewise.
5034         * cpphash.h: Likewise.
5035         * cpplex.c: Likewise.
5036         * cpplib.c: Likewise.
5037         * dbxout.c: Likewise.
5038         * df.c: Likewise.
5039         * dwarf2out.c: Likewise.
5040         * dwarfout.c: Likewise.
5041         * emit-rtl.c: Likewise.
5042         * explow.c: Likewise.
5043         * gcov-io.c: Likewise.
5044         * gcov-io.h: Likewise.
5045         * gcov.c: Likewise.
5046         * gengtype.c: Likewise.
5047         * ggc.h: Likewise.
5048         * opts.c: Likewise.
5049         * real.c: Likewise.
5050         * reload.c: Likewise.
5051         * stmt.c: Likewise.
5053 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
5055         * doc/install.texi (m32r-*-elf): Change company to Renesas.
5057 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
5059         * basic-block.h (flow_delete_block_noexpunge): Kill.
5060         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5061         rtl_delete_block.
5063 2003-06-10  Richard Henderson  <rth@redhat.com>
5065         PR inline-asm/4823
5066         * reg-stack.c (any_malformed_asm): New.
5067         (check_asm_stack_operands): Set it.
5068         (convert_regs_1): Check it before aborting.
5070 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
5072         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5074 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
5076         * c-opts.c (complain_wrong_lang): Add on argument.
5077         Print no- switch if on is false.
5078         (c_common_decode_option): Adjust caller.
5080 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5082         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5083         to initialize GOT register.
5085 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5087         * fold-const.c (tree_expr_nonnegative_p): Add support for
5088         floating point constants, addition and multiplication.
5090 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
5092         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5093         constraint modifier for operand 0.
5095 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
5097         Don't warn on dollars in builtin macro definitions,
5098         e.g. __REGISTER_PREFIX__.
5099         * cpphash.h (struct cpp_reader): Move member warn_dollars...
5100         * cpplib.h (struct cpp_options): ...to here.  Change type to
5101         unsigned char.
5102         * cppinit.c (cpp_create_reader): Set it to 1 here.
5103         (post_options): Don't set it here.
5104         * c-opts.c (c_common_init_options): Reset it to 0 here.
5105         (finish_options): Set it here.
5106         * cpplex.c (forms_identifier_p): Tweak for new location of
5107         warn_dollars.
5109         * configure.in (assembler dwarf2 debug_line support): Define insn
5110         for cris-*-* and mmix-*-*.
5111         * configure: Regenerate.
5113 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
5115         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5116         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5117         (sh-*-elf*): Add sh*-*-kaos* support.
5118         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5119         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5120         config/sh/kaos-sh.h: New files.
5122 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
5124         * gcse.c (fis_get_condition): Make it a global function.
5125         * reload1.c (reload_cse_move2add): Detect implicit sets.
5126         * rtl.h: Add a prototype for fis_get_condition.
5128 2003-06-11  Richard Henderson  <rth@redhat.com>
5130         * stmt.c (expand_asm_operands): Don't warn for memories with
5131         queued addresses.
5133 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
5135         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5136         brackets.
5138 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
5140         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5141         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5142         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5143         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5144         * langhooks.c (lhd_decode_option): Remove.
5145         * langhooks.h (struct lang_hooks): Remove decode_option.
5146         * opts.c (handle_option): No longer use decode_option.
5148 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5150         * cfgloopanal.c (variable_initial_value): Update the set of altered
5151         registers correctly.
5153 2003-06-11  Roger Sayle  <roger@eyesopen.com>
5154             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5156         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5157         * config/i386/netbsd-elf.h: Likewise.
5158         * config/m32r/m32r.h: Likewise.
5159         * config/mn10300/mn10300.h: Likewise.
5160         * config/stormy16/stormy16.h: Likewise.
5161         * config/v850/v850.h: Likewise.
5162         * config/vax/netbsd-elf.h: Likewise.
5163         * config/xtensa/elf.h: Likewise.
5164         * config/xtensa/linux.h: Likewise.
5166 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5168         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5169         DWARF 2 default.
5171         * config/mips/dbxmdebug.h: New file.
5172         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5173         gas and --with-stabs.
5175 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
5177         * expr.c (can_move_by_pieces): align argument may be unused.
5179 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
5181         * expr.c (convert_move): Handle moves between two CONCATs.
5183 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5185         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5186         !TARGET_H8300.
5188 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
5190         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5191         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5192         (TARGET_RTL_DUMP): Likewise.
5193         (TARGET_SWITHCES): Remove -mrtl-dump.
5195 2003-06-10  Richard Henderson  <rth@redhat.com>
5197         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5199 2003-06-10  Richard Henderson  <rth@redhat.com>
5201         * config/ia64/ia64.md (call_gp): Fix memory mode.
5203 2003-06-10  James E Wilson  <wilson@tuliptree.org>
5205         PR target/8812
5206         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5207         hard regs for reload_reg_used_at_all and reg_class_contents checks.
5209 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5211         * config/h8300/h8300.c (print_operand): Remove support for
5212         operand character 'b'.
5213         Add the AND case to operand character 'c'.
5214         * config/h8300/h8300.md (two anonymous patterns): Replace
5215         operand character 'b' with 'c'.
5217 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
5219         * config/h8300/h8300.c (print_operand): Remove support for
5220         operand character 'u'.
5222 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5224         * configure.in: Fix typo.
5225         * configure: Regenerate.
5227 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
5229         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5230         compilation guard.
5232 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5234         * sh-protos.h (function_symbol): Declare.
5235         * sh.c (expand_block_move, expand_ashiftrt): Use it.
5236         (sh_expand_prologue, sh_expand_epilogue): Likewise.
5237         (sh_initialize_trampoline): Likewise.
5238         (function_symbol): New function.
5239         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5240         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5241         (call_value_pop, shcompact_return_tramp): Likewise.
5243         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5245         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5246         target register.
5248 2003-06-10  DJ Delorie  <dj@redhat.com>
5250         * doc/md.texi (Machine Constraints): Document stormy's Z
5251         constraint.
5253 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
5255         * except.c (call_site_base): Mark with GTY.
5257 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
5259         * arm-proto.h: Convert to ISO C90 prototypes.
5260         * arm.c: Likewise.
5262 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
5264         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5266 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
5268         * calls.c (expand_call): Convert structure_value_addr to Pmode if
5269         necessary.
5271 2003-06-10  Andrew Haley  <aph@redhat.com>
5273         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5274         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5275         (lhd_decl_ok_for_sibcall): New.
5276         * langhooks.c (lhd_decl_ok_for_sibcall): New.
5277         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5278         * calls.c (expand_call): Check lang_hook before generating a
5279         sibcall.
5281 2003-06-10  DJ Delorie  <dj@redhat.com>
5283         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5284         which matches (const_int 0) for addhi3.
5285         * config/stormy16/stormy16.md: Document known constraints.
5286         (addhi3): Handle adding zero.
5288 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5290         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5291         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5292         * config/m32r/m32r-protos.h: Prototype it.
5294 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
5296         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5297         common to rs6000 sysv targets.
5298         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5299         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5301 2003-06-10  Nick Clifton  <nickc@redhat.com>
5303         * config.gcc: Add arm-wince-pe target.
5304         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5305         Add comment about default apcs26 support.
5306         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5307         multilib.
5308         (MULTILIB_DIRNAMES): Add 'apcs32'.
5309         * config/arm/t-wince-pe: New makefile fragment.
5310         * config/arm/wince-pe.h: New file.  Overrides a few definitions
5311         in arm/pe.h
5313 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5315         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5316         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5317         when x is easily negated and f is sin, tan or atan.
5318         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5319         sin(x) with flag_unsafe_math_optimizations.
5320         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5321         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5323 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5325         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
5326         is a floating point type *and* we currently honor NaNs.
5327         (fold <NE_EXPR>): Likewise.
5329 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
5331         PR c++/11131
5332         * tree-inline.c (inlinable_function_p): Call the language-specific
5333         hook early.
5335 2003-06-09  David Taylor  <dtaylor@emc.com>
5337         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
5338         the f_res field.
5340 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5342         * configure.in: Remove references to host_truncate_target.
5343         * configure: Regenerate.
5344         * config.gcc: Remove references to truncate_target,
5345         host_truncate_target.
5347         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
5348         Replace "build_canonical" with build, "host_canonical" with host.
5349         * configure.in: Use GCC_TOPLEV_SUBDIRS.
5350         * aclocal.m4: Include ../config/acx.m4.
5351         * configure: Regenerate.
5353 2003-06-09  David Taylor  <dtaylor@emc.com>
5355         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
5356         bytes of padding in the __va_list_tag structure a name (reserved).
5358 2003-06-09  Jason Merrill  <jason@redhat.com>
5360         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
5362 2003-06-09  Osku Salerma  <osku@iki.fi>
5364         * c-format.c (check_format_string, get_constant): New.
5365         (handle_format_attribute, handle_format_arg_attribute,
5366         decode_format_attr): Change to use above functions.
5368 2003-06-09  Richard Henderson  <rth@redhat.com>
5370         * stmt.c (expand_asm_operands): Re-word warning.
5372 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
5374         PR target/8787
5375         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
5376         if -masm=intel.
5378 2003-06-09  James E Wilson  <wilson@tuliptree.org>
5380         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
5381         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
5382         Add libgcc exception.
5384 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
5385             Ayal Zaks  <gcchaifa@us.ibm.com>
5387         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
5388         (insvsi*): Add insert_word attribute.
5389         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
5390         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5391         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
5393 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
5395         * fold-const.c (fold): Fix a comment typo.
5397 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
5399         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
5400         removed.
5402 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
5404         * sh.c (gen_block_redirect): Use locators.
5406 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
5408         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
5409         cast to int.
5411 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5413         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
5414         operators.
5415         * configure: Regenerated.
5417 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5418             Alexandre Oliva  <aoliva@redhat.com>
5420         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
5421         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
5422         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
5423         n32/64 PIC.
5424         (MUST_SAVE_REGISTERS): Delete.
5425         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
5426         (machine_function): Add global_pointer field.
5427         (mips_classify_constant): Check for (const $gp) using pointer equality
5428         with pic_offset_table_rtx.
5429         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5430         (mips_restore_gp): Use current_function_outgoing_args_size.
5431         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
5432         GP_REG_FIRST + 28.  Handle relocation strings that have
5433         more than one '('.
5434         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5435         (mips_global_pointer): New function.
5436         (mips_save_reg_p): New function, mostly split out from...
5437         (compute_frame_size): ...here.  Remove handling of extra_size.
5438         Reclaim args_size if no variables depend on it.  Don't treat gp
5439         as a special case: handle it in the main GPR loop.
5440         (mips_initial_elimination_offset): Fix comment.
5441         (save_restore_insns): Save every register in the GPR mask,
5442         removing distinction between mask and real_mask.
5443         (mips_output_function_prologue): Update .frame psuedo-op after
5444         the removal of extra_size.  Move the SVR4 PIC stack allocation
5445         and cprestore instructions to mips_expand_prologue.
5446         (mips_gp_insn): New function.
5447         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5448         the chosen global pointer.  Handle SVR4 PIC stack allocation
5449         in the same way as other ABIs.  Adjust varargs code accordingly.
5450         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
5451         to emit the loadgp sequence.  Follow it with a loadgp_blockage
5452         if not using explicit relocs.
5453         (mips_output_function_epilogue): Reinstate the default gp register.
5454         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5455         (mips16_optimize_gp): Likewise.
5456         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5457         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5458         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5459         (loadgp): Remove.
5460         (loadgp_blockage, cprestore): New instructions.
5461         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
5462         pic_offset_table_rtx.
5463         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5464         (builtin_longjmp): Use gen_raw_REG to force use of $28.
5466 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5468         * config/mips/mips-protos.h (mips_output_division): Declare.
5469         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5470         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5471         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5472         (TARGET_CHECK_ZERO_DIV): New macro.
5473         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5474         * config/mips/mips.c (mips_output_division): New function.
5475         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5476         account when calculating the default length of a division.
5477         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5478         Enable regardless of optimization level.  Use mips_output_division.
5479         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5480         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5481         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5482         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5483         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5484         umoddi3_internal): Remove.
5486 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5488         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5489         (mips_sw_reg_names): Likewise.
5490         (mips_regno_to_class): Change hilo entry to NO_REGS.
5491         (hilo_operand): Use MD_REG_P.
5492         (extend_operator): New predicate.
5493         (override_options): Remove 'a' constraint.
5494         (mips_secondary_reload_class): Remove hilo handling.  Also remove
5495         handling of (plus sp reg) reloads for mips16.
5496         (mips_register_move_cost): Remove hilo handling.
5497         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5498         (MD_REG_LAST): Remove hilo from range.
5499         (HILO_REGNUM): Delete.
5500         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5501         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5502         (PREDICATE_CODES): Add entry for extend_operator.
5503         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5504         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5505         Remove constraints from multiplication define_expands.  Remove
5506         clobbers from "decorative" define_expand patterns.
5507         (UNSPEC_HILO_DELAY): Delete.
5508         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5509         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5510         Adjust C code to just emit insns for !TARGET_64BIT.
5511         (mulsidi3_internal): Rename to mulsidi3_32bit.
5512         (mulsidi3_64bit): Use a "d" constraint for the destination.
5513         Use extend_operator so that the pattern can handle umulsidi3 as well.
5514         Split the instruction after reload.
5515         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5516         (umulsidi3_internal): Rename to umulsidi3_32bit.
5517         (umulsidi3_64bit): Remove.
5518         (*smsac_di, *umsac_di): Line-wrap fixes.
5519         (udivsi3_internal): Don't allow operand 2 to be constant.
5520         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
5521         (movdi_internal2, movsi_internal): Remove hilo alternatives.
5522         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
5524 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5526         PR target/10913
5527         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
5528         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
5529         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
5530         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
5531         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
5532         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
5533         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
5534         asm_out_text_file with asm_out_file.
5535         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
5536         * config/mips/elf.h (TEXT_SECTION): Undefine.
5537         * config/mips/elf64.h (TEXT_SECION): Undefine.
5538         * config/mips/openbsd.h (TEXT_SECION): Undefine.
5539         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
5540         (override_options): Disable small-data optimizations unless using
5541         gas or explicit relocations.
5542         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
5543         iris6_asm_named_section, iris6_asm_file_start): Remove code for
5544         handling TARGET_FILE_SWITCHING.
5545         (copy_file_data): Move into TARGET_IRIX6 block.
5547 2003-06-08  Richard Henderson  <rth@redhat.com>
5549         * expr.h (EXPAND_MEMORY): New.
5550         * expr.c (expand_expr): Check it.
5551         * stmt.c (expand_asm_operands): Provide it when the constraint
5552         requires a memory.  Warn for memory input constraints without
5553         a memory operand.
5555 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5557         * varasm.c: Don't include c-tree.h.
5559 2003-06-08  Andreas Jaeger  <aj@suse.de>
5561         * predict.h: Convert to ISO C90 prototypes.
5562         * predict.c: Likewise.
5563         * tree-dump.h: Likewise.
5564         * tree-dump.c: Likewise.
5565         * diagnostic.h: Likewise.
5566         * diagnostic.c: Likewise.
5567         * combine.c: Likewise.
5569         * rtl.h: Convert prototypes of combine.c to ISO C90.
5571 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
5573         * cfglayout.c (insn_scope): New static function
5574         (block_locators_*, line_locators*, file_locators*): New static varrays.
5575         (scope_to_insns_initialize): Use them.
5576         (insn_line, insn_file): New functions.
5577         (scope_to_insns_finalize): Use insn_scope.
5578         (prologue_locator, epilogue_locator): New global variables.
5579         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
5580         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
5581         (emit_insn_after_scope, emit_insn_before_scope
5582         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5583         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5584         (emit_insn_after_setloc, emit_insn_before_setloc
5585         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5586         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5587         use locators.
5588         * final.c (notice_source_line): Use locators.
5589         (final_start_function): Set initial source file and line.
5590         (final_scan_insn): Use locators.
5591         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
5592         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
5593         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
5594         noce_process_if_block, find_cond_trap): Likewise.
5595         * integrate.c (copy_insn_list): Likewise.
5596         * jump.c (duplicate_loop_exit_test): LIkewise.
5597         * print-rtl.c (print_rtx): Print locators.
5598         * recog.c (peephole2_optimize): Likewise.
5599         * rtl.h (INSN_SCOPE): Remove.
5600         (emit_insn_after_scope, emit_insn_before_scope
5601         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5602         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5603         (emit_insn_after_setloc, emit_insn_before_setloc
5604         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5605         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5606         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
5607         * unroll.c (copy_loop_body): Use locators.
5608         * function.c (set_insn_locators): New function.
5609         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
5611 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5613         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
5614         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
5615         _fixsfdi _fixunssfdi.
5616         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
5617         popcounthi2.
5618         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
5619         * config/h8300/clzhi2.c: New.
5620         * config/h8300/ctzhi2.c: Likewise.
5621         * config/h8300/parityhi2.c: Likewise.
5622         * config/h8300/popcounthi2.c: Likewise.
5624 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
5626         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
5627         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
5629         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
5630         (dump_bb): New based on old dump_bb in cfgrtl.c
5631         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
5632         * cfghooks.h (cfgh_verify_flow_info): Return status.
5633         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
5634         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
5635         (dump_bb): Remove generic parts.
5636         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
5637         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
5639 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
5641         * Makefile.in: Rename options.c and options.h to c-options.c and
5642         c-options.h.
5643         (OBJS): Remove options.o.
5644         * c-opts.c: Don'tInclude c-options.h instead of options.h.
5645         * opts.c: Don't include options.h.
5646         (find_opt): Can't use enum opt_code or N_OPTS.
5647         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
5648         * opts.sh: ... here.
5650 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5651             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5653         PR pch/9830
5654         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
5655         if HAVE_MINCORE is defined.
5656         (MAP_FAILED): Define if not defined.
5657         (gt_pch_save): Test against MAP_FAILED.
5658         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
5659         the mapping address to the preferred base after checking it
5660         is possible to do so. Test against MAP_FAILED.
5661         * configure.in: Test for the presence of mincore in libc.
5662         * config.in: Regenerate.
5663         * configure: Regenerate.
5665 2003-06-07  Richard Henderson  <rth@redhat.com>
5667         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
5668         conditional compilation guard.
5670 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5672         * optabs.c (expand_abs): Set result_unsignedp to 1 if
5673         flag_trav is zero.
5675 2003-06-07  Richard Henderson  <rth@redhat.com>
5677         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
5679 2003-06-07  Richard Henderson  <rth@redhat.com>
5681         * basic-block.h (EDGE_SIBCALL): New.
5682         (EDGE_ALL_FLAGS): Update.
5683         * cfg.c (dump_edge_info): Add sibcall name.
5684         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
5685         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
5687 2003-06-07  Andreas Jaeger  <aj@suse.de>
5689         * mklibgcc.in (lib2funcs): Remove _exit.
5690         * libgcc2.c: Remove L_exit.
5691         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
5693         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5695         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5697         * ggc.h: Convert to ISO C90 prototypes.
5698         * ggc-none.c: Likewise.
5699         * ggc-common.c: Likewise.
5700         * ggc-page.c: Likewise.
5701         * ggc-simple.c: Likewise.
5703         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
5705         * system.h: Poison INIT_SECTION_PREAMBLE.
5707 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
5709         * config.gcc (with_cpu handling): Translate sparc64 in
5710         $machine to --with-cpu=v9.
5711         * config/alpha/alpha.c
5712         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
5713         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
5715         * target.h: New hook asm_out.file_end.
5716         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
5717         * toplev.c (compile_file): Use targetm.asm_out.file_end.
5718         * system.h: Poison ASM_FILE_END.
5719         * varasm.c (file_end_indicate_exec_stack): New.
5720         * output.h: Prototype it.
5721         * doc/tm.texi: Document TARGET_ASM_FILE_END and
5722         file_end_indicate_exec_stack.  Delete references to attasm.h.
5724         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
5725         (ASM_FILE_END): Delete; move code...
5726         * config/darwin.c (darwin_file_end): Here; new function.
5727         * config/darwin-protos.h: Prototype it.
5728         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
5729         rename unicosmk_file_end.
5730         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
5731         * config/arm/arm.c (aof_file_end): ... here; new static function.
5732         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
5733         Make aof_dump_imports and aof_dump_pic_table static.
5734         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
5735         Set TARGET_ASM_FILE_END to avr_file_end.
5736         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
5737         Set TARGET_ASM_FILE_END to c4x_file_end.
5738         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
5739         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
5740         h8300_file_end.
5741         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
5742         * config/i370/i370.c (i370_file_end): ... here; new static function.
5743         Set TARGET_ASM_FILE_END to i370_file_end.
5744          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
5745          Take no arguments.  Call file_end_indicate_exec_stack if
5746          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
5747         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5748         Define NEED_INDICATE_EXEC_STACK to 0.
5749         * config/i386/linux.h, config/i386/linux64.h: Redefine
5750         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5751         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5752         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
5753         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5754         ia64_hpux_file_end, make static.  Take no arguments.
5755         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5756         commands_in_prologues, commands_in_epilogues): Delete.
5757         (function_epilogue): Update to match.
5758         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5759         make static.  Take no arguments.
5760         (iris6_asm_file_end): Rename iris6_file_end, make static, use
5761         mips_file_end, take no arguments.
5762         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
5763         appropriate.
5764         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
5765         make static, take no arguments. Set TARGET_ASM_FILE_END to
5766         mmix_file_end.
5767         * config/pa/pa.c (output_deferred_plabels): Make static, take
5768         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
5769         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
5770         (ASM_FILE_END): Delete; move code...
5771         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
5772         new static function.
5774         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
5775         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
5776         Don't set ASM_FILE_END.
5777         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
5778         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
5779         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
5780         file_end_indicate_exec_stack; don't set ASM_FILE_END.
5781         * config/alpha/unicosmk.h, config/i386/cygming.h
5782         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5783         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
5784         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
5785         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
5786         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
5787         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
5789 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
5791         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
5792         specified.
5794 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
5796         * Makefile.in (stageprofile_build): Kill redundant target.
5797         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
5799 2003-06-07  Andreas Jaeger  <aj@suse.de>
5801         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
5803         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
5804         * config/dsp16xx/dsp16xx.h: Likewise.
5805         * config/i386/i386.h: Likewise.
5806         * config/ip2k/ip2k.h: Likewise.
5808 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
5810         * Makefile.in (OJBS, c-opts.o): Update.
5811         (c-options.c, c-options.h): Rename options.h and options.c.
5812         (options.h): Rename options_.h.
5813         (opts.o): New.
5814         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
5815         (c_common_init_options): Update prototype.
5816         * c-lang.c (c_init_options): Update prototype.
5817         (LANG_HOOKS_HANDLE_OPTION): Override.
5818         (LANG_HOOKS_DECODE_OPTION): Drop.
5819         * c-opts.c: Include opts.h and options.h instead of c-options.h
5820         and c-options.c.
5821         (lang_flags): Move to file scope.
5822         (find_opt, c_common_decode_option): Remove.
5823         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
5824         CL_REJECT_NEGATIVE): Move to opts.h.
5825         (missing_arg): Update prototype.
5826         (c_common_init_options): Update for new prototype.
5827         (c_common_handle_options): Filenames are passed as N_OPTS.
5828         * hooks.c (hook_int_void_0): New.
5829         * hooks.h (hook_int_void_0): New.
5830         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
5831         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
5832         (LANG_HOOKS_INITIALIZER): Update.
5833         * langhooks.h (init_options): Update.
5834         (handle_option): New.
5835         * opts.c, opts.h: New files.
5836         * opts.sh: Update c file to include opts.h and options.h.
5837         * toplev.c: Include opts.h; change options.h to options_.h.
5838         (parse_options_and_default_flags): Get lang_mask, use
5839         handle_option for language-specific handling.
5840         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
5841         (LANG_HOOKS_HANDLE_OPTION): Override.
5842         (objc_init_options): Update.
5844 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
5845             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
5847         PR other/7031
5848         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
5849         gcov.
5851 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
5853         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
5854         section names.
5855         * configure: Regenerate.
5857 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
5859         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
5861 2003-06-06  James E Wilson  <wilson@tuliptree.org>
5863         PR inline-asm/10890
5864         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
5865         different in fields.
5867 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5869         * configure.in: Make $(target_subdir) correspond with top level usage.
5870         * Makefile.in: Likewise.
5871         * configure: Regenerate.
5873 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5875         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
5876         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
5877         unsigned HOST_WIDE_INT.
5878         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
5879         Likewise.
5880         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
5881         Likewise.
5883 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5885         * doc/install.texi (Prerequisites): New section documenting
5886         tools and packages necessary prior to building and/or
5887         modifying GCC.
5888         * doc/install.texi2html: Also generate prerequisites.html.
5890 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5892         PR target/11052
5893         * ifcvt.c (noce_process_if_block): Fail if the destination has
5894         side-effects.
5896 2003-06-06  Jason Merrill  <jason@redhat.com>
5898         * stmt.c (resolve_asm_operand_names): Rename from
5899         resolve_operand_names.  No longer static.  Avoid needless copying.
5900         Don't build array of constraints.
5901         (expand_asm_operands): Build it here.
5902         * tree.h: Declare resolve_asm_operand_names.
5904         * stmt.c (expand_decl): Put artificial vars into registers even
5905         when not optimizing, and don't mark the regs as user vars.
5907 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
5909         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
5910         of the generated register.
5912 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
5914         * config.gcc: Add a missing sparc64 case.
5916 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5918         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
5919         the .hidden assembly stubs.
5921 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
5923         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
5924         and x86_64-*-*.
5926         * config/i386/mmintrin.h: Update version and add alternate
5927         intrinsic names.
5928         * config/i386/xmmintrin.h: Likewise.
5930         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
5931         intrinsics to ...
5932         * config/i386/emmintrin.h: Here. New file.
5934 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5936         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
5937         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
5938         when the ABS_EXPR (fabs or abs) is not required.
5939         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
5940         always nonnegative from fold to here.  Additionally, cabs and fabs
5941         are always non-negative, and pow and atan are non-negative if
5942         their first argument is non-negative.
5944         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
5945         Evaluate cabs of a constant at compile-time.  Convert cabs of a
5946         non-complex argument into fabs.  Convert cabs(z) into
5947         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
5948         -funsafe-math-optimizations or -ffast-math.
5949         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
5950         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
5952 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
5954         * sourcebuild.texi (Front End Directory): Document new hooks.
5956 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
5958         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
5959         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
5960         stack frames.
5961         (pro_epilogue_adjust_stack_rex64_2): New pattern
5963 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
5964                                Pop Sebastian
5965                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5967         * cfghooks.h, cfghooks.c: New files.
5968         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
5969         (OBJS): Add cfghooks.o.
5970         (cfghooks.o): New rule.
5971         * basic-block.h (split_edge): Rename to rtl_split_edge.
5972         (verify_flow_info): Rename to rtl_verify_flow_info.
5973         (cfghooks.h): Included here.
5974         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
5975         (verify_flow_info): Renamed rtl_verify_flow_info.
5976         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
5978         * basic-block.h (split_block, split_edge, flow_delete_block,
5979         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
5980         (flow_delete_block_noexpunge):  Return void.
5981         * cfg.c (verify_flow_info): New function.
5982         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
5983         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
5984         Use delete_block.
5985         * cfglayout.c (function_footer): Rename to...
5986         (cfg_layout_function_footer): ... this variable
5987         (unlink_insn_chain): Make global.
5988         (fixup_reorder_chain, record_effective_endpoints): Update.
5989         (cleanup_unconditional_jumps): Use delete_block.
5990         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
5991         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
5992         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
5993         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
5994         (cfg_layout_function_footer): Declare.
5995         * cfgloopmanip (split_loop_bb): Do not update RBI.
5996         (remove_bbs): Use delete_block.
5997         (loop_reidrect_edge, loop_delete_branch_edge): Use
5998         redirect_edge_and_branch.
5999         (create_preheader): Use split_block and redirect_edge_and_branch_force.
6000         (split_edge_with): Likewise.
6001         * cfgrtl.c: Include cfglayout.h
6002         (split_edge): Rename to ...
6003         (rtl_split_edge) ... this one; make local.
6004         (redirect_edge_and_branch): Rename to ...
6005         (rtl_redirect_edge_and_branch) ... this one; make local.
6006         (redirect_edge_and_branch_force): Rename to ...
6007         (rtl_redirect_edge_and_branch_force) ... this one; make local.
6008         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6009         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6010         cfglayout.c; update to directly call RTL counterparts.
6011         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6012         * ifcvt.c (find_cond_trap): Use delete_block.
6013         (find_if_case_1): Use delete_block.
6014         (find_if_case_2): Use delete_block.
6015         * rtl.h (unlink_insn_chain): Declare.
6016         * toplev.c (rtl_reigster_cfg_hooks): New.
6018 2003-06-05  Richard Henderson  <rth@redhat.com>
6020         * recog.c (peephole2_optimize): Revert last change.
6022 2003-06-05  Richard Henderson  <rth@redhat.com>
6024         * recog.c (peephole2_optimize): Don't split block unless
6025         can_throw_internal.
6027 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
6029         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6030         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6032 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
6034         PR optimization/4490
6035         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6036         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
6037         documentation to accurately reflect what these options do.
6039 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
6041         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
6042         (ENDFILE_SPEC): Redefine to handle -pie.
6044 2003-06-05  Phil Edwards <phil@jaj.com>
6046         * Makefile.in (qmtest-g++): Use target_alias, not target.
6048 2003-06-05  Per Bothner  <pbothner@apple.com>
6050         * toplev.c (push_srcloc):  Simplify behavior to save current location
6051         and set current location to parameters.
6052         (pop_srcloc):  Simplify semantics.
6053         (lang_dependent_init):  Remove now-useless initial push_srcloc.
6055 2003-05-06  Richard Henderson  <rth@redhat.com>
6057         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6058         language-specific tree codes.
6060 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6062         PR middle-end/9986
6063         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6064         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6066 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
6068         * install.tex: Document profiledbootstrap.
6070         * configure.in:  Add support for lang.stageprofile and
6071         lang.stagefeedback
6072         * Makefile.in (clean, distclean): Kill new stages
6073         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6074         (STAGE2_FLAGS_TO_PASS): ... this one.
6075         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6076         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6077         (stageprofile_build, stageprofile_copy, stagefeedback_build,
6078         stagefeedback_copy): New.
6079         (restageprofile, restagefeedback, stageprofile-start,
6080         stageprofile, stagefeedback-start): Likewise.
6082 2003-06-05  David Miller  <davem@redhat.com>
6083             Richard Henderson  <rth@redhat.com>
6085         * optabs.c (HAVE_conditional_trap): Provide default.
6086         (gen_conditional_trap): Likewise.
6087         (init_optabs): Merge init_traps.
6088         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
6090 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
6092         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6093         is REG for nonzero_bits (REG) == 8.
6095 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6097         * i386.md (align): Fix warning; clarify what to do when no p2align
6098         is available.
6100 2003-06-05  Nick Clifton  <nickc@redhat.com>
6102         * config.gcc (m32r-elf): Revert previous delta.
6103         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6104         multilibs.  Remove m32rx specific version.
6105         (crtfini.o): Likewise.
6106         (EXTRA_MULTILIB_PARTS): Define.
6108 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6110         * doc/md.texi (Machine Constraints): Correct the meaning of
6111         constraints related to floating-point registers on SPARC.
6113 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6114             Paolo Bonzini  <bonzini@gnu.org>
6116         PR target/10663
6117         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6118         assembler and linker output to /dev/null.
6119         Use a 'sed' construct instead of 'grep -A1'.
6120         * configure: Regenerate.
6122 2003-06-04  Richard Henderson  <rth@redhat.com>
6124         * config/i386/i386.c (struct ix86_address): Add seg.
6125         (no_seg_address_operand): New.
6126         (ix86_decompose_address): Restructure PLUS loop.  Accept one
6127         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
6128         to test for a regnum, not stack_pointer_rtx.
6129         (ix86_address_cost): Reduce cost if non-default segment.
6130         (legitimate_address_p): Remove UNSPEC_TP check.
6131         (get_thread_pointer): Add to_reg argument.  Don't represent
6132         the thread pointer as a memory load.
6133         (legitimize_tls_address): Split out of ...
6134         (legitimize_address): ... here.
6135         (print_operand_address): Handle parts.seg.
6136         (ix86_expand_move): Use legitimize_tls_address.
6137         (ix86_rtx_costs): Handle UNSPEC_TP.
6138         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6139         (TARGET_TLS_DIRECT_SEG_REFS): New.
6140         (TARGET_SWITCHES): Add tls-direct-seg-refs.
6141         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6142         (PREDICATE_CODES): Add no_seg_address_operand.
6143         * config/i386/i386.md (lea_1): Use it.
6144         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6145         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6146         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6147         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6148         * doc/invoke.texi: Add -mtls-direct-seg-refs.
6150 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6152         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6153         (QMTEST_GPP_TESTS): Use "g++" by default.
6154         (stamp-qmtest): Tweak database creation.
6155         (QMTEST_DIR/context): Update context file format.
6156         (qmtest-g++): Tweak command-line.
6158 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6160         * Makefile.in (varasm.o): Don't set -Wno-error.
6161         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6163 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
6165         PR bootstrap/3163
6166         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6167         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6168         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6169         and AC_CHECK_FUNCS lists, respectively.  Use
6170         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6171         AC_FUNC_MMAP_FILE.
6172         * configure, config.in: Regenerate.
6174 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6176         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6177         * arm.c (arm_output_function_prologue): Fix format specifiers.
6178         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6179         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6180         HOST_WIDE_INT_PRINT_DEC.
6181         * vax.c (vax_output_function_prologue): Fix format specifiers.
6183 2003-06-04  Richard Henderson  <rth@redhat.com>
6185         * cse.c (find_best_addr): Consider binary operators even if second
6186         argument is not CONST_INT.
6188 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6190         * doc/invoke.texi (max-cse-path-length): Document.
6192 2003-06-04  Richard Henderson  <rth@redhat.com>
6194         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6196 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
6198         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6199         Remove semi-colon at the end of the expression.
6201 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6203         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6204         * i370.h (mvs_function_name_length): Likewise.
6205         * i960.h (CONSTANT_ALIGNMENT): Likewise.
6206         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6207         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6208         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6209         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6210         variable.
6212 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6214         * config.gcc: Reorganize --with-cpu logic.  Set
6215         configure_default_options according to the default CPU, --with-cpu,
6216         --with-arch, --with-tune, --with-schedule, --with-abi, and
6217         --with-float.  Check for legal values of various options.
6218         * configure.in: Define configure_default_options in configargs.h.
6219         * configure: Regenerated.
6220         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6221         (TARGET_DEFAULT_FLOAT_P): New macros.
6222         * gcc.c (do_option_spec): New function.
6223         (struct default_spec, option_default_specs): New.
6224         (main): Call do_option_spec.
6225         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6226         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6227         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6229         * doc/install.texi: Update --with-cpu documentation.  Mention
6230         --with-arch, --with-schedule, --with-tune, --with-abi, and
6231         --with-float.
6232         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6234 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6236         * config.gcc: Only process --with-cpu logic in the third pass.
6238 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6240         * config.gcc: Reorganize --with-cpu section.  Remove an
6241         obsolete comment about the default CPU for x86-64.  Fix
6242         a typo for the ep9312.  Update the list of supported PowerPC
6243         CPUs.  Support a limited set of new --with-cpu options
6244         for i386.
6246 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
6248         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6249         complex numbers <= 32 bits into two registers.
6251 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6253         * alpha.c (print_operand_address): Fix format specifier warnings.
6254         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6255         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6256         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6257         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6258         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6259         ASM_OUTPUT_SKIP): Likewise.
6260         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6261         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6262         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6263         Likewise.
6264         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6265         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6266         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6267         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6268         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6269         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6270         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6271         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6272         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6273         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6275 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
6277         * c-decl.c (c_init_decl_processing): Clear input_file_name
6278         while building common nodes.
6279         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6280         Don't add working directory for strings like <built-in> .
6282 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
6284         * doc/install.texi (*-ibm-aix*): Native as and ld required
6285         to bootstrap on AIX 5L.
6287 2003-06-04  Richard Henderson  <rth@redhat.com>
6289         * c-common.c (handle_cleanup_attribute): New.
6290         (c_common_attributes): Add it.
6291         * c-decl.c (finish_decl): Honor the cleanup attribute.
6292         * doc/extend.texi (Variable Attributes): Document it.
6294         * unwind-c.c: New file.
6295         * Makefile.in (LIB2ADDEH): Add it.
6296         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6297         config/ia64/t-ia64: Likewise.
6299 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6301         * function.c (trampolines_created): New variable.
6302         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6303         * function.h (trampolines_created): Add.
6304         * config/s390/linux.h (ASM_FILE_END): Define.
6305         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6306         * config/m68k/linux.h (ASM_FILE_END): Define.
6307         * config/rs6000/linux.h (ASM_FILE_END): Define.
6308         * config/rs6000/linux64.h (ASM_FILE_END): Define.
6309         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6310         * config/sparc/linux.h (ASM_FILE_END): Define.
6311         * config/sparc/linux64.h (ASM_FILE_END): Define.
6312         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6313         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6314         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6316 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
6318         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6319         (ix86_reorg): Use it.
6320         * i386.md (align): New insn pattern.
6322 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6324         * toplev.c (rest_of_type_compilation): Fix typo.
6326 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
6327             Alan Modra  <amodra@bigpond.net.au>
6329         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6330         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6331         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6332         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6333         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6334         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
6335         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
6336         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
6338         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
6339         Pass it to $gcc_cv_as.
6340         * configure: Rebuilt.
6342         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
6343         (print_operand): Allow TARGET_AIX to be non-constant.
6344         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
6345         Define unconditionally.
6346         (rs6000_elf_declare_function_name): New function.
6347         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
6348         non-constant.
6349         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
6350         to 1.
6351         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
6352         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
6353         is defined.
6354         (TARGET_AIX): Define to 1 if TARGET_64BIT.
6355         (PROCESSOR_DEFAULT): Remove.
6356         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
6357         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6358         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
6359         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
6360         -m32 and -m64.
6361         (MULTILIB_DEFAULTS): Define.
6362         (SUBSUBTARGET_EXTRA_SPECS): Define.
6363         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
6364         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
6365         (TARGET_NO_TOC): Remove.
6366         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
6367         TARGET_PROTOTYPE): Define to 0.
6368         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
6369         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
6370         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
6371         if !TARGET_64BIT.
6372         (USER_LABEL_PREFIX): Remove.
6373         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
6374         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
6375         if TARGET_64BIT.
6376         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
6377         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
6378         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
6379         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
6380         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6381         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
6382         TARGET_64BIT.
6383         (RS6000_CALL_GLUE): Likewise.
6384         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
6385         RESTORE_FP_SUFFIX): Likewise.
6386         (ASM_DECLARE_FUNCTION_NAME): Remove.
6387         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
6388         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
6389         name if TARGET_64BIT.
6390         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
6391         !TARGET_64BIT.
6392         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
6393         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
6394         (DRAFT_V4_STRUCT_RET): Define.
6395         (SIGNAL_FRAMESIZE): New enum value.
6396         (MD_FALLBACK_FRAME_STATE_FOR): Define.
6397         * config/rs6000/default64.h: New file.
6398         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
6399         options.
6400         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
6401         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
6402         if !TARGET_64BIT.
6403         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6404         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
6405         function.
6406         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
6407         (TARGET_OS_CPP_BUILTINS): Use it.
6408         (CPP_SYSV_SPEC): Remove.
6409         (CPP_SPEC): Remove cpp_sysv.
6410         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
6411         Add SUBSUBTARGET_EXTRA_SPECS.
6412         (SUBSUBTARGET_EXTRA_SPECS): Define.
6413         * config/rs6000/biarch64.h: New file.
6414         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
6415         New prototype.
6416         * config/rs6000/x-linux64: New file.
6417         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
6418         multilibs.
6419         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
6420         * config/rs6000/eabi-cn.asm: Likewise.
6421         * config/rs6000/tramp.asm: Likewise.
6422         * config/rs6000/sol-ci.asm: Likewise.
6423         * config/rs6000/sol-cn.asm: Likewise.
6424         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
6425         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
6426         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
6427         _CALL_AIXDESC section.
6428         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
6429         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
6430         or default32.
6432 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6434         * config.gcc: Revert accidentally committed ARM changes.
6436 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6438         * builtins.c (dconstpi, dconste): New mathematical constants.
6439         (init_builtin_dconsts): New function to initialize dconstpi
6440         and dconste.
6441         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
6442         compile time with -ffast-math when x is an integer constant.
6443         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
6444         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6446 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6448         * calls.c (expand_call): Avoid calling pure or const functions
6449         when the result is ignored (or void) and none of the arguments
6450         are volatile.  Move warning diagnostic earlier in function.
6452 2003-06-04  Andreas Jaeger  <aj@suse.de>
6454         * system.h: Do not poison TDESC_SECTION_ASM_OP,
6455         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6457 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6459         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6460         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6461         handle %ll, optimize regular character case.
6463 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6465         * Makefile.in (cse.o): Add params.h dependency.
6466         * cse.c: Include params.h.
6467         (PATHLENGTH): Removed.
6468         (struct cse_basic_block_data): Make path array dynamic.
6469         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6470         of PATHLENGTH.
6471         (cse_main, cse_basic_block): Allocate path array.
6472         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6474 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
6476         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6477         * i386.md (UNSPEC_REP): New constant.
6478         (return_internal_long): New pattern.
6480 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6482         PR optimization/11018
6483         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6484         consistently to decide whether the scratch register is really
6485         required.
6487 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6489         PR optimization/10876
6490         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6491         new 'O' constraint for constant 4096.
6492         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6493         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6494         Do not transform into MINUS insn for constant 4096.
6495         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6496         for constant 4096 as third operand.
6497         (addsi3 expander): Remove.
6498         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6499         new alternative for constant 4096 as third operand.
6500         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6501         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6502         operand.
6503         (subsi3 expander): Remove.
6504         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6505         constant 4096 as third operand.
6506         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6507         the SPARC port.
6509 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
6511         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6513 2003-06-04  Andreas Jaeger  <aj@suse.de>
6515         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6517         * config/i386/i386.c (ix86_expand_prologue): Do not use
6518         SUBTARGET_PROLOGUE.
6520         * system.h: Poision SUBTARGET_PROLOGUE.
6522         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
6524         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
6525         dependend code.
6527         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
6529         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
6530         INSN_CACHE_LINE_WIDTH.
6532         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
6533         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
6534         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6536         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
6537         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6539         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
6540         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
6541         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
6542         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
6543         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
6544         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
6546         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
6547         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
6548         DBX_WORKING_DIRECTORY.
6550         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
6551         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
6553         * config/frv/frv-protos.h: Remove unused const_section
6554         declaration.
6555         * config/vax/vax-protos.h: Likewise.
6557         * output.h: Remove CONST_SECTION_ASM_OP usage.
6559         * system.h: Poison CONST_SECTION_ASM_OP.
6561         * crtstuff.c (__do_global_dtors_aux): Remove usage of
6562         CRT_GET_RFIB_TEXT.
6563         (frame_dummy): Likewise.
6564         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
6565         * system.h: Poison CRT_GET_RFIB_TEXT.
6567         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
6569         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
6570         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
6571         (recognized_function): Likewise.
6572         (read_scan_file): Likewise.
6574 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6576         * optabs.c (expand_binop): Optimize complex multiplication for
6577         the case of squaring a complex argument.
6579 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6581         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
6582         non-volatile operands of binary operations.
6583         (prepare_cmp_insn): Likewise.
6585 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6587         * varasm.c (force_const_mem): Handle alignment of constants not
6588         representable as a type in the front-end language.
6590 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6592         * flow.c (initialize_uninitialized_subregs): Use
6593         emit_move_insn instead of emitting a hardcoded move.
6595 2003-06-03  Richard Henderson  <rth@redhat.com>
6597         * optabs.c (expand_abs_nojump): Split out from ...
6598         (expand_abs): ... here.
6599         * optabs.h (expand_abs_nojump): Declare.
6600         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
6601         * Makefile.in (ifcvt.o): Depend on optabs.h.
6603 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
6605         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
6607 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
6609         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
6610         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
6611         to yes.
6612         * configure.in: Allow default_use_cxa_atexit to determine the
6613         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
6614         disabled.
6615         * configure: Regenerate.
6617 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
6619         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
6620         * doc/gcc.texi: Remove vms.texi section.
6621         * doc/vms.texi: Remove obsolete file.
6623 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6625         * configure.in (inhibit_libc): Don't define when configuring
6626         with --with-newlib --with-headers.
6627         * configure: Regenerate.
6629         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
6631 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6633         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
6634         IRIX 6 without GNU ld.
6635         * configure: Regenerate.
6637 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6639         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
6640         of a complex number rather than invoke mov_optab directly.
6642 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6644         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
6645         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
6647 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6649         * config/i386/x86-64.h: Remove two target-independent comments;
6650          replace "GNU CC" with "GCC".
6652 2003-06-03  Anthony Green  <green@redhat.com>
6654         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
6656 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6658         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
6659         New builtins representing ISO C99's cabs, cabsf and cabsl.
6660         * builtins.c (expand_builtin_fabs): New function.
6661         (expand_builtin_cabs): New function.
6662         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
6663         using expand_builtin_fabs and expand_builtin_cabs respectively.
6665         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
6667 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6669         * function.c (assign_parms): Split complex arguments.
6671         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
6673         * expr.h (SPLIT_COMPLEX_ARGS): Define.
6674         (split_complex_types): Protoize.
6675         (split_complex_values): Protoize.
6677         * calls.c (expand_call): Split complex arguments on architectures
6678         that require it.
6679         (split_complex_values): New.
6680         (split_complex_types): New.
6682         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
6683         (rs6000_function_value): Handle complex values on AIX.
6684         (rs6000_complex_function_value): New.
6686         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
6688         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
6689         (SPLIT_COMPLEX_ARGS): New.
6691 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6693         * configure.in (HAVE_LD_PIE): Check for ld -pie.
6694         * config.in: Rebuilt.
6695         * configure: Rebuilt.
6696         * toplev.c (flag_pie, flag_shlib): New variables.
6697         (f_options): Add -fpie and -fPIE.
6698         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
6699         Set flag_shlib if flag_pic and not -fpie/-fPIE.
6700         * flags.h (flag_pic, flag_shlib): Add.
6701         * varasm.c (default_binds_local_p): Use flag_shlib instead of
6702         flag_pic.
6703         * gcc.c (LINK_PIE_SPEC): Define.
6704         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
6705         (option_map): Add --pie -> -pie mapping.
6706         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
6707         and -fPIE the same way as -fPIC.
6708         * config/openbsd.h (ASM_SPEC): Likewise.
6709         * config/frv/frv.h (ASM_SPEC): Likewise.
6710         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
6711         * config/arm/semi.h (ASM_SPEC): Likewise.
6712         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
6713         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
6714         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
6715         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
6716         * config/m68k/linux.h (CPP_SPEC): Likewise.
6717         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
6718         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
6719         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
6720         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
6721         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
6722         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
6723         * config/netbsd-aout.h (ASM_SPEC): Likewise.
6724         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
6725         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
6726         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6727         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6728         * config/sparc/sparc.h (ASM_SPEC): Likewise.
6729         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6730         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
6731         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
6732         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
6733         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
6734         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
6735         Simplify.
6736         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6737         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6738         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6739         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6740         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6741         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6742         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6743         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
6745 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6747         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
6748         != 0 handling.  Pass 0 to store_by_pieces.
6749         (expand_builtin_mempcpy): Add endp argument.  Don't call
6750         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6751         directly.  If ignoring result, only do expand_call.
6752         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
6753         otherwise.
6754         (expand_builtin_strncpy, expand_builtin_memset): Adjust
6755         store_by_pices callers.
6756         (expand_builtin): Adjust expand_builtin_memcpy and
6757         expand_builtin_mempcpy callers.
6758         * expr.c (can_move_by_pieces): New function.
6759         (move_by_pieces): Add endp argument, return to resp. memory at end
6760         or one byte earlier depending on endp.
6761         (store_by_pieces): Likewise.
6762         (emit_block_move): Adjust call to move_by_pieces.
6763         (emit_push_insn): Adjust move_by_pieces caller.
6764         * expr.h (can_move_by_pieces): New prototype.
6765         (store_by_pieces): Adjust prototypes.
6766         * rtl.h (move_by_pieces): Adjust prototype.
6767         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
6768         caller.
6770 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
6772         * doc/md.texi (Processor pipeline description): Improve wording.
6774 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
6776         * c-opts.c (c_common_handle_option): New, pulled out of
6777         c_common_decode_option.  Substitute uses of argv.
6778         (c_common_decode_option): Broken into two.
6780 2003-06-02  Roger Sayle  <roger@eyesopen.com>
6781             Zack Weinberg  <zack@codesourcery.com>
6783         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
6784         test of TREE_CONSTANT_POOL_ADDRESS_P.
6786 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6788         * mips.c: Don't include output.h twice.
6789         * stormy16.c: Likewise.
6790         * xtensa.c: Likewise.
6791         * output.h: Protect against multiple inclusion.
6793 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
6795         * sh.h (OLD_ARG_MODE): New macro.
6796         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
6797         (FUNCTION_ARG_1): Break out of:
6798         (FUNCTION_ARG).  Use OLD_ARG_MODE.
6800 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6802         * gcc/config.gcc Add support multilib parts for m32rx processor.
6804 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6806         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
6807         (mostlyclean): Delete c-options.c and c-options.h.
6809 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
6811         * c-opts.c (CL_REJECT_NEGATIVE): New.
6812         (c_common_decode_option): Update to use it.
6813         * c.opt: Update documentation; use RejectNegative.
6814         * opts.sh: Handle RejectNegative.
6816 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
6818         * ggc-page.c (init_ggc): Give better diagnostics on failure to
6819         open /dev/zero.
6820         * toplev.c (crash_signal): Reset handling for received signal
6821         to SIG_DFL.
6823 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
6825         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
6826         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
6827         (arm_use_dfa_pipeline_interface): Implement.
6828         * config/arm/arm.md (arm): New automaton.
6829         (write_buf): Remove function units; new cpu unit.
6830         (write_blockage): Remove function units; new cpu unit.
6831         (core): Remove function units; new cpu unit.
6832         (r_mem_f_wbuf): New instruction reservation.
6833         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
6834         (store1_ldsched, store2, store3, store4): Likewise.
6835         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
6836         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
6837         (multi_cycle, single_cycle): Likewise.
6838         * config/arm/fpa.md (armfp): New automaton.
6839         (fpa): Remove function units; new cpu unit.
6840         (fpa_mem): Remove function unit; new cpu unit.
6841         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
6842         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
6844 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6846         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
6847         * c-format.c (enum format_type): Add asm_fprintf_format_type.
6848         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
6849         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
6850         (format_types_orig): Renamed from format_types.  Add new data.
6851         (format_types): Declare as pointer.
6852         (handle_format_attribute): Move later in file so we have all
6853         necessary declarations.  Add section to capture HOST_WIDE_INT.
6854         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
6855         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
6857 2003-06-01  Andreas Jaeger  <aj@suse.de>
6859         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
6860         ROUND_TYPE_SIZE_UNIT.
6862         * stor-layout.c (finalize_record_size): Remove usages of
6863         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6864         (finalize_type_size): Likewise.
6865         (layout_type): Likewise.
6867         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6869         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
6871         * config/d30v/d30v.h: Remove text copied from the manual.
6873 2003-06-01  Roger Sayle  <roger@eyesopen.com>
6874             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6875             Geoffrey Keating  <geoffk@apple.com>
6877         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
6878         constants as condition code values.
6880 2003-06-01  DJ Delorie  <dj@redhat.com>
6882         * cppmacro.c (warn_of_redefinition): Handle cases where the two
6883         definitions have different numbers of tokens.
6885 2003-06-01  Andreas Jaeger  <aj@suse.de>
6887         * gen-protos.c (main): Readd unused attribute for argc.
6889 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6891         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
6892         * c.opt: End in blank line.
6893         * opts.sh: Take AWK from environment if available; use C locale.
6895 2003-06-01  Andreas Schwab  <schwab@suse.de>
6897         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
6899 2003-06-01  Andreas Jaeger  <aj@suse.de>
6901         * gen-protos.c (main): Revert patch to check for argument.
6903 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6905         PR target/11044
6906         * config/i386/i386.md (length attribute): Set length to 4
6907         for instructions of type "fcmp".
6909 2003-06-01  Andreas Jaeger  <aj@suse.de>
6911         * toplev.c: Use ISO C90 prototypes.
6913         * toplev.h: Use ISO C90 prototypes.
6915         * genrecog.c: Use ISO C90 prototypes.
6916         (nodes_identical): Correct declaration to match prototype.
6917         (maybe_both_true): Likewise.
6918         (merge_trees): Likewise.
6920         * genpeep.c (gen_peephole): Remove #if 0 code.
6921         Use ISO C90 prototypes.
6923         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
6924         Remove #if 0'ed function simplify_by_alternatives.
6925         (optimize_attrs): Remove #if 0'ed code.
6926         Remove ^L.
6927         Use ISO C90 prototypes.
6928         (make_canonical): Remove #if 0'ed code.
6929         (convert_const_symbol_ref): Remove #if 0'ed function.
6931         * gen-protos.c (main): Check for argument.
6933         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
6935         * params.h: Use ISO C90 prototypes.
6936         * params.c: Likewise.
6937         * intl.c: Likewise.
6938         * intl.h: Likewise.
6939         * lists.c: Likewise.
6940         * errors.c: Likewise.
6941         * errors.h: Likewise.
6942         * gencodes.c: Likewise.
6943         * genpreds.c: Likewise.
6944         * genattr.c: Likewise.
6945         * gen-protos.c: Likewise.
6946         * genflags.c: Likewise
6947         * genconditions.c: Likewise.
6948         * genautomata.c: Likewise.
6949         * gencheck.c: Likewise.
6950         * genconfig.c: Likewise.
6951         * genconstants.c: Likewise.
6952         * genemit.c: Likewise.
6953         * genextract.c: Likewise.
6954         * gengenrtl.c: Likewise.
6955         * gengtype.c: Likewise.
6956         * gengtype.h: Likewise.
6957         * genopinit.c: Likewise.
6958         * genoutput.c: Likewise.
6959         * gensupport.c: Likewise.
6960         * gensupport.h: Likewise.
6962         * sdbout.h: Use ISO C90 prototypes.
6964         * sdbout.c (CONTIN): Removed empty macro.
6965         (sdbout_one_type): Remove CONTIN usages.
6966         Remove ^Ls.
6967         (tag_of_ru_type): Remove #if 0'ed function.
6968         (sdbout_symbol): Remove #if 0'ed code.
6969         (sdbout_one_type): Remove a #if 1.
6970         (sdbout_one_type): Remove #if 0'ed code.
6971         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
6972         Remove PARAMS, use ISO C90 prototypes for all functions.
6974 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
6976         * rtl.def (CONST_DOUBLE): Update comment.
6978 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6980         * opts.sh: Remove path from sort.
6982 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
6984         PR/9680
6985         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
6986         TARGET_SPE for SPE_VECTOR_MODE.
6988 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
6990         * toplev.c (botch): Remove.
6991         (do_abort): Remove.
6992         (set_Wunused): Comment.
6993         (set_Wextra): Comment.
6994         Remove ^L's.
6995         (rest_of_compilation): Factor out common code into functions.
6996         (rest_of_handle_inlining): New.
6997         (rest_of_handle_ssa): New.
6998         (rest_of_handle_cse): New.
6999         (rest_of_handle_gcse): New.
7000         (rest_of_handle_loop_optimize): New.
7001         (rest_of_handle_jump_bypass): New.
7002         (rest_of_handle_sibling_calls): New.
7003         (rest_of_handle_null_pointer): New.
7004         (rest_of_handle_addresof): New.
7005         (rest_of_handle_flow): New.
7006         (rest_of_handle_branch_prob): New.
7007         (rest_of_handle_if_conversion): New.
7008         (rest_of_handle_tracer): New.
7009         (rest_of_handle_loop2): New.
7010         (rest_of_handle_cse2): New.
7011         (rest_of_handle_life): New.
7012         (rest_of_handle_combine): New.
7013         (rest_of_handle_if_after_combine): New.
7014         (rest_of_handle_regmove): New.
7015         (rest_of_handle_sched): New.
7016         (rest_of_handle_old_regalloc): New.
7017         (rest_of_handle_new_regalloc): New.
7018         (rest_of_handle_regrename): New.
7019         (rest_of_handle_reorder_blocks): New.
7020         (rest_of_handle_sched2): New.
7021         (rest_of_handle_new_regalloc): New.
7022         (rest_of_handle_old_regalloc): New.
7023         (rest_of_handle_regrename): New.
7024         (rest_of_handle_reorder_blocks): New.
7025         (rest_of_handle_stack_regs): New.
7026         (rest_of_handle_machine_reorg): New.
7027         (rest_of_handle_delay_slots): New.
7028         (rest_of_handle_final): New.
7030         * toplev.h (botch): Remove prototype.
7031         (do_abort): Same.
7033 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7035         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7036         * c-opts.c: Include c-options.h and c-options.c.
7037         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7038         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7039         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7040         OPT, opt_comp): Remove.
7041         (missing_arg, c_common_init_options, c_common_decode_option,
7042         write_langs): Update for macro redefinitions and enumeration
7043         name changes.
7044         * c.opt, opts.sh: New files.
7045         * doc/passes.texi: Update.
7047 2003-05-31  Andreas Jaeger  <aj@suse.de>
7049         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7050         usage.
7052         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7054         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7056         * system.h: Poison ALLOCATE_TRAMPOLINE.
7058         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7059         * system.h: Poison HANDLE_PRAGMA.
7061 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
7063         * doc/invoke.texi: Update dump file names.
7065 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7067         * c-format.c (format_length_info, format_char_info,
7068         format_flag_spec, format_flag_pair, format_kind_info):
7069         De-const-ify structure members.
7071 2003-05-31  Roger Sayle  <roger@eyesopen.com>
7073         * flags.h (flag_wrapv): New flag controlling overflow semantics.
7074         * toplev.c (flag_wrapv): Declare the variable with default false.
7075         (lang_independent_options): New option "-fwrapv" to set the above.
7077         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7078         as x, when signed arithmetic overflow wraps around.
7079         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7080         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7081         overflow when flag_wrapv is true.
7083         * doc/invoke.texi: Document new -fwrapv command line option.
7084         * doc/c-tree.texi: Mention that the overflow semantics of
7085         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7086         upon both flag_wrapv and flag_trapv.
7088 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7090         * doc/install.texi (mips-sgi-irix5): Add missing
7091         HTML <hr> marker.
7093 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7095         * doc/md.texi (Machine Constraints): Document
7096         missing SPARC constraints.
7098 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7100         * doc/md.texi (Automaton pipeline description): Use
7101         "type" instead of "cpu" as the attribute in the examples.
7103 2003-05-30  Stan Shebs  <shebs@apple.com>
7105         * system.h: Poison OBJC_PROLOGUE.
7107 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7109         * emit-rtl.c (gen_complex_constant_part): New function for getting
7110         the constant real or imaginary part of a complex constant.
7111         (gen_realpart): Use it.
7112         (gen_imagpart): Likewise.
7114 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
7116         * doc/invoke.texi: Fix typos.
7117         * doc/rtl.texi: Likewise.
7119 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7121         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7122         mode.
7123         * config/h8300/crtn.asm: Likewise.
7124         * config/h8300/lib1funcs.asm: Likewise.
7125         * config/h8300/h8300.c (asm_file_start): Likewise.
7126         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7127         h8300snelf emulations for normal mode.
7128         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7129         emulations for normal mode.
7131 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7133         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7134         true if TARGET_NORMAL_MODE.
7136 2003-05-30  Roger Sayle  <roger@eyesopen.com>
7138         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7139         making a substitution.
7140         (dead_libcall_p): If directly replacing a libcall with a
7141         constant value produces an invalid instruction, also try forcing
7142         the constant into the constant pool.
7143         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7144         obvious that the source is a constant.
7145         (compress_float_constant): Use set_unique_reg_note to place
7146         REG_EQUAL notes on instructions.
7148 2003-05-30  Eric Christopher  <echristo@redhat.com>
7150         * config/mips/mips.c (extern_list): Add GTY marker.
7151         (extern_head): Separate out definition. Add marker.
7152         (mips_output_external): Use ggc_alloc for extern_list
7153         allocation.
7154         (mips_output_external_libcall): Ditto.
7156 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
7158         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7159         later.
7161 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7163         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7164         warnings.
7165         (PRINT_OPERAND): Likewise.
7167 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7169         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7170         -mdebug/-no-mdebug switches ...
7171         (MDEBUG_ASM_SPEC): ... here.
7172         Use only with gas.
7173         (EXTRA_SPECS): Initialize mdebug_asm_spec.
7175 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
7177         * gthr-gnat.c: Remove #undef UNUSED.
7178         (__gnat_default_lock, __gnat_default_unlock): Prototype.
7179         (__gnat_task_lock, __gnat_task_unlock): Make declarations
7180         prototypes.
7181         (__gnat_install_locks): Convert declaration to ISO C90, make
7182         parameter declarations prototypes, and remove blank line.
7183         * gthr-gnat.h (__gnat_install_locks): Make parameter
7184         declarations prototypes.
7186 2003-05-29  Jason Merrill  <jason@redhat.com>
7188         * Makefile.in (unstrap): Remove stage_last after make unstage1.
7190 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7192         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7194 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7195             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
7197         PR bootstrap/10169
7198         * mips-tfile.c (main): Use getopt_long instead of getopt.
7199         Add new command line option --version to display version.
7200         Treat --verbose like -v to report a single line version.
7201         (options): New global variable for getopt_long.
7202         * mips-tdump.c (main): Use getopt_long instead of getopt.
7203         New command line options -v, --version and -verbose to display
7204         the program version number (to match mips-tfile's behavior).
7205         (options): New global variable for getopt_long.
7207         * gcov.c (options): Zero-terminate getopt_long array.
7208         * gcov-dump.c (options): Likewise.
7210         * Makefile.in (mips-tdump.o): Add dependency on version.h.
7212 2003-05-29  Stan Shebs  <shebs@apple.com>
7214         Remove OBJC_PROLOGUE everywhere.
7215         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7216         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7217         * config/d30v/d30v.h: Similarly.
7218         * config/ip2k/ip2k.h: Similarly.
7219         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7221 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7223         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7224         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
7225         (expand_unreachable_stmt): Expand unreachable while statements
7226         using genrtl_do_stmt_1.
7228 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
7230         * config/mips/mips-protos.h (mips_output_load_label): Declare.
7231         * config/mips/mips.c (mips_output_load_label): New function.
7232         (mips_output_conditional_branch): Use it.
7233         * config/mips/mips.md (jump): And here.
7235 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
7237         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7238         (xtensa_split_operand_pair): New proto.
7239         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7240         (smalloffset_double_mem_p): Delete.
7241         (gen_float_relational, printx, print_operand, xtensa_va_arg):
7242         Fix whitespace.
7243         (xtensa_split_operand_pair): New.
7244         (xtensa_dbx_register_number): Fix formatting.
7245         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7246         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7247         instead of splitting them into single-word moves.  Remove unnecessary
7248         checks for reload_in_progress and reload_completed.
7249         (movdi_internal, movdf_internal): Change to post-reload split patterns.
7250         Add constraints to allow constant operands.
7251         (movsf_internal): Allow CONST_INT operands.
7253 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
7255         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7256         fragment i386/x-mingw32.
7257         * config/i386/x-mingw32: New file. Make local_includedir
7258         relative to EXEC_PREFIX.
7260 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
7262         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7263         (MD_STARTFILE_PREFIX): Define.
7265 2003-05-27  Denis Chertykov  <denisc@overta.ru>
7267         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7268         VOIDmode.
7269         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7270         call of cselib_invalidate_regno.
7272 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
7274         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7275         -lthread to -lpthread.
7277 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7278             Bruce Korb  <bkorb@gnu.org>
7279             Arno Klaassen  <arno@heho.snv.jussieu.fr>
7281         * fixinc/inclhack.def: Add missing declaration of getpagesize()
7282         to unistd.h on Solaris 2.5.1.
7283         Fix prototype of recv() and send() in sys/socket.h on
7284         Solaris 2.5.1 and 2.6.
7285         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7286         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7287         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7288         * fixinc/fixincl.x: Regenerate.
7290 2003-05-27  Jason Merrill  <jason@redhat.com>
7292         * tree.c (expr_first, expr_length): New fns.
7293         * tree.h: Declare them.
7295         * tree.c (iterative_hash_expr): Hash commutative expressions
7296         consistently.
7298 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7300         * tree.h (contains_placeholder_p): Now returns bool.
7301         (CONTAINS_PLACEHOLDER_P): New macro.
7302         (type_contains_placeholder_p): New function.
7303         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7304         (contains_placeholder_p): Now returns bool.
7305         Rework to use CONTAINS_PLACEHOLDER_P macro.
7306         (type_contains_placeholder_p): New function.
7307         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7308         type_contains_placeholder_p.
7309         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7310         Use CONTAINS_PLACEHOLDER_P macro.
7311         * builtins.c (fold_builtin): Likewise.
7312         * calls.c (initialize_argument_information): Likewise.
7313         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7314         * explow.c (expr_size): Likewise.
7315         * expr.c (store_constructor, get_inner_reference): Likewise.
7316         * function.c (assign_parms): Likewise.
7317         * stor-layout.c (variable_size): Likewise.
7319 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
7321         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
7322         attribute.
7324 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7326         * doc/contrib.texi (Contributors): Update Kean Johnston.
7328 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
7330         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7332 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7334         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
7335         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
7336         Replace "GNU CC" with "GCC".
7338 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
7340         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
7341         intermediate computation.
7343 2003-05-23  Eric Christopher  <echristo@redhat.com>
7345         * config/mips/mips.md (clzsi, clzdi): New patterns.
7347 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
7349         * gcc.c (default_compilers): Use -o to specify preprocessor's output
7350         file.  Make -no-integrated-cpp work when building PCH files.
7351         * objc/lang-specs.h: Likewise.
7353 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7355         * fixinc/Makefile.in: Correct description.
7356         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
7357         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
7358         fixinc/genfixes: Replace "GNU CC" with "GCC".
7360 2003-05-23  Roger Sayle  <roger@eyesopen.com>
7362         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
7363         builtin functions (and their __builtin_* variants).
7364         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
7365         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
7366         optimizing.
7368         * doc/extend.texi: Document new tan and atan builtins, and
7369         their float and long double variants.
7371 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
7373         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
7374         __sparcv9 in the TARGET_ARCH64 case.
7376 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
7378         * i386.c (ix86_reorg): Calls are also jumps.
7380 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7382         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
7383         note containing an EXPR_LIST, process all the arguments.
7385 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
7386                                Andreas Jaeger  <aj@suse.de>
7388         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
7389         do not use assertion.
7391 2003-05-23  Mike Stump  <mrs@apple.com>
7393         * tlink.c (scan_linker_output): Add support for darwin linker, as it
7394         emits unresolved symbols one per line, consuming the entire line.
7396 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
7397             Zack Weinberg <zack@codesourcery.com>
7399         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
7400         * config/m68k/m68k.c (m68k_output_function_prologue):
7401         Remove code under #if NEED_PROBE.
7402         * config/m68k/m68k.h: Don't define NEED_PROBE.
7403         * config/m68k/m68k.md: Remove "probe" insn.
7404         * doc/md.texi: Remove documentation of "probe" pattern.
7406 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
7408         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
7410 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7412         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
7413         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
7415 2003-05-22  Roger Sayle  <roger@eyesopen.com>
7417         * real.c (real_maxval): New function to return the largest finite
7418         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
7419         * real.h (real_maxval): Prototype here.
7420         * fold-const.c (fold_inf_compare): Transform comparisons against
7421         +-Infinity into comparisons against DBL_MAX (or equivalent).
7423 2003-05-22  Mike Stump  <mrs@apple.com>
7425         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
7426         default.
7428 2003-05-22  DJ Delorie  <dj@redhat.com>
7430         * calls.c (expand_call): If the arg block is going to grow
7431         downward, we need argblock to point to the top of the block,
7432         not the bottom.
7434 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7436         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
7438         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
7439         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7441 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7443         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7444         * m68k.c: Likewise.
7445         * m68k.h: Likewise.
7447 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
7449         PR other/2873
7450         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7451         expressions to prevent triggering on recent curses.h,
7452         linux/nls.h, or X11/Xlib.h.
7453         (stdio_va_list): Add _G_va_list to bypass pattern.
7454         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7455         * fixinc/fixincl.x: Regenerate.
7457 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7459         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7460         switches when --target-help option is specified.
7462 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7464         PR bootstrap/10805
7465         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7466         failure with Sun assembler 5.0 Alpha 03/27/98.
7468 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
7470         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7471         to match system compiler convention.
7473 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7475         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7476         value, not just if defined.
7477         Update copyright year.
7479 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7481         PR target/6428
7482         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7483         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
7484         option is used without `-static'.
7485         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7486         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7488 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
7490         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7491         TARGET_SERIALIZE_VOLATILE): Delete.
7492         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7493         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7494         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7495         "-mno-serialize-volatile".
7496         * config/xtensa/xtensa.c (print_operand): Remove checks of
7497         TARGET_SERIALIZE_VOLATILE.
7498         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7499         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7500         "-mserialize-volatile" and "-mno-serialize-volatile" options.
7502 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7504         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7505         (nested_function): Likewise.
7506         (notype_nested_function): Likewise.
7508 2003-05-21  Nick Clifton  <nickc@redhat.com>
7510         * config/stormy16/stormy-abi: Update overflow type for
7511         R_XSTORMY16_16 reloc.
7513 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7515         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7516         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7517         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7518         * print-tree.c (print_node): Remove ambient-boundedness.
7519         * tree.h (tree_common): Remove bounded_flag.
7520         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
7521         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
7522         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
7523         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
7524         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
7525         Remove.
7526         (TYPE_QUALS): Remove BOUNDED.
7527         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
7528         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
7529         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
7530         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
7531         VA_LIST_POINTER_DEPTH): Remove.
7532         (struct tree_type): Remove pointer_depth.
7534 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7536         * c-pretty-print.c (pp_c_integer_literal): Use
7537         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
7539 2003-05-20  Roger Sayle  <roger@eyesopen.com>
7540             Kazu Hirata  <kazu@cs.umass.edu>
7541             Joern Rennecke  <joern.rennecke@superh.com>
7543         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
7544         setcc and jump, if they exist.  If substituted instruction
7545         fails to validate, store current effort in a REG_EQUAL note.
7546         (cprop_insn): Don't attempt further substitutions if the
7547         current instruction has been deleted.
7548         (local_cprop_pass): Likewise.
7550         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
7551         one is attached to the jump instruction.
7552         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
7554 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7556         PR c++/9738
7557         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
7558         even if not first.
7560 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7562         * genautomata.c (output_description, output_automaton_units,
7563         output_state_arcs): Add missing specifiers.
7565 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
7567         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
7568         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
7569         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
7570         (nsau): Rename to do_nsau.  Provide alternate version for use when
7571         the NSAU instruction is available.
7572         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
7573         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
7574         * config/xtensa/xtensa-config.h: Update comments to match binutils.
7575         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
7576         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
7577         (TARGET_ABS, TARGET_ADDX): Define.
7578         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
7579         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
7580         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
7581         *subx8): Set predicate condition to TARGET_ADDX.
7582         (abssi2): Set predicate condition to TARGET_ABS.
7583         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
7584         "-maddx", and "-mno-addx" options.
7585         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
7587 2003-05-20  Kevin Ryde <user42@zip.com.au>
7588             Wolfgang Bangerth <bangerth@dealii.org>
7590         PR/10355
7591         * doc/extend.texi: Put a warning into the documentation
7592         of attribute regparm.
7594 2003-05-20  Jason Merrill  <jason@redhat.com>
7596         * tree.c (expr_last): New fn.
7597         * tree.h: Declare it.
7598         * objc/objc-act (expr_last): Rename to objc_expr_last.
7600 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7602         * sh.c (sh_register_move_cost): Add clase for moving between
7603         FP registers and MAC registers.
7605 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
7607         * pa/milli64.S ($$mulI): Fix typo.
7609 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
7611         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
7612         (nonlocal_set_p): Remove initial blank line.
7613         * dwarf2out.c (simple_type_size_in_bits): Likewise.
7614         * et-forest.c (et_forest_create): Likewise.
7615         * explow.c (stabilize): Likewise.
7616         * fix-header.c (write_lbrac): Likewise.
7617         * graph.c (start_fct, node_data): Likewise.
7618         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
7619         * rtlanal.c (global_reg_mentioned_p): Likewise.
7620         * tree.c (bit_position): Likewise.
7622 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
7624         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
7625         -lthread to -lpthread.
7627 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
7629         * c-opts.c (c_common_decode_option): Don't accept dollars
7630         as identifier characters in assembly.
7631         * doc/cpp.texi: Document this.
7633 2003-05-19  Seth Arnold  <sarnold@wirex.com>
7634             Aldy Hernandez  <aldyh@redhat.com>
7636         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
7637         vrsave_size twice.
7639 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
7641         * doc/tm.texi (function_arg): Fix typo.
7643 2003-05-19  Matt Austern  <austern@apple.com>
7645         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
7646         * c-common.h (warn_invalid_offsetof): Declare.
7647         * c-common.c (warn_invalid_offsetof): Define.
7648         * doc/invoke.texi: Document -Winvalid-offsetof.
7649         * testsuite/g++.dg/other/offsetof3.C: New.
7650         * testsuite/g++.dg/other/offsetof4.C: New.
7652 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
7653             David Edelsohn  <edelsohn@gnu.org>
7655         * config/rs6000/rs6000.c (rs6000_alignment_string,
7656         rs6000_alignment_flags): New variables.
7657         (rs6000_parse_alignment_option): New function.
7658         (rs6000_override_options): Call it.
7659         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
7660         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
7661         macros.
7662         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
7663         natural alignment if TARGET_NATURAL_ALIGNMENT
7664         (ROUND_TYPE_ALIGN): Always use default record alignment if
7665         TAGET_NATURAL_ALIGNMENT.
7666         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
7667         (ROUND_TYPE_ALIGN): Same.
7668         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
7669         (ROUND_TYPE_ALIGN): Same.
7670         * doc/invoke.texi (Option Summary, PowerPC Options): Document
7671         new options.
7673 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
7675         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
7676         of a function using ASMSPEC, prepend a star.
7678 2003-05-19  Jason Merrill  <jason@redhat.com>
7680         * tree-inline.c (copy_body_r): Avoid generating &* during inline
7681         substitution.
7683 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
7685         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
7686         not mark assignments to the hard frame pointer as being stack
7687         frame related.
7688         (xstormy16_expand_epilogue): Mark adjustments to the stack
7689         pointer as being stack frame related.
7691 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7693         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
7694         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
7695         (PREDICATE_CODES): Add hilo_operand.
7696         * config/mips/mips.c (hilo_operand): New predicate.
7697         (mips_adjust_insn_length): Account for the number nops that might
7698         be needed to avoid hardware hazards.
7699         * config/mips/mips.md (dslot): Remove attribute.
7700         (hazard): New attribute.
7701         (can_delay): Use it.  Check for calls, branches & jumps.
7702         (muldi3): Use the standard dmult pattern for mips16 code.
7703         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
7705 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7707         * config/mips/mips-protos.h (final_prescan_insn,
7708         mips_count_memory_refs, mips_fill_delay_slot): Remove.
7709         * config/mips/mips.h (delay_type, dslots_load_total,
7710         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
7711         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
7712         mips_load_reg3, mips_load_reg4): Remove.
7713         (MASK_STATS): Remove.
7714         (MASK_EXPLICIT_RELOCS): Reuse its value.
7715         (TARGET_STATS): Remove.
7716         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
7717         Warn that -mstats is now ignored.
7718         (FINAL_PRESCAN_INSN): Undefine.
7719         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
7720         (ASM_OUTPUT_REG_POP): Likewise.
7721         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
7722         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
7723         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
7724         mips_fill_delay_slot, mips_count_memory_refs,
7725         final_prescan_insn): Remove.
7726         (output_block_move): Remove calls to mips_count_memory_refs.
7727         (print_operand): Remove printing of #nop for TARGET_STATS.
7728         (mips_output_function_epilogue): Remove TARGET_STATS code.
7729         Reorganize setting of fnnmae.
7730         * config/mips/mips.md: Remove handling of dslot statistics
7731         throughout file.  Change all fcmp patterns into normal asm
7732         templates, removing calls to mips_fill_delay_slot.
7733         * doc/invoke.texi: Remove documentation of -mstats.
7735 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7737         * config/mips/mips.c (mips_class_max_nregs): Return the number of
7738         words in the mode.
7740 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7742         * config/mips/mips.c (override_options): Disable explicit
7743         relocs for old ABIs unless using gas.
7745 2003-05-18  Eric Christopher  <echristo@redhat.com>
7747         * config/mips/mips.h: Remove definition of g_switch_value.
7749 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
7751         * flags.h (g_switch_value): Change to an unsigned
7752         HOST_WIDE_INT.
7753         * toplev.c (g_switch_value): Likewise.
7755         * config/alpha/alpha.c (small_symbolic_operand): Remove
7756         g_switch_value cast.
7757         (alpha_in_small_data_p): Cast size to an unsigned
7758         HOST_WIDE_INT.
7760         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
7761         unsigned HOST_WIDE_INT.
7762         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
7763         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
7765         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
7766         unsigned HOST_WIDE_INT.
7767         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
7768         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
7769         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
7771         * config/rs6000/rs6000.c (rs6000_file_start): Use
7772         HOST_WIDE_INT_PRINT_UNSIGNED.
7773         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
7774         (rs6000_elf_in_small_data_p): Cast size to unsigned
7775         HOST_WIDE_INT.
7776         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
7777         Remove.
7778         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
7779         g_switch_set.
7780         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
7781         g_switch_value cast.
7783 2003-05-18  Roger Sayle  <roger@eyesopen.com>
7784             Zack Weinberg  <zack@codesourcery.com>
7786         PR middle-end/10472
7787         * builtins.c (expand_builtin_memcpy):  Call force_operand on
7788         expressions and use simplify_gen_binary to create the addition.
7790 2003-05-18  Andreas Schwab  <schwab@suse.de>
7792         * config/m68k/m68k.md: Use define_constants for unspec numbers.
7794 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7796         * config/sparc/sparc.h: Define sparc for now.
7798 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7800         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
7802         * config/stormy16/stormy16.h: Remove about 3000 lines of
7803         target-independent comments.  Update copyright notice.
7805         * doc/collect2.texi: GNU CC -> GCC.
7806         * doc/headerdirs.texi: GNU CC -> GCC.
7808 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
7810         * hashtable.h (struct ht_identifier): Add data member "hash_value".
7811         * hashtable.c (ht_lookup): Use it when searching, remember.
7812         (ht_expand): Do not recompute.
7813         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
7815 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7817         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
7819 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7821         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
7822         Default here.
7823         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
7824         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
7825         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
7826         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
7827         config/arm/linux-elf.h, config/arm/rtems-elf.h,
7828         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
7829         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
7830         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
7831         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
7832         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
7833         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
7834         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
7835         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
7836         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
7837         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
7838         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
7839         Don't define __ELF__.
7840         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
7841         Define __ELF__.
7842         * doc/cpp.texi: Document __ELF__.
7843         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
7845 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7847         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
7848         always use stdarg.
7849         * c-errors.c (pedwarn_c99): Likewise.
7850         * c-format.c (status_warning): Likewise.
7851         * c-semantics.c (build_stmt): Likewise.
7852         * calls.c (emit_library_call, emit_library_call_value): Likewise.
7853         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
7854         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
7855         * diagnostic.c (build_message_string, output_printf,
7856         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
7857         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
7858         error_with_decl, fnotice): Likewise.
7859         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
7860         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
7861         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
7862         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
7863         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
7864         dw2_asm_output_encoded_addr_rtx): Likewise.
7865         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
7866         * errors.c (warning, error, fatal, internal_error): Likewise.
7867         * final.c (output_operand_lossage, asm_fprintf): Likewise.
7868         * fix-header.c (fatal): Likewise.
7869         * gcc.c (fatal, error, notice): Likewise.
7870         * gcov.c (fnotice): Likewise.
7871         * genattrtab.c (attr_rtx, attr_printf): Likewise.
7872         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
7873         * gensupport.c (message_with_line): Likewise.
7874         * mips-tfile.c (fatal, error): Likewise.
7875         * protoize.c (notice): Likewise.
7876         * ra-debug.c (ra_debug_msg): Likewise.
7877         * read-rtl.c (fatal_with_file_and_line): Likewise.
7878         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
7879         * tree.c (build, build_nt, build_function_type_list): Likewise.
7881 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7883         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
7884         * gcc.c (cpp_predefines): Remove.
7885         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
7886         (static_specs): Remove predefines.
7887         * system.h: Poison CPP_PREDEFINES.
7888         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
7889         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
7891 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7893         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
7894         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
7895         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
7896         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
7898 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7900         PR c/9209
7901         * c-common.c, c-common.h (dollars_in_ident): Remove.
7902         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
7903         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
7904         * cpphash.h (warned_dollar): Rename warn_dollars.
7905         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
7906         Permit dollars regardless of -std=.
7907         (post_options): Set warn_dollars.
7908         * cpplex.c (forms_identifier_p): Use warn_dollars.
7909         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
7910         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
7911         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
7912         Update documentation.
7914 2003-05-17  Andreas Schwab  <schwab@suse.de>
7916         * config/m68k/m68k.c (m68k_output_function_prologue): Use
7917         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
7918         formatting a HOST_WIDE_INT.
7919         (m68k_output_function_epilogue): Likewise.
7921 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
7923         * doc/install.texi: Remove information about desupported targets.
7925 2003-05-17  Andreas Schwab  <schwab@suse.de>
7927         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
7928         * config/m68k/linux.h: Likewise.
7929         * config/m68k/m68k-none.h: Likewise.
7930         * config/m68k/netbsd-elf.h: Likewise.
7931         * config/m68k/sgs.h: Likewise.
7932         * config/m68k/m68k.h: Likewise.
7933         * config/m68k/m68k.md: Likewise.
7934         * config/m68k/m68k.c: Likewise.
7935         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
7936         constraints.
7937         * doc/invoke.texi (Option Summary): Remove -mfpa.
7938         (M680x0 Options): Likewise.
7940 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
7942         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
7944 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7946         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
7947         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
7948         config/sparc/rtemself.h, config/sparc/sol2-64.h,
7949         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
7950         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
7952 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7954         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
7955         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
7957 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7959         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
7960         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
7961         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
7962         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
7963         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
7964         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
7965         sparc/sysv4.h,
7966         * sparc/sysv4-only.h: New.
7968 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
7970         * function.c (assign_parms): Check for zero size args.
7972 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7974         * cfgloopanal.c (test_for_iteration): Use string concatentation on
7975         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7976         function calls into one.
7977         * dbxout.c (dbxout_symbol): Likewise.
7978         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
7979         * dwarf2asm.c (dw2_asm_output_data_uleb128,
7980         dw2_asm_output_data_sleb128): Likewise.
7981         * genrecog.c (debug_decision_2): Likewise.
7982         * loop.c (emit_prefetch_instructions): Likewise.
7983         * print-rtl.c (print_rtx): Likewise.
7984         * print-tree.c (print_node_brief, print_node): Likewise.
7985         * ra-debug.c (dump_igraph, dump_graph_cost,
7986         dump_static_insn_cost): Likewise.
7987         * ra-rewrite.c (dump_cost): Likewise.
7988         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7989         * sreal.c (dump_sreal): Likewise.
7990         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
7991         * varasm.c (assemble_vtable_entry): Likewise.
7993         * avr.c (avr_output_function_prologue,
7994         avr_output_function_epilogue, print_operand): Fix format specifier
7995         warnings.
7996         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
7997         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
7999 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
8001         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8002         and ! TARGET_STRING cases.
8004         * doc/cppopts.texi (-undef): Fix texinfo warning.
8006         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8007         * cppfiles.c (validate_pch): When -H is used, print some information
8008         about PCH files found.
8010 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8012         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8013         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8014         * config/mips/t-sr71k: Likewise.
8016 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8018         * arc.c (arc_output_function_prologue,
8019         arc_output_function_epilogue): Fix format specifier warnings.
8020         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8022         * v850.c (print_operand): Fix format specifier warnings.
8024         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8025         specifier warnings.
8027         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8028         format specifier warnings.
8030         * ip2k.c (function_prologue, function_epilogue, print_operand):
8031         Fix format specifier warnings.
8032         * ip2k.md: Likewise.
8034         * i960.c (i960_output_function_prologue, i960_print_operand,
8035         i960_print_operand_addr): Fix format specifier warnings.
8037         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8038         (i370_output_function_prologue): Fix format specifier warnings.
8039         * i370.h (PRINT_OPERAND): Likewise.
8041         * fr30.c (fr30_print_operand): Fix format specifier warnings.
8043         * dsp16xx.c (print_operand_address): Fix format specifier warning.
8044         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8046         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8047         specifier warnings.
8049         * alpha.c (print_operand_address, alpha_start_function,
8050         unicosmk_output_ssib): Use string concatentation on
8051         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8052         function calls into one.
8053         * arm.c (arm_print_operand): Likewise.
8054         * cris.c (cris_asm_output_mi_thunk): Likewise.
8055         * frv.c (frv_asm_output_mi_thunk): Likewise.
8056         * ia64.c (ia64_print_operand, process_set): Likewise.
8057         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8058         Likewise.
8059         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8060         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8061         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8062         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8063         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8064         * s390.c (s390_assemble_integer): Likewise.
8065         * sparc.c (sparc_flat_function_prologue,
8066         sparc_flat_function_epilogue): Likewise.
8067         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8068         * vax.c (vax_output_mi_thunk): Likewise.
8070         * frv.c (frv_print_operand_memory_reference): Fix format specifier
8071         warning.
8072         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8074         * m68k.c (m68k_output_function_epilogue): Fix format specifier
8075         warnings.
8077         * stormy16-protos.h (xs_hi_general_operand,
8078         xs_hi_nonmemory_operand): Prototype.
8079         * stormy16.c (xstormy16_output_shift): Fix format specifier
8080         warnings.
8082         * cris.c: Fix format specifier warnings.
8084 2003-05-16  Nick Clifton  <nickc@redhat.com>
8086         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8088 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
8090         * doc/bugreport.texi: Remove most of the of the preface of the
8091         bugs section.
8093 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
8095         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8096         .save XX, r0.
8098 2003-05-15  Roger Sayle  <roger@eyesopen.com>
8100         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8102 2003-05-15  Eric Christopher  <echristo@redhat.com>
8104         * cfgcleanup.c (merge_blocks): Fix return value.
8106 2003-05-15 Eric Christopher <echristo@redhat.com>
8108         * combine.c (expand_compound_operation): Make sure
8109         that zero_extend operation is profitable.
8111 2003-05-15  Richard Henderson  <rth@redhat.com>
8113         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8114         code protected by USE_GNULIBC_1.
8116 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
8118         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
8119         remove hppa*-*-mpeix* which could not be built, and prune
8120         files from tmake_file= or tm_file= lists that don't exist.
8122         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8123         * config/alpha/t-interix, config/arm/conix-elf.h
8124         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8125         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8126         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8127         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8128         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8129         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8130         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8131         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8132         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8133         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8134         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8135         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8136         * config/m68k/tower-as.h, config/m68k/tower.h
8137         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8138         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8139         * config/m88k/m88k-protos.h, config/m88k/m88k.c
8140         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8141         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8142         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8143         * config/mips/rtems64.h, config/mips/sni-gas.h
8144         * config/mips/sni-svr4.h, config/mips/t-ecoff
8145         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8146         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8147         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8148         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8149         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8150         * config/romp/romp-protos.h, config/romp/romp.c
8151         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8152         * config/rs6000/aix3newas.h, config/rs6000/mach.h
8153         * config/sparc/bsd.h, config/sparc/hal.h
8154         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8155         * config/sparc/lynx.h, config/sparc/netbsd.h
8156         * config/sparc/sp86x-aout.h, config/sparc/splet.h
8157         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8158         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8159         * config/sparc/t-halos, config/sparc/t-sparcbare
8160         * config/sparc/t-splet, config/sparc/t-sunos41
8161         * config/v850/rtems.h: Delete file.
8163 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
8165         * config/rs6000/rs6000-protos.h (function_value): Protoize.
8167         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8169         * config/rs6000/rs6000.c (rs6000_function_value): New.
8171 2003-05-15  Philip Blundell  <philb@gnu.org>
8173         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8174         All uses updated.
8175         (arm_tune_xscale): New variable.
8176         (arm_override_options): Set it.
8177         (arm_adjust_cost): Use it in place of arm_arch_xscale.
8178         (arm_gen_load_multiple): Likewise.
8179         (arm_gen_store_multiple): Likewise.
8180         * config/arm/arm.md (is_xscale): Likewise.
8181         * config/arm/arm.h (arm_tune_xscale): Declare.
8183 2003-05-15  Philip Blundell  <philb@gnu.org>
8185         PR target/10730
8186         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8187         involving invalid constants.
8189 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8191         * pa.c (hppa_expand_prologue): Remove blockage.
8193 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
8195         * doc/bugreport.texi: Remove most of the bug reporting
8196         instructions and merge them into bugs.html.
8198 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
8200         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8201         g_switch_value to unsigned HOST_WIDE_INT.
8203 2003-05-14  Eric Christopher  <echristo@redhat.com>
8205         * combine.c: Fix header comments.
8206         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8207         to all calls and prototype.
8209 2003-05-14  Roger Sayle  <roger@eyesopen.com>
8211         PR optimization/10764
8212         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8213         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8214         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
8215         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8216         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8217         the corresponding *fyl2x_?fxf3 instructions.
8219 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
8221         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8222         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8223         XCHAL_HAVE_L32R): New.
8224         * config/xtensa/xtensa-protos.h (non_const_move_operand,
8225         xtensa_load_constant, xtensa_function_prologue,
8226         xtensa_function_epilogue): Delete prototypes.
8227         (xtensa_expand_prologue): New.
8228         * config/xtensa/xtensa.c (frame_size_const,
8229         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8230         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8231         xtensa_function_prologue): Delete.
8232         (add_operand, xtensa_mem_offset): Formatting.
8233         (move_operand): If the const16 option is available, allow any SFmode
8234         and SImode constants.
8235         (xtensa_emit_move_sequence): Inline the former contents of
8236         xtensa_load_constant with modifications to handle the const16 option.
8237         (override_options): Add xtensa_char_to_class['W'] and set it to
8238         the general register class only if the const16 option is enabled.
8239         Fix formatting.  Disallow PIC when using the const16 option.
8240         (print_operand): Reorganize to switch on "letter" instead of the
8241         RTL code.  Add output_operand_lossage calls for invalid cases.
8242         Add support for 't' and 'b' letters.
8243         (xtensa_expand_prologue): New function to replace
8244         xtensa_function_prologue and xtensa_reorg.
8245         (xtensa_function_epilogue): Declare this as static.  Delete code
8246         to print the retw.n or retw instruction.
8247         (xtensa_return_addr): Use A0_REG instead of 0.
8248         (xtensa_rtx_costs): Add costs for using the const16 option.
8249         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8250         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8251         (TARGET_SWITCHES): Add "const16" and "no-const16".
8252         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8253         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8254         using the const16 option.
8255         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8256         (TRAMPOLINE_SIZE): Change from 49 to 59.
8257         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8258         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8259         when using the const16 option.
8260         (PREDICATE_CODES): Delete non_const_move_operand.
8261         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8262         UNSPECV_ENTRY.
8263         (movdi, movdf): If the source is a constant, always expand to a
8264         sequence of movsi insns.
8265         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8266         (movsi_internal, movsf_internal): Add alternative using const16 insns.
8267         (movsf): Add const16 support.
8268         (entry, prologue, epilogue): New.
8269         (set_frame_ptr): Add missing mode for unspec_volatile operation.
8270         Likewise for subsequent split pattern.
8271         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8272         "-mconst16" and "-mno-const16" options.
8274 2003-05-14  Richard Henderson  <rth@redhat.com>
8276         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8277         to be DImode register.  Merge load_symptr.
8278         * config/ia64/ia64.md (load_symptr): Remove.
8280 2003-05-14  Richard Henderson  <rth@redhat.com>
8282         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8283         DEFERRED_CONSTANT_P.
8284         * integrate.c (copy_rtx_and_substitute): Update use.
8285         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8286         to the copy generated.
8287         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8288         of the constant to see if we should emit.
8289         (mark_constant): Similarly.
8290         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8292 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
8294         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8295         move record condition.
8296         (movdi_internal2): Same.
8298 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
8300         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8301         (GCOV_TAG_*) Force type to gcov_unsigned_t.
8302         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8303         (struct gcov_var): Remove modified. Add start, length, offset,
8304         overread. Have buffer array for libgcov.
8305         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8306         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8307         * gcov-io.c (gcov_open): Set mode, do not read anything.
8308         (gcov_close): Write final block.
8309          (gcov_write_block, gcov_allocate): New.
8310         (gcov_write_bytes): Make static. Write or allocate buffer.
8311         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8312         null.
8313         (gcov_write_string): Adjust.
8314         (gcov_write_tag)
8315         (gcov_write_length): Adjust. Flush the block.
8316         (gcov_write_tag_length): Buffer can never be null.
8317         (gcov_read_bytes): Make static. Read in block.
8318         (gcov_sync): Moved here. Adjust.
8319         (gcov_seek): Moved here. Adjust.
8320         * coverage.c (read_counts_file): Adjust.
8321         * gcov-dump.c (print_prefix): Add position parameter.
8322         (flag_dump_positions): New flag.
8323         (options, main, print_usage): Add it.
8324         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8325         tag_summary): Adjust.
8326         * gcov.c (read_graph_file, read_count_file): Adjust.
8327         * libgcov.c (gcov_exit): Adjust.
8329         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8330         (libgcov.a): Depend on libgcc.a.
8331         (gcov.o, gcov-dump.o): Add gcov-io.c.
8332         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8334         * loop.c (check_dbra_loop): Factor common test.
8336 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
8338         * doc/md.texi (Automaton pipeline description): Grammar fixes.
8340 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
8342         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
8343         (TARGET_INITIALIZER): Include it.
8344         * target.h (struct gcc_target): Add machine_dependent_reorg field.
8345         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
8346         * system.h: Poison MACHINE_DEPENDENT_REORG.
8348         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
8349         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
8350         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8351         (alpha_handle_trap_shadows): Remove "first insn" parameter.
8352         (alpha_align_insns): Likewise.
8353         (alpha_reorg): Likewise.  Make static.  Update calls to above
8354         functions.
8356         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
8357         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
8358         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8359         (arm_reorg): Remove parameter.  Make static.
8361         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
8362         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
8363         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8364         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
8365         Remove parameter.
8367         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
8368         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
8369         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8370         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
8371         Remove parameter.
8373         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
8374         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
8375         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
8377         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
8378         * config/frv/frv.c: Remove orphaned comment.
8380         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
8381         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
8382         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8383         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
8384         Remove parameter.
8386         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
8387         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
8388         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8389         (emit_insn_group_barriers): Remove "first insn" parameter.
8390         (emit_all_insn_group_barriers): Likewise.
8391         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
8392         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
8394         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
8395         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
8396         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8397         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
8398         Remove parameter.
8400         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
8401         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
8402         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8403         (m68hc11_reorg): Make static.  Remove parameter.
8405         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
8406         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
8407         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8408         (conditionalize_optimization): Remove parameter.
8409         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
8410         Make static.  Update call to conditionalize_optimization.
8412         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
8413         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
8414         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8415         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
8416         Make static.
8418         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
8419         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
8420         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8421         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
8422         Remove parameter.
8424         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
8425         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
8426         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8427         (pa_combine_instructions): Remove "first insn" parameter.
8428         (remove_useless_addtr_insns): Likewise.
8429         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
8431         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
8432         commented-out definition.
8434         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
8435         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
8436         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8437         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
8438         Remove parameter.
8440         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8441         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8442         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8443         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
8444         Remove parameter.
8445         (sh_output_mi_thunk): Call sh_reorg directly.
8446         * config/sh/sh.md: Update comment.
8448         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8449         commented-out definition.
8451         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8452         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8453         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8454         (v850_reorg): Make static.  Remove parameter.
8456         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8457         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8458         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8459         (xtensa_reorg): Make static.  Remove parameter.
8461         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8462         (TARGET_MACHINE_DEPENDENT_REORG): Document.
8464 2003-05-13  Richard Henderson  <rth@redhat.com>
8466         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8467         the old decl had instantiated DECL_RTL.
8469 2003-05-13  Mike Stump  <mrs@apple.com>
8471         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8473 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
8475         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8476         HOST_WIDE_INT argument.
8478 2003-05-13  Jason Merrill  <jason@redhat.com>
8480         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8482         * tree.c (iterative_hash_expr): New fn.
8484         * c-semantics.c (emit_local_var): Don't mess with temp slots if
8485         there's no initializer.
8487 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8489         * final.c (final_scan_insn): Apply the effects of frame-related
8490         delay slot insns before emitting a delayed branch.
8492 2003-05-13  Nick Clifton  <nickc@redhat.com>
8494         * config/mcore/mcore.md (jump): Use emit_jump_insn.
8496 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8498         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8499         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8501 2003-05-12  DJ Delorie  <dj@redhat.com>
8503         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8504         (emit_push_insn): Don't use push when the source alignment is less
8505         than the stack's push rounding.
8507 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8509         * diagnostic.c (output_format): Add support for %m.
8510         (output_printf, output_verbatim, diagnostic_set_info,
8511         verbatim): Set err_no field of the text_info structure being
8512         initialized.
8513         (fatal_io_error): Delete function.
8514         * diagnostic.h (text_info): Add err_no field.
8515         * toplev.h (fatal_io_error): Delete prototype.
8517         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8518         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
8519         * objc/objc-act.c: Replace all calls to fatal_io_error with
8520         calls to fatal_error; add ": %m" to the end of all the affected
8521         error messages.
8523 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8525         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
8526         * rtl.h: Prototype it.
8527         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
8528         when appropriate.
8530 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8532         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
8533         ("*iorsi3_oi"): Likewise.
8535 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
8537         * arm.md (compare_scc): Use shorter sequence for EQ case.
8538         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
8539         (and_scc_scc): Ensure split only applies when there is a dominance
8540         of the comparisons.
8541         (and_scc_scc_nodom): New insn-and-split pattern.
8543 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8545         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
8546         to _Unwind_SetGRPtr().
8548 2003-05-13  Michael Eager <eager@mvista.com>
8550         * Makefile.in: Initialize program_transform_cross_name from
8551         @program_transform_name@ instead of target_alias.
8553 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
8554             Alan Modra  <amodra@bigpond.net.au>
8555             Jakub Jelinek  <jakub@redhat.com>
8557         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
8558         * configure: Rebuild.
8559         * config/rs6000/rs6000-protos.h: Update.
8560         * config/rs6000/rs6000.c (rs6000_tls_size): New.
8561         (rs6000_tls_size_string): New.
8562         (rs6000_parse_tls_size_option): New.
8563         (rs6000_legitimize_tls_address): New.
8564         (rs6000_tls_get_addr): New.
8565         (rs6000_got_sym): New.
8566         (rs6000_tls_symbol_ref): New.
8567         (rs6000_tls_symbol_ref_1): New.
8568         (rs6000_get_some_local_dynamic_name): New.
8569         (rs6000_get_some_local_dynamic_name_1): New.
8570         (TARGET_HAVE_TLS): New.
8571         (TARGET_CANNOT_FORCE_CONST_MEM): New.
8572         (rs6000_override_options): Handle -mtls-size option.
8573         (constant_pool_expr_1): Handle TLS symbols.
8574         (rs6000_legitimize_address): Handle TLS symbols.
8575         (rs6000_tls_referenced_p): New.
8576         (rs6000_legitimate_address): Handle TLS symbols.
8577         (rs6000_emit_move): Handle TLS symbols.
8578         (print_operand): Handle TLS symbols.
8579         (uses_TOC): Handle TLS symbols.
8580         (rs6000_emit_prologue): Use symbol for unspec constant.
8581         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
8582         (some_ld_name): New.
8583         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
8584         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
8585         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
8586         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
8587         Support TLS.
8588         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
8589         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
8590         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
8591         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
8592         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
8593         tls_tls_64): New.
8594         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
8596 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
8598         * Makefile.in (stage2_build, stage3_build, stage4_build):
8599         Set BUILD_CC to the same as CC.
8601 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
8603         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
8605 2003-05-12  Andreas Schwab  <schwab@suse.de>
8607         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
8608         as unused.
8609         (bundling): Initialize 'pos'.
8610         (ia64_expand_builtin): Initialize 'rmode'.
8612 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
8614         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
8615         (ASM_OUTPUT_ALIGNED_COMMON): Same.
8616         (ASM_OUTPUT_LOCAL): Same.
8618 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
8620         * varasm.c (output_constant):  Fix underflow.
8622 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
8624         PR other/10745
8625         * configure.in: Correct detection of GNU ld version number.
8626         * configure: Regenerated.
8628 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
8630         * diagnostic.c (diagnostic_for_decl): Take a
8631         diagnostic_context argument.  Restructure to be consistent
8632         with diagnostic_report_diagnostic.
8633         (diagnostic_count_diagnostic): Now static.  Take a
8634         diagnostic_info argument, not just a diagnostic_t.  Some code
8635         moved here from internal_error.  Move a case label for
8636         clarity.
8637         (diagnostic_action_after_output): New function.  Code moved
8638         here from internal_error and fatal_error.
8639         (bug_report_request): New #define so that this text appears in
8640         only one place.
8641         (diagnostic_report_diagnostic): Update to match changes to
8642         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
8643         (diagnostic_set_info): Call gettext here.
8645         (pedwarn): Update comment.  Don't call gettext here.
8646         (sorry): Use report_diagnostic.  Don't call gettext here.
8647         (fatal_error): Remove final fnotice and exit, but call
8648         real_abort to prevent warnings about noreturn function returning.
8649         (internal_error): Likewise.  Don't do ICE suppression here nor
8650         call context->internal_error.
8651         (warning_with_decl): Suppress for decls in system headers.
8652         Adjust call to diagnostic_for_decl.
8653         (pedwarn_with_decl): Likewise.
8654         (error_with_decl): Adjust call to diagnostic_for_decl.
8655         (error_recursion): Use bug_report_request.
8657         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
8658         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
8659         diagnostic_count_diagnostic.
8661 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8663         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
8665 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
8667         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
8668         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
8669         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
8671 2003-05-12  Roger Sayle  <roger@eyesopen.com>
8673         * doc/rtl.texi: Document zero_extract as a valid destination
8674         of a set insn.
8676 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
8678         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
8679         '.'.  Change all local symbol definitions and references to use LSYM.
8681 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
8683         * expr.h (assemble_static_space): Update prototype.
8684         * output.h (assemble_zeros, output_constant): Likewise.
8685         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
8686         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
8687         it 64bit clean.
8688         * elf.h (ASM_OTUPUT_SKIP): Likewise.
8689         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
8690         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8691         Expect HOST_WIDE_INT operand.
8692         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8693         Expect HOST_WIDE_INT operand.
8694         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8695         Expect HOST_WIDE_INT operand.
8696         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
8697         HOST_WIDE_INT operand.
8698         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
8699         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
8700         * aout.h (ASM_OTUPUT_SKIP): Likewise.
8701         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
8702         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
8703         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
8704         * frv.h (ASM_OTUPUT_SKIP): Likewise.
8705         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
8706         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8707         Make it 64bit
8708         clean.
8709         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
8710         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8711         Make it 64bit clean.
8712         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
8713         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
8714         HOST_WIDE_INT operand
8715         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8716         Expect HOST_WIDE_INT operand
8717         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
8718         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
8719         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
8720         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8721         Likewise.
8722         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
8723         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8724         Likewise.
8725         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8726         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8727         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8728         ASM_OUTPUT_SKIP): Likewise.
8729         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8730         Likewise.
8731         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8732         ASM_OUTPUT_SKIP): Likewise.
8733         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8734         ASM_OUTPUT_SKIP): Likewise.
8735         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8736         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8737         ASM_OUTPUT_SKIP): Likewise.
8738         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
8739         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8740         ASM_OUTPUT_SKIP): Likewise.
8741         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
8742         Likewise.
8743         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
8744         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
8745         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8746         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8747         ASM_OUTPUT_SKIP): Make it 64bit clean.
8748         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
8749         Make it 64bit clean.
8750         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8751         ASM_OUTPUT_SKIP): Make it 64bit clean.
8752         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8753         64bit clean.
8754         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8755         HOST_WIDE_INT argument
8756         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8757         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8758         HOST_WIDE_INT argument
8759         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8760         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
8761         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8762         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8763         HOST_WIDE_INT argument
8764         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8765         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8766         * varasm.c (asm_output_bss, asm_output_aligned_bss,
8767         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
8768         HOST_WIDE_INT argument
8770 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
8772         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
8773         favor of walk_tree_without_duplicates.  Add comments.
8775 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
8777         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
8778         (struct alloc_pool_def): New element 'id'.
8779         * alloc-pool.c (fancy_abort): Extern function prototype.
8780         (abort): Macro which uses fancy_abort.
8781         (struct allocation_object_def): New structure.
8782         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
8783         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
8784         (last_id): New variable.
8785         (create_alloc_pool): Add the offset of u.data to size of element,
8786         increase and use last_id.
8787         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
8788         (pool_alloc): Likewise. Set ID for elements.
8789         (pool_free): Check whether the PTR was allocated from POOL.
8791 2003-05-11  Richard Henderson  <rth@redhat.com>
8793         PR c/10675
8794         * c-decl.c: Include hashtab.h.
8795         (detect_field_duplicates): New.
8796         (finish_struct): Use it.
8797         * Makefile.in (c-decl.o): Update.
8798         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
8799         (component_decl_list, component_decl_list2,
8800         components, components_notype): Build list in reverse order.
8801         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
8803         * tree.c (chainon): Special case op2 null as well.
8804         Reorg for clarity.
8806 2003-05-11  Roger Sayle  <roger@eyesopen.com>
8808         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
8809         to implement log, logf and logl built-ins as inline x87 intrinsics.
8810         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
8811         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
8812         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
8814         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
8815         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
8817 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8819         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
8821         * sparc.c (print_operand): Fix uninitialized warning.
8823 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8825         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
8826         real insns.
8827         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
8828         condition.
8830 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8832         * doc/cpp.texi: Fix typos.
8834 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8836         * config/s390/s390.c (s390_function_arg_float): New function.
8837         (s390_function_arg_pass_by_reference): Use it.
8838         (s390_function_arg_advance): Likewise.
8839         (s390_function_arg): Likewise.
8840         (s390_va_arg): Likewise
8842 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
8844         * coverage.h (coverage_counter_alloc): New function.
8845         * function.h (struct function): Remove arc_profile flag.
8846         * coverage.c (fn_ident): Remove.
8847         (fn_b_ctrs, no_coverage): New.
8848         (get_coverage_counts): Use current_function_funcdef_no.
8849         (coverage_counter_alloc): New.
8850         (coverage_counter_ref): Adjust.
8851         (coverage_begin_output): Check no_coverage. Use
8852         current_function_funcdef_no.
8853         (coverage_end_function): Likewise.
8854         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
8855         than clearing flag_inline_functions. Do not clear arc_profile
8856         flag.
8857         * function.c (prepare_function_start): Do not set arc_profile
8858         flag.
8859         * profile.c (instrument_edges): Return number of instrumented
8860         edges. Use a for loop.
8861         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
8862         local to here and simplify. Use profile_arc_flag not arc_profile
8863         flag.
8864         (find_spanning_tree): Reformat.
8865         * toplev.c (rest_of_compilation): Use profile_arc_flags and
8866         flag_test_coverage rather than arc_profile flag.
8868 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
8870         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
8872 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8874         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
8876 2003-05-11  Bruno Haible  <bruno@clisp.org>
8878         * cppfiles.c (find_or_create_entry): Preserve errno.
8880 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8882         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
8883         cpplib as it's a Standard Predefined Macro.
8884         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
8885         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
8886         __STDC_HOSTED__ appropriately.
8887         * cpplib.h (_cpp_init_builtins): Update.
8888         * fix-header.c (read_scan_file): Update.
8889         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
8891 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8893         PR C++/689
8894         PR C++/9257
8895         * c-opts.c (c_common_decode_option): Don't set
8896         warn_ctor_dtor_privacy wen -Wall.
8897         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
8899 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
8901         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
8902         patch.
8904 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
8906         * diagnostic.c: Reorder functions for clarity, putting all the
8907         functions in the "error" family next to each other, and
8908         likewise all the functions in the "error_with_decl" family.
8909         Some other routines were moved too.  Add comments.
8910         (vbuild_message_string): Fold into sole caller.
8913 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8915         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
8916         (EH_RETURN_HANDLER_RTX): Likewise.
8917         (expand_builtin_eh_return): Do not copy stack adjustment
8918         if EH_RETURN_STACKADJ_RTX is not defined.
8919         (expand_eh_return): Likewise.  Also, do not pass stack
8920         adjustment as argument to the eh_return pattern.
8921         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
8922         because EH_RETURN_STACKADJ_RTX is not defined.
8923         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
8924         is not defined, treat stack pointer like a regular register.
8925         (uw_init_context_1): Set up fake initial stack pointer register.
8926         (uw_install_context_1): Do not compute stack adjustment if
8927         EH_RETURN_STACKADJ_RTX is not defined.
8929         * config/i386/i386.md ("eh_return"): Remove first argument.
8930         * config/mips/mips.md ("eh_return"): Likewise.
8931         * config/rs6000/rs6000.md ("eh_return"): Likewise.
8932         * config/sh/sh.md ("eh_return"): Likewise.
8934         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
8936 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
8938         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
8940 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
8942         * defaults.h (GCOV_TYPE_SIZE): Remove.
8943         * gcov-io.h (gcov_type): Set to specific mode int on target.
8944         (gcov_unsigned_t, gcov_position_t): New.
8945         (GCOV_TYPE_NODE): New.
8946         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
8947         (GCOV_COUNTERS_SUMMABLE): New.
8948         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
8949         gcov_ctr_info, gcov_info): Adjust types.
8950         (gcov_var): Adjust types.
8951         (gcov_write_unsigned, gcov_write_tag,
8952         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8953         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8954         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
8955         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
8956         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8957         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8958         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
8959         __gcov_init, __gcov_merge_add): Adjust gcov types.
8960         * coverage.c (ctr_merge_functions): Constify.
8961         (ctr_names): New.
8962         (read_counts_file): Adjust gcov types. Only summarize & merge
8963         summable counters.
8964         (coverage_counter_ref): Use GCOV_TYPE_NODE.
8965         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
8966         build_ctr_info_value, build_gcov_info): Adjust types.
8967         * profile.c (branch_prob): Adjust gcov types.
8968         * gcov_dump (dump_file): Adjust gcov types.
8970 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
8972         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
8973         constants.
8974         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
8975         * arm.c (arm_select_dominance_cc_mode): Renamed from
8976         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
8977         Callers updated.
8978         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
8980 2003-05-09  Roger Sayle  <roger@eyesopen.com>
8982         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
8983         as unsigned to avoid signed/unsigned comparison warnings.
8985 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
8987         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
8988         instruction if the Xtensa density option is enabled.
8990 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
8992        * mklibgcc.in: Remove extra quotes.
8994 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
8996         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
8997         of int_ftype_void.
8999 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
9001         * reload1.c (reload_cse_move2add): Don't turn an implicit
9002         truncation into a self-set in the narrow mode.
9004 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
9006         * arm.md (clzsi2): The CLZ instruction is predicable.
9008 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
9010         * config/xtensa/xtensa.c: Formatting.
9012 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9014         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9015         instead of TREE_OPERAND to access the operand of a
9016         CONSTRUCTOR node.
9018 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
9020         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9021         one operand.
9023 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9025         * toplev.h (warning_with_file_and_line): Don't declare.
9026         (error_with_file_and_line): Likewise.
9027         * diagnostic.c (error_with_file_and_line): Remove.
9028         (warning_with_file_and_line): Likewise.
9030 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
9032         * c-parse.in (if_stmt_locus): New object.
9033         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
9034         (select_or_iter_stmt rule): Likewise.
9035         (if_stmt_file): Remove.
9036         (if_stmt_line): Likewise.
9037         * jump.c: include "diagnostic.h"
9038         (never_reached_warning): Don't use warning_with_file_and_line.
9039         * Makefile.in (jump.o): Add dependce on diagnostic.h
9041 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
9043         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
9044         Move code handling pieces not larger than a word to..
9045         * function.c (assign_parms): ..here, but use change_address instead
9046         of adjust_address and operand_subword, and expand_binop instead of
9047         expand_shift.  Adjust calls to move_block_from_reg.
9048         * expr.h (move_block_from_reg): Update declaration.
9049         (copy_blkmode_from_reg): Formatting.
9050         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9051         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9052         move_block_from_reg calls.
9053         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9054         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9055         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9056         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9057         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9058         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9059         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9060         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9061         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9063 2003-05-08  DJ Delorie  <dj@redhat.com>
9065         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9066         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9067         variable-sized types).
9068         (xstormy16_function_arg): New.  Pass them that way too.
9069         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9070         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9072 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
9074         * mklibgcc.in: Use mkinstalldirs when installing multilib
9075         directories.
9077 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
9079         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9080         instead of CODE_FOR_jump
9082 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
9084         * objc/objc-act.c (error_with_ivar): Don't use
9085         error_with_file_and_line.
9086         (warn_with_method): Don't use warning_with_file_and_line.
9088 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9090         * stmt.c (emit_locus): New macro.
9091         (emit_filename): Remove.
9092         (emit_lineno): Likewise.
9093         (struct stmt_status): Replace members x_emit_filename and
9094         x_emit_lineno with x_emit_locus.
9095         (set_file_and_line_for_stmt): Adjust.
9096         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9097         (warn_if_unused_value): Likewise.
9098         (check_seenlabel): Likewise.
9100 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9102         * c-decl.c (define_label): Tidy.  Don't use any of
9103         error_with_file_and_line or warning_with_file_and_file.
9104         (pending_xref_error): Likewise.
9105         (store_parm_decls): Likewise.
9106         (current_function_prototype_locus): New object.  Package from
9107         current_function_prototype_file and current_function_prototype_line.
9108         (start_function): Use it.
9109         (current_function_prototype_file): Remove.
9110         (current_function_prototype_line): Remove;
9112 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9114         * builtins.c (readonly_data_expr): New function.
9115         (expand_builtin_memmove): Optimize any rodata source, not just
9116         strings.
9118 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9120         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9122 2003-05-07  Richard Henderson  <rth@redhat.com>
9124         * config/i386/i386.c (ix86_split_long_move): Fix base register
9125         mode for XFmode splits for TARGET_64BIT.
9127 2003-05-07  Richard Henderson  <rth@redhat.com>
9129         * sched-ebb.c (schedule_ebb): Supply the correct starting
9130         block number to save_line_notes.
9132 2003-05-07  Richard Henderson  <rth@redhat.com>
9134         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9135         (dump_file): Likewise.
9137 2003-05-07  David Mosberger <davidm@hpl.hp.com>
9139         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9140         forget to preserve gp.
9141         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9143         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9144         .prologue directive.
9145         Use .skip instead of data8 for .bss section to make Intel
9146         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
9147         explicit in the .mib bundles and remove the unnecessary stop
9148         bits.  Replace local labels with normal labels, to make ias
9149         happy.  Don't register __do_global_ctors_aux here, do it in
9150         crtend.asm instead.
9152         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9153         __do_global_ctors_aux in .init_array section instead of
9154         declaring it as a hidden global.  Replace local labels with
9155         ordinary labels to make ias happy.
9157 2003-05-07  Richard Henderson  <rth@redhat.com>
9159         PR c++/10570
9160         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9161         * flags.h, toplev.c, doc/invoke.texi: Likewise.
9163         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9164         * unwind.inc (_Unwind_DeleteException): Check for null
9165         exception_cleanup.
9167         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9168         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9169         * unwind.h: Declare them.
9170         * libgcc-std.ver (GCC_3.3): Export them.
9172 2003-05-07  Richard Henderson  <rth@redhat.com>
9174         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9175         not _Unwind_Word.
9177 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
9179         * stmt.c (force_label_rtx): New function, based on logic
9180         formerly found in expand_expr.
9181         * expr.h: Prototype it.
9182         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9183         appropriate.
9184         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9186         * print-tree.c (debug_tree): Free the table after we're done
9187         with it.  Use putc.
9189 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
9191         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9192         Unreverse arguments for __ev_subw.
9194         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9196 2003-05-07  Nick Clifton  <nickc@redhat.com>
9198         * config/stormy16/stormy-abi: Update to include
9199         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9200         R_XSTORMY16_12 relocs.
9202 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
9204         * function.c (assign_parms): Correct reversed reg_parm_stack_space
9205         test.  Add partial in-regs size to stack_args_size.
9207 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9209         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9210         as a C only option.
9212 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
9214         * gcov-io.h (GCOV_LOCKED): New #define.
9215         (GCOV_LINKAGE): Make sure it is #defined.
9216         (gcov_write_string, gcov_write_tag, gcov_write_length,
9217         gcov_read_string, gcov_time): Poison in libgcov.
9218         (gcov_seek_end): Remove.
9219         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9220         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9221         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9222         GCOV_TAG_SUMMARY_LENGTH): New #defines.
9223         (gcov_write_tag, gcov_write_length): Not in libgcov.
9224         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9225         (gcov_write_tag, gcov_write_length): Not in libgcov.
9226         (gcov_write_tag_length): New.
9227         (gcov_write_summary): Use gcov_write_tag_length.
9228         * libgcov.c: Always #include gcov-io.h.
9229         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9230         (GCOV_LINKAGE): Define to nothing for L_gcov.
9231         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9232         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9233         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9234         (read_count_file): Likewise.
9235         * gcov-dump.c (dump_file): Likewise.
9236         * coverag.c (read_counts_file): Likewise.
9238 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
9240         PR other/10658
9241         * gcc.c (process_command): Update copyright date.
9243 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
9245         * doc/install.texi (mips-*-*):  Add note about libstdc++.
9247 2003-05-06  DJ Delorie  <dj@redhat.com>
9249         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9250         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9251         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9253 2003-05-06    <neil@cat.daikokuya.co.uk>
9255         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9256         and -Wstrict-prototypes if C++.
9258 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
9260         * config/rs6000/linuxspe.h: New file.
9262         * config.gcc: Add powerpc-*-linux-gnuspe* target.
9264 2003-05-06  Richard Henderson  <rth@redhat.com>
9266         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9267         previous frame didn't save sp.  Clear sp for next frame.
9268         (uw_install_context_1): Honor saved sp from frame.
9270 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9272         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9273         (mips_move_1word, mips_move_2words): Remove declaration.
9274         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9275         (mips_restore_gp): Remove insn argument.
9276         * config/mips/mips.h (FP_REG_RTX_P): New macro.
9277         * config/mips/mips.c (volatile_buffer): Remove.
9278         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9279         (mips_move_1word, mips_move_2words): Remove, replacing with...
9280         (mips_output_move): ...this new function.
9281         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
9282         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
9283         handling of floating-point constants.  Handle zero CONST_DOUBLE
9284         arguments.
9285         (mips_annotate_frame_insn): Replace with...
9286         (mips_set_frame_expr): ...this, which just takes one argument.
9287         (mips_frame_set): Change the register argument to an rtx.
9288         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9289         check whether moves should be split.  Use mips_split_64bit_move
9290         to split them.  Use mips_subword to generate the high and low
9291         parts of a paired FPR.  Adjust calls to frame_set and
9292         mips_set_frame_expr.
9293         (mips_expand_prologue): Simplify due to above changes.
9294         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
9295         targets, replacing xisting register-only versions.
9296         (UNSPEC_STORE_DF_HIGH): New unspec.
9297         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9298         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9299         (*paradoxical_extendhidi2): Remove.
9300         (movdi_internal, movdi_internal2): Use mips_output_move.
9301         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9302         (movsf_internal1, movsf_internal2): Likewise.
9303         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
9304         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
9305         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
9306         Add m <- G alternative.
9307         (load_df_low, load_df_high, store_df_low): New patterns.
9308         (movhi_internal): Use @ template instead of calling a function.
9309         Remove unnecessary 'z' alternatives.
9310         (movqi_internal): Likewise.
9311         (exception_receiver): Update call to mips_restore_gp.
9313 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
9315         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9316         (mips_delegitimize_address): Declare.
9317         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9318         (FIND_BASE_TERM): Define.
9319         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9320         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9321         Handle small-data addresses.
9323 2003-05-05  Roger Sayle  <roger@eyesopen.com>
9325         * real.c (real_powi): New function to calculate the value of
9326         a real raised to an integer power, i.e. pow(x,n) for int n.
9327         (real_sqrt): Convert to using the faster do_add, do_multiply
9328         and do_divide API for consistency with the rest of real.c.
9329         * real.h (real_powi): Prototype here.
9330         * builtins.c (fold_builtin):  Avoid local variable mode when
9331         evaluating sqrt at compile time.  Attempt to evaluate pow at
9332         compile-time, by checking for an integral exponent.
9334 2003-05-05  Richard Henderson  <rth@redhat.com>
9336         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
9338 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
9340         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
9341         other FreeBSD ports.
9342         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
9343         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
9345 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
9347         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
9348         expanded variables.
9349         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
9351 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
9353         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
9354         * varasm.c (struct varasm_status): Add deferred_constants field.
9355         (n_deferred_strings): Delete variable.
9356         (n_deferred_constants): New #define.
9357         (struct constant_descriptor_tree): Kill next and label fields.
9358         (const_hash_table, MAX_HASH_TABLE): Delete.
9359         (const_desc_htab): New static variable.
9360         (const_hash): Rename const_desc_hash, and make it fit the
9361         hashtab.h interface.
9362         (const_desc_eq): New.
9363         (const_hash_1, compare_constant): Const-ify arguments.
9364         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
9365         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
9366         (output_constant_def): Do the lookup/insert using the
9367         hashtab.h interface.  Don't muck with n_deferred_constants or
9368         DEFERRED_CONSTANT_P here.
9369         Always call maybe_output_constant_def_contents.
9370         (maybe_output_constant_def_contents): Take a pointer to the
9371         descriptor, not the EXP and RTL separately.  Return
9372         immediately if this constant is not deferred.  Defer output of
9373         everything, except writable string constants.  Update
9374         n_deferred_constants here.
9375         (output_constant_def_contents): Now takes just one argument,
9376         an rtx.  Clear DEFERRED_CONSTANT_P here.
9377         (mark_constant_pool): Update for rename of n_deferred_strings.
9378         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
9380         (init_varasm_status): Clear p->deferred_constants.
9381         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
9383 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9385         * builtins.c (expand_builtin_stpcpy): Only expand when the length
9386         of the source string can be evaluated at compile-time.
9388 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9390         * testsuite/gcc.c-torture/compile/simd-6.c: New.
9392         * c-typeck.c (digest_init): Handle arrays of vector constants.
9394 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
9396         * builtins.c (expand_builtin_mempcpy): New function.
9397         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
9398         ignored into strcpy no matter what arguments it has.
9399         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
9400         expand_builtin_mempcpy.
9402 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9404         * testsuite/gcc.dg/20030505.c: New.
9406         * c-typeck.c (convert_for_assignment): Opaque pointers can
9407         interconvert.
9409         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
9410         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
9411         (spe_init_builtins): Rename all pv2si_type_node to
9412         opaque_p_V2SI_type_node.
9413         Remove declaration of pv2si_type_node.
9414         (is_ev64_opaque_type): Accept opaque pointers.
9416 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
9418         * config/rs6000/rs6000.c (validate_condition_mode): Use
9419         flag_finite_math_only.
9420         (rs6000_reverse_condition): Never return UNKNOWN; use
9421         flag_finite_math_only.
9422         (rs6000_generate_compare): Use flag_finite_math_only.
9423         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
9424         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
9425         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
9427         * toplev.c (check_global_declarations): Suppress not-used warning
9428         for volatile variables.
9430 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
9432         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
9433         usage of bitfield instructions for mode1 != BLKmode, only ignoring
9434         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
9435         (store_field): Likewise.
9437 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9439         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9440         evsubifw to builtins accepting 5-bit unsigned constants.
9441         (easy_vector_constant): Return if V1DImode.  Fix typo.
9443 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9445         * config/rs6000/spe.h: Revert licensing change from last patch.
9447 2003-05-05  DJ Delorie  <dj@redhat.com>
9449         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9450         before reload, but defer the split until after.
9451         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9452         to match.
9454 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
9456         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9457         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9459 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9461         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9462         is defined.
9464 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9466         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9467         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9468         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9470         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9471         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9472         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9473         New.
9475         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9476         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9478         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9479         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9480         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9481         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9482         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9483         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9484         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9485         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9486         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9487         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9488         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9489         BUILT_IN_STRDUP): Add "nonnull" attribute.
9491 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9493         * expr.c (store_field): Don't clobber TEMP in shift: it might be
9494         a variable.
9495         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9496         whose purpose is to step up the alignment.
9497         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9499         * stor-layout.c (compute_record_mode): Relax restriction
9500         on fields crossing word boundaries forcing BLKmode.
9502 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
9504         * cppinit.c (cpp_create_reader, post_options): Warn about
9505         trigraphs unless explicity set or -trigraphs.
9506         * cpplex.c (warn_in_comment): New.
9507         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9508         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9509         * doc/cppopts.texi, doc/cpp.texi: Update.
9511 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9513         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9514         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9515         namespace clash.
9516         (GCOV_MERGE_FUNCTIONS): New.
9517         (gcov_merge_fn): Declare.
9518         (struct gcov_ctr_info): New field "merge".
9519         (__gcov_merge_add): Declare.
9520         * coverage.c (ctr_merge_functions): New.
9521         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
9522         of gcov_ctr_info type.
9523         * libgcov.c (__gcov_merge_add): New.
9524         (gcov_exit): Call a hook to merge values of counters.
9526 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
9528         * toplev.h (pedwarn_with_file_and_line): Don't declare.
9529         * diagnostic.c (pedwarn_with_file_and_line): Remove.
9531 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9533         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
9535 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9537         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
9538         expand_builtin_frame_address): Update prototypes.
9539         (expand_builtin_constant_p, expand_builtin_strlen,
9540         expand_builtin_strcpy, expand_builtin_memset,
9541         expand_builtin_bzero, expand_builtin_args_info,
9542         expand_builtin_frame_address): Pass in just the argument(s)
9543         needed, not the entire expression `exp'.
9544         (expand_builtin): Update all calls to these functions.
9546 2003-05-03  Richard Henderson  <rth@redhat.com>
9548         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
9549         <BUILT_IN_DWARF_SP_COLUMN>: New.
9550         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
9551         (BUILT_IN_DWARF_SP_COLUMN): New.
9552         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
9553         (expand_builtin_dwarf_sp_column): New.
9554         * except.h: Update to match.
9555         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
9556         (execute_cfa_program): Record location expression address
9557         before extracting length.
9558         (uw_update_context_1): Install old CFA into stack pointer column.
9559         (uw_init_context_1): Set cfa_reg to stack pointer column.
9561 2003-05-03  Richard Henderson  <rth@redhat.com>
9563         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
9564         return bool.
9565         (toc_relative_expr_p): Likewise.
9566         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
9567         (legitimate_constant_pool_address_p): Move from rs6000.h, change
9568         into a function, downcase all users.
9569         (legitimate_small_data_p): Likewise.
9570         (legitimate_offset_address_p): Likewise.
9571         (legitimate_indexed_address_p): Likewise.
9572         (legitimate_indirect_address_p): Likewise.
9573         (legitimate_lo_sum_address_p): Likewise.
9574         (rs6000_mode_dependent_address): Likewise.
9575         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
9576         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9577         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
9578         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
9579         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
9580         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
9581         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
9582         * config/rs6000/rs6000-protos.h: Update.
9584 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
9586         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
9587         (REVERSE_CONDITION): Define.
9589         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
9590         to branch_positive_comparison_operator.
9591         (ccr_bit): Check that sCOND conditions are actually a positive bit.
9592         (print_operand): Remove %D substitution.
9593         (rs6000_emit_sCOND): Generate complement operation to ensure that
9594         sCOND input is a positive bit.
9595         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
9596         same order as bCOND, and add the missing ones.  Remove the %D
9597         substitutions from the scc patterns.
9599         * simplify-rtx.c (simplify_relational_operation): Add case for
9600         ! (fabs(x) < 0.0).
9602 2003-05-03  Bruce Korb  <bkorb@gnu.org>
9604         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
9605         in fixincl.x
9606         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
9608 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
9610         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
9612 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
9614         PR c/10604
9615         * c-common.c (warn_sign_compare): Initialize to -1.
9616         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
9617         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
9618         for C++ only.
9619         (c_common_post_options): Set warn_sign_compare from extra_warnings
9620         if it's still -1 at this point.
9622         * toplev.c (maybe_warn_unused_parameter): New static variable.
9623         (set_Wextra): New static function.
9624         (W_options): Remove "extra".
9625         (decode_W_option): Call set_Wextra.
9626         (independent_decode_option): Likewise.
9627         (set_Wunused): Cooperate with set_Wextra in setting
9628         warn_unused_parameter.
9629         (rest_of_compilation): No need to check extra_warnings as
9630         well as warn_uninitialized.
9632         * c-typeck.c (build_binary_op, build_conditional_expr):
9633         No need to check extra_warnings as well as warn_sign_compare.
9634         (internal_build_compound_expr): No need to check extra_warnings
9635         as well as warn_unused_value.
9636         * function.c (expand_function_end): No need to check extra_warnings
9637         as well as warn_unused_parameter.
9638         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
9639         as well as warn_unused_value.
9641         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
9643         * Makefile.in: Disable -Werror for gengtype-lex.o.
9645 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
9647         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
9648         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
9649         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
9650         * calls.c (emit_call_1): Likewise.
9651         (expand_call): For calls initializing constant memory, replace
9652         emission of standalone mem /u clobber with function usage entry.
9653         * expr.c (emit_block_move_via_libcall): Likewise.
9654         * cse.c (count_reg_usage, case EXPR_LIST): New case.
9655         * flow.c (propagate_one_insn): Pass entire operand of
9656         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
9657         * integrate.c (try_constants): For CALL_INSNs, substitute constants
9658         within the FUNCTION_USAGE also.
9659         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
9660         FUNCTION_USAGE lists.
9661         * reload1.c (replace_pseudos_in): Renamed.
9662         (reload): Use it for clobbers surviving until the end of the reload.
9664 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9666         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
9667         gen_lowpart on non-integer modes.
9669         * stor-layout.c (place_field): When adjusting offset_align, use
9670         desired_align, not DECL_ALIGN.
9672 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
9674         * c-decl.c (pending_invalid_xref_file): Remove.
9675         (pending_invalid_xref_line): Remove.
9676         (pending_invalid_xref_location): New.
9677         (lookup_label): Use location_t and input_location directly.
9678         (lookup_tag): Likewise.
9679         (pending_xref_error): Likewise.
9680         (c_expand_body_1): Likewise.
9681         * c-common.c (x_expand_start_cond): Likewise.
9682         * c-semantics.c (genrtl_for_stmt): Likewise.
9683         (find_reachable_label): Likewise.
9684         * expr.c (expand_expr): Likewise.
9685         * integrate.c (output_inline_function): Likewise.
9686         * tree-inline.c (find_alloca_call): Likewise.
9687         (find_builtin_longjmp_call): Likewise.
9688         * gcc.c (input_filename): Make static.
9690 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
9692         * config/mips/mips.md: Fix comment typo.
9694         * config/mips/mips.c (mips_integer_op): New structure.
9695         (MIPS_MAX_INTEGER_OPS): Define.
9696         (mips_const_insns): Use mips_build_integer to determine the number
9697         of instructions needed to load a CONST_INT.
9698         (move_operand): Reject compound CONST_INTs.
9699         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
9700         (mips_move_integer): New fn.
9701         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
9702         (mips_legitimize_move): Only legitimize constants when moving
9703         word or subword values.
9705 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
9707         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
9709 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9711         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
9712         modifying it.
9714 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9715             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9717         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
9718         Hernandez, and Kazu Hirata.  Update Richard Henderson.
9720 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
9722         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
9723         to tentative declaration.
9725         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
9726         (SYMBOL_FLAG_SMALL_V4): Delete.
9727         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
9728         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
9729         (rs6000_elf_in_small_data_p): Add extra section names.  Add
9730         comment about TREE_PUBLIC test.
9732         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
9733         expand_stmt on result of expand_unreachable_stmt.
9735 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9737         * doc/contrib.texi (Contributors): Add Daniel Berlin.
9739 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
9741         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
9742         number of automata.
9744         * config/rs6000/rs6000.c (symbol_ref_operand): Check
9745         SYMBOL_REF_FUNCTION_P on AIX.
9746         (current_file_function_operand): Same.
9747         * config/rs6000/rs6000.md (call,call_value): Force non-function
9748         symbol_ref into register on AIX.
9750 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
9752         * calls.c (struct arg_data): Move offset, slot_offset, size and
9753         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
9754         (initialize_argument_information): Adjust call to locate_and_pad_parm.
9755         Delete alignment_pad var.  Don't calculate slot_offset here.
9756         (emit_library_call_value_1): Delete alignment_pad, offset and size
9757         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
9758         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
9759         partial in-regs here.  Formatting fixes.
9760         * expr.h (struct locate_and_pad_arg_data): New struct.
9761         (locate_and_pad_parm): Adjust declaration.
9762         * function.c (assign_parms): Localize vars.  Use "locate" instead of
9763         other arg location vars.  Don't invoke FUNCTION_ARG or
9764         FUNCTION_INCOMING_ARG unless pretend_named is different from
9765         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
9766         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
9767         Use slot_offset for stack home of reg parms.  Correct test for
9768         parm passed in memory.  Formatting fixes.
9769         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
9770         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
9771         Correct initial_offset_ptr handling.  Localize vars.  Always pad
9772         locate->offset even when in_regs.
9774 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9776         * Makefile.in (TREE_H): Replace location.h with input.h.
9777         (GTFILES) Remove location.h
9778         (gt-lists.h): Replace gt-location.h with gt-input.h
9779         * input.h (input_filename, input_line): Remove variables.
9780         (location_s, location_t): Move from location.h.
9781         (input_location): New.
9782         (input_filename, input_line): New #defines.
9783         * location.h: Remove.
9784         * tree.h: Replace location.h with input.h.
9785         (input_filename, input_line): Remove.
9786         * diagnostic.h: Replace location.h with input.h.
9787         * gcc.h (input_filename, input_filename_length): Remove declarations.
9788         * toplev.c (input_filename, input_line): Remove.
9789         (input_location): Define.
9790         (push_srcloc, pop_srcloc): Adjust.
9791         * diagnostic.c (diagnostic_report_current_module): Adjust.
9793 2003-05-02  Nick Clifton  <nickc@redhat.com>
9795         * configure.in: Add xstormy16 to list of targets that has a nop
9796         instruction and hence which can be tested to see if the
9797         assembler supports the --gdwarf2 switch.
9798         * configure: Regenerate.
9800 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9802         PR target/8257
9803         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
9804         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
9805         Avoid undefined shifts by making the shift operand unsigned.
9807 2003-05-01  DJ Delorie  <dj@redhat.com>
9809         * reload.c (find_reloads): Also check that all of a multi-reg
9810         value is in the class.
9812 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9814         * scan.h (lineno): Revert the rename here.
9816 2003-05-01  Stan Shebs  <shebs@apple.com>
9818         * config/darwin.c (darwin_encode_section_info): Call
9819         default_encode_section_info.
9821 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
9823         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
9824         (movsi_internal1): Use new mfjmpr attribute.
9825         (movhi_internal): Same.
9826         (movqi_internal): Same.
9827         (movcc_internal1): Same.
9828         (movdi_internal64): Same.
9829         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9830         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
9831         * config/rs6000/40x.md: Add fpu_405.
9832         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
9833         into power4misc automata.  Remove extraneous parentheses.
9834         * config/rs6000/440.md: New file.
9835         * config/rs6000/rs6000.c (processor_target_table): Add 440,
9836         440fp.  Rename 405f to 405fp.
9837         (function_arg_padding): Correct formatting.
9838         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
9840 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9842         * input.h (lineno): Rename to ...
9843         (input_line): ... here.
9844         * tree.h (lineno): Rename to ...
9845         (input_line): ... here.
9846         * scan.h (lineno): Rename to ...
9847         (input_line): ... here.
9848         * toplev.c (lineno): Rename to ...
9849         (input_line): ... here.
9850         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
9851         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
9852         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
9853         store_parm_decls, c_expand_body_1): Likewise.
9854         * c-errors.c (pedwarn_c99): Likewise.
9855         * c-format.c (status_warning): Likewise.
9856         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
9857         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
9858         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
9859         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
9860         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
9861         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
9862         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
9863         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
9864         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
9865         * coverage.c (create_coverage): Likewise.
9866         * diagnostic.c (pedwarn, sorry, error, fatal_error,
9867         internal_error, warning, diagnostic_report_current_module,
9868         inform): Likewise.
9869         * expr.c (expand_expr): Likewise.
9870         * integrate.c (expand_inline_function,
9871         output_inline_function): Likewise.
9872         * rtl-error.c (file_and_line_for_asm): Likewise.
9873         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
9874         walk_tree): Likewise.
9875         * tree.c (make_node): Likewise.
9876         * ada, cp, f, java, objc, treelang: Likewise.
9877         * objc/objc-act.c (objc_init): Rename lineno to input_line.
9878         (build_module_descriptor, build_selector_translation_table,
9879         build_protocol_template, build_method_prototype_list_template,
9880         build_category_template, build_selector_table,
9881         build_class_template, build_super_template, build_ivar_template,
9882         build_ivar_list_template, build_method_list_template,
9883         build_method_template, add_instance_variable): Likewise.
9885         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
9886         name from input_filename.
9888 2003-04-30  Eric Christopher  <echristo@redhat.com>
9889             Richard Sandiford <rsandifo@redhat.com>
9891         * configure: Regenerate from patches below.
9892         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
9893         for all symbolic operands.
9894         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
9895         to function.
9896         * config/mips/linux.h: Fix typo.
9897         * Merge from mips-3_4-rewrite branch:
9899         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
9901                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
9902                 handling local labels when TARGET_ABICALLS.
9904         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
9906                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
9907                 integer argument.
9908                 (mips_expand_call): Likewise.
9909                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
9910                 (FIXED_REGISTERS): Clear $31 entry.
9911                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
9912                 (EPILOGUE_USES): Define.
9913                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
9914                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
9915                 (override_options): Add a 'j' register class.
9916                 (mips_expand_call): Handle sibcalls
9917                 (mips_expand_epilogue): Handle epilogues for sibcalls.
9918                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
9919                 (sibcall_epilogue): New pattern.
9920                 (call, call_value): Adjust calls to mips_expand_call.
9921                 (sibcall, sibcall_value): New expanders.
9922                 (sibcall_internal, sibcall_value_internal): New patterns.
9923                 (sibcall_value_multiple_internal): New pattern.
9925         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
9927                 * config/mips/mips.md (extended_mips16): New attribute.
9928                 (define_attr length): Default to 8 if extended_mips16 == yes.
9929                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
9930                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
9931                 (call_internal): Set extended_mips16 to yes for direct jumps.
9932                 Remove redundant mode attribute.
9933                 (call_value_internal, call_value_multiple_internal): Likewise.
9934                 (call_split): Remove redundant mode attribute.
9935                 (call_value_split, call_value_multiple_split): Likewise.
9937                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
9938                 of unaligned offsets.
9940                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
9941                 of SYMBOL_GENERAL.
9943         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9945                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
9946                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
9947                 for mips16 code.
9949         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9951                 * config/mips/mips.h (ADDRESS_COST): Define.
9953         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
9955                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
9956                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
9957                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
9959         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
9961                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
9962                 of a two-instruction sequence.  Add register->memory alternative.
9963                 (truncdihi2, truncdiqi2): Likewise.
9964                 Rework shift/truncate instructions so that they only handle right
9965                 shifts of 32 (or more, in the case of arithmetic shifts).
9966                 Add patterns for truncate/sign-extend.
9968         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9970                 * configure.in (mips*-*-*): Check for explicit relocation support.
9971                 * configure: Regenerate.
9973         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9975                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
9976                 and -mno-explicit-relocs.
9977                 (MASK_EXPLICIT_RELOCS): Define.
9978                 (TARGET_EXPLICIT_RELOCS): Use it.
9979                 (mips_split_addresses): Remove declaration.
9980                 * config/mips/mips.c (override_options): Update comment for
9981                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
9983         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9985                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
9986                 a CONST as identity.  Check the return value of gen_lowpart_common.
9988         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9990                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
9991                 references for TARGET_EXPLICIT_RELOCS.
9992                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
9993                 !TARGET_MIPS16.
9995         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9997                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
9998                 (addsi3): Remove redundant constraints.
9999                 (addsi3_internal): Use separate register & constant alternatives.
10000                 Use a 'Q' constraint and "addiu" insn for the latter.
10001                 (adddi3_internal_3, addsi3_internal_2): Likewise.
10003         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
10005                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10006                 (mips_expand_unaligned_store): Declare.
10007                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10008                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10009                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10010                 (UNSPEC_ULD, UNSPEC_USD): Remove.
10011                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10012                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10013                 (extv, extzv): Use mips_expand_unaligned_load.
10014                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
10015                 predicate for operand 3.
10016                 (movsi_ulw, movsi_usw): Replace with...
10017                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10018                 (movdi_uld, movdi_usd): Likewise replace with...
10019                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10021         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
10023                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10024                 * config/mips/mips.h (LEA_REGS): New register class.
10025                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10026                 (GR_REG_CLASS_P): Include LEA_REGS.
10027                 (DANGEROUS_FOR_LA25_P): New macro.
10028                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10029                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10030                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10031                 entries to LEA_REGS.
10032                 (mips_global_pic_constant_p): New function.
10033                 (override_options): Add 'e' register constraint.
10034                 (mips_secondary_reload_class): Return LEA_REGS when reloading
10035                 a dangerous constant into a class containing $25.
10036                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10037                 (movsi_internal): Likewise.
10039         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10041                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10042                 * config/mips/mips.md (call_split): New insn.
10043                 (call_value_split, call_value_multiple_split): New insns.
10044                 (call_internal): Turn into a define_insn_and_split.  Split the
10045                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10046                 (call_value_internal, call_value_multiple_internal): Likewise.
10048         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
10050                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10051                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10052                 (mips_encode_section_info): Don't take symbol visibility into
10053                 account if TARGET_ABICALLS.  Add more commentary.
10054                 * config/mips/mips.md: Add commentary above reloc constants.
10056         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
10058                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10059                 from mips_legitimize_move.  Legitimize constant pool references.
10060                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
10061                 a REG_EQUAL note to the last instruction.
10063         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
10065                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10066                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10067                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10068                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10069                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10070                 (UNSPEC_RELOC_GPREL16): Rename to...
10071                 (RELOC_GPREL16): ...this.
10072                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10073                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10074                 (macro_calls): New attribute.
10075                 (length): Use it to set the default length of calls.  Don't allow
10076                 calls to have delay slots if macro_calls is "yes".
10077                 (luisi, luidi): New patterns.
10078                 (lowsi, lowdi): Use '%R' to print the relocation.
10079                 (lowdi_extend): Remove.
10080                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
10081                 (call_internal): Merge alternatives.  Always use "jal".
10082                 (call_value_internal, call_value_multiple_internal): Likewise.
10083                 (reloc_gprel16): Remove.
10084                 * config/mips/mips.c (mips_got_alias_set): New variable.
10085                 (mips_classify_constant): Handle the new relocation constants.
10086                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10087                 (mips_symbolic_address_p): Return false if generating explicit relocs.
10088                 Otherwise allow local PIC symbols to have an offset.
10089                 (mips_splittable_symbol_p): New function.
10090                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10091                 (mips_const_insns): Always accept HIGH.
10092                 (call_insn_operand): Don't accept global symbols if using explicit
10093                 relocs.
10094                 (move_operand): Don't accept HIGH when generating PIC.
10095                 (mips_reloc, mips_lui_reloc): New functions.
10096                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
10097                 be a valid right-hand-side for a SET pattern.
10098                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10099                 (mips_emit_high): New function.
10100                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10101                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
10102                 address should be used.  Use mips_emit_high to generate the
10103                 high part of such an address.  Adjust the global symbol + offset
10104                 case to match the change to mips_force_temprorary.
10105                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10106                 If generating explicit-reloc PIC, load the address of global
10107                 symbols from the GOT.  Use mips_emit_high to emit the high part
10108                 of an address.
10109                 (mips_simplify_dwarf_addr): New function.
10110                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10111                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10112                 (mips_expand_call): Load the addresses of global functions using
10113                 %call* relocs if generating explicit-reloc PIC.  Don't generate
10114                 an exception_receiver pattern.
10115                 (override_options): Initialize mips_got_alias_set.
10116                 (print_relocation): Remove in favor of...
10117                 (mips_reloc_string): ...this new function.
10118                 (print_operand): Handle '%R'.  Use mips_reloc_string.
10119                 (print_operand_address): Use print_operand to print the symbolic
10120                 part of a LO_SUM address.
10121                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10122                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
10123                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10124                 for local symbols.
10126         2003-02-02  Eric Christopher  <echristo@redhat.com>
10128                 * config/mips/mips.c (mips_sign_extend): Remove.
10129                 * config/mips/mips-protos.h: Ditto.
10130                 * config/mips/mips.md (movdi_internal2_extend): Remove.
10131                 (extendsidi2): Fix mode of convert_memory_address.
10133         2003-01-24  Eric Christopher  <echristo@redhat.com>
10135                 * config/mips/mips.md: Rewrite zero_extend* and extend*
10136                 patterns. Use explicit instructions and split after reload
10137                 for register extensions.
10138                 (ashlsi3_internal1_extend): New combiner pattern for
10139                 shift and extend combinations.
10140                 * config/mips/mips.h: Change Pmode back to ptr_mode
10141                 for performance enhancement.
10142                 * combine.c (expand_compound_operation): Make sure
10143                 that zero_extend operation is profitable.
10145         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
10147                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10148                 addresses depend on ptr_mode rather than Pmode.
10149                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10150                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10151                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10152                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10153                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
10154                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10155                 (tablejump_internal1): Remove condition.
10156                 (tablejump_internal2): Change condition to TARGET_64BIT.
10157                 (cpaddsi): Rename to...
10158                 (cpadd): ...this.
10159                 (cpadddi): Remove.
10161         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
10163                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10164                 mips_address_cost, mips_check_split, double_memory_operand,
10165                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10166                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10167                 (mips_legitimate_address_p): Return bool.
10168                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10169                 mips_legitimize_address, mips_legitimize_move,
10170                 mips_expand_call): Declare.
10171                 (mips_return_addr): Move outside #ifdef RTX_CODE.
10173                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10174                 (PIC_FN_ADDR_REG): New reg_class.
10175                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10176                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10177                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10178                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10179                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10180                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10181                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10182                 (LEGITIMATE_PIC_OPERAND): Undefine.
10183                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10184                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10185                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10186                 (FUNCTION_MODE): Change to SImode.
10187                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10188                 most constants.  Treat const_artih_operands specially if they
10189                 occur in a PLUS or MINUS.
10190                 (CONSTANT_POOL_COST): New macro.
10191                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10192                 Add LO_SUM handling.
10193                 (ADDRESS_COST): Undefine.
10194                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10195                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
10196                 to call_insn_operand and remove CONST_INT.
10198                 * config/mips/mips.c: Include integrate.h.
10199                 (SINGLE_WORD_MODE_P): New macro.
10200                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10201                 (mips_constant_info, mips_address_info): New structs.
10202                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10203                 (mips_classify_constant, mips_classify_symbol,
10204                 mips_valid_base_register_p, mips_symbolic_address_p,
10205                 mips_classify_address, mips_symbol_insns,
10206                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10207                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10208                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10209                 mips_print_relocation): New functions.
10210                 (const_arith_operand): New operand predicate.
10211                 (arith_operand): Use it.
10212                 (mips_const_double_ok, mips16_simple_memory_operand,
10213                 simple_memory_operand, double_memory_operand, mips_check_split,
10214                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10215                 mips16_gp_offset_p, mips16_output_gp_offset,
10216                 mips16_constant_after_function_p, mips16_constant): Remove.
10217                 (call_insn_operand): Be more fussy about symbolic constants.
10218                 Use register_operand.
10219                 (move_operand): Use mips_symbolic_address_p to check symbolic
10220                 operands and general_operand to check the rest.
10221                 (symbolic_operand): Use mips_classify_constant.
10222                 (mips_legitimate_address_p): Use mips_classify_address.
10223                 (mips_move_1word): Combine handling of symbolic addresses.
10224                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10225                 (move_move_2words): Likewise.  Assume addresses are offsettable
10226                 if they need to refer to more than one word.  Add HIGH handling.
10227                 (mips_restore_gp): Use ptr_mode for the GP save slot.
10228                 (mips_expand_call): New function, combining the old mips.md
10229                 call and call_internal define_expands.  If the address isn't
10230                 a call_insn_operand, force it into a register.  For SVR4 PIC,
10231                 emit an exception_receiver instruction after the call.
10232                 (override_options): Only override flag_pic for TARGET_ABICALLS
10233                 if it is currently zero.  Allow mips_split_addresses when
10234                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10235                 Add new register class letter, 'c'.
10236                 (print_operand): Use mips_classify_constant for constant operands.
10237                 (print_operand_address): Use mips_classify_address.
10238                 (mips_output_function_prologue): Don't use .cprestore.
10239                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10240                 via the frame pointer if current_function_calls_eh_return.
10241                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10242                 to mark whether a symbol is local or global.
10243                 (build_mips16_call_stub): Expect the address of the function rather
10244                 than a MEM reference to it.  Update call generation sequences.
10245                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
10246                 small-data adjustments.
10248                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
10249                 length for loads and stores.
10250                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10251                 (define_attr type): Add const and prefetch.
10252                 (define_attr length): Use mips_const_insns for const instructions.
10253                 Use mips_fetch_insns for load and store instructions.
10254                 (define_attr single_insn): New.
10255                 (define_attr can_delay): Use it.
10256                 (define_attr abicalls): Remove.
10257                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
10258                 (addsi3_internal_2): Add 'Q' constraint.
10259                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10260                 (high): Remove.
10261                 (lowsi): Renamed from low.
10262                 (lowdi): New pattern.
10263                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
10264                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10265                 (loadgp): Change operand 0 to an immediate_operand.
10266                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10267                 beforehand.
10268                 (cpaddsi, cpadddi): New patterns.
10269                 (tablejump_internal3, tablejump_internal4): Remove define_expands
10270                 and associated define_splits.
10271                 (call, call_value): Use mips_expand_call.
10272                 (call_internal): New, replacing all existing call_internal* insns.
10273                 (call_value_internal): Likewise call_value_internal*.
10274                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10275                 (untyped_call): Remove if (operands[0]) magic.
10276                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10277                 (prefetch_di_address, prefetch_di): Likewise.
10278                 (leasi, leadi): Remove.
10279                 (reloc_gprel16): New.
10281                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10282                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10283                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10285         2003-01-08  Eric Christopher  <echristo@redhat.com>
10287                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10288                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10289                 configure check for libgloss.
10290                 * config/mips/elf64.h: Ditto.
10291                 * config/mips/mips.c: Remove ABI_MEABI.
10292                 * config/mips/mips.h: Ditto.
10294         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
10296                 Fix merge fallout.
10297                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10298                 (muldi3_internal): Remove outdated comment.
10299                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10300                 (*smsac_di, *umsac_di): Likewise.  Reformat.
10301                 (umulsi3_highpart): Minor formatting tweaks.
10302                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
10303                 redundant scratch operand.  Minor formatting tweak.
10304                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10305                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
10306                 (smulsi3_highpart): As for the unsigned version.
10307                 (smulsi3_highpart_internal): Likewise.
10308                 (smulsi3_highpart_mulhi_internal): Likewise.
10309                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10310                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10311                 (*smul_acc_di): Remove duplicated pattern.
10312                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10313                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10314                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10316         2002-10-22  Eric Christopher  <echristo@redhat.com>
10318                 * config/mips/mips-protos.h (mips_return_addr): New.
10319                 * config/mips/mips.c (mips_return_addr): New.
10320                 (movdi_operand): Remove.
10321                 (se_register_operand): Ditto.
10322                 (se_reg_or_0_operand): Ditto.
10323                 (se_uns_arith_operand): Ditto.
10324                 (se_arith_operand): Ditto.
10325                 (se_nonmemory_operand): Ditto.
10326                 (extend_operator): Ditto.
10327                 (highpart_shift_operator): Ditto.
10328                 (mips_initial_elimination_offset): Remove return address pointer
10329                 elimination.
10330                 (mips_reg_names): Remove $ra.
10331                 (mips_regno_to_class): Ditto.
10332                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10333                 and TARGET_64BIT.
10334                 (POINTER_BOUNDARY): Remove.
10335                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
10336                 (PROMOTE_MODE): Promote to Pmode.
10337                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
10338                 (Pmode): Define to TARGET_64BIT.
10339                 (FUNCTION_MODE): Define as Pmode.
10340                 (mips_args): Remove deleted functions.
10341                 (SIZE_TYPE): Depend on POINTER_SIZE.
10342                 (PTRDIFF_TYPE): Ditto.
10343                 (FIXED_REGISTERS): Fix extra registers.
10344                 (CALL_USED_REGISTERS): Ditto.
10345                 (CALL_REALLY_USED_REGISTERS): Ditto.
10346                 (RAP_REG_NUM): Remove.
10347                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
10348                 (RETURN_ADDR_RTX): Define to mips_return_addr.
10349                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10350                 (CAN_ELIMINATE): Ditto.
10351                 * config/mips/mips.md: For DImode patterns, take into account
10352                 deletions above. Split mulsidi patterns into sign_extend and
10353                 zero_extend.
10355         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
10356                     Michael Meissner  <meissner@redhat.com>
10358                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
10359                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
10360                 mop up unnecessarly moves through LO.
10361                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
10362                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
10363                 change mtlo/macc sequences into mul/add sequences when a three-
10364                 address mul is available.
10365                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
10366                 (*mul_sub_si): Fix contraint for operand 5.
10367                 (*muls): Use in 32-bit code as well.
10368                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
10369                 if the destination is LO.  Remove duplicate define_split.
10370                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
10371                 (*msac_di): Likewise.  Fix formatting.
10372                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
10373                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
10374                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
10375                 (*xmulsi3_neg_highpart_mulhi): Likewise.
10376                 (*mul_acc_64bit_di): Remove.
10377                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
10379         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10381                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
10382                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
10383                 (MULTILIB_DIRNAMES): Remove long32.
10384                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
10385                 (MULTILIB_REDUNDANT_DIRS): Remove.
10387         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
10389                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
10390                 * gcc.c (driver_self_specs): New variable.
10391                 (do_self_spec): New function.
10392                 (main): Use it to process driver_self_specs.
10394         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
10396                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
10397                 Remove DImode define_split for !TARGET_64BIT.
10398                 (anddi3): Remove !TARGET_64BIT support from here as well.
10399                 Change operand 2's predicate to se_uns_arith_operand.
10400                 Add constant alternatives to define_insn.
10401                 (iordi3, xordi3, *nordi3): Likewise.
10402                 (anddi3_internal1, xordi3_immed): Remove.
10404         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10406                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
10407                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
10408                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
10409                 * config/mips/mips.md: Apply same renaming here.
10411         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10413                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
10414                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
10415                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
10416                 * config/mips/mips.md (define_attr cpu): Remove r4320.
10417                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
10419         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10421                 * config/mips/mips.c (mips16_strings): New variable.
10422                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
10423                 symbol in mips16_strings.  Free the list.
10424                 (mips_encode_section_info): Keep track of local strings.
10426         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10428                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
10429                 (sordered_df, sordered_sf): Remove.
10430                 * config/mips/mips.c (get_float_compare_codes): New fn.
10431                 (gen_int_relational, gen_conditional_move): Use it.
10433         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10435                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
10436                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
10437                 * config/mips/mips.c (fcc_register_operand): New function.
10438                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
10439                 (override_options): Allow TFmode values in float registers
10440                 if ISA_HAS_8CC.
10441                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10442                 to fcc_register_operand.  Remove misleading source constraint.
10443                 Use mips_emit_fcc_reload.
10444                 (reload_outcc): Duplicate reload_incc.
10447 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
10449         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10451 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
10453         * tree-inline.c (inlinable_function_p): Back out last change, it's
10454         unnecessary.
10456 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
10458         * ggc-page.c (TREE_EXP_SIZE): Define.
10459         (extra_order_size_table): New entry for expr trees with
10460         two operands.
10462 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10464         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10465         (c_expand_start_cond): Adjust.
10466         (c_expand_end_cond): Don't use warning_with_file_and_file.
10467         (shadow_warning): Likewise.
10469 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
10471         * tree.h (DECL_POINTER_DEPTH): Remove.
10472         (struct tree_decl): Remove pointer_depth.
10474 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
10476         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10477         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10478         (rs6000_xcoff_encode_section_info): Remove.
10479         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10480         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10481         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10482         Use SYMBOL_REF_FLAGS.
10483         (rs6000_elf_encode_section_info): Call default_encode_section_info for
10484         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10485         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10486         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10487         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10488         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10490 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10492         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10494 2003-04-30  Andreas Schwab  <schwab@suse.de>
10496         * doc/extend.texi (Other Builtins): Enclose multiple word data
10497         type in braces for @deftypefn.
10499 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10501         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10503         * doc/install.texi (--enable-threads): Document "gnat" option.
10505 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10507         * diagnostic.h (output_formatted_scalar): Tweak.
10508         * diagnostic.c (output_long_decimal): Likewise.
10509         (output_unsigned_decimal): Likewise.
10510         (output_long_unsigned_decimal): Likewise.
10511         (output_octal): Likewise.
10512         (output_long_octal): Likewise.
10513         (output_hexadecimal): Likewise.
10514         (output_long_hexadecimal): Likewise.
10515         (output_pointer): New function.
10516         (output_format): Use it.  Recognize "%p" format specifier.
10518 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10520         * function.c (purge_addressof_1): Postpone insn in fewer cases.
10522 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10524         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
10525         call abort() after running out of stack space.
10527         * c-typeck.c (function_types_compatible_p): Ignore incompatible
10528         'volatile' qualifiers on a function's return type in GNU mode.
10530 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
10532         * expr.c (emit_group_load): Dump parallels of simd types to
10533         memory.
10535 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
10537         * genautomata.c (add_vect): Check undefined value for range type
10538         too.
10540 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
10542         * configure.in:  More general test for cmp --ignore-initial.
10543         * configure:  Regenerate.
10545 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10547         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
10548         (layout_decl, place_field): Likewise.
10549         Also make minor type and whitespace changes.
10551         * tree.c (save_expr): Don't fold a COMPONENT_REF.
10553 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
10555         * calls.c (expand_call): When modes of target and valreg match, force
10556         sibcall failure when target is a MEM.
10558 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10560         * tree-inline.c (inlinable_function_p): Don't support inlining
10561         functions using varargs.
10563         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
10565         * dwarf2out.c (output_call_frame_info): No need to output EH
10566         unwind information if all_throwers_are_sibcalls.
10568         * c-semantics.c (expand_unreachable_stmt): Return a tree.
10569         (expand_stmt): Update for change to expand_unreachable_stmt.
10570         (expand_unreachable_if_stmt): Likewise.
10572         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
10574 2003-04-29  Jason Merrill  <jason@redhat.com>
10576         PR middle-end/10336
10577         * jump.c (never_reached_warning): Really stop looking if we reach
10578         the beginning of the function.
10580 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
10582         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
10583         Remove redundant macros.
10584         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
10585         (LOCAL_LABEL_PREFIX): Define unconditionally.
10586         (NO_DOT_IN_LABEL): Clarify comment.
10587         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
10588         definition to "long int".
10590 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
10592         bootstrap/10452
10593         * gengtype-yacc.y: Improve portability.
10595 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10597         * config.gcc: Install obsolete target list for GCC 3.3.
10598         * doc/install.texi: Mention in specific-target instructions
10599         that certain configurations are deprecated.
10601 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10603         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
10605 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10607         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
10608         * gcc.c (display_help): Likewise.
10609         * toplev.c (f_options): Likewise.
10610         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
10611         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
10612         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
10613         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
10614         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
10616 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
10618         * varasm.c (default_assemble_visibility): Use assemble_name.
10620 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
10622         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
10623         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
10624         (SIZE_TYPE): New macro.
10625         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
10626         (SET_ASM_OP): New macro.
10627         (HANDLE_SYSV_PRAGMA): New macro.
10628         (ASM_WEAKEN_LABEL): New macro.
10630 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10632         PR c++/10180
10633         * tree-inline.c (expand_call_inline): Call push_srcloc when
10634         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
10636 2003-04-28  Mike Stump  <mrs@apple.com>
10638         * gdbinit.in: Update to reflect new identifier structure.
10640 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
10642         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
10643         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
10644         struct tree_complex, struct tree_vector): Remove RTL field.
10645         (CONSTRUCTOR_ELTS): Use elt 0.
10646         * tree.def (CONSTRUCTOR): Delete first of its two operands.
10647         * varasm.c (output_constant_def): Remove early exit if
10648         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
10649         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
10650         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
10651         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
10653 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10655         * c-decl.c (finish_decl): When prototype with asmspec is found
10656         for built-in, adjust built_in_decls as well as expr.c decls.
10657         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
10658         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
10659         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
10661 2003-04-28  Richard Henderson  <rth@redhat.com>
10663         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
10664         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
10665         integral constant mult operand.
10666         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
10667         (const_smulsi3_highpart_v8plus): Likewise.
10668         (const_smulsi3_highpart): Likewise.
10669         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
10670         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
10671         (const_umulsi3_highpart_v8plus): Likewise.
10672         (const_umulsi3_highpart): Likewise.
10674 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10676         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
10677         Define as 1.
10679 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10681         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
10683 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10685         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
10686         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
10687         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
10688         functions.
10689         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
10691 2003-04-28  Nick Clifton  <nickc@redhat.com>
10693         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
10695 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10697         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
10698         output_constant_def, use its result instead of TREE_CST_RTL (exp).
10699         Can assume it has the form (mem (symbol_ref ".LCxxx")).
10700         (expand_expr <COMPONENT_REF>): Can always just extract the
10701         relevant field of a CONSTRUCTOR.
10702         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
10703         ARRAY_RANGE_REF>): Make control flow explicit.
10704         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
10705         an INTEGER_CST.
10707 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
10709         * reload1.c (reg_set_luid): Fix a comment typo.
10711 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10713         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
10714         struct deferred_string, const_str_htab): Kill.
10715         (n_deferred_strings): New static variable.
10716         (build_constant_desc): Set SYMBOL_REF_DECL of the new
10717         symbol_ref to point to the constant.
10718         (output_constant_def): When a deferred string is forced out,
10719         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
10720         (mark_constant): Likewise.
10721         (maybe_output_constant_def_contents): When deferring a string
10722         constant, just set STRING_POOL_ADDRESS_P and increment
10723         n_deferred_strings.
10724         (mark_constant_pool): Check n_deferred_strings, not the size
10725         of const_str_htab.
10726         (init_varasm_once): No need to create const_str_htab.
10728         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
10729         SYMBOL_REF_DECL points to a constant.
10731 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
10733         * varasm.c (output_constant_def): Split out two new static
10734         functions, build_constant_desc and maybe_output_constant_def_contents.
10735         Restructure for comprehensibility.  Don't call
10736         output_addressed_constants.  Treat defstr being non-NULL for
10737         STRING_POOL_ADDRESS_P constants as an invariant.
10738         (struct deferred_string): Remove labelno field.
10739         (output_constant_def_contents): Kill labelno argument. Call
10740         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
10741         asm_out.internal_label.
10742         (mark_constant): Update call to output_constant_def_contents.
10743         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
10744         constants as an invariant.
10746 2003-04-26  Richard Henderson  <rth@redhat.com>
10748         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
10749         (ix86_expand_call, ix86_rtx_consts): Likewise.
10751 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10753         * doc/md.texi (cmpstr): Document additional restrictions.
10755 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10757         * flags.h (time_report): Remove.
10758         * timevar.c (timevar_enable): New.
10759         (TIMEVAR_ENABLE): Remove, use timevar_enable.
10760         (timevar_init): Rename from init_timevar.
10761         * timevar.h (timevar_init): Rename from init_timevar.
10762         * toplev.c (time_report): Make static.
10763         (do_compile): Conditionally call init_timevar first.
10764         (preprocess_options): Move some code to do_compile.
10766 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
10768         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
10770 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10772         * _cpp_lex_direct: Remove pointless code.
10774 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10776         * doc/extend.texi (Function Attributes): Document "near" and "far"
10777         for 68HC11 and 68HC12.
10779 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10781         * expr.c (store_field): When making temporary for store, don't
10782         make it TYPE_QUAL_CONST.
10784 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10786         * toplev.c (read_integral_parameter):  Use "argument" in error
10787         message to distinguish it from actual invalid options.
10789 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10791         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
10792         addition of __PIC__ and __pic__ macros.
10793         * config/xtensa/xtensa.h: Clean up indentation.
10795 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10797         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
10798         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
10799         (SUBTARGET_CPP_SPEC): Define.
10800         (LIB_SPEC): Delete.
10801         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
10802         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
10803         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
10804         Define.
10805         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
10806         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
10808 2003-04-25  H.J. Lu <hjl@gnu.org>
10810         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
10811         for return mode.
10812         (ia64_expand_builtin): Set rmode to SImode for
10813         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
10814         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
10815         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
10816         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
10818 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10820         * configure.in (make_compare_target):  Test for GNU cmp and set this
10821         variable appropriately.
10822         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
10823         compare4-lean): Rename actual targets to slowcompare*.  New compare*
10824         targets depend on names based on make_compare_target.
10825         * configure:  Regenerated.
10827 2003-04-25  Richard Henderson  <rth@redhat.com>
10829         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
10830         to clobber ar.pfs and ar.unat.
10831         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
10832         fix test for spilling ar.pfs to the stack.
10834 2003-04-25  Richard Henderson  <rth@redhat.com>
10836         PR opt/10315
10837         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
10838         checks during reload; use validize_mem instead of adjust_address.
10840 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
10842         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
10843         return values from recog_memoized().
10845 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10847         PR opt/8705
10848         * gcse.c (try_replace_reg): On a successful substitution of a constant
10849         into a single set, try to simplify the source of the set.
10850         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
10851         constant source.
10853 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
10855         * cpplex.c (cpp_token_len): Tighten up.
10856         (cpp_token_as_text): Need extra byte now.
10857         * cpplib.c (glue_header_name): Need extra 2 bytes.
10858         * cppmacro.c (cpp_macro_definition): Need extra byte.
10860 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
10862         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
10863         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
10864         where they might be not present. Use their _sp64 equivalent
10865         instead.
10867 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
10869         * i386.md (cvtsi2sdq): Fix typo in previous patch.
10871 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
10873         * configure.in: Check whether mbstowcs works.
10874         * configure, config.in: Regenerate.
10875         * intl.c: Use HAVE_WORKING_MBSTOWCS.
10877 2003-04-24  H.J. Lu <hjl@gnu.org>
10879         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
10880         for __sync_bool_compare_and_swap_di for int return type.
10882         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
10883         Change return type to int.
10884         (__sync_bool_compare_and_swap): Likewise.
10886 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
10888         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
10889         looking for fallthru edge.
10891         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
10892         Fix.
10893         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
10894         athlon-fvector): New.
10895         (athlon_*): Revisit to match new optimization guide.
10896         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
10897         * i386.md (cvt??2?? patterns): Fix modes.
10898         (fistp patterns): Set modes.
10900         Accidentaly commited with my earlier reload patch:
10901         PR c/10308
10902         * reload.c (find_reloads_address_1): Reload plus at the place of
10903         index register.
10905 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10907         New GCOV_TAG_FUNCTION layout
10908         * coverage.c (struct function_list): Replace name with ident.
10909         (struct counts_entry): Likewise.
10910         (fn_ident): New.
10911         (htab_counts_entry_hash, htab_counts_entry_eq,
10912         htab_counts_entry_del): Adjust.
10913         (reads_count_file, get_coverage_counts,
10914         coverage_begin_output, coverage_end_function): Adjust.
10915         (build_fn_info_type, build_fn_info_value): Likewise.
10916         * gcov-dump.c (tag_function): Adjust.
10917         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10918         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10919         * gcov.c (struct function_info): Add ident.
10920         (read_graph_file, read_count_file): Adjust.
10921         * libgcov.c (gcov_exit): Adjust.
10923 2003-04-23  Richard Henderson  <rth@redhat.com>
10925         PR opt/8300
10926         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
10927         after initialize_uninitialized_subregs; update reg info assuming
10928         new pseudos were created.
10930 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
10932         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
10933         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
10934         (lex_string): Take cpp_string with full spelling.
10935         (cb_ident): Update.
10936         (c_lex): Update diagnostics.
10937         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
10938         (create_literal): New.
10939         (lex_string): Unterminated literals have type CPP_OTHER.
10940         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
10941         for CPP_OTHER.
10942         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
10943         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
10944         * cpplib.c (parse_include, do_line, do_linemarker,
10945         destringize_and_run): Update for token storing full spelling.
10946         * cpplib.h: Update token spelling types.
10947         * cppmacro.c (stringify_arg, check_trad_stringification):
10948         Update for token storing full spelling.
10950 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
10952         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
10954 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
10956         * arm.h (TARGET_OPTIONS): Add value field.
10958 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10960         * doc/extend.texi: Remove duplicate 2003 copyright date.
10962 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
10964         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
10965         (libgcov.a): Depends on LIBGCC_DEPS.
10966         * basic-block.h (profile_info): Moved here from coverage.h. Made
10967         a pointer.
10968         * coverage.c (struct function_list): Fixed array of counter types.
10969         (struct counts_entry): Keyed by counter type, contains summary.
10970         (profile_info): Moved to profile.c.
10971         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
10972         vars.
10973         (profiler_label): Remove.
10974         (ctr_labels): New.
10975         (set_purpose, label_for_tag, build_counter_section_fields,
10976         build_counter_section_value, build_counter_section_data_fields,
10977         build_counter_section_data_values, build_function_info_fields,
10978         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
10979         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
10980         build_ctr_info_value, build_gcov_info): New.
10981         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
10982         (reads_counts_file): Adjust.
10983         (get_coverage_counts): Takes counter number. Add summary
10984         parameter. Adjust.
10985         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
10986         create counter array labels.
10987         (coverage_end_function): Adjust.
10988         (create_coverage): Adjust.
10989         (find_counters_section): Remove.
10990         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
10991         (struct section_info, struct profile_info): Remove.
10992         (profile_info): Moved to basic-block.h.
10993         (coverage_counter_ref): Takes a counter number.
10994         (get_coverage_counts): Takes a counter number. Added summary
10995         parameter.
10996         (find_counters_section): Remove.
10997         * gcov-dump.c (tag_arc_counts): Rename to ...
10998         (tag_counters): ... here. Adjust.
10999         (tag_table): Move tag_counters to 3rd entry. Remove
11000         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11001         (dump_file): Check for counter tag values here.
11002         (tag_summary): Adjust.
11003         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11004         * gcov-io.h (GCOV_LOCKED): New.
11005         (GCOV_TAG_ARC_COUNTS): Rename to ...
11006         (GCOV_TAG_COUNTS_BASE): ... here.
11007         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11008         Remove.
11009         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11010         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11011         GCOV_TAG_IS_COUNTER): New.
11012         (struct gcov_ctr_summary): New.
11013         (struct gcov_summary): Adjust.
11014         (struct gcov_counter_section): Remove.
11015         struct gcov_counter_section_data): Remove.
11016         (struct gcov_function_info): Rename to ...
11017         (struct gcov_fn_info): ... here. Adjust.
11018         (struct gcov_ctr_info): New.
11019         (struct gcov_info): Adjust.
11020         * gcov.c (read_count_file): Adjust.
11021         (output_lines): Adjust.
11022         * libgcov.c (gcov_exit): Adjust.
11023         (__gcov_flush): Adjust.
11024         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11025         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11026         probably_never_executed_bb_p, compute_frequency_function): Adjust
11027         profile_info use.
11028         * profile.c (struct counts_entry): Remove.
11029         (profile_info): Define here.
11030         (get_exec_counts): Adjust get_coverage_counts call.
11031         (compute_branch_probablilities): Remove find_counters_section
11032         call.
11033         (gen_edge_profiler): Adjust coverage_counter_ref call.
11034         * tracer.c (tail_duplicate): Adjust profile_info use.
11036 2003-04-23  Roger Sayle  <roger@eyesopen.com>
11038         PR optimization/10339
11039         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11040         directly instead of unsafely transforming call into a memcmp.
11041         (expand_builtin_strncmp): Likewise.
11043 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11045         * alias.c (mark_constant_function):  Check for constancy and
11046         purity even of void functions.  Update both the function decl
11047         and the cgraph RTL info with the results.
11049 2003-04-22  Roger Sayle  <roger@eyesopen.com>
11051         * real.c (do_add): Change to return a bool indicating that the
11052         result of the operation may be inexact due to loss of precision.
11053         (do_multiply): Likewise.
11054         (do_divide): Likewise.
11056 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
11057             Loren James Rittle  <ljrittle@acm.org>
11059         * dwarf2out.c (fde_table_allocated): Mark with GTY.
11060         (decl_die_table_allocated): Likewise.
11061         (abbrev_die_table_allocated): Likewise.
11062         (line_info_table_allocated): Likewise.
11063         (separate_line_info_table_allocated): Likewise.
11064         (pubname_table_allocated): Likewise.
11065         (arange_table_allocated): Likewise.
11066         (ranges_table_allocated): Likewise.
11067         (decl_die_table_in_use): Unconditionalize; mark with GTY.
11068         (abbrev_die_table_in_use): Likewise.
11069         (line_info_table_in_use): Likewise.
11070         (separate_line_info_table_in_use): Likewise.
11071         (pubname_table_in_use): Likewise.
11072         (arange_table_in_use): Likewise.
11073         (ranges_table_in_use): Likewise.
11074         (have_location_lists): Likewise.
11075         (emitcount): New GTY-marked static, moved...
11076         (maybe_emit_file): ...from here.
11077         (label_num): New GTY-marked static, moved...
11078         (gen_internal_sym): ...from here.
11080 2003-04-22  Richard Henderson  <rth@redhat.com>
11082         PR 8866
11083         * rtl.h (MEM_NOTRAP_P): New.
11084         (MEM_COPY_ATTRIBUTES): Copy it.
11085         * rtlanal.c (may_trap_p): Check it.
11086         * expr.c (do_tablejump): Set it.
11087         * doc/rtl.texi (Flags): Document it.
11089         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11091 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
11093         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11094         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11096 2003-04-22  Vincent Celier <celier@gnat.com>
11098         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11099         --enable-threads=gnat.
11100         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11101         * configure.in: Add gnat to the list of thread packages
11102         * configure: Rebuild.
11103         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11105 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11107         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11109 2003-04-22  Devang Patel  <dpatel@apple.com>
11111         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11112         parameter count.
11113         (_cpp_copy_replacement_text): Same.
11115 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
11117         * c-lex.c (c_lex): Handle CPP_OTHER differently.
11118         * cppexp.c (_cpp_parse_expr): Similarly.
11119         * cpplex.c (SPELL_CHAR): Remove.
11120         (_cpp_lex_direct): Stray chars are saved as byte strings.
11121         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11122         handle SPELL_CHAR.
11123         (cpp_avoid_paste): Update handling of CPP_OTHER.
11124         * cpplib.h: Spell CPP_OTHER like a number.
11125         (struct cpp_token): Remove member c.
11126         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11128 2003-04-22  David Turner <novalis@gnu.org>
11130         * gbl-ctors.h: Add special license exception.
11131         * libgcc2.h: Likewise.
11132         * tsystem.h: Likewise.
11133         * gcov-io.h: Likewise.
11135 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
11137         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11138         macro defaulting to original BRANCH_COST heuristic.
11139         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11141         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11143 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
11145         * config/rs6000/t-spe: Merge in t-fprules into file.
11147         * config.gcc: Add t-spe to powerpc-eabispe.
11149 2003-04-22  Kean Johnston  <jkj@sco.com>
11151         * tlink.c (recompile_files): Add missing '=' to putenv calls
11153 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11155         * ginclude/stddef.h: Provide C++ safe offsetof.
11157 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
11159         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11160         for reg notes, if there are no substitutions, just use a SUBREG.
11162 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11164         * Makefile.in (calls.o): Depend on except.h.
11165         * calls.c: Include except.h.
11166         (emit_call_1): Call note_eh_region_may_contain_throw if
11167         appropriate.
11168         * except.c (eh_region): Add may_contain_throw.
11169         (expand_eh_region_end_cleanup): Do not include handler code when
11170         it cannot be reached.
11171         (note_eh_region_may_contain_throw): New function.
11172         * except.h (note_eh_region_may_contain_throw): New function.
11174 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11176         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11177         changes.
11179 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
11181         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11182         64-bit long doubles.
11184 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
11186         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11187         a number of conversions required for type consistency and previously
11188         stripped off by STRIP_NOPS.
11190         * calls.c (expand_call): Prevent sibcall optimization for calls to
11191         nested subprograms.
11193         * expmed.c (extract_bit_field): Reverse operands of && condition to
11194         prevent a potential division by zero in the previously first branch.
11195         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11197 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
11199         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11200         (subrange_type_die): Likewise.
11201         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11202         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11204 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11206         Break out coverage routines to new file.
11207         * Makefile.in (COVERAGE_H): New variable
11208         (C_OBJS): Add coverage.o
11209         (coverage.o): New target.
11210         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11211         dependencies.
11212         (GTFILES): Adjust.
11213         (gt-coverage.h): New target.
11214         (gt-profile.h): Remove.
11215         * profile.h: Remove. Move to ...
11216         * coverage.h: ... here. New. #include gcov-io.h.
11217         * gcov-io.h: Move function definitions to ...
11218         * gcov-io.c: ... here. New.
11219         * profile.c: Move coverage routines to coverage.c.
11220         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11221         end_branch_prob): Adjust.
11222         * coverage.c: New. Coverage routines from profile.c
11223         (coverage_counter_ref, coverage_init, coverage_finish,
11224         coverage_end_function, coverage_begin_output,
11225         coverage_counter_ref, get_coverage_counts): Define.
11226         * gcov-dump.c, gcov.c: #include gcov-io.c.
11227         * libgcov.c: Likewise. Adjust.
11228         * loop-init.c: Don't #include profile.h
11229         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11230         * rtl.h: Add coverage prototypes.
11231         * toplev.c (compile_file): Init coverage, not branch_prob.
11232         Always call coverage_finish.
11233         (rest_of_compilation): Call coverage_end_function.
11235 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
11237         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11239 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
11241         * c-ppoutput.c (cb_include): Don't take a cpp_token.
11242         * cppfiles.c: Don't undef strcmp.
11243         (find_include_file): Don't take a cpp_token.  Check for empty
11244         file names.
11245         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11246         (cpp_push_include): Simplify.
11247         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11248         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11249         (parse_include): Similary.  Don't check for zero-length filenames.
11250         (do_include_common, do_pragma_dependency): Update accordingly.
11251         * cpplib.h (struct cpp_callbacks): Change prototype of include.
11253 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11255         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11256         details of conflict handling.
11258         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11259         when conversion overflows.
11261         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11263         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11264         before clearing.
11266 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11268         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11269         have the same form as the old RTL.
11271 2003-04-21  Andreas Jaeger  <aj@suse.de>
11273         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11275 2003-04-20  Chris Lattner  <sabre@nondot.org>
11276             Zack Weinberg  <zack@codesourcery.com>
11278         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11279         genrtl_cleanup_stmt.  Correct comment at head of
11280         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11282         * stmt.c (struct nesting): Kill n_function_calls.
11283         (expand_start_bindings): Don't set
11284         thisblock->data.block.n_function_calls.
11285         (expand_end_bindings): Compare function_call_count against 0.
11286         (expand_cleanups): Kill DONT_DO argument; all callers passed
11287         NULL_TREE. All callers updated to match.
11289 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11291         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11292         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11293         (output_constant_def): Remove code predicated on
11294         defer_addressed_constants_flag.
11296         * output.h: Remove prototypes of deleted functions.
11297         * c-typeck.c (constructor_subconstants_deferred): Kill.
11298         (struct initializer_stack): Remove 'deferred' field.
11299         (start_init): Remove all references to the above.
11300         (finish_init): Likewise. Also remove never-executed call to
11301         output_deferred_addressed_constants.  Pull assignment to
11302         defstr out of if expression.
11304 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11306         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11307         NOTE_NEWLINE): Remove.
11308         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11309         to handle new form of line note type.
11311 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
11313         * target.h (encode_section_info): Add new argument carrying
11314         the RTL to be modified by the hook.
11316         * varasm.c (make_decl_rtl, output_constant_def): Update calls
11317         to encode_section_info.
11318         (default_encode_section_info): Take and use RTL argument,
11319         don't use TREE_CST_RTL or DECL_RTL.
11320         * output.h: Update prototype of default_encode_section_info.
11321         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11322         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11323         Update calls to encode_section_info.
11325         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11326         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11327         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11328         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11329         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11330         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11331         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11332         except for PE dllimport/dllexport.  Update calls to
11333         default_encode_section_info.
11335         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
11336         Update prototypes.
11338         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
11340 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11342         PR/8705
11343         * pa.md (movccfp): New expander.
11344         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
11345         Reverse fcmp conditions.
11347 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11349         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
11350         of operand 1 correctly.
11352 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11354         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
11355         * gcov.c (output_lines): Don't be so fussy about going past EOF.
11357 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11359         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
11360         (cppcharset.o): New target.
11361         * c-lex.c (is_extended_char): Move to cppcharset.c.
11362         (utf8_extend_token): Delete.
11363         * cppcharset.c: New file.
11364         * cpphash.h (_cpp_valid_ucn): New.
11365         * cpplex.c (lex_identifier): Update prototype.
11366         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
11367         escapes.
11368         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
11369         in cppcharset.c.
11370         (lex_number, lex_identifier, cpp_parse_escape): Update.
11371         (_cpp_lex_direct): Update to handle UCNs.
11372         (cpp_avoid_paste): Don't paste to form a UCN.
11374 2003-04-19  Roger Sayle  <roger@eyesopen.com>
11376         * builtins.c (expand_builtin):  Don't expand a pure or const
11377         built-in function if the result will be ignored and none of
11378         its arguments are volatile.
11380 2003-04-19  Kean Johnston  <jkj@sco.com>
11382         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
11383         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
11384         target fragment now: t-sco5; dont compile crti.o.
11385         * config/i386/sco5.h: major overhaul to remove all COFF remnants
11386         and to use elfos.h for most definitions.
11387         (BSS_SECTION_ASM_OP): set correct segment attributes.
11388         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
11389         (DWARF2_UNWIND_INFO): Always set to 1.
11390         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
11391         (MD_STARTFILE_PREFIX_1): Define.
11392         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
11393         (DEFAULT_LINKER): Define if not specified to configure.
11394         (CTORS_SECTION_ASM_OP): Remove COFF crud.
11395         (DTORS_SECTION_ASM_OP): Remove COFF crud.
11396         (WINT_TYPE): Define.
11397         (SDB_DEBUGGING_INFO): Remove.
11398         (EXTRA_SECTIONS): Likewise.
11399         (EXTRA_SECTION_FUNCTIONS): Likewise.
11400         (CTOR_LIST_BEGIN): Likewise.
11401         (CTOR_LIST_END): Likewise.
11402         (INIT_SECTION_FUNCTION): Likewise.
11403         (FINI_SECTION_FUNCTION): Likewise.
11404         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
11405         (LOCAL_LABEL_PREFIX): Likewise.
11406         (NON_SAVING_SETJMP): Likewise.
11407         (RETURN_POPS_ARGS): Likewise.
11408         (ASM_OUTPUT_SKIP): Likewise.
11409         (TARGET_ASM_NAMED_SECTION): Likewise.
11410         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11411         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11412         (ASM_OUTPUT_IDENT): Likewise.
11413         (ASM_OUTPUT_CASE_LABEL): Likewise.
11414         (ASM_OUTPUT_ASCII): Likewise.
11415         (ASM_OUTPUT_LIMITED_STRING): Likewise.
11416         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
11417         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11418         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11419         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11420         (ASM_DECLARE_OBJECT_NAME): Likewise.
11421         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11422         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11423         (ASM_DECLARE_RESULT): Likewise.
11424         (ASM_WEAKEN_LABEL): Likewise.
11425         (SUPPORTS_WEAK): Likewise.
11426         (APPLY_RESULT_SIZE): Likewise.
11427         (LPREFIX): Likewise.
11428         (ALIGN_ASM_OP): Likewise.
11429         (ASCII_DATA_ASM_OP): Likewise.
11430         (IDENT_ASM_OP): Likewise.
11431         (ASM_SHORT): Likewise.
11432         (ASM_LONG): Likewise.
11433         (TYPE_ASM_OP): Likewise.
11434         (SIZE_ASM_OP): Likewise.
11435         (STRING_ASM_OP): Likewise.
11436         (SKIP_ASM_OP): Likewise.
11437         (EH_FRAME_SECTION_ASM_OP): Likewise.
11438         (READONLY_DATA_SECTION_ASM_OP): Likewise.
11439         (INIT_SECTION_ASM_OP): Likewise.
11440         (FINI_SECTION_ASM_OP): Likewise.
11441         (TEXT_SECTION_ASM_OP): Likewise.
11442         (DATA_SECTION_ASM_OP): Likewise.
11443         (TYPE_OPERANT_FORMAT): Likewise.
11444         (ASM_SPEC): Remove COFF code.
11445         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11446         cause -pg to emit an error; use pcrt1elf.o with -pp
11447         (ENDFILE_SPEC): Likewise.
11448         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11449         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11450         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11451         add -z alt_resolve to support weak symbols the way GCC wants them.
11452         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11453         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11454         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11455         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11456         (CRTSTUFF_T_CFLAGS_S): Define.
11457         (MULTILIB_OPTIONS): Likewise.
11458         (MULTILIB_DIRNAMES): Likewise.
11459         (MULTILIB_MATCHES): Likewise.
11460         (MULTILIB_EXTRA_OPTS): Likewise.
11461         (LIBGCC): Likewise.
11462         (INSTALL_LIBGCC): Likewise.
11463         (crti.o): Remove.
11464         * config/i386/t-sco5gas: Remove.
11465         * doc/install.texi: Updated for new OpenServer instructions.
11466         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11468 2003-04-19  Kean Johnston  <jkj@sco.com>
11470         * fixinc/check.tpl: Allow user to over-ride diff program.
11471         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11472         (sco_math): Added test for SCO math header files.
11473         (sco_regset): Added check for conflicts with ieeefp.h.
11474         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11475         * fixinc/fixincl.x: Regenerated
11476         * fixinc/tests/base/math.h: Added sco_math tests.
11477         * fixinc/tests/base/string.h: New file.
11478         * fixinc/tests/base/sys/regset.h: New file.
11480 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11482         * cpphash.h (struct cpp_buffer): Remove backup_to.
11483         * cpplex.c (BACKUP, get_effective_char): Die.
11484         (_cpp_skip_block_comment): Assume '*' is location on entry.
11485         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11486         (IF_NEXT_IS): Update.
11487         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11489 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
11491         * README.Portability: Move to a new section and obsolete K+R
11492         portability issues.
11494 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
11496         * rtlanal.c (subreg_offset_representable_p):  Fix call of
11497         subreg_lowpart.
11499 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11501         * cpphash.h (struct cpp_reader): New member warned_dollar.
11502         * cpplex.c (continues_identifier_p): New function.
11503         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11504         lex_number and lex_string, and simplify.
11505         (parse_slow, unescaped_terminator_p): Die.
11506         (_cpp_lex_direct): Update.
11508 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11510         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11512 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
11514         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11515         fork behavior.
11517 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11519         * cppexp.c (eval_token): Permit true and false even if pedantic.
11521 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11523         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
11525 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11527         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
11528         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
11529         (struct include_file): Remove fefcnt, mapped members.
11530         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
11531         (read_include_file): Don't use mmap, terminate buffers in '\r'.
11532         (purge_cache): Don't use munmap.
11533         * cpphash.h (CPP_BUF_COLUMN): Update.
11534         (lexer_state): Remove lexing_comment.
11535         (struct _cpp_line_note): New.
11536         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
11537         next_line and need_line.  Remove col_adjust and saved_flags.
11538         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
11539         _cpp_skip_block_comment, scan_out_logical_line): New.
11540         (_cpp_init_mbchar): Remove.
11541         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
11542         (cpp_read_main_file): Set line to 1 earlier.
11543         (post_options): -traditional-cpp doesn't want trigraphs.
11544         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
11545         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
11546         _cpp_get_fresh_line): New.
11547         (handle_newline, skip_escaped_newlines, trigraph_p,
11548         continue_after_nul, _cpp_init_mbchar): Remove.
11549         (get_effective_char): Update.
11550         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
11551         (skip_line_comment): Simplify.
11552         (skip_whitespace, parse_identifier, parse_slow, parse_number,
11553         parse_string): Update.
11554         (cpp_lex_direct): Use clean lines and process line notes.  Update.
11555         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
11556         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
11557         directly.
11558         (_cpp_handle_directive): Don't set saved_flags.
11559         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
11560         cpp_undef, handle_assertion, cpp_push_buffer): Update.
11561         (_cpp_pop_buffer): Free notes.
11562         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
11563         * cpppch.c (cpp_read_state): \n terminate buffer.
11564         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
11565         (copy_comment): Use _cpp_skip_block_comment.
11566         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
11567         Simplify.
11568         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
11569         save_replacement_text): Update.
11570         (scan_out_logical_line): Update to use clean lines and process
11571         line notes.
11572         * fix-header.c (read_scan_file): Update.
11574 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
11576         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
11577         null begin parameter (as well as pointer to null).
11578         (__deregister_frame_info_bases): Likewise.
11580 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11582         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
11583         hard or virtual register and copy into pseudo if replacement fails.
11585         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
11587         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
11589 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
11591         * calls.c (expand_call): Move special case for constructor calls
11592         to right place. Ensures constructor calls used to initialize
11593         arguments get a clean outgoing argument block for themselves.
11594         Move check for stack deallocation completeness until after last
11595         deallocation.  Add stack_pointer_delta to set of state
11596         variables saved and restored along with current stack_level.
11598         * integrate.c (expand_inline_function): Ensure non-const actuals
11599         don't end up const in the caller's flow after conversion to possibly
11600         const formal type.
11602 2003-04-18  Vincent Celier  <celier@gnat.com>
11604         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
11605         and *_DIV_EXPR as TRUNC_*_EXPR.
11607 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
11609         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
11610         for orphaned jump tables.
11612 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
11614         * reload1.c: Revert my previous patch on 2002-04-17.
11616 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11618         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
11619         Add Segher Boessenkool.
11621 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
11623         PR c/9177
11624         * c-decl.c (c_expand_body): Don't garbage collect the function
11625         body if we are going to dump it later.
11627 2003-04-18  Richard Henderson  <rth@redhat.com>
11629         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
11630         (alpha_end_function): Don't set them.
11631         (decl_in_text_section): Remove.
11632         (alpha_encode_section_info): Remove.
11633         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
11634         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
11635         sections, rather than decl_in_text_section results.
11637 2003-04-18  Roger Sayle  <roger@eyesopen.com>
11639         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
11640         and SIGN_EXTRACT.
11642 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11644         PR optimization/7675
11645         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
11646         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
11647         nested functions if they refer to declarations from parent functions.
11648         * stmt.c (expand_decl): Don't put automatic variables in registers
11649         if the DECL_NONLOCAL flag is set.
11651 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
11653         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
11654         consider those to be movable where the source matches
11655         want_to_gcse_p.
11656         (update_ld_motion_stores): In comment, refer to
11657         compute_ld_motion_mems for validity of replacement.
11659 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
11661         * gcov-dump.c (tag_summary): Remove max_sum
11662         * gcov-io.h (gcov_summary, gcov_write_summary,
11663         gcov_read_summary): Kill max_sum.
11664         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
11665         message more verbose.
11667         * emit-rtl.c (subreg_hard_regno):  Check that register is
11668         representable.
11670         * reload.c (reload_inner_reg_of_subreg):  When register is not
11671         representable, reload the whole thing.
11672         (find_reloads): Likewsie.
11673         * rtlanal.c (subreg_representable_p):  New function.
11675         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
11676         allow negative probabilities for edges from the call to exit.
11677         (branch_prob): Do not add fake edges for functions that may return
11678         twice.
11680 2003-04-17  DJ Delorie  <dj@redhat.com>
11682         * toplev.c (target_options): Add value field.
11683         (set_target_switch): Handle target options with values.
11684         * doc/tm.texi: Document how fixed vs variable target
11685         options work.
11686         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
11687         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
11688         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
11689         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
11690         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
11691         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
11692         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
11693         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
11694         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
11695         Add value initializer to target options.
11697 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
11699         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
11701 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
11703         * reload1.c (move2add_last_cc0): New.
11704         (reload_cse_move2add): Detect implicit sets.
11705         (move2add_note_store): Notice a store into cc0.
11707 2003-04-17  Roger Sayle  <roger@eyesopen.com>
11709         PR c/10375
11710         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
11711         function attributes.
11713 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11715         * doc/sourcebuild.texi (Test Suites): Document support for testing
11716         binary compatibility (moved from testsuite/README.compat).
11718 2003-04-17  Richard Henderson  <rth@redhat.com>
11720         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
11722 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
11724         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
11725         the one provided by the FSF.
11727 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11729         * doc/install.texi (Binaries): Update URL and list of platforms
11730         provided by ftp.thewrittenword.com.
11732 2003-04-17  Richard Henderson  <rth@redhat.com>
11734         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
11735         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
11736         * config/xtensa/xtensa.md (call, call_value): Likewise.
11738 2003-04-17  Richard Henderson  <rth@redhat.com>
11740         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
11741         (print_operand_address): Likewise.
11742         (ep_memory_operand): Likewise.
11743         (special_symbolref_operand): Likewise.
11744         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
11745         (v850_encode_section_info): Call default_encode_section_info.
11746         (v850_strip_name_encoding): Remove.
11747         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
11748         (ASM_OUTPUT_LABELREF): Remove.
11749         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
11750         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11751         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11752         (ENCODED_NAME_P): Remove.
11753         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11754         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11755         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11757 2003-04-17  Richard Henderson  <rth@redhat.com>
11759         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
11760         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
11761         SYMBOL_REF_FUNCTION_P.
11763 2003-04-17  Richard Henderson  <rth@redhat.com>
11765         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
11766         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
11767         (text_segment_operand): Likewise.
11769 2003-04-17  Richard Henderson  <rth@redhat.com>
11771         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
11772         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11773         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11774         (sh_encode_section_info): Remove.
11775         (sh_strip_name_encoding): Remove.
11776         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
11777         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
11778         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
11779         (ASM_OUTPUT_LABELREF): Remove.
11780         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
11781         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
11783 2003-04-17  Richard Henderson  <rth@redhat.com>
11785         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
11786         (tls_model_chars): Remove.
11787         (larl_operand): Use SYMBOL_REF_FLAGS.
11788         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11789         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11790         (s390_output_mi_thunk): Likewise.
11791         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
11792         (s390_function_profiler): Likewise.
11793         (s390_encode_section_info): Use default_encode_section_info
11794         and SYMBOL_FLAG_ALIGN1.
11795         (s390_strip_name_encoding): Remove.
11796         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
11797         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
11798         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
11800 2003-04-17  Richard Henderson  <rth@redhat.com>
11802         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
11803         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
11804         (print_operand_address): Likewise.
11806         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
11807         * config/ns32k/ns32k.c (expand_block_move): Don't check
11808         flag_unroll_loops.
11810 2003-04-17  Richard Henderson  <rth@redhat.com>
11812         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
11813         SYMBOL_REF_FLAG.
11815 2003-04-17  Richard Henderson  <rth@redhat.com>
11817         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
11819         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
11820         (SYMBOL_REF_MODEL): New.
11821         (LIT_NAME_P): Move from m32r.h.
11822         (m32r_select_section): Remove.
11823         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
11824         (m32r_strip_name_encoding): Remove.
11825         (m32r_in_small_data_p): New.
11826         (small_data_operand): Use SYMBOL_REF_SMALL_P.
11827         (addr24_operand): Use SYMBOL_REF_MODEL.
11828         (call26_operand): Likewise.
11829         (addr32_operand): Tidy.
11830         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
11831         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
11832         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
11833         (READONLY_DATA_SECTION_ASM_OP): Remove.
11834         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11835         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
11836         (TARGET_ASM_SELECT_SECTION): Remove.
11837         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
11838         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
11839         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
11840         (ASM_OUTPUT_LABELREF): Remove.
11842 2003-04-17  Richard Henderson  <rth@redhat.com>
11844         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
11845         (encode_section_info): Remove.
11846         * config/ip2k/ip2k-protos.h: Update.
11848 2003-04-17  Richard Henderson  <rth@redhat.com>
11850         * varasm.c (default_encode_section_info): Don't set
11851         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
11852         * config/i370/i370.c (i370_encode_section_info): Remove.
11853         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
11854         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
11855         * config/i370/i370.md (movsi): Likewise.
11857         * config/i370/t-i370: Add missing backslash.
11859 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
11861         * doc/invoke.texi (inline-limit): Fix pasto.
11863 2003-04-17  Richard Henderson  <rth@redhat.com>
11865         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
11866         (small_call_insn_operand): Use it.
11867         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
11868         (h8300_eightbit_constant_address_p): Use it.
11869         (SYMBOL_FLAG_TINY_DATA): New.
11870         (h8300_tiny_constant_address_p): Use it.
11871         (h8300_encode_label, h8300_strip_name_encoding): Remove.
11872         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
11873         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
11874         (ASM_OUTPUT_LABELREF): Remove.
11876 2003-04-16  Richard Henderson  <rth@redhat.com>
11878         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
11879         all users with SYMBOL_REF_SMALL_P.
11880         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
11881         (frv_encode_section_info): Remove.
11882         (frv_strip_name_encoding): Remove.
11883         (frv_in_small_data_p): Merge tests from encode_section_info.
11884         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
11885         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
11886         (SDATA_NAME_P): Remove.
11887         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
11888         (ASM_OUTPUT_LABELREF): Remove.
11889         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
11891         * config/frv/frv.c (frv_asm_out_constructor): New.
11892         (frv_asm_out_destructor): New.
11893         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
11894         (DTORS_SECTION_ASM_OP): New.
11895         (ASM_OUTPUT_CONSTRUCTOR): Remove.
11896         (ASM_OUTPUT_DESTRUCTOR): Remove.
11898 2003-04-16  Richard Henderson  <rth@redhat.com>
11900         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
11901         SYMBOL_REF_LOCAL_P; abort if not pic.
11902         (cris_encode_section_info): Remove.
11904 2003-04-16  Richard Henderson  <rth@redhat.com>
11906         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
11907         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
11909         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
11910         flag_inline_trees.
11912 2003-04-16  Richard Henderson  <rth@redhat.com>
11914         * config/avr/avr.c (avr_encode_section_info): Remove.
11915         (avr_insert_attributes): New.
11916         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
11917         (avr_assemble_integer): Likewise.
11919 2003-04-16  Richard Henderson  <rth@redhat.com>
11921         * arc.c (arc_encode_section_info): Remove.
11922         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
11923         (arc_print_operand, arc_print_operand_address): Likewise.
11924         * arc.h (EXTRA_CONSTRAINT): Likewise.
11926 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11928         * c-semantics.c (find_reachable_label): New function to find a
11929         potentially reachable label in an expression.
11930         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
11931         assumes the start of the IF_STMT is unreachable (dead) code.
11932         (expand_unreachable_stmt): Similar to expand_stmt but assumes
11933         the start of the statement list is unreachable (dead) code.
11934         (genrtl_if_stmt):  If the controlling expression of the IF
11935         is constant, use expand_unreachable_stmt for the THEN or ELSE
11936         clause as appropriate.
11937         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
11938         the body of a SWITCH statement.
11939         (expand_stmt): The code immediately following a "return",
11940         "break", "continue" or "goto" is unreachable.
11941         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
11943 2003-04-16  Richard Henderson  <rth@redhat.com>
11945         * rtl.h (MEM_ALIAS_SET): Update documentation.
11946         * doc/rtl.texi (Special Accessors): New node.
11947         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
11949 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
11951         * reload1.c (reload_cse_noop_set_p): Return false if mode of
11952         SET_DEST is not the same as that returned by...
11953         * cselib.h (cselib_reg_set_mode): ... new function.
11954         * cselib.c (cselib_reg_set_mode): Define it.
11955         (REG_VALUES): Document semantics of first element as set mode.
11956         (cselib_subst_to_values): Skip first element if ELT is NULL.
11957         (cselib_lookup): Likewise.  Insert past the first element.
11958         (cselib_invalidate_regno): NULLify first element.
11959         (cselib_record_set): Set first element.
11961 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
11963         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
11964         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
11965         * tree.h: Add prototypes for the two new functions.
11966         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
11967         updates introduced in the previous revision by call to saved_expr_p.
11968         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
11970         * expr.c (store_field): Force usage of bitfield instructions when
11971         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
11972         (expand_expr, case BIT_FIELD_REF): likewise.
11974 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
11976         PR middle-end/8866
11977         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
11978         jumptables.
11980 2003-04-16  Richard Henderson  <rth@redhat.com>
11982         * config/ia64/ia64.c (sdata_symbolic_operand): Use
11983         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
11984         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11985         (function_operand): Use SYMBOL_REF_FUNCTION_P.
11986         (ia64_expand_load_address): Likewise.
11987         (ia64_assemble_integer): Likewise.
11988         (ia64_encode_section_info): Remove.
11989         (ia64_strip_name_encoding): Remove.
11990         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
11991         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
11993 2003-04-16  Richard Henderson  <rth@redhat.com>
11995         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
11996         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
11997         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
11998         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11999         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12000         (global_symbolic_operand): Similarly.
12001         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12002         (tls_symbolic_operand_type): Likewise.
12003         (alpha_encode_section_info): Use default_encode_section_info.
12004         (alpha_strip_name_encoding): Remove.
12005         (get_tls_get_addr): Split out from ...
12006         (alpha_legitimize_address): ... here.
12007         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12008         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12009         (alpha_initialize_trampoline): Use init_one_libfunc.
12010         (alpha_setup_incoming_varargs): Mark unused parameters.
12011         (alpha_initial_elimination_offset): Likewise.
12012         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12013         (unicosmk_unique_section): Use default_strip_name_encoding.
12014         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12016 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
12018         * config.gcc: Add t-spe for eabispe.
12020         * config/rs6000/t-spe: New.
12022 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
12024         Re-apply this patch:
12026         2002-05-16  Dale Johannesen  <dalej@apple.com>
12027           * combine.c (cant_combine_insn_p):  Reenable combinations
12028           involving hard regs unless CLASS_LIKELY_SPILLED_P.
12030 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12032         PR/10271
12033         * pa-protos.h (function_arg): Remove last argument.
12034         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
12035         * pa.h (struct hppa_args): Add member incoming.
12036         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12037         member incoming.
12038         (FUNCTION_ARG): Revise call to function_arg.
12039         (FUNCTION_INCOMING_ARG): Delete.
12041 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12043         * configure.in: Unify the code which creates symlinks to a
12044         just-built as, ld, objdump, and nm with the code that detects
12045         their presence for purposes of feature tests.
12046         * configure: Regenerate.
12048 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
12050         * varasm.c (output_constant_def): Do not consult
12051         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
12052         (after_function_constants, output_after_function_constants): Delete.
12053         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12054         * config/mips/mips-protos.h, config/mips/mips.c
12055         (mips16_constant_after_function_p): Delete.
12056         * config/mips/mips.h: Delete #if-0-ed definition of
12057         CONSTANT_AFTER_FUNCTION_P.
12058         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12059         mention of CONSTANT_AFTER_FUNCTION_P in comment.
12061 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
12063         * tree.c (next_decl_uid): Mark with GTY.
12064         (next_type_uid): Likewise.
12066 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12068         PR target/9594:
12069         * sh.c (barrier_align): Also recognize stuff_delay_slot as
12070         an indicator that a barrier was created by branch splitting.
12072 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12074         * c-decl.c (implicitly_declare): Copy declarations that are going
12075         to be placed in a local scope.
12077 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
12079         * invoke.texi (Spec Files): Wrap if-exists-else example.
12080         (MCore): Remove duplicate @itemx entries and @opindex entries.
12082 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
12084         * unwind.inc (_Unwind_Backtrace): New function.
12085         * unwind.h (_Unwind_Backtrace): Declare it.
12086         * libgcc-std.ver (_Unwind_Backtrace): Export it.
12088 2003-04-14  Jason Merrill  <jason@redhat.com>
12090         PR middle-end/10336, c++/10401
12091         * jump.c (never_reached_warning): Also stop looking if we reach the
12092         beginning of the function.
12094 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12096         PR target/10338
12097         PR bootstrap/10198
12098         PR bootstrap/10140
12099         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12101 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12103         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12105 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12107         * optabs.c (expand_binop): In multi-word add cases, ensure
12108         XTARGET is copied to TARGET if they are different.
12110 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
12112         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12113         to region, possible after integration of function with unreachable
12114         regions that were optimized away.
12116 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
12118         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12119         instead of TOC_REGISTER in epilogue in
12120         current_function_calls_eh_return functions.
12122 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12124         * doc/extend.texi (Empty Structures): Correct description of G++'s
12125         handling of these structures.
12127         * c-decl.c (grokdeclarator): Reject extern redeclarations of
12128         static variables.
12130 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
12132         * config/rs6000/rs6000.md (define_constants): Define constants for
12133         all UNSPEC usage, including new values for TLS support.
12134         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12135         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12136         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12137         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12138         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12139         eh_set_lr_di): Use them.
12140         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12141         rs6000_emit_epilogue) Use them.
12143         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12145 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
12147         * Makefile.in (c-opts.o): Use custom action.
12149 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
12151         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12153 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12155         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12156         handle "superflat arrays" in Ada.
12158         * integrate.c (expand_inline_function): Don't inline if would
12159         lose /u on a BLKmode TARGET.
12161 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
12163         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12164         extracted from dbxout_type.
12165         (dbxout_range_type): print large bounds in octal format.
12166         (dbxout_type): Replace extracted code by call to
12167         print_int_cst_bounds_in_octal_p.
12169         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12170         of DW_LANG_Ada83 for Ada units.
12172 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
12174         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12175         temporary used to round CONST_INT sizes.
12177         * tree.c (int_fits_type_p): Extract generic checks from the case
12178         of constant type bounds. Refine the checks against constant type
12179         bounds to allow for possible decisions against each of these bounds
12180         without requiring both bounds to be constant.
12181         (tree_int_cst_msb): Put back.
12182         * tree.h (tree_int_cst_msb): Likewise.
12184         * global.c (global_conflicts): Prevent allocation of call clobbered
12185         hard regs to pseudos live across abnormal edges, as later passes are
12186         not ready to handle them.
12188         * fold-const.c (fold): Reorder tests for conditional expressions.
12190         * expr.c (highest_pow2_factor): Return unsigned.
12191         * expr.h (offset_address): Likewise.
12192         * emit-rtl.c (offset_address): POW2 argument now unsigned.
12194 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12196         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
12197         string literals at compile-time.
12199 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12201         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
12202         comparison operation and c1/c2 are floating point constants into
12203         x swap(cmp) (c1 - c2).
12205 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
12207         * genautomata.c (output_translate_vect): Fix a typo in loop
12208         condition.
12210 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12212         PR target/10377
12213         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12214         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12215         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12216         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12217         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12218         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12219         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12220         ("*extopqihi_swap_side", "*extopqisi_swap_side")
12221         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12222         When next to constraint R, replace constraint i with n.
12224 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
12226         PR opt/10024
12227         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12229 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12231         * doc/contrib.texi (Contributors): Correct my entry.
12233 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12235         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12236         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12237         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12238         implies DECL_BUILT_IN to simplify logic.
12239         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12241 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12243         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12244         (BT_FN_PTR_SIZE_SIZE): Likewise.
12245         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12246         New built-in functions for malloc, calloc and strdup respectively.
12247         * calls.c (special_function_p): No need to handle malloc-like
12248         functions any longer.  ECF_MALLOC is set via built-in attributes.
12250         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12252         * doc/extend.texi: Document these new built-in functions.
12254 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12256         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12257         (expand_builtin_stpcpy): New.
12258         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12259         * builtins.def: Add mempcpy & stpcpy support.
12260         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12262 2003-04-13  Nick Clifton  <nickc@redhat.com>
12264         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12265         "GCC".
12266         * config/rs6000/40x.md, config/rs6000/603.md,
12267         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12268         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12269         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12270         config/rs6000/aix43.h, config/rs6000/aix51.h,
12271         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12272         config/rs6000/altivec.h, config/rs6000/altivec.md,
12273         config/rs6000/beos.h, config/rs6000/darwin.h,
12274         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12275         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12276         config/rs6000/freebsd.h, config/rs6000/gnu.h,
12277         config/rs6000/host-darwin.c, config/rs6000/linux.h,
12278         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12279         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12280         config/rs6000/netbsd.h, config/rs6000/power4.md,
12281         config/rs6000/rios1.md, config/rs6000/rios2.md,
12282         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12283         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12284         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12285         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12286         config/rs6000/spe.md, config/rs6000/sysv4.h,
12287         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12288         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12290 2003-04-13  Nick Clifton  <nickc@redhat.com>
12292         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12293         support for -mcall-aix switch.
12294         * config/rs6000/eabiaix.h: Delete.
12295         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12296         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12297         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12298         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12299         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12300         debug_stack_info, output_function_profiler,
12301         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12302         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12303         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12304         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12305         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12306         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12307         multilibs.
12308         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12309         (MULTILIB_EXCEPTIONS): Delete.
12310         (MULTILIB_MATCHES): Remove mcall-aix matches.
12312         * doc/fragments.texi: Replace -mcall-aix example with an ARM
12313         one.
12314         * doc/install.texi: Delete powerpc-*-eabiaix target.
12315         * doc/invoke.texi: Remove documentation of mcall-aix switch.
12316         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12317         * config.gcc: Delete powerpc-*-eabiaix target.
12319 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
12321         * doc/invoke.texi: Fix typos.
12322         * doc/tm.texi: Likewise.
12324 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12326         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12328 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12330         * tree.c (build_constructor): New function.
12331         * tree.h: Prototype it.
12333         * c-typeck.c (build_c_cast, pop_init_level)
12334         * profile.c (build_function_info_value, build_gcov_info_value)
12335         (create_profiler):
12336         Use build_constructor.
12338         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
12340         * objc/objc-act.c (build_constructor):
12341         Rename objc_build_constructor. Use build_constructor.
12342         (build_objc_string_object, objc_add_static_instance)
12343         (init_def_list, init_objc_symtab, init_module_descriptor)
12344         (generate_static_references, build_selector_translation_table)
12345         (build_descriptor_table_initializer, generate_descriptor_table)
12346         (build_protocol_initializer, build_ivar_list_initializer)
12347         (generate_ivars_list, build_dispatch_table_initializer)
12348         (generate_dispatch_table, generate_protocol_list)
12349         (build_category_initializer, build_shared_structure_initializer):
12350         Update to match.
12352 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12354         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
12356 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12358         * config/m68hc11/m68hc11-protos.h
12359         (m68hc11_eq_compare_operator): Declare
12360         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
12361         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
12362         (d_register_operand): Check the operand mode.
12363         (hard_addr_reg_operand): Likewise.
12365 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12367         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
12368         pattern for dbcc/ibcc generation for 68HC12.
12369         ("doloop_end"): New pattern.
12370         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
12371         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
12372         ("m68hc12_dbcc_dec_qi"): New pattern.
12373         ("m68hc12_dbcc_inc_qi"): New pattern.
12374         (split): Add split for the above when we can't use dbcc/ibcc due to
12375         reloading.
12376         (peephole2): Add peephole2 to generate the above when possible.
12378 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12380         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
12381         mode of operand 0.
12382         (peephole2 optimize const load): Likewise for operand 2.
12383         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
12384         clobbers CC_REGNUM.
12385         ("*rotrhi3_with_carry"): Likewise.
12386         (ashift:DI 1 split): Update pattern to create the above rotate.
12387         (lshiftrt:DI 1 split): Likewise.
12389 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12391         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
12392         ("tstqi_z_used" split): Use it.
12393         ("cmphi_z_used"): Likewise.
12394         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
12395         ("cmpqi_z_used"): Likewise.
12397 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
12399         PR c++/7910
12400         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
12402 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
12404         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
12405         * configure, config.in: Regenerate.
12406         * intl.c (gcc_gettext_width): New function.
12407         * intl.h: Prototype it.
12409 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12411         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
12412         recognize -mnorelax.
12413         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
12414         (REG_CLASS_NAMES): Add its name.
12415         (REG_CLASS_CONTENTS): Define its content.
12417 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
12419         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
12420         parameters so that offsets are valid for far definition.
12421         (__mulsi3): Likewise and use ret to return.
12422         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
12424 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
12426         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
12428 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
12430         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
12431         containing a libgcc.a, move lib* to the corresponding stage dir.
12433         * Makefile.in (stage1-start, stage2-start, stage3-start,
12434         stage4-start): Move $(SPECS) to specs in stage dir.
12435         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
12436         back as $(SPECS).
12438         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
12439         object files from the non-libgcc/ multilib directories as well.
12441 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
12443         * profile.c (read_counts_file): Initialise 'checksum'.
12445         * emit-rtl.c (gen_rtx): Really correct typo.
12447         PR c++/9393
12448         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12449         * configure.in: Check for gettimeofday.
12450         * tree.c (flag_random_seed): Define.
12451         (default_flag_random_seed): New.
12452         (append_random_chars): Use flag_random_seed rather than trying
12453         to acquire randomness here.
12454         * tree.h (default_flag_random_seed): Declare.
12455         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12456         descriptions.
12457         (decode_f_option): Handle -frandom-seed.
12458         (print_switch_values): Call default_flag_random_seed.
12459         * flags.h (flag_random_seed): Declare.
12460         * configure: Regenerate.
12461         * config.in: Regenerate.
12462         * config/alpha/t-crtfm: Use -frandom-seed.
12464         * doc/extend.texi (Empty Structures): New.
12466         * c-pch.c: Include flags.h.  Add comments to routines.
12467         (struct c_pch_validity): New.
12468         (get_ident): Update PCH file version number.
12469         (pch_init): Output current debugging type.
12470         (c_common_valid_pch): Check debugging type.
12471         * Makefile.in (c-pch.o): Update dependencies.
12472         * flags.h (debug_type_names): Declare.
12473         * toplev.c (debug_type_names): Move out of decode_g_option.
12475 2003-04-11  Eric Christopher  <echristo@redhat.com>
12477         * emit-rtl.c (gen_rtx): Fix typos.
12479 2003-04-11  Richard Henderson  <rth@redhat.com>
12481         * emit-rtl.c (gen_rtx): Zero '0' fields.
12483 2003-04-11  Richard Henderson  <rth@redhat.com>
12485         PR c++/10202
12486         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12487         not COMPLETE_TYPE_P for re-invoking layout_decl.
12489 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
12491         * doc/bugreport.texi: Fix paragraph breaking between sections
12492         in preparation for TeXinfo's paragraph indentation fixes.
12493         * doc/extend.texi: Ditto.
12494         * doc/invoke.texi: Ditto.
12495         * doc/objc.texi: Ditto.
12496         * doc/gcov.texi: Wrap 'gcov' in @command{}.
12497         * doc/invoke.texi (Darwin Options): Add a preamble.
12499 2003-04-11  Richard Henderson  <rth@redhat.com>
12501         * config/i386/i386.c (tls_model_chars): Remove.
12502         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12503         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12504         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12505         (tls_symbolic_operand_1): Likewise.
12506         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12507         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12508         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12509         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12510         bits "copied from i386.h" with default_encode_section_info.
12512 2003-04-11  Richard Henderson  <rth@redhat.com>
12514         * rtl.def (SYMBOL_REF): Add two 0 fields.
12515         * gengtype.c (adjust_field_rtx_def): Handle them.
12516         * print-rtl.c (print_rtx): Print them.
12517         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12518         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
12519         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
12520         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
12521         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
12522         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
12523         (SYMBOL_FLAG_MACH_DEP): New.
12524         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
12525         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
12526         (assemble_static_space): Set SYMBOL_REF_FLAGS.
12527         (assemble_trampoline_template): Likewise.
12528         (output_constant_def, force_const_mem): Likewise.
12529         (default_encode_section_info): New.
12530         * output.h: Declare it.
12531         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
12533 2003-04-11  Richard Henderson  <rth@redhat.com>
12535         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
12536         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
12537         * optabs.c (init_optabs): Initialize them.
12538         (init_libfuncs): Use init_one_libfunc.
12539         * calls.c (expand_call): Use gcov_flush_libfunc.
12540         * expr.c (store_constructor): Use setbits_libfunc.
12541         * function.c (expand_main_function): Use init_one_libfunc.
12542         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
12544 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
12546         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
12547         documentation; add DECL_FRIEND_CONTEXT.
12549 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12551         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
12552         notes on linker selection and configuration for 64-bit HP-UX port.
12553         * doc/invoke.texi (hppa): Remove hppa text from description for
12554         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
12555         and -threads options.
12557         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
12558         libc.a on libdld.sl when -static is specified and -nolibdld is not
12559         specified.
12560         * pa64-hpux.h (LIB_SPEC): Likewise.
12561         * pa-hpux11.h (LIB_SPEC): Likewise.
12562         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
12563         is not specified.
12565 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
12567         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
12568         not IDENTIFIER_LOCAL_VALUE.
12570 2003-04-11  Richard Henderson  <rth@redhat.com>
12572         PR c/10201
12573         * expr.c (expand_expr): Move DECL_RTL frobbing ...
12574         * stor-layout.c (layout_decl): ... here.
12576 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
12578         * doc/invoke.texi: Eliminate extra white-space caused by
12579         @gccoptlist{ on its own line.
12580         * doc/invoke.texi: Ensured there are two spaces between each option.
12581         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12582         Added @gol to options that didn't have them.
12584 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12586         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
12587         gcov-iov.h.
12589         Simplify interface to gcov reading and writing.
12590         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
12591         gcov_alloc, gcov_modified, gcov_errored): Move into ...
12592         (struct gcov_var gcov_var): ... this static structure.
12593         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
12594         Return void.
12595         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
12596         read object.
12597         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
12598         (gcov_reserve_length): Remove.
12599         (gcov_write_tag): New.
12600         (gcov_write_length): Adjust.
12601         (gcov_read_summary, gcov_write_summary): Adjust.
12602         (gcov_eof, gcov_ok): Rename to ...
12603         (gcov_is_eof, gcov_is_error): ... here. Return error code.
12604         (gcov_save_position, gcov_resync): Rename to ...
12605         (gcov_position, gcov_seek): ... here.
12606         (gcov_skip, gcov_skip_string): Remove.
12607         (gcov_error): Remove.
12608         (gcov_open, gcov_close): Adjust.
12609         * gcov.c (find_source): Take const char *, copy it on allocation.
12610         (read_graph_file): Adjust.
12611         (read_count_file): Adjust.
12612         * libgcov.c (gcov_exit): Adjust.
12613         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
12614         tag_arc_counts, tag_summary): Return void. Adjust.
12615         (struct tag_format): Adjust proc member.
12616         (dump_file): Adjust gcov calls.
12618 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
12620         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
12621         mkfixinc.sh.
12622         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
12623         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
12624         build != host sysrooted builds.
12625         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
12626         TARGET_SYSTEM_ROOT even on sysrooted natives.
12627         * configure: Rebuilt.
12629 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12631         * c-decl.c (struct binding_level): Add shadowed_tags and
12632         function_body; remove this_block, tag_transparent, and
12633         subblocks_tag_transparent; update comments.
12634         (clear_binding_level, lookup_tag_reverse): Kill.
12635         (make_binding_level): Use ggc_alloc_cleared or memset.
12636         (lookup_tag): Remove struct binding_level* parameter.  All
12637         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
12638         current_binding_level->tags if asked for thislevel_only or if
12639         we might have to diagnose "struct foo; union foo;"
12640         (pushlevel): Ignore argument.  Do not push another binding
12641         level on the transition from the parameters to the top level
12642         of the function body; just tweak the flags and proceed.
12643         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
12644         a function body, separate the parameter list from the
12645         top-level local variables.
12646         (set_block): Do nothing.
12647         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
12648         shadowed_tags if necessary.
12649         (warn_if_shadowing): Nuke the special case for local shadowing
12650         parameter.
12651         (pushdecl): Do not create a shadow entry if we are replacing
12652         an older decl in the same binding level.
12653         (pushdecl_function_level): Tweak for new way of indicating
12654         function scope.
12655         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
12656         (start_function): Don't set subblocks_tag_transparent.
12657         (finish_function): Fix up the binding_level stack for totally
12658         empty functions.  Otherwise, don't call poplevel.
12660         * c-common.c (shadow_warning): MANDATORY argument is no longer
12661         necessary.  Always use plain warning.
12662         * c-common.h: Update to match.
12664         * cfglayout.c (scope_to_insns_initialize): Clear block when we
12665         hit the FUNCTION_DECL.
12666         * function.c: Do not create cyclic tree structure.
12668 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12670         * c-tree.h (struct lang_identifier): Replace global_value,
12671         local_value members with symbol_value, tag_value.  Kill
12672         implicit_decl and limbo_value.
12673         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
12674         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
12675         C_MISSING_PROTOTYPE_WARNED): Kill.
12676         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
12677         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
12678         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
12679         (implicit_decl_warning, lookup_name_current_level,
12680         record_function_scope_shadow): Don't prototype.
12681         (pushdecl_function_level): Prototype.
12683         * c-decl.c (truly_local_externals): New variable.
12684         (struct binding_level): Adjust commentary.
12685         (get_function_binding_level, clear_limbo_values,
12686         record_function_scope_shadow): Kill.
12687         (lookup_name_current_level, implicit_decl_warning): Are now static.
12688         (any_external_decl, record_external_decl): New static functions.
12689         (clone_underlying type): Split out of pushdecl.
12690         (c_print_identifier): Update to match changes to struct
12691         lang_identifier.
12692         (poplevel): Delete #if 0 block.  Make externals invisible
12693         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
12694         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
12695         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
12696         (duplicate-decls): For real parm decl after a forward decl,
12697         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
12698         foo(...) { } with only a warning.  Say whether a previous
12699         declaration was implicit.
12700         (warn_if_shadowing): Now handles all shadowing, not just
12701         local-over-local.  Clarify comments.
12702         (pushdecl): Rewritten.  There is no longer a distinction
12703         between global and local symbol values; they're all
12704         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
12705         DECL_EXTERNAL decls, and use any_external_decl to check
12706         against previous externals.  Kill #if 0 blocks.  Don't
12707         tolerate error_mark_node being NULL.
12708         (pushdecl_top_level): Handle only those cases which
12709         Objective C (the only user) needs.
12710         (pushdecl_function_level): New function.
12711         (implicitly_declare): Create ordinary decls with
12712         C_DECL_IMPLICIT set.  Recycle old decls, however they got
12713         created.
12714         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
12715         for C_DECL_INVISIBLE symbols.
12716         (lookup_name_current_level): Likewise.  Use chain_member.
12717         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
12718         Use pushdecl_function_level.
12719         (builtin_function): Use C_DECL_INVISIBLE.
12720         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
12721         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
12722         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
12723         (identifier_global_value): Same.  Must scan
12724         global_binding_level in extremis.
12726         * c-typeck.c (undeclared_variable): New static function, split
12727         from build_external_ref.
12728         (build_external_ref): Use DECL_CONTEXT, not
12729         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
12730         an instance variable.  Restructure for clarity.
12731         * objc/objc-act.c: Use identifier_global_value, not
12732         IDENTIFIER_GLOBAL_VALUE.
12734 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
12736         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
12737         not Working Paper.
12738         * doc/invoke.texi (C++ Dialect Options): Same.
12740 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12742         * tree.c (tree_operand_check_failed): New function.
12743         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
12744         TREE_RTL_OPERAND_CHECK): New checking macros.
12745         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
12746         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
12747         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
12748         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
12749         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
12750         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12751         checking macros.
12753 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
12755         PR inline-asm/8803
12756         * function.c (instantate_virtual_regs):  Verify that all ASM statements
12757         match after the virutal regs instantiation.
12759 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12761         * ia64-protos.h (addp4_optimize_ok): New.
12762         * ia64.c (addp4_optimize_ok): New.
12763         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
12764         (*ptr_extend_plus_2): Ditto.
12766 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12768         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
12769         not with convert_memory_address.
12770         (store_constructor): Ditto, and same for copy_size_rtx.
12771         (expand_expr): Ditto.
12773 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
12775         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
12777 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
12779         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
12780         even if it is configured to be write-through.
12782 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
12784         * config/s390/s390.c (larl_operand): Do not allow symbols
12785         marked with '@'.
12786         (s390_encode_section_info): Mark symbols with forced 1-byte
12787         alignment with '@'.
12788         (s390_strip_name_encoding): Strip '@'.
12789         (legitimize_pic_address): Handle symbols that are not valid
12790         LARL operands in 64-bit mode.
12792 2003-04-10  Andrew Haley  <aph@redhat.com>
12794         * tree-inline.c (inlinable_function_p): Disable inlining for
12795         synchronized methods.
12797 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
12799         * c-common.h (lang_statement_code_p): Remove declaration.
12800         (statement_code_p): Ditto.
12801         (c_common_stmt_codes): Define; list of c-common statement codes.
12802         (statement_code_p): New extern declaration.
12803         (STATEMENT_CODE_P): Define.
12804         (INIT_STATEMENT_CODES): Define.
12805         * c-common.c (statement_code_p): Kill the function, declare
12806         as an array of bools instead.
12807         (lang_statement_code_p): Remove.
12808         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
12809         (c_safe_from_p): Ditto.
12810         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
12811         to initialize the statement_code_p array.
12812         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
12813         statement_code_p.
12814         (copy_tree_r): Ditto.
12815         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
12816         statement tree codes.
12817         * cp/lex.c (cxx_init): Add missing print line break.  Use
12818         INIT_STATEMENT_CODES to initialize the statement_code_p array.
12819         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
12820         instead of statement_code_p.
12821         * cp/pt.c (tsubst_expr): Ditto.
12822         * cp/tree.c (verify_stmt_tree_r): Ditto.
12823         (cp_statement_code_p): Remove.
12824         (init_tree): Don't set lang_statement_code_p, it's gone.
12826 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12827             Zack Weinberg  <zack@codesourcery.com>
12829         * regrename.c (struct du_chain): Use a bitfield for reg_class.
12830         * cse.c (struct qty_table_elem, struct table_elt, struct set):
12831         Use bitfields for fields holding enum rtx_code or
12832         enum machine_mode values.  Add comments explaining size choices.
12834 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12836         * config/fp-bit.c (unpack_d): Handle pair of doubles with
12837         different signs correctly.
12839 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12841         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
12842         (reg_pending_barrier): Make it of the enumeration type.
12843         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
12844         TRUE_BARRIER.
12845         (sched_analyze): Ditto.
12846         (sched_analyze_insn): Ditto.  Use anti-dependencies for
12847         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
12848         (init_deps_global): Initialize the barrier as NO_BARRIER.
12850 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12852         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
12853         Check that asm insn starts on a new cycle.  Add nops after asm
12854         insn to end bundle.
12855         (bundling): Move insn type evaluation from the loop.  Call
12856         issue_nops_and_insn with the new parameter.  Ignore changing
12857         position for nops after asm insn.
12859 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12861         * optabs.c: Comment that gen_add2_insn and others may actually
12862         return emitted insns, if the gen functions turn out to return
12863         emitted insns.
12864         * reload1.c (reload_cse_move2add): Cope with emitted insns from
12865         gen_add2_insn.
12867 2003-04-09  Richard Henderson  <rth@redhat.com>
12869         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
12870         but not tls_symbolic_operand.
12871         (ia64_expand_load_address): Remove scratch operand.
12872         (ia64_expand_tls_address): Split out from ia64_expand_move.
12873         (ia64_expand_move): Split symbolics only after reload.
12874         (ia64_emit_cond_move): New.
12875         * config/ia64/ia64-protos.h: Update.
12876         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
12877         (symbolic splitter): Accept SImode operands too.
12878         (cmove splitter): Use ia64_emit_cond_move.
12880 2003-04-09  Nick Clifton  <nickc@redhat.com>
12882         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
12883         newer.
12884         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
12885         instead of -mno-fpu.
12886         * config/arm/semi.h (ASM_SPEC): Likewise.
12887         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
12888         but only if -msoft-float is specified pass.  Otherwise pass
12889         -mfpu=softvfp.
12891 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12893         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
12894         free_EXPR_LIST_node.
12896 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12898         * fold-const.c (fold):  Use "fold" following build in more places.
12899         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
12900         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
12902 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12904         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
12905         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
12906         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
12907         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
12908         Delete function scope "fcode" variable to avoid shadowing.
12910 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
12912         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
12913         Take into account DWARF_INITIAL_LENGTH_SIZE.
12915 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
12917         * reorg.c (fill_slots_from_thread): When considering changing the
12918         insn following a reg-to-reg copy insn to use the source reg of the
12919         copy, bail out if there's overlap between the registers.
12921 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12923         * function.c (postponed_insns): New.
12924         (purge_addressof_1): Postpone processing of insns if addressofs
12925         are not put into stack.
12926         (purge_addressof): Process postponed insns.
12928 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12930         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
12931         this is FP_MODE_DOUBLE .
12932         * sh.c (ra.h): #include.
12933         (push_regs): Add second parameter.  Changed all callers.
12934         If necessary, set fpscr before saving floating point registers.
12935         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
12936         do saves / restores with SZ == 1.
12937         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
12938         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
12939         registers are being restored, restore FPSCR only after restoring them.
12941 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
12943         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
12944         regardless of architecture.
12945         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
12947 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12949         * sh.c (push_regs, calc_live_regs): Return int.  Take single
12950         HARD_REG_SET * parameter.  Changed all callers.
12952 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
12954         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
12955         GOTOFF operand.
12956         (legitimize_pic_address): Move plus outside the unspec.
12957         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
12958         for validity.
12960 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
12962         * gcov-io.h (gcov_save_position): Remove __inline__ from
12963         declaration.
12965 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
12967         * doc/install.texi: Use @command and @samp for single- and
12968         multi-word commands respectively.
12969         * doc/makefile.texi: Likewise.
12970         * doc/sourcebuild.texi: Likewise.
12972 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12973             Richard Henderson  <rth@redhat.com>
12975         PR c/9516
12976         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
12977         favor of looping and tail recursion for TREE_LIST and binops.
12979 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12981         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
12982         for insns without luid.
12984 2003-04-07  Glen Nakamura  <glen@imodulo.com>
12986         PR opt/8634
12987         * explow.c (maybe_set_unchanging): Don't flag non-static const
12988         aggregate type initializers with RTX_UNCHANGING_P.
12990 2003-04-07  Richard Henderson  <rth@redhat.com>
12992         PR opt/8634
12993         * function.c (purge_addressof_1): Don't try arithmetics for
12994         unchanging memories.
12996 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
12998         * doc/sourcebuild.texi (Test Suites): Document testing support for
12999         gcov and profile-directed optimizations; describe gcc.misc-tests.
13001 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
13003         PR target/10077
13004         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
13006 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
13008         * doc/rtl.texi (Comparison operations): Update to
13009         record the allowed comparison modes.
13011 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13013         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13014         V2SI_type_node to opaque_V2SI_type_node.  Rename all
13015         V2SF_type_node to opaque_V2SF_type_node.
13016         (rs6000_init_builtins): Define opaque_V2SI_type_node and
13017         opaque_V2SF_type_node.
13018         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13019         opaque_V2SF_type_node are opaque types.
13021 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13023         * gcse.c (replace_store_insn): Use single_set.
13025 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13027         Change gcov file interface to single file at a time.
13028         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13029         Convert to C89 prototypes.
13030         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13031         gcov_error, gcov_modified): New static variables.
13032         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13033         functions.
13034         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13035         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13036         (gcov_read_summary, gcov_write_summary): Adjust.
13037         (gcov_save_position, gcov_reserve_length, gcov_write_length):
13038         Adjust.
13039         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13040         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13041         (da_file_position, da_file_seek, da_file_write, da_file_read):
13042         Remove.
13043         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13044         * gcov.c (gcov_type): Don't typedef here.
13045         (IN_GCOV): #define
13046         (read_graph_file, read_count_file): Adjust.
13047         * gcov-dump.c (gcov_type): Don't typedef here.
13048         (IN_GCOV): #define.
13049         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13050         Remove FILE parameter, adjust.
13051         (struct tag_format): Adjust proc member.
13052         (dump_file): Adjust.
13053         * libgcov.c (IN_LIBGCOV): #define.
13054         (gcov_exit): Adjust.
13055         * loop-init.c: Don't #include gcov-io.h
13056         * profile.c (struct counts_entry): New structure to hold counter
13057         values.
13058         (struct section_reference, struct da_index_entry): Remove.
13059         (bbg_file, da_file): Remove.
13060         (htab_counts_index_hash, htab_counts_index_eq,
13061         htab_counts_index_del): Replace with ...
13062         (htab_counts_entry_hash, htab_counts_entry_eq,
13063         htab_counts_entry_del): ... these.
13064         (cleanup_counts_index, index_counts_file): Remove.
13065         (read_counts_file): New function.
13066         (get_exec_counts): Adjust.
13067         (compute_branch_probabilities): Don't free the exec counts here.
13068         (branch_prob): Adjust.
13069         (init_branch_prob): Adjust.
13070         (end_branch_prob): Adjust.
13072 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
13074         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13075         -mfloat-gprs.
13077         * config/rs6000/rs6000.c: Delete rs6000_fprs.
13078         Declare rs6000_float_gprs.
13079         Declare rs6000_float_gprs_string.
13080         (rs6000_parse_float_gprs_option): New.
13081         (rs6000_override_options): Genericize rs6000_parse_* calls to use
13082         rs6000_parse_yes_no_option.
13083         Change check for cpu=8540, to use TARGET_E500.
13084         (rs6000_parse_isel_option): Delete.
13085         (rs6000_parse_spe_option): Delete.
13086         (rs6000_parse_vrsave_option): Delete.
13088         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13089         Define rs6000_float_gprs_string.
13090         (TARGET_OPTIONS): Add rs6000_float_gprs option.
13092         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13094         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13096 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
13098         PR opt/10024
13099         * cfglayout.c (cfg_layout_redirect_edge):
13100         Redirect any branch edges unified with the fallthru one.
13101         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
13102         case fallthru edges when called via cfglayout.c
13104 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13106         * c-typeck.c (output_init_element): Check for type == error_mark_node.
13108 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
13110         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13111         split.
13112         (a splitter): Do zero-extension via HImode.
13114 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
13116         * doc/invoke.texi: Eliminate extra white-space caused by
13117         @gccoptlist{ on its own line.
13118         * doc/invoke.texi: Ensured there are two spaces between each option.
13119         * doc/invoke.texi: Re-wrapped option lines that were too wide.
13120         Added @gol to options that didn't have them.
13122 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
13124         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13126 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13128         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13129         at the sizes of the relevant structures, rather than relying
13130         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
13131         sizes of any such we don't know about.  Use
13132         lang_hooks.identifier_size for IDENTIFIER_NODE.
13134         (initializer_zerop): Use CONSTRUCTOR_ELTS.
13135         * tree.def: Update commentary.  Make fourth element of
13136         the definition for all 'c' and 'x' nodes zero.
13138         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13139         * langhooks-def.h: Update to match.
13140         * langhooks.c: New default, lhd_tree_size.
13142         * c-common.def (SRCLOC): Kill.
13143         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13144         Remove entirely - was already #if-ed out.
13147 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
13149         * mklibgcc.in: Use a here document to avoid running afoul of
13150         shells that generate control-A from "echo \1".
13152 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
13154         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13155         option.
13157         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13158         rs6000_spe.
13160         * config/rs6000/eabi.h (TARGET_E500): Define.
13162         * config/rs6000/rs6000.h (TARGET_E500): Define.
13163         (TARGET_OPTIONS): Add spe= option.
13164         Declare rs6000_spe and rs6000_spe_string extern.
13166         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13167         Change TARGET_SPE to TARGET_E500.
13168         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
13169         !TARGET_FPRS.
13170         (print_operand): Same.
13171         (rs6000_generate_compare): Same.
13172         (output_cbranch): Same.
13173         (rs6000_spe): Declare.
13174         (rs6000_spe_string): Declare.
13175         (rs6000_override_options): Call rs6000_parse_spe_option.
13176         (rs6000_parse_spe_option): New.
13178 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
13180         * hashtable.c (gcc_obstack_init): Delete this function
13181         and everything related to it.
13182         * hashtable.h: Remove prototype.
13183         * bitmap.c (bitmap_element_allocate): Cleanup redundant
13184         defines.  Cleanup some unnecessary whitespace.
13185         * defaults.h (obstack_chunk_alloc): Redefine with
13186         appropriate casts for libiberty obstacks.
13187         (obstack_chunk_free): Ditto.
13188         (OBSTACK_CHUNK_SIZE): Define, default to 0.
13189         (gcc_obstack_init): Define as a call to _obstack_begin.
13190         * tree.c (print_obstack_statistics): Delete this unused
13191         function.
13192         * tree.h (obstack): Don't forward-declare.
13193         (print_obstack_statistics): Delete prototype.
13194         (print_obstack_name): Ditto.
13195         (gcc_obstack_init): Ditto.
13196         * rtl.h (gcc_obstack_init): Ditto.
13197         * java/jv-scan.c (gcc_obstack_init): Delete this
13198         function, its prototype and related defines.
13199         * java/jvgenmain.c (gcc_obstack_init): Delete this
13200         function, and related defines.
13201         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13202         (obstack_chunk_free): Ditto
13204 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
13206         * dbxout.c (dbxout_handle_pch): Move prototype out from
13207         #if defined DBX_DEBUGGING_INFO.
13209 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
13211         * gcov.c (struct arc_info): Replace local_span with cycle.
13212         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13213         (solve_flow_graph): Set is_call_return.
13214         (add_line_counts): Adjust. In block mode, blocks attach to last line.
13215         (accumulate_line_counts): Find graph cycles, not spanning tree.
13216         (output_branch_count): Adjust.
13217         (output_lines): Adjust.
13218         * doc/gcov.texi: Update.
13220 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
13222         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13223         the second alternative to "#".
13225 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13227         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13228         (single_zero_operand): Likewise.
13230 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
13232         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
13233         * df.c: Include alloc-pool.h, not obstack.h.
13234         (df_ref_obstack): Remove.
13235         (df_ref_pool, df_link_pool): Add pools.
13236         (df_alloc): Init the new pools.
13237         (df_free): And free them.
13238         (df_link_create): Use the pools.
13239         (df_ref_create): Ditto.
13241 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
13243         * simplify-rtx.c: Fix formatting.
13245 2003-04-05  Andrew Pinski  <apinski@apple.com>
13247         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13248         reg with reg1 == reg2 and offset1 = -8.
13250 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
13252         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13253         multiply costs.  Correct Power4 divide costs.
13254         * config/rs6000/power4.md: Restore multiply and FP latency.
13256 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13258         * alias.c (find_base_term): Export.
13259         * rtl.h (find_base_term): Declare.
13260         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13261         instead of flag_exceptions.  Move test for parameter passing ...
13262         (store_killed_in_insn): ... here.
13264 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13266         PR bootstrap/10267
13267         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13268         for configuring.
13270 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13272         * dbxout.c (scope_labelno): Add GTY.
13273         (have_used_extensions): Add GTY.
13274         (source_label_number): Add GTY.
13275         (lastfile): Add GTY.
13276         (lastfile_is_base): New.
13277         (base_input_file): New.
13278         (dbxout_handle_pch): New.
13279         (dbx_debug_hooks): Add handle_pch.
13280         (xcoff_debug_hooks): Likewise.
13281         (dbxout_function_end): Remove scope_labelno.
13282         (dbxout_init): Set base_input_file.
13283         (dbxout_handle_pch): New.
13284         (dbxout_source_file): Honour lastfile_is_base.
13285         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13286         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13287         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13288         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13289         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13290         * debug.h (struct gcc_debug_hooks): Add handle_pch.
13291         * c-pch.c (pch_init): Don't call start_source_file, but do call
13292         handle_pch.
13293         (c_common_write_pch): Call handle_pch.
13294         (c_common_read_pch): Don't call start_source_file,
13295         or end_source_file.
13297 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
13299         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13300         use of default attributes to agree MEM_ALIGN macro.
13302 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
13304         * dbxout.c (dbxout_type): When printing type index of range type
13305         whose bounds are printed in octal format, print type of parent type if
13306         it exists so enumerated type descriptions are not transformed
13307         into unsigned types.
13309 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
13311         * config/h8300/h8300-protos.h: Add a prototype for
13312         compute_a_shift_cc.
13313         * config/h8300/h8300.c (shift_one): Update the CC status.
13314         (shift_two): Likewise.
13315         (output_a_shift_cc): Set cc_inline and cc_special.
13316         (compute_a_shift_cc): New.
13317         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13319 2003-04-04  Richard Henderson  <rth@redhat.com>
13321         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13323 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
13325         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13326         * fixinc/fixincl.x: Rebuilt.
13327         * fixinc/tests/base/stdio.h: Regenerated.
13329 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
13331         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13333 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
13335         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
13336         (NORMAL_MODE).
13337         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
13339 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13341         * doc/contrib.texi (Contributors): Add entries for Wolfgang
13342         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
13343         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
13344         Danny Smith, and Ulrich Weigand.
13345         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
13346         entry.
13348 2003-04-04  Nick Clifton  <nickc@redhat.com>
13350         * config/sparc/sol2-bi.h: Revert previous delta.
13351         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
13353 2003-04-04  Nick Clifton  <nickc@redhat.com>
13355         * config/v850/v850.c (expand_prologue): Only use register save
13356         helper functions if long calls are not being used.
13357         Add a clobber of r11 id using long calls.
13358         (pattern_is_ok_for_prologue): Account for the extra clobber.
13359         (construct_save_jarl): Likewise.
13360         * config/v850/v850.md (prolog pattern): Do not use this pattern
13361         for v850e's.
13363 2003-04-04  Andreas Schwab  <schwab@suse.de>
13365         * stor-layout.c (layout_decl): Avoid syntax error in last change
13366         when PCC_BITFIELD_TYPE_MATTERS is defined but not
13367         EMPTY_FIELD_BOUNDARY.
13369 2003-04-03  Jason Merrill  <jason@redhat.com>
13371         PR c/10175
13372         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
13373         Look backwards for a line note.
13375 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
13377         * fix-header.c (read_scan_file): Defer switch processing.
13379 2003-04-03  Matt Austern  <austern@apple.com>
13381         * cpppch.c (reset_ht): Remove.
13382         (cpp_read_state): Remove loop to reset hashtable identifiers.
13383         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
13384         after pch file is written.
13385         * ggc.h (gt_pch_fixup_stringpool): Declare.
13386         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
13387         hashnode's value to another hashtable, then clear the original.
13388         (saved_ident_hash): Define.
13389         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
13390         store definitions in ident_hash, and clear ident_hash.
13391         (gt_pch_fixup_stringpool): Define.  Restore definitions from
13392         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
13394 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13396         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
13398 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13400         PR optimization/10157
13401         * gcse.c (can_copy_p): Rename it to can_copy.
13402         (can_copy_init_p): Remove.
13403         (compute_can_copy): Use can_copy instead of can_copy_p.
13404         (can_copy_p): New exported function. Call compute_can_copy.
13405         (hash_scan_set): Use it.
13406         (gcse_main): Don't call compute_can_copy.
13407         (bypass_jumps): Don't call compute_can_copy.
13408         * rtl.h (can_copy_p): Declare.
13409         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
13410         copy if the mode doesn't support copy operations.
13412 2003-04-03  Jason Merrill  <jason@redhat.com>
13414         * Makefile.in (unstrap): Also remove stage_last.
13416         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
13417         (dwarf2out_source_line): Don't do anything if line==0.
13419         * stor-layout.c (do_type_align): New fn, split out from...
13420         (layout_decl): ...here.  Do all alignment calculations for
13421         FIELD_DECLs here.
13422         (update_alignment_for_field): Not here.
13423         (start_record_layout, debug_rli): Remove unpadded_align.
13424         * tree.h (struct record_layout_info_s): Remove unpadded_align.
13425         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
13426         or DECL_MODE on the CONST_DECLs.
13427         (finish_struct): Don't mess with DECL_ALIGN.
13429 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
13431         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
13433 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
13435         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
13436         function is an interrupt handler.
13438         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
13439         restoring target registers with EH_RETURN_STACKADJ_RTX; use
13440         multiple registers in round-robin fashion.
13442 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13444         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13445         * system.h (CHAR_BITFIELD): New.
13447 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
13449         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13450         and LE.
13451         (another peephole2): Likewise.
13453 2003-04-03  Nick Clifton  <nickc@redhat.com>
13455         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13456         (DEF_ARCH64_SPEC): Likewise.
13458 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13460         * i386.c (constant_address_p): Use legitimate_constant_p.
13461         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13463 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13465         * config/h8300/h8300-protos.h: Add a prototype for
13466         gtle_operator.
13467         * config/h8300/h8300.c (gtle_operator): New.
13468         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13469         gtle_operator.
13470         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13471         and LE.
13473 2003-04-02  Richard Henderson  <rth@redhat.com>
13475         * libgcc-std.ver (_Unwind_GetCFA): New.
13476         * unwind-dw2.c (_Unwind_GetCFA): New.
13477         * unwind-libunwind.c (_Unwind_GetCFA): New.
13478         * unwind-sjlj.c (_Unwind_GetCFA): New.
13479         * unwind.h: Declare it.
13481 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
13483         PR inline-asm/8088
13484         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
13485         when MMX/SSE is not available.
13487 2003-04-02  Mike Stump  <mrs@apple.com>
13489         * doc/install.texi (Specific): Update pointers to apple.com.
13491 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
13493         * i386.c (override_options):  Disable red zone by default on i386.
13494         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13495         Do not test TARGET_64BIT together with TARGET_RED_ZONE
13497 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13499         * config/h8300/h8300.md (a peephole2): Tighten the condition.
13501 2003-04-02  Richard Henderson  <rth@redhat.com>
13503         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13505 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13507         * config/h8300/h8300.md (a peephole2): New.
13509 2003-04-02  Richard Henderson  <rth@redhat.com>
13511         * except.c (sjlj_find_directly_reachable_regions): Recognize when
13512         must-not-throw region has been deleted.
13514 2003-04-02  Richard Henderson  <rth@redhat.com>
13516         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13517         optimization when flag_exceptions not enabled.
13519 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
13521         * config/rs6000/rs6000.c
13522         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
13523         macros.
13524         (rs6000_issue_rate): Add case for 8540.
13525         (rs6000_use_sched_lookahead): New function.
13527         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
13528         units into MU ones.
13529         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
13530         reservation before retirement.
13531         (ppc8540_multiply, ppc8540_load, ppc8540_store,
13532         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
13533         Remove additional cycle in the reservation before retirement.
13534         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
13535         reservation of ppc8540_issue.
13537 2003-04-02  Andreas Schwab  <schwab@suse.de>
13539         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
13541 2003-04-01  Richard Henderson  <rth@redhat.com>
13543         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
13544         notes for nothrow calls if flag_forced_unwind_exceptions.
13545         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
13546         (sjlj_find_directly_reachable_regions): Likewise.
13547         (reachable_handlers): Likewise.
13548         (can_throw_external): Likewise.
13549         (collect_one_action_chain): Record cleanups after catch-all and
13550         must-not-throw if flag_forced_unwind_exceptions.
13551         * flags.h (flag_forced_unwind_exceptions): Declare.
13552         * toplev.c (flag_forced_unwind_exceptions): New.
13553         (lang_independent_options): Add it.
13554         * doc/invoke.text: Add it.
13556 2003-04-01  David Mosberger <davidm@hpl.hp.com>
13558         * config/ia64/crti.asm: Clean up trailing whitespace.
13559         Remove trailing hashes (#) from identifiers.
13561         * config/ia64/crtn.asm: Ditto.
13563         * config/ia64/crtend.asm: Remove trailing hashes (#) from
13564         identifiers.
13565         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
13566         directives.  Drop explicit bundling---it just makes the code
13567         harder to read.  Don't save/restore gp needlessly.
13569         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
13570         identifiers (they're only needed if the identifier would clash
13571         with a register name otherwise).
13572         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
13573         directives.  Drop explicit bundling---it just makes the code
13574         harder to read.
13575         (__do_jv_register_classes): Ditto.
13576         (.fini_array): Remove "progbits" (newer
13577         assemblers don't like wrong section-types).
13578         (.init_array): Ditto.
13580 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13582         PR fortran/9974
13583         * gcse.c (reg_killed_on_edge): New function to test whether the
13584         given reg is overwritten by any instruction queued on an edge.
13585         (bypass_block): Ignore substitutions killed on incoming edges.
13586         Don't bypass outgoing edges that have queued instructions.
13588 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
13590         * real.h (EXP_BITS): Make room for...
13591         (struct real_value): ... added canonical bit.
13592         (struct real_format): Added pnan.
13593         (mips_single_format, mips_double_format, mips_extended_format,
13594         mips_quad_format): New.
13595         * real.c: Copy p to pnan in all formats.
13596         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
13597         (real_nan): Use pnan to compute significand's shift.
13598         (real_identical): Disregard significand in canonical
13599         NaNs.
13600         (real_hash): Likewise.  Take signalling into account.
13601         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
13602         Disregard significand bits in canonical NaNs.  Set all bits of
13603         canonical NaN if !qnan_msb_set.
13604         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
13605         qnan_msb_set to tell the base double format.
13606         (ibm_extended_format): Use 53 as pnan.
13607         (mips_single_format, mips_double_format, mips_extended_format,
13608         mips_quad_format): Copied from the corresponding ieee/ibm
13609         formats, with qnan_msb_set false.
13610         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
13611         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
13612         * config/mips/mips.c (override_options): Use mips_single_format
13613         and mips_double_format.  Default TFmode to mips_quad_format.
13614         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
13615         * config/mips/t-irix6: Likewise.
13616         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
13617         * config/fp-bit.c (pack_d, unpack_d): Obey it.
13619 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
13621         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
13622         (live_image_destructor): Reset image to initial state.
13623         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
13625 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
13627         * config/sparc/sparc.c (input_operand): Accept bare
13628         CONSTANT_P_RTX operands.
13630 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13632         * gcse.c (struct ls_expr): Added pattern_regs field.
13633         (ldst_entry): Initialize it.
13634         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
13635         (store_ops_ok): Use regs precomputed by them.
13636         (find_loads, store_killed_in_insn, load_kills_store): Change return
13637         type to bool.
13638         (store_killed_before, store_killed_after): Take position of register
13639         set in account.
13640         (reg_set_info): Store position of the setter.
13641         (gcse_main): Enable store motion.
13642         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
13643         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
13644         sharing.
13645         (simple_mem): Enable store motion of non-symbol mems.
13646         (regvec): Type changed.
13647         (LAST_AVAIL_CHECK_FAILURE): New.
13648         (compute_store_table_current_insn): New.
13649         (build_store_vectors): Computation of availability and anticipatability
13650         moved ...
13651         (compute_store_table, find_moveable_store): ... here.
13652         (delete_store): Remove senseless comment.
13653         (store_motion): Reorganize.
13655 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
13657         * config/mips/mips.c (override_options): Provide mappings for
13658         HI_REGNUM and LO_REGNUM.
13659         * config/mips/mips.h (MD_DBX_FIRST): Define.
13661 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13663         * combine.c (merge_outer_ops): Fix typo.
13665         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
13667 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
13669         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
13670         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
13671         imul_compare.  Add lmul_compare.
13672         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
13673         in second pair of dispatch slots.  Model stores more accurately.
13674         Tweak multiply model.  Add bypasses for CR instructions dependent
13675         on complicated compares.
13676         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
13677         (muldi3): Add lmul_compare patterns.
13678         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
13679         and FPSTORE_UX to split instructions and add COMPARE,
13680         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
13681         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
13682         (rs6000_rtx_costs): Separate POWER4 multiply case.
13684 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
13686         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
13687         Do nothing if __builtin_return_address was not used.
13689 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
13691         * i386.md (test patterns):  Allow memory operand in operand1.
13693 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
13695         * testsuite/gcc.c-torture/execute/simd-3.c: New.
13697         * expr.c (expand_expr): Handle VECTOR_CST.
13698         (const_vector_from_tree): New.
13700         * varasm.c (output_constant): Handle VECTOR_CST.
13702         * c-typeck.c (digest_init): Build a vector constant from a
13703         VECTOR_TYPE.
13705         * config/rs6000/rs6000.c: Remove prototype for
13706         easy_vector_constant.
13707         (easy_vector_constant): Add mode parameter.  Rewrite to handle
13708         more easy constants.
13709         (rs6000_emit_move): Pass mode to easy_vector_constant.
13710         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
13711         (emit_easy_vector_insn): New.
13712         (easy_vector_same): New.
13713         (EASY_VECTOR_15): New macro.
13714         (EASY_VECTOR_15_ADD_SELF): New macro.
13715         (bdesc_2arg): Rename to xorv2si3.
13716         (easy_vector_constant_add_self): New.
13717         (input_operand): Allow vector constants.
13719         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
13720         easy_vector_constant, easy_vector_constant_add_self.
13721         (EXTRA_CONSTRAINT): Add 'W'.
13723         * config/rs6000/rs6000-protos.h: Add prototype for
13724         easy_vector_constant, emit_easy_vector_insn.
13726         * config/rs6000/altivec.md (xorv8hi3): New.
13727         (xorv16qi3): New.
13728         Remove all _const0 patterns.
13729         (movv4si_internal): Rewrite to use code.  Add vector constant to
13730         vector alternative.  Add splitter.
13731         (movv8hi_internal): Same.
13732         (movv16qi_internal): Same.
13733         (movv4sf_internal): Same.
13734         Change the unspecs for vspltis* to use constants.
13736         * config/rs6000/spe.md ("xorv4hi3"): New.
13737         ("spe_evxor"): Rename to xorv2si3.
13738         ("xorv1di3"): New.
13739         Remove all _const0 patterns.
13740         (movv2si_internal): Rewrite to use code.  Add vector constant to
13741         alternatives.  Add splitter.
13742         (movv4hi_internal): Add vector constant to alternatives.
13743         (movv1di_internal): Same.
13744         (movv2sf_internal): Same.
13746 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13748         PR c/9936
13749         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
13750         variably-sized arrays in parameters.
13751         (set_save_expr_context): New function.
13752         (c_expand_body): Use it, via walk_tree.
13754 2003-03-31  Eric Christopher  <echristo@redhat.com>
13756         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13757         (combinable_i3pat): Remove call to expand_field_assignment and
13758         #if 0'd code.
13760 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13762         PR c++/10278
13763         * c-common.c (finish_label_address_expr): Handle the
13764         error_mark_node.
13766 2003-03-31  Richard Henderson  <rth@redhat.com>
13768         * real.c (real_identical): Reorg so as to not compare
13769         signalling for normals.
13771 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13773         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
13775 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13777         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
13778         notes as they are boggus.
13779         (m68hc11_gen_movqi): Likewise.
13781 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13783         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
13784         save the soft registers after the frame pointer so that gdb can unwind
13785         the frame more easily.
13786         (expand_epilogue): Likewise in opposite order; allow to use X register
13787         as scratch if the return value is by reference.
13789 2003-03-31  Jason Merrill  <jason@redhat.com>
13791         PR java/10145
13792         * stor-layout.c (update_alignment_for_field): Respect
13793         DECL_USER_ALIGN for zero-length bitfields, too.
13794         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
13795         fields.
13797 2003-03-31  Matt Austern  <austern@apple.com>
13799         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
13800         (count_defs): Keep track of number of defs as well as total size.
13801         (write_defs): Put every definition in cpp_savedstate's defs array.
13802         (comp_hashnode): Define.  Comparison function for qsort.
13803         (cpp_write_pch_deps): Sort definitions before writing them.
13804         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
13805         (collect_ht_nodes): Define.
13806         (cpp_valid_state): When verifying that undefined identifiers in
13807         the pch file are still undefined, read a sorted list of undefined
13808         identifiers, collect all defined identifiers into a sorted list,
13809         and walk through both lists to make sure there's no match.
13811 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13813         * config/h8300/h8300.md (a peephole2): New.
13815 2003-03-31  Michael Matz  <matz@suse.de>
13817         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
13819 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
13821         PR target/10177
13822         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
13823         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
13824         all call-clobbered registers as used.
13826 2003-03-31  Michael Matz  <matz@suse.de>
13828         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
13829         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
13831 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13833         * gcov.c: Add -a & -u options.
13834         (struct arc_info): Add local_span, is_call_non_return,
13835         is_nonlocal_return, is_unconditional flags, remove is_call flag.
13836         (struct block_info): Add flags, is_call_site, is_nonlocal_return
13837         members. Make encodings a union with span member.
13838         (struct function_info): Add blocks_executed, line, src, line_next
13839         members.
13840         (struct coverage_info): Make branches a union with blocks member.
13841         (struct source_info): Add functions member.
13842         (object_summary, program_count): New global variables.
13843         (flag_all_blocks, flag_unconditional): New flags.
13844         (find_source, output_branch_count): New functions.
13845         (print_usage): Adjust.
13846         (options): Adjust.
13847         (process_args): Adjust.
13848         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
13849         <GCOV_TAG_BLOCKS>: Read flags.
13850         <GCOV_TAG_LINES>: Adjust.
13851         (read_count_file): Process SUMMARY tags.
13852         (solve_flow_graph): Set is_unconditional and clear is_call_site
13853         appropriately.
13854         (add_branch_counts): Adjust. Don't count unconditional branches.
13855         (add_line_counts): Deal with all-blocks mode, accumulate block
13856         coverage.
13857         (accumulate_line_counts): Adjust, generate local spanning tree for
13858         all-blocks mode.
13859         (output_lines): Adjust.
13860         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
13861         * doc/gcov.texi: Document.
13863 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13865         * config/h8300/h8300.md: Organize peephole2's that transform
13866         (compare (reg:HI) (const_int)).
13868 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13870         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
13871         (init_emit_once): Initialize dconstm2 and dconsthalf here.
13872         * real.h (dconstm2, dconsthalf): Add prototypes here.
13873         * real.c (real_sqrt): Use dconsthalf rather than local copy.
13874         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
13875         exp(x/2.0) remember to fold the division if possible.
13876         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
13877         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
13878         1.0/(x*x) and pow(x,0.5) as sqrt(x).
13880 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13882         * config/h8300/h8300.md (a new peephole2): New.
13884 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13886         * gcse.c (simple_mem): Return false for floating-point accesses
13887         if flag_float_store is true.
13889 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13891         * gcse.c (gcse_constant_p): New function to identify constants
13892         suitable for constant propagation, including COMPARE with two
13893         integer constant arguments.
13894         (hash_scan_set): Use gcse_constant_p.
13895         (find_avail_set): Likewise.
13896         (cprop_insn): Likewise.
13897         (do_local_cprop): Likewise.
13898         (find_implicit_sets): Likewise.
13899         (find_bypass_set): Likewise.
13901 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
13903         * except.h: Remove definition of varray_type.
13905 2003-03-30  Richard Henderson  <rth@redhat.com>
13907         PR opt/10011, opt/10252:
13908         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
13909         before post-gcse cse pass.
13911 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13913         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
13915 2003-03-30  DJ Delorie  <dj@redhat.com>
13917         * profile.c (instrument_edges): Make sure any newly created
13918         jump insns have correct jump label info.
13920 2003-03-30  Richard Henderson  <rth@redhat.com>
13922         * cfgbuild.c (make_edges): Use tablejump_p.
13923         * cfgcleanup.c (label_is_jump_target_p): Likewise.
13924         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
13925         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
13926         (try_redirect_by_replacing_jump): Likewise.
13927         (redirect_edge_and_branch): Likewise.
13928         * cse.c (fold_rtx): Likewise.
13929         * jump.c (delete_related_insns): Likewise.
13930         * rtlanal.c (get_jump_table_offset): Likewise.
13931         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
13933 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13935         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
13936         (STRICT2_WARN): Likewise.
13938 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13940         PR other/6955
13941         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
13942         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
13944 2003-03-30  Richard Henderson  <rth@redhat.com>
13946         PR c/10083
13947         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
13948         don't zero_extend const inputs.
13950 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13952         * reload1.c (reload_cse_move2add): Fix a comment typo.
13954 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13956         * config/h8300/h8300.md (a peephole2): Remove useless code.
13958 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
13960         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
13961         (*iorsi3_and_lshiftrt): Likewise.
13962         (*iorsi3_zero_extract): Likewise.
13964 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
13966         * config/h8300/h8300.md (*insv_si_8_8): New.
13967         (*insv_si_8_8_lshiftrt_8): Likewise.
13968         (a peephole2): Likewise.
13970 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13972         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
13973         Uniformly use bugfix instead of bug fix.
13975 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13977         PR doc/895
13978         * ONEWS: Remove those items that already appear in the EGCS
13979         release notes on our web pages.
13981 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
13983         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
13984         TARGET_HARD_FLOAT.  Reformat.
13985         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
13987 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
13989         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
13990         work on Solaris 2.5.1.
13992 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
13994         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
13995         section of h8300.md
13996         (*addsi3_and_nor_r_1): Likewise.
13998 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
14000         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14001         set up before any trapping memory access if flag_non_call_exceptions.
14003 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
14005         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14007         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14009 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
14011         * configure.in: Clarify comments.
14012         * configure: Regenerate.
14014 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
14016         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14017         label even if pool empty when generating PIC.
14018         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14020 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
14021             Dhananjay Deshpande  <dhananjayd@kpit.com>
14023         PR target/10205
14024         * config/h8300/h8300.c (h8300_initial_elimination_offset):
14025         Correct the offset computation when TARGET_NORMAL.
14027 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14029         PR target/10067
14030         * config/sparc/sparc.md (jump pattern): Correct order
14031         when issuing the annuling marker.
14033 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14035         PR c/8281
14036         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14037         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14039 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14041         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14042         globalize_label.
14043         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14044         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14045         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14046         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14047         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14048         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14049         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14051 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
14053         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14054         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
14055         notes after hoisting.
14056         (load_mems): Adjust replace_loop_mems call.
14058 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
14059             Richard Henderson  <rth@redhat.com>
14061         PR target/10114 and PR target/10084
14062         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14064 2003-03-27  Richard Henderson  <rth@redhat.com>
14066         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14068 2003-03-27  Roger Sayle  <roger@eyesopen.com>
14070         * fold-const.c (fold_inf_compare):  New function to simplify FP
14071         comparisons against +Infinity or -Infinity.
14072         (fold):  Optimize floating point comparisons against Infs and NaNs.
14074 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
14076         * libgcov.c: Provide only dummy functions if libc is not available.
14078 2003-03-27  Richard Henderson  <rth@redhat.com>
14080         * real.h (struct real_value): Add signalling.
14081         (EXP_BITS): Decrement.
14082         * real.c (get_canonical_qnan): Don't set MSB-1.
14083         (get_canonical_snan): Likewise.  Set signalling.
14084         (real_identical): Compare signalling.
14085         (round_for_format): Remove force-one-bit on code.
14086         (real_nan): Likewise.  Set signalling.
14087         (encode_ieee_single): Add force-one-bit code; honor signalling.
14088         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14089         (decode_ieee_single): Set signalling.
14090         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14092 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
14094         PR ada/9953
14095         * ada/Makefile.in (gnatlib configuration for HPUX): Split
14096         the general section for HPUX into specific sections for
14097         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14098         11 case.
14100 2003-03-27  Glen Nakamura  <glen@imodulo.com>
14102         PR opt/10087
14103         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14104         while incrementing giv.
14105         (record_biv): Check for duplicate biv locations and
14106         set (struct induction *) v->same if found.
14108 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
14110         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14111         v0.9 API change: replace read of UNW_REG_HANDLER with
14112         unw_get_proc_info().
14113         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14114         with unw_get_proc_info().
14115         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14116         unw_get_proc_info().
14118 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
14120         * config/rs6000/8540.md: Use presence_set instead of absence_set.
14122 2003-03-26  Richard Henderson  <rth@redhat.com>
14124         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14126 2003-03-26  Roger Sayle  <roger@eyesopen.com>
14128         PR bootstrap/10051, PR bootstrap/10169.
14129         * mips-tfile.c (init_file): Don't provide a static initializer.
14130         (initialize_init_file): Initialize the contents of init_file.
14131         (add_file): Call initialize_init_file if not already initialized.
14133 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
14135         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14136         registers used for global asm variables.
14137         (s390_frame_info, s390_arg_frame_offset): Likewise.
14138         (s390_emit_prologue, s390_emit_epilogue): Likewise.
14140 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
14142         * config/rs6000/8540.md: New file.
14144         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14145         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14146         reservations for imul.
14148         * config/rs6000/rs6000.md: Include 8540.md.  Change
14149         delayed_compare onto mult_compare for insns generating
14150         multiplication.
14151         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14152         New type attribute values.
14154         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14155         fpsimple instead of fp.
14156         (*divsf3_gpr): Use type vecfdiv instead of fp.
14157         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14158         instead of vecfloat.
14159         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14160         (spe_brinc): Use type brinc instead of veccomplex.
14161         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14162         veccomplex.
14163         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14164         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14165         *movv2sf_internal): Define type attribute values for all
14166         alternatives.
14167         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14168         of fpcompare.
14169         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14170         instead of fpcompare.
14172 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
14174         * config/rs6000/power4.md: Allow delay between dispatch and
14175         function units for simple instructions.  Correct store units.
14176         Allow branch to occupy as many dispatch slots as necessary.
14178 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
14180         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14181         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14182         zero extend old to it.
14183         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14184         operand.
14186 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
14188         PR target/7784
14189         * reload.c (find_reloads_address): Handle
14190         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14191         all base registers.
14193 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
14195         PR other/10203
14196         * version.c: Reference the GCC web site in the URL.
14198 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
14200         * c-incpath.c (add_standard_paths): Add both "translated" and
14201         non-translated header paths.
14203 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
14205         * doc/install.texi (*-*-freebsd*): Update with known status.
14207 2003-03-21  Jason Merrill  <jason@redhat.com>
14209         PR optimization/10171
14210         * unroll.c (unroll_loop): Don't delete the jump at the end unless
14211         we also delete a jump at the beginning.
14213 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
14215         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14216         contributor.
14218 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
14220         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14221         constants are not expensive.
14223 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
14225         PR opt/10056
14226         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
14227         jump jumping to the next instruction.
14228         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
14230 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14232         * doc/passes.texi (Passes): Properly document that we do not
14233         perform jump2 any longer; remove command-line option -dJ.
14235 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
14237         PR optimization/8746
14238         * config/i386/i386.md (and promoting splitters): Disable HImode to
14239         SImode promoting when the sign bit matters and is not preserved, or
14240         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14241         for size.
14243 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14245         * config/h8300/h8300.md (a peephole2): Extend to support loads
14246         in QImode and HImode.
14248 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
14250         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14251         _return_far
14252         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14253         (MULTILIB_EXCEPTIONS): Likewise.
14254         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14255         by calling some board support routine.
14256         ("call_value"): Likewise.
14257         ("*return_void"): Likewise for return.
14258         ("*return_16bit"): Likewise.
14259         ("*return_32bit"): Likewise.
14260         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14261         for 68HC11 too.
14262         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14263         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14264         -mlong-calls for 68HC11.
14265         * config/m68hc11/larith.asm (declare_near): New macro.
14266         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14267         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14268         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14269         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14270         (__mulhi32): Likewise.
14271         (ret): Update macro for 68HC11.
14272         (__far_trampoline): Implement for 68HC11.
14273         (__call_a16, __call_a32, __return_void, __return_16): New support
14274         routines for 68HC11 memory bank switching calling support.
14275         (__return_32): Likewise.
14277 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
14279         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14281 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
14283         * doc/install.texi (Testing): Mention test result links from build
14284         status pages.
14286 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
14288         * function.c (put_var_into_stack): Change bool parameter to int.
14289         (gen_mem_addressof): Likewise.
14290         * rtl.h (gen_mem_addressof): Likewise.
14291         * tree.h (put_var_into_stack): Likewise.
14292         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14293         gen_mem_addressof or put_var_into_stack.
14294         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14295         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14297 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
14299         * config/h8300/h8300.md (a peephole2): New.
14301 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
14303         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14305 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14307         * doc/contrib.texi (Contributors): Update Janis Johnson.
14309 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14311         PR target/10072
14312         * combine.c (simplify_if_then_else): Check that the mode
14313         has MODE_INT class before applying the (OP Z (mult COND C2))
14314         transformation.
14316 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
14318         PR optimization/9414
14319         * config/sparc/sparc.md (widening peepholes): Use
14320         widen_memory_access instead of change_address.
14322 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
14324         PR c++/7086
14325         * c-typeck.c (c_mark_addressable): Adjust calls to
14326         put_var_into_stack.
14327         * expr.c (expand_expr): Likewise.
14328         * function.c (put_var_into_stack): Add rescan parameter.  Do not
14329         call fixup_var_refs when rescan is false.
14330         (gen_mem_addressof): Likewise.
14331         (assign_parms): Adjust calls to put_var_into_stack.
14332         (setjmp_protect): Likewise.
14333         (setjmp_protect_args): Likewise.
14334         * rtl.h (gen_mem_addressof): Change prototype.
14335         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
14336         * tree.h (put_var_into_stack): Change prototype.
14338 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
14340         PR middle-end/9967
14341         * builtins.c (expand_builtin_fputs): When optimizing for size,
14342         don't transform fputs into fwrite.
14344 2003-03-23  Glen Nakamura <glen@imodulo.com>
14346         PR c/8224
14347         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
14348         when signedness changes for division or modulus.
14350 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
14352         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14353         globalize_label.
14355 2003-03-23  Roger Sayle  <roger@eyesopen.com>
14357         PR c/10178
14358         * stmt.c (expand_end_case_type): Check for overflow in range when
14359         determining whether to use a bit-test implementation.
14361 2003-03-23  Richard Henderson  <rth@redhat.com>
14363         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
14364         before flow2.
14365         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
14367 2003-03-23  Richard Henderson  <rth@redhat.com>
14369         PR opt/10116
14370         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
14371         from then_bb or else_bb after flow2.
14373 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
14375         * configure.in: Check whether it is necessary to link against
14376         libm to use ldexp.
14377         * configure: Regenerate.
14378         * Makefile.in: Add LDEXP_LIB substitution variable.
14380 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
14382         * config/h8300/h8300.md: Fix comment typos.
14384 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14386         * pa.c (output_cbranch): Fix typo in comment.
14388 2003-03-22  Richard Henderson <rth@redhat.com>
14390         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
14391         after reload.
14393 2003-03-22  DJ Delorie  <dj at redhat dot com>,
14394         Bruce Korb  <bkorb at gnu dot org>
14396         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
14397         buggy Solaris 2.6 mutex/cond initializers.
14398         (solaris_mutex_init): Rename to solaris_mutex_init_2.
14399         * fixinc/fixincl.x: Regenerate.
14400         * fixinc/tests/base/pthread.h: Update.
14401         * fixinc/fixincl.c(initialize): be explicit about the default case
14402         and indicate verbose level when being very, very verbose.
14403         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
14405 2003-03-22  Andreas Jaeger  <aj@suse.de>
14407         * config/i386/i386.c (ix86_init_machine_status): Return value.
14409 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14411         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
14412         conditional branch to the following instruction.  Use next_real_insn
14413         instead of next_active_insn.
14414         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
14415         instead of next_active_insn.
14417 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
14419         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
14420         instead of 'm' constraint in forced-split alternatives.
14421         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
14422         VALIDATE_ADDRESS parameter to operand_subword.
14424 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
14426         * config/h8300/h8300.c (notice_update_cc): Correctly handle
14427         the case where the set destination is STRICT_LOW_PART.
14429 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
14431         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
14432         c30 instead of a c40 processor.
14434 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
14436         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
14438 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14440         * c-common.c: Include intl.h.
14441         (shadow_warning): Rewrite to allow better diagnostic translations.
14442         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
14443         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14444         use it throughout.
14445         * Makefile.in (c-common.o): Add intl.h.
14447 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
14449         * config.gcc: Remove 'float_format'.
14451         * fixproto: Define NULL and size_t in generated stdlib.h and
14452         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
14453         Rearrange file generation loop for readability.  Generate time.h,
14454         string.h if missing.
14455         * tsystem.h: Include <string.h>, <time.h> unconditionally.
14456         * config.gcc: Blow away POSIX defines.
14458 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14460         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14462 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14464         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14465         writing .interrupt command.
14466         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14467         if it's a far or near function.
14468         ("call_value"): Likewise.
14469         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14470         near attributes.
14471         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14472         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14473         (m68hc11_initial_elimination_offset): Set current_function_far
14474         according to attributes.
14475         (expand_prologue): Likewise.
14476         (trap_handler_symbol): New global to keep track of trap handlers.
14477         (m68hc11_encode_section_info): Mark symbol as far if needed; set
14478         trap symbol.
14479         (m68hc11_is_far_symbol): New function.
14480         (m68hc11_is_trap_symbol): New function.
14481         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14482         (m68hc11_is_trap_symbol): Declare.
14484 2003-03-21  Jan Hubicka  <jh@suse.cz>
14486         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14487         only when amount of saved regs changed.
14488         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14489         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14491 2003-03-21  Jan Hubicka  <jh@suse.cz>
14493         PR inline-asm/7916
14494         * function.c (instantiate_virtual_regs_lossage): New function.
14495         (instantiate_virtual_regs_1): Use it.
14496         (instantiate_virtual_regs): Do not continue in substition when insn has
14497         been deleted.
14499 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14501         * combine.c (make_field_assignment): Fix a warning.
14503 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14505         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14507 2003-03-21  Dale Johannesen  <dalej@apple.com>
14509         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
14510         priority for R2 on Darwin.
14511         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
14513 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14515         * combine.c (make_field_assignment): Remove unnecessary AND
14516         when storing into zero_extract.
14518 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14520         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
14521         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
14522         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
14523         in comment.
14525 2003-03-21  DJ Delorie  <dj@redhat.com>
14527         * optabs.c (init_integral_libfuncs): Make sure we init at least up
14528         to "long long" size words.
14530 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
14532         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
14533         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
14534         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
14536 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14538         PR doc-bug/9813
14539         * doc/extend.texi: Move misplaced paragraph about underscores in
14540         variables in macros.
14542 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14543             Richard Henderson  <rth@redhat.com>
14545         PR optimization/8366
14546         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
14547         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
14548         PIC+SYMBOLIC_CONST in other modes than Pmode.
14549         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
14550         the form PIC+SYMBOLIC_CONST as mode dependent.
14552 2003-03-21  DJ Delorie  <dj@redhat.com>
14554         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
14555         sure we always emit at least one insn.
14557 2003-03-21  Christopher Faylor  <cgf@redhat.com>
14559         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
14560         stub t-cygming. Use common target header cygming.h. Add extra
14561         c_target_obj and cxx_target_obj file. Default cygwin to posix
14562         threading. Enforce i386 as float format.
14563         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
14564         Remove cygwin.h as target header. Use common target header
14565         cygming.h  Enforce i386 as float format. Correct typo.
14566         * config/i386/cygming.h: New file, containing definitions
14567         common to mingw32 and cygwin.
14568         * config/i386/cygwin.h: Remove definitions common to cygwin and
14569         mingw.  Simplify special spec logic.  Define "wrappers" around
14570         certain include path defines to accommodate -mno-cygwin.
14571         Remove some #if 0'ed code.
14572         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
14573         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
14574         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
14575         * config/i386/mingw32.h: Remove definitions common to cygwin and
14576         mingw.
14577         (EXTRA_OS_CPP_BUILTINS): Adjust.
14578         (TARGET_VERSION): Define.
14579         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
14580         mingw32.h definitions.
14581         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
14582         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
14583         Add compilation rules for cygwin1.o cygwin2.o.
14584         * config/i386/cygwin1.c: New file.
14585         * config/i386/cygwin2.c: New file.
14586         * config/i386/t-cygming: New makefile stub.
14588 2003-03-20  Richard Henderson  <rth@redhat.com>
14590         * fold-const.c (extract_muldiv_1): Revert changing order of
14591         operands in case MULT_EXPR of 2003-02-16 patch.
14593 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
14594         Merge changes from new-regalloc-branch
14596         From Michael Matz  <matz@suse.de>
14597         * df.c (df_ref_record_1): Move init of loc to safe point.
14598         Only recurse on interesting things in parallels.
14599         Handle CLASS_CANNOT_CHANGE_MODE smarter.
14600         (df_uses_record): Ditto.
14602         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
14603         it's already okay to use memory operands in (IE doesn't require
14604         adding another insn or anything).
14606 2003-03-20  Richard Henderson  <rth@redhat.com>
14608         PR middle-end/6348
14609         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
14610         different from word_mode.
14612 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14614         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
14615         source operand to those that can be extracted with bld.
14617 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
14619         PR 10066
14620         * arm.md (UNSPEC_PIC_BASE): New constant.
14621         (pic_add_dot_plus_four): Wrap with unspec.
14622         (pic_add_dot_plus_eight): Likewise.
14624 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14626         * config/h8300/h8300.md (*insv_si_1_n): New.
14627         (*insv_si_1_n_lshiftrt): Likewise.
14629 2003-03-20  Roger Sayle  <roger@eyesopen.com>
14631         * fold-const.c (fold_mathfn_compare): New function to simplify
14632         comparisons against built-in math functions.  Fold comparisons
14633         of sqrt against constants.
14634         (fold): Call fold_mathfn_compare when appropriate.
14636 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
14638         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
14639         information.
14641 2003-03-20  Per Bothner  <pbothner@apple.com>
14643         Various cleanups to help compile server.
14645         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
14646         and pass that to _cpp_init_hashtable.
14647         (cpp_read_main_file):  Drop hash_table* argument; don't call
14648         _cpp_init_hashtable.
14649         * cpplib.h:  Update declarations to match.
14650         * c-opts.c (c_common_init_options):  Pass ident_hash to
14651         cpp_create_reader.
14652         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
14653         * fix-header.c (read_scan_file):  Likewise pass NULL table to
14654         cpp_create_reader rather than cpp_read_main_file.
14656         * cppfiles.c (cpp_rename_file):  Generalized and renamed
14657         to cpp_change_file.
14658         * cpplib.h:  Update declaration to match.
14659         * c-opts.c (push_command_line_line, finish_options):  Change
14660         cpp_rename_file calls to cpp_change_file.
14662         * line-map.c (add_line_map):  Allow leaving the outermost file.
14663         Allowing entering an outermost-file after the initial time.
14665         * toplev.c (pop_srcloc):  Allow popping from initial file.
14667 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
14669         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
14671 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14673         * config/h8300/h8300.md (a peephole2): New.
14675 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14677         * config/h8300/h8300.md (*addsi3_and_r_1): New.
14678         (*addsi3_and_not_r_1): Likewise.
14680 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
14682         * Makefile.in (STRICT2_WARN): Add @WERROR@.
14683         (GCC_WARN_CFLAGS): Remove $(WERROR).
14684         (fixinc.sh-warn): New.
14685         * ada/Make-lang.in (ada-warn): Add $(WERROR).
14686         * cp/Make-lang.in (cp-warn): Add $(WERROR).
14687         * f/Make-lang.in (f-warn): Add $(WERROR).
14688         * java/Make-lang.in (java-warn): Add $(WERROR).
14689         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
14691 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
14693         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
14694         langhooks-def.h (lhd_tree_dump_dump_tree),
14695         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
14696         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
14697         true and false in return statements.
14699 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
14701         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
14702         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
14703         DWARF_INITIAL_LENGTH_SIZE.
14704         (output_compilation_unit_header, output_pubnames, output_aranges)
14705         (output_line_info): Output 0xffffffff escape value for 64-bit
14706         DWARF extension.
14707         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
14709 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
14711         * config/s390/s390.c (s390_preferred_reload_class): Do not
14712         force constants to the pool unless necessary.
14713         (s390_decompose_address): Prefer to use pointer as base,
14714         not index register.
14715         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
14716         Q alternative.
14717         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
14718         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
14719         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
14720         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
14721         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
14723 2003-03-19  Jan Hubicka  <jh@suse.cz>
14725         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
14726         * i386.c (use_fast_prologue_epilogue): Remove.
14727         (ix86_frame): New field save_regs-using_mov;
14728         (ix86_compute_frame_layout):  Decide on fast prologues;
14729         allocate saved registers in red zone.
14730         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
14732 2003-03-19  Nick Clifton  <nickc@redhat.com>
14734         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
14736 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14738         PR 10062
14739         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
14740         * pa-protos.h (output_lbranch): New prototype.
14741         * pa.c (compute_frame_size): Change size of the frame marker on the
14742         64-bit ports to 48 bytes.
14743         (pa_output_function_prologue): Document why SAVE_SP is set.
14744         (hppa_expand_prologue): Save previous stack pointer into frame marker
14745         on targets which use the hpux unwind library.
14746         (output_cbranch): Use output_lbranch.
14747         (output_lbranch): New function to output long unconditional branches.
14748         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
14749         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
14750         64-bit ports.
14751         * pa.md (jump): Use output_lbranch.
14752         (allocate_stack): New expander for dynamic stack allocation.
14754 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
14756         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14757         when debugging on XCOFF targets.  Delete "abi" temp.
14759         PR target/10073
14760         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
14762 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
14764         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
14765         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
14766         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14768         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
14769         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
14770         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14772 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14774         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
14775         the result of machopic_function_base_name.
14776         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
14777         string rather than a static array.
14779         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
14781         * gengtype.c: Include rtl.h.
14782         (enum rtx_code): Don't define.
14783         (rtx_format): Make declaration match rtl.h.
14784         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
14785         users.
14786         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
14787         * Makefile.in (gengtype.o): Update dependencies.
14789 2003-03-18  Andreas Schwab  <schwab@suse.de>
14791         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
14792         martin@blom.org.
14794 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14796         * function.c (next_block_index): Mark with GTY.
14798         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
14800 2003-03-18  Richard Henderson  <rth@redhat.com>
14802         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
14803         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
14804         until after reload.
14806 2003-03-18  Richard Henderson  <rth@redhat.com>
14808         * builtins.c (expand_builtin_unop): New target_mode operand;
14809         use it to convert the result to the correct mode.
14810         (expand_builtin): Update all callers.
14812 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
14814         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
14816 2003-03-18  Jan Hubicka  <jh@suse.cz>
14818         * i386.md:  Fix previous commit that mistakely applied the patch
14819         twice.
14821         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
14822         canonicalized.
14823         (memrefs_conflict_p): Likewise.
14824         (addr_side_effect_eval): Canonicalize the constructed address.
14826 2003-03-18  Jan Hubicka  <jh@suse.cz>
14828         * i386.md (cvtts?2si peep2): New.
14830 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
14832         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
14834 2003-03-18  Andreas Schwab  <schwab@suse.de>
14836         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
14837         for format.
14839 2003-03-17  Jason Merrill  <jason@redhat.com>
14841         PR c++/10091
14842         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
14843         an unaligned member of TREE_ADDRESSABLE type.
14845 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
14847         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
14848         (TARGET_PROFILE_KERNEL): Define.
14849         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
14850         (PROFILE_BEFORE_PROLOGUE): Don't define.
14851         (PROFILE_KERNEL): Remove hacks.
14852         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
14853         (rs6000_stack_info): No need to save lr if just for profiling when
14854         TARGET_PROFILE_KERNEL.
14855         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
14856         (output_function_profiler): Localize label generation.  Emit code
14857         for kernel profiling.
14859 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
14861         * config/h8300/h8300-protos.h: Add a prototype for
14862         byte_accesses_mergeable_p.
14863         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
14864         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
14865         (a splitter): Likewise.
14866         (*iorsi3_ashift_16_ashift_24): Likewise.
14867         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
14869 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14871         * dwarf2asm.h: Delete obsolete comment.
14872         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
14873         dw2_asm_output_pcrel, dw2_asm_output_addr,
14874         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
14875         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
14876         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
14877         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
14879 2003-03-17  Zack Weinberg <zack@codesourcery.com>
14881         * c-tree.h (struct lang_identifier): Remove error_locus field.
14882         (IDENTIFIER_ERROR_LOCUS): Kill.
14883         (record_function_scope_shadow): New prototype.
14884         * c-typeck.c (build_external_ref): Don't complain if
14885         decl is error_mark_node.  When not at file scope, bind the
14886         decl's local value to error_mark_node to suppress further
14887         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
14889         * c-decl.c (get_function_binding_level): New static function.
14890         (record_function_scope_shadow): New exported function.
14891         (c_make_fname_decl): Use get_function_binding_level.
14893 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
14895         * stmt.c (tail_recursion_args): Call promote_mode to set
14896         unsignedp flag correctly before calling convert_move.
14898 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14900         * loop-unroll.c (decide_peel_completely,
14901         decide_unroll_constant_iterations, decide_unroll_stupid,
14902         decide_unroll_runtime_iterations, decide_peel_simple): Set
14903         loop->has_desc.
14905 2003-03-17  Jan Hubicka  <jh@suse.cz>
14907         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
14909 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
14911         * function.c (assign_parms): For a struct value address passed as
14912         first argument, delay the function's result RTL setup code until
14913         after the emission of parameter conversions.
14915 2003-03-17  Dave Love  <fx@gnu.org>
14916             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14918         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
14919         __arch64__ to match Compaq cc.
14921 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14923         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
14924         (c_common_init): Set EBCDIC in cpp options.
14925         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
14926         not conditional compilation.
14927         * cpplib.h (struct cpp_options): New entry EBCDIC.
14929 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14931         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
14933 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14935         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
14936         argument to 0 for redirect_jump.
14938 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
14940         PR c++/8805
14941         * except.c (eh_region_u_cleanup): Add prev_try.
14942         (expand_eh_region_end_cleanup): Set it.
14943         (reachable_handlers): Use it to skip over cleanup blocks.
14945 2003-03-17  Andreas Jaeger  <aj@suse.de>
14947         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
14949 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
14951         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
14952         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
14953         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
14954         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
14956 2003-03-16  Richard Henderson  <rth@redhat.com>
14958         * simplify-rtx (simplify_binary_operation): Don't abort for
14959         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
14961 2003-03-16  Richard Henderson  <rth@redhat.com>
14963         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
14964         optimize_size as well.
14966 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
14968         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
14969         for D register to specify the low part of it, aka B.
14970         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
14971         the register if we are loading 1 or -1 to it; avoid using temp
14972         register when moving X/Y to Y/X.
14973         (m68hc11_gen_movqi): Likewise.
14974         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
14976 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
14978         PR optimization/9016
14979         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
14980         into the constant pool.
14982 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14984         PR target/9164
14985         * tree.c (get_narrower): For extensions with unchanged bit number,
14986         return the unsignedness of the outer mode.
14988 2003-03-16  Roger Sayle  <roger@eyesopen.com>
14990         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
14991         to avoid "may be used uninitialized" warning on ia64-hpux.
14992         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
14994 2003-03-16  Andreas Jaeger  <aj@suse.de>
14996         * configure.in: Improve check for memcheck.h.
14997         * configure: Regenerated.
14999 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
15001         * doc/cppopts.texi: Remove documentation of -A-.
15003 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
15005         * doc/libgcc.texi: Remove @tie.
15007 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
15009         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15010         (rtx_pair): Added new element update_label_nuses, renamed to
15011         replace_label_data.
15012         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15013         replace_label_data instead of rtx_pair.
15014         * loop.c (load_mems): Likewise.
15015         * rtlanal.c (replace_label): Replace label in pool constants and in
15016         INSN_LIST (in REG_LABEL note).
15017         (subrtx_p): Renamed to rtx_referenced_p.
15018         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15019         LABEL_REF with CODE_LABEL, traverse constants from pool.
15021 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
15022             Zack Weinberg  <zack@codesourcery.com>
15024         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15025         * doc/libgcc.texi: New file.
15026         * doc/interface.texi: Delete paragraph about libgcc interface.
15027         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15029 2003-03-15  Jason Merrill  <jason@redhat.com>
15031         PR debug/9039
15032         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15034         PR debug/6387
15035         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15036         function DIEs at toplevel.
15037         (decls_for_scope): At -g1, don't descend into subblocks.
15039 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
15041         * varasm.c (struct rtx_const): Change type of un.addr member
15042         to struct holding an additional 'symbol' member.
15043         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15044         with equal string addresses as equal.
15045         (simplify_subtraction): Adapt to struct rtx_const change.
15047 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15049         * fix-header.c (read_scan_file): Read main file before handling -D.
15051 2003-03-15  Roger Sayle  <roger@eyesopen.com>
15053         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15054         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15055         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15056         (find_sub_basic_blocks): Likewise.
15057         * cgraphunit.c (cgraph_expand_functions): Likewise.
15058         * dwarf2out.c (prune_unused_types): Likewise.
15059         * expr.c (store_field): Likewise.
15060         * genextract.c (print_path): Likewise.
15061         * haifa-sched.c (schedule_insn): Likewise.
15062         * lcm.c (compute_antinout_edge): Likewise.
15063         * loop-unroll.c (decide_peel_once_rolling): Likewise.
15064         * ra-colorize.c (ra_colorize_free_all): Likewise.
15065         * ra-debug.c (dump_igraph): Likewise.
15066         (debug_hard_reg_set): Likewise.
15067         * reg-stack.c (reg_to_stack): Likewise.
15068         * rtlanal.c (refers_to_regno_p): Likewise.
15069         * tracer.c (layout_superblocks): Likewise.
15071 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15073         * fix-header.c (read_scan_file): Fix thinko.
15075 2003-03-15  Glen Nakamura  <glen@imodulo.com>
15077         * reload1.c (choose_reload_regs): Use && instead of ||
15078         with REG_CANNOT_CHANGE_MODE_P condition.
15080 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
15082         * Makefile.in: Update.
15083         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15084         * c-lex.c (init_c_lex): Register builtins hook is dead.
15085         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15086         (c_common_decode_option): Don't call cpp_handle_option.
15087         Handle -A, -D and -U.
15088         (handle_deferred_opts): Simplify.
15089         (finish_options): Define builtins and command line macros.
15090         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15091         * cppinit.c: Don't include intl.h.
15092         (init_builtins): Rename cpp_init_builtins.  No hook to call.
15093         (init_library): Don't need to sort options.
15094         (cpp_create_reader): Don't set pending.
15095         (cpp_destroy): Don't free pending.
15096         (struct pending_option, cl_directive_handler, struct cpp_pending,
15097         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15098         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15099         cl_options, cpp_handle_option): Remove.
15100         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15101         cpp_finish_options): Remove.
15102         (cpp_init_builtins): New.
15103         * fix-header.c (read_scan_file): Update to handle -D.  Fix
15104         handling of -I.  Replace call to cpp_finish_options.
15106 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15108         PR optimization/9387
15109         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15110         for conditional returns.
15112 2003-03-14  Jason Merrill  <jason@redhat.com>
15114         PR optimization/6871
15115         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15117 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15119         * c-opts.c (finish_options): New.
15120         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15121         (missing_arg): Handle OPT_include and OPT_imacros.
15122         (c_common_init, c_common_parse_file): Use finish_options.
15123         (handle_deferred_opts): Update.
15124         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15125         (cpp_finish_options): Don't handle -imacros here.
15126         (no_fil): Remove.
15127         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15129 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15131         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15132         rs6000_maybe_dead if !fromprolog.
15134 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
15136         * Makefile.in: Update.
15137         * c-common.h (fe_file_change, pp_file_change): New.
15138         * c-lex.c (init_c_lex): Don't set cb_file_change.
15139         (c_common_parse_file): Move to c-opts.c.
15140         (cb_file_change): Rename fe_file_change.
15141         * c-opts.c: Include debug.h.
15142         (warn_unused_macros, include_cursor): New.
15143         (push_command_line_include, cb_file_change): New.
15144         (COMMAND_LINE_OPTIONS): Handle -include.
15145         (c_common_decode_option): Use local warn_unused_macros.
15146         Handle OPT_include.
15147         (c_common_post_options): Set file change callback.
15148         (handle_deferred_opts): Skip -include.  Don't free the array.
15149         (c_common_init): Call cpp_finish_options here, and push an
15150         initial -include file.
15151         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15152         (preprocess_file): Don't call cpp_finish_options.
15153         (init_pp_output): Don't set the file change callback.
15154         (pp_file_change): Return if no line commands or no output.
15155         * cpphash.h (next_include_file, first_unused_line): Remove.
15156         * cppinit.c (include_head, include_tail): Remove.
15157         (cpp_destroy): Don't free -include chain.
15158         (cpp_finish_options): Don't handle -include, or worry about
15159         -Wunused-macros.
15160         (_cpp_maybe_push_include_file): Remove.
15161         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15162         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15163         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15164         Used flag is set based upon the state of the warn_unused_macros
15165         flag, and so use of first_unused_line is unnecessary.
15167 2003-03-13  Jan Hubicka  <jh@suse.cz>
15169         * cselib.c (clear_table): Do not take argument; always clear just
15170         used slots.
15171         (cselib_process_insn):  Update call of clear_table
15172         (cselib_init): Do not call clear_table.
15173         (cselib_finish): Clear table.
15175         * cse.c (count_reg_usage): Do not check side_effects_p.
15176         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15177         like noop.
15178         (find_reg_equal_equiv_note): Do not use find_reg_note.
15180 2003-03-14  Richard Henderson  <rth@redhat.com>
15182         PR target/9700
15183         * config/alpha/alpha.c (alpha_va_start): Account for
15184         current_function_pretend_args_size in the AP offset.
15186         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15187         (INITIAL_ELIMINATION_OFFSET): Move out of line.
15188         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15189         (alpha_initial_elimination_offset) New.
15190         * config/alpha/alpha-protos.h: Update.
15192 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15194         * stmt.c (expand_start_case): Call emit_queue ().
15196 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
15197             Alexandre Oliva  <aoliva@redhat.com>
15199         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15200         words in new abis.
15202 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
15204         PR optimization/8396
15205         * tree-inline.c (initialize_inlined_parameters): Make sure the value
15206         of read-only constant arguments is passed with the right type.
15208 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
15210         * doc/extend.texi (Function Names): Make the example compilable.
15212 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
15214         * config/rs6000/rs6000.c (processor_target_table): Really allow
15215         GP optional instructions on Power4.
15217 2003-03-13  Roger Sayle  <roger@eyesopen.com>
15219         * calls.c (flags_from_decl_or_type): Factor and remove redundant
15220         conditional tests.
15222 2003-03-13  Mike Stump  <mrs@apple.com>
15224         * ggc-page.c (struct page_entry): Remove varray.h header.
15225         Add index_by_depth field.
15226         Remove save_in_use_p field.
15227         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15228         by_depth_max, by_depth, and save_in_use fields.
15229         (INITIAL_PTE_COUNT): Add.
15230         (save_in_use_p_i): Add.
15231         (save_in_use_p): Add.
15232         (adjust_depth): Add.
15233         (move_ptes_to_front): Add.
15234         (push_depth): Add.
15235         (push_by_depth): Add.
15236         (prefetch): Add.
15237         (free_page): Add support for and use faster data structures.
15238         (ggc_alloc): Likewise.
15239         (init_ggc): Likewise.
15240         (ggc_recalculate_in_use_p): Likewise.
15241         (ggc_pop_context): Likewise.
15242         (clear_marks): Likewise.
15243         (ggc_pch_read): Likewise.
15244         * Makefile.in (ggc-page.o): Remove varray.h.
15246 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
15248         * ChangeLog: Rotated last year's entries to...
15249         * ChangeLog.8: New.
15251         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15252         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15253         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15254         config/ia64/ia64-protos.h, config/ia64/ia64.c,
15255         config/ia64/ia64.h, config/ia64/ia64.md,
15256         config/ia64/itanium1.md, config/ia64/itanium2.md,
15257         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15258         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15260 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
15262         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15263         Differentiate endianness.
15264         (s6000_override_options): Use cpu type instead of TARGET_SPE.
15266 2003-03-13  Nick Clifton  <nickc@redhat.com>
15268         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15269         LDM instructions with writeback enabled.
15270         (output_return_instruction): Likewise.
15272         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15273         (CALL_USED_REGISTERS): Remove definition.
15274         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15276 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
15278         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15279         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15280         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15281         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15282         (rs6000_legitimize_address): Formatting.
15283         (rs6000_emit_move): Likewise.
15284         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15285         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15286         (rs6000_elf_select_section): Comment reason for shlib being
15287         set for ABI_AIX.
15288         (rs6000_elf_unique_section): Likewise.
15289         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15290         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15291         as well as flag_pic.
15292         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15293         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15294         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15296 2003-03-13  Richard Henderson  <rth@redhat.com>
15298         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15300         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15301         (ia64_gp_save_reg): Remove.
15302         (struct ia64_frame_info): Move to the beginning of the file;
15303         add reg_save_gp.
15304         (ia64_expand_call): Rearrange for new call patterns.
15305         (ia64_reload_gp): New.
15306         (ia64_split_call): New.
15307         (ia64_compute_frame_size): Allocate reg_save_gp.
15308         (ia64_expand_prologue): Save reg_save_gp.
15309         (ia64_expand_epilogue): Don't restore gp.
15310         (ia64_hard_regno_rename_ok): Remove R4 hack.
15311         (ia64_function_ok_for_sibcall): New.
15312         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15313         call try_split on sibcall pattern.
15314         * config/ia64/ia64-protos.h: Update.
15315         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15316         Rename from nopic versions.  Confiscate 2nd argument to call as
15317         a marker.
15318         (call_pic, call_value_pic, sibcall_pic): Remove.
15319         (call_gp, call_value_gp, sibcall_gp): New.
15320         (builtin_setjmp_setup): Remove.
15321         (builtin_setjmp_receiver): Call ia64_reload_gp.
15323 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15325         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15326         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15327         "GNU CC" with "GCC".
15329         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15330         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15331         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15332         GCC, not GNU CC.
15334         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
15335         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
15337         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
15338         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
15339         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
15340         "GNU CC" with "GCC".
15342         * config/v850/lib1funcs.asm, config/v850/rtems.h,
15343         config/v850/v850-c.c, config/v850/v850-protos.h,
15344         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
15345         GCC, not GNU CC.
15347         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
15348         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
15349         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
15350         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
15351         GNU CC.
15353 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
15355         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
15357 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15359         * fixinc/fixinc.interix: Remove dead code (most of it).
15360         * fixinc/fixinc.dgux: Remove.
15362         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
15363         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
15365 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15367         * pa.c (pa_init_builtins): Fix warning.
15369 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
15371         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
15372         (ASM_OUTPUT_XDATA_SHORT): Remove.
15373         (ASM_OUTPUT_XDATA_INT): Remove.
15374         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
15375         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
15376         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
15377         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
15379 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
15381         PR c++/7050
15382         * expr.c (store_expr): Don't attempt to store void-typed trees,
15383         just evaluate them for side effects.
15385 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15387         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
15388         * cppinit.c (push_include): Move with changes to cppfiles.c.
15389         (cpp_read_main_file): Mark named operators here...
15390         (cpp_finish_options): ...not here.  Update.
15391         (_cpp_maybe_push_include_file): Update.
15392         * cpplib.h (cpp_push_include, cpp_rename_file): New.
15394 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15396         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
15397         _gcc_COMPUTE_GAS_VERSION.
15398         * configure.in: Use them.
15399         * configure: Regenerate.
15401 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
15403         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
15404         to detect carry.
15405         (subdi3): Reorder emitted instructions.
15407 2003-03-12  Andreas Jaeger  <aj@suse.de>
15409         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
15410         NETBSD_OS_CPP_BUILTINS_LP64.
15412 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
15414         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
15415         Rearrange.  Reorganize.
15416         * configure.in: Rearrange.
15417         * configure: Regenerate.
15419 2003-03-12  Andreas Jaeger  <aj@suse.de>
15421         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
15422         LP64 targets.
15424         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
15425         _LP64.
15427         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
15428         _LP64 macros here.
15429         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
15431         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
15432         NETBSD_OS_CPP_BUILTINS_LP64.
15433         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15434         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15436         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
15438 2003-03-12  Jan Hubicka  <jh@suse.cz>
15440         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15442 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
15444         Fix PR target/9797 and PR c/9853.
15445         * stmt.c (expand_decl_init): Call push_temp_slots () and
15446         pop_temp_slots ().
15448 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
15450         * sh.c: Include basic-block.h.
15451         (sh_output_mi_thunk, emit_load_ptr): New functions.
15452         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15454 2003-03-12  Nick Clifton  <nickc@redhat.com>
15456         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15457         (CALL_USED_REGISTERS): Likewise.
15458         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15459         describing how this value is calculated.
15461 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
15463         * configure.in (rlim_t): Define to long if no valid definition
15464         found in sys/resource.h.
15465         * config.in, configure: Regenerate.
15467 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15469         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15470         TARGET_OS_CPP_BUILTINS.
15471         * config/mcore/mcore-pe.h: Similarly.
15472         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15473         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15475 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15477         PR c/9928
15478         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15479         only if it is a VAR_DECL.
15481 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15483         PR optimization/9888
15484         * config/i386/i386.md (jcc_1): Fix range.
15485         (jcc_2): Likewise.
15486         (jump): LIkewise.
15487         (doloop_end_internal): Likewise.
15489 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
15491         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15492         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15493         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15494         DLL_IMPORT_EXPORT_PREFIX and "i."
15495         (i386_pe_dllexport_name_p): Here.
15496         (i386_pe_dllimport_name_p): Here.
15497         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15498         not 9 chars when getting identifier name.
15499         (i386_pe_mark_dllimport): Here.
15500         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15501         not 9 chars when getting identifier name. Correct comment.
15502         (i386_pe_strip_name_encoding): Here. Add comments for different
15503         cases.
15504         (gen_fastcall_suffix): Break down xmalloc() argument to
15505         components.
15506         (gen_stdcall_suffix): Likewise.
15507         Update copyright year.
15509 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15511         PR optimization/9888
15512         * config/i386/i386.md (movsi_1): Remove special alternatives
15513         for %eax register.
15514         (movsi_1_nointernunit): Likewise.
15515         (movhi_1): Likewise.
15516         * config/i386/i386.c (memory_address_length): Do not use
15517         short displacement when there is no base.
15518         (ix86_attr_length_address_default): Handle LEA instructions.
15520 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15522         * c-cppbuiltin.c (builtin_define_std): Make non-static.
15524 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
15526         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
15527         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
15528         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
15529         * config/freebsd.h (CPP_PREDEFINES): Remove.
15530         (TARGET_OS_CPP_BUILTINS): New.
15531         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
15532         instead of TARGET_OS_CPP_BUILTINS.
15533         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
15535 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
15537         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
15539 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15541         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
15542         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
15544         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
15546 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15548         * toplev.c (independent_decode_option): Return success for --help,
15549         --target-help and --version.
15551 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15553         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
15554         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
15555         specified.
15556         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
15557         DRIVER_SELF_SPECS.
15558         (LINK_SPEC): Let endian options affect the linker emulation name.
15560 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
15562         * sh.md (reload_inqi): Fix mode for source in second set.
15564 2003-03-11  Jan Hubicka  <jh@suse.cz>
15566         * cselib.c (cselib_invalidate_mem_1): Move too ...
15567         (cselib_invalidate_mem): ... here; use new list
15568         (dummy_val, first_containing_mem): New static variables.
15569         (clear_table): Initialize first_containing_mem.
15570         (discard_useless_values):  Compact the containing_mem list.
15571         (add_mem_for_addr): Add to the list.
15572         * cselib.h (cselib_val): Add next_containing_mem.
15574 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15576         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
15577         instructions for e500.
15579 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15581         * Makefile.in: Update.
15582         * c-cppbuiltin.c: Include tm_p.h.
15584 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15586         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
15588         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
15589         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
15590         (_Unwind_SetGR): Same.
15591         (_Unwind_GetGRPtr): New.
15592         (_Unwind_SetGRPtr): New.
15593         (uw_update_context_1): Use accesor functions instead of accessing
15594         context->reg[] directly.
15595         (uw_install_context_1): Same.
15596         (execute_cfa_program): Same.
15597         (__frame_state_for): Same.
15599         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
15600         the synthetic register offset.
15602         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
15604 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
15606         * config/cris/cris.md: Remove lingering EGCS reference.
15607         ("*extopqihi_side_biap"): For HI operation, match
15608         cris_additive_operand_extend_operator, not
15609         cris_operand_extend_operator.  Adjust condition.
15610         ("*extopqihi_side", "*extopqihi"): Ditto.
15611         ("*extopqisi_side_biap"): Correct operand numbers in condition.
15612         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
15613         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
15614         ("*extophisi_swap"): Ditto.
15615         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
15616         PLUS, not cris_operand_extend_operator.  Adjust condition and
15617         output template.
15618         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
15619         * config/cris/cris.h (PREDICATE_CODES): Add
15620         cris_additive_operand_extend_operator.
15621         * config/cris/cris.c (cris_additive_operand_extend_operator):
15622         New predicate.
15624 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
15626         * df.c (read_modify_subreg_p): Change from static to global.
15627         * df.h (read_modify_subreg_p): Add prototype.
15628         * sched-deps.c (sched_analyze_1): Generate true dependency for
15629         strict_low_part, certain subregs and zero/sign_extract.
15631 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15633         * Makefile.in: Update.
15634         * c-common.c: Don't include real.h or except.h.
15635         (REGISTER_PREFIX): Remove.
15636         (builtin_define_std, builtin_define_with_value,
15637         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
15638         builtin_define_type_max, builtin_define_type_precision,
15639         builtin_define_float_constants): Move to c-cppbuiltin.c.
15640         (c_stddef_cpp_builtins): New.
15641         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
15642         * c-cppbuiltin.c: New, extracted from c-common.c.
15643         (define__GNUC__): New.
15644         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
15645         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
15646         (cpp_unique_options): Don't support no-gcc.
15647         (do_spec_1): Remove support of version specs.
15648         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
15649         * doc/passes.texi: Update.
15650         * doc/tm.texi: Update.
15652 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15654         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
15656 2003-03-10  Andrew Pinski  <apinski@apple.com>
15658         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
15659         is on should not get here.
15660         (machopic_indirect_data_reference): If dynamic-no-pic is on just
15661         generate high/low parts of the address.
15662         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
15663         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
15664         symbol and labels with a new reg.  Dynamic-no-pic does not have a
15665         pic_offset_table_rtx.
15666         (machopic_select_section): Change references of flag_pic to
15667         MACHOPIC_INDIRECT.
15668         (machopic_asm_out_destructor): Likewise.
15669         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
15670         reference of flag_pic to MACHOPIC_INDIRECT.
15671         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
15672         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
15673         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
15674         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
15675         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
15676         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
15677         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
15678         (TARGET_DYNAMIC_NO_PIC): Define.
15679         (SUBTARGET_SWITCHES): Define, have sub-target switches for
15680         dynamic-no-pic.
15681         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
15682         rs6000_override_options to here. Dynamic-no-pic overrides
15683         pic.
15684         (CC1_SPEC): Change from not static then pic to not static and not
15685         dynamic-no-pic then pic.
15686         * config/rs6000/rs6000.c (rs6000_override_options): Move the
15687         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
15688         (rs6000_legitimize_reload_address): Add case for loading floating in
15689         dynamic-no-pic.
15690         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
15691         of flag_pic to MACHOPIC_INDIRECT.
15692         (secondary_reload_class): Conditional change the reference of
15693         flag_pic to MACHOPIC_INDIRECT.
15694         (rs6000_output_mi_thunk): Change reference of flag_pic to
15695         MACHOPIC_INDIRECT.
15696         (output_profile_hook): Likewise.
15697         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
15698         * config/rs6000/rs6000.md (movdf_low): Add the case for
15699         MACHO_DYNAMIC_NO_PIC_P.
15700         (call): Change references for flag_pic in TARGET_MACHO to
15701         MACHOPIC_INDIRECT.
15702         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
15703         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
15704         * doc/invoke.texi (-mdynamic-no-pic): Document.
15706 2003-03-10  Devang Patel  <dpatel@apple.com>
15708         PR c++/9394
15709         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15710         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15711         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
15712         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
15713         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15714         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15716 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15718         PR optimization/7189
15719         * toplev.c (rest_of_compilation):  Move
15720         check_function_return_warnings up to just after
15721         delete_unreachable_blocks.
15723 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15725         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
15726         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
15727         Declare.
15728         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
15729         for reg rename optimization to avoid using Z and Y registers.
15731 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15733         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
15734         when adding to X and Y since leax/leay are fast.
15735         ("*addhi3"): Accept 'I' constraint when adding to address register.
15736         ("rotlhi3"): Operand 1 must be a register_operand.
15737         (peephole2): New peephole to optimize some adds.
15738         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
15739         to represent -2 .. 2 small integer range.
15741 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15743         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
15744         each 16-bit rotation.
15746 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
15748         * c-opts.c (add_prefixed_path): Don't use concat.  When
15749         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
15750         cpp_GCC_INCLUDE_DIR_len characters.
15752 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15754         * testsuite/gcc.dg/altivec-9.c: New file.
15756         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15757         (rs6000_emit_prologue): Use rs6000_frame_related instead.
15759 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15761         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
15762         vectors.
15763         (__ev_convert_u64): Remove macro.  Define as inline.
15764         (__ev_convert_s64): Same.
15766 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15768         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
15769         (rs6000_stack_t): Add spe_64bit_regs_used.
15771         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
15772         spe_64bit_regs_used, and use it to determine the size of the
15773         frame.
15774         (spe_func_has_64bit_regs_p): New.
15775         (spe_synthesize_frame_save): New.
15776         (rs6000_frame_related): Handle SPE synthetic registers.
15777         (rs6000_emit_prologue): Only save in 64-bits if the function used
15778         any registers in 64-bit mode.
15779         (rs6000_emit_epilogue): Same, but for restore.
15781 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15783         * arm.h (enum floating_point_type): Delete.  Replace with...
15784         (enum fputype): ... new.
15785         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
15786         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
15787         * arm.md (attr fpu): Reworked for new underlying enum values.
15788         * arm.c (arm_fpu_arch): Now enum fputype.
15789         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
15790         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
15791         Update uses of arm_fpu_arch and arm_fpu_tune.
15793 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
15795         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
15796         (try_crossjump_to_edge): Replace refereces to one jump table by
15797         references to identical jump table.
15798         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
15799         (replace_label): Moved to rtlanal.c.
15800         (struct rtx_pair): Moved to rtl.h.
15801         * rtl.h (struct rtx_pair): Moved from loop.c.
15802         (replace_label): New extern function.
15803         (subrtx_p): New extern function.
15804         (tablejump_p): New extern function.
15805         * rtlanal.c (replace_label): Moved from loop.c.
15806         (subrtx_p_1): New static function.
15807         (subrtx_p): New function.
15808         (tablejump_p): New function.
15810 2003-03-10  Jan Hubicka  <jh@suse.cz>
15812         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
15814         * cfgcleanup.c (merge_blocks): Return where to iterate next.
15815         (try_optimize_cfg): Use return value of merge_blocks
15817 2003-03-10  Michael Matz  <matz@suse.de>
15819         * cfg.c (unchecked_make_edge): New.
15820         (cached_make_edge): Use it.
15821         * basic-block.h (unchecked_make_edge): Declare.
15822         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
15824 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15826         * fpa.md: New file.  Move all patterns relating to FPA co-processor
15827         to here...
15828         * arm.md: ... from here.
15829         (cirrus.md, fpa.md): Include at end of description.
15830         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
15831         (pic_load_addr_based): Remove register constraint from expander.
15832         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
15833         (sordered, sungt, sunle, sunge, sunlt): Likewise.
15834         (eh_epilogue, tablejump): Likewise.
15836 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15838         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
15839         on operands if it has a PLACEHOLDER_EXPR.
15841 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
15842             Mostafa Hagog
15844         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
15845         condition.
15847 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
15849         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
15850         * config/ip2k/ip2k.h: Similarly.
15851         * config/m32r/m32r.h: Similarly.
15852         * config/m68hc11/m68hc11.h: Similarly.
15853         * config/mn10200/mn10200.h: Similarly.
15854         * config/mn10300/mn10300.h: Similarly.
15855         * config/pdp11/pdp11.h: Similarly.
15856         * config/v850/v850.h: Similarly.
15857         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
15858         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
15859         * config/mips/iris3.h: Remove #if 0 block.
15861 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15862             Joern Rennecke <joern.rennecke@superh.com>
15864         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15865         pending argument upon return from handle_braces here.
15866         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15868 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15869             Joern Rennecke <joern.rennecke@superh.com>
15871         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15872         pending argument upon return from handle_braces here.
15873         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15875 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15877         * varasm.c (make_decl_one_only): Use declare_weak().
15879 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15881         PR middle-end/9986
15882         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
15883         after the common builtins.
15884         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
15885         * pa.c (TARGET_INIT_BUILTINS): Define.
15886         (pa_init_builtins): New function.
15888         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
15889         space has been allocated for the outgoing arguments, set the arg
15890         pointer for a call emitted after virtuals have been instantiated
15891         using the stack pointer offset, otherwise abort.
15893 2003-03-09  DJ Delorie  <dj@redhat.com>
15895         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
15897 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
15899         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
15900         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
15901         conversion to integer.
15902         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
15904 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15906         * builtins.def: Fix typo and improve grammar.
15907         * loop-unroll.c (decide_peel_completely): Tidy log message.
15909 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
15911         * config/h8300/h8300.md (*tstsi_upper_bit): New.
15912         (*iorsi3_e2f): Likewise.
15914 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15916         * config/h8300/h8300.c (h8300_and_costs): Return the number of
15917         assembly instructions needed.
15918         (h8300_shift_costs): Likewise.
15920 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
15922         * config/cris/aout.h (ENDFILE_SPEC): Undef.
15924         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
15925         moves from here ...
15926         * expr.c (emit_move_insn_1): ... to here.
15928         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
15929         (TARGET_OS_CPP_BUILTINS): New macro.
15930         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
15931         (TARGET_OS_CPP_BUILTINS): New macro.
15932         (CPP_PREDEFINES): Don't define.  Move old definitions and...
15933         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
15934         (TARGET_CPU_CPP_BUILTINS): New macro.
15935         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
15936         definitions and the optional __PIC__, __pic__ and
15937         __NO_UNDERSCORES__ definitions to...
15938         (TARGET_OS_CPP_BUILTINS): New macro.
15940         * flags.h (flag_leading_underscore): Declare.
15942         * c-opts.c (c_common_post_options): On fopen failure, return
15943         false, not NULL.
15945 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15947         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
15948         config.h.
15949         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
15950         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
15952 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15954         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
15955         CPP_PREDEFINES.
15956         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
15957         CPP_PREDEFINES.
15959 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15961         * c-common.h (c_common_init, c_common_post_options): Update.
15962         * c-objc-common.c (c_objc_common_init): Update for new prototype.
15963         * c-opts.c (saved_lineno): New.
15964         (c_common_post_options, c_common_init): Update prototypes,
15965         move call to cpp_read_main_file from latter to former.
15966         * c-tree.h (c_ojbc_common_init): Update.
15967         * langhooks-def.h (lhd_post_options): New.
15968         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
15969         * langhooks.c (lhd_post_options): New.
15970         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
15971         * toplev.c (no_backend): New.
15972         (process_options): Call post_options hook and set main_input_filename
15973         and input_filename here.
15974         (lang_dependent_init, do_compile): post_options hook moved to
15975         process_options.
15976         * objc/objc-act.c (objc_init): Update prototype.
15977         * objc/objc-act.h (objc_init): Update prototype.
15979 2003-03-08  Roger Sayle  <roger@eyesopen.com>
15981         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
15982         a complex or vector type, using a load in the original mode.
15984 2003-03-08  Jan Hubicka  <jh@suse.cz>
15986         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
15987         * gt-cgraph.h: New GC file.
15988         * cgraph.c (known_fns): New static variable.
15989         (cgraph_node): Add the decl into varray.
15991 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15993         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
15995 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
15997         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
15998         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
15999         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16000         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16001         All callers changed.
16002         * arm.md, arm.h, arm-protos.h: Updated.
16004         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16005         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16006         * arm.c (arm_regno_class, f_register_operand): Updated.
16008 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
16010         * config/cris/cris.h: Remove EGCS references.
16011         (CPP_SPEC): Remove "-$".
16012         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16014 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16016         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16017         preference to CPP_PREDEFINES.
16019 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16021         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16023 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
16025         * config/h8300/h8300.md (*extzv_16_8): New.
16027 2003-03-08  Jan Hubicka  <jh@suse.cz>
16029         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16030         * cgraph.h: (cgraph_local_info): Add can_inline_once
16031         (cgraph_global_info): Add inline_once.
16032         (cgraph_node): Add previous.
16033         (cgraph_remove_node): New.
16034         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16035         function.
16036         (cgraph_optimize): Call it.
16037         (cgraph_finalize_function):  Set inlinable flags.
16038         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
16039         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
16040         (cgraph_expand_function): Likewise.
16041         * cgraph.c
16042         (cgraph_node): Put nodes into doubly linked chain.
16043         (cgraph_remove_node): New function.
16044         * flags.h (flag_inline_functions_called_once): Declare.
16045         * tree-inline.c: Include cgraph.h
16046         (inlinable_functions_p): Add extra argument to bypass limits.
16047         (expand_call_inline):  Obey cgraph flag.
16048         * tree-inline.h (tree_inlinable_function_p): Update prototype.
16050 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16052         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16053         irreducible loops.
16055         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16056         loops info correctly.
16058 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
16060         PR middle-end/7796
16061         * unroll.c (calculate_giv_inc): Handle constants being
16062         loaded with LSHIFTRT.
16064 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
16066         * config/rs6000/rs6000.c (processor_target_table): Do not disable
16067         GP optional instructions on Power3, Power4, 620, and 630.
16069 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
16071         * calls.c: Fix comment formatting.
16072         * cfgloopanal.c: Likewise.
16073         * cfgloopmanip.c: Likewise.
16074         * combine.c: Likewise.
16075         * dwarf2out.c: Likewise.
16076         * ggc-common.c: Likewise.
16077         * langhooks.c: Likewise.
16078         * loop-unroll.c: Likewise.
16079         * loop.c: Likewise.
16080         * ra-build.c: Likewise.
16081         * sbitmap.c: Likewise.
16082         * toplev.c: Likewise.
16084 2003-03-07  James E Wilson  <wilson@tuliptree.org>
16086         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16088 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
16090         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16091         support -no-integrated-cpp.
16093         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16094         than langhooks.name.
16096 2003-03-07  Michael Matz  <matz@suse.de>
16098         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16099         (DF_FOR_REGALLOC): New.
16100         * df.c (df_ref_record): Set DF_REF_STRIPPED.
16101         (read_modify_subreg_p): Simplify.
16102         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16103         Use DF_FOR_REGALLOC.
16104         * ra.h (struct web): New member subreg_stripped.
16105         (invalid_mode_change_regs): Declare.
16106         * ra.c (invalid_mode_change_regs): New.
16107         (init_ra): Initialize it.
16108         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16109         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16110         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16111         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16112         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16114 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
16116         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16117         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16118         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16119         machine description file from ...
16120         * cirrus.md: ... here.
16122 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16124         * config/h8300/h8300.md (a peephole2): Don't use
16125         reg_overlap_mentioned_p.
16127 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
16129         * c-pch.c: Include langhooks.h.
16130         (IDENT_LENGTH): New.
16131         (get_ident): New.
16132         (pch_ident): Delete.
16133         (pch_init): Use get_ident, IDENT_LENGTH.
16134         (c_common_valid_pch): Likewise.  Also, use actual language
16135         in warning message.
16136         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16138         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
16139         c-parse.in.
16140         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16141         gt-objc-objc-act.h.
16142         (gt-objc-objc-act.h): New rule.
16143         * objc/lang-specs.h: Support PCH.
16144         * objc/objc-act.c: Include gt-objc-objc-act.h.
16145         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16146         (build_selector_reference_decl): Move idx out, mark for PCH.
16147         (build_class_reference_decl): Likewise.
16148         (build_objc_string_decl): Move *_idx out, mark for PCH.
16149         (build_tmp_function_decl): Move xxx out, mark for PCH.
16151 2003-03-06  Dale Johannesen  <dalej@apple.com>
16153         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
16154         global functions for inlining on Darwin.
16156 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
16158         * haifa-sched.c (schedule_block): Don't call reorder when sorting
16159         is prohibited.
16161 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
16163         * Makefile.in (c-ppoutput.o): Update.
16164         * c-common.h (init_pp_output): New.
16165         (preprocess_file): Update.
16166         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16167         Register builtins.
16168         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16169         Make call to cpp_read_main_file common to whether preprocessing
16170         or not.  Don't register builtins.
16171         * c-ppoutput.c: Include c-pragma.h.
16172         (setup_callbacks): Rename init_pp_output.
16173         (preprocess_file): No longer setup callbacks or call
16174         cpp_read_main_file.
16175         * cpphash.h (_cpp_init_mbchar): New.
16176         * cppinit.c (init_library): Call _cpp_init_mbchar.
16177         * cpplex.c (_cpp_init_mbchar): New.
16179 2003-03-06  Roger Sayle  <roger@eyesopen.com>
16181         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16182         MEM, try loading the MEM into a register and taking the low-part
16183         of that, to help CSE see the use of the MEM in its true mode.
16185 2003-03-05  Tom Tromey  <tromey@redhat.com>
16187         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16188         Define.
16190 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
16192         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16193         operand 2.
16194         ("*ineqbranchsi"): Likewise.
16196 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
16198         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16199         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
16200         register store followed by a stack increment.
16202 2003-03-05  Chris Moller  <cmoller@redhat.com>
16204         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16205         to inhibit saving CARRY_REGS.
16207         * config/stormy16/stormy16.c (xs_hi_general_operand):
16208         added predicate to detect and error-out on out-of-range
16209         const_ints for movhi.
16210         * config/stormy16/stormy16.md (movhi): use
16211         xs_hi_general_operand.
16213         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16214         added a check for local vbl size overflow.
16215         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16216         added predicate to detect and error-out on out-of-range
16217         const_ints for addhi and subhi.
16218         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16219         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16221         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16222         add a term to accept PRE_MODIFY addresses.
16223         * config/stormy16/stormy16.c (xstormy16_expand_move):
16224         add code to expand PRE_MODIFY addresses to an add followed
16225         by a move.
16227 2003-03-06  Jason Merrill  <jason@redhat.com>
16229         * tree-inline.c (inlinable_function_p): Revert earlier change
16230         pending investigation.
16232 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
16234         * config/h8300/h8300.md (a new peephole2): New.
16236 2003-03-06  Jan Hubicka  <jh@suse.cz>
16238         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16240 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16242         * dwarf2out.c (size_of_die): Compute size of external reference to
16243         die correctly.
16245 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
16247         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16248         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16249         expanders.
16251 2003-03-05  Roger Sayle  <roger@eyesopen.com>
16253         * expr.h (lang_expand_expr): Delete obsolete prototype.
16255 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16257         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16259 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16261         * config/h8300/h8300.md (a peephole2): Generalize to
16262         accept a memory operand.
16264 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
16266         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16267         * config/alpha/alpha.c (print_operand, case '+'): New.
16268         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16269         (call_value_osf_1_noreturn): Likewise.
16271 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16273         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16274         (expand_end_bindings): Likewise.
16276 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16278         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16279         (epilogue): Don't generate return_external_pic when emitting PA 2.0
16280         code.
16282 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
16284         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16286         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16288         * hooks.c (hook_rtx_rtx_null): New.
16290         * hooks.h (hook_rtx_rtx_null): Protoize.
16292         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16293         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16295         * target.h (struct gcc_target): Add dwarf_register_span.
16297         * dwarf2out.c (multiple_reg_loc_descriptor): New.
16298         (one_reg_loc_descriptor): New.
16299         (reg_loc_descriptor): Add support for values that span more than
16300         one register.
16302 2003-03-05  Jan Hubicka  <jh@suse.cz>
16304         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16305         * alias.c:  Include cgraph.h
16306         (mark_constant_function): Use cgraph_rtl_info.
16307         * calls.c:  Include cgraph.h
16308         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16309         calls.
16310         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16311         * cgraph.c (cgraph_rtl_info): New function.
16312         * cgraph.h (cgraph_rtl_info): Declare
16313         (cgraph_rtl_info): Likewise.
16314         * function.h (struct function): Add recursive_call_emit.
16315         * toplev.c: Include cgraph.h.
16316         (rest_of_compilation): Set preferred_incoming_stack_boundary.
16318 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
16320         * config/h8300/h8300.c (output_simode_bld): Clear the
16321         destination first if possible.
16322         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16323         alternative.
16324         (extzv_1_r_inv_h8300hs): Likewise.
16326 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16328         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16329         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16330         * cfgloop.c (flow_loop_free): Made global.
16331         (establish_preds): New static function.
16332         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16333         (get_loop_exit_edges): New.
16334         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
16335         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
16336         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
16337         loops.
16338         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
16339         removability of an edge.
16340         (fix_irreducible_loops): New static function.
16341         (find_path, remove_path): Add ability to remove enclosing loops.
16342         (unloop): New.
16343         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
16344         flags.
16345         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
16346         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
16347         not neccessary.
16348         (decide_peel_completely, peel_loops_completely): Allow complete peeling
16349         of non-duplicable once rolling loops.
16350         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
16352 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
16354         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
16355         for align_jumps is 4.
16357         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
16358         use GENERAL_REGS.
16360 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
16362         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
16363         according to va_arg type.
16364         (EXPAND_BUILTIN_VA_ARG): Remove.
16365         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
16366         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
16368 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
16370         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
16371         else clauses.
16373 2003-03-05  Michael Matz  <matz@suse.de>
16375         * i386/i386.c (ix86_save_reg): Also test
16376         current_function_uses_const_pool.
16378 2003-03-05  Michael Matz  <matz@suse.de>
16380         * unwind.h: Add the GPL exception.
16381         * Makefile.in (USER_H): Add unwind.h.
16383 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
16385         PR c/9799
16386         * c-typeck.c (push_init_level): Add sanity check.
16388 2003-03-05  Jan Hubicka  <jh@suse.cz>
16390         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
16391         RTL inlining is done.
16393         * cgraphunit.c (cgraph_mark_local_functions): New local function.
16394         (cgraph_optimize): Mark local functions.
16395         * i386-protos.h (init_cumulative_args): Update prototype.
16396         * i386.c (init_cumulative_args): Use register passing convention for
16397         local functions.
16399         * cgraph.c (cgraph_global_info_ready): New global variable
16400         (cgraph_local_info, cgraph_global_info): New functions.
16401         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
16402         structures.
16403         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
16404         Declare.
16405         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
16406         (cgraph_mark_functions_to_output): Use inline_many.
16407         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
16408         (cgraph_expand_functions): Expand inline functions last.
16409         (cgraph_optimize): Do not emit uneeded functions.
16411 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16413         * expr.c (convert_modes): Check for legal hard register.
16415 2003-03-04  Tom Tromey  <tromey@redhat.com>
16417         * doc/sourcebuild.texi (Front End Directory): Document tags.
16418         * configure: Rebuilt.
16419         * configure.in (target_list): Added tags.
16420         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
16421         TAGS files by reference.
16422         * objc/Make-lang.in (objc.tags): New target.
16424 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16426         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
16427         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
16428         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
16429         gcov_read_string, gcov_write_length): Modified to enable reading/
16430         writing of whole .da file just once.
16431         (da_file_open, da_file_close, da_file_eof, da_file_error,
16432         da_file_position, da_file_seek, da_file_write, da_file_read): New
16433         functions.
16434         (actual_da_file, actual_da_file_position, actual_da_file_length,
16435         actual_da_file_buffer, actual_da_file_buffer_size): New static
16436         functions.
16437         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16438         just once.
16441 2003-03-04  Andreas Schwab  <schwab@suse.de>
16443         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16444         offset without frame pointer.
16446 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16448         * expr.c (expand_expr): Call promote_mode to set unsignedp.
16450 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
16452         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16453         * configure: Regenerated.
16454         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16456 2003-03-04  Andreas Jaeger  <aj@suse.de>
16458         * configure.in: Check for <memcheck.h>.
16459         * configure: Regenerated.
16461         * config.in: Define HAVE_MEMCHECK_H.
16463         * ggc-common.c: Use <memcheck.h> if available instead of
16464         <valgrind.h>.
16465         * ggc-page.c: Likewise.
16466         * cppfiles.c: Likewise.
16468 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
16470         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16472 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
16474         PR c/9262
16475         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16476         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16478 2003-03-04  Jan Hubicka  <jh@suse.cz>
16480         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
16481         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16482         for -O3.
16484 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
16486         * configure.in: Delete three unused variables.  Move a variable
16487         definition closer to its use.  Simplify use_collect2 logic.  Start to
16488         organize.  Simplify tests for in-tree gas and ld.
16489         * configure: Regenerate.
16491 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
16493         * Makefile.in: Update.
16494         * c-common.c (flag_no_line_commands, flag_no_output,
16495         flag_dump_macros, flag_dump_includes): New.
16496         * c-common.h (flag_no_line_commands, flag_no_output,
16497         flag_dump_macros, flag_dump_includes, preprocess_file): New.
16498         (init_c_lex): Update prototype.
16499         * c-lex.c (init_c_lex): Update prototype; move some code to
16500         c_common_init.
16501         * c-opts.c (preprocess_file): Subsume into c_common_init.
16502         (c_common_decode_option): Update flags.
16503         (c_common_init): Move code from preprocess_file and init_c_lex.
16504         (sanitize_cpp_opts): Update.
16505         * c-ppoutput.c: New, cppmain.c almost verbatim.
16506         * cpphash.h (struct printer): Remove.
16507         (struct cpp_reader): Remove print.
16508         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16509         cpp_preprocess_file): Remove.
16510         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16511         and dump_includes.
16512         * cppmain.c: Remove.
16513         * doc/passes.texi: Update.
16515 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16517         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
16518         (assign_stack_local_1): Perform overall stack alignment only when
16519         STACK_ALIGNMENT_NEEDED is nonzero.
16520         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
16522         * pa.c (compute_frame_size): Rename fsize to size.  Account for
16523         alignment to a word boundary before general register save block.  Only
16524         account for double-word alignment before floating point register save
16525         block if one or more are saved.  Don't allocate space for %r3 when
16526         frame pointer is needed.
16527         (hppa_expand_prologue): Include alignment to word boundary in local
16528         frame size.
16529         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
16530         (STACK_ALIGNMENT_NEEDED): Define.
16532 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
16534         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
16535         global register variables.
16537 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
16539         * reload.c (reload_adjust_reg_for_mode): New function.
16540         (subst_reloads): Call it.
16541         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
16542         * reload.h (reload_adjust_reg_for_mode): Declare.
16543         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
16544         Call it.
16546 2003-03-03  James E Wilson  <wilson@tuliptree.org>
16548         * optabs.c (add_equal_note): Delete SUBREG_REG use.
16549         Fixes PR c/7872.
16551 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16553         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
16554         (*ixorsi3_lshiftrt_16): New.
16555         (*iorsi3_ashift_16): Remove.
16557 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16559         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
16560         pattern.
16562 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
16564         * doc/install.texi (Specific): Update entry for powerpc-darwin.
16566 2003-03-03  Richard Henderson  <rth@redhat.com>
16568         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
16570 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
16572         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
16573         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
16574         (rs6000_variable_issue): Do not return negative value.
16575         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
16576         scheduling pass.
16578 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16580         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
16581         prune_unused_types calls.
16583 2003-03-03  Jason Merrill  <jason@redhat.com>
16585         * tree-inline.c (find_builtin_longjmp_call): Save and restore
16586         lineno and input_filename.
16587         (find_alloca_call): Likewise.
16588         (inlinable_function_p): Run the langhook earlier.
16590         * calls.c (compute_argument_addresses): Give the new MEMs a
16591         minimum alignment of PARM_BOUNDARY.
16593 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
16595         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
16596         subtarget_asm_isa_spec.
16597         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
16598         (ASM_SPEC): Define as SH_ASM_SPEC.
16599         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
16600         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
16601         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
16602         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
16604         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
16605         and align_jumps if not set.
16606         Force align_jumps to be at least 2.
16607         When relaxing, force align_functions to be at least the maximum of
16608         align_loops, align_jumps and 4.
16609         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
16610         (sh_loop_align): Honour align_loops_log.
16612         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
16613         to check for indirect_jump_scratch.
16614         (indirect_jump_scratch): Add second set.
16615         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
16616         when looking for indirect_jump_scratch.
16617         Extract scratch register taking new structure of indirect_jump_scratch
16618         into account.
16619         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
16621 2003-03-03  Jan Hubicka  <jh@suse.cz>
16623         * calls.c (rtx_for_function_call): Take the address as an argument
16624         (expand_call): Do not modify the expression.
16626         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
16627         optimizing.
16629 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16631         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
16632         TARGET_H8300H and TARGET_H8300S.
16634 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16636         * config/h8300/h8300.md (a peephole2): New.
16638 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16640         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
16641         operands[0] and operands[1] are different.
16643 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16645         * reload1.c (reload_cse_move2add): Remove variable success.
16647 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16649         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
16650         warnings.
16652 2003-03-02  Richard Henderson  <rth@redhat.com>
16654         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
16655         * config.in, configure: Rebuild.
16656         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
16657         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
16658         paired ldtoffx and ldxmov annotations.
16659         (load_symptr_internal1): Remove.
16660         (load_symptr_high, load_symptr_low): New.
16662 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16664         * c-incpath.c (add_path): Fix sysp assignment.
16666 2003-03-02  Kurt Garloff  <garloff@suse.de>
16668         * params.def: Introduce parameter max-inline-insns-rtl for
16669         a separate limit for the RTL inliner.
16670         * params.h: Likewise.
16671         * integrate.c (function_cannot_inline_p): Use it.
16672         * toplev.c (decode_f_option): Set multiple parameters
16673         controlling inlining with -finline-limit.
16674         * params.def: Fix orthographic and typographic errors.
16675         * doc/invoke.texi: Document parameters controlling inlining
16676         and the way -finline-limit sets multiple of them.
16678         * tree.h (struct tree_decl): Introduce inlined_function_flag,
16679         recording whether the function became eligible for inlining
16680         by a compiler flag rather than the declaration.
16681         Provide DID_INLINE_FUNC macro to access it.
16682         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
16683         * cp/decl.c (grokfndecl): Likewise.
16684         * toplev.c (rest_of_compilation): Likewise.
16685         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
16686         * print-tree.c (print_node): Report it.
16687         * params.def: Introduce new max-inline-insns-auto limit.
16688         * params.h: Likewise.
16689         * tree-inline.c (inlinable_function_p): Apply it to functions
16690         with DID_INLINE_FUNC set.
16691         * toplev.c (decode_f_option): Initialize it from -finline-limit
16692         value.
16693         * doc/invoke.texi: Document new parameter.
16695 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
16697         * fix-header.c (read_scan_file): Don't reference simplify_path.
16699 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16701         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
16702         min/max instructions by default as may result in reload errors.
16704 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16706         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
16707         avoid reload problems; define split for it.
16709 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16711         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
16712         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
16713         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
16714         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
16715         rotatert and rotate.
16716         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
16717         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
16718         ("*rotrhi3_addr"): New split for shift insns on address register.
16719         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
16720         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
16721         (___rotrhi3): Likewise.
16722         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
16724 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16726         * toplev.c (aux_base_name): Moved from toplev.h.
16727         (filename): Constify.
16728         (lang_dependent_init): Don't duplicate name.
16729         (process_options): Set aux_base_name here, not...
16730         (do_compile): ...here.  Change protoype.
16731         (toplev_main): Move some code from do_compile.
16732         * toplev.h: Remove aux_base_name.
16734 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16736         * config/h8300/h8300-protos.h: Add a prototype for
16737         iorxor_operator.
16738         * config/h8300/h8300.c (print_operand): Handle 'c'.
16739         (iorxor_operator): New.
16740         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
16741         * config/h8300/h8300.md (*iorhi3_zext): Remove.
16742         (*iorsi3_zexthi): Likewise.
16743         (*iorsi3_zextsi): Likewise.
16744         (*xorhi3_zextqi): Likewise.
16745         (*xorsi3_zexthi): Likewise.
16746         (*xorsi3_zextsi): Likewise.
16747         (*ixorhi3_zext): New.
16748         (*ixorsi3_zext_qi): Likewise.
16749         (*ixorsi3_zext_hi): Likewise.
16751 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16753         * c-incpath.c (remove_component_p, simplify_path): Move back to
16754         cppfiles.c.
16755         (remove_duplicates): Use cpp_simplify_path.
16756         * c-incpath.h (simplify_path): Remove.
16757         * c-lex.c: Don't include c-incpath.h.
16758         (init_c_lex): Remove simplify_path.
16759         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
16760         (find_or_create_entry, validate_pch): Revert.
16762 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
16764         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
16765           an external cpp during compilation.
16766         (option_map): Likewise.
16767         * objc/lang-specs.h (default_compilers): Similarly.
16768         * doc/invoke.texi: Document -no-integrated-cpp flag.
16770 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16772         * config/h8300/h8300.md (zero_extendqisi2): Change to an
16773         expander.
16774         (*zero_extendqisi2_h8300): New.
16775         (*zero_extendqisi2_h8300hs): New.
16776         (two splitters): New.
16778 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16780         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
16782 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16784         * config/h8300/h8300.md (a peephole2): Remove dead code.
16786 2003-03-01  Roger Sayle  <roger@eyesopen.com>
16788         PR c++/9367
16789         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
16790         (BT_FN_INT_CONST_STRING_VALIST_ARG,
16791         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
16792         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
16793         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
16794         BT_FN_INT_STRING_CONST_STRING_VAR,
16795         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
16796         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
16797         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
16798         ATTR_NONNULL_3): Also include the nothrow attribute.
16799         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
16800         vsnprintf, vscanf, vsscanf): Don't define attributes here.
16801         * builtins.def (putchar, puts): Make full C89 built-ins.
16802         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
16803         vsscanf, vsnprintf, vsprintf): New built-ins.
16804         * c-common.c (c_common_nodes_and_builtins): Handle new macro
16805         DEF_FUNCTION_TYPE_VAR_3.
16807         * doc/extend.texi: Document these new built-in functions.
16809 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16811         * config/h8300/h8300.md (a peephole2): New.
16813 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16815         * predict.c (estimate_bb_frequencies): Correctly set
16816         real_values_initialized after initialization.
16818 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
16820         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
16821         cppinit.o, cppdefault.o, fix-header): Update.
16822         * c-incpath.c: New file.
16823         * c-incpath.h: New file.
16824         * c-lex.c: Include c-incpath.h.
16825         (init_c_lex): Register path simplifier.
16826         * c-opts.c: Include cppdefault.h and c-incpath.h.
16827         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
16828         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
16829         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
16830         (missing_arg, c_common_decode_option): Handle them.
16831         (c_common_post_options): Register include chains.
16832         (print_help): Update.
16833         * cppdefault.h (struct default include): Update.
16834         Move some macros to ...
16835         * cppdefault.c: ... here.
16836         (cpp_include_defaults): Add extra field add_sysroot.
16837         * cppfiles.c (include_file, search_from, find_or_create_entry,
16838         cpp_included, find_include_file, remap_filename): Update for
16839         renaming of search_path to cpp_path, and of the chain headers.
16840         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
16841         * cpphash.h (struct search_path): Move to cpplib.h.
16842         (struct cpp_buffer, struct cpp_reader): Update.
16843         (_cpp_simplify_pathname): Remove.
16844         * cppinit.c: Don't include prefix.h and cppdefault.h.
16845         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
16846         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
16847         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
16848         no_pth, cpp_handle_options): Remove.
16849         (struct pending_option): Remove chain members.
16850         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
16851         cpp_handle_option): Update.
16852         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
16853         (struct cpp_options): Remove quote_include, bracket_include,
16854         include_prefix, include_prefix_len, verbose, ignore_srcdir,
16855         no_standard_includes, no_standard_cplusplus_includes.
16856         (struct cpp_callbacks): Add simplify_path.
16857         (cpp_handle_options): Remove.
16858         * fix-header.c: Include c-incpath.h.
16859         (read_scan_file): Update to use c-incpath functionality.
16860         * doc/passes.texi: Update.
16862 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16864         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
16865         satisfies EXTRA_CONSTRAINT 'U'.
16867 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16869         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
16870         register.
16871         (*tst_extzv_memqi_1_n): Change to a splitter.
16872         (a peephole2): Update.
16874 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16876         * predict.c (estimate_bb_frequencies): Initialize the sreal
16877         constants once per compilation.
16879 2003-02-28  Richard Henderson  <rth@redhat.com>
16881         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
16883 2003-02-28  scott snyder  <snyder@fnal.gov>
16885         * flags.h: Add flag_eliminate_unused_debug_types.
16886         * toplev.c: Add flag_eliminate_unused_debug_types.
16887         (f_options): Add -feliminate-unused-debug-types.
16888         * dwarf2out.c (struct file_table): Add emitted member.
16889         (splice_child_die): Fix the parent pointer for the child being
16890         spliced.
16891         (lookup_filename): Maintain file_table.emitted array.  Don't
16892         output .file directive here.
16893         (maybe_emit_file): (new)
16894         (init_file_table): Set up file_table.emitted.
16895         (dwarf2out_source_line): Use maybe_emit_file.
16896         (dwarf2out_start_source_file): Use maybe_emit_file.
16897         (dwarf2out_init): Use maybe_emit_file.
16898         (prune_unused_types_walk_attribs): (new)
16899         (prune_unused_types_mark): (new)
16900         (prune_unused_types_walk): (new)
16901         (prune_unused_types_prune): (new)
16902         (prune_unused_types): (new)
16903         (dwarf2out_finish): Call prune_unused_types if
16904         flag_eliminate_unused_debug_types is set.
16905         * doc/invoke.texi (Option Summary): Add
16906         -feliminate-unused-debug-types.
16907         (Debugging Options): Likewise.
16909 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
16911         * doc/invoke.texi: Change .pch to .gch.
16912         * cppfiles.c (open_file_pch): Likewise.
16913         * gcc.c (default_compilers): Likewise.
16915 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
16917         * floatlib.c: Remove.
16919 2003-02-28  Jason Merrill  <jason@redhat.com>
16921         * stor-layout.c (variable_size): Leave a "minus 1" outside the
16922         SAVE_EXPR.
16924 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
16926         * config/rs6000/power4.md: Add compare bypass.
16928 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
16930         * config/netbsd.h: Update copyright years.
16931         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
16932         -pthread is specified on the command line.
16934 2003-02-28  Dale Johannesen <dalej@apple.com>
16936         * loop.c (struct movable): Add insert_temp, shrink savemode.
16937         (scan_loop): Accept invariants that require copying; mark as
16938         insert_temp.
16939         (combine_movables): Don't combine insert_temp movables.
16940         (move_movables): Insert copies for insert_temp movables.
16941         Don't record the info based on regno for insert_temp's.
16943 2003-02-28  Joel Sherrill <joel@OARcorp.com>
16945         PR 9638/other
16946         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
16947         this constant defaults to 1.
16949 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
16951         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
16953 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
16955         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
16956         ARMv5e processor, not just for XScale.  Instructions are predicable.
16957         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
16959 2003-02-28  Nick Clifton  <nickc@redhat.com>
16961         * config/arm/arm.c (note_invalid_constants): Change parameter type
16962         from bool to int.
16964 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
16966         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
16967         test of bit 7.
16968         (*tst_extzv_memqi_1_n): Likewise.
16969         (a peephole2): New.
16971 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
16973         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
16974         #ifndef __mips16.
16976 2003-02-28  Jan Hubicka  <jh@suse.cz>
16978         * combine.c (gen_lowpart_for_combine): Update handling of
16979         subregs_of_mode
16980         * flow.c (life_analysis, mark_used_regs): Likewise.
16981         * regclass.c (subregs_of_mode): Turn into single bitmap.
16982         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
16983         dealing with subregs_of_mode
16984         * regs.h (subregs_of_mode): Update prototype.
16986 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
16988         * emit-rtl.c (set_reg_attrs_for_parm): New function.
16989         * rtl.h (set_reg_attrs_for_parm): New exported function.
16990         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
16991         set_reg_attrs_from_mem.
16993 2003-02-27  Roger Sayle  <roger@eyesopen.com>
16994             Zack Weinberg <zack@codesourcery.com>
16996         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
16998 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
17000         * reload1.c (sext_for_mode): Remove.
17001         (reload_cse_move2add): Use trunc_int_for_mode instead of
17002         sext_for_mode.
17003         (move2add_note_store): Likewise.
17004         Reset register information if we see a set in non-integer
17005         mode.
17007 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
17009         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17010         option.
17011         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17012         * config/rs6000/aix51.h: Same.
17013         * config/rs6000/aix52.h: Same.
17014         * config/rs6000/power4.md: Additional VMX bypasses.
17016 2003-02-27   Geert Bosch <bosch@gnat.com>
17018         * toplev.c (print_version): Add indentation for GGC heuristics and
17019         output after printing version information.
17021 2003-02-27  James E Wilson  <wilson@tuliptree.org>
17023         * combine.c (simplify_comparison): Require integral mode when
17024         permuting SUBREG with AND.
17026 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
17028         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17030 2003-02-27  Nick Clifton  <nickc@redhat.com>
17032         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17033         deleted when cirrus instructions were added.
17035 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
17037         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17038         POSIX thread support by default.
17040 2003-02-27  Roger Sayle  <roger@eyesopen.com>
17042         * config/i386/cygwin.h: Don't include any other files directly.
17043         * config/i386/mingw32.h: Don't include cygwin.h directly.
17044         * config.gcc (cygwin, mingw32, uwin): Instead make these files
17045         explicit in the tm_files variable.
17047 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
17049         * config/rs6000/rs6000.md: Add TI constant splitter.
17051 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
17053         * builtins.c (purge_builtin_constant_p): Handle subreg of
17054         constant_p_rtx too.
17056         * function.c (assign_stack_local_1): Truncate constant added to
17057         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17059 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
17061         * config.gcc: Add power4 to PowerPC with_cpu list.
17063 2003-02-26  Jan Hubicka  <jh@suse.cz>
17065         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17067 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17069         * gcov-dump.c (print_prefix): Fix signedness warning.
17070         * gcov-io.h (struct counter_section, struct counter_section_data): New.
17071         (struct function_info): n_arc_counts field removed, n_counter_sections,
17072         counter_sections fields added.
17073         (struct gcov_info): arc_counts, n_arc_counts fields removed,
17074         n_counter_sections, counter_sections fields added.
17075         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17076         profile sections.
17077         * profile.h (MAX_COUNTER_SECTIONS): New.
17078         (struct section_info): New.
17079         (struct profile_info): count_instrumented_edges,
17080         count_edges_instrumented_now fields removed, n_sections, section_info
17081         fields added.
17082         (find_counters_section): Declare.
17083         * profile.c (struct function_list): count_edges field removed,
17084         n_counter_sections, counter_sections fields added.
17085         (set_purpose, label_for_tag, build_counter_section_fields,
17086         build_counter_section_value, build_counter_section_data_fields,
17087         build_counter_section_data_value, build_function_info_fields,
17088         build_function_info_value, build_gcov_info_fields,
17089         build_gcov_info_value): New static functions.
17090         (find_counters_section): New function.
17091         (instrument_edges, get_exec_counts, compute_branch_probabilities,
17092         branch_prob, create_profiler): Modified to support multiple profile
17093         sections.
17095 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17097         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17098         is 8 * STACK_BOUNDARY.
17099         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17101 2003-02-26  Michael Matz  <matz@suse.de>
17103         * ra-colorize.c (merge_moves): Fix list handling.
17105 2003-02-26  Nick Clifton  <nickc@redhat.com>
17107         * config/arm/arm.c (is_load_address): Rename to...
17108         (arm_memory_load_p) ... this and make it check for SUBREGs and
17109         constant loads that will be converted into loads from the
17110         minipool.
17111         (is_cirrus_insn): Rename to ...
17112         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
17113         of CIRRUS_NO with CIRRUS_NOT.
17114         (cirrus_reorg): Use renamed functions.
17115         (note_invalid_constants): Change from a void function to bool.
17116         Add an extra parameter, saying whether the fixups should be
17117         pushed.  Return true if fixups are needed.
17118         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
17119         of CIRRUS_NO with CIRRUS_NOT.
17120         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17121         other floating point co-processors can also affect this.
17122         * config/arm/arm.md ("type" attribute): Add mav_farith and
17123         mav_dmult.  Replace references to "cirrus_type" attribute with
17124         "type".
17125         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17126         ("cirrus_type" attribute): Delete - use "type" instead.
17127         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17128         'normal'.
17130 2003-02-25  Jan Hubicka  <jh@suse.cz>
17132         * objc-act.c: Include cgraph.h
17133         (mark_referenced_methods): New function.
17134         (objc_init): Call it.
17135         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17137         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17138         mode.
17140         * optabs.c (expand_fix): Do not widen the input operand.
17142         * expr.c (emit_group_store):  Fix crash when converting single
17143         register into complex register.
17145         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17146         * alias.c: Include timevar.h
17147         (init_alias_analysis):  Set timevar
17148         * jump.c: Include timevar.h
17149         (rebuild_jump_labels):  Set timevar
17150         * regcalss.c: Include timevar.h
17151         (reg_scan):  Set timevar
17152         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17154 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17156         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17158         * Makefile.in (loop-unroll.o): New.
17159         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17160         (unroll_and_peel_loops): Declare.
17161         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17162         flag_old_unroll_loops.
17163         * loop.c (loop_invariant_p): Ditto.
17164         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17165         flag_old_unroll_all_loops.
17166         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17167         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17168         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17169         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17170         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17171         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17172         PARAM_MAX_ONCE_PEELED_INSNS): New.
17173         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17174         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17175         instead of old one.
17176         (flag_peel_loops): New.
17177         (lang_independent_options): The new flags added.
17178         (rest_of_compilation): Call new unroller.
17179         (process_options): Setup flags for coexistence of old and new unroller.
17180         * doc/invoke.texi: Document new options.
17181         * doc/passes.texi: Document new unroller pass.
17183 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
17185         * fixinc/fixincl.x: Regenerate
17187 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
17189         * function.c (assign_parms): Set reg_attrs for parameters passed in
17190         registers.
17192 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
17194         PR target/9681
17195         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17197 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
17199         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17200         pseudo-op.
17202 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17204         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
17205         * cse.c (invalidate_skipped_set):  Likewise.
17206         * integrate.c (subst_constants):  Likewise.
17207         * jump.c (reversed_comparison_code_parts):  Likewise.
17208         * loop.c (canonicalize_condition):  Likewise.
17209         * simplify-rtx.c (simplify_relational_operation):  Likewise.
17211 2003-02-25  Roger Sayle  <roger@eyesopen.com>
17213         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17214         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
17215         the appropriate macro to define built-in function.
17216         (fmod,fmodf,fmodl): New built-in functions.
17218         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17220 2003-02-25  Richard Henderson  <rth@redhat.com>
17222         * config/i386/i386.c (function_arg): Pass variable sized
17223         structures correctly on the stack.
17225 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17227         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17228         does not reduce the cost of SET.
17230 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17232         PR target/9732
17233         * config/rs6000/rs6000.c (first_reg_to_save): Handle
17234         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17235         (rs6000_emit_prologue): Likewise.
17236         (rs6000_emit_epilogue): Likewise.
17237         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17238         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17240 2003-02-25  Richard Henderson  <rth@redhat.com>
17242         * real.c (real_to_integer2): Force overflow result only for
17243         unsigned overflow.
17245 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
17247         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17249 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
17250             Richard Henderson  <rth@redhat.com>
17252         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17253         there is no similar load.
17255 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
17256             Richard Henderson  <rth@redhat.com>
17258         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17259         sched-rgn.c.
17260         (add_forward_dependence): New function prototype.
17262         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17263         sched-init.h.
17264         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17265         them to haifa-sched.c.
17267         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17268         haifa_classify_insn): Move them from sched-rgn.c.
17270         * sched-deps.c (add_dependence): Return flag of creating a new
17271         entry.
17272         (add_forward_dependence): New function.
17273         (compute_forward_dependences): Use the function.
17275         * sched-ebb.c (earliest_block_with_similiar_load): New function.
17276         (add_deps_for_risky_insns): New function.
17277         (schedule_ebb): Call the function.
17279 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
17281         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17282         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
17284         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17285         opaque types fail.
17287         * c-typeck.c (comptypes): Change call to vector_types_compatible
17288         to vector_opaque_p.
17289         (convert_for_assignment): Call vector_opaque_p instead of
17290         vector_types_compatible.
17291         (really_start_incremental_init): Disallow initialization of opaque
17292         types.
17294         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17295         Define TARGET_VECTOR_OPAQUE_P.
17296         (TARGET_INITIALIZER): Same.
17298         * target.h (struct gcc_target): Remove vector_types_compatible.
17299         Add vector_opaque_p.
17301         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17302         Remove.
17303         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17304         a vector type.  Change return type to bool.
17305         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17306         (TARGET_VECTOR_OPAQUE_P): Define.
17308         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17309         target hook.
17310         Include target.h.
17311         (cp_parser_init_declarator): Fix typo in function comments.
17313 2003-02-25  Jan Hubicka  <jh@suse.cz>
17315         * Makefile.in (lcm.o):  Add dependency on function.h
17316         * lcm.c (function.h): Include.
17317         * i386.c (machine_function, ix86_stack_locals,
17318         * ix86_save_varrargs_registers) : Move to
17319         ...
17320         * i386.h (machine_function, ix86_stack_locals,
17321         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17322         (ix86_optimize_mode_switching): New.
17323         * i386.md (fix patterns): Set ix86_optimize_mode_switching
17325 2003-02-25  Nick Clifton  <nickc@redhat.com>
17327         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
17328         of fourth arg is 'fndecl' not 'indirect'.  Update comment
17329         describing the function's parameters.
17331 2003-02-24  Jan Hubicka  <jh@suse.cz>
17333         * combine.c (simplify_shift_const):  Fix previous patch.
17335 2003-02-24  Jeff Law  <law@redhat.com>
17337         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
17338         alternative.
17339         (testsi_1, testhi_1, testqi_1): Likewise.
17341 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17343         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
17344         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
17345         * doc/extend.texi (Tru64 Pragmas): Reflect this.
17347         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
17348         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
17349         * fixinc/fixincl.x: Regenerate.
17350         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
17351         testcase.
17352         Fixes PR c/5059, c/6126, other/9671.
17354 2003-02-24  Roger Sayle  <roger@eyesopen.com>
17356         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
17357         from handle_braces in "%{...}".
17359 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
17361         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
17362         (prepare_move_operands): Handle TLS operands.
17363         (tls_symbolic_operand): New.
17364         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
17365         (legitimize_pic_address): Do nothing for the TLS symbol.
17366         (sh_encode_section_info): Handle TLS case.
17367         (sh_strip_name_encoding): Drop TLS encoding.
17368         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
17369         * config/sh/sh.h (SH_TLS_ENCODING): Define.
17370         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
17371         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
17372         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
17373         * config/sh/sh.md: Define TLS UNSPEC constants.
17374         (type): Add tls_load.
17375         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
17376         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
17377         ("tls_initial_exec"): New insn.
17378         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
17379         ("load_gbr"): New insn.
17381         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
17382         * configure: Regenerate.
17384 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
17386         PR 9297, PR 9722
17387         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
17388         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
17389         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
17390         (enum block_op_methods): Reorder for better store_expr optimization.
17391         * expr.c (store_expr): Test bit 1 of "want_value" for call param
17392         stores, test bit 0 for original want_value meaning.  Pass
17393         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
17394         recursive calls, and calls to expand_param.
17395         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
17396         expected, set target to 0 rather than to subtarget.  Formatting.
17398 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
17400         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
17402 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17404         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
17405         new default behavior.
17406         * ggc-common.c: Include sys/resource.h.
17407         (ggc_rlimit_bound): New function.
17408         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
17409         defaults to account for rlimits.
17411 2003-02-22  Richard Henderson  <rth@redhat.com>
17413         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
17415 2003-02-22  Kelley Cook <kelley@dwhoops.info>
17417         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
17418         (ix86_tune_string): Rename from ix86_cpu_string.
17420 2003-02-22  Kelley Cook <kelleycook@comcast.net>
17422         * config/i386/i386.c: Replace "mcpu" with "mtune".
17423         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
17424         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
17425         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
17426         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
17428 2003-02-23  Andreas Schwab  <schwab@suse.de>
17430         * config.gcc: Delete references to m68k/t-linux and
17431         m68k/t-linux-aout.
17432         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
17434 2003-02-22  Jan Hubicka  <jh@suse.cz>
17436         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
17437         of track scheduling patch.
17439 2003-02-22  Jan Hubicka  <jh@suse.cz>
17441         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17442         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17444 2003-02-22  Jan Hubicka  <jh@suse.cz>
17446         * c-decl.c (c_expand_body_1): Fix.
17448 2003-02-22  Jan Hubicka  <jh@suse.cz>
17450         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17452         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
17453         when not optimizing.
17454         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17455         when not expensive.
17456         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
17457         optimizing;  Delete trivially dead insns early; fix optimize check.
17459         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17460         dependency on cgraph.h
17461         * c-decl.c: Include cgraph.h
17462         (finish_function): Update call of tree_inlinable_function_p.
17463         * c-objc-common.c: Include cgraph.h
17464         * cgraph.h: New file.
17465         * cgraphunit.c: New file.
17466         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17467         (cgraph_nodes, cgraph_n_nodes): Globalize.
17468         (cgraph_finalize_function, cgraph_finalize_compilation_unit
17469         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17470         Move into cgraphunit.c
17471         * tree-inline.c: Include cgraph.h
17472         * tree-inline.c: Include cgraph.h
17474 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
17476         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17477         for copying a register.
17479 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
17481         PR other/3782
17482         * toplev.c (process_options): If flag_detailed_statistics is set,
17483         then set time_report as well.
17485         PR c/8828
17486         * jump.c (never_reached_warning): Don't fall through BARRRIER
17487         insns.  Update comments to reflect what the function really does.
17489 2003-02-21  Roger Sayle  <roger@eyesopen.com>
17491         * fold-const.c (omit_one_operand): No longer static.
17492         * tree.h (omit_one_operand): Prototype here.
17493         (div_and_round_double): Keep fold-const.c prototypes together.
17494         * builtins.c (builtin_mathfn_code): Handle binary built-in
17495         funtions, such as "pow" and "atan2".
17496         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17497         Simplify optimizations using "type" the builtin's return type.
17499 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
17501         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17502         Fix functionalization typo.
17504         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17505         in an asm.
17507 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17509         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17510         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17511         documentation.
17512         * ggc-common.c: Include params.h
17513         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17514         init_ggc_heuristics): New functions.
17515         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17516         init_ggc_heuristics): Prototype.
17517         * toplev.c (print_version):  Output GGC heuristics.
17518         (parse_options_and_default_flags): Call init_ggc_heuristics.
17520 2003-02-22  Jan Hubicka  <jh@suse.cz>
17522         * i386.c (def_builtin):  Special case 64bit builtins.
17523         (MASK_SSE164, MASK_SSE264): New constants.
17524         (builtin_description): Add 64bit builtins.
17525         (ix86_init_mmx_sse_builtins): Likewise.
17526         * i386.h (enum ix86_builtins): Likewise.
17527         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
17528         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
17529         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
17530         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
17531         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
17532         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
17533         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
17535 2003-02-22  Jan Hubicka  <jh@suse.cz>
17537         * i386.c (builtin_description): Add __builtin_ia32_paddq and
17538         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
17539          and __builtin_ia32_psubq128.
17540         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
17541         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
17542         (mmx_adddi3, mmx_subdi3): New.
17543         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
17544         * xmmintrin.h (_mm_movepi64_pi64): New.
17545         (_mm_add_epi64, _mm_sub_epi64): fix.
17546         (_mm_mul_pu16): Rename to...
17547         (_mm_mul_su32): ... this one.
17549         * builtins.c (expand_builtin_expect):  Do not predict
17550         flag_guess_branch_prob is not set.
17551         * c-semantics.c (expand_stmt): Likewise.
17552         * predict.c (predict_insn): Likewise.
17553         * stmt.c (expand_continue_loop): Likewise.
17554         * toplev.c (rest_of_compilation): Do not call
17555         note_prediction_to_br_prob and note_prediction_to_br_prob
17556         when not optimizing.
17558 2003-02-21  Jan Hubicka  <jh@suse.cz>
17560         * cfgrtl.c (commit_edge_insertions):  Call
17561         find_many_sub_basic_block only when some code has been emitted.
17562         (commit_edge_insertions_watch_calls): Bring into sync with
17563         commit_edge_insertions
17565 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
17567         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
17569         * sh.md (binary_sf_op): Use extra constant operand instead of
17570         negating constant operand 4.
17571         * sh.c (sh_expand_binop_v2sf): Supply it.
17573 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
17575         * cpphash.h (struct lexer_state): Add directive_wants_padding.
17576         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
17577         for directives of type INCL.
17578         (glue_header_name, parse_include): Use get_token_no_padding.
17579         * cppmacro.c (replace_args): If directive_wants_padding,
17580         provide padding tokens.
17582 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
17584         * config/h8300/h8300.md (a peephole2): New.
17586 2003-02-21  Jan Hubicka  <jh@suse.cz>
17588         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
17589         (commit_edge_insertions): Call find_many_sub_basic_blocks
17591         * reg-stack.c (convert_regs): Cleax aux for blocks.
17593 2003-02-21  Jan Hubicka  <jh@suse.cz>
17595         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
17597 2003-02-21  Glen Nakamura  <glen@imodulo.com>
17599         PR optimization/8613
17600         * builtins.c (expand_builtin): Emit postincrements before expanding
17601         builtin functions.
17603 2003-02-21  Ben Elliston  <bje@redhat.com>
17605         PR other/5634
17606         * doc/install.texi (Configuration): Explain using $HOME instead of
17607         the ~ metacharacter when referring to home directories.
17609 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
17611         * configure.in (TARGET_SYSTEM_ROOT): Set default to
17612         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
17613         '${exec_prefix}' (in addition to the expansion thereof) as
17614         relocatable.
17615         * configure: Rebuilt.
17617 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17619         * config/h8300/h8300.md (addhi3_incdec): Change the name to
17620         *addhi3_incdec.
17621         (addsi3_incdec): Change the name to *addsi3_incdec.
17623 2003-02-20  Roger Sayle  <roger@eyesopen.com>
17625         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
17627 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
17629         PR fortran/9038
17630         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
17631         options to be ignored.
17632         (c_common_decode_option): Ignore them when preprocessing.
17634 2003-02-20  Jan Hubicka  <jh@suse.cz>
17636         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
17637         global variables.
17638         (lang_independent_options):  Add -fsched2-use-superblocks
17639         -fsced2-use-traces.
17640         (rest_of_compilation): Deal with it.
17641         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
17642         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
17643         Declare.
17644         * rtl.h (reg_to_stack):  Update prototype.
17645         * reg-stack.c (reg_to_stack): Return when something has changed;
17646         update liveness when executing after superblock scheduling.
17648         * combine.c (simplify_shift_const):  Simplify few special cases
17649         into constants.
17651 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17653         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
17654         (add.,subf.,neg.): Change attribute to fast_compare.
17655         All DFA descriptions updated.
17657 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
17659         Change base class access representation.
17660         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
17661         TREE_VIA_PRIVATE): Remove.
17662         (BINFO_BASEACCESSES): New binfo elt.
17663         (BINFO_BASEACCESS): New accessor.
17664         (BINFO_ELTS): Increase.
17665         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
17666         (access_public_node, access_protected_node,
17667         access_private_node): New global nodes.
17668         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
17669         * dbxout.c (dbxout_type): Adjust.
17670         * dwarf2out.c (gen_inheritance_die): Add access parameter.
17671         (gen_member_die): Adjust.
17672         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
17673         (output_type): Adjust.
17674         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
17676         Change base class access representation. Share virtual base
17677         binfos.
17678         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
17679         call.
17680         * cp/class.c (build_base_path): Likewise.
17681         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
17682         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
17683         (make_new_vtable): Adjust.
17684         (force_canonical_binfo_r): Delete.
17685         (force_canonical_binfo): Delete.
17686         (mark_primary_virtual_base): Delete.
17687         (dfs_unshared_virtual_bases): Delete.
17688         (mark_primary_bases): Adjust.
17689         (maybe_warn_about_overly_private_class): Adjust.
17690         (dfs_base_derived_from): Delete.
17691         (base_derived_from): Follow the inheritance chain.
17692         (struct find_final_overrider_data): Add vpath member.
17693         (dfs_find_final_overrider): Adjust.
17694         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
17695         (find_final_overrider): Adjust.
17696         (update_vtable_entry_for_fn): Adjust.
17697         (modify_all_vtables): Adjust.
17698         (walk_subobject_offsets): Adjust.
17699         (layout_nonempty_base_or_field): Adjust.
17700         (layout_empty_base): Remove last parameter. Adjust.
17701         (build_base_field): Adjust.
17702         (build_base_fields): Adjust.
17703         (propagate_binfo_offsets): Remove last parameter. Adjust.
17704         (dfs_set_offset_for_unshared_vbases): Delete.
17705         (layout_virtual_bases): Adjust.
17706         (finish_struct_1): Adjust.
17707         (init_class_processing): Don't init access nodes.
17708         (dfs_get_primary_binfo): Delete.
17709         (get_primary_binfo): Adjust.
17710         (dump_class_hierarchy_r): Remove most derived arg, add IGO
17711         parameter. Adjust.
17712         (dump_class_hierarchy): Adjust.
17713         (finish_vtbls): Adjust.
17714         (get_original_base): Delete.
17715         (build_vtt_inits): Adjust.
17716         (dfs_build_secondary_vptr_vtt_inits): Adjust.
17717         (dfs_ctor_vtable_bases_queue_p): Adjust.
17718         (build_ctor_vtbl_group): Adjust.
17719         (dfs_accumulate_vtbl_inits): Adjust.
17720         (build_vtbl_initializer): Adjust.
17721         (build_vbase_offset_vtbl_entries): Adjust.
17722         (add_vcall_offset_vtbl_entries_1): Adjust.
17723         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
17724         (access_*_node): Remove.
17725         (CANONICAL_BINFO): Delete.
17726         (BINFO_UNSHARED_MARKED): Remove.
17727         (BINFO_MARKED): Set LANG_FLAG_0 directly.
17728         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
17729         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
17730         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
17731         Delete.
17732         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
17733         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
17734         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
17735         Delete.
17736         (BINFO_DEPENDENT_BASE_P): New.
17737         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
17738         index.
17739         (markedp, unmarkedp): Adjust.
17740         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
17741         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
17742         find_vbase_instance, binfo_for_vbase): Delete.
17743         (copied_binfo, original_binfo): Declare.
17744         (finish_base_specifier): Add virtual_p arg.
17745         (unshare_base_binfos): Delete.
17746         (copy_base_binfos): Declare.
17747         (reverse_path): Delete.
17748         * cp/decl.c (xref_basetypes): Access and virtuality passed
17749         differently. Don't copy direct base binfos here. Call
17750         copy_base_binfos.
17751         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17752         (initialize_vtbl_ptrs): Adjust.
17753         (expand_member_init): Adjust.
17754         * cp/parser.c (cp_parser_base_specifier): Adjust.
17755         * cp/pt.c (instantiate_class_template): Adjust.
17756         (get_template_base_recursive): Adjust.
17757         * cp/rtti.c (get_pseudo_ti_init): Adjust.
17758         (get_pseudo_ti_desc): Adjust.
17759         * cp/tree.c (unshare_base_binfos): Rename to ...
17760         (copy_base_binfos): ... here, reimplement.
17761         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
17762         (reverse_path): Remove.
17763         * cp/typeck.c (get_delta_difference): Adjust error messages.
17764         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
17765         * cp/search.c (lookup_base_r): Adjust.
17766         (dynamic_cast_base_recurse): Adjust.
17767         (canonical_binfo): Remove.
17768         (dfs_canonical_queue): Remove.
17769         (dfs_assert_unmarked_p): Remove.
17770         (assert_canonical_unmarked): Remove.
17771         (shared_marked_p, shared_unmarked_p): Remove.
17772         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
17773         (dfs_access_in_type): Adjust.
17774         (access_in_type): Adjust.
17775         (dfs_accessible_queue_p): Adjust.
17776         (dfs_accessible_p): Adjust.
17777         (is_subobject_of_p_1, is_subobject_of_p): Remove.
17778         (struct lookup_field_info): Remove from_dep_base_p field.
17779         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
17780         (lookup_field_r): Remove dependent base code.
17781         (lookup_member): Likewise.
17782         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
17783         (dfs_unmarked_real_bases_queue_p): Remove.
17784         (dfs_marked_real_bases_queue_p): Remove.
17785         (dfs_skip_vbases): Remove.
17786         (dfs_get_pure_virtuals): Adjust.
17787         (markedp, unmarkedp): Adjust.
17788         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
17789         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
17790         (dfs_unmark): Adjust.
17791         (dfs_get_vbase_types):Remove.
17792         (dfs_build_inheritance_graph_order): Remove.
17793         (get_vbase_types): Remove
17794         (dfs_find_vbase_instance): Remove.
17795         (find_vbase_instance): Remove.
17796         (dfs_debug_unmarkedp): Adjust.
17797         (dependent_base_p): Remove.
17798         (dfs_push_type_decls): Adjust.
17799         (dfs_push_decls): Adjust.
17800         (dfs_no_overlap_yet): Adjust.
17801         (copied_binfo): New function.
17802         (original_binfo): New function.
17803         (binfo_for_vbase): Remove.
17805         Change base class access representation.
17806         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
17807         (add_interface_do): Likewise.
17809 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17811         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
17812         * config/rs6000/power4.md (power4-store,power4-vecstore): New
17813         insn reservations.
17814         (power4-fpstore): Compact.
17816 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17818         * config/h8300/h8300.md (*iorsi3_w): New.
17820 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17822         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
17823         * rtl.c (reg_note_name): Likewise.
17824         * rtl.h (enum reg_note): Likewise.
17825         * doc/invoke.texi: Likewise.
17826         * doc/rtl.texi: Likewise.
17828 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17830         * bb-reorder.c (find_traces_1_round): Fix comment typo.
17832 2003-02-19  Roger Sayle  <roger@eyesopen.com>
17834         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
17835         addition in the presence of signaling NaNs.
17837 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
17839         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
17841 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17843         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
17844         ORing with 0xffff??00 with the highest bit of the ?? part set.
17845         (compute_logical_op_length): Update.
17846         (compute_logical_op_cc): Likewise.
17848 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
17850         * bb-reorder.c (find_traces_1_round): Fixed condition for small
17851         destination block with multiple predecessors.
17852         (connect_traces): Check whether the block is a start of trace.
17854 2003-02-19  Jan Hubicka  <jh@suse.cz>
17856         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
17857         * function.c (assign_params): Likewise.
17858         * arm-protos.h (arm_init_cumulative_args): Update prototype.
17859         * arm.c (arm_init_cumulative_args): Update function.
17860         * arm.h (INIT_CUMULATIVE_ARGS): Update.
17861         * avr-protos.h (init_cumulative_args): Update prototype.
17862         * avr.c (init_cumulative_args): Update function.
17863         * avr.h (INIT_CUMULATIVE_ARGS): Update.
17864         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
17865         * d30v.c (d30v_init_cumulative_args): Update function.
17866         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
17867         * frv-protos.h (frv_init_cumulative_args): Update prototype.
17868         * frv.c (frv_init_cumulative_args): Update function.
17869         * frv.h (INIT_CUMULATIVE_ARGS): Update.
17870         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
17871         * pa.h (INIT_CUMULATIVE_ARGS): Update.
17872         * sparc-protos.h (init_cumulative_args): Update prototype.
17873         * sparc.c (init_cumulative_args): Update function.
17874         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
17875         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
17877 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17879         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
17880         (*ashiftsi_sextqi_7): Likewise.
17882 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17884         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
17885         ISO C99 and C++.
17887         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
17888         for C++ on IRIX 6.5.1[89].
17889         * fixinc/tests/base/internal/sgimacros.h: New file.
17891         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
17892         * fixinc/tests/base/internal/wchar_core.h: New file.
17894         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
17895         socklen_t definition.
17896         * fixinc/fixincl.x: Regenerate.
17897         * fixinc/tests/base/sys/socket.h: New file.
17898         Fixes PR libgcj/9652.
17900 2003-02-19  Jan Hubicka  <jh@suse.cz>
17902         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
17904 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
17906         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
17907         align_jumps_max_skip and align_loops_max_skip.
17909 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
17911         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
17912         test size if named section.
17914 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
17916         * expr.c (expand_expr): Use gen_int_mode for the argument
17917         to gen_rtx_MULT.
17919 2003-02-19  Jan Hubicka  <jh@suse.cz>
17921         * i386.md (cosxf2):  Fix conditional.
17923 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17925         * config/h8300/h8300.md (extendqisi2): Change to an expander.
17926         (*extendqisi2_h8300): New.
17927         (*extendqisi2_h8300hs): Likewise.
17929 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17931         * config/h8300/h8300-protos.h: Update the prototype for
17932         split_adds_subs.  Remove the prototypes for
17933         const_int_le_2_operand and const_int_le_6_operand.
17934         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
17935         (const_int_le_2_operand): Remove.
17936         (const_int_le_6_operand): Likewise.
17937         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
17938         for const_int_le_2_operand and const_int_le_6_operand.
17939         * config/h8300/h8300.md: Update all uses of split_adds_subs.
17940         (a peephole2): New.
17942 2003-02-18  Jan Hubicka  <jh@suse.cz>
17944         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
17945         (cgraph_expand_function): Rewrite.
17947 2003-02-18  Matt Austern <austern@apple.com>
17949         * toplev.c, langhooks.c, langhooks-def.h: Move
17950         write_global_declarations from toplev.c to langhooks.c.
17952 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
17954         * config/h8300/h8300.c (general_operand_src): Always check
17955         MODE.
17956         (general_operand_dst): Likewise.
17958 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17960         * convert.c (convert_to_real): Also optimize (float)log(x) into
17961         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
17963 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
17965         * config/sh/sh.c (unspec_caller_rtx_p): New.
17966         (sh_cannot_copy_insn_p): New.
17967         (TARGET_CANNOT_COPY_INSN_P): New.
17969 2003-02-18  Richard Henderson  <rth@redhat.com>
17971         * c-common.c (handle_used_attribute): Accept static data too.
17973 2003-02-18  Nick Clifton  <nickc@redhat.com>
17974             Aldy Hernandez  <aldyh@redhat.com>
17976         * testsuite/gcc.dg/20030218-1.c: New.
17978         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
17980         * target-def.h (TARGET_INITIALIZER): Add
17981         TARGET_VECTOR_TYPES_COMPATIBLE.
17982         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
17984         * target.h (struct gcc_target): Add field vector_types_compatible.
17986         * c-typeck.c (comptypes): Take into account
17987         TARGET_VECTOR_TYPES_COMPATIBLE.
17988         (convert_for_assignment): Same.
17990         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
17991         (rs6000_spe_vector_types_compatible): New.
17992         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
17994 2003-02-19  Andreas Schwab  <schwab@suse.de>
17996         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
17997         * toplev.c: Include langhooks-def.h.
17999 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
18001         * config/mips/mips.h (enum processor_type): Sort entries
18002         alphabetically.
18003         * config/mips/mips.md (define_attr cpu): Sync with processor_type
18004         enum values, including adding entries that were missing.
18006 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
18008         * sh.c (calc_live_regs): Also check GET_CODE when checking if
18009         initial value for PR_REG is still the PR_REG register.
18011 2003-02-18  Jim Wilson  <wilson@redhat.com>
18013         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18014         instruction in output template.
18015         (bsp_value): Change output template from string to C code, add %,
18016         before actual instruction.
18017         (flushrs): Mark as not predicable.
18019 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
18021         * inclhack.def (netbsd_bogus_semicolon): New fix.
18022         * fixincl.x: Rebuilt.
18023         * tests/base/ctype.h: Update.
18025 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18027         * fold-const.c (negate_expr_p): New function to determine whether
18028         an expression can be negated cheaply.
18029         (fold) [MINUS_EXPR]: Use it to determine whether to transform
18030         -A - B into -B - A for floating point types.
18032 2003-02-18  Roger Sayle  <roger@eyesopen.com>
18034         * sbitmap.c (sbitmap_resize): New function.
18035         * sbitmap.h (sbitmap_resize): Prototype here.
18036         * recog.c (split_all_insns): Use sbitmap_resize.
18038 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18040         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18041         insn length.
18042         (extendqisi2): Likewise.
18043         (*extendhisi2_h8300): Likewise.
18045 2003-02-18  Matt Austern <austern@apple.com>
18047         * langhooks.h, langhooks-def.h: introduce new langhook,
18048         final_write_globals, with write_global_declarations as default.
18049         * toplev.c: Move invocation of wrapup_global_declarations from
18050         compile_file to new function, write_global_declarations.  Change
18051         compile_file to use final_write_globals hook.  Change
18052         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18053         conditional.
18055 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18057         * pa.md: Correct and enhance comment.
18059 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
18061         * gcc.c (validate_switches): Don't scan past closing '}'.
18063 2003-02-18  Ben Elliston  <bje@redhat.com>
18065         PR c++/1607
18066         * doc/extend.texi (Function Attributes): Document the effect of
18067         the C++ "this" parameter on the counting of arguments for the
18068         "format" and "format_arg" attributes.
18070 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
18072         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18073         (__ev_stdw): Same.
18074         (__ev_stdh): Same.
18076 2003-02-17  Jan Hubicka  <jh@suse.cz>
18078         * recog.c (split_all_insns):  Fix memory overflow.
18080 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
18082         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18083         (cmphi): Likewise.
18084         (*cmphi_h8300): Likewise.
18085         (*cmphi_h8300hs): Likewise.
18086         (cmpsi): Likewise.
18087         (7 peephole2): Likewise.
18089 2003-02-16  Jan Hubicka  <jh@suse.cz>
18091         * c-typeck.c (build_c_cast):  Fold constant variables into
18092         initial values.
18094 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18096         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18097         (Binaries): Ditto for Sinix/Reliant Unix.
18099 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
18101         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18102         not overlap the final result register.
18104 2003-02-16 Arend Bayer <arend.bayer@web.de>
18105            Richard Henderson  <rth@redhat.com>
18107         PR c/8068
18108         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18109         rearrange mult arguments for less recursion.
18110         (extract_muldiv): New.  Prevent runaway recursion.
18112 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
18114         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18115         MASK_ALIGN_DOUBLE.
18117 2003-02-15  Roger Sayle  <roger@eyesopen.com>
18119         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18120         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18121         (ext_80387_constants_table): Global table of 80387 special constants
18122         guarded by ext_80387_constants_init flag when not initialized.
18123         (init_ext_80387_constants): New function to initialize this table.
18124         (standard_80387_constant_p): Extend to recognize extra 80387
18125         constants, in XFmode, on processors where this is a win.
18126         (standard_80387_constant_opcode): New function to return the
18127         opcode associated with standard_80387_constant_p.
18128         (standard_80387_constant_rtx): New function to return the XFmode
18129         CONST_DOUBLE associated with standard_80387_constant_p.
18130         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18132         * config/i386/i386-protos.h (standard_80387_constant_opcode):
18133         Prototype here.
18134         (standard_80387_constant_rtx): Likewise.
18136         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18137         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18138         *movtf_integer): Simplify using new standard_80387_constant_opcode.
18140 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
18142         * doc/invoke.texi (Optimize Options): Correct @option syntax.
18144 2003-02-15  Richard Henderson  <rth@redhat.com>
18146         * Makefile.in (cfglayout.o): Depend on TARGET_H.
18147         * cfglayout.c: Include target.h.
18148         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18149         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18150         * target.h (struct gcc_target): Add cannot_copy_insn_p.
18152         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18153         (TARGET_CANNOT_COPY_INSN_P): New.
18154         (override_options): Revert 2003-02-08 hack.
18156 2003-02-15  Richard Henderson  <rth@redhat.com>
18158         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18159         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18161 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
18163         * config/rs6000/rs6000.h (processor_type): Add PPC440.
18164         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18165         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18166         TARGET_SCHED_VARIABLE_ISSUE): Define.
18167         (rs6000_use_dfa_pipeline_interface): New function.
18168         (rs6000_multipass_dfa_lookahead): New Function.
18169         (rs6000_variable_issue): New function.
18170         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18171         (rs6000_issue_rate): Add PPC440.
18172         * config/rs6000/rs6000.md (unspec list): Correct typo.
18173         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18174         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18175         cmp, delayed_cr, mfcr, mtcr.
18176         (automata_option): Set "ndfa".
18177         (extendMMNN2): Update attributes.
18178         (movcc_internal1): Discourage move to non-cr0.  Update
18179         attributes.
18180         (movMM_update): Update attributes.
18181         (cmpMM_internal): Update attributes.
18182         (sCC CR materialization): Update attributes.
18183         (branch patterns): Do not discourage non-cr0.
18184         (cr logical patterns): Prefer destructive register allocation.
18185         Update attributes.
18186         (movesi_from_cr): Update attribute.
18187         (mtcrf_operation): Update attribute.
18188         (mtcrfsi): Update attribute.
18189         * config/rs6000/40x.md: New file.
18190         * config/rs6000/603.md: New file.
18191         * config/rs6000/6xx.md: New file.
18192         * config/rs6000/7450.md: New file.
18193         * config/rs6000/7xx.md: New file.
18194         * config/rs6000/mpc.md: New file.
18195         * config/rs6000/power4.md: New file.
18196         * config/rs6000/rios1.md: New file.
18197         * config/rs6000/rios2.md: New file.
18198         * config/rs6000/rs64.md: New file.
18199         [Some DFA descriptions based on work by Michael Hayes]
18201 2003-02-15  Richard Henderson  <rth@redhat.com>
18203         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18204         successors with multiple predecessors.
18205         (connect_traces): Try harder to copy traces of length 1.
18207         * function.h (struct function): Add computed_goto_common_label,
18208         computed_goto_common_reg.
18209         * function.c (free_after_compilation): Zap them.
18210         * stmt.c (expand_computed_goto): Use them to produce one
18211         indirect branch per function.
18213 2003-02-15  Richard Henderson  <rth@redhat.com>
18215         * cfgcleanup.c: Include params.h.
18216         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
18217         too many outgoing edges from a block.
18218         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18219         * params.def (max-crossjump-edges): New.
18220         * doc/invoke.texi: Document it.
18222 2003-02-15  Richard Henderson  <rth@redhat.com>
18224         * recog.c (split_all_insns): Include new blocks in life update;
18225         do a global life update.
18227 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
18229         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18230         Update copyright.
18231         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18232         -mno-cygwin case.
18234 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18236         PR optimization/7702
18237         * reload1.c (reload_cse_simplify_set): Honor
18238         CANNOT_CHANGE_MODE_CLASS.
18240 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
18242         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18243         function.
18244         * config/mn10300/mn10300-protos.h: Declare it.
18245         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18246         attribute cc of instructions that may use clr.
18248 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18250         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18251         (x - (x & y)) is found.
18253 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18255         * configure.in: Fix typo.
18256         * configure: Regenerate.
18258 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
18260         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18262 2003-02-13  Adam Nemet  <anemet@lnxw.com>
18264         PR opt/2391
18265         * combine.c: Fix spelling in comment.
18266         (cached_nonzero_bits): New function.
18267         (cached_num_sign_bit_copies): New function.
18268         (nonzero_bits_with_known): New macro.
18269         (num_sign_bit_copies_with_known): New macro.
18270         (nonzero_bits1): Rename from nonzero_bits.  Add three new
18271         arguments.  Change calls from nonzero_bits to
18272         nonzero_bits_with_known.
18273         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
18274         three new arguments.  Change calls from num_sign_bit_copies to
18275         num_sign_bit_copies_with_known.
18276         (nonzero_bits): New macro.
18277         (num_sign_bit_copies): New macro.
18278         (update_table_tick): Don't traverse identical subexpression more
18279         than once.
18280         (get_last_value_validate): Likewise.
18282 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
18284         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18285         * function.h (struct emit_status): Length of regno_pointer_align
18286         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18287         not regno_pointer_align_length (i.e. length actually used, not
18288         length as allocated)
18290         * config/i386/i386.c (struct stack_local_entry): New.
18291         (struct machine_function): Replace huge array with alist.
18292         (assign_386_stack_local): Change to match.
18294 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
18296         * inclhack.def (hpux_long_double): Tighten select and add bypass
18297         regexp.
18298         * fixincl.x: Rebuilt.
18300 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
18302         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18303         edge and block ends with a jump insn it must be simple jump.
18305 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
18307         * Makefile.in (PREPROCESSOR_DEFINES): Add
18308         @TARGET_SYSTEM_ROOT_DEFINE@.
18309         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18310         is specified or if building a cross compiler.
18311         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18312         if the sysroot is under $exec_prefix.
18313         * configure: Regenerated.
18314         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18315         defined.
18316         (struct default_include): Add add_sysroot field.
18317         (cpp_SYSROOT): Declare.
18318         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18319         field.
18320         (cpp_SYSROOT): New variable.
18321         * cppinit.c (cpp_create_reader): Initialize
18322         CPP_OPTION (pfile, sysroot).
18323         (init_standard_includes): Handle add_sysroot.  Do not
18324         add unrelocated copies of relocated directories.
18325         (COMMAND_LINE_OPTIONS): Add -isysroot.
18326         (cpp_handle_option): Handle -isysroot.
18327         * cpplib.h (struct cpp_options): Add sysroot member.
18328         * gcc.c (The Specs Language): Update description of %I.
18329         (target_system_root_changed): New variable.
18330         (process_command): Conditionalize make_relative_prefix call
18331         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
18332         target_system_root_changed.
18333         (do_spec_1): Add -isysroot to %I.
18334         * doc/invoke.texi (Spec Files): Update description of %I.
18335         * doc/install.texi (--with-sysroot): Update comment about
18336         relocation.
18338 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
18340         * config/h8300/h8300.md (a peephole2): New.
18342 2003-02-13  Robert Lipe <robertlipe@usa.net>
18343             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18345         * doc/install.texi (Specific): Update three SCO-related URLs.
18347 2003-02-13  Andreas Schwab  <schwab@suse.de>
18349         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
18350         Parenthesize properly.
18351         (NPREDECESORS): Parenthesize properly.
18353 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
18355         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
18357 2003-02-12  Roger Sayle  <roger@eyesopen.com>
18359         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
18360         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
18362         * reg-stack.c (subst_stack_regs_pat): Add support for binary
18363         UNSPEC instructions (e.g. "fpatan").
18365 2003-02-12  Mike Stump  <mrs@apple.com>
18367         * varray.c (element_size): Remove.
18368         (uses_ggc): Remove.
18369         (element): Add.
18370         (varray_init): Use new interface.
18371         (varray_grow): Use new interface.
18372         (varray_clear): Use new interface.
18374 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18376         * config/rs6000/spe.h: Add casts to the arguments of the following
18377         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
18378         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
18379         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
18380         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
18381         __ev_get_u16, __ev_get_s16.
18383 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18385         * config/h8300/h8300.md (a peephole2): New.
18387 2003-02-12  Jan Hubicka  <jh@suse.cz>
18389         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
18390         (OBJS): Add callgraph.o
18391         (callgraph.o): New.
18392         * c-decl.c (expand_body_1): Break out from ...
18393         (expand_body): This one;  change calling convention
18394         (finish_function): Move some of expand_body logic here.
18395         (c_expand_deferred_function): Update call of expand_body
18396         (c_expand_stmt): Use c_expand_body_1.
18397         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
18398         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
18399         * c-tree.h (c_expand_body): Declare.
18400         * callgraph.c: New file.
18401         * flags.h (flag_unit_at_a_time): Declare.
18402         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
18403         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
18404         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
18405         * langhooks.h (struct lang_hooks_for_callgraph): New.
18406         (struct lang_hooks): Add callgraph field.
18407         * toplev.c (flag_unit_at_a_time): New.
18408         (lang_independent_options): Add flag_unit_at_a_time.
18409         (process_options): Disable unit-at-a-time mode for frontends not
18410         supporting callgraph.
18411         * tree-inline.c (typedef struct inline_data): Add "decl"
18412         (expand_call_inline): Update callgraph.
18413         (optimize_inline_calls): Set id.decl.
18414         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
18415         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
18416         cgraph_calls_p): Declare.
18417         * invoke.texi (-funit-at-a-time): Document
18419 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18421         * config/rs6000/spe.h: Fix misc formatting.
18422         (__ev_create_ufix32_fs): Cast ev argument.
18423         (__ev_create_sfix32_fs): Same.
18424         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
18425         (__ev_get_ufix32_fs_internal): Same.
18427 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
18429         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
18430         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
18432 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
18434         * cpplib.c (do_include_common): Move warnings for
18435         #include_next and #import out to callers.  Use early-return
18436         instead of nested ifs.  Don't do check_eol here.
18437         (parse_include): Do check_eol here with the rest of the
18438         parsing stuff.
18439         (do_include_next, do_import): Now handle warnings.
18441 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18443         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18445 2003-02-12  Jan Hubicka  <jh@suse.cz>
18447         * predict.c (estimate_probability):  Fix roundoff error.
18449 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18451         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18452         (two peephole2): New.
18454 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18456         * config/h8300/h8300.md (several peephole2): Replace
18457         find_regno_note with peep2_reg_dead_p.
18459 2003-02-11  Richard Henderson  <rth@redhat.com>
18461         * gcse.c (lookup_set): Remove unused argument PAT.  Update
18462         both callers.
18464 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18466         * diagnostic.c (real_abort): New.
18467         (diagnostic_report_diagnostic): Call real_abort on error.
18468         * diagnostic.h (diagnostic_abort_on_error): New.
18469         (struct diagnostic_context): Add abort_on_error field.
18470         * toplev.c (setup_core_dumping): New.
18471         (decode_d_option): Handle 'H' case.
18472         * doc/invoke.texi (Debugging Options): Document -dH.
18474 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
18476         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18477         which refers to obsolete directories.
18479 2003-02-11  Richard Henderson  <rth@redhat.com>
18481         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18483 2002-10-21  Jan Hubicka  <jh@suse.cz>
18485         * i386.c (contains_128bit_aligned_vector_p): New function.
18486         (ix86_function_arg_boundary): Properly align vector modes.
18488 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
18490         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18491         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18492         as a SET pattern.
18494 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18496         * builtins.c:  Fix failure caused by commiting wrong patch.
18498 2003-02-11  Dale Johannesen  <dalej@apple.com>
18499         * ra-build.c (compare_and_free_webs):  Relax checking.
18500         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
18501         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
18503 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18505         PR optimization/9651
18506         * rtlanal.c (may_trap_p): Handle FIX.
18508 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
18510         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18511         * doc/invoke.texi: Extra alias.
18513 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18515         * config/rs6000/host-darwin.c: Fix comment.
18517 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
18519         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
18520         predicate for mod result.
18522 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18524         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
18525         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
18526         * fixincl.x: Rebuilt.
18527         * tests/base/stdlib.h: Update.
18528         * tests/base/ctype.h: New file.
18530 2003-02-11  Jan Hubicka  <jh@suse.cz>
18532         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
18534 2003-02-11  Richard Henderson  <rth@redhat.com>
18536         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
18537         appropriated as globals.
18538         (ix86_expand_clrstr): Similarly.
18539         * config/i386/i386.md (cmpstrsi): Similarly.
18541 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18543         * config/h8300/h8300.md (a peephole2): Add a case of 255.
18545 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18547         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
18548         (pow_optab, atan2_optab): Define corresponding macros.
18549         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
18550         * genopinit.c (optabs): Implement pow_optab and atan2_optab
18551         using pow?f3 and atan2?f3 patterns.
18552         * builtins.c (expand_errno_check): New function to update errno
18553         if necessary, split out from expand_builtin_mathfn.
18554         (expand_builtin_mathfn): Use expand_errno_check.
18555         (expand_builtin_mathfn_2): New function to handle expanding binary
18556         math functions, reusing the code in expand_errno_check.
18557         (expand_builtin): Handle the pow and atan2 math built-ins,
18558         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
18559         expand_builtin_mathfn_2.
18561         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
18563 2003-02-11  Jan Hubicka  <jh@suse.cz>
18565         * combine.c (combine_simplify_rtx): Fix folding of
18566         nested float_truncates.
18568 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18570         * config/h8300/h8300.md (a peephole2): Fix a typo.
18572 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
18574         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
18575         register number.
18577 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18579         * config/h8300/h8300-protos.h: Add a prototype for
18580         gtuleu_operator.
18581         * config/h8300/h8300.c (gtuleu_operator): New.
18582         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
18583         * config/h8300/h8300.md (a peephole2): New.
18585 2003-02-11  Jan Hubicka  <jh@suse.cz>
18587         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
18589 2003-02-11  Jan Hubicka  <jh@suse.cz>
18591         * predict.c (choose_function_section): Choose sections correctly.
18593 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18595         * reload1.c (first_label_num): New.
18596         (reload): Index offsets_known_at and offsets_at using difference of
18597         label number and first label number.  Don't use offset pointers.
18598         (set_label_offsets, set_initial_label_offsets): Likewise.
18600 2003-02-10  Roger Sayle  <roger@eyesopen.com>
18602         * mips-tfile.c (init_file): Add missing initializers in the
18603         "#ifdef __alpha" case.
18604         (file_offset, max_file_offset): Declare as unsigned long.
18605         (write_varray): Cast to "unsigned long" in comparisons against
18606         either file_offset or max_file_offset.
18607         (write_object): Likewise.
18608         (read_seek): Likewise.
18609         (copy_object): Likewise. Declare "ifd" as int to match its use
18610         in add_ext_symbol, and avoid signed/unsigned conditional warning.
18612 2003-02-10  Nick Clifton  <nickc@redhat.com>
18613             Aldy Hernandez  <aldyh@redhat.com>
18615         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
18616         override options which have been specified on the command line.
18618 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18620         * config/h8300/h8300.md (abssf2): New.
18621         (*abssf2_h8300): Likewise.
18622         (*abssf2_h8300hs): Likewise.
18624 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
18626         * tree.c (build_tree_list):  Fix parameter names in comment.
18628 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
18630         * config/rs6000/ppc64-fp.c: New file.
18631         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
18633 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18635         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
18636         * bb-reorder.c (make_reorder_chain): Deleted.
18637         (make_reorder_chain_1): Deleted.
18638         (find_traces): New function.
18639         (rotate_loop): New function.
18640         (mark_bb_visited): New function.
18641         (find_traces_1_round): New function.
18642         (copy_bb): New function.
18643         (bb_to_key): New function.
18644         (better_edge_p): New function.
18645         (connect_traces): New function.
18646         (copy_bb_p): New function.
18647         (get_uncond_jump_length): New function.
18648         (reorder_basic_blocks): Use new functions (Software Trace Cache).
18649         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
18650         boundaries.
18652 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
18654         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
18656 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18658         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
18659         (DECL_LIVE_RANGE_RTL): Remove.
18661 2003-02-10  Nick Clifton  <nickc@redhat.com>
18663         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
18664         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
18665         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
18666         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
18667         config/arm/freebsd.h, config/arm/linux-elf.h,
18668         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
18669         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
18670         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
18671         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
18672         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
18673         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
18674         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
18675         and reformat as appropriate.
18677 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18679         * config/h8300/clzsi2.c: Remove.
18680         * config/h8300/ctzsi2.c: Likewise.
18681         * config/h8300/paritysi2.c: Likewise.
18682         * config/h8300/popcountsi2.c: Likewise.
18683         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
18684         ctzsi2, paritysi2, and popcountsi2.
18686 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
18687             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
18689         PR c/7741
18690         * c-decl.c (duplicate_decls): Discard the initializer of the
18691         new decl when the types are conflicting.
18693 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18695         * Makefile.in (sreal.o): Added.
18696         (predict.o): Depends on sreal.h instead of real.h.
18697         * sreal.c: New file.
18698         * sreal.h: New file.
18699         * predict.c: Use sreal.c instead of real.c.
18701 2003-02-10  Nick Clifton  <nickc@redhat.com>
18703         * Contributed support for the Cirrus EP9312 "Maverick"
18704         floating point co-processor.  Written by Aldy Hernandez
18705         <aldyh@redhat.com>.
18706         (config/arm/arm.c): Add Cirrus support.
18707         (config/arm/arm.h): Likewise.
18708         (config/arm/aout.h): Likewise.
18709         (config/arm/arm.md): Likewise.
18710         (config/arm/arm-protos.h): Likewise.
18711         (config.gcc): Likewise.
18712         (doc/invoke.texi): Describe new -mcpu value and new
18713         -mcirrus-fix-invalid-insns switch,
18714         (cirrus.md): New file.
18716 2003-02-10  Jan Hubicka  <jh@suse.cz>
18718         * combine.c (combine_simplify_rtx): Simplify using
18719         (float_truncate (float x)) is (float x)
18720         (float_extend (float_extend x)) is (float_extend x).
18722 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
18724         * calls.c (try_to_integrate): Tidy stack_usage_map access.
18725         (emit_library_call_value_1): Likewise.  Formatting.
18726         (store_one_arg): Likewise.
18728 2003-02-09  Nick Clifton  <nickc@redhat.com>
18729             Aldy Hernandez  <aldyh@redhat.com>
18731         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
18732         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
18733         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
18734         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
18735         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
18736         docs.  Add range test for immediate value.
18738 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
18740         Rename spe_evxor to xorv2si3.
18741         (xorv4hi3): New.
18742         (xorv1di3): New.
18744 2003-02-10  Glen Nakamura  <glen@imodulo.com>
18746         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
18747         tag.
18749 2003-02-10  Jan Hubicka  <jh@suse.cz>
18751         * i386.c (vector_move_operand): New predicate.
18752         (ix86_expand_vector_move): Be happy about 0.
18753         * i386.h (PREDICATE_CODES): Add sse-move_operand.
18754         * i386.md (mov*_internal): Add 'C' alternative.
18756 2003-02-09  Jan Hubicka  <jh@suse.cz>
18758         * i386.md (floathi*): Deal with SSE.
18760 2003-02-09  Jan Hubicka  <jh@suse.cz>
18762         * simplify-rtx.c (simplify_unary_operation,
18763         simplify_binary_operation):  Deal with vector modes
18764         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
18766 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
18768         * toplev.c (rest_of_compilation): Recompute register usage after
18769         split_all_insns.
18771 2003-02-09  Richard Henderson  <rth@redhat.com>
18773         * libgcc-std.ver (__clztf2): New.
18774         (__ctztf2, __popcounttf2, __paritytf2): New.
18775         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
18776         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
18777         adjust code to match the different type sizes.
18778         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
18779         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
18781         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
18782         TImode; select word_mode and twice that.
18783         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
18784         select the modes from float, double, and long double.
18785         (init_optabs): Remove duplicate initializations.
18787 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18789         * doc/install.texi: Squeeze and streamline section on
18790         testing and regression checking.
18792 2003-02-09  Jan Hubicka  <jh@suse.cz>
18794         * i386.md (ahi?v*3): Set third operand type to TImode.
18795         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
18797         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
18798         integer mode.
18800         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
18801         Change code so they are arithmetic expressions now.
18802         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
18803         simplify_ternary_operation): Deal with VEC_* expressions.
18805         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
18807 2003-02-08  Jan Hubicka  <jh@suse.cz>
18809         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
18810         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
18811         possibly got duplicated.
18813 2003-02-08  Richard Henderson  <rth@redhat.com>
18815         * config/alpha/alpha.c (override_options): Turn off explicit
18816         relocs until post-peep2 code duplication resolved.
18818 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18820         * optabs.c (expand_unop): Widen clz properly when clz is done
18821         via libcall.
18823 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18825         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
18826         * config/h8300/crti.asm: Likewise.
18827         * config/h8300/crtn.asm: Likewise.
18828         * config/h8300/ctzsi2.c: Likewise.
18829         * config/h8300/fixunssfsi.c: Likewise.
18830         * config/h8300/h8300-protos.h: Likewise.
18831         * config/h8300/h8300.c: Likewise.
18832         * config/h8300/h8300.h: Likewise.
18833         * config/h8300/h8300.md: Likewise.
18834         * config/h8300/paritysi2.c: Likewise.
18835         * config/h8300/popcountsi2.c: Likewise.
18836         * config/h8300/rtems.h: Likewise.
18838 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18840         * doc/invoke.texi: Documentation for my previous commit.
18841         * doc/passes.texi: Ditto.
18843 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18845         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
18846         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18847         Declare.
18848         (DLTHE_FLAG_UPDATE_FREQ): New.
18849         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
18850         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
18851         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
18852         fix_bb_placement, fix_bb_placements, place_new_loop,
18853         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
18854         New static functions.
18855         (fix_loop_placement, can_duplicate_loop_p,
18856         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18857         New functions.
18859         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
18860         unswitch_loops): Declare.
18861         * loop-init.c: New file.
18862         * loop-unswitch.c: New file.
18863         * Makefile.in (loop-init.o, loop-unswitch.o): New.
18864         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
18865         * toplev.c (DFI_loop2): New dump.
18866         (flag_unswitch_loops): New.
18867         (lang_independent_options): Add it.
18868         (rest_of_compilation): Call new loop optimizer.
18869         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
18871 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18873         * config/h8300/clzsi2.c: New.
18874         * config/h8300/ctzsi2.c: Likewise.
18875         * config/h8300/paritysi2.c: Likewise.
18876         * config/h8300/popcountsi2.c: Likewise.
18877         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
18879 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
18881         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
18882         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
18883         (ctzsi2): New pattern.
18884         (ffssi2): Use clz instead of unspec.
18885         (clzdi2): Rename from cntlzd2.
18886         (ctzdi2): New pattern.
18887         (ffsdi2): Use clz instead of unspec.
18889 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
18891         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
18892         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
18893         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
18894         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
18896 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18898         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
18900 2003-02-07  Richard Henderson  <rth@redhat.com>
18902         PR 9226
18903         * gcse.c (local_cprop_find_used_regs): New.
18904         (local_cprop_pass): Use it.
18906 2003-02-07  Fred Fish  <fnf@intrinsity.com>
18908         * mips-tfile.c (parse_def): Parenthesize assignments to fix
18909         precedence bugs.
18911 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
18913         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
18915 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18917         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
18918         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
18919         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
18920         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
18921         builtin functions (and their __builtin_* variants).
18922         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
18923         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
18924         when not optimizing.
18926         * doc/extend.texi: Document new pow and atan2 builtins, and
18927         their float and long double variants.  Realphabetize builtins.
18929 2003-02-07  Jan Hubicka  <jh@suse.cz>
18931         * i386.md (sse2_nandv2di3): Fix.
18933 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
18935         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
18936         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
18937         definition.
18938         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
18939         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
18941 2003-02-07  Jan Hubicka  <jh@suse.cz>
18943         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
18945 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
18947         * cfg.c (dump_flow_info): Add back accidently deleted line.
18949 2003-02-07  Andrey Petrov <petrov@netbsd.org>
18951         * optabs.c (expand_float): Search wider integer modes first.
18953 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
18955         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
18956         based on preprocessor flag.
18958 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18959             Richard Henderson  <rth@redhat.com>
18961         * gcse.c (implicit_sets): New.
18962         (compute_hash_table_work): Include them in hash table.
18963         (find_implicit_sets, fis_get_condition): New.
18964         (one_cprop_pass): Allocate and free implicit_sets; call
18965         find_implicit_sets before building hash table.
18967 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
18969         * config/t-netbsd (USER_H): Revert previous change.
18971 2003-02-07  Gabor Greif  <ggreif@lucent.com>
18973         * doc/c-tree.texi (Namespaces): Fix typo.
18975 2003-02-07  Jan Hubicka  <jh@suse.cz>
18977         * regrename.c (do_replace, find_oldest_value_reg,
18978         copyprop_hardreg_forward_1): Update register attributes.
18980 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
18982         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
18983         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
18984         variables starting with underscore.
18985         (struct unit_usage): New structure.
18986         (unit_usages, cycle_alt_unit_usages): New global variables.
18987         (check_unit_distribution_in_reserv): Remove it.
18988         (store_alt_unit_usage): New function.
18989         (check_regexp_units_distribution): Rewrite it.
18991 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18993         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
18994         target_cpu_default.
18995         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
18996         if not MASK_NO_SPACE_REGS.
18997         (output_call): Adjust return pointer, don't load new space register
18998         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
18999         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19000         TARGET_NO_SPACE_REGS is true.
19001         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19002         conditions.
19003         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19004         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19005         true.  Use bve when TARGET_64BIT is true.
19007 2003-02-06  Richard Henderson  <rth@redhat.com>
19009         * combine.c (nonzero_bits): Fix double break.
19011 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
19012             Richard Henderson <rth@redhat.com>
19014         PR c/9530
19015         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19016         from functions that return a float to functions that don't.
19018 2003-02-06  Jan Hubicka  <jh@suse.cz>
19020         * i386.c (x86_inter_unit_moves): New variable.
19021         (ix86_secondary_memory_needed): Fix 64bit case, honor
19022         TARGET_INTER_UNIT_MOVES
19023         * i386.h (x86_inter_unit_moves): Declare.
19024         (TARGET_INTER_UNIT_MOVES): New macro.
19025         * i386.md (movsi_1): Cleanup constraints; disable
19026         when not doing inter-unit moves.
19027         (movsi_1_nointernunit): New.
19028         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19029         (movdi_1_rex64_nointerunit): New.
19030         (mivsf_1): disable when not doing inter-unit moves.
19031         (movsf_1_nointerunit): New.
19033         * basic-block.h (inside_basic_block_p):  Declare.
19034         * cfgbuild.c (inside_basic_block_p): Make global.
19035         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19036         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
19037         update CFG.
19038         (fix_basic_block_boundaries, add_missing_bbs): New.
19039         (rank): Use profile.
19040         (scheudle_ebbs): Rely on CFG; update coments.
19042 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
19044         * Makefile.in (host_hook_obj): New.
19045         (OBJS): Add $(host_hook_obj).
19046         (host_default.o): New rule.
19047         * config.gcc (host_hook_obj): New, default to host-default.o.
19048         (powerpc-*-darwin*): Use host-darwin.o.
19049         (out_host_hook_obj): New.
19050         * configure: Regenerate.
19051         * configure.in: Print information about out_host_hook_obj, substitute
19052         into output files.
19053         * host-default.c: New file.
19054         * hosthooks.h: New file.
19055         * toplev.c (general_init): Call host_hooks.extra_signals.
19056         * config/rs6000/host-darwin.c: New file.
19057         * config/rs6000/x-darwin: New file.
19058         * doc/hostconfig.texi: Add documentation for new host hook.
19059         Rearrange existing documentation.
19061 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19063         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19064         with *targetm.delegitimize_address.
19065         (rtl_for_decl_location): Likewise.
19066         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
19067         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19069         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19070         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19071         prototype.
19072         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19073         i386_simplify_dwarf_addr.  Made static.  Prototyped.
19074         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19075         i386_simplify_dwarf_addr to ix86_delegitimize_address.
19076         (ix86_find_base_term): Likewise.
19077         (maybe_get_pool_constant): Likewise.
19079         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19080         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19081         prototype.
19082         * config/s390/s390.c (s390_delegitimize_address): Renamed from
19083         s390_simplify_dwarf_addr.  Made static.  Prototyped.
19084         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19086 2003-02-05  Richard Henderson  <rth@redhat.com>
19088         PR c/8602
19089         * integrate.c (output_inline_function): Reset input_filename
19090         and lineno from the decl before rest_of_compilation.
19092 2003-02-05  Richard Henderson  <rth@redhat.com>
19094         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19095         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19096         * doc/rtl.texi, doc/tm.texi: Document them.
19098         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19099         of the value at zero properly.
19100         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19101         * simplify-rtx.c (simplify_unary_operation): Likewise.
19103         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19104         (CTZ_DEFINED_VALUE_AT_ZERO): New.
19106         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19107         (TARGET_EXPAND_BUILTIN): Remove.
19108         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19109         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19110         (enum arm_builtins): Remove.
19111         * config/arm/arm.md (UNSPEC_CLZ): Remove.
19112         (clzsi2): Rename from clz; use clz instead of unspec.
19113         (ctzsi2): New.
19114         * config/arm/arm-protos.h: Update.
19116 2003-02-05  Jan Hubicka  <jh@suse.cz>
19118         * i386-protos.h (x86_emit_floatuns):  Declare.
19119         * i386.c (x86_emit_floatuns): New global function.
19120         * i386.md (floatunssisf2, floatunsdisf2,
19121         floatunsdidf2):  New patterns.
19123 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19125         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19127 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
19129         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19130           config/ia64/linux.h
19132 2003-02-05  Roger Sayle  <roger@eyesopen.com>
19134         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19136 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
19138         PR optimization/8555
19139         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19140         instead of aborting.
19142 2003-02-04  Richard Henderson  <rth@redhat.com>
19144         * config/i386/i386.md (UNSPEC_BSF): Remove.
19145         (ffssi2): Split into cmove and no_cmove insns and splitters;
19146         lose pentium float trick for now.
19147         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19148         (ctzsi2, clzsi2, bsr): New.
19150 2003-02-04  Richard Henderson  <rth@redhat.com>
19152         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19153         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19154         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19155         (ffsdi2): Use popcount instead of unspec.
19156         (popcountdi2): Rename from *popcnt.
19157         (ctzdi2, clzdi2, getf_exp_tf): New.
19159 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
19161         * genconfig.c (main): Generate CC0_P.
19162         * rtl.h (CC0_P): Remove.
19164 2003-02-04  Richard Henderson  <rth@redhat.com>
19166         * libgcc2.h, libgcc2.c (__ffsSI2): New.
19167         (__ffsDI2): Rename from __ffsdi2.
19168         * mklibgcc.in (lib2funcs): Add _ffssi2.
19170 2003-02-04  Richard Henderson  <rth@redhat.com>
19172         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19173         rounds with a "bit table" lookup.
19175 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
19177         * reload.c (find_reloads): Do not use the mode specified in the insn
19178         pattern as reload mode for address operands.  Do not generate optional
19179         reloads for operands where a mandatory reload was already pushed.
19181 2003-02-04  Richard Henderson  <rth@redhat.com>
19183         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19184         builtins instead of inline assembly.
19186 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19188         PR c/9376
19189         * libgcc2.c (__subvdi3): Fix typo.
19191 2003-02-04  Jan Hubicka  <jh@suse.cz>
19193         * i386.md (movti_rex64):  Fix constraint.
19195 2003-02-04  Jan Hubicka  <jh@suse.cz>
19197         * i386.md (vector push splitters):  Fix typo in resolving conflict.
19199 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
19201         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19203 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
19205         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
19206         for recent libstdc++.  Remove formatting cruft.
19208 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
19210         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19211         attribute even if input file name is absolute, but one of the
19212         includes is relative.
19214 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
19216         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19217         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19218         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
19220 2003-02-03  Richard Henderson  <rth@redhat.com>
19222         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19223         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19224         return type to "int".  Shuffle declarations and undef int trap.
19225         * libgcc2.h: Remove their declarations.
19226         * optabs.c (expand_unop): Force outmode to int for bitops.
19228 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
19230         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19231         coprocessor registers before floating-point registers.
19232         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19233         to account for a previously removed register.
19234         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19235         Delete unused macros.
19237 2003-02-03  Jan Hubicka  <jh@suse.cz>
19239         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
19240         (mov*_internal): Fix predicates; require one of operands to not be
19241         memory.
19242         (SSE?MMX move expanders):  Fix predicates; force one of operands to
19243         register.
19244         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19245         (movups/movupd/movdqu patterns): Force one of operands to not be
19246         memory.
19248 2003-02-03  Roger Sayle  <roger@eyesopen.com>
19250         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19251         takes a single rtx and returns it unmodified.
19252         * hooks.h (hook_rtx_rtx_identity): Prototype here.
19253         * target.h (struct gcc_target): Add "delegitimize_address"
19254         field to target structure.
19255         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
19256         for delegitimize_address target using hook_rtx_rtx_identity.
19257         (TARGET_INITIALIZER): Initialize delegitimize_address field
19258         using TARGET_DELEGITIMIZE_ADDRESS macro.
19259         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19260         extensions of constant pool references.  Use delegitimize_address
19261         to undo the obfuscation of "-fpic".
19262         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19264         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19265         i386_simplify_dwarf_addr.
19266         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19267         (maybe_get_pool_constant): Likewise.
19269 2003-02-03  Jan Hubicka  <jh@suse.cz>
19271         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
19273 2003-02-03  Jan Hubicka  <jh@suse.cz>
19275         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19277 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19279         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
19280         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
19282 2003-02-02  Andreas Schwab  <schwab@suse.de>
19284         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19286 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
19288         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19289         (epilogue_insns): Likewise.
19291 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19293         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19295 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19297         * pa-protos.h (attr_length_millicode_call): Remove second argument.
19298         (attr_length_indirect_call, attr_length_indirect_call,
19299         attr_length_save_restore_dltp): New prototypes.
19300         * pa.c (attr_length_millicode_call): Remove second argument.  Check
19301         INSN_ADDRESSES_SET_P in distance calculation.
19302         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19303         INSN_ADDRESSES.
19304         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19305         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19306         Call attr_length_call directly.
19307         (attr_length_indirect_call, output_indirect_call,
19308         attr_length_save_restore_dltp): New functions.
19309         * pa.md (attr_length_millicode_call): Drop second argument from all
19310         patterns.
19311         (return_internal_pic): Delete.
19312         (return_external_pic): Remove use of PIC register and pic operand and
19313         flag checks.
19314         (epilogue): Use return_internal for both normal and pic code.
19315         (call, call_value): Emit new 32-bit pic patterns for symref and
19316         indirect calls.  Remove uses for arg pointer and pic register.
19317         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19318         call_reg_pic_post_reload, call_val_symref_pic,
19319         call_val_symref_pic_post_reload, call_val_reg_pic,
19320         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19321         Implement define_split and define_peephole2 patterns for pre reload
19322         patterns.
19323         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19324         call_value_internal_reg_64bit): Shorten names.
19325         (all call patterns): Explicitly indicate registers used and clobbered.
19326         Use attr_length_indirect_call and attr_length_save_restore_dltp for
19327         attribute length calculation.  Move code generation for indirect calls
19328         to output_indirect_call.
19329         (sibcall, sibcall_value): Don't restore PIC register.
19330         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19331         register retore.
19333 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19335         * doc/install.texi (Testing): Simplify and compress instructions
19336         concerning Dejagnu.
19338 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19340         * collect2.c (pexecute_pid): Rename to pid.
19341         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
19342         pid.
19344 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
19346         * doc/extend.texi (Function Attributes): Remove documentation
19347         for PowerPC Windows NT function attributes..
19349 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
19351         * dwarf2out.c (gen_type_die): Check for typedefs before calling
19352         for TYPE_MAIN_VARIANT.
19354 2003-02-01  Richard Henderson  <rth@redhat.com>
19356         * libgcc2.c: Include auto-host.h.
19357         (ATTRIBUTE_HIDDEN): New.
19358         (__clz_tab): Don't declare here for clz and ctz.
19359         (__clzsi2, __clzdi2): Use count_leading_zeros.
19360         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
19361         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
19362         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
19363         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
19365 2003-02-01  Richard Henderson  <rth@redhat.com>
19367         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
19368         to the conditional.
19369         (ashlsi3_1_zext splitter): Likewise.
19371 2003-02-01  Richard Henderson  <rth@redhat.com>
19373         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
19374         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19375         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
19376         return type to Wtype.
19378         * libgcc-std.ver (GCC_3.4): Fix inheritance.
19380         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
19381         expander input constraint.
19383 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
19385         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
19386         OTI_parity.
19387         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
19388         * optabs.c (widen_clz, expand_parity): New.
19389         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
19390         for libcalls to clz, ctz, popcount, and parity.
19391         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
19392         parity_optab, and set up libfunc handlers.
19393         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19394         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
19395         __popcount_tab): New.
19396         * libgcc2.h: Declare them.
19397         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
19398         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
19399         and parity_optab.
19400         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
19401         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
19402         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
19403         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
19404         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
19405         BUILT_IN_PARITYLL): New.
19406         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
19407         and add optab argument.
19408         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
19409         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
19410         * expr.c (expand_expr): Handle them.
19411         * fold-const.c (tree_expr_nonnegative_p): Likewise.
19412         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
19413         * reload1.c (eliminate_regs): Handle them.
19414         (elimination_effects): Likewise.
19415         * function.c (instantiate_virtual_regs_1): Likewise
19416         * genattrtab.c (check_attr_value): Likewise.
19417         * simplify-rtx.c (simplify_unary_operation): Likewise.
19418         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
19419         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
19420         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
19421         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
19422         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
19423         __builtin_arm_clz.
19424         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
19425         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
19426         * doc/extend.texi (Other Builtins): Add new builtins.
19427         * doc/md.texi (Standard Names): Add new patterns.
19429 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
19431         * reload.c: Revert 2003-01-31 change.
19433 2003-02-01  Jan Hubicka  <jh@suse.cz>
19435         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
19437 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
19439         * flags.h (flag_volatile): Remove declaration.
19440         (flag_volatile_global, flag_volatile_static): Likewise.
19441         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19442         * toplev.c (flag_volatile): Remove definition.
19443         (flag_volatile_global, flag_volatile_static): Likewise.
19444         (f_options): Remove corresponding entries here.
19445         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19446         or flag_volatile_static.
19447         * doc/invoke.texi: Remove documentation of -fvolatile,
19448         -fvolatile-global and -fvolatile-static.
19450 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19452         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19453         updating of total_code_bytes from prologue to epilogue.
19455 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
19457         * reload.c (find_reloads): Do not use the mode specified in the insn
19458         pattern as reload mode for address operands.  Do not generate optional
19459         reloads for operands where a mandatory reload was already pushed.
19460         Generate optional reloads only in the final pass though find_reloads.
19461         (have_replacement_p): New function.
19463 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19465         * doc/install.texi (Testing): Remove a reference to our obsolete
19466         /testresults web pages and strip redundant information concerning
19467         test results.
19468         (Binaries): Refer to Microsoft Windows instead of listing all
19469         possible variants.
19471 2003-02-01  Jan Hubicka  <jh@suse.cz>
19473         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
19474         RTL chain.
19476         * combine.c (simplify_set): Reverse order of ragumetns to
19477         REG_CANNOT_CHANGE_MODE_P
19478         * df.c (df_def_record_1): Likewise.
19479         * recog.c (register_operand): Likewise.
19480         * simplify-rtx.c (simplify_subreg): Likewise.
19481         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19482         CANNOT_CHANGE_MODE_CLASS.
19483         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19484         Likewise.
19485         * reload.c (push_reload): Likewise.
19486         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19487         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19488         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19489         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19490         * mips.c (mips_cannot_change_mode_class): Update.
19491         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19492         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19493         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19494         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19495         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19496         * sh.c (sh_cannot_change_mode_class): Update.
19497         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19498         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19500 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
19502         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19503         change to LINK_COMMAND_SPEC in gcc.c.
19505 2003-01-31  Jan Hubicka  <jh@suse.cz>
19507         PR c/9506
19508         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19510 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19512         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19513         duplicated code.
19515 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
19517         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19518         (BINFO_ELTS): New #define.
19519         * stor-layout.c (finalize_record_size): Don't set them.
19520         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
19521         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
19522         (BINFO_LANG_ELTS): New #define.
19523         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
19524         * java/class.c (make_class): Use BINFO_ELTS.
19525         (set_super_info): Likewse.
19526         (add_interface_do): Likewise.
19527         * objc/objc-act.c (start_class): Use BINFO_ELTS.
19529 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
19531         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
19532         (times): Don't ever declare if not HAVE_TIMES.
19533         (clock): Don't ever declare if not HAVE_CLOCK.
19535 2003-01-30  Richard Henderson  <rth@redhat.com>
19537         * flow.c (update_life_info): Zap life info after cleanup_cfg.
19538         (regno_uninitialized): Use correct live at function entry set.
19539         (regno_clobbered_at_setjmp): Likewise.
19541         * expr.c (store_expr): Promote all MEM intermediates to regs.
19543 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19545         * config/arm/arm.c: Fix comment typos.
19546         * config/arm/arm.h: Likewise.
19547         * config/arm/netbsd-elf.h: Likewise.
19548         * config/arm/netbsd.h: Likewise.
19550 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
19552         * gengtype.c (struct walk_type_data): Add needs_cast_p.
19553         (walk_type): Set needs_cast_p in walk_type_data.
19554         (write_types_process_field): Supply casts when required to suppress
19555         warnings.
19556         (write_root): Cast gt_pch_n_S to suppress warning.
19557         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
19558         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
19559         when they might exist.
19560         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
19561         insn-conditions.o, and rs6000.o.
19563 2003-01-30  Richard Henderson  <rth@redhat.com>
19565         * ggc-page.c (G.context_depth_allocations): New.
19566         (G.context_depth_collections): New.
19567         (alloc_page): Set G.context_depth_allocations.
19568         (ggc_collect): Set G.context_depth_collections.
19569         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
19570         (ggc_pop_context): Early exit for no allocations or collections.
19572 2003-01-30  Richard Henderson  <rth@redhat.com>
19574         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
19576 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
19578         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
19579         size, the link register is always saved if any other register is
19580         saved.
19582 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19584         * config/h8300/h8300-protos.h: Update the prototype for
19585         compute_plussi_cc.
19586         (cpp_reader): Declare before it is used.
19587         * config/h8300/h8300.c (compute_plussi_cc): Change the return
19588         type to int.
19589         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
19590         see an unknown H8 variant.
19592 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
19594         PR target/9316
19595         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
19596         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
19597         * config/rs6000/t-rtems: New file. multilib variants to match OS.
19598         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
19599         rs6000/t-ppcgas so we get the desired multilibs.
19601 2003-01-30  Nick Clifton  <nickc@redhat.com>
19603         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
19604         when popping saved IP register off the stack.
19606 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19608         * config/rs6000/aix43.h: Fix comment typos.
19609         * config/rs6000/aix51.h: Likewise.
19610         * config/rs6000/aix52.h: Likewise.
19611         * config/rs6000/altivec.h: Likewise.
19612         * config/rs6000/rs6000.c: Likewise.
19613         * config/rs6000/rs6000.h: Likewise.
19614         * config/rs6000/rs6000.md: Likewise.
19615         * config/rs6000/spe.md: Likewise.
19617 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
19619         * c-common.c (builtin_define_float_constants): Define
19620         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
19622 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19624         * config/sh/lib1funcs.asm: Fix comment typos.
19625         * config/sh/linux.h: Likewise.
19626         * config/sh/sh.c: Likewise.
19627         * config/sh/sh.md: Likewise.
19629 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
19631         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
19633 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
19635         * config/fp-bit.h (__make_dp): Declare if TMODES.
19637 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
19639         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
19640         general_operand_src and general_operand_dst.
19642 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
19644         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
19645         Return true for variable sized types.
19646         (rs6000_va_arg): Handle variable sized types passed by reference
19647         on non-SVR4 ABI.
19649 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
19651         * arm.c (arm_legtimize_address): New function.
19652         * arm-protos.h (arm_legtimize_address): Add prototype.
19653         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
19654         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
19655         do ... while (0)
19657 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19659         PR bootstrap/9296
19660         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
19661         depended on it being defined until now.
19663 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19665         PR target/9295
19666         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
19667         RTEMS code knows which C++ initialization style the toolset
19668         configuration is using.
19670 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19672         PR bootstrap/9293
19673         * config/m68k/t-crtstuff: Replace spaces with tabs, add
19674          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
19676 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19678         PR bootstrap/9292
19679         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
19680         RTEMS threads.
19681         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
19683 2003-01-29  Nick Clifton  <nickc@redhat.com>
19685         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
19686         not $(srcdir).
19688 2003-01-29  Andrew Haley  <aph@redhat.com>
19690         * tree-inline.c (walk_tree): Add CHAR_TYPE.
19692 2003-01-29  Jan Hubicka  <jh@suse.cz>
19694         * i386.md (subdi3_carry_rex64): Fix typo.
19696 2003-01-28  Stan Shebs  <shebs@apple.com>
19698         * coretypes.h (cpp_reader): Forward declare struct.
19699         * c-pragma.h (cpp_reader): Remove forward declaration.
19700         * hashtable.h (cpp_reader): Likewise.
19701         * scan.h (cpp_reader): Likewise.
19702         * tree.h (cpp_reader): Likewise.
19703         * config/darwin-protos.h (cpp_reader): Likewise.
19704         * config/arm/arm-protos.h (cpp_reader): Likewise.
19705         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
19706         struct cpp_reader in prototypes.
19708 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
19710         * doc/install.texi: Add documentation for installation into
19711         tooldirs and with DESTDIR.
19713 2003-01-28  Richard Henderson  <rth@redhat.com>
19715         * config.gcc (ia64*-*-aix*): Remove.
19716         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
19717         * config/ia64/unwind-aix.c: Remove file.
19719 2003-01-28  Andreas Schwab  <schwab@suse.de>
19721         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
19722         register.
19723         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
19724         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
19725         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
19726         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
19727         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
19728         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
19729         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
19731 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19733         * combine.c (nonzero_bits): Fix check for negative divide operands.
19735 2003-01-28  Richard Henderson  <rth@redhat.com>
19737         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
19738         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
19740 2003-01-28  Richard Henderson  <rth@redhat.com>
19742         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
19744         * config/cris/cris.c (cris_address_cost): Make static.
19745         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
19746         * config/cris/cris.h (ADDRESS_COST): Remove.
19747         * config/cris/cris-protos.h: Update.
19749 2003-01-23  Mike Stump  <mrs@apple.com>
19751         * regclass.c (init_reg_autoinc): New function.
19752         (regclass): Move initialization of forbidden_inc_dec_class from
19753         here...
19754         (init_regs): to here.  Avoids reinitialization for each function,
19755         saving compilation time.
19757 2003-01-28  Jason Merrill  <jason@redhat.com>
19759         * cpplib.h (struct cpp_options): Add warn_deprecated field.
19760         * cppinit.c (cpp_create_reader): Turn it on by default.
19761         * c-opts.c (c_common_decode_option): Set it.
19762         * cpplib.c (do_pragma_once): Only complain about #pragma once
19763         if warn_deprecated is set.
19765 2003-01-28  Dale Johannesen  <dalej@apple.com>
19767         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
19768         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
19769         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
19771 2003-01-28  Richard Henderson  <rth@redhat.com>
19773         * target.h (targetm.address_cost): New.
19774         * target-def.h (TARGET_ADDRESS_COST): New.
19775         (TARGET_RTX_COSTS): Uncomment.  Oops.
19776         * cse.c (address_cost): Use new target hook.
19777         (default_address_cost): New.
19778         * output.h (default_address_cost): Declare.
19779         * hooks.c (hook_int_rtx_0): New.
19780         * hooks.h (hook_int_rtx_0): Declare.
19781         * loop.c (combine_givs_p): Remove if 0 code.
19782         * system.h (ADDRESS_COST): Poison.
19784         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
19785         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
19786         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
19787         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
19788         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
19789         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
19790         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19791         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
19792         (ADDRESS_COST): Remove.
19794         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19795         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
19796         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
19797         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
19798         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
19799         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
19800         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
19801         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
19802         config/mips/mips.c, config/mips/mips.h,
19803         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
19804         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
19805         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
19806         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
19807         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
19808         config/vax/vax.c, config/vax/vax.h
19809         (foo_address_cost): Make static.
19810         (TARGET_ADDRESS_COST): New.
19811         (ADDRESS_COST): Remove.
19813         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
19814         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
19815         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
19816         config/stormy16/stormy16.h
19817         (ADDRESS_COST): Move code ...
19818         (foo_address_cost): ... here.
19819         (TARGET_ADDRESS_COST): New.
19821         * config/m32r/m32r.c (m32r_address_cost): Remove.
19822         * config/m32r/m32r-protos.h: Update.
19824         * config/mmix/mmix.c (mmix_address_cost): Remove.
19825         * config/mmix/mmix-protos.h: Update.
19827         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
19828         mn10300_address_cost; move unsig allocation ...
19829         (mn10300_address_cost): ... here.
19830         (TARGET_ADDRESS_COST): New.
19831         * config/mn10300/mn10300-protos.h: Update.
19832         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
19834         * doc/tm.texi: Update.
19836 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19838         * haifa-sched.c (schedule_insn): Return necessary cycle advance
19839         after issuing the insn.
19840         (rank_for_schedule): Make a insn with /S the highest priority
19841         insn.
19842         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
19843         (choose_ready): Check SCHED_GROUP_P.
19844         (schedule_block): Advance cycle after issuing insn if it is
19845         necessary.  Don't reorder insns if there is an insn with /S.
19846         (set_priorities): Ignore schedule groups.
19848         * sched-deps.c (remove_dependence, group_leader): Remove the
19849         functions.
19850         (add_dependence): Ignore schedule groups.
19851         (set_sched_group_p): Don't make copy of dependencies from previous
19852         insn of the schedule group.  Add anti-dependency to the previous
19853         insn of the schedule group.
19854         (compute_forward_dependences): Ignore schedule groups.
19856         * sched-ebb.c (init_ready_list): Ignore schedule groups.
19858         * sched-rgn.c (init_ready_list): Ditto.
19859         (can_schedule_ready_p): Ditto.
19861 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19863         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
19864         register to another one.
19866 2003-01-28  Richard Henderson  <rth@redhat.com>
19868         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
19870 2003-01-28  Roger Sayle  <roger@eyesopen.com>
19872         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
19874 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19876         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
19877         class contains a floating-point register, return the size of the
19878         mode in half words.
19880 2003-01-28  Jan Hubicka  <jh@suse.cz>
19882         * i386.c (ix86_carry_flag_operator):  New predicate.
19883         (fcmov_operator): Fix whitespace.
19884         (ix86_expand_carry_flag_compare):  Deal with floating point.
19885         (ix86_expand_int_movcc): Deal with fp; update insn expansion
19886         (ix86_expand_int_addcc): Likewise.
19887         (ix86_expand_strlensi_unroll_1): likewsie.
19888         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
19889         * i386.md (add?i_carry_rex64): Use new predicate.
19890         (sub?i3_carry_rex64): Likewise.
19891         (x86_mov?icc_0_m1*): Likewise.
19893 2003-01-28  Andreas Schwab  <schwab@suse.de>
19895         * cfgloopmanip.c (create_preheader): Initialize src to avoid
19896         warning.
19898         * expmed.c (emit_store_flag): Fix cast to avoid sign
19899         comparison warning.
19901         * combine.c (force_to_mode): Add cast to fix warning when
19902         STORE_FLAG_VALUE is negative.
19904 2003-01-27  Richard Henderson  <rth@redhat.com>
19906         * Makefile.in (cse.o): Depend on TARGET_H.
19907         * cse.c (rtx_cost): Use targetm.rtx_costs.
19908         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
19909         * doc/tm.texi: Update.
19911         * target.h (targetm.rtx_costs): New.
19912         * target-def.h (TARGET_RTX_COSTS): New.
19913         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
19914         * hooks.h: Update.
19916         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
19917         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
19918         * config/alpha/alpha.h (PROCESSOR_MAX): New.
19919         (CONST_COSTS, RTX_COSTS): Remove.
19921         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
19922         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
19923         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
19924         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
19925         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
19926         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
19927         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
19928         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
19929         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
19930         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
19931         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
19932         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
19933         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
19934         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
19935         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
19936         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
19937         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
19938         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
19939         config/v850/v850.c, config/v850/v850.h,
19940         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19941         (CONST_COSTS, RTX_COSTS): Move code ...
19942         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
19944         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
19945         (arm_rtx_costs, TARGET_RTX_COSTS): New.
19946         * config/arm/arm-protos.h: Update.
19947         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
19949         * config/avr/avr.h (CONST_COSTS): Move code ...
19950         * config/avr/avr.c (avr_rtx_costs): ... here.
19951         (default_rtx_costs): Make static.
19952         * config/avr/avr-protos.h: Update.
19954         * config/h8300/h8300.c (const_costs): Make static.
19955         (h8300_and_costs, h8300_shift_costs): Likewise.
19956         * config/h8300/h8300-protos.h: Update.
19958         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
19959         (CONST_COSTS): Move code ...
19960         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
19961         default_rtx_costs; update for signature change.
19962         * config/ip2k/ip2k-protos.h: Update.
19964         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
19965         (CONST_COSTS): Move code ...
19966         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
19967         (TARGET_RTX_COSTS): New.
19968         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
19969         * config/m68hc11/m68hc11-protos.h: Update.
19971         * config/m68k/m68k.c (const_int_cost): Make static.
19972         * config/m68k/m68k-protos.h: Update.
19974         * config/mcore/mcore.c (mcore_const_costs): Make static.
19975         (mcore_and_cost, mcore_ior_cost): Likewise.
19976         * config/mcore/mcore-protos.h: Update.
19978         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
19979         (mmix_rtx_cost_recalculated): Remove.
19980         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
19981         * config/mmix/mmix-protos.h: Update.
19983         * config/sh/sh.c (shiftcosts): Make static.
19984         (addsubcosts, andcosts, multcosts): Likewise.
19985         * config/sh/sh-protos.h: Update.
19987         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
19988         (sparc_rtx_costs): Make static; update for change in signature.
19989         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
19990         * config/sparc/sparc-protos.h: Update.
19992         * config/v850/v850.c (const_costs): Make static.
19993         * config/v850/v850-protos.h: Update.
19995         * config/vax/vax.h (RTX_COSTS): Remove.
19996         (CONST_COSTS): Move code ...
19997         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
19998         from vax_rtx_cost.
19999         (vax_rtx_costs, TARGET_RTX_COSTS): New.
20001 2003-01-27  Richard Henderson  <rth@redhat.com>
20003         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
20004         * config/vax/vax-protos.h: Update.  Really.
20006 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
20008         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20009         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20010         zero if no hardware floating point.
20011         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20012         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20013         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20014         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20015         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20016         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20017         even FP registers on N32 and N64.
20018         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20019         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20020         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
20021         even-register-like alignment to 128-bit arguments.
20022         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20023         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
20024         on N32 or N64.
20025         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20026         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20027         (TPBIT): Set to tp-bit.c.
20028         (tp-bit.c): Create out of fp-bit.c.
20030 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
20032         * c-parse.in: Remove '%expect 32' directive in objc mode.
20034 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
20036         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20037         (LIBGCOV): New variable.
20038         (libgcc.mk): Add LIBGCOV.
20039         (LIBGCC_DEPS): Add libgcov.c.
20040         (libgcov.a): New target.
20041         (clean): Remove libgcov.a.
20042         (install-libgcc): Do libgcov too.
20043         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20044         with libgcov.a.
20045         * libgcc2.c (L_gcov): Move into ...
20046         * libgcov.c: ... here. New file.
20047         * mklibgcc.in: Add libgcov rules.
20048         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20050         * doc/invoke.texi (profile-arcs, test-coverage): Update and
20051         clarify.
20053         * profile.c (index_counts_file): Remove duplicate check for open file.
20055 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
20057         * gcc/doc/invoke.texi (Optimization Options): Group together
20058         optional and experimental flags.  Move trapv and bounds-check
20059         out of this section.  Group floating point flags together.
20060         (Code Gen Options): Move trapv and bounds-check to here.
20062 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
20064         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20066 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
20068         PR optimization/9090
20069         * function.c (purge_addressof_1): After pushing an addressed register
20070         onto the stack, simplify the result.
20072 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20074         * doc/extend.texi: Fix typo.
20076 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20078         * doc/cppopts.texi: Fix typo.
20079         * doc/objc.texi: Likewise.
20080         * doc/passes.texi: Likewise.
20082 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
20084         * real.c (ibm_extended_format): Add 53 to minimum exponent.
20085         (encode_ibm_extended): Adjust.
20087 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
20089         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20090         timevar_id enumerations.
20092 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20094         * combine.c: Fix formatting.
20096 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20098         * doc/gccint.texi: Update the copyright.
20100 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20102         * doc/cpp.texi: Fix typos.
20103         * doc/extend.texi: Likewise.
20104         * doc/gty.texi: Likewise.
20105         * doc/install.texi: Likewise.
20106         * doc/passes.texi: Likewise.
20107         * doc/rtl.texi: Likewise.
20108         * doc/tm.texi: Likewise.
20110 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20112         * config/ia64/fde-glibc.c: Fix comment typos.
20113         * config/ia64/hpux.h: Likewise.
20114         * config/ia64/ia64.c: Likewise.
20115         * config/ia64/ia64.h: Likewise.
20116         * config/ia64/unwind-ia64.c: Likewise.
20118 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
20120         * config/i386/i386-modes.def: Fix comment typos.
20121         * config/i386/i386.c: Likewise.
20122         * config/i386/i386.md: Likewise.
20124 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
20126         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20127         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20128         ASM_FINISH_DECLARE_OBJECT before defining it.
20129         * toplev.c (rest_of_decl_compilation):  Don't define
20130         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
20131         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20132         parameters for DWARF2 targets because they _are_ used.
20134 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20136         * fp-bit.h: Define macros for TFmode floating-point constants
20137         in IBM-extended TFmode types.
20138         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20139         widths.
20140         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20141         TFmode type.
20143         * config/fp-bit.h: Define macros for TFmode floating-point
20144         constants in IEEE quad TFmode type.  Declare functions according
20145         to L_ macros.
20146         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20147         (TFtype, TItype, UTItype): Define if TMODES is defined.
20148         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20149         (F_T_BITOFF, D_T_BITOFF): Define.
20150         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20151         guaranteed to be wide enough.
20152         * config/fp-bit.c: Check for L_ macros for tf functions.
20153         (__thenan_tf): New.
20154         (nan): Adjust.
20155         (pack_d, unpack_d): Support IEEE 854 quad type.
20156         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
20157         from FRAC_NBITS, FRAC_BITS and NGARDS.
20158         (usi_to_float): Cast constants to be shifted to fractype
20159         instead of assuming long long is wide enough.
20160         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20162 2003-01-26  Andreas Jaeger  <aj@suse.de>
20164         * df.c: Remove prototype of unused function df_regno_rtl_debug.
20166 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
20168         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20169         (DBBIT_FUNCS): Added _df_to_tf.
20170         (TPBIT_FUNCS): New.
20171         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20172         (LIBGCC_DEPS): Added TPBIT.
20173         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20175         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20176         been able to move the result to target.
20178         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20179         for the appropriate mode.
20181         * calls.c (emit_library_call_value_1): Handle return values
20182         in a PARALLEL.
20184         * rtl.c (get_mode_alignment): Moved to...
20185         * stor-layout.c: ... here.
20187         * print-rtl.c (print_rtx): Don't print MEM details in
20188         GENERATOR_FILEs.
20190 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
20192         * df.h: Update comments, tidy formatting.
20193         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20194         REVERSE, UNION, INTERSECTION.  All uses updated.
20195         (OLD_DF_INTERFACE): Remove.
20196         (struct insn_info): Remove commented out insn field.
20197         * df.c: Update comments, tidy formatting.
20198         (df_def_table_realloc): Remove.
20201 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
20203         * calls.c (save_fixed_argument_area): Tidy.
20204         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
20205         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
20206         call chain loop at 1 if !try_tail_call.  Formatting.
20207         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20208         Use save_fixed_argument_area and restore_fixed_argument_area.
20210 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20212         * df.c (df_uses_record): Handle CC0.
20214 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
20216         * reload.c (maybe_memory_address_p): New function.
20217         (find_reloads_address): Use it instead of memory_address_p.
20219 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
20221         * final.c (shorten_branches): Align the address of code label
20222         when computing initial lengths and addresses.
20224 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20226         * config/m68hc11/m68hc11.md: Fix a comment typo.
20228 2003-01-25  Andreas Jaeger  <aj@suse.de>
20230         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20231         TARGET_MACHO.
20233 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20235         * gcse.c (bypass_last_basic_block): New global variable.
20236         (bypass_block):  Use redirect_edge_and_branch_force to redirect
20237         fall-through edges.  Use bypass_last_basic_block to determine
20238         which blocks have valid PRE information.
20239         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20241 2003-01-25  Jan Hubicka  <jh@suse.cz>
20243         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20245 2003-01-25  Jan Hubicka  <jh@suse.cz>
20246                               Eric Botcazou <ebotcazou@libertysurf.fr>
20247         PR opt/8492
20248         * gcse.c (one_cprop_pass): Delete unreachable blocks.
20250 2003-01-25  Richard Henderson  <rth@redhat.com>
20252         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20253         from ia64_aix_select_rtx_section.
20254         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20255         instead of saving and restoring flag_pic.
20256         (ia64_rwreloc_unique_section): Similarly.
20257         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20258         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20259         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20260         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20262 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20264         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20265         comment.
20267 2003-01-25  Richard Henderson  <rth@redhat.com>
20269         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20271 2003-01-25  Kelley Cook <kelleycook@comcast.net>
20273         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20275 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
20277         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20278         type for bitmaps.  Use unsigned long.
20279         (nBITMAP_WORD_BITS): New macro.
20280         (BITMAP_WORD_BITS): New macro.
20281         (rest of file): Use it.
20282         * bitmap.c: Use it.
20284 2003-01-25  Richard Henderson  <rth@redhat.com>
20286         2002-02-19  Robert Lipe  <robertlipe@usa.net>
20287         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20289 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20291         * builtins.c (purge_builtin_constant_p): Scan insn stream
20292         sequentially rather than by basic block.
20293         * function.c (purge_addressof): Simplify test with INSN_P.
20295 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
20297         * combine.c (simplify_comparison, case AND): Remove a redundant test.
20299 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20301         * function.h (struct function): New field calls_constant_p.
20302         (current_function_calls_constant_p): New macro for above.
20303         * function.c (prepare_function_start): Initialize calls_eh_return
20304         and calls_constant_p.
20305         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20306         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20307         when the current_function_calls_constant_p.
20308         * integrate.c (expand_inline_function): Set calls_constant_p if
20309         the function being inlined has calls_constant_p set.
20311 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20313         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20314         optimizing, even if flag_gcse is true.
20315         * toplev.c (rest_of_compilation): purge_builtin_constant_p
20316         only needs to be called when "optimize > 0 && flag_gcse".
20318 2003-01-25  Roger Sayle  <roger@eyesopen.com>
20320         * stmt.c (emit_case_bit_tests): New routine to implement suitable
20321         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20322         (case_bit_test_cmp): New comparison function for "qsort" to order
20323         case_bit_tests by decreasing number of destination nodes.
20324         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20325         (expand_end_case_type): Use emit_case_bit_tests to implement
20326         suitable switch statments.
20327         (CASE_USE_BIT_TESTS): New target macro to disable the above.
20328         * Makefile.in (stmt.o): Add dependency on optab.h.
20329         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20331 2003-01-23  Andreas Schwab  <schwab@suse.de>
20333         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20334         __do_global_ctors_aux hidden global and don't put it in
20335         .init_array.
20336         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
20337         instead so that it comes first.
20339 2003-01-25  Jan Hubicka  <jh@suse.cz>
20341         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
20342         subreg is read/modify.
20344 2003-01-25  Jan Hubicka  <jh@suse.cz>
20346         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
20347         do libcall for large blocks.
20348         * i386.md (comi patterns): Set type to ssecomi.
20349         (sse2_unpck?pd): Fix mode of vec_select.
20351         * cse.c: Include except.h
20352         (cse_set_around_loop):  Do not create new basic blocks.
20353         * Makefile.in (cse.o): Add dependnecy on except.h
20355 2003-01-25  Jan Hubicka  <jh@suse.cz>
20357         * builtins.c (fold_trunc_transparent_mathfn): New function.
20358         (fold_builtin): Use it.
20359         * convert.c (convert_to_real): Re-enable code to convert
20360         math functions; add support for floor familly functions.
20362 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20364         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
20365         dependencies on coretypes.h and $(TM_H).
20367 2003-01-25  Jan Hubicka  <jh@suse.cz>
20369         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
20371 2003-01-24  Stuart Hastings  <stuart@apple.com>
20373         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
20375 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20377         * config/c4x/c4x.md (UNSPEC_BU): New constants.
20378         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
20379         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
20380         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
20381         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
20382         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
20383         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
20384         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
20386 2003-01-24  Jan Hubicka  <jh@suse.cz>
20388         * emit-rtl.c (reg_attrs_htab): New static variable.
20389         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
20390         functions.
20391         (reg_rtx): Do not maintain regno_decl.
20392         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
20393         set_mem_attrs_from_reg): New global function.
20394         (init_emit): Do not initialize regno_decl.
20395         (init_emit_once): initialize reg_attrs_htab.
20396         * final.c (alter_subreg): Do not replace REG by SUBREG.
20397         (gen_mem_expr_from_op): Improve output.
20398         (output_asm_operands): Likewise.
20399         * function.c (assign_params): Do not set REGNO_DECL.
20400         * function.h (struct function): Kill regno_decl.
20401         (REGNO_DECL): Kill.
20402         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
20403         * print_rtl.c (print_rtx): Output REG information.
20404         * regclass.c (reg_scan_mark_refs): Update attrs.
20405         * reload1.c (alter_reg): Likewise.
20406         * simplify_rtx.c (simplify_subreg): Likewise.
20407         * stmt.c (expand_decl): Likewise.
20408         * rtl.def (REG): Add new field.
20409         * rtl.h (struct reg_attrs): New.
20410         (rtunion_def): At rtreg.
20411         (X0MEMATTR): Add checking.
20412         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
20413         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
20414         Declare.
20415         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
20417 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20419         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
20420         (xtensa_emit_call, print_operand): Fix printf format strings
20421         to avoid compile warnings.
20422         (xtensa_function_prologue, xtensa_function_epilogue): Change type
20423         of "size" argument to HOST_WIDE_INT to fix compile warnings.
20424         * config/xtensa/xtensa-protos.h
20425         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
20427 2003-01-24  Jan Hubicka  <jh@suse.cz>
20429         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
20430         (implicit_built_in_decls): New global array.
20431         (mathfn_built_in): New global function.
20432         (fold_trunc_transparent_mathfn): New static function
20433         (expand_builtin_strstr, expand_bultin_strchr,
20434         expand_builtin_strpbrk, expand_builtin_strcpy,
20435         expand_builtin_strncpy, expand_bultin_strcmp,
20436         expand_bultin_strncat, expand_builtin_fputs): Use
20437         implicint_built_in_decls.
20438         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
20439         * builtins.def: Fix comments.
20440         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20441         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20442         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20443         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20444         (DEF_C99_C90RES_BULTIN): New.
20445         (*f, *l builtins): Update.
20446         * c-common.c (DEF_BUILTIN): Initialize implicit array.
20447         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20448         * convert.c (strip_float_extensions): New global function.
20449         * tree.h (DEF_BUILTIN): Accept 10 arguments.
20450         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20451         Declare.
20452         * java/builtins.c (define_builtin): Handle implicit.
20453         (DEF_BUILTIN): Update.
20454         * tm.texi (TARGET_C99_FUNCTIONS): Document.
20455         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20456         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20457         when using glibc2.
20459 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20461         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20462         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
20463         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20464         * config/xtensa/crti.asm: New file.
20465         * config/xtensa/crtn.asm: New file.
20466         * config/xtensa/t-elf: New file.
20467         * config/xtensa/t-linux: New file.
20468         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20469         Move various CFLAGS settings to new t-elf file.
20471 2003-01-24  Richard Henderson  <rth@redhat.com>
20473         PR optimization/4382
20474         * tree-inline.c (find_builtin_longjmp_call_1): New.
20475         (find_builtin_longjmp_call): New.
20476         (inlinable_function_p): Use it.
20478 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20480         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20481         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20482         * config/i386/i386.c (function_arg_pass_by_reference): New.
20483         (ix86_va_arg): Support arguments passed by reference.
20485 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20487         * cfgloopanal.c: New file.
20488         * cfgloopmanip.c: New file.
20489         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20490         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20491         cfglayout.o): Add dependency on cfgloop.h.
20492         (cfgloop.o): Add flags.h dependency.
20493         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20494         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20495         (struct loop, struct loops, flow_loops_find, flow_loops_update,
20496         flow_loops_free, flow_loops_dump, flow_loop_dump,
20497         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20498         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20499         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20500         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20501         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20502         find_common_loop, verify_loop_structure): Declarations moved to ...
20503         * cfgloop.h: New file.
20504         * bb-reorder.c (reorder_basic_blocks): Modified.
20505         * cfglayout.c: Include cfgloop.h.
20506         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20507         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20508         (break_superblocks): New static function.
20509         (cfg_layout_finalize): Use it.
20510         (cfg_layout_split_block): New function.
20511         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20512         fields.
20513         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20514         changed.
20515         (cfg_layout_split_block): Declare.
20516         * cfgloop.c: Include cfgloop.h and flags.h.
20517         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20518         get_loop_body): Avoid signed versus unsigned comparison warnings.
20519         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
20520         loop_latch_edge): Modified.
20521         (verify_loop_structure): Modified to use flags stored in loop structure;
20522         check irreducible loops.
20523         (cancel_loop, cancel_loop_tree): New functions.
20524         (estimate_probability): Use loop analysis code for predictions.
20525         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
20526         warnings.
20527         * doloop.c: Include cfgloop.h.
20528         * loop.c: Include cfgloop.h.
20529         * predict.c: Include cfgloop.h.
20530         * toplev.c: Include cfgloop.h.
20531         * unroll.c: Include cfgloop.h.
20532         * tracer.c (tracer): Modified.
20534 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20536         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
20538 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
20540         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
20541         * configure: Regenerate.
20543         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
20544         (tls_symbolic_reference_mentioned_p): Add prototype.
20545         (s390_tls_get_offset): Add prototype.
20546         (emit_pic_move): Remove prototype, replace by ...
20547         (emit_symbolic_move): .. this new prototype.
20549         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
20550         (tls_model_chars): New global variable.
20551         (s390_encode_section_info): Encode TLS model.
20552         Use targetm.binds_local_p to check for local symbols.
20553         (s390_strip_name_encoding): New function.
20554         (TARGET_STRIP_NAME_ENCODING): Define.
20556         (get_thread_pointer): New function.
20557         (legitimize_tls_address): New function.
20558         (legitimize_address): Call it.
20559         (emit_pic_move): Remove, replace by ...
20560         (emit_symbolic_move): ... this new function.
20562         (larl_operand): Handle TLS operands.
20563         (legitimate_constant_p): Likewise.
20564         (s390_decompose_address): Likewise.
20565         (s390_cannot_force_const_mem): New function.
20566         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
20568         (s390_output_symbolic_const): Handle TLS unspecs.
20569         (print_operand): New code 'J'.
20570         (machine_function): Add struct member 'some_ld_name'.
20571         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
20573         (enum s390_builtin): New type.
20574         (code_for_builtin_64, code_for_builtin_31): New global variables.
20575         (s390_init_builtins, s390_expand_builtin): New functions.
20576         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20578         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
20579         (ASM_OUTPUT_LABELREF): Define.
20580         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
20582         * config/s390/s390.md: Define TLS UNSPEC constants.
20583         ("movdi", "movsi"): Handle TLS operands.
20584         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
20585         ("*tls_load_64", "*tls_load_31"): New insns.
20586         ("call_value_tls", "call_value_tls_exp"): New expanders.
20587         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
20588         "bas_tls_64", "bas_tls_31"): New insns.
20590 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20592         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
20593         spe ABI is configured, if requested.
20595 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20597         * doc/passes.texi: Fix typo.
20599 2003-01-24  Andreas Schwab  <schwab@suse.de>
20601         * stor-layout.c (excess_unit_span): Only define if used.
20603 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
20605         * gcc/doc/invoke.texi (Optimization Options): List -O levels
20606         for each optimization flag.
20608 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20610         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
20612 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20614         * doc/bugreport.texi: Use @command instead of @code for commands.
20615         * doc/collect2.texi: Likewise.
20616         * doc/headerdirs.texi: Likewise.
20617         * doc/invoke.texi: Likewise.
20618         * doc/standards.texi: Likewise.
20619         * doc/tm.texi: Likewise.
20620         * doc/trouble.texi: Likewise.
20622 2003-01-24  Nick Clifton  <nickc@redhat.com>
20624         * config/arm/arm.c (use_return_insn): Do not use a single return
20625         instruction for interrupt handelrs which have to create a stack
20626         frame.
20627         (arm_expand_prologue): Do not pre-bias the return address of
20628         interrupt handlers which create a stack frame.
20630 2003-01-24  Nick Clifton  <nickc@redhat.com>
20632         * Add sh2e support:
20634         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
20636                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
20637                 med_cbranches.  Fix logic in short_cbranches.
20639         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
20641                 * config/sh/sh.md (delay for cbranch): Don't annul delay
20642                 slots on SH2e.
20643                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
20644                 cbranch with unfilled delay slot on SH2e.
20645                 (output_branch): Fill with a nop the delay slot of a
20646                 branch that required a delay slot but didn't get one.
20648         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
20650                 * doc/invoke.texi (SH options): Document -m2e.
20651                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
20652                 * config/sh/lib1funcs.asm: Likewise.
20653                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
20654                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
20655                 not __sh1__.
20656                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
20657                 SH2E up.
20658                 (SH3E_BIT): Renamed to...
20659                 (SH_E_BIT): ... this.  Replace all uses.
20660                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
20661                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
20662                 (TARGET_SWITCHES): Added 2e.
20663                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
20664                 (processor_type): Added PROCESSOR_SH2E.
20665                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
20666                 TARGET_SH2E, except in sqrtsf2_i.
20667                 (attribute cpu): Added sh2e.
20668                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
20669                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
20670                 * config.gcc: Add sh2e target support.
20672 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
20674         Rename -W to -Wextra.
20675         * c-decl.c:  Update comments.
20676         * c-typeck.c:  Likewise.
20677         * flags.h:  Likewise.
20678         * function.c:  Likewise.
20679         * stmt.c:  Likewise.
20680         * toplev.c:  Update comments.
20681         (W_options):  Add 'extra'.
20682         (display_help):  Remove '-W'.
20683         (decode_W_option):  Special warn_uninitialized treatment in the case
20684         of -Wextra.
20685         * doc/invoke.texi:  Update with new entries.
20687 2003-01-23  Richard Henderson  <rth@redhat.com>
20689         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
20690         in no-else-block case.  Add commentary.
20692 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20694         * configure.in: Revert last change.
20696 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20698         * configure.in: Don't include ansidecl.h in tconfig.h.
20699         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
20700         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
20701         ATTRIBUTE_UNUSED.
20703         * configure: Regenerate.
20705 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20707         PR java/6748
20708         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
20709         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
20710         kernels.
20712 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20714         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
20716 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
20718         * genattrtab.c (write_attr_get): Mark 'insn' paramter
20719         as ATTRIBUTE_UNUSED.
20721 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
20723         * arm.c (thumb_base_register_rtx_p): New function.
20724         (thumb_index_register_rtx_p): New function.
20725         (thumb_legitimate_address_p): New function.
20726         (thumb_legitimate_offset_p): New function.
20727         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
20728         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
20729         definitions.
20730         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
20731         (THUMB_LEGITIMATE_OFFSET): Delte.
20732         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
20733         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
20734         (thumb_legitimate_offset_p): Likewise.
20736 2003-01-23  Andreas Schwab  <schwab@suse.de>
20738         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
20740 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20742         * fixinc/Makefile.in (FL_LIST): Revert last change.
20744 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20746         PR other/7341
20747         * invoke.texi (ftest-coverage): Fix broken cross-reference.
20748         Change @code to @command for gcov command.
20750         * gcc.texi: Adjust title of gcov section.
20751         Adjust copyright.
20752         * gcov.texi: Likewise.
20754 2003-01-22  Roger Sayle  <roger@eyesopen.com>
20756         PR optimization/8423
20757         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20758         its argument is constant, or 0 if !flag_gcse.
20759         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
20760         if it's argument is constant.
20761         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
20762         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
20763         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
20764         * builtins.c (purge_builtin_constant_p): New function to force
20765         instantiation of any remaining CONSTANT_P_RTX nodes.
20766         * rtl.h (purge_builtin_constant_p): Prototype here.
20767         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
20768         pass after GCSE and before loop.
20769         (flag_gcse): No longer static.
20770         * flags.h (flag_gcse): Prototype here.
20772 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20774         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
20775         introduced by last change.
20777 2003-01-22  Andreas Schwab  <schwab@suse.de>
20779         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
20781 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
20783         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
20784         request a scratch reg on H8S when the shift count is 8.
20786 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20788         * config/s390/s390-protos.h (preferred_la_operand_p):
20789         Remove second parameter.
20790         * config/s390/s390.c (preferred_la_operand_p): Likewise.
20791         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
20792         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
20793         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
20794         Add peepholes to transform ADD to LOAD ADDRESS.
20796 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
20798         * arm.c (arm_address_register_rtx_p): New function.
20799         (arm_legitimate_address_p): New function.
20800         (arm_legitimate_index_p): New function.
20801         (legitimize_pic_address): Use arm_legitimate_index_p.
20802         * arm-protos.h (arm_legtimate_address_p): Add prototype.
20803         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
20804         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
20806 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
20808         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
20809         * config/s390/2064.md (define_bypass): Correct 'Load' and
20810         'Load-address' bypass values.
20812 2003-01-22  Andreas Schwab  <schwab@suse.de>
20814         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
20816 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20818         * genautomata.c (output_internal_insn_latency_func,
20819         output_print_reservation_func): Short circuit when there is no
20820         automaton to generate code for.
20822 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20824         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
20825         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
20827 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
20829         * config/rs6000/rs6000.md: Remove warning.
20830         (builtin_setjmp_receiver): Likewise.
20831         * config/darwin.c (update_stubs): Slightly improve terrible hack
20832         with identifiers.  Add comment pointing out problems with it.
20833         (update_non_lazy_ptrs): Likewise.
20835 2003-01-21  Richard Henderson  <rth@redhat.com>
20837         * dwarf2out.c (lookup_filename): Fix printf format warning.
20838         * system.h (fread_unlocked, fwrite_unlocked): Undef.
20840         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
20841         (fixincl.o-warn, gnu-regex.o-warn): New.
20842         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
20843         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
20844         * fixinc/fixincl.c (process): Fix printf format warning.
20846 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20848         * dwarf2out (output_file_names): Don't crash if called
20849         with empty file_table.
20851 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20853         * genautomata.c (output_internal_insn_latency_func): Add
20854         missing break statement to generated code.
20856 2003-01-21  Roger Sayle  <roger@eyesopen.com>
20858         * stmt.c (same_case_target_p): New function to determine whether
20859         two case labels branch to the same target.  Split out from...
20860         (group_case_nodes): ... here.  Use same_case_target_p instead.
20861         (strip_default_case_nodes): Remove explicit case nodes
20862         that branch to the default destination.
20863         (expand_end_case_type): Call strip_default_case_nodes after
20864         group_case_nodes, to simplify the case-list before we count it.
20865         Only generate table_label RTX when actually needed.  Try to share
20866         thiscase->exit_label and thiscase->data.case_stmt.default_label
20867         when a switch has no explicit default case.  Simplify test for
20868         constant index.
20870 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20872         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
20873         \t.
20874         (*negsf2_h8300hs): Likewise.
20875         (*addsi3_lshiftrt_16_zexthi): Likewise.
20876         (*iorhi3_lshiftrt_8): Likewise.
20878 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20880         * dwarf2out.c (fde_table_in_use): Mark GTY.
20881         (dwarf2out_cfi_label_num): New variable, marked GTY.
20882         (dwarf2out_cfi_label): Use it instead of static label_num.
20883         * emit-rtl.c (label_num): Mark GTY.
20885 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20887         * config/h8300/h8300.c (output_plussi): Support H8/300.
20888         (compute_plussi_length): Likewise.
20889         (compute_plussi_cc): Likewise.
20890         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
20891         output assembly instructions.
20893 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20895         * calls.c (fix_unsafe_tree): Prototype.
20897         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
20898         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
20899         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
20900         c-parse.o-warn): Add -Wno-error.
20901         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
20903         * configure.in (--enable-werror): Add new flag.
20904         * doc/install.texi (--enable-werror): Document.
20905         * configure: Regenerate.
20907         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
20909 2003-01-21  Andreas Schwab  <schwab@suse.de>
20911         * genautomata.c (output_internal_insn_latency_func): Fix missing
20912         close paren in output.
20914 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20916         * genautomata.c: Space savings in generated code:
20917         (output_dfa_insn_code_func): Split out the table-enlargement
20918         path to an out-of-line static function, dfa_insn_code_enlarge.
20919         (output_internal_insn_latency_func): Use a lookup table for the
20920         default latencies.
20921         (output_print_reservation_func): Use a lookup table for the
20922         strings.
20924 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
20926         PR opt/7507
20927         * calls.c (fix_unsafe_tree): Split out from ...
20928         (expand_call): ... here.  Use it on the function address too.
20930 2003-01-20  Richard Henderson  <rth@redhat.com>
20932         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
20934 2003-01-20  Richard Henderson  <rth@redhat.com>
20936         PR opt/7154
20937         * stmt.c (expand_asm_operands): Validize memory operands.
20939 2003-01-20  Richard Henderson  <rth@redhat.com>
20941         PR opt/8848
20942         * ifcvt.c (noce_process_if_block): Correct arguments to
20943         modified_between_p for no-else-block case.
20945 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20947         * config/h8300/h8300.c (const_costs): Remove a warning.
20948         (output_plussi): Likewise.
20949         (compute_plussi_length): Likewise.
20950         (compute_plussi_cc): Likewise.
20952 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20954         * config/h8300/h8300.md (addsi_h8300): Remove the last
20955         alternative.
20957 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20959         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
20961 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20963         * system.h (__NO_STRING_INLINES): Define.
20965 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20967         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
20968         is not a scalar int mode.
20970 2003-01-20  Roger Sayle  <roger@eyesopen.com>
20972         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
20973         insn's notes following a substitution inside a libcall.
20975 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
20977         * configure.in: Check for system-provided 'uchar' type.
20978         * configure, config.in: Regenerate.
20979         * cpphash.h: Only typedef 'uchar' if the system doesn't.
20981 2003-01-20  Richard Henderson  <rth@redhat.com>
20983         * expr.h (MUST_PASS_IN_STACK): Move implementation...
20984         * calls.c (default_must_pass_in_stack): ... here.
20986 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
20988         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
20990         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
20992         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
20993         Wrap up definition of `insn_alts'.
20995         * genattrtab.c (main): Wrap up `insn_alts'.
20997 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20999         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21000         prototyping.
21001         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21003         * config.in, configure: Regenerate.
21005 2003-01-20  Nick Clifton  <nickc@redhat.com>
21007         * config/arm/arm.md (sibcall_epilogue): Add an
21008         UNSPEC_PROLOGUE_USE to prevent the link register from being
21009         considered dead.
21011 2003-01-20  Jan Hubicka  <jh@suse.cz>
21013         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
21015 2003-01-20  Andreas Schwab  <schwab@suse.de>
21017         * system.h: Don't declare strsignal if the decl test hasn't been
21018         run yet.
21020 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
21022         * config/h8300/h8300.c (notice_update_cc): Don't assume that
21023         recog_data.operands[0] is always associated with cc0.
21025 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
21027         * collect2.c (ldgetname): Expand declaration to prototype.
21028         * read-rtl.c (atoll): Add prototype.
21029         * system.h (strsignal): Also declare if no declaration found.
21031 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
21033         * config.gcc (mips64*-*-linux*): Added.
21034         * config/mips/linux64.h, config/mips/t-linux64: New file.
21035         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21036         * config/mips/mips.c (override_options): Use it.
21037         * config/mips/mips.h (TARGET_SWITCHES): Added...
21038         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21039         * Makefile.in (SPECS): New.
21040         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21041         * gcc.c (process_command): Move self-spec processing past spec
21042         file loading.
21043         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21044         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21045         CRTSTUFF_T_CFLAGS.
21046         (SPECS): Document.
21047         * doc/invoke.texi (-mabi-fake-default): Document.
21049 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
21051         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21052         z_reg, z_reg_qi): Declare static and GTY().
21053         (da_reg): Remove.
21054         (create_regs_rtx): Don't create da_reg.
21055         ("gt-m68hc11.h"): Include for GTY roots.
21056         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21057         and GTY() here.
21058         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21059         (m68hc11_soft_tmp_reg): Likewise.
21060         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21062 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
21064         * basic-block.h: Fix comment formatting.
21065         * calls.c: Likewise.
21066         * combine.c: Likewise.
21067         * convert.c: Likewise.
21068         * gcov.c: Likewise.
21069         * haifa-sched.c: Likewise.
21070         * libgcc2.c: Likewise.
21071         * loop.c: Likewise.
21072         * profile.c: Likewise.
21073         * system.h: Likewise.
21075 2003-01-18  Roger Sayle  <roger@eyesopen.com>
21077         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21079 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21081         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21083 2003-01-17  Dale Johannesen  <dalej@apple.com>
21085         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
21086           (*floatunssidf2_internal):  Ditto.
21088 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21090         * alias.c: Fix comment typos.
21091         * basic-block.h: Likewise.
21092         * c-common.c: Likewise.
21093         * c-common.h: Likewise.
21094         * c-decl.c: Likewise.
21095         * c-opts.c: Likewise.
21096         * c-pragma.c: Likewise.
21097         * c-pretty-print.h: Likewise.
21098         * cfg.c: Likewise.
21099         * cfganal.c: Likewise.
21100         * cfgbuild.c: Likewise.
21101         * cfgcleanup.c: Likewise.
21102         * cfglayout.c: Likewise.
21103         * cfgrtl.c: Likewise.
21104         * convert.c: Likewise.
21105         * cpphash.h: Likewise.
21106         * cpplex.c: Likewise.
21107         * cpplib.h: Likewise.
21108         * df.h: Likewise.
21109         * diagnostic.c: Likewise.
21110         * diagnostic.h: Likewise.
21111         * dwarf2.h: Likewise.
21113 2003-01-17  Stan Shebs  <shebs@apple.com>
21115         * config/darwin-protos.h: Forward-declare struct cpp_reader.
21117 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
21119         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21120         mistake in last checkin.
21122 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
21124         * et-forest.c: Fix comment typos.
21125         * et-forest.h: Likewise.
21126         * except.c: Likewise.
21127         * expr.c: Likewise.
21128         * flags.h: Likewise.
21129         * flow.c: Likewise.
21130         * gcc.c: Likewise.
21131         * gcse.c: Likewise.
21132         * genattrtab.c: Likewise.
21133         * genautomata.c: Likewise.
21134         * gengtype.c: Likewise.
21135         * genrecog.c: Likewise.
21136         * global.c: Likewise.
21137         * gthr-rtems.h: Likewise.
21139 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21141         * i386.c (x86_function_profiler): Fix format specifier.
21143 2003-01-17  Richard Henderson  <rth@redhat.com>
21145         * gengtype.c (walk_type): Allow paramN_is.
21147 2003-01-17  Nick Clifton  <nickc@redhat.com>
21149         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21151 2003-01-16  Richard Henderson  <rth@redhat.com>
21153         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21155 2003-01-16  Richard Henderson  <rth@redhat.com>
21157         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21158         (alpha_next_sequence_number): Likewise.
21159         (alpha_this_literal_sequence_number): Likewise.
21160         (alpha_this_gpdisp_sequence_number): Likewise.
21161         (struct alpha_funcs, alpha_funcs_num): Likewise.
21162         (struct alpha_links): Fix branch merge error.
21163         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21165 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
21167         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
21168         R. Ghazi.
21170 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
21172         * ifcvt.c: Fix comment typos.
21173         * lcm.c: Likewise.
21174         * libgcc2.c: Likewise.
21175         * local-alloc.c: Likewise.
21176         * loop.c: Likewise.
21177         * predict.c: Likewise.
21178         * ra-build.c: Likewise.
21179         * ra.c: Likewise.
21180         * ra-colorize.c: Likewise.
21181         * ra.h: Likewise.
21182         * ra-rewrite.c: Likewise.
21183         * regmove.c: Likewise.
21184         * reload.h: Likewise.
21185         * rtlanal.c: Likewise.
21186         * toplev.c: Likewise.
21187         * tree.h: Likewise.
21188         * unwind-dw2-fde-glibc.c: Likewise.
21189         * vmsdbgout.c: Likewise.
21191 2003-01-16  Richard Henderson  <rth@redhat.com>
21193         * dwarf2out.c (struct file_table): Remove.
21194         (FILE_TABLE_INCREMENT): Remove.
21195         (file_table): Make a varray; mark for GC.  Update all users.
21196         (file_table_last_lookup_index): Extract from struct file_table.
21197         (output_file_names): Fix unsigned compare warnings.
21198         (add_name_attribute): Remove inline marker.
21199         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21200         (lookup_filename): Don't manage size of file_table.
21201         (init_file_table): Allocate file_table with GC.
21202         (dwarf2out_init): Don't record main_input_filename here.
21203         (dwarf2out_finish): Do it here instead.
21205 2003-01-16  Bruce Korb  <bkorb@gnu.org>
21207         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21209 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
21211         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21212         instead of rotldi3_mextr.
21214 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
21216         * haifa-sched.c (move_insn): Restore moving all schedule group.
21217         (set_priorities): Restore taking SCHED_GROUP_P into account.
21219         * sched-deps.c (add_dependence): Restore processing the last group
21220         insn.
21221         (remove_dependence, group_leader): Restore the functions.
21222         (set_sched_group_p): Restore adding dependencies from previous insn
21223         in the group.
21224         (compute_forward_dependences): Restore usage of group_leader.
21226         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21227         account.
21229         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21230         account.
21231         (can_schedule_ready_p): Ditto.
21232         (add_branch_dependences): Restore skipping over the group insns.
21234 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21236         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21237         68HC12 pre/post inc/dec side effects.
21239 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21241         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21243 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
21245         * sh.md (mshflo_w_x): Fix description of operation.
21247 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
21249         * config/rs6000/rs6000.h: Mention Altivec registers in
21250         commentary.  Fix typo.
21252 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
21254         * config/rs6000/rs6000.md (movti_string): Remove clobber.
21255         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21256         generate PARALLEL with clobber for TARGET_POWER.
21258 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21260         * ra-colorize.c (colorize_one_web): Initialize variable.
21261         * regmove.c (fixup_match_1): Likewise.
21262         * reload1.c (reload_as_needed): Likewise.
21263         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21265 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
21267         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21269 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21271         * dbxout.c (lastfile, cwd): Fix `unused' warning.
21272         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21273         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21274         is_main_source, file_table, decl_die_table_in_use,
21275         abbrev_die_table_in_use, line_info_table_in_use,
21276         separate_line_info_table_in_use, pubname_table_in_use,
21277         arange_table_in_use, ranges_table_in_use,
21278         current_function_has_inlines): Likewise.
21279         * flow.c (life_analysis): Likewise.
21280         * genemit.c (gen_insn): Likewise.
21281         * protoize.c (cplus_suffix): Likewise.
21283         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21284         * arm.h (ROUND_UP_WORD): Likewise.
21286         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21287         warning.
21288         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21289         init_emit_once): Likewise.
21290         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21291         Likewise.
21292         * function.c (assign_stack_temp_for_type): Likewise.
21293         * loop.c (loop_invariant_p): Likewise.
21294         * recog.c (push_operand): Likewise.
21295         * regclass.c (init_reg_sets_1): Likewise.
21296         * reload.c (update_auto_inc_notes): Likewise.
21297         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21298         * stmt.c (expand_asm_operands): Likewise.
21299         * stor-layout.c (start_record_layout): Likewise.
21301 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21303         * config/c4x/c4x.md (epilogue): Correct last patch.
21305 2003-01-15  Richard Henderson  <rth@redhat.com>
21307         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21308         also check that GP is being used.
21309         (alpha_find_lo_sum_using_gp): New.
21310         (alpha_does_function_need_gp): Use get_attr_usegp.
21311         * config/alpha/alpha-protos.h: Update.
21312         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
21313         as needed.
21315 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21317         * gcse.c (one_cprop_pass): Change function arguments to take both
21318         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21319         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21320         (bypass_jumps): New function to perform separate jump bypassing pass.
21321         * rtl.h (bypass_jumps): Add function prototype.
21322         * timevar.def (TV_BYPASS): New timing variable.
21323         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21324         (dump_file): New entry for the bypass RTL dump file.
21325         (rest_of_compilation): Insert new jump bypassing optimization
21326         pass after loop.
21327         * doc/passes.texi: Document new pass.
21329 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21331         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21332         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21333         * pa.h (TARGET_SOM_SDEF): Define.
21334         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
21336 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
21338         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
21339         allocate 4-bytes of locals on 68HC11.
21340         (expand_epilogue): Likewise.
21341         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
21343 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21345         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
21346         and -mshort-double to the assembler to specify the ABI.
21347         (LINK_SPEC): Likewise.
21348         (CPP_SPEC): Pass HCS12 specific define.
21349         (MASK_M68S12): New define.
21350         (TARGET_M68S12): Likewise.
21351         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
21352         (TARGET_VERSION): Update.
21353         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
21354         (LINK_SPEC): Update.
21355         (ASM_SPEC): Update.
21356         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
21357         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
21359 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
21361         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
21362         the return code.
21364 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21366         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
21367         flag before setting it.
21369 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21371         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
21372         when loop condition is known true, i.e.  "while (1) { ... }".
21373         (genrtl_for_stmt): Similarly for "for" statements.
21375 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21377         * real.c (real_sqrt): Return a bool result indicating whether
21378         a floating point exception or trap should be raised.
21379         * real.h (real_sqrt): Update function prototype.
21380         * builtins.c (fold_builtin): Only fold non-trapping square
21381         roots unless we're ignoring errno and trapping math.
21383 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
21385         * expr.h (emit_conditional_add): Add PARAMS to declaration.
21386         * gengtype-lex.l (malloc, realloc): Move defines after include of
21387         system.h.  Remove duplicate include of system.h.
21389 2003-01-15  Roger Sayle  <roger@eyesopen.com>
21391         PR middle-end/9009
21392         * optabs.c (expand_unop):  When manipulating the FP sign bit
21393         using integer operations, account for targets with different
21394         integer and FP word orders.
21395         (expand_abs): Likewise.
21397 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
21399         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
21400         file extension in section name.
21402 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21404         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
21405         constant offset.
21407 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
21409         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
21410         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
21411         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
21412         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
21414 2003-01-15  Jan Hubicka  <jh@suse.cz>
21416         PR f/9258
21417         * global.c (struct allocno): Add no_stack_reg.
21418         (global_conflicts): Set no_stack_reg.
21419         (find_reg): Use it.
21421         * convert.c (convert_to_real): Fold - and abs only when profitable.
21422         * fold-const.c (fold): Fold truncates in - and abs.
21424 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21426         Segher Boessenkool  <segher@koffie.nl>
21428         * predict.c (real_inv_br_prob_base): New variable.
21429         (propagate_freq): Use multiply by reciprocal instead of
21430         division.  Don't divide by 1.0 at all.
21431         (estimate_bb_frequencies): Similar.
21433 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21435         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
21436         * configure: Rebuilt.
21438 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
21440         * config/s390/s390.c (s390_safe_attr_type): New function.
21441         (s390_use_dfa_pipeline_interface): New function, return true for z900.
21442         (s390_issue_rate): New function.
21443         (s390_agen_dep_p): New function.
21444         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21445         (s390_adjust_cost): Return 'cost' if new DFA is used.
21446         (s390_adjust_priority): Delete function.
21447         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21448         * config/s390/s390.md (atype attribute): Attribute 'atype' default
21449         determined by 'op_type'.
21450         (type attribute): Added more type attributes.
21451         * config/s390/2064.md: New DFA description for z900 pipeline.
21453 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21455         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21456         forced to memory.  Fixes PR bootstrap/9036.
21458         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21459         to set $gp before the call.
21461 2003-01-14  Richard Henderson  <rth@redhat.com>
21463         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21464         for force_const_mem.
21466 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21468         * genattr.c (main): Rearrange output to avoid prototype warning.
21469         * genautomata.c (transform_3): Fix ambiguous-else warning.
21470         * local-alloc.c (requires_inout): Add parentheses around
21471         assignment used as truth-value.
21472         * timevar.c: Move system includes above local includes.  Include
21473         toplev.h
21474         * Makefile.in (timevar.o): Depend on toplev.h.
21476 2003-01-14  Denis Chertykov  <denisc@overta.ru>
21478         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21479         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21481         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21482         attributes.
21483         (TARGET_ATTRIBUTE_TABLE): New macro.
21484         (valid_machine_type_attribute): Remove.
21485         (valid_machine_decl_attribute): Remove.
21486         (ip2k_handle_progmem_attribute): New function.
21487         (ip2k_handle_fndecl_attribute): New function.
21489 2003-01-10  Andrew Haley  <aph@redhat.com>
21491         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21492         registers to be in correct order.  Add rip.
21494 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
21496         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21497         (*iorsi3_and_lshiftrt_9_sb): Likewise.
21499 2003-01-14  Jan Hubicka  <jh@suse.cz>
21501         * convert.c (strip_float_extensions):  Look for narrowest type handling
21502         FP constants.
21504         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
21505         float1 CMP float2.
21506         * convert.c (strip_float_extensions): Make global.
21507         * tree.h (strip_float_extensions): Declare.
21509 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
21511         * timevar.def: define TV_NAME_LOOKUP.
21512         * timevar.c (timevar_pop): Be verbose when aborting.
21514 2003-01-13  Andreas Schwab  <schwab@suse.de>
21516         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21517         $(parsedir), just move the temporary file at the end.
21518         ($(parsedir)/gengtype-yacc.c): Likewise.
21520 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
21522         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
21523         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
21524         splitting.
21525         * configure: Rebuilt.
21527 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21529         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
21530         internal_mcount): Don't use PARAMS.
21531         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
21532         ISO C style.
21533         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
21535 2003-01-13  Andreas Schwab  <schwab@suse.de>
21537         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
21538         directive.
21540 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
21542         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
21543         (*iorsi3_and_lshiftrt_n_sb): Likewise.
21545 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
21547         PR c++/9264
21548         * c-lex.c (c_lex): Set the token value to error_mark_node for
21549         invalid numeric constants.
21551 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21553         * c-pch.c (asm_file_startpos): Change to `long'.
21554         (pch_init): Use ftell, not ftello.
21555         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
21556         Use `long' instead of `off_t'.
21557         (c_common_read_pch): Likewise.
21558         * ggc-common.c (gt_pch_save): Use long/ftell instead of
21559         off_t/ftello.
21561 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
21563         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
21565 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
21567         * arm-protos.h (struct cpp_reader): Add declaration.
21569 2003-01-11  Jan Hubicka  <jh@suse.cz>
21571         PR target/9068
21572         * i386.c (output_fp_compare): Fix typo.
21574 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
21576         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
21578 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21580         * Makefile.in (parsedir): New variable.
21581         (docobjdir): New variable.
21582         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
21583         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
21584         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
21585         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
21586         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
21587         Use docobjdir.
21588         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
21589         objc.maintainer-clean): Use parsedir.
21591         * varasm.c (struct constant_descriptor_rtx): Remove unused
21592         `label' field.
21594         * toplev.c (documented_lang_options): Document -Winvalid-pch.
21596 2003-01-10  Richard Henderson  <rth@redhat.com>
21598         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
21599         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
21601 2003-01-10  Richard Henderson  <rth@redhat.com>
21603         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
21604         not INTEGRAL_MODE_P when widening extensions.
21606 2003-01-10  Richard Henderson  <rth@redhat.com>
21608         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
21610 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21612         * ggc-page.c (ggc_collect): Avoid overflow computing
21613         min_expand.
21615         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
21616         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
21617         Remove calls.
21618         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
21620 2003-01-10  Jan Hubicka  <jh@suse.cz>
21622         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
21623         with weird operands.
21625 2003-01-10  Dale Johannesen <dalej@apple.com>
21627         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
21628         parameters.  Call check_sibcall_argument_overlap if indicated.
21629         (check_sibcall_argument_overlap):  Add mark_stored_args_map
21630         parameter.  Don't mark parameter area as clobbered if not set.
21631         (expand_call):  Adjust calls to above.
21633 2003-01-10 Kelley Cook <kelleycook@comcast.net>
21635         * configure.in (linker read-only and read-write section mixing):
21636         Squelch some assembler warnings.
21637         * configure: Likewise.
21639 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
21641         * doc/invoke.texi: Document -mtune, delete -mcpu
21642         option for S/390 and zSeries.
21643         * config/s390/s390.c (s390_tune_string) New variable.
21644         (s390_cpu_string) Delete variable.
21645         (override_options): Use s390_tune_string instead of
21646         s390_cpu_string.
21647         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
21649 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
21651         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
21653 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
21655         * jump.c (next_nonnote_insn_in_loop): New function.
21656         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
21657         next_nonnote_insn.
21658         (duplicate_loop_exit_test). Likewise.
21660 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
21662         Merge from pch-branch:
21664         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
21666         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
21667         load.
21669         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
21671         * cpplib.c (count_registered_pragmas): New function.
21672         (save_registered_pragmas): New function.
21673         (_cpp_save_pragma_names): New function.
21674         (restore_registered_pragmas): New function.
21675         (_cpp_restore_pragma_names): New function.
21676         * cpphash.h (_cpp_save_pragma_names): Prototype.
21677         (_cpp_restore_pragma_names): Likewise.
21678         * cpppch.c (struct save_macro_item): Split from save_macro_data.
21679         (struct save_macro_data): New field 'saved_pragmas'.
21680         (save_macros): Update for changes to struct save_macro_data.
21681         (cpp_prepare_state): Call _cpp_save_pragma_names, update
21682         for changes to struct save_macro_data.
21683         (cpp_read_state): Call _cpp_restore_pragma_names, update
21684         for changes to struct save_macro_data.
21686         * cpppch.c (cpp_read_state): Restore the hashtable references
21687         in the cpp_reader.
21689         * tree.h (built_in_decls): Mark for PCH.
21691         * dbxout.c (lastfile): Don't mark for PCH.
21693         * ggc.h: Document PCH calls into memory managers.
21695         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
21697         * doc/invoke.texi (Precompiled Headers): Document the
21698         directory form of PCH.
21699         * cppfiles.c (validate_pch): New function.
21700         (open_file_pch): Search suitably-named directories for PCH files.
21702         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
21704         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
21705         reorder options.
21706         (Type Information): Mention that the information is also
21707         used to implement PCH.
21708         * doc/passes.texi (Passes): Improve documentation of
21709         language-specific files.
21711         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
21713         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
21714         (struct walk_type_data): Add reorder_fn field.
21715         (walk_type): Process 'reorder' option.
21716         (write_types_process_field): Reorder parameters to gt_pch_note_object,
21717         call reorder_note_routine.
21718         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
21719         (ggc_wtd): Update for change to struct write_types_data.
21720         (pch_wtd): Likewise.
21721         * ggc.h (gt_pch_note_object): Reorder parameters.
21722         (gt_handle_reorder): New definition.
21723         (gt_pch_note_reorder): New prototype.
21724         * ggc-common.c (struct ptr_data): Add reorder_fn.
21725         (gt_pch_note_object): Reorder parameters.
21726         (gt_pch_note_reorder): New.
21727         (gt_pch_save): Call reorder_fn.
21728         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
21730         * dbxout.c (cwd): Don't mark for PCH.
21732         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
21734         * gengtype.c (finish_root_table): Fix some warnings.
21735         (write_root): Handle TYPE_STRING.
21736         * ggc.h (gt_ggc_m_S): Add prototype.
21737         * stringpool.c (gt_ggc_m_S): New function.
21739         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
21741         * dwarf2out.c (dw2_string_counter): New.
21742         (AT_string_form): Use it.
21743         (same_dw_val_p): Update for removal of hashtable.h hash tables.
21745         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
21747         * dbxout.c: Include gt-dbxout.h.
21748         (lastfile): Mark for PCH/GGC.
21749         (cwd): Likewise.
21750         (struct typeinfo): Likewise.
21751         (typevec): Likewise.
21752         (typevec_len): Likewise.
21753         (next_type_number): Likewise.
21754         (struct dbx_file): Likewise.
21755         (current_file): Likewise.
21756         (next_file_number): Likewise.
21757         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21758         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21759         (dbxout_end_source_file): Don't free struct dbx_file.
21760         (dbxout_type): Use GGC to allocate typevec.
21761         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
21762         (GTFILES): Add dbxout.c.
21763         (gt-dbxout.h): New rule.
21765         * Makefile.in (c-pch.o): Add debug.h as dependency.
21766         * c-pch.c: Include debug.h.
21767         (pch_init): Call start_source_file to keep nesting right.
21768         (c_common_read_pch): Add orig_name parameter.  Call
21769         start_source_file debug hook.  Call end_source_file debug hook.
21770         * c-common.h (c_common_read_pch): Update prototype.
21771         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
21772         callback.
21773         * cppfiles.c (struct include_file): Add new field `header_name'.
21774         (find_or_create_entry): Default it to `name'.
21775         (open_file_pch): Set it to the original header file searched for.
21776         (stack_include_file): Don't stack an empty buffer, just handle
21777         PCH files immediately.  Pass header_name field to read_pch callback.
21779         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
21781         * function.c (funcdef_no): Mark to be saved in a PCH.
21783         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
21785         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
21787         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
21789         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
21791         * optabs.h (code_to_optab): Add GTY marker.
21793         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
21795         * Makefile.in (GTFILES): Add cpplib.h.
21796         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
21797         * c-decl.c (build_compound_literal): Don't use var_labelno.
21798         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
21799         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
21800         * varasm.c (const_labelno): Use gengtype to mark.
21801         (var_labelno): Likewise.
21802         (in_section): Likewise.
21803         (in_named_name): Likewise.
21804         (struct in_named_entry): Likewise.
21805         (in_named_htab): Likewise.
21806         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
21807         (init_varasm_once): Use GGC to allocate in_named_htab.
21808         * config/darwin.c (current_pic_label_num): Mark for PCH.
21810         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
21812         * ggc-simple.c (init_ggc_pch): New stub procedure.
21813         (ggc_pch_count_object): Likewise.
21814         (ggc_pch_total_size): Likewise.
21815         (ggc_pch_this_base): Likewise.
21816         (ggc_pch_alloc_object): Likewise.
21817         (ggc_pch_prepare_write): Likewise.
21818         (ggc_pch_write_object): Likewise
21819         (ggc_pch_finish): Likewise.
21820         (ggc_pch_read): Likewise.
21822         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
21824         * c-pch.c (c_common_write_pch): Write the macro definitions after
21825         the GCed data.
21826         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
21827         definitions after the GCed data.
21828         * cpplib.c (save_macros): New.
21829         (reset_ht): New.
21830         (cpp_write_pch_deps): Split out of cpp_write_pch.
21831         (cpp_write_pch_state): Split out of cpp_write_pch.
21832         (cpp_write_pch): Delete.
21833         (struct save_macro_data): Delete.
21834         (cpp_prepare_state): New.
21835         (cpp_read_state): Erase and restore initial macro definitions.
21836         * cpplib.h (struct save_macro_data): Forward-declare.
21837         (cpp_write_pch_deps): Prototype.
21838         (cpp_write_pch_state): Prototype.
21839         (cpp_write_pch): Delete prototype.
21840         (cpp_prepare_state): Prototype.
21841         (cpp_read_state): Add fourth argument.
21843         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
21845         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
21846         (write_array): Remove warning.
21848         * gengtype.c (contains_scalar_p): New.
21849         (finish_root_table): Add the table to all languages, even if it's
21850         empty.
21851         (write_roots): Output gt_pch_scalar_rtab.
21852         * ggc-common.c (gt_pch_save): Write out scalars.
21853         (gt_pch_restore): Read scalars back.
21855         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
21856         (struct page_entry): Delete pch_page field.
21857         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
21858         (clear_marks): Likewise.
21859         (sweep_pages): Likewise.
21860         (poison_pages): Likewise.
21861         (ggc_print_statistics): Likewise.
21862         (ggc_pch_read): Don't free objects read from a PCH.
21863         Properly set up in_use_p and page_tails.
21865         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
21867         * gengtype.c (struct write_types_data): New.
21868         (struct walk_type_data): Make `cookie' const; add extra
21869         prev_val item; add `orig_s' field.
21870         (walk_type): Update prev_val[3].
21871         (write_types_process_field): New.
21872         (write_func_for_structure): Take write_types_data structure.
21873         (write_types): New.
21874         (ggc_wtd): New.
21875         (pch_wtd): New.
21876         (write_types_local_process_field): New.
21877         (gc_mark_process_field): Delete.
21878         (write_local_func_for_structure): New.
21879         (gc_mark_func_name): Delete.
21880         (write_gc_types): Delete.
21881         (write_local): New.
21882         (finish_root_table): Don't include 'ggc_' in PFX.
21883         (write_root): Rename from write_root.  Fill pchw field of structures.
21884         (write_array): New.
21885         (write_roots): Rename from write_gc_roots.  Split out to write_array.
21886         Update to changes to other routines.  Write gt_pch_cache_rtab table.
21887         (main): Write PCH walking routines.
21888         * ggc-common.c: Include toplev.h, sys/mman.h.
21889         (ggc_mark_roots): For cache hashtables, also mark the hash table
21890         and the array of entries.
21891         (saving_htab): New.
21892         (struct ptr_data): New.
21893         (POINTER_HASH): New.
21894         (gt_pch_note_object): New.
21895         (saving_htab_hash): New.
21896         (saving_htab_eq): New.
21897         (struct traversal_state): New.
21898         (call_count): New.
21899         (call_alloc): New.
21900         (compare_ptr_data): New.
21901         (relocate_ptrs): New.
21902         (write_pch_globals): New.
21903         (struct mmap_info): New.
21904         (gt_pch_save): New.
21905         (gt_pch_restore): New.
21906         * ggc-page.c (ROUND_UP_VALUE): New.
21907         (ROUND_UP): New.
21908         (struct page_entry): Add field `pch_page'.
21909         (init_ggc): Use ROUND_UP.
21910         (struct ggc_pch_data): Declare.
21911         (init_ggc_pch): New.
21912         (ggc_pch_count_object): New.
21913         (ggc_pch_total_size): New.
21914         (ggc_pch_this_base): New.
21915         (ggc_pch_alloc_object): New.
21916         (ggc_pch_prepare_write): New.
21917         (ggc_pch_write_object): New.
21918         (ggc_pch_finish): New.
21919         (ggc_pch_read): New.
21920         * ggc.h (gt_pointer_operator): New.
21921         (gt_note_pointers): New.
21922         (gt_pch_note_object): New prototype.
21923         (gt_pointer_walker): New.
21924         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
21925         (LAST_GGC_ROOT_TAB): Update.
21926         (gt_pch_cache_rtab): Declare.
21927         (gt_pch_scalar_rtab): Declare.
21928         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
21929         (LAST_GGC_CACHE_TAB): Update.
21930         (gt_pch_save_stringpool): Declare.
21931         (gt_pch_restore_stringpool): Declare.
21932         (gt_pch_p_S): Declare.
21933         (gt_pch_n_S): Declare.
21934         (struct ggc_pch_data): Forward-declare.
21935         (init_ggc_pch): Declare.
21936         (ggc_pch_count_object): Declare.
21937         (ggc_pch_total_size): Declare.
21938         (ggc_pch_this_base): Declare.
21939         (ggc_pch_alloc_object): Declare.
21940         (ggc_pch_prepare_write): Declare.
21941         (ggc_pch_write_object): Declare.
21942         (ggc_pch_finish): Declare.
21943         (ggc_pch_read): Declare.
21944         (gt_pch_save): Declare.
21945         (gt_pch_restore): Declare.
21946         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
21947         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
21948         const_double_htab, mem_attrs_htab using GGC.
21949         * c-pch.c: Include ggc.h.
21950         (pch_init): Allow reading PCH file back.
21951         (c_common_write_pch): Call gt_pch_save.
21952         (c_common_read_pch): Call gt_pch_restore.
21953         * c-parse.in (init_reswords): Delete now-untrue comment.
21954         Allocate ridpointers using GGC.
21955         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
21956         calling expand_deferred_fns.
21957         * c-common.h (ridpointers): Mark for GTY machinery.
21958         * Makefile.in (stringpool.o): Update dependencies.
21959         (c-pch.o): Update dependencies.
21960         (ggc-common.o): Update dependencies.
21961         * stringpool.c: Include gt-stringpool.h.
21962         (gt_pch_p_S): New.
21963         (gt_pch_n_S): New.
21964         (struct string_pool_data): New.
21965         (spd): New.
21966         (gt_pch_save_stringpool): New.
21967         (gt_pch_restore_stringpool): New.
21968         * tree.c (init_ttree): Make type_hash_table allocated using GC.
21970         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
21972         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
21973         (output_mangled_typename): Don't pass size_t to printf.
21975         * tree.h (union tree_type_symtab): Add tag to `address' field.
21976         (union tree_decl_u2): Add tag to 'i' field.
21977         * varasm.c (union rtx_const_un): Add tags to all fields.
21978         * gengtype.c (struct walk_type_data): New.
21979         (output_escaped_param): Take struct walk_type_data parameter.
21980         (write_gc_structure_fields): Delete.
21981         (walk_type): New.
21982         (write_gc_marker_routine_for_structure): Delete.
21983         (write_func_for_structure): New.
21984         (gc_mark_process_field): New.
21985         (gc_mark_func_name): New.
21986         (gc_counter): Delete.
21987         (write_gc_types): Use write_func_for_structure.
21988         (write_gc_roots): Use walk_type.
21990         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
21992         * ggc-common.c (ggc_mark_roots): Delete 'x'.
21993         (ggc_splay_dont_free): Fix warning about unused 'x'.
21994         (ggc_print_common_statistics): Remove warnings.
21996         2002-10-01  Mike Stump  <mrs@apple.com>
21998         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
21999         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22001         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
22002             Catherine Moore  <clm@redhat.com>
22004         * Makefile (c-pch.o): Update dependencies.
22005         (LIBCPP_OBJS): Add cpppch.o.
22006         (cpppch.o): New.
22007         * c-common.c (c_common_init): Don't call pch_init here.
22008         * c-common.h (c_common_read_pch): Update prototype.
22009         * c-lex.c (c_common_parse_file): Call pch_init here.
22010         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22011         (c_common_decode_option): Handle them.
22012         * c-pch.c: Include c-pragma.h.
22013         (save_asm_offset): Delete.
22014         (pch_init): Move contents of save_asm_offset into here, call
22015         cpp_save_state.
22016         (c_common_write_pch): Call cpp_write_pch.
22017         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
22018         cpp_valid_state.
22019         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
22020         * cppfiles.c (stack_include_file): Update for change to
22021         parameters of cb.read_pch.
22022         * cpphash.h (struct cpp_reader): Add `savedstate' field.
22023         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22024         `restore_pch_deps' fields.
22025         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22026         (cpp_save_state): Prototype.
22027         (cpp_write_pch): Prototype.
22028         (cpp_valid_state): Prototype.
22029         (cpp_read_state): Prototype.
22030         * cpppch.c: New file.
22031         * flags.h (version_flag): Remove prototype.
22032         * mkdeps.c (deps_save): New.
22033         (deps_restore): New.
22034         * mkdeps.h (deps_save): Prototype.
22035         (deps_restore): Prototype.
22036         * toplev.c (late_init_hook): Delete.
22037         (version_flag): Make static again.
22038         (compile_file): Don't call late_init_hook.
22039         * toplev.h (late_init_hook): Delete.
22040         * doc/cppopts.texi: Document -fpch-deps.
22041         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22043         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
22045         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22046         callers.
22047         (c_common_valid_pch): Rename from c_valid_pch, change callers.
22048         (c_common_read_pch): Rename from c_read_pch, change callers.
22050         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22051         a space between it and its argument.
22053         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
22055         * c-pch.c: New file.
22056         * toplev.h (late_init_hook): Declare.
22057         * toplev.c (late_init_hook): Define.
22058         (version_flag): Make globally visible.
22059         (compile_file): Call late_init_hook.
22060         (init_asm_output): Make output file seekable.
22061         * gcc.c (default_compilers): Update c-header rule.
22062         * flags.h (version_flag): Declare.
22063         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22064         fields.
22065         * cppfiles.c (struct include_file): Add 'pch' field.
22066         (INCLUDE_PCH_P): New.
22067         (open_file_pch): New.
22068         (stack_include_file): Handle PCH files specially.
22069         (find_include_file): Call open_file_pch instead of open_file.
22070         (_cpp_read_file): Explain why open_file is used instead of
22071         open_file_pch.
22072         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22073         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22074         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22075         in cpplib callbacks.
22076         * c-common.c (pch_file): Correct comment.
22077         (allow_pch): Define.
22078         (c_common_init): Call pch_init.
22079         * c-common.h (allow_pch): Declare.
22080         (pch_init): Declare.
22081         (c_valid_pch): Declare.
22082         (c_read_pch): Declare.
22083         (c_write_pch): Declare.
22084         * Makefile.in (c-pch.o): New.
22085         (C_AND_OBJC_OBJS): Add c-pch.o.
22086         * doc/invoke.texi (Precompiled Headers): Add index entries,
22087         complete truncated paragraph.
22089         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
22091         * c-common.c: (pch_file): Define.
22092         * c-common.h (pch_file): Declare.
22093         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22094         (missing_arg): Require --output-pch= to have an argument.
22095         (c_common_decode_option): Handle --output-pch=.
22096         * gcc.c: Document new %V.
22097         (default_compilers): Handle compiling C header files.
22098         (do_spec_1): Implement %V.
22099         (main): Handle "gcc foo.h" without trying to run linker.
22100         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22101         (Overall Options): Document what the driver does with header files,
22102         document new -x option possibilities.
22103         (Invoking G++): More documentation for PCH.
22104         (Precompiled Headers): New.
22106         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
22108         * ggc.h: Don't include varray.h.  Rearrange functions to be more
22109         organized.
22110         (ggc_add_root): Delete.
22111         (ggc_mark_rtx): Delete.
22112         (ggc_mark_tree): Delete.
22113         (struct ggc_statistics): Remove contents.
22114         * ggc-common.c: Remove unneeded includes.
22115         (struct ggc_root): Delete.
22116         (roots): Delete.
22117         (ggc_add_root): Delete.
22118         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
22119         (ggc_print_common_statistics): Remove most of the contents.
22120         * Makefile.in (GGC_H): No longer uses varray.h.
22121         (ggc-common.o): Update dependencies.
22122         (c-parse.o): Add varray.h to dependencies.
22123         (c-common.o): Add varray.h.
22124         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22125         (mark_ident_hash): Rename to ggc_mark_stringpool.
22126         (init_stringpool): Don't use ggc_add_root.
22127         * c-parse.in: Include varray.h.
22128         * c-common.c: Include varray.h.
22129         * objc/Make-lang.in (objc-act.o): Add varray.h.
22130         * objc/objc-act.c: Include varray.h.
22132         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
22134         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22135         (dw_cfi_oprnd1_desc): Likewise.
22137         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
22139         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22140         move out of ifdef.
22141         (alpha_links): Use gengtype to mark; move out of ifdef.
22142         (mark_alpha_links_node): Delete.
22143         (mark_alpha_links): Delete.
22144         (alpha_need_linkage): Use GGC to allocate splay tree, struct
22145         alpha_links, strings.  Don't use ggc_add_root.
22146         * ggc-common.c (ggc_splay_alloc): New.
22147         (ggc_splay_dont_free): New.
22148         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22149         (ggc_mark_tree): Likewise.
22150         (splay_tree_new_ggc): New.
22151         (ggc_splay_alloc): Declare.
22152         (ggc_splay_dont_free): Declare.
22153         * dwarf2asm.c: Include gt-dwarf2asm.h.
22154         (mark_indirect_pool_entry): Delete.
22155         (mark_indirect_pool): Delete.
22156         (indirect_pool): Use gengtype to mark.
22157         (dw2_force_const_mem): Don't use ggc_add_root.
22158         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22159         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22160         (gt-dwarf2asm.h): Depend on s-gtype.
22162         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
22164         * tree.h (union tree_type_symtab): Mark `die' field.
22165         * Makefile.in (dwarf2out.o): Update dependencies.
22166         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
22167         hash tables.
22168         (dw_cfi_oprnd1_desc): New function.
22169         (dw_cfi_oprnd2_desc): New function.
22170         (indirect_string_alloc): Delete.
22171         (debug_str_do_hash): New function.
22172         (debug_str_eq): New function.
22173         (mark_limbo_die_list): Delete.
22174         (dwarf2out_init): Don't call ggc_add_root.
22176 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
22178         The following changes are merged from itanium-sched-branch:
22180         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22182         * doc/md.texi: Clarify assignment of units to automata description.
22184         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
22186         * genautomata.c (unit_decl): Remove members
22187         `the_same_automaton_unit' and
22188         `the_same_automaton_message_reported_p'.
22189         (process_unit_to_form_the_same_automaton_unit_lists,
22190         form_the_same_automaton_unit_lists_from_regexp,
22191         form_the_same_automaton_unit_lists, the_same_automaton_lists):
22192         Remove them.
22193         (annotation_message_reported_p): New global variable.
22194         (check_unit_distribution_in_reserv,
22195         check_regexp_units_distribution): New functions.
22196         (check_unit_distributions_to_automata): Rewrite it.
22198         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
22200         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22201         Use continue instead of break if cycle is too big.
22203         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
22205         * genautomata.c (check_unit_distributions_to_automata): Output at
22206         most one message for a unit.
22207         (process_unit_to_form_the_same_automaton_unit_lists): Check
22208         automaton of units instead of units themself.
22210         * doc/md.texi: Describe the constraint about assigning unit to
22211         automata.
22213         2002-12-20  Jan Hubicka  <jH@suse.cz>
22214                     Vladimir Makarov  <vmakarov@redhat.com>
22216         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22217         and `in_set_p'.
22218         (gen_cpu_unit): Initialize the new members.
22219         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
22220         up `min_occ_cycle_num'.
22221         (evaluate_max_reserv_cycles): Change the function call.
22222         (CLEAR_BIT): New macro.
22223         (states_union, state_shift): Use the mask.
22224         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22225         (form_reservs_matter): New function.
22226         (make_automaton): Call the function and use the mask.
22227         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22228         account.
22230         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22232         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22234         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22236         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22237         for Itanium.
22239         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22241         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22242         default cpu.
22244         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
22245                 2002-10-31  Dale Johannesen <dalej@apple.com>
22247         * haifa-sched.c (find_set_reg_weight): New function.
22248         (find_insn_reg_weight): Use the new function.
22249         (schedule_block): Do sorting ready queue always
22250         after insn issue.
22252         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
22254         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22256         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
22258         * haifa-sched.c (choice_entry): New structure.
22259         (choice_stack, cycle_issued_insns): New variables.
22260         (max_issue): Rewrite it.
22261         (choose_ready): Set up ready_try for unknown insns too.
22262         (schedule_block): Allocate and free choice_stack.  Set up
22263         and modify cycle_issued_insns.
22265         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22266         with and without filling the bundle.
22267         (bundling): Combine calls of issue_nops_and_insn.
22269         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
22271         * config/ia64/itanium1.md: New file.
22273         * config/ia64/itanium2.md: New file.
22275         * config/ia64/ia64.md: Move DFA descriptions into the new files.
22276         Remove the old pipeline description.
22278         * config/ia64/ia64.c (ia64_override_options): Add aliases of
22279         itanium processor names.
22281         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
22283         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22284         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
22286         * config/ia64/ia64.md: Add descriptions for Itanium2.
22288         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22290         * config/ia64/ia64.h (processor_type): New enumeration.
22291         (ia64_tune, ia64_tune_string): New external declarations.
22292         (TARGET_OPTIONS): Add option `tune='.
22294         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22295         variables.
22296         (ia64_override_options): Set up `ia64_tune'.
22297         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22298         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22299         (bundling): Add nops for MM-insns only for Itanium.
22300         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22301         Itanium.
22303         * config/ia64/ia64.md (cpu): New attribute.
22304         (DFA description): Enable it only for Itanium.
22306         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
22307                     Richard Henderson  <rth@redhat.com>
22309         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22310         MASK_EARLY_STOP_BITS.
22311         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22312         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22313         `early-stop-bits'.
22315         * config/ia64/ia64.c (ia64_dfa_new_cycle,
22316         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22317         instead of TARGET_TUNE_STOP_BITS.
22319         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22320         `-mearly-stop-bits'.
22322         * config/ia64/ia64.c (automata_option "v"): Comment it.
22324         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
22326         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22327         New macros.
22328         (TARGET_SWITCHES): Add entries for the new option.
22330         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22331         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22332         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22333         global variables.
22334         (ia64_sched_reorder2): Set up `clocks'.
22335         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
22336         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
22337         queue when TARGET_TUNE_STOP_BITS.
22338         (bundling): Insert additional nops for MM-insns.
22339         (final_emit_insn_group_barriers): Add insertion of stop bits
22340         according `stops_p'.
22341         (ia64_reorg): Initiate the new varibales.
22343         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
22345         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
22347         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
22348         insns at the end of block insn scheduling.
22350         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
22352         * sched-deps.c (remove_dependence, group_leader): Remove it.
22353         (add_dependence): Add dependence to group leader to.
22354         (set_sched_group_p): Add dependence to the first insn of the
22355         schedule group too.
22356         (sched_analyze_insn): Make dependence to jump as anti-dependence.
22357         Change true dependence by anti-dependence when
22358         `reg_pending_barrier'.
22360         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
22361         add_branch_dependences): Ignore schedule groups.
22363         * sched-ebb.c (init_ready_list): Ditto.
22365         * (move_insn, set_priorities): Ditto.
22367         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
22368         flag is clear after reload.
22369         (adjust_cost): Change cost only for output dependencies.
22371         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
22373         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
22375         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
22377         * target.h (gcc_target): Add member
22378         `dependencies_evaluation_hook'.
22380         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
22381         macro.
22382         (TARGET_SCHED): Add initiatialization of the new member.
22384         * sched-ebb.c: Include `target.h'.
22385         (schedule_ebb): Call `dependencies_evaluation_hook'.
22387         * sched-rgn.c (schedule_region): Call
22388         `dependencies_evaluation_hook'.
22390         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22391         New macro.
22392         (ia64_dependencies_evaluation_hook): New function.
22394         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22395         Describe the new hook.
22397         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
22399         * target.h (gcc_target): Add members
22400         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
22402         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
22403         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
22404         macros.
22405         (TARGET_SCHED): Add initiatialization of the new members.
22407         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
22408         insn scheduling too.
22409         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
22410         initialize `ready_try'.
22411         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
22412         `dfa_new_cycle' says not to do it.
22414         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
22415         bundling.
22417         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
22419         * config/ia64/ia64.c: Include `hashtab.h'.
22420         (ia64_first_cycle_multipass_dfa_lookahead_guard,
22421         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
22422         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
22423         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
22424         bundle_state_eq_p, insert_bundle_state,
22425         initiate_bundle_state_table, finish_bundle_state_table,
22426         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
22427         get_template, get_next_important_insn, bundling): New functions.
22428         (ia64_internal_sched_reorder): Remove it.
22429         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22430         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
22431         (ia64_safe_itanium_requires_unit0): Remove it.
22432         (group_barrier_needed_p): Place group barrier right before a real
22433         insn.
22434         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
22435         Remove them.
22436         (bundle_name): New variable.
22437         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
22438         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
22439         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22440         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22441         temp_dfa_state, prev_cycle_state): New global variables.
22442         (insn_matches_slot, maybe_rotate, finish_last_head,
22443         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22444         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22445         find_best_packet, itanium_reorder, dump_current_packet,
22446         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22447         (sched_data, sched_ready, sched_types): Remove them.
22448         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22449         `init_insn_group_barriers'.
22450         (ia64_sched_reorder, ia64_sched_reorder2): Call
22451         ia64_dfa_sched_reorder.
22452         (ia64_variable_issue): Rewrite it.
22453         (bundle_state): New structure.
22454         (index_to_bundle_states, bundle_states_num,
22455         allocated_bundle_states_chain, free_bundle_state_chain): New
22456         global variables.
22457         (ia64_sched_finish): Add stop bits and call `bundling' after the
22458         2nd insn scheduling.
22459         (ia64_use_dfa_pipeline_interface): Return zero always.
22460         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22461         insn scheduling.
22462         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22463         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22464         (ia64_reorg): Add bundling insns.
22466         * doc/tm.texi
22467         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22468         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22470         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
22472         * config/ia64/ia64.md: Add Itanium1 DFA description.
22473         (itanium_class): Add `nop' and `pre_cycle'.  Add
22474         define_function_unit for `nop'.
22475         (nop): Change attribute `itanium_class'.
22476         (pre_cycle): New define_insn.
22478         * config/ia64/ia64-protos.h (bundling_p): New external variable.
22479         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22480         ia64_produce_address_p): New function prototypes.
22482         * config/ia64/ia64.c (bundling_p): New global variable.
22483         (ia64_use_dfa_pipeline_interface,
22484         ia64_first_cycle_multipass_dfa_lookahead,
22485         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22486         functions.
22487         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22488         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22489         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22490         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22491         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22492         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22493         (dfa_pre_cycle_insn): New variable.
22495         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22497         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22498         constructions.
22500         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22501         New function prototypes.
22503         * genattrtab.c (main): Process the new constructions.
22505         * genautomata.c (gen_presence_absence_set,
22506         process_presence_absence_names, process_presence_absence_patterns,
22507         add_presence_absence, check_absence_pattern_sets): Add parameter
22508         `final_p'.
22509         (unit_decl): Add new members `final_presence_list' and
22510         `final_absence_list'.
22511         (unit_pattern_rel_decl): Add new member `final_p'.
22512         (gen_final_presence_set, gen_final_absence_set): New functions.
22513         (process_decls): Use member `final_p'.
22514         (temp_reserv): New global variable.
22515         (reserv_sets_are_intersected): Add processing `final_presence_set'
22516         and `final_absence_set'.
22517         (initiate_states): Allocate `temp_reserv'.
22518         (unit_final_presence_set_table, unit_final_absence_set_table): New
22519         gloabal variables.
22520         (initiate_presence_absence_pattern_sets): Initiate them.
22521         (NDFA_to_DFA): Fix typo.
22522         (output_description): Output `final_presence_set' and
22523         `final_absence_set'.
22525         * doc/md.texi (final_presence_set, final_absence_set): Describe
22526         them.
22528         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22530         * genautomata.c (transform_3): Process a missing case (nothing on
22531         unit place).
22533         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22535         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
22536         comments about queried units and the minimization.
22538         * doc/md.texi: Ditto.
22540         * genautomata.c (create_composed_state): Return nonzero if the new
22541         state has been created.
22542         (first_cycle_unit_presence): New function.
22543         (state_is_differed): Add new parameter.  Use the new function.
22544         Take queried units into account.
22545         (partition_equiv_class): Pass additional parameter to
22546         `state_is_differed'.
22547         (merge_states): Process composed states too.
22548         (build_automaton, create_automata, output_min_issue_delay_table,
22549         output_tables, output_statistics): Output more information.
22550         (output_reserved_units_table): Use function
22551         `first_cycle_unit_presence'.
22552         (output_tables): Output table of queried units even if the
22553         minimization is switched on.
22554         (write_automata): Output code for querying units even if the
22555         minimization is switched on.
22557         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
22559         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
22560         syntax of the constructions.
22562         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
22563         extended syntax of the constructions.
22565         * genautomata.c (unit_rel_decl): Rename it to
22566         `unit_pattern_rel_decl'.
22567         (pattern_set_el, pattern_reserv): New structures.
22568         (pattern_set_el_t, pattern_reserv_t): New types.
22569         (gen_presence_absence_set): New function.
22570         (process_presence_absence): Remove it.
22571         (process_presence_absence_names,
22572         process_presence_absence_patterns): New functions.
22573         (get_presence_absence_set): Remove it.
22574         (initiate_presence_absence_sets): Rename it on
22575         `initiate_presence_absence_pattern_sets'.  Use new function
22576         `form_reserv_sets_list'.
22577         (form_reserv_sets_list, check_presence_pattern_sets,
22578         check_absence_pattern_sets, output_pattern_set_el_list): New
22579         functions.
22580         (unit_decl): Change types of members `presence_list' and
22581         `absence_list'.
22582         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
22583         (decl): Change types of members `excl', `presence', and `absence'.
22584         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
22585         at the end of the vector.
22586         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
22587         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
22588         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
22589         (gen_presence_set, gen_absence_set): Use new function
22590         `gen_presence_absence_set'.
22591         (add_presence_absence): Process `pattern_list' instead of
22592         `source_list'.
22593         (process_decls): USe new functions
22594         `process_presence_absence_names' and
22595         `process_presence_absence_patterns'.
22596         (reserv_sets_are_intersected): Use new function
22597         `check_presence_pattern_sets'.
22598         (presence_set, absence_set): Remove them.
22599         (unit_presence_set_table, unit_absence_set_table): New global
22600         variables.
22601         (output_description): Use new function
22602         `output_pattern_set_el_list'.
22603         (generate): Use `initiate_presence_absence_pattern_sets'.
22605         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
22607         * genattr.c (main): Add output of prototype of new interface
22608         function `dfa_clean_insn_cache'.
22610         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
22611         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
22612         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
22613         the generated code.
22614         (write_automata): Call the new function.
22616 2003-01-09  Jan Hubicka  <jh@suse.cz>
22618         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
22619         correctly.
22621 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
22623         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
22625 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
22627         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
22628         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
22629         (CONSTRAINT_LEN): Provide default definition.
22630         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22631         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
22632         (EXTRA_CONSTRAINT_STR): Likewise.
22633         (REG_CLASS_FROM_CONSTRAINT): Define.
22634         * genoutput.c (check_constraint_len, constraint_len): New functions.
22635         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
22636         constraint / modifier.
22637         (gen_insn): Call check_constraint_len.
22638         * local-alloc.c (block_alloc): Update to use new macros / pass
22639         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
22640         * ra-build.c (handle_asm_insn): Likewise.
22641         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
22642         (constrain_operands, peep2_find_free_register): Likewise.
22643         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
22644         * regmove.c (find_matches): Likewise.
22645         * reload.c (push_secondary_reload, find_reloads): Likewise.
22646         (alternative_allows_memconst): Likewise.
22647         * reload1.c (maybe_fix_stack_asms): Likewise.
22648         (reload_cse_simplify_operands): Likewise.
22649         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
22650         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
22651         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22652         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
22653         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
22654         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
22656         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
22658 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22660         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
22661         length.
22662         (*extzv_1_r_h8300hs): Likewise.
22663         (*extzv_1_r_inv_h8300): Likewise.
22664         (*extzv_1_r_inv_h8300hs): Likewise.
22666 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22668         * config/h8300/h8300.h (PREDICATE_CODES): New.
22670 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22672         * config/h8300/h8300.md (*addsi3_upper): New.
22673         (*iorsi3_shift): Likewise.
22674         (two splitters): Likewise.
22675         (*addsi3_shift): Likewise.
22676         (two splitters): Likewise.
22678 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
22680         * Makefile.in (optabs.o): Add dependency on basic-block.h.
22681         * basic-block.h (control_flow_insn_p): Fuction was exported.
22682         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
22683         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
22684         notes only when the region is contained in a single basic block.
22686 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22688         PR inline-asm/8832
22689         * tree.h (expand_asm): New prototype.
22690         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
22691         to do so.
22692         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
22693         down to expand_asm.
22694         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
22695         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
22696         (volatile_refs_p) [ASM_INPUT]: Likewise.
22697         (side_effects_p) [ASM_INPUT]: Likewise.
22699 2003-01-09  Jan Hubicka  <jh@suse.cz>
22701         * i386.md (*mul*): FIx constraints; remove confused comment; fix
22702         athlon_decode attributes
22703         (imul/k8 optimization peep2s): New.
22705         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
22706         * i386.md (type attribute): Add ssecomi.
22707         (unit, memory, prefix attributes): Handle ssecomi.
22708         (cvt?2? patterns): Fix athlon_decode attribute
22709         (comi patterns): Set attribute to ssecomi.
22711         PR target/8343
22712         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
22714 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
22716         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
22717         that match register_operands.
22718         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
22719         register_operand the default case.
22721 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22723         PR c/8032
22724         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
22725         an empty element, do not advance the pointer to unfilled
22726         fields if there are pending initializers.
22728 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
22730         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
22731         (install-gcc-tooldir, install-cpp, installdirs,
22732         install-common, install-driver, install-info, install-man,
22733         install-headers, install-include-dir, install-headers-tar,
22734         install-headers-cpio, install-headers-cp, install-mkheaders,
22735         install-collect2, uninstall): Prepend $(DESTDIR) to
22736         destination paths in all (un)installation commands.
22737         (install-driver): Rewrite $(LN) commands to support DESTDIR
22738         with "ln" as well as with "ln -s".
22739         (installdirs): Simply use mkinstalldirs.
22740         (install-libgcc, install-multilib): Also pass DESTDIR.
22741         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
22742         installation destination variable ldir.
22743         * config/alpha/t-osf4, config/arm/t-netbsd,
22744         config/ia64/t-hpux, config/mips/t-iris5-6,
22745         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
22746         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
22747         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
22748         in the definition of SHLIB_INSTALL.
22749         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
22750         $(libsubdir) in the installation commands.
22752 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22754         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22755         non-optimizing compile.
22756         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22757         compile.
22759 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
22761         * config/i386/i386.c (ix86_attribute_table): Add new attributes
22762         ms_struct and gcc_struct.
22763         (ix86_handle_struct_attribute): New function.
22764         (ix86_ms_bitfield_layout_p): Update to take new attributes
22765         into account.
22766         * doc/extend.texi: Document new attributes.
22767         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
22769 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
22771         PR optimization/8750
22772         * config/i386/i386.c (ix86_expand_prologue): Don't allow
22773         scheduling pass to move insns across __alloca call.
22775 2003-01-08  Dale Johannesen  <dalej@apple.com>
22777         * config/rs6000/rs6000.md:  Replace *store_multiple_string
22778         with *stmsi[3-8].
22780 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
22782         PR target/9210
22783         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
22784         Set SYMBOL_REF_FLAG on local data sym_ref.
22786 2003-01-08  Dale Johannesen  <dalej@apple.com>
22788         * function.c (assign_parms):  Don't set pretend_args_size if
22789           REG_PARM_STACK_SPACE.
22790           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
22791           pretend_args_size.
22793 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
22795         * gcc.hlp: Delete.
22797 2003-01-09  Jan Hubicka  <jh@suse.cz>
22799         * i386.c  (ix86_expand_int_addcc): Fix thinko.
22801 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22803         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
22804         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
22805         as hook_bool_tree_hwi_hwi_tree_true.
22806         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
22807         (rs6000_emit_epilogue): Same.
22808         (rs6000_output_mi_thunk): Re-implement as RTL.
22809         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
22810         xcoffout_declare_function if any debugging enabled.
22812 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
22814         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
22815         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
22816         * config/mips/mips.h (enum processor_type): Rename
22817         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
22818         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
22819         Add PROCESSOR_M4K.
22820         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
22821         (ISA_MIPS32R2): New define.
22822         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
22823         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
22824         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
22825         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
22826         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
22827         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
22828         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
22829         compiling MIPS16 code.
22830         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
22831         comment.
22832         (ISA_HAS_SEB_SEH): New define.
22833         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
22834         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
22835         processor_type value renaming.  Add support for MIPS32R2.
22836         Clean up comments, and move "sb1" entry with other MIPS64 CPU
22837         entries.
22838         (override_options): Reimplement -mipsN option handling so that
22839         it will work correctly for -mips32r2.  Avoid branch-likely
22840         instructions on MIPS32R2.
22841         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
22842         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
22843         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
22844         (extendhisi2_hw, extendqisi2_hw): New.
22845         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
22846         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
22847         MIPS32R2, and MIPS64.
22848         (LINK_SPEC): Pass -mips32r2 to linker.
22849         * config/mips/t-isa3264: Built -mips32r2 multilibs.
22850         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
22851         for mips32r2 in the -march description.  Alphabetically sort
22852         CPU names in the -march description.  Add long-missed -mips32
22853         and -mips64 to MIPS option summary.
22855         * config.gcc: Update copyright years to include 2003.
22856         * config/mips/mips.c: Likewise.
22857         * config/mips/mips.h: Likewise.
22858         * config/mips/mips.md: Likewise.
22859         * config/mips/netbsd.h: Likewise.
22860         * doc/invoke.texi: Likewise.
22862 2003-01-08  Andreas Schwab  <schwab@suse.de>
22864         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
22865         variable.
22866         * configure: Regenerated.
22868 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22870         * config/h8300/h8300.c (output_logical_op): Replace byte/word
22871         extraction of det with b0, b1, w0, w2, etc.
22872         (compute_logical_op_length): Likewise.
22873         (compute_logical_op_cc): Likewise.
22875 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22877         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
22878         HIGH on all variants.
22880 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22882         * Makefile.in (PARTITION_H): New.
22883         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
22884         * basic-block.h: Include hard-reg-set.h.
22886 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
22888         * arm.h (ENABLE_XF_PATTERNS): Delete.
22889         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
22890         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
22891         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
22892         (cmpxf_trap): Delete.
22893         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
22895 2003-01-08  Jan Hubicka  <jh@suse.cz>
22897         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
22898         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
22899         (add??cc): New expanders.
22900         * i386.c (expand_int_addcc): New function.
22901         * i386-protos.h (expand_int_addcc): Declare.
22903         * alias.c (memory_modified_1): New static function.
22904         (memory_modified): New static varaible.
22905         (memory_modified_in_insn_p): New global function.
22906         * rtl.h (memory_modified_in_insn_p): Declare.
22907         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
22908         references.
22910         * expr.h (emit_conditional_add): Declare.
22912 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
22914         PR other/8947
22915         * doc/invoke.texi (-malign-double): Explain that the option breaks
22916         binary compatibility.
22918 2003-01-08  Andreas Schwab  <schwab@suse.de>
22920         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
22921         should come from the generic *-*-linux* entry.
22923 2003-01-07  Jan Hubicka  <jh@suse.cz>
22925         * cselib.c (cselib_current_insn_in_libcall): New static variable.
22926         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
22927         we are inside libcall.
22928         * cselib.h (elt_loc_list): Add in_libcall.
22929         * gcse.c (do_local_cprop): Do not copy propagate using insns
22930         in libcalls.
22932 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
22934         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
22935         not normally affect to issue rate.
22937 2003-01-07  Jan Hubicka  <jh@suse.cz>
22939         * genopinit.c (optabs): Add addc_optab.
22940         * ifcvt.c (noce_try_store_flag): Rename to ...
22941         (noce_try_addcc): ... this one; handle generic conditional increment.
22942         (noce_process_if_block): Update noce_try_addcc call.
22943         * optabs.c (emit_conditional_add): New.
22944         (init_obtabs): Initialize addc_optab.
22945         * optabs.h (optab_index): Add OTI_addcc.
22946         (addcc_optab): New macro.
22947         * md.texi: Document addMcc
22949         PR target/8322
22950         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
22951         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22952         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22954         * reload1.c (delete_output_reload): Avoid repeated attempts
22955         to delete insn.
22957 2003-01-07  Andreas Schwab  <schwab@suse.de>
22959         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
22960         Move --enable-initfini-array check ...
22961         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
22962         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
22963         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
22964         * configure: Rebuild.
22966 2003-01-07  Richard Henderson  <rth@redhat.com>
22968         * alias.c (find_base_value): Only use new_reg_base_value shortcut
22969         if the register is set once.
22971 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
22973         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
22974         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
22975         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
22977 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
22978             Sunil Davasam  <sunil.k.davasam@intel.com>
22980         PR libstdc++/9076
22981         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
22982         DW_CFA_same_value, read next and ignore.
22984 2003-01-07  Richard Henderson  <rth@redhat.com>
22986         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
22988 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
22990         * cfg.c: Include alloc-pool.h
22991         (edge_pool): New pool.
22992         (bb_pool): New pool.
22993         (first_deleted_edge): Remove.
22994         (first_deleted_block): Remove.
22995         (init_flow): Alloc/free the pools.
22996         (free_edge): Use pools.
22997         (alloc_block): Ditto.
22998         (expunge_block): Ditto.
22999         (cached_make_edge): Ditto.
23001         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23003 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
23005         * et-forest.c: Include alloc-pool.h.
23006         (struct et_forest): Add node_pool and occur_pool.
23007         (et_forest_create): Create the new pools.
23008         (et_forest_delete): Delete them.
23009         (et_forest_add_node): Allocate and free using pools.
23010         (et_forest_add_edge): Ditto.
23011         (et_forest_remove_node): Ditto.
23012         (et_forest_remove_edge): Ditto.
23014         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23016 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
23018         * config/h8300/h8300.c (output_logical_op): Simplify and
23019         optimize the handling of SImode.
23020         * config/h8300/h8300.c (compute_logical_op_length): Update
23021         accordingly.
23022         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23024 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
23026         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23027         big-endian correction to indirect arguments too.
23029 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23031         Segher Boessenkool  <segher@koffie.nl>
23033         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23034         (alt_reg_names): Ditto, fix formatting.
23035         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23037 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23039         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23040         (output_logical_op): Constify intval and det.
23041         (compute_logical_length): Likewise.
23042         (compute_logical_cc): Likewise.
23043         (output_a_shift): Constify mask.
23044         (h8300_encode_label): Constify len.
23046 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23048         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23049         (h8300_expand_epilogue): Likewise.
23051 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
23053         Segher Boessenkool  <segher@koffie.nl>
23055         * config/rs6000/altivec.md: Remove spaces from assembler
23056         instruction argument lists.
23058 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
23060         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23061         c4x_assembler_function_p.
23062         (c4x_null_epilogue_p): Complement return value, all uses updated.
23063         (c4x_insert_attributes): Add naked.
23064         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23065         * doc/extend.texi: Update C4x function attributes.
23067 2003-01-06  Richard Henderson  <rth@redhat.com>
23069         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23070         properly when changing "local-ness".
23071         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23073 2003-01-06  Dale Johannesen  <dalej@apple.com>
23075         * config/darwin-protos.h:  Add prototypes for new section functions.
23077 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
23079         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23080         to EABI.
23082 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
23084         * hwint.h: If the current compiler has no 64-bit type at all,
23085         make HOST_WIDEST_INT 32 bits.
23087 2003-01-06  Eric Christopher  <echristo@redhat.com>
23089         * config/mips/mips.md (movdf_internal2): Fix constraints.
23091 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
23093         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23095 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
23097         * config/mips/mips.md (leadi): Use dla rather than la.
23099 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
23101         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
23102         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
23104 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
23106         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23107         redefinition.
23109 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23111         * config/h8300/h8300.md (*extzv_8_23): New.
23113 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
23115         * pa64-hpux.h (JCR_SECTION_NAME): Define.
23116         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23117         USE_EH_FRAME_REGISTRY when defining.
23119 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
23121         * config/h8300/h8300.c (output_a_shift): Do not output a
23122         variable shift.
23123         * config/h8300/h8300.md (two splitters): New.
23125 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
23127         * config/mips/mips.md: Disable the movstrsi define_split.
23129 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23131         * alloc-pool.c: Don't include "libiberty.h".
23132         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23133         * convert.c (convert_to_real): Hide unused variable.
23135 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23137         * Makefile.in (gtyp-gen.h): Const-ify.
23138         * gcov-dump.c (tag_table): Likewise.
23140 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23142         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23143         of *both* the file name and the fix name.
23145 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
23147         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
23148         collect2.
23149         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23150         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23151         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23152         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23153         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23154         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23155         elfos.h.
23156         (EH_FRAME_IN_DATA_SECTION): Delete define.
23157         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23158         (STARTFILE_SPEC): Use crtbegin.o.
23159         (ENDFILE_SPEC): Use crtend.o.
23160         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23161         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23162         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23163         DTOR_LIST_BEGIN): Define.
23164         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23165         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23166         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23168 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
23170         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23171         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23172         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
23173         Cleanup handling of replacement text.
23174         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23176 2003-01-04  Bruce Korb  <bkorb@gnu.org>
23178         * fixinc/tests/base/math.h: removed obsolete results
23179         * fixinc/tests/base/stdlib.h: ditto
23180         * fixinc/tests/base/sys/param.h: ditto
23181         * fixinc/tests/base/sys/stat.h: ditto
23182         * fixinc/tests/base/time.h: ditto
23183         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23184         * fixinc/tests/base/sys/byteorder.h: ditto
23185         * fixinc/inclhack.def: Remove superfluous backslashes
23187 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
23189         * config/h8300/h8300-protos.h: Add prototypes for
23190         the new functions defined below.
23191         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23192         define.
23193         (dosize): Emit RTL instead of assembly code.
23194         (push): Likewise.
23195         (pop): Likewise.
23196         (h8300_output_function_prologue): Remove.
23197         (h8300_expand_prologue): New.
23198         (h8300_expand_epilogue): New.
23199         (h8300_output_function_epilogue): Do only the reset of
23200         pragma_saveall.
23201         * config/h8300/h8300.md (push_h8300): New.
23202         (push_h8300hs): Likewise.
23203         (pop_h8300): Likewise.
23204         (pop_h8300hs): Likewise.
23205         (*stm_h8300s_2): Change the name to stm_h8300s_2.
23206         (*stm_h8300s_3): Change the name to stm_h8300s_3.
23207         (*stm_h8300s_4): Change the name to stm_h8300s_4.
23208         (*ldm_h8300s_2): New.
23209         (*ldm_h8300s_3): Likewise.
23210         (*ldm_h8300s_4): Likewise.
23211         (return): Likewise.
23212         (*return_1): Likewise.
23213         (prologue): Likewise.
23214         (epilogue): Likewise.
23215         (monitor_prologue): Likewise.
23217 2003-01-03  Dale Johannesen  <dalej@apple.com>
23219         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
23220           machopic_picsymbol_stub1.
23221           (EXTRA_SECTION_FUNCTIONS):  Ditto.
23222         * rs6000/rs6000.c:  Update copyright.
23223           (machopic_output_stub):  Use them.  Remove an insn from stub code.
23225 2003-01-02  Jason Merrill  <jason@redhat.com>
23227         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23229         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23230         static/external decls.
23232         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23233         outermost scope.
23234         * c-decl.c (c_make_fname_decl): Push the decls there, too.
23236 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
23238         * config/h8300/h8300-protos.h: Add a prototype for
23239         h8300_current_function_interrupt_function_p.
23240         * config/h8300/h8300.c (interrupt_handler): Remove.
23241         (os_task): Likewise.
23242         (monitor): Likewise.
23243         (pragma_interrupt): New.
23244         (WORD_REG_USED): Use
23245         h8300_current_function_interrupt_function_p.
23246         (dosize): Likewise.
23247         (h8300_output_function_prologue): Likewise.
23248         Do not set interrupt_handler, os_task, monitor.
23249         (h8300_output_function_prologue): Use
23250         h8300_current_function_interrupt_function_p.
23251         Do not set interrupt_handler, os_task, monitor.
23252         (h8300_current_function_interrupt_function_p): New.
23253         (h8300_pr_interrupt): Set pragma_interrupt.
23254         (h8300_insert_attributes): Reset pragma_interrupt.
23256 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23258         * doc/install.texi (Configuration): Fix markup for reference to
23259         gcc/config.gcc.
23261 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23263         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23264         (*iorhi3_two_qi): Likewise.
23265         (*iorsi3_zexthi): Likewise.
23266         (*xorhi3_zextqi): Likewise.
23267         (*xorsi3_zexthi): Likewise.
23268         (*xorsi3_zextqi): Likewise.
23270 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
23272         * config/h8300/h8300.c (stack_pointer_operand): New.
23273         (const_int_gt_2_operand): Likewise.
23274         (const_int_ge_8_operand): Likewise.
23275         * config/h8300/h8300.md (a splitter): Likewise.
23276         (a peephole2): Likewise.
23277         * config/h8300/h8300-protos.h: Add prototypes for the new
23278         functions above.
23280 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
23282         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23283         objc/objc-act.h: Fix copyright years.
23285 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23287         * doc/passes.texi: Fix documentation for -fssa-ccp
23289 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
23291         * gccbug.in: Update for new categories.
23293 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23295         * config/h8300/h8300.md: Reorder some patterns.
23297 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23299         * config/h8300/h8300.c (output_logical_op): Fix a warning.
23301 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23303         * config/darwin-protos.h, config/c4x/c4x-protos.h,
23304         config/cris/cris-protos.h, config/i370/i370-protos.h,
23305         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23306         config/v850/v850-protos.h: Use struct, and don't conditionally
23307         compile on GCC_C_PRAGMA_H.
23309 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23311         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23312         * config/h8300/h8300-protos.h: Likewise.
23313         * config/sh/sh-protos.h: Likewise.
23315 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23317         * config/arm/arm-protos.h: Use struct cpp_reader instead of
23318         cpp_reader.
23319         * config/h8300/h8300-protos.h: Likewise.
23320         * config/sh/sh-protos.h: Likewise.
23322 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23324         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23325         arm_pr_long_calls_off): Use struct.
23326         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23327         : Similarly.
23328         Don't include cpplib.h.
23329         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23330         sh_pr_nosave_low_regs): Similarly.
23332 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
23334         * config/h8300/h8300.c: Include cpplib.h.
23336 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
23338         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
23339           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
23340           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
23341           "GCC" in the copyright header.
23343 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
23345         * c-pragma.c (c_register_pragma): New.
23346         (init_pragma): Use it.
23347         * c-pragma.h (cpp_register_pragma): Don't declare.
23348         (c_register_pragma): New.
23349         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
23350         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
23351         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
23352         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
23353         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
23354         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
23355         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
23356         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
23357         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
23358         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
23359         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
23360         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
23362 See ChangeLog.8 for earlier changes.