OSDN Git Service

* c-decl.c (pending_invalid_xref_file): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
2
3         * c-decl.c (pending_invalid_xref_file): Remove.
4         (pending_invalid_xref_line): Remove.
5         (pending_invalid_xref_location): New.
6         (lookup_label): Use location_t and input_location directly.
7         (lookup_tag): Likewise.
8         (pending_xref_error): Likewise.
9         (c_expand_body_1): Likewise.
10         * c-common.c (x_expand_start_cond): Likewise.
11         * c-semantics.c (genrtl_for_stmt): Likewise.
12         (find_reachable_label): Likewise.
13         * expr.c (expand_expr): Likewise.
14         * integrate.c (output_inline_function): Likewise.
15         * tree-inline.c (find_alloca_call): Likewise.
16         (find_builtin_longjmp_call): Likewise.
17         * gcc.c (input_filename): Make static.
18         
19 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
20
21         * config/mips/mips.md: Fix comment typo.
22
23         * config/mips/mips.c (mips_integer_op): New structure.
24         (MIPS_MAX_INTEGER_OPS): Define.
25         (mips_const_insns): Use mips_build_integer to determine the number
26         of instructions needed to load a CONST_INT.
27         (move_operand): Reject compound CONST_INTs.
28         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
29         (mips_move_integer): New fn.
30         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
31         (mips_legitimize_move): Only legitimize constants when moving
32         word or subword values.
33
34 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
35
36         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
37
38 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
39
40         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
41         modifying it.
42
43 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
44             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
45
46         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
47         Hernandez, and Kazu Hirata.  Update Richard Henderson.
48
49 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
50
51         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
52         to tentative declaration.
53         
54         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
55         (SYMBOL_FLAG_SMALL_V4): Delete.
56         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
57         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
58         (rs6000_elf_in_small_data_p): Add extra section names.  Add
59         comment about TREE_PUBLIC test.
60
61         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
62         expand_stmt on result of expand_unreachable_stmt.
63
64 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
65
66         * doc/contrib.texi (Contributors): Add Daniel Berlin.
67
68 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
69
70         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
71         number of automata.
72
73         * config/rs6000/rs6000.c (symbol_ref_operand): Check
74         SYMBOL_REF_FUNCTION_P on AIX.
75         (current_file_function_operand): Same.
76         * config/rs6000/rs6000.md (call,call_value): Force non-function
77         symbol_ref into register on AIX.
78
79 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
80
81         * calls.c (struct arg_data): Move offset, slot_offset, size and
82         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
83         (initialize_argument_information): Adjust call to locate_and_pad_parm.
84         Delete alignment_pad var.  Don't calculate slot_offset here.
85         (emit_library_call_value_1): Delete alignment_pad, offset and size
86         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
87         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
88         partial in-regs here.  Formatting fixes.
89         * expr.h (struct locate_and_pad_arg_data): New struct.
90         (locate_and_pad_parm): Adjust declaration.
91         * function.c (assign_parms): Localize vars.  Use "locate" instead of
92         other arg location vars.  Don't invoke FUNCTION_ARG or
93         FUNCTION_INCOMING_ARG unless pretend_named is different from
94         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
95         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
96         Use slot_offset for stack home of reg parms.  Correct test for
97         parm passed in memory.  Formatting fixes.
98         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
99         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
100         Correct initial_offset_ptr handling.  Localize vars.  Always pad
101         locate->offset even when in_regs.
102
103 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
104
105         * Makefile.in (TREE_H): Replace location.h with input.h.
106         (GTFILES) Remove location.h
107         (gt-lists.h): Replace gt-location.h with gt-input.h
108         * input.h (input_filename, input_line): Remove variables.
109         (location_s, location_t): Move from location.h.
110         (input_location): New.
111         (input_filename, input_line): New #defines.
112         * location.h: Remove.
113         * tree.h: Replace location.h with input.h.
114         (input_filename, input_line): Remove.
115         * diagnostic.h: Replace location.h with input.h.
116         * gcc.h (input_filename, input_filename_length): Remove declarations.
117         * toplev.c (input_filename, input_line): Remove.
118         (input_location): Define.
119         (push_srcloc, pop_srcloc): Adjust.
120         * diagnostic.c (diagnostic_report_current_module): Adjust.
121
122 2003-05-02  Nick Clifton  <nickc@redhat.com>
123
124         * configure.in: Add xstormy16 to list of targets that has a nop
125         instruction and hence which can be tested to see if the
126         assembler supports the --gdwarf2 switch.
127         * configure: Regenerate.
128
129 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
130  
131         PR target/8257
132         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
133         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
134         Avoid undefined shifts by making the shift operand unsigned.
135  
136 2003-05-01  DJ Delorie  <dj@redhat.com>
137
138         * reload.c (find_reloads): Also check that all of a multi-reg
139         value is in the class.
140
141 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
142
143         * scan.h (lineno): Revert the rename here.
144
145 2003-05-01  Stan Shebs  <shebs@apple.com>
146
147         * config/darwin.c (darwin_encode_section_info): Call
148         default_encode_section_info.
149
150 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
151
152         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
153         (movsi_internal1): Use new mfjmpr attribute.
154         (movhi_internal): Same.
155         (movqi_internal): Same.
156         (movcc_internal1): Same.
157         (movdi_internal64): Same.
158         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
159         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
160         * config/rs6000/40x.md: Add fpu_405.
161         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
162         into power4misc automata.  Remove extraneous parentheses.
163         * config/rs6000/440.md: New file.
164         * config/rs6000/rs6000.c (processor_target_table): Add 440,
165         440fp.  Rename 405f to 405fp.
166         (function_arg_padding): Correct formatting.
167         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
168
169 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
170
171         * input.h (lineno): Rename to ...
172         (input_line): ... here.
173         * tree.h (lineno): Rename to ...
174         (input_line): ... here.
175         * scan.h (lineno): Rename to ...
176         (input_line): ... here.
177         * toplev.c (lineno): Rename to ...
178         (input_line): ... here.
179         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
180         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
181         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
182         store_parm_decls, c_expand_body_1): Likewise.
183         * c-errors.c (pedwarn_c99): Likewise.
184         * c-format.c (status_warning): Likewise.
185         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
186         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
187         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
188         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
189         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
190         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
191         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
192         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
193         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
194         * coverage.c (create_coverage): Likewise.
195         * diagnostic.c (pedwarn, sorry, error, fatal_error,
196         internal_error, warning, diagnostic_report_current_module,
197         inform): Likewise.
198         * expr.c (expand_expr): Likewise.
199         * integrate.c (expand_inline_function,
200         output_inline_function): Likewise.
201         * rtl-error.c (file_and_line_for_asm): Likewise.
202         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
203         walk_tree): Likewise.
204         * tree.c (make_node): Likewise.
205         * ada, cp, f, java, objc, treelang: Likewise.
206         * objc/objc-act.c (objc_init): Rename lineno to input_line.
207         (build_module_descriptor, build_selector_translation_table,
208         build_protocol_template, build_method_prototype_list_template,
209         build_category_template, build_selector_table,
210         build_class_template, build_super_template, build_ivar_template,
211         build_ivar_list_template, build_method_list_template,
212         build_method_template, add_instance_variable): Likewise.
213
214         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
215         name from input_filename.
216
217 2003-04-30  Eric Christopher  <echristo@redhat.com>
218             Richard Sandiford <rsandifo@redhat.com>
219
220         * configure: Regenerate from patches below.
221         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
222         for all symbolic operands.
223         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
224         to function.
225         * config/mips/linux.h: Fix typo.
226         * Merge from mips-3_4-rewrite branch:
227
228         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
229
230                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
231                 handling local labels when TARGET_ABICALLS.
232
233         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
234
235                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
236                 integer argument.
237                 (mips_expand_call): Likewise.
238                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
239                 (FIXED_REGISTERS): Clear $31 entry.
240                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
241                 (EPILOGUE_USES): Define.
242                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
243                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
244                 (override_options): Add a 'j' register class.
245                 (mips_expand_call): Handle sibcalls
246                 (mips_expand_epilogue): Handle epilogues for sibcalls.
247                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
248                 (sibcall_epilogue): New pattern.
249                 (call, call_value): Adjust calls to mips_expand_call.
250                 (sibcall, sibcall_value): New expanders.
251                 (sibcall_internal, sibcall_value_internal): New patterns.
252                 (sibcall_value_multiple_internal): New pattern.
253
254         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
255
256                 * config/mips/mips.md (extended_mips16): New attribute.
257                 (define_attr length): Default to 8 if extended_mips16 == yes.
258                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
259                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
260                 (call_internal): Set extended_mips16 to yes for direct jumps.
261                 Remove redundant mode attribute.
262                 (call_value_internal, call_value_multiple_internal): Likewise.
263                 (call_split): Remove redundant mode attribute.
264                 (call_value_split, call_value_multiple_split): Likewise.
265
266                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
267                 of unaligned offsets.
268
269                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
270                 of SYMBOL_GENERAL.
271
272         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
273
274                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
275                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
276                 for mips16 code.
277
278         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
279
280                 * config/mips/mips.h (ADDRESS_COST): Define.
281
282         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
283
284                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
285                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
286                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
287
288         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
289
290                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
291                 of a two-instruction sequence.  Add register->memory alternative.
292                 (truncdihi2, truncdiqi2): Likewise.
293                 Rework shift/truncate instructions so that they only handle right
294                 shifts of 32 (or more, in the case of arithmetic shifts).
295                 Add patterns for truncate/sign-extend.
296
297         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
298
299                 * configure.in (mips*-*-*): Check for explicit relocation support.
300                 * configure: Regenerate.
301
302         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
303
304                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
305                 and -mno-explicit-relocs.
306                 (MASK_EXPLICIT_RELOCS): Define.
307                 (TARGET_EXPLICIT_RELOCS): Use it.
308                 (mips_split_addresses): Remove declaration.
309                 * config/mips/mips.c (override_options): Update comment for
310                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
311
312         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
313
314                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
315                 a CONST as identity.  Check the return value of gen_lowpart_common.
316
317         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
318
319                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
320                 references for TARGET_EXPLICIT_RELOCS.
321                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
322                 !TARGET_MIPS16.
323
324         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
325
326                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
327                 (addsi3): Remove redundant constraints.
328                 (addsi3_internal): Use separate register & constant alternatives.
329                 Use a 'Q' constraint and "addiu" insn for the latter.
330                 (adddi3_internal_3, addsi3_internal_2): Likewise.
331
332         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
333
334                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
335                 (mips_expand_unaligned_store): Declare.
336                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
337                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
338                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
339                 (UNSPEC_ULD, UNSPEC_USD): Remove.
340                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
341                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
342                 (extv, extzv): Use mips_expand_unaligned_load.
343                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
344                 predicate for operand 3.
345                 (movsi_ulw, movsi_usw): Replace with...
346                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
347                 (movdi_uld, movdi_usd): Likewise replace with...
348                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
349
350         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
351
352                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
353                 * config/mips/mips.h (LEA_REGS): New register class.
354                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
355                 (GR_REG_CLASS_P): Include LEA_REGS.
356                 (DANGEROUS_FOR_LA25_P): New macro.
357                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
358                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
359                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
360                 entries to LEA_REGS.
361                 (mips_global_pic_constant_p): New function.
362                 (override_options): Add 'e' register constraint.
363                 (mips_secondary_reload_class): Return LEA_REGS when reloading
364                 a dangerous constant into a class containing $25.
365                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
366                 (movsi_internal): Likewise.
367
368         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
369
370                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
371                 * config/mips/mips.md (call_split): New insn.
372                 (call_value_split, call_value_multiple_split): New insns.
373                 (call_internal): Turn into a define_insn_and_split.  Split the
374                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
375                 (call_value_internal, call_value_multiple_internal): Likewise.
376
377         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
378
379                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
380                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
381                 (mips_encode_section_info): Don't take symbol visibility into
382                 account if TARGET_ABICALLS.  Add more commentary.
383                 * config/mips/mips.md: Add commentary above reloc constants.
384
385         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
386
387                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
388                 from mips_legitimize_move.  Legitimize constant pool references.
389                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
390                 a REG_EQUAL note to the last instruction.
391
392         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
393
394                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
395                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
396                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
397                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
398                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
399                 (UNSPEC_RELOC_GPREL16): Rename to...
400                 (RELOC_GPREL16): ...this.
401                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
402                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
403                 (macro_calls): New attribute.
404                 (length): Use it to set the default length of calls.  Don't allow
405                 calls to have delay slots if macro_calls is "yes".
406                 (luisi, luidi): New patterns.
407                 (lowsi, lowdi): Use '%R' to print the relocation.
408                 (lowdi_extend): Remove.
409                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
410                 (call_internal): Merge alternatives.  Always use "jal".
411                 (call_value_internal, call_value_multiple_internal): Likewise.
412                 (reloc_gprel16): Remove.
413                 * config/mips/mips.c (mips_got_alias_set): New variable.
414                 (mips_classify_constant): Handle the new relocation constants.
415                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
416                 (mips_symbolic_address_p): Return false if generating explicit relocs.
417                 Otherwise allow local PIC symbols to have an offset.
418                 (mips_splittable_symbol_p): New function.
419                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
420                 (mips_const_insns): Always accept HIGH.
421                 (call_insn_operand): Don't accept global symbols if using explicit
422                 relocs.
423                 (move_operand): Don't accept HIGH when generating PIC.
424                 (mips_reloc, mips_lui_reloc): New functions.
425                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
426                 be a valid right-hand-side for a SET pattern.
427                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
428                 (mips_emit_high): New function.
429                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
430                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
431                 address should be used.  Use mips_emit_high to generate the
432                 high part of such an address.  Adjust the global symbol + offset
433                 case to match the change to mips_force_temprorary.
434                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
435                 If generating explicit-reloc PIC, load the address of global
436                 symbols from the GOT.  Use mips_emit_high to emit the high part
437                 of an address.
438                 (mips_simplify_dwarf_addr): New function.
439                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
440                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
441                 (mips_expand_call): Load the addresses of global functions using
442                 %call* relocs if generating explicit-reloc PIC.  Don't generate
443                 an exception_receiver pattern.
444                 (override_options): Initialize mips_got_alias_set.
445                 (print_relocation): Remove in favour of...
446                 (mips_reloc_string): ...this new function.
447                 (print_operand): Handle '%R'.  Use mips_reloc_string.
448                 (print_operand_address): Use print_operand to print the symbolic
449                 part of a LO_SUM address.
450                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
451                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
452                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
453                 for local symbols.
454
455         2003-02-02  Eric Christopher  <echristo@redhat.com>
456
457                 * config/mips/mips.c (mips_sign_extend): Remove.
458                 * config/mips/mips-protos.h: Ditto.
459                 * config/mips/mips.md (movdi_internal2_extend): Remove.
460                 (extendsidi2): Fix mode of convert_memory_address.
461
462         2003-01-24  Eric Christopher  <echristo@redhat.com>
463
464                 * config/mips/mips.md: Rewrite zero_extend* and extend*
465                 patterns. Use explicit instructions and split after reload
466                 for register extensions.
467                 (ashlsi3_internal1_extend): New combiner pattern for
468                 shift and extend combinations.
469                 * config/mips/mips.h: Change Pmode back to ptr_mode
470                 for performance enhancement.
471                 * combine.c (expand_compound_operation): Make sure
472                 that zero_extend operation is profitable.
473
474         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
475
476                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
477                 addresses depend on ptr_mode rather than Pmode.
478                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
479                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
480                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
481                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
482                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
483                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
484                 (tablejump_internal1): Remove condition.
485                 (tablejump_internal2): Change condition to TARGET_64BIT.
486                 (cpaddsi): Rename to...
487                 (cpadd): ...this.
488                 (cpadddi): Remove.
489
490         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
491
492                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
493                 mips_address_cost, mips_check_split, double_memory_operand,
494                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
495                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
496                 (mips_legitimate_address_p): Return bool.
497                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
498                 mips_legitimize_address, mips_legitimize_move,
499                 mips_expand_call): Declare.
500                 (mips_return_addr): Move outside #ifdef RTX_CODE.
501
502                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
503                 (PIC_FN_ADDR_REG): New reg_class.
504                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
505                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
506                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
507                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
508                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
509                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
510                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
511                 (LEGITIMATE_PIC_OPERAND): Undefine.
512                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
513                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
514                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
515                 (FUNCTION_MODE): Change to SImode.
516                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
517                 most constants.  Treat const_artih_operands specially if they
518                 occur in a PLUS or MINUS.
519                 (CONSTANT_POOL_COST): New macro.
520                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
521                 Add LO_SUM handling.
522                 (ADDRESS_COST): Undefine.
523                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
524                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
525                 to call_insn_operand and remove CONST_INT.
526
527                 * config/mips/mips.c: Include integrate.h.
528                 (SINGLE_WORD_MODE_P): New macro.
529                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
530                 (mips_constant_info, mips_address_info): New structs.
531                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
532                 (mips_classify_constant, mips_classify_symbol,
533                 mips_valid_base_register_p, mips_symbolic_address_p,
534                 mips_classify_address, mips_symbol_insns,
535                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
536                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
537                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
538                 mips_print_relocation): New functions.
539                 (const_arith_operand): New operand predicate.
540                 (arith_operand): Use it.
541                 (mips_const_double_ok, mips16_simple_memory_operand,
542                 simple_memory_operand, double_memory_operand, mips_check_split,
543                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
544                 mips16_gp_offset_p, mips16_output_gp_offset,
545                 mips16_constant_after_function_p, mips16_constant): Remove.
546                 (call_insn_operand): Be more fussy about symbolic constants.
547                 Use register_operand.
548                 (move_operand): Use mips_symbolic_address_p to check symbolic
549                 operands and general_operand to check the rest.
550                 (symbolic_operand): Use mips_classify_constant.
551                 (mips_legitimate_address_p): Use mips_classify_address.
552                 (mips_move_1word): Combine handling of symbolic addresses.
553                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
554                 (move_move_2words): Likewise.  Assume addresses are offsettable
555                 if they need to refer to more than one word.  Add HIGH handling.
556                 (mips_restore_gp): Use ptr_mode for the GP save slot.
557                 (mips_expand_call): New function, combining the old mips.md
558                 call and call_internal define_expands.  If the address isn't
559                 a call_insn_operand, force it into a register.  For SVR4 PIC,
560                 emit an exception_receiver instruction after the call.
561                 (override_options): Only override flag_pic for TARGET_ABICALLS
562                 if it is currently zero.  Allow mips_split_addresses when
563                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
564                 Add new register class letter, 'c'.
565                 (print_operand): Use mips_classify_constant for constant operands.
566                 (print_operand_address): Use mips_classify_address.
567                 (mips_output_function_prologue): Don't use .cprestore.
568                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
569                 via the frame pointer if current_function_calls_eh_return.
570                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
571                 to mark whether a symbol is local or global.
572                 (build_mips16_call_stub): Expect the address of the function rather
573                 than a MEM reference to it.  Update call generation sequences.
574                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
575                 small-data adjustments.
576
577                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
578                 length for loads and stores.
579                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
580                 (define_attr type): Add const and prefetch.
581                 (define_attr length): Use mips_const_insns for const instructions.
582                 Use mips_fetch_insns for load and store instructions.
583                 (define_attr single_insn): New.
584                 (define_attr can_delay): Use it.
585                 (define_attr abicalls): Remove.
586                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
587                 (addsi3_internal_2): Add 'Q' constraint.
588                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
589                 (high): Remove.
590                 (lowsi): Renamed from low.
591                 (lowdi): New pattern.
592                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
593                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
594                 (loadgp): Change operand 0 to an immediate_operand.
595                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
596                 beforehand.
597                 (cpaddsi, cpadddi): New patterns.
598                 (tablejump_internal3, tablejump_internal4): Remove define_expands
599                 and associated define_splits.
600                 (call, call_value): Use mips_expand_call.
601                 (call_internal): New, replacing all existing call_internal* insns.
602                 (call_value_internal): Likewise call_value_internal*.
603                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
604                 (untyped_call): Remove if (operands[0]) magic.
605                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
606                 (prefetch_di_address, prefetch_di): Likewise.
607                 (leasi, leadi): Remove.
608                 (reloc_gprel16): New.
609
610                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
611                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
612                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
613
614         2003-01-08  Eric Christopher  <echristo@redhat.com>
615
616                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
617                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
618                 configure check for libgloss.
619                 * config/mips/elf64.h: Ditto.
620                 * config/mips/mips.c: Remove ABI_MEABI.
621                 * config/mips/mips.h: Ditto.
622
623         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
624
625                 Fix merge fallout.
626                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
627                 (muldi3_internal): Remove outdated comment.
628                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
629                 (*smsac_di, *umsac_di): Likewise.  Reformat.
630                 (umulsi3_highpart): Minor formatting tweaks.
631                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
632                 redundant scratch operand.  Minor formatting tweak.
633                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
634                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
635                 (smulsi3_highpart): As for the unsigned version.
636                 (smulsi3_highpart_internal): Likewise.
637                 (smulsi3_highpart_mulhi_internal): Likewise.
638                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
639                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
640                 (*smul_acc_di): Remove duplicated pattern.
641                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
642                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
643                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
644
645         2002-10-22  Eric Christopher  <echristo@redhat.com>
646
647                 * config/mips/mips-protos.h (mips_return_addr): New.
648                 * config/mips/mips.c (mips_return_addr): New.
649                 (movdi_operand): Remove.
650                 (se_register_operand): Ditto.
651                 (se_reg_or_0_operand): Ditto.
652                 (se_uns_arith_operand): Ditto.
653                 (se_arith_operand): Ditto.
654                 (se_nonmemory_operand): Ditto.
655                 (extend_operator): Ditto.
656                 (highpart_shift_operator): Ditto.
657                 (mips_initial_elimination_offset): Remove return address pointer
658                 elimination.
659                 (mips_reg_names): Remove $ra.
660                 (mips_regno_to_class): Ditto.
661                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
662                 and TARGET_64BIT.
663                 (POINTER_BOUNDARY): Remove.
664                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
665                 (PROMOTE_MODE): Promote to Pmode.
666                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
667                 (Pmode): Define to TARGET_64BIT.
668                 (FUNCTION_MODE): Define as Pmode.
669                 (mips_args): Remove deleted functions.
670                 (SIZE_TYPE): Depend on POINTER_SIZE.
671                 (PTRDIFF_TYPE): Ditto.
672                 (FIXED_REGISTERS): Fix extra registers.
673                 (CALL_USED_REGISTERS): Ditto.
674                 (CALL_REALLY_USED_REGISTERS): Ditto.
675                 (RAP_REG_NUM): Remove.
676                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
677                 (RETURN_ADDR_RTX): Define to mips_return_addr.
678                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
679                 (CAN_ELIMINATE): Ditto.
680                 * config/mips/mips.md: For DImode patterns, take into account
681                 deletions above. Split mulsidi patterns into sign_extend and
682                 zero_extend.
683
684         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
685                     Michael Meissner  <meissner@redhat.com>
686
687                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
688                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
689                 mop up unnecessarly moves through LO.
690                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
691                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
692                 change mtlo/macc sequences into mul/add sequences when a three-
693                 address mul is available.
694                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
695                 (*mul_sub_si): Fix contraint for operand 5.
696                 (*muls): Use in 32-bit code as well.
697                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
698                 if the destination is LO.  Remove duplicate define_split.
699                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
700                 (*msac_di): Likewise.  Fix formatting.
701                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
702                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
703                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
704                 (*xmulsi3_neg_highpart_mulhi): Likewise.
705                 (*mul_acc_64bit_di): Remove.
706                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
707
708         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
709
710                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
711                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
712                 (MULTILIB_DIRNAMES): Remove long32.
713                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
714                 (MULTILIB_REDUNDANT_DIRS): Remove.
715
716         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
717
718                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
719                 * gcc.c (driver_self_specs): New variable.
720                 (do_self_spec): New function.
721                 (main): Use it to process driver_self_specs.
722
723         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
724
725                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
726                 Remove DImode define_split for !TARGET_64BIT.
727                 (anddi3): Remove !TARGET_64BIT support from here as well.
728                 Change operand 2's predicate to se_uns_arith_operand.
729                 Add constant alternatives to define_insn.
730                 (iordi3, xordi3, *nordi3): Likewise.
731                 (anddi3_internal1, xordi3_immed): Remove.
732
733         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
734
735                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
736                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
737                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
738                 * config/mips/mips.md: Apply same renaming here.
739
740         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
741
742                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
743                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
744                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
745                 * config/mips/mips.md (define_attr cpu): Remove r4320.
746                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
747
748         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
749
750                 * config/mips/mips.c (mips16_strings): New variable.
751                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
752                 symbol in mips16_strings.  Free the list.
753                 (mips_encode_section_info): Keep track of local strings.
754
755         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
756
757                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
758                 (sordered_df, sordered_sf): Remove.
759                 * config/mips/mips.c (get_float_compare_codes): New fn.
760                 (gen_int_relational, gen_conditional_move): Use it.
761
762         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
763
764                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
765                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
766                 * config/mips/mips.c (fcc_register_operand): New function.
767                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
768                 (override_options): Allow TFmode values in float registers
769                 if ISA_HAS_8CC.
770                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
771                 to fcc_register_operand.  Remove misleading source constraint.
772                 Use mips_emit_fcc_reload.
773                 (reload_outcc): Duplicate reload_incc.
774
775
776 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
777
778         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
779
780 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
781
782         * tree-inline.c (inlinable_function_p): Back out last change, it's
783         unnecessary.
784
785 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
786
787         * ggc-page.c (TREE_EXP_SIZE): Define.
788         (extra_order_size_table): New entry for expr trees with
789         two operands.
790
791 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
792
793         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
794         (c_expand_start_cond): Adjust.
795         (c_expand_end_cond): Don't use warning_with_file_and_file.
796         (shadow_warning): Likewise.
797
798 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
799
800         * tree.h (DECL_POINTER_DEPTH): Remove.
801         (struct tree_decl): Remove pointer_depth.
802
803 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
804
805         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
806         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
807         (rs6000_xcoff_encode_section_info): Remove.
808         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
809         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
810         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
811         Use SYMBOL_REF_FLAGS.
812         (rs6000_elf_encode_section_info): Call default_encode_section_info for
813         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
814         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
815         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
816         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
817         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
818
819 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
820
821         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
822
823 2003-04-30  Andreas Schwab  <schwab@suse.de>
824
825         * doc/extend.texi (Other Builtins): Enclose multiple word data
826         type in braces for @deftypefn.
827
828 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
829
830         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
831
832         * doc/install.texi (--enable-threads): Document "gnat" option.
833
834 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
835
836         * diagnostic.h (output_formatted_scalar): Tweak.
837         * diagnostic.c (output_long_decimal): Likewise.
838         (output_unsigned_decimal): Likewise.
839         (output_long_unsigned_decimal): Likewise.
840         (output_octal): Likewise.
841         (output_long_octal): Likewise.
842         (output_hexadecimal): Likewise.
843         (output_long_hexadecimal): Likewise.
844         (output_pointer): New function.
845         (output_format): Use it.  Recognize "%p" format specifier.
846
847 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
848
849         * function.c (purge_addressof_1): Postpone insn in fewer cases.
850
851 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
852
853         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
854         call abort() after running out of stack space.
855
856         * c-typeck.c (function_types_compatible_p): Ignore incompatible
857         'volatile' qualifiers on a function's return type in GNU mode.
858
859 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
860
861         * expr.c (emit_group_load): Dump parallels of simd types to
862         memory.
863
864 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
865
866         * genautomata.c (add_vect): Check undefined value for range type
867         too.
868
869 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
870
871         * configure.in:  More general test for cmp --ignore-initial.
872         * configure:  Regenerate.
873
874 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
875
876         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
877         (layout_decl, place_field): Likewise.
878         Also make minor type and whitespace changes.
879
880         * tree.c (save_expr): Don't fold a COMPONENT_REF.
881
882 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
883
884         * calls.c (expand_call): When modes of target and valreg match, force
885         sibcall failure when target is a MEM.
886
887 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
888
889         * tree-inline.c (inlinable_function_p): Don't support inlining
890         functions using varargs.
891
892         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
893
894         * dwarf2out.c (output_call_frame_info): No need to output EH
895         unwind information if all_throwers_are_sibcalls.
896
897         * c-semantics.c (expand_unreachable_stmt): Return a tree.
898         (expand_stmt): Update for change to expand_unreachable_stmt.
899         (expand_unreachable_if_stmt): Likewise.
900
901         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
902
903 2003-04-29  Jason Merrill  <jason@redhat.com>
904
905         PR middle-end/10336
906         * jump.c (never_reached_warning): Really stop looking if we reach
907         the beginning of the function.
908
909 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
910
911         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
912         Remove redundant macros.
913         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
914         (LOCAL_LABEL_PREFIX): Define unconditionally.
915         (NO_DOT_IN_LABEL): Clarify comment.
916         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
917         definition to "long int".
918
919 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
920
921         bootstrap/10452
922         * gengtype-yacc.y: Improve portability.
923
924 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
925
926         * config.gcc: Install obsolete target list for GCC 3.3.
927         * doc/install.texi: Mention in specific-target instructions
928         that certain configurations are deprecated.
929
930 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
931
932         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
933
934 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
935
936         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
937         * gcc.c (display_help): Likewise.
938         * toplev.c (f_options): Likewise.
939         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
940         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
941         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
942         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
943         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
944
945 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
946
947         * varasm.c (default_assemble_visibility): Use assemble_name.
948
949 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
950
951         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
952         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
953         (SIZE_TYPE): New macro.
954         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
955         (SET_ASM_OP): New macro.
956         (HANDLE_SYSV_PRAGMA): New macro.
957         (ASM_WEAKEN_LABEL): New macro.
958
959 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
960
961         PR c++/10180
962         * tree-inline.c (expand_call_inline): Call push_srcloc when
963         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
964
965 2003-04-28  Mike Stump  <mrs@apple.com>
966
967         * gdbinit.in: Update to reflect new identifier structure.
968
969 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
970
971         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
972         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
973         struct tree_complex, struct tree_vector): Remove RTL field.
974         (CONSTRUCTOR_ELTS): Use elt 0.
975         * tree.def (CONSTRUCTOR): Delete first of its two operands.
976         * varasm.c (output_constant_def): Remove early exit if
977         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
978         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
979         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
980         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
981
982 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
983
984         * c-decl.c (finish_decl): When prototype with asmspec is found
985         for built-in, adjust built_in_decls as well as expr.c decls.
986         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
987         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
988         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
989
990 2003-04-28  Richard Henderson  <rth@redhat.com>
991
992         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
993         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
994         integral constant mult operand.
995         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
996         (const_smulsi3_highpart_v8plus): Likewise.
997         (const_smulsi3_highpart): Likewise.
998         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
999         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
1000         (const_umulsi3_highpart_v8plus): Likewise.
1001         (const_umulsi3_highpart): Likewise.
1002
1003 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
1004
1005         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
1006         Define as 1.
1007
1008 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
1009
1010         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
1011
1012 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
1013
1014         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
1015         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
1016         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
1017         functions.
1018         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
1019
1020 2003-04-28  Nick Clifton  <nickc@redhat.com>
1021
1022         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
1023
1024 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
1025
1026         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
1027         output_constant_def, use its result instead of TREE_CST_RTL (exp).
1028         Can assume it has the form (mem (symbol_ref ".LCxxx")).
1029         (expand_expr <COMPONENT_REF>): Can always just extract the
1030         relevant field of a CONSTRUCTOR.
1031         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
1032         ARRAY_RANGE_REF>): Make control flow explicit.
1033         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
1034         an INTEGER_CST.
1035
1036 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
1037
1038         * reload1.c (reg_set_luid): Fix a comment typo.
1039
1040 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
1041
1042         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
1043         struct deferred_string, const_str_htab): Kill.
1044         (n_deferred_strings): New static variable.
1045         (build_constant_desc): Set SYMBOL_REF_DECL of the new
1046         symbol_ref to point to the constant.
1047         (output_constant_def): When a deferred string is forced out,
1048         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
1049         (mark_constant): Likewise.
1050         (maybe_output_constant_def_contents): When deferring a string
1051         constant, just set STRING_POOL_ADDRESS_P and increment
1052         n_deferred_strings.
1053         (mark_constant_pool): Check n_deferred_strings, not the size
1054         of const_str_htab.
1055         (init_varasm_once): No need to create const_str_htab.
1056
1057         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
1058         SYMBOL_REF_DECL points to a constant.
1059
1060 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
1061
1062         * varasm.c (output_constant_def): Split out two new static
1063         functions, build_constant_desc and maybe_output_constant_def_contents.
1064         Restructure for comprehensibility.  Don't call
1065         output_addressed_constants.  Treat defstr being non-NULL for
1066         STRING_POOL_ADDRESS_P constants as an invariant.
1067         (struct deferred_string): Remove labelno field.
1068         (output_constant_def_contents): Kill labelno argument. Call
1069         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
1070         asm_out.internal_label.
1071         (mark_constant): Update call to output_constant_def_contents.
1072         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
1073         constants as an invariant.
1074
1075 2003-04-26  Richard Henderson  <rth@redhat.com>
1076
1077         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
1078         (ix86_expand_call, ix86_rtx_consts): Likewise.
1079
1080 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1081
1082         * doc/md.texi (cmpstr): Document additional restrictions.
1083
1084 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
1085
1086         * flags.h (time_report): Remove.
1087         * timevar.c (timevar_enable): New.
1088         (TIMEVAR_ENABLE): Remove, use timevar_enable.
1089         (timevar_init): Rename from init_timevar.
1090         * timevar.h (timevar_init): Rename from init_timevar.
1091         * toplev.c (time_report): Make static.
1092         (do_compile): Conditionally call init_timevar first.
1093         (preprocess_options): Move some code to do_compile.
1094
1095 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
1096
1097         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
1098
1099 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
1100
1101         * _cpp_lex_direct: Remove pointless code.
1102
1103 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
1104
1105         * doc/extend.texi (Function Attributes): Document "near" and "far"
1106         for 68HC11 and 68HC12.
1107
1108 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1109
1110         * expr.c (store_field): When making temporary for store, don't
1111         make it TYPE_QUAL_CONST.
1112
1113 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
1114
1115         * toplev.c (read_integral_parameter):  Use "argument" in error
1116         message to distinguish it from actual invalid options.
1117
1118 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
1119
1120         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
1121         addition of __PIC__ and __pic__ macros.
1122         * config/xtensa/xtensa.h: Clean up indentation.
1123
1124 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
1125
1126         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
1127         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
1128         (SUBTARGET_CPP_SPEC): Define.
1129         (LIB_SPEC): Delete.
1130         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
1131         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
1132         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
1133         Define.
1134         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
1135         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
1136
1137 2003-04-25  H.J. Lu <hjl@gnu.org>
1138
1139         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
1140         for return mode.
1141         (ia64_expand_builtin): Set rmode to SImode for
1142         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
1143         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
1144         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
1145         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
1146
1147 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
1148
1149         * configure.in (make_compare_target):  Test for GNU cmp and set this
1150         variable appropriately.
1151         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
1152         compare4-lean): Rename actual targets to slowcompare*.  New compare*
1153         targets depend on names based on make_compare_target.
1154         * configure:  Regenerated.
1155
1156 2003-04-25  Richard Henderson  <rth@redhat.com>
1157
1158         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
1159         to clobber ar.pfs and ar.unat.
1160         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
1161         fix test for spilling ar.pfs to the stack.
1162
1163 2003-04-25  Richard Henderson  <rth@redhat.com>
1164
1165         PR opt/10315
1166         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
1167         checks during reload; use validize_mem instead of adjust_address.
1168
1169 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
1170
1171         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
1172         return values from recog_memoized().
1173
1174 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1175
1176         PR opt/8705
1177         * gcse.c (try_replace_reg): On a successful substitution of a constant
1178         into a single set, try to simplify the source of the set.
1179         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
1180         constant source.
1181
1182 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
1183
1184         * cpplex.c (cpp_token_len): Tighten up.
1185         (cpp_token_as_text): Need extra byte now.
1186         * cpplib.c (glue_header_name): Need extra 2 bytes.
1187         * cppmacro.c (cpp_macro_definition): Need extra byte.
1188
1189 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
1190
1191         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
1192         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
1193         where they might be not present. Use their _sp64 equivalent
1194         instead.
1195
1196 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
1197
1198         * i386.md (cvtsi2sdq): Fix typo in previous patch.
1199
1200 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
1201
1202         * configure.in: Check whether mbstowcs works.
1203         * configure, config.in: Regenerate.
1204         * intl.c: Use HAVE_WORKING_MBSTOWCS.
1205
1206 2003-04-24  H.J. Lu <hjl@gnu.org>
1207
1208         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
1209         for __sync_bool_compare_and_swap_di for int return type.
1210
1211         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
1212         Change return type to int.
1213         (__sync_bool_compare_and_swap): Likewise.
1214
1215 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
1216
1217         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
1218         looking for fallthru edge.
1219
1220         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
1221         Fix.
1222         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
1223         athlon-fvector): New.
1224         (athlon_*): Revisit to match new optimization guide.
1225         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
1226         * i386.md (cvt??2?? patterns): Fix modes.
1227         (fistp patterns): Set modes.
1228
1229         Accidentaly commited with my earlier reload patch:
1230         PR c/10308
1231         * reload.c (find_reloads_address_1): Reload plus at the place of
1232         index register.
1233
1234 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
1235
1236         New GCOV_TAG_FUNCTION layout
1237         * coverage.c (struct function_list): Replace name with ident.
1238         (struct counts_entry): Likewise.
1239         (fn_ident): New.
1240         (htab_counts_entry_hash, htab_counts_entry_eq,
1241         htab_counts_entry_del): Adjust.
1242         (reads_count_file, get_coverage_counts,
1243         coverage_begin_output, coverage_end_function): Adjust.
1244         (build_fn_info_type, build_fn_info_value): Likewise.
1245         * gcov-dump.c (tag_function): Adjust.
1246         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
1247         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
1248         * gcov.c (struct function_info): Add ident.
1249         (read_graph_file, read_count_file): Adjust.
1250         * libgcov.c (gcov_exit): Adjust.
1251
1252 2003-04-23  Richard Henderson  <rth@redhat.com>
1253
1254         PR opt/8300
1255         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
1256         after initialize_uninitialized_subregs; update reg info assuming
1257         new pseudos were created.
1258
1259 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
1260
1261         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
1262         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
1263         (lex_string): Take cpp_string with full spelling.
1264         (cb_ident): Update.
1265         (c_lex): Update diagnostics.
1266         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
1267         (create_literal): New.
1268         (lex_string): Unterminated literals have type CPP_OTHER.
1269         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
1270         for CPP_OTHER.
1271         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
1272         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
1273         * cpplib.c (parse_include, do_line, do_linemarker,
1274         destringize_and_run): Update for token storing full spelling.
1275         * cpplib.h: Update token spelling types.
1276         * cppmacro.c (stringify_arg, check_trad_stringification):
1277         Update for token storing full spelling.
1278
1279 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
1280
1281         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
1282
1283 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
1284
1285         * arm.h (TARGET_OPTIONS): Add value field.
1286
1287 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1288
1289         * doc/extend.texi: Remove duplicate 2003 copyright date.
1290
1291 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
1292
1293         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
1294         (libgcov.a): Depends on LIBGCC_DEPS.
1295         * basic-block.h (profile_info): Moved here from coverage.h. Made
1296         a pointer.
1297         * coverage.c (struct function_list): Fixed array of counter types.
1298         (struct counts_entry): Keyed by counter type, contains summary.
1299         (profile_info): Moved to profile.c.
1300         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
1301         vars.
1302         (profiler_label): Remove.
1303         (ctr_labels): New.
1304         (set_purpose, label_for_tag, build_counter_section_fields,
1305         build_counter_section_value, build_counter_section_data_fields,
1306         build_counter_section_data_values, build_function_info_fields,
1307         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
1308         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
1309         build_ctr_info_value, build_gcov_info): New.
1310         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
1311         (reads_counts_file): Adjust.
1312         (get_coverage_counts): Takes counter number. Add summary
1313         parameter. Adjust.
1314         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
1315         create counter array labels.
1316         (coverage_end_function): Adjust.
1317         (create_coverage): Adjust.
1318         (find_counters_section): Remove.
1319         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
1320         (struct section_info, struct profile_info): Remove.
1321         (profile_info): Moved to basic-block.h.
1322         (coverage_counter_ref): Takes a counter number.
1323         (get_coverage_counts): Takes a counter number. Added summary
1324         parameter.
1325         (find_counters_section): Remove.
1326         * gcov-dump.c (tag_arc_counts): Rename to ...
1327         (tag_counters): ... here. Adjust.
1328         (tag_table): Move tag_counters to 3rd entry. Remove
1329         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
1330         (dump_file): Check for counter tag values here.
1331         (tag_summary): Adjust.
1332         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
1333         * gcov-io.h (GCOV_LOCKED): New.
1334         (GCOV_TAG_ARC_COUNTS): Rename to ...
1335         (GCOV_TAG_COUNTS_BASE): ... here.
1336         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
1337         Remove.
1338         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
1339         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
1340         GCOV_TAG_IS_COUNTER): New.
1341         (struct gcov_ctr_summary): New.
1342         (struct gcov_summary): Adjust.
1343         (struct gcov_counter_section): Remove.
1344         struct gcov_counter_section_data): Remove.
1345         (struct gcov_function_info): Rename to ...
1346         (struct gcov_fn_info): ... here. Adjust.
1347         (struct gcov_ctr_info): New.
1348         (struct gcov_info): Adjust.
1349         * gcov.c (read_count_file): Adjust.
1350         (output_lines): Adjust.
1351         * libgcov.c (gcov_exit): Adjust.
1352         (__gcov_flush): Adjust.
1353         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
1354         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
1355         probably_never_executed_bb_p, compute_frequency_function): Adjust
1356         profile_info use.
1357         * profile.c (struct counts_entry): Remove.
1358         (profile_info): Define here.
1359         (get_exec_counts): Adjust get_coverage_counts call.
1360         (compute_branch_probablilities): Remove find_counters_section
1361         call.
1362         (gen_edge_profiler): Adjust coverage_counter_ref call.
1363         * tracer.c (tail_duplicate): Adjust profile_info use.
1364
1365 2003-04-23  Roger Sayle  <roger@eyesopen.com>
1366
1367         PR optimization/10339
1368         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
1369         directly instead of unsafely transforming call into a memcmp.
1370         (expand_builtin_strncmp): Likewise.
1371
1372 2003-04-22  Roger Sayle  <roger@eyesopen.com>
1373
1374         * alias.c (mark_constant_function):  Check for constancy and
1375         purity even of void functions.  Update both the function decl
1376         and the cgraph RTL info with the results.
1377
1378 2003-04-22  Roger Sayle  <roger@eyesopen.com>
1379
1380         * real.c (do_add): Change to return a bool indicating that the
1381         result of the operation may be inexact due to loss of precision.
1382         (do_multiply): Likewise.
1383         (do_divide): Likewise.
1384
1385 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
1386             Loren James Rittle  <ljrittle@acm.org>
1387
1388         * dwarf2out.c (fde_table_allocated): Mark with GTY.
1389         (decl_die_table_allocated): Likewise.
1390         (abbrev_die_table_allocated): Likewise.
1391         (line_info_table_allocated): Likewise.
1392         (separate_line_info_table_allocated): Likewise.
1393         (pubname_table_allocated): Likewise.
1394         (arange_table_allocated): Likewise.
1395         (ranges_table_allocated): Likewise.
1396         (decl_die_table_in_use): Unconditionalize; mark with GTY.
1397         (abbrev_die_table_in_use): Likewise.
1398         (line_info_table_in_use): Likewise.
1399         (separate_line_info_table_in_use): Likewise.
1400         (pubname_table_in_use): Likewise.
1401         (arange_table_in_use): Likewise.
1402         (ranges_table_in_use): Likewise.
1403         (have_location_lists): Likewise.
1404         (emitcount): New GTY-marked static, moved...
1405         (maybe_emit_file): ...from here.
1406         (label_num): New GTY-marked static, moved...
1407         (gen_internal_sym): ...from here.
1408
1409 2003-04-22  Richard Henderson  <rth@redhat.com>
1410
1411         PR 8866
1412         * rtl.h (MEM_NOTRAP_P): New.
1413         (MEM_COPY_ATTRIBUTES): Copy it.
1414         * rtlanal.c (may_trap_p): Check it.
1415         * expr.c (do_tablejump): Set it.
1416         * doc/rtl.texi (Flags): Document it.
1417
1418         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
1419
1420 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
1421
1422         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
1423         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
1424
1425 2003-04-22  Vincent Celier <celier@gnat.com>
1426
1427         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
1428         --enable-threads=gnat.
1429         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
1430         * configure.in: Add gnat to the list of thread packages
1431         * configure: Rebuild.
1432         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
1433
1434 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
1435
1436         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
1437
1438 2003-04-22  Devang Patel  <dpatel@apple.com>
1439
1440         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
1441         parameter count.
1442         (_cpp_copy_replacement_text): Same.
1443
1444 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
1445
1446         * c-lex.c (c_lex): Handle CPP_OTHER differently.
1447         * cppexp.c (_cpp_parse_expr): Similarly.
1448         * cpplex.c (SPELL_CHAR): Remove.
1449         (_cpp_lex_direct): Stray chars are saved as byte strings.
1450         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
1451         handle SPELL_CHAR.
1452         (cpp_avoid_paste): Update handling of CPP_OTHER.
1453         * cpplib.h: Spell CPP_OTHER like a number.
1454         (struct cpp_token): Remove member c.
1455         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
1456
1457 2003-04-22  David Turner <novalis@gnu.org>
1458
1459         * gbl-ctors.h: Add special license exception.
1460         * libgcc2.h: Likewise.
1461         * tsystem.h: Likewise.
1462         * gcov-io.h: Likewise.
1463
1464 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
1465
1466         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
1467         macro defaulting to original BRANCH_COST heuristic.
1468         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
1469
1470         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
1471
1472 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
1473
1474         * config/rs6000/t-spe: Merge in t-fprules into file.
1475
1476         * config.gcc: Add t-spe to powerpc-eabispe.
1477
1478 2003-04-22  Kean Johnston  <jkj@sco.com>
1479
1480         * tlink.c (recompile_files): Add missing '=' to putenv calls
1481
1482 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
1483
1484         * ginclude/stddef.h: Provide C++ safe offsetof.
1485
1486 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
1487
1488         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
1489         for reg notes, if there are no substitutions, just use a SUBREG.
1490
1491 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
1492
1493         * Makefile.in (calls.o): Depend on except.h.
1494         * calls.c: Include except.h.
1495         (emit_call_1): Call note_eh_region_may_contain_throw if
1496         appropriate.
1497         * except.c (eh_region): Add may_contain_throw.
1498         (expand_eh_region_end_cleanup): Do not include handler code when
1499         it cannot be reached.
1500         (note_eh_region_may_contain_throw): New function.
1501         * except.h (note_eh_region_may_contain_throw): New function.
1502
1503 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
1504
1505         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
1506         changes.
1507
1508 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
1509
1510         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
1511         64-bit long doubles.
1512
1513 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
1514
1515         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
1516         a number of conversions required for type consistency and previously
1517         stripped off by STRIP_NOPS.
1518
1519         * calls.c (expand_call): Prevent sibcall optimization for calls to
1520         nested subprograms.
1521
1522         * expmed.c (extract_bit_field): Reverse operands of && condition to
1523         prevent a potential division by zero in the previously first branch.
1524         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
1525
1526 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
1527
1528         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
1529         (subrange_type_die): Likewise.
1530         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
1531         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
1532
1533 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1534
1535         Break out coverage routines to new file.
1536         * Makefile.in (COVERAGE_H): New variable
1537         (C_OBJS): Add coverage.o
1538         (coverage.o): New target.
1539         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
1540         dependencies.
1541         (GTFILES): Adjust.
1542         (gt-coverage.h): New target.
1543         (gt-profile.h): Remove.
1544         * profile.h: Remove. Move to ...
1545         * coverage.h: ... here. New. #include gcov-io.h.
1546         * gcov-io.h: Move function definitions to ...
1547         * gcov-io.c: ... here. New.
1548         * profile.c: Move coverage routines to coverage.c.
1549         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
1550         end_branch_prob): Adjust.
1551         * coverage.c: New. Coverage routines from profile.c
1552         (coverage_counter_ref, coverage_init, coverage_finish,
1553         coverage_end_function, coverage_begin_output,
1554         coverage_counter_ref, get_coverage_counts): Define.
1555         * gcov-dump.c, gcov.c: #include gcov-io.c.
1556         * libgcov.c: Likewise. Adjust.
1557         * loop-init.c: Don't #include profile.h
1558         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
1559         * rtl.h: Add coverage prototypes.
1560         * toplev.c (compile_file): Init coverage, not branch_prob.
1561         Always call coverage_finish.
1562         (rest_of_compilation): Call coverage_end_function.
1563
1564 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
1565
1566         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
1567
1568 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
1569
1570         * c-ppoutput.c (cb_include): Don't take a cpp_token.
1571         * cppfiles.c: Don't undef strcmp.
1572         (find_include_file): Don't take a cpp_token.  Check for empty
1573         file names.
1574         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
1575         (cpp_push_include): Simplify.
1576         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
1577         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
1578         (parse_include): Similary.  Don't check for zero-length filenames.
1579         (do_include_common, do_pragma_dependency): Update accordingly.
1580         * cpplib.h (struct cpp_callbacks): Change prototype of include.
1581
1582 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1583
1584         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
1585         details of conflict handling.
1586
1587         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
1588         when conversion overflows.
1589
1590         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
1591
1592         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
1593         before clearing.
1594
1595 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
1596
1597         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
1598         have the same form as the old RTL.
1599
1600 2003-04-21  Andreas Jaeger  <aj@suse.de>
1601
1602         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
1603
1604 2003-04-20  Chris Lattner  <sabre@nondot.org>
1605             Zack Weinberg  <zack@codesourcery.com>
1606
1607         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
1608         genrtl_cleanup_stmt.  Correct comment at head of
1609         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
1610
1611         * stmt.c (struct nesting): Kill n_function_calls.
1612         (expand_start_bindings): Don't set
1613         thisblock->data.block.n_function_calls.
1614         (expand_end_bindings): Compare function_call_count against 0.
1615         (expand_cleanups): Kill DONT_DO argument; all callers passed
1616         NULL_TREE. All callers updated to match.
1617
1618 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
1619
1620         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
1621         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
1622         (output_constant_def): Remove code predicated on
1623         defer_addressed_constants_flag.
1624
1625         * output.h: Remove prototypes of deleted functions.
1626         * c-typeck.c (constructor_subconstants_deferred): Kill.
1627         (struct initializer_stack): Remove 'deferred' field.
1628         (start_init): Remove all references to the above.
1629         (finish_init): Likewise. Also remove never-executed call to
1630         output_deferred_addressed_constants.  Pull assignment to
1631         defstr out of if expression.
1632
1633 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
1634
1635         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
1636         NOTE_NEWLINE): Remove.
1637         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
1638         to handle new form of line note type.
1639
1640 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
1641
1642         * target.h (encode_section_info): Add new argument carrying
1643         the RTL to be modified by the hook.
1644
1645         * varasm.c (make_decl_rtl, output_constant_def): Update calls
1646         to encode_section_info.
1647         (default_encode_section_info): Take and use RTL argument,
1648         don't use TREE_CST_RTL or DECL_RTL.
1649         * output.h: Update prototype of default_encode_section_info.
1650         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
1651         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
1652         Update calls to encode_section_info.
1653
1654         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
1655         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
1656         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
1657         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
1658         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
1659         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
1660         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
1661         except for PE dllimport/dllexport.  Update calls to
1662         default_encode_section_info.
1663
1664         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
1665         Update prototypes.
1666
1667         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
1668
1669 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1670
1671         PR/8705
1672         * pa.md (movccfp): New expander.
1673         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
1674         Reverse fcmp conditions.
1675
1676 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1677
1678         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
1679         of operand 1 correctly.
1680
1681 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1682
1683         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
1684         * gcov.c (output_lines): Don't be so fussy about going past EOF.
1685
1686 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
1687
1688         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
1689         (cppcharset.o): New target.
1690         * c-lex.c (is_extended_char): Move to cppcharset.c.
1691         (utf8_extend_token): Delete.
1692         * cppcharset.c: New file.
1693         * cpphash.h (_cpp_valid_ucn): New.
1694         * cpplex.c (lex_identifier): Update prototype.
1695         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
1696         escapes.
1697         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
1698         in cppcharset.c.
1699         (lex_number, lex_identifier, cpp_parse_escape): Update.
1700         (_cpp_lex_direct): Update to handle UCNs.
1701         (cpp_avoid_paste): Don't paste to form a UCN.
1702
1703 2003-04-19  Roger Sayle  <roger@eyesopen.com>
1704
1705         * builtins.c (expand_builtin):  Don't expand a pure or const
1706         built-in function if the result will be ignored and none of
1707         its arguments are volatile.
1708
1709 2003-04-19  Kean Johnston  <jkj@sco.com>
1710
1711         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
1712         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
1713         target fragment now: t-sco5; dont compile crti.o.
1714         * config/i386/sco5.h: major overhaul to remove all COFF remnants
1715         and to use elfos.h for most definitions.
1716         (BSS_SECTION_ASM_OP): set correct segment attributes.
1717         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
1718         (DWARF2_UNWIND_INFO): Always set to 1.
1719         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
1720         (MD_STARTFILE_PREFIX_1): Define.
1721         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
1722         (DEFAULT_LINKER): Define if not specified to configure.
1723         (CTORS_SECTION_ASM_OP): Remove COFF crud.
1724         (DTORS_SECTION_ASM_OP): Remove COFF crud.
1725         (WINT_TYPE): Define.
1726         (SDB_DEBUGGING_INFO): Remove.
1727         (EXTRA_SECTIONS): Likewise.
1728         (EXTRA_SECTION_FUNCTIONS): Likewise.
1729         (CTOR_LIST_BEGIN): Likewise.
1730         (CTOR_LIST_END): Likewise.
1731         (INIT_SECTION_FUNCTION): Likewise.
1732         (FINI_SECTION_FUNCTION): Likewise.
1733         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
1734         (LOCAL_LABEL_PREFIX): Likewise.
1735         (NON_SAVING_SETJMP): Likewise.
1736         (RETURN_POPS_ARGS): Likewise.
1737         (ASM_OUTPUT_SKIP): Likewise.
1738         (TARGET_ASM_NAMED_SECTION): Likewise.
1739         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
1740         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
1741         (ASM_OUTPUT_IDENT): Likewise.
1742         (ASM_OUTPUT_CASE_LABEL): Likewise.
1743         (ASM_OUTPUT_ASCII): Likewise.
1744         (ASM_OUTPUT_LIMITED_STRING): Likewise.
1745         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
1746         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1747         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1748         (ASM_FINISH_DECLARE_OBJECT): Likewise.
1749         (ASM_DECLARE_OBJECT_NAME): Likewise.
1750         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
1751         (ASM_DECLARE_FUNCTION_NAME): Likewise.
1752         (ASM_DECLARE_RESULT): Likewise.
1753         (ASM_WEAKEN_LABEL): Likewise.
1754         (SUPPORTS_WEAK): Likewise.
1755         (APPLY_RESULT_SIZE): Likewise.
1756         (LPREFIX): Likewise.
1757         (ALIGN_ASM_OP): Likewise.
1758         (ASCII_DATA_ASM_OP): Likewise.
1759         (IDENT_ASM_OP): Likewise.
1760         (ASM_SHORT): Likewise.
1761         (ASM_LONG): Likewise.
1762         (TYPE_ASM_OP): Likewise.
1763         (SIZE_ASM_OP): Likewise.
1764         (STRING_ASM_OP): Likewise.
1765         (SKIP_ASM_OP): Likewise.
1766         (EH_FRAME_SECTION_ASM_OP): Likewise.
1767         (READONLY_DATA_SECTION_ASM_OP): Likewise.
1768         (INIT_SECTION_ASM_OP): Likewise.
1769         (FINI_SECTION_ASM_OP): Likewise.
1770         (TEXT_SECTION_ASM_OP): Likewise.
1771         (DATA_SECTION_ASM_OP): Likewise.
1772         (TYPE_OPERANT_FORMAT): Likewise.
1773         (ASM_SPEC): Remove COFF code.
1774         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
1775         cause -pg to emit an error; use pcrt1elf.o with -pp
1776         (ENDFILE_SPEC): Likewise.
1777         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
1778         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
1779         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
1780         add -z alt_resolve to support weak symbols the way GCC wants them.
1781         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
1782         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
1783         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
1784         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
1785         (CRTSTUFF_T_CFLAGS_S): Define.
1786         (MULTILIB_OPTIONS): Likewise.
1787         (MULTILIB_DIRNAMES): Likewise.
1788         (MULTILIB_MATCHES): Likewise.
1789         (MULTILIB_EXTRA_OPTS): Likewise.
1790         (LIBGCC): Likewise.
1791         (INSTALL_LIBGCC): Likewise.
1792         (crti.o): Remove.
1793         * config/i386/t-sco5gas: Remove.
1794         * doc/install.texi: Updated for new OpenServer instructions.
1795         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
1796
1797 2003-04-19  Kean Johnston  <jkj@sco.com>
1798
1799         * fixinc/check.tpl: Allow user to over-ride diff program.
1800         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
1801         (sco_math): Added test for SCO math header files.
1802         (sco_regset): Added check for conflicts with ieeefp.h.
1803         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
1804         * fixinc/fixincl.x: Regenerated
1805         * fixinc/tests/base/math.h: Added sco_math tests.
1806         * fixinc/tests/base/string.h: New file.
1807         * fixinc/tests/base/sys/regset.h: New file.
1808
1809 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1810
1811         * cpphash.h (struct cpp_buffer): Remove backup_to.
1812         * cpplex.c (BACKUP, get_effective_char): Die.
1813         (_cpp_skip_block_comment): Assume '*' is location on entry.
1814         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
1815         (IF_NEXT_IS): Update.
1816         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
1817
1818 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
1819
1820         * README.Portability: Move to a new section and obsolete K+R
1821         portability issues.
1822
1823 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
1824
1825         * rtlanal.c (subreg_offset_representable_p):  Fix call of
1826         subreg_lowpart.
1827
1828 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1829
1830         * cpphash.h (struct cpp_reader): New member warned_dollar.
1831         * cpplex.c (continues_identifier_p): New function.
1832         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
1833         lex_number and lex_string, and simplify.
1834         (parse_slow, unescaped_terminator_p): Die.
1835         (_cpp_lex_direct): Update.
1836
1837 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1838
1839         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
1840
1841 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
1842
1843         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
1844         fork behaviour.
1845
1846 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1847
1848         * cppexp.c (eval_token): Permit true and false even if pedantic.
1849
1850 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1851
1852         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
1853
1854 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1855
1856         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
1857         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
1858         (struct include_file): Remove fefcnt, mapped members.
1859         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
1860         (read_include_file): Don't use mmap, terminate buffers in '\r'.
1861         (purge_cache): Don't use munmap.
1862         * cpphash.h (CPP_BUF_COLUMN): Update.
1863         (lexer_state): Remove lexing_comment.
1864         (struct _cpp_line_note): New.
1865         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
1866         next_line and need_line.  Remove col_adjust and saved_flags.
1867         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
1868         _cpp_skip_block_comment, scan_out_logical_line): New.
1869         (_cpp_init_mbchar): Remove.
1870         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
1871         (cpp_read_main_file): Set line to 1 earlier.
1872         (post_options): -traditional-cpp doesn't want trigraphs.
1873         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
1874         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
1875         _cpp_get_fresh_line): New.
1876         (handle_newline, skip_escaped_newlines, trigraph_p,
1877         continue_after_nul, _cpp_init_mbchar): Remove.
1878         (get_effective_char): Update.
1879         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
1880         (skip_line_comment): Simplify.
1881         (skip_whitespace, parse_identifier, parse_slow, parse_number,
1882         parse_string): Update.
1883         (cpp_lex_direct): Use clean lines and process line notes.  Update.
1884         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
1885         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
1886         directly.
1887         (_cpp_handle_directive): Don't set saved_flags.
1888         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
1889         cpp_undef, handle_assertion, cpp_push_buffer): Update.
1890         (_cpp_pop_buffer): Free notes.
1891         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
1892         * cpppch.c (cpp_read_state): \n terminate buffer.
1893         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
1894         (copy_comment): Use _cpp_skip_block_comment.
1895         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
1896         Simplify.
1897         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
1898         save_replacement_text): Update.
1899         (scan_out_logical_line): Update to use clean lines and process
1900         line notes.
1901         * fix-header.c (read_scan_file): Update.
1902
1903 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
1904
1905         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
1906         null begin parameter (as well as pointer to null).
1907         (__deregister_frame_info_bases): Likewise.
1908
1909 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1910
1911         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
1912         hard or virtual register and copy into pseudo if replacement fails.
1913
1914         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
1915
1916         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
1917
1918 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
1919
1920         * calls.c (expand_call): Move special case for constructor calls
1921         to right place. Ensures constructor calls used to initialize
1922         arguments get a clean outgoing argument block for themselves.
1923         Move check for stack deallocation completeness until after last
1924         deallocation.  Add stack_pointer_delta to set of state
1925         variables saved and restored along with current stack_level.
1926
1927         * integrate.c (expand_inline_function): Ensure non-const actuals
1928         don't end up const in the caller's flow after conversion to possibly
1929         const formal type.
1930
1931 2003-04-18  Vincent Celier  <celier@gnat.com>
1932
1933         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
1934         and *_DIV_EXPR as TRUNC_*_EXPR.
1935
1936 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
1937
1938         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
1939         for orphaned jump tables.
1940
1941 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
1942
1943         * reload1.c: Revert my previous patch on 2002-04-17.
1944
1945 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1946
1947         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
1948         Add Segher Boessenkool.
1949
1950 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
1951
1952         PR c/9177
1953         * c-decl.c (c_expand_body): Don't garbage collect the function
1954         body if we are going to dump it later.
1955
1956 2003-04-18  Richard Henderson  <rth@redhat.com>
1957
1958         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
1959         (alpha_end_function): Don't set them.
1960         (decl_in_text_section): Remove.
1961         (alpha_encode_section_info): Remove.
1962         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
1963         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
1964         sections, rather than decl_in_text_section results.
1965
1966 2003-04-18  Roger Sayle  <roger@eyesopen.com>
1967
1968         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
1969         and SIGN_EXTRACT.
1970
1971 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1972
1973         PR optimization/7675
1974         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
1975         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
1976         nested functions if they refer to declarations from parent functions.
1977         * stmt.c (expand_decl): Don't put automatic variables in registers
1978         if the DECL_NONLOCAL flag is set.
1979
1980 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
1981
1982         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
1983         consider those to be movable where the source matches
1984         want_to_gcse_p.
1985         (update_ld_motion_stores): In comment, refer to
1986         compute_ld_motion_mems for validity of replacement.
1987
1988 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1989
1990         * gcov-dump.c (tag_summary): Remove max_sum
1991         * gcov-io.h (gcov_summary, gcov_write_summary,
1992         gcov_read_summary): Kill max_sum.
1993         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
1994         message more verbose.
1995
1996         * emit-rtl.c (subreg_hard_regno):  Check that register is
1997         representable.
1998
1999         * reload.c (reload_inner_reg_of_subreg):  When register is not
2000         representable, reload the whole thing.
2001         (find_reloads): Likewsie.
2002         * rtlanal.c (subreg_representable_p):  New function.
2003
2004         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
2005         allow negative probabilities for edges from the call to exit.
2006         (branch_prob): Do not add fake edges for functions that may return
2007         twice.
2008
2009 2003-04-17  DJ Delorie  <dj@redhat.com>
2010
2011         * toplev.c (target_options): Add value field.
2012         (set_target_switch): Handle target options with values.
2013         * doc/tm.texi: Document how fixed vs variable target
2014         options work.
2015         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
2016         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
2017         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
2018         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
2019         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
2020         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
2021         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
2022         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
2023         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
2024         Add value initializer to target options.
2025
2026 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
2027
2028         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
2029
2030 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
2031
2032         * reload1.c (move2add_last_cc0): New.
2033         (reload_cse_move2add): Detect implicit sets.
2034         (move2add_note_store): Notice a store into cc0.
2035
2036 2003-04-17  Roger Sayle  <roger@eyesopen.com>
2037
2038         PR c/10375
2039         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
2040         function attributes.
2041
2042 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
2043
2044         * doc/sourcebuild.texi (Test Suites): Document support for testing
2045         binary compatibility (moved from testsuite/README.compat).
2046
2047 2003-04-17  Richard Henderson  <rth@redhat.com>
2048
2049         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
2050
2051 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
2052
2053         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
2054         the one provided by the FSF.
2055
2056 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2057
2058         * doc/install.texi (Binaries): Update URL and list of platforms
2059         provided by ftp.thewrittenword.com.
2060
2061 2003-04-17  Richard Henderson  <rth@redhat.com>
2062
2063         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
2064         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
2065         * config/xtensa/xtensa.md (call, call_value): Likewise.
2066
2067 2003-04-17  Richard Henderson  <rth@redhat.com>
2068
2069         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
2070         (print_operand_address): Likewise.
2071         (ep_memory_operand): Likewise.
2072         (special_symbolref_operand): Likewise.
2073         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
2074         (v850_encode_section_info): Call default_encode_section_info.
2075         (v850_strip_name_encoding): Remove.
2076         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
2077         (ASM_OUTPUT_LABELREF): Remove.
2078         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
2079         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
2080         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
2081         (ENCODED_NAME_P): Remove.
2082         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
2083         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
2084         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
2085
2086 2003-04-17  Richard Henderson  <rth@redhat.com>
2087
2088         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
2089         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
2090         SYMBOL_REF_FUNCTION_P.
2091
2092 2003-04-17  Richard Henderson  <rth@redhat.com>
2093
2094         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
2095         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
2096         (text_segment_operand): Likewise.
2097
2098 2003-04-17  Richard Henderson  <rth@redhat.com>
2099
2100         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
2101         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
2102         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
2103         (sh_encode_section_info): Remove.
2104         (sh_strip_name_encoding): Remove.
2105         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
2106         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
2107         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
2108         (ASM_OUTPUT_LABELREF): Remove.
2109         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
2110         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
2111
2112 2003-04-17  Richard Henderson  <rth@redhat.com>
2113
2114         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
2115         (tls_model_chars): Remove.
2116         (larl_operand): Use SYMBOL_REF_FLAGS.
2117         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
2118         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
2119         (s390_output_mi_thunk): Likewise.
2120         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
2121         (s390_function_profiler): Likewise.
2122         (s390_encode_section_info): Use default_encode_section_info
2123         and SYMBOL_FLAG_ALIGN1.
2124         (s390_strip_name_encoding): Remove.
2125         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
2126         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
2127         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
2128
2129 2003-04-17  Richard Henderson  <rth@redhat.com>
2130
2131         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
2132         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
2133         (print_operand_address): Likewise.
2134
2135         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
2136         * config/ns32k/ns32k.c (expand_block_move): Don't check
2137         flag_unroll_loops.
2138
2139 2003-04-17  Richard Henderson  <rth@redhat.com>
2140
2141         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
2142         SYMBOL_REF_FLAG.
2143
2144 2003-04-17  Richard Henderson  <rth@redhat.com>
2145
2146         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
2147
2148         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
2149         (SYMBOL_REF_MODEL): New.
2150         (LIT_NAME_P): Move from m32r.h.
2151         (m32r_select_section): Remove.
2152         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
2153         (m32r_strip_name_encoding): Remove.
2154         (m32r_in_small_data_p): New.
2155         (small_data_operand): Use SYMBOL_REF_SMALL_P.
2156         (addr24_operand): Use SYMBOL_REF_MODEL.
2157         (call26_operand): Likewise.
2158         (addr32_operand): Tidy.
2159         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
2160         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
2161         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
2162         (READONLY_DATA_SECTION_ASM_OP): Remove.
2163         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
2164         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
2165         (TARGET_ASM_SELECT_SECTION): Remove.
2166         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
2167         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
2168         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
2169         (ASM_OUTPUT_LABELREF): Remove.
2170
2171 2003-04-17  Richard Henderson  <rth@redhat.com>
2172
2173         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
2174         (encode_section_info): Remove.
2175         * config/ip2k/ip2k-protos.h: Update.
2176
2177 2003-04-17  Richard Henderson  <rth@redhat.com>
2178
2179         * varasm.c (default_encode_section_info): Don't set
2180         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
2181         * config/i370/i370.c (i370_encode_section_info): Remove.
2182         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
2183         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
2184         * config/i370/i370.md (movsi): Likewise.
2185
2186         * config/i370/t-i370: Add missing backslash.
2187
2188 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2189
2190         * doc/invoke.texi (inline-limit): Fix pasto.
2191
2192 2003-04-17  Richard Henderson  <rth@redhat.com>
2193
2194         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
2195         (small_call_insn_operand): Use it.
2196         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
2197         (h8300_eightbit_constant_address_p): Use it.
2198         (SYMBOL_FLAG_TINY_DATA): New.
2199         (h8300_tiny_constant_address_p): Use it.
2200         (h8300_encode_label, h8300_strip_name_encoding): Remove.
2201         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
2202         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
2203         (ASM_OUTPUT_LABELREF): Remove.
2204
2205 2003-04-16  Richard Henderson  <rth@redhat.com>
2206
2207         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
2208         all users with SYMBOL_REF_SMALL_P.
2209         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
2210         (frv_encode_section_info): Remove.
2211         (frv_strip_name_encoding): Remove.
2212         (frv_in_small_data_p): Merge tests from encode_section_info.
2213         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
2214         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
2215         (SDATA_NAME_P): Remove.
2216         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
2217         (ASM_OUTPUT_LABELREF): Remove.
2218         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
2219
2220         * config/frv/frv.c (frv_asm_out_constructor): New.
2221         (frv_asm_out_destructor): New.
2222         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
2223         (DTORS_SECTION_ASM_OP): New.
2224         (ASM_OUTPUT_CONSTRUCTOR): Remove.
2225         (ASM_OUTPUT_DESTRUCTOR): Remove.
2226
2227 2003-04-16  Richard Henderson  <rth@redhat.com>
2228
2229         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
2230         SYMBOL_REF_LOCAL_P; abort if not pic.
2231         (cris_encode_section_info): Remove.
2232
2233 2003-04-16  Richard Henderson  <rth@redhat.com>
2234
2235         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
2236         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
2237
2238         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
2239         flag_inline_trees.
2240
2241 2003-04-16  Richard Henderson  <rth@redhat.com>
2242
2243         * config/avr/avr.c (avr_encode_section_info): Remove.
2244         (avr_insert_attributes): New.
2245         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
2246         (avr_assemble_integer): Likewise.
2247
2248 2003-04-16  Richard Henderson  <rth@redhat.com>
2249
2250         * arc.c (arc_encode_section_info): Remove.
2251         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
2252         (arc_print_operand, arc_print_operand_address): Likewise.
2253         * arc.h (EXTRA_CONSTRAINT): Likewise.
2254
2255 2003-04-16  Roger Sayle  <roger@eyesopen.com>
2256
2257         * c-semantics.c (find_reachable_label): New function to find a
2258         potentially reachable label in an expression.
2259         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
2260         assumes the start of the IF_STMT is unreachable (dead) code.
2261         (expand_unreachable_stmt): Similar to expand_stmt but assumes
2262         the start of the statement list is unreachable (dead) code.
2263         (genrtl_if_stmt):  If the controlling expression of the IF
2264         is constant, use expand_unreachable_stmt for the THEN or ELSE
2265         clause as appropriate.
2266         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
2267         the body of a SWITCH statement.
2268         (expand_stmt): The code immediately following a "return",
2269         "break", "continue" or "goto" is unreachable.
2270         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
2271
2272 2003-04-16  Richard Henderson  <rth@redhat.com>
2273
2274         * rtl.h (MEM_ALIAS_SET): Update documentation.
2275         * doc/rtl.texi (Special Accessors): New node.
2276         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
2277
2278 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
2279
2280         * reload1.c (reload_cse_noop_set_p): Return false if mode of
2281         SET_DEST is not the same as that returned by...
2282         * cselib.h (cselib_reg_set_mode): ... new function.
2283         * cselib.c (cselib_reg_set_mode): Define it.
2284         (REG_VALUES): Document semantics of first element as set mode.
2285         (cselib_subst_to_values): Skip first element if ELT is NULL.
2286         (cselib_lookup): Likewise.  Insert past the first element.
2287         (cselib_invalidate_regno): NULLify first element.
2288         (cselib_record_set): Set first element.
2289
2290 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
2291
2292         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
2293         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
2294         * tree.h: Add prototypes for the two new functions.
2295         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
2296         updates introduced in the previous revision by call to saved_expr_p.
2297         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
2298
2299         * expr.c (store_field): Force usage of bitfield instructions when
2300         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
2301         (expand_expr, case BIT_FIELD_REF): likewise.
2302
2303 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
2304
2305         PR middle-end/8866
2306         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
2307         jumptables.
2308
2309 2003-04-16  Richard Henderson  <rth@redhat.com>
2310
2311         * config/ia64/ia64.c (sdata_symbolic_operand): Use
2312         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
2313         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
2314         (function_operand): Use SYMBOL_REF_FUNCTION_P.
2315         (ia64_expand_load_address): Likewise.
2316         (ia64_assemble_integer): Likewise.
2317         (ia64_encode_section_info): Remove.
2318         (ia64_strip_name_encoding): Remove.
2319         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
2320         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
2321
2322 2003-04-16  Richard Henderson  <rth@redhat.com>
2323
2324         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
2325         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
2326         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
2327         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
2328         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
2329         (global_symbolic_operand): Similarly.
2330         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
2331         (tls_symbolic_operand_type): Likewise.
2332         (alpha_encode_section_info): Use default_encode_section_info.
2333         (alpha_strip_name_encoding): Remove.
2334         (get_tls_get_addr): Split out from ...
2335         (alpha_legitimize_address): ... here.
2336         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
2337         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
2338         (alpha_initialize_trampoline): Use init_one_libfunc.
2339         (alpha_setup_incoming_varargs): Mark unused parameters.
2340         (alpha_initial_elimination_offset): Likewise.
2341         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
2342         (unicosmk_unique_section): Use default_strip_name_encoding.
2343         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
2344
2345 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
2346
2347         * config.gcc: Add t-spe for eabispe.
2348
2349         * config/rs6000/t-spe: New.
2350
2351 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
2352
2353         Re-apply this patch:
2354
2355         2002-05-16  Dale Johannesen  <dalej@apple.com>
2356           * combine.c (cant_combine_insn_p):  Reenable combinations
2357           involving hard regs unless CLASS_LIKELY_SPILLED_P.
2358
2359 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2360
2361         PR/10271
2362         * pa-protos.h (function_arg): Remove last argument.
2363         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
2364         * pa.h (struct hppa_args): Add member incoming.
2365         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
2366         member incoming.
2367         (FUNCTION_ARG): Revise call to function_arg.
2368         (FUNCTION_INCOMING_ARG): Delete.
2369
2370 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
2371
2372         * configure.in: Unify the code which creates symlinks to a
2373         just-built as, ld, objdump, and nm with the code that detects
2374         their presence for purposes of feature tests.
2375         * configure: Regenerate.
2376
2377 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
2378
2379         * varasm.c (output_constant_def): Do not consult
2380         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
2381         (after_function_constants, output_after_function_constants): Delete.
2382         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
2383         * config/mips/mips-protos.h, config/mips/mips.c
2384         (mips16_constant_after_function_p): Delete.
2385         * config/mips/mips.h: Delete #if-0-ed definition of
2386         CONSTANT_AFTER_FUNCTION_P.
2387         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
2388         mention of CONSTANT_AFTER_FUNCTION_P in comment.
2389
2390 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
2391
2392         * tree.c (next_decl_uid): Mark with GTY.
2393         (next_type_uid): Likewise.
2394
2395 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
2396
2397         PR target/9594:
2398         * sh.c (barrier_align): Also recognize stuff_delay_slot as
2399         an indicator that a barrier was created by branch splitting.
2400
2401 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
2402
2403         * c-decl.c (implicitly_declare): Copy declarations that are going
2404         to be placed in a local scope.
2405
2406 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
2407
2408         * invoke.texi (Spec Files): Wrap if-exists-else example.
2409         (MCore): Remove duplicate @itemx entries and @opindex entries.
2410
2411 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
2412
2413         * unwind.inc (_Unwind_Backtrace): New function.
2414         * unwind.h (_Unwind_Backtrace): Declare it.
2415         * libgcc-std.ver (_Unwind_Backtrace): Export it.
2416
2417 2003-04-14  Jason Merrill  <jason@redhat.com>
2418
2419         PR middle-end/10336, c++/10401
2420         * jump.c (never_reached_warning): Also stop looking if we reach the
2421         beginning of the function.
2422
2423 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2424
2425         PR target/10338
2426         PR bootstrap/10198
2427         PR bootstrap/10140
2428         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
2429
2430 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
2431
2432         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
2433
2434 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2435
2436         * optabs.c (expand_binop): In multi-word add cases, ensure
2437         XTARGET is copied to TARGET if they are different.
2438
2439 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
2440
2441         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
2442         to region, possible after integration of function with unreachable
2443         regions that were optimized away.
2444
2445 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
2446
2447         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
2448         instead of TOC_REGISTER in epilogue in
2449         current_function_calls_eh_return functions.
2450
2451 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
2452
2453         * doc/extend.texi (Empty Structures): Correct description of G++'s
2454         handling of these structures.
2455
2456         * c-decl.c (grokdeclarator): Reject extern redeclarations of
2457         static variables.
2458
2459 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
2460
2461         * config/rs6000/rs6000.md (define_constants): Define constants for
2462         all UNSPEC usage, including new values for TLS support.
2463         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
2464         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
2465         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
2466         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
2467         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
2468         eh_set_lr_di): Use them.
2469         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
2470         rs6000_emit_epilogue) Use them.
2471
2472         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
2473
2474 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
2475
2476         * Makefile.in (c-opts.o): Use custom action.
2477
2478 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
2479
2480         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
2481
2482 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2483
2484         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
2485         handle "superflat arrays" in Ada.
2486
2487         * integrate.c (expand_inline_function): Don't inline if would
2488         lose /u on a BLKmode TARGET.
2489
2490 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
2491
2492         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
2493         extracted from dbxout_type.
2494         (dbxout_range_type): print large bounds in octal format.
2495         (dbxout_type): Replace extracted code by call to
2496         print_int_cst_bounds_in_octal_p.
2497
2498         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
2499         of DW_LANG_Ada83 for Ada units.
2500
2501 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
2502
2503         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
2504         temporary used to round CONST_INT sizes.
2505
2506         * tree.c (int_fits_type_p): Extract generic checks from the case
2507         of constant type bounds. Refine the checks against constant type
2508         bounds to allow for possible decisions against each of these bounds
2509         without requiring both bounds to be constant.
2510         (tree_int_cst_msb): Put back.
2511         * tree.h (tree_int_cst_msb): Likewise.
2512
2513         * global.c (global_conflicts): Prevent allocation of call clobbered
2514         hard regs to pseudos live across abnormal edges, as later passes are
2515         not ready to handle them.
2516
2517         * fold-const.c (fold): Reorder tests for conditional expressions.
2518
2519         * expr.c (highest_pow2_factor): Return unsigned.
2520         * expr.h (offset_address): Likewise.
2521         * emit-rtl.c (offset_address): POW2 argument now unsigned.
2522
2523 2003-04-14  Roger Sayle  <roger@eyesopen.com>
2524
2525         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
2526         string literals at compile-time.
2527
2528 2003-04-14  Roger Sayle  <roger@eyesopen.com>
2529
2530         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
2531         comparison operation and c1/c2 are floating point constants into
2532         x swap(cmp) (c1 - c2).
2533
2534 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
2535
2536         * genautomata.c (output_translate_vect): Fix a typo in loop
2537         condition.
2538
2539 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
2540
2541         PR target/10377
2542         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
2543         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
2544         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
2545         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
2546         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
2547         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
2548         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
2549         ("*extopqihi_swap_side", "*extopqisi_swap_side")
2550         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
2551         When next to constraint R, replace constraint i with n.
2552
2553 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
2554
2555         PR opt/10024
2556         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
2557
2558 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2559
2560         * doc/contrib.texi (Contributors): Correct my entry.
2561
2562 2003-04-13  Roger Sayle  <roger@eyesopen.com>
2563
2564         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
2565         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
2566         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
2567         implies DECL_BUILT_IN to simplify logic.
2568         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
2569
2570 2003-04-13  Roger Sayle  <roger@eyesopen.com>
2571
2572         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
2573         (BT_FN_PTR_SIZE_SIZE): Likewise.
2574         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
2575         New built-in functions for malloc, calloc and strdup respectively.
2576         * calls.c (special_function_p): No need to handle malloc-like
2577         functions any longer.  ECF_MALLOC is set via built-in attributes.
2578
2579         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
2580
2581         * doc/extend.texi: Document these new built-in functions.
2582
2583 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2584
2585         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
2586         (expand_builtin_stpcpy): New.
2587         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
2588         * builtins.def: Add mempcpy & stpcpy support.
2589         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
2590
2591 2003-04-13  Nick Clifton  <nickc@redhat.com>
2592
2593         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
2594         "GCC".
2595         * config/rs6000/40x.md, config/rs6000/603.md,
2596         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
2597         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
2598         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
2599         config/rs6000/aix43.h, config/rs6000/aix51.h,
2600         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
2601         config/rs6000/altivec.h, config/rs6000/altivec.md,
2602         config/rs6000/beos.h, config/rs6000/darwin.h,
2603         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
2604         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
2605         config/rs6000/freebsd.h, config/rs6000/gnu.h,
2606         config/rs6000/host-darwin.c, config/rs6000/linux.h,
2607         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
2608         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
2609         config/rs6000/netbsd.h, config/rs6000/power4.md,
2610         config/rs6000/rios1.md, config/rs6000/rios2.md,
2611         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
2612         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
2613         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
2614         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
2615         config/rs6000/spe.md, config/rs6000/sysv4.h,
2616         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
2617         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
2618
2619 2003-04-13  Nick Clifton  <nickc@redhat.com>
2620
2621         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
2622         support for -mcall-aix switch.
2623         * config/rs6000/eabiaix.h: Delete.
2624         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
2625         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
2626         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
2627         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
2628         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
2629         debug_stack_info, output_function_profiler,
2630         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
2631         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
2632         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
2633         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
2634         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
2635         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
2636         multilibs.
2637         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
2638         (MULTILIB_EXCEPTIONS): Delete.
2639         (MULTILIB_MATCHES): Remove mcall-aix matches.
2640
2641         * doc/fragments.texi: Replace -mcall-aix example with an ARM
2642         one.
2643         * doc/install.texi: Delete powerpc-*-eabiaix target.
2644         * doc/invoke.texi: Remove documentation of mcall-aix switch.
2645         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
2646         * config.gcc: Delete powerpc-*-eabiaix target.
2647
2648 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
2649
2650         * doc/invoke.texi: Fix typos.
2651         * doc/tm.texi: Likewise.
2652
2653 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
2654
2655         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
2656
2657 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
2658
2659         * tree.c (build_constructor): New function.
2660         * tree.h: Prototype it.
2661
2662         * c-typeck.c (build_c_cast, pop_init_level)
2663         * profile.c (build_function_info_value, build_gcov_info_value)
2664         (create_profiler):
2665         Use build_constructor.
2666
2667         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
2668
2669         * objc/objc-act.c (build_constructor):
2670         Rename objc_build_constructor. Use build_constructor.
2671         (build_objc_string_object, objc_add_static_instance)
2672         (init_def_list, init_objc_symtab, init_module_descriptor)
2673         (generate_static_references, build_selector_translation_table)
2674         (build_descriptor_table_initializer, generate_descriptor_table)
2675         (build_protocol_initializer, build_ivar_list_initializer)
2676         (generate_ivars_list, build_dispatch_table_initializer)
2677         (generate_dispatch_table, generate_protocol_list)
2678         (build_category_initializer, build_shared_structure_initializer):
2679         Update to match.
2680
2681 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
2682
2683         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
2684
2685 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
2686
2687         * config/m68hc11/m68hc11-protos.h
2688         (m68hc11_eq_compare_operator): Declare
2689         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
2690         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
2691         (d_register_operand): Check the operand mode.
2692         (hard_addr_reg_operand): Likewise.
2693
2694 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
2695
2696         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
2697         pattern for dbcc/ibcc generation for 68HC12.
2698         ("doloop_end"): New pattern.
2699         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
2700         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
2701         ("m68hc12_dbcc_dec_qi"): New pattern.
2702         ("m68hc12_dbcc_inc_qi"): New pattern.
2703         (split): Add split for the above when we can't use dbcc/ibcc due to
2704         reloading.
2705         (peephole2): Add peephole2 to generate the above when possible.
2706
2707 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
2708
2709         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
2710         mode of operand 0.
2711         (peephole2 optimize const load): Likewise for operand 2.
2712         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
2713         clobbers CC_REGNUM.
2714         ("*rotrhi3_with_carry"): Likewise.
2715         (ashift:DI 1 split): Update pattern to create the above rotate.
2716         (lshiftrt:DI 1 split): Likewise.
2717
2718 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
2719
2720         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
2721         ("tstqi_z_used" split): Use it.
2722         ("cmphi_z_used"): Likewise.
2723         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
2724         ("cmpqi_z_used"): Likewise.
2725
2726 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
2727
2728         PR c++/7910
2729         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
2730
2731 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
2732
2733         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
2734         * configure, config.in: Regenerate.
2735         * intl.c (gcc_gettext_width): New function.
2736         * intl.h: Prototype it.
2737
2738 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
2739
2740         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
2741         recognize -mnorelax.
2742         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
2743         (REG_CLASS_NAMES): Add its name.
2744         (REG_CLASS_CONTENTS): Define its content.
2745
2746 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
2747
2748         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
2749         parameters so that offsets are valid for far definition.
2750         (__mulsi3): Likewise and use ret to return.
2751         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
2752
2753 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
2754
2755         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
2756
2757 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
2758
2759         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
2760         containing a libgcc.a, move lib* to the corresponding stage dir.
2761
2762         * Makefile.in (stage1-start, stage2-start, stage3-start,
2763         stage4-start): Move $(SPECS) to specs in stage dir.
2764         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
2765         back as $(SPECS).
2766
2767         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
2768         object files from the non-libgcc/ multilib directories as well.
2769
2770 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
2771
2772         * profile.c (read_counts_file): Initialise 'checksum'.
2773
2774         * emit-rtl.c (gen_rtx): Really correct typo.
2775
2776         PR c++/9393
2777         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
2778         * configure.in: Check for gettimeofday.
2779         * tree.c (flag_random_seed): Define.
2780         (default_flag_random_seed): New.
2781         (append_random_chars): Use flag_random_seed rather than trying
2782         to acquire randomness here.
2783         * tree.h (default_flag_random_seed): Declare.
2784         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
2785         descriptions.
2786         (decode_f_option): Handle -frandom-seed.
2787         (print_switch_values): Call default_flag_random_seed.
2788         * flags.h (flag_random_seed): Declare.
2789         * configure: Regenerate.
2790         * config.in: Regenerate.
2791         * config/alpha/t-crtfm: Use -frandom-seed.
2792
2793         * doc/extend.texi (Empty Structures): New.
2794
2795         * c-pch.c: Include flags.h.  Add comments to routines.
2796         (struct c_pch_validity): New.
2797         (get_ident): Update PCH file version number.
2798         (pch_init): Output current debugging type.
2799         (c_common_valid_pch): Check debugging type.
2800         * Makefile.in (c-pch.o): Update dependencies.
2801         * flags.h (debug_type_names): Declare.
2802         * toplev.c (debug_type_names): Move out of decode_g_option.
2803
2804 2003-04-11  Eric Christopher  <echristo@redhat.com>
2805
2806         * emit-rtl.c (gen_rtx): Fix typos.
2807
2808 2003-04-11  Richard Henderson  <rth@redhat.com>
2809
2810         * emit-rtl.c (gen_rtx): Zero '0' fields.
2811
2812 2003-04-11  Richard Henderson  <rth@redhat.com>
2813
2814         PR c++/10202
2815         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
2816         not COMPLETE_TYPE_P for re-invoking layout_decl.
2817
2818 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
2819
2820         * doc/bugreport.texi: Fix paragraph breaking between sections
2821         in preparation for TeXinfo's paragraph indentation fixes.
2822         * doc/extend.texi: Ditto.
2823         * doc/invoke.texi: Ditto.
2824         * doc/objc.texi: Ditto.
2825         * doc/gcov.texi: Wrap 'gcov' in @command{}.
2826         * doc/invoke.texi (Darwin Options): Add a preamble.
2827
2828 2003-04-11  Richard Henderson  <rth@redhat.com>
2829
2830         * config/i386/i386.c (tls_model_chars): Remove.
2831         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
2832         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
2833         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
2834         (tls_symbolic_operand_1): Likewise.
2835         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
2836         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
2837         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
2838         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
2839         bits "copied from i386.h" with default_encode_section_info.
2840
2841 2003-04-11  Richard Henderson  <rth@redhat.com>
2842
2843         * rtl.def (SYMBOL_REF): Add two 0 fields.
2844         * gengtype.c (adjust_field_rtx_def): Handle them.
2845         * print-rtl.c (print_rtx): Print them.
2846         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
2847         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
2848         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
2849         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
2850         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
2851         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
2852         (SYMBOL_FLAG_MACH_DEP): New.
2853         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
2854         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
2855         (assemble_static_space): Set SYMBOL_REF_FLAGS.
2856         (assemble_trampoline_template): Likewise.
2857         (output_constant_def, force_const_mem): Likewise.
2858         (default_encode_section_info): New.
2859         * output.h: Declare it.
2860         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
2861
2862 2003-04-11  Richard Henderson  <rth@redhat.com>
2863
2864         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
2865         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
2866         * optabs.c (init_optabs): Initialize them.
2867         (init_libfuncs): Use init_one_libfunc.
2868         * calls.c (expand_call): Use gcov_flush_libfunc.
2869         * expr.c (store_constructor): Use setbits_libfunc.
2870         * function.c (expand_main_function): Use init_one_libfunc.
2871         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
2872
2873 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
2874
2875         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
2876         documentation; add DECL_FRIEND_CONTEXT.
2877
2878 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2879
2880         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
2881         notes on linker selection and configuration for 64-bit HP-UX port.
2882         * doc/invoke.texi (hppa): Remove hppa text from description for
2883         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
2884         and -threads options.
2885
2886         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
2887         libc.a on libdld.sl when -static is specified and -nolibdld is not
2888         specified.
2889         * pa64-hpux.h (LIB_SPEC): Likewise.
2890         * pa-hpux11.h (LIB_SPEC): Likewise.
2891         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
2892         is not specified.
2893
2894 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
2895
2896         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
2897         not IDENTIFIER_LOCAL_VALUE.
2898
2899 2003-04-11  Richard Henderson  <rth@redhat.com>
2900
2901         PR c/10201
2902         * expr.c (expand_expr): Move DECL_RTL frobbing ...
2903         * stor-layout.c (layout_decl): ... here.
2904
2905 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
2906
2907         * doc/invoke.texi: Eliminate extra white-space caused by
2908         @gccoptlist{ on its own line.
2909         * doc/invoke.texi: Ensured there are two spaces between each option.
2910         * doc/invoke.texi: Re-wrapped option lines that were too wide.
2911         Added @gol to options that didn't have them.
2912
2913 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
2914
2915         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
2916         gcov-iov.h.
2917
2918         Simplify interface to gcov reading and writing.
2919         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
2920         gcov_alloc, gcov_modified, gcov_errored): Move into ...
2921         (struct gcov_var gcov_var): ... this static structure.
2922         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
2923         Return void.
2924         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
2925         read object.
2926         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
2927         (gcov_reserve_length): Remove.
2928         (gcov_write_tag): New.
2929         (gcov_write_length): Adjust.
2930         (gcov_read_summary, gcov_write_summary): Adjust.
2931         (gcov_eof, gcov_ok): Rename to ...
2932         (gcov_is_eof, gcov_is_error): ... here. Return error code.
2933         (gcov_save_position, gcov_resync): Rename to ...
2934         (gcov_position, gcov_seek): ... here.
2935         (gcov_skip, gcov_skip_string): Remove.
2936         (gcov_error): Remove.
2937         (gcov_open, gcov_close): Adjust.
2938         * gcov.c (find_source): Take const char *, copy it on allocation.
2939         (read_graph_file): Adjust.
2940         (read_count_file): Adjust.
2941         * libgcov.c (gcov_exit): Adjust.
2942         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
2943         tag_arc_counts, tag_summary): Return void. Adjust.
2944         (struct tag_format): Adjust proc member.
2945         (dump_file): Adjust gcov calls.
2946
2947 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
2948
2949         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
2950         mkfixinc.sh.
2951         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
2952         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
2953         build != host sysrooted builds.
2954         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
2955         TARGET_SYSTEM_ROOT even on sysrooted natives.
2956         * configure: Rebuilt.
2957
2958 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
2959
2960         * c-decl.c (struct binding_level): Add shadowed_tags and
2961         function_body; remove this_block, tag_transparent, and
2962         subblocks_tag_transparent; update comments.
2963         (clear_binding_level, lookup_tag_reverse): Kill.
2964         (make_binding_level): Use ggc_alloc_cleared or memset.
2965         (lookup_tag): Remove struct binding_level* parameter.  All
2966         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
2967         current_binding_level->tags if asked for thislevel_only or if
2968         we might have to diagnose "struct foo; union foo;"
2969         (pushlevel): Ignore argument.  Do not push another binding
2970         level on the transition from the parameters to the top level
2971         of the function body; just tweak the flags and proceed.
2972         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
2973         a function body, separate the parameter list from the
2974         top-level local variables.
2975         (set_block): Do nothing.
2976         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
2977         shadowed_tags if necessary.
2978         (warn_if_shadowing): Nuke the special case for local shadowing
2979         parameter.
2980         (pushdecl): Do not create a shadow entry if we are replacing
2981         an older decl in the same binding level.
2982         (pushdecl_function_level): Tweak for new way of indicating
2983         function scope.
2984         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
2985         (start_function): Don't set subblocks_tag_transparent.
2986         (finish_function): Fix up the binding_level stack for totally
2987         empty functions.  Otherwise, don't call poplevel.
2988
2989         * c-common.c (shadow_warning): MANDATORY argument is no longer
2990         necessary.  Always use plain warning.
2991         * c-common.h: Update to match.
2992
2993         * cfglayout.c (scope_to_insns_initialize): Clear block when we
2994         hit the FUNCTION_DECL.
2995         * function.c: Do not create cyclic tree structure.
2996
2997 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
2998
2999         * c-tree.h (struct lang_identifier): Replace global_value,
3000         local_value members with symbol_value, tag_value.  Kill
3001         implicit_decl and limbo_value.
3002         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
3003         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
3004         C_MISSING_PROTOTYPE_WARNED): Kill.
3005         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
3006         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
3007         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
3008         (implicit_decl_warning, lookup_name_current_level,
3009         record_function_scope_shadow): Don't prototype.
3010         (pushdecl_function_level): Prototype.
3011
3012         * c-decl.c (truly_local_externals): New variable.
3013         (struct binding_level): Adjust commentary.
3014         (get_function_binding_level, clear_limbo_values,
3015         record_function_scope_shadow): Kill.
3016         (lookup_name_current_level, implicit_decl_warning): Are now static.
3017         (any_external_decl, record_external_decl): New static functions.
3018         (clone_underlying type): Split out of pushdecl.
3019         (c_print_identifier): Update to match changes to struct
3020         lang_identifier.
3021         (poplevel): Delete #if 0 block.  Make externals invisible
3022         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
3023         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
3024         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
3025         (duplicate-decls): For real parm decl after a forward decl,
3026         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
3027         foo(...) { } with only a warning.  Say whether a previous
3028         declaration was implicit.
3029         (warn_if_shadowing): Now handles all shadowing, not just
3030         local-over-local.  Clarify comments.
3031         (pushdecl): Rewritten.  There is no longer a distinction
3032         between global and local symbol values; they're all
3033         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
3034         DECL_EXTERNAL decls, and use any_external_decl to check
3035         against previous externals.  Kill #if 0 blocks.  Don't
3036         tolerate error_mark_node being NULL.
3037         (pushdecl_top_level): Handle only those cases which
3038         Objective C (the only user) needs.
3039         (pushdecl_function_level): New function.
3040         (implicitly_declare): Create ordinary decls with
3041         C_DECL_IMPLICIT set.  Recycle old decls, however they got
3042         created.
3043         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
3044         for C_DECL_INVISIBLE symbols.
3045         (lookup_name_current_level): Likewise.  Use chain_member.
3046         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
3047         Use pushdecl_function_level.
3048         (builtin_function): Use C_DECL_INVISIBLE.
3049         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
3050         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
3051         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
3052         (identifier_global_value): Same.  Must scan
3053         global_binding_level in extremis.
3054
3055         * c-typeck.c (undeclared_variable): New static function, split
3056         from build_external_ref.
3057         (build_external_ref): Use DECL_CONTEXT, not
3058         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
3059         an instance variable.  Restructure for clarity.
3060         * objc/objc-act.c: Use identifier_global_value, not
3061         IDENTIFIER_GLOBAL_VALUE.
3062
3063 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
3064
3065         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
3066         not Working Paper.
3067         * doc/invoke.texi (C++ Dialect Options): Same.
3068
3069 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
3070
3071         * tree.c (tree_operand_check_failed): New function.
3072         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
3073         TREE_RTL_OPERAND_CHECK): New checking macros.
3074         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
3075         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
3076         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
3077         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
3078         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
3079         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
3080         checking macros.
3081
3082 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
3083
3084         PR inline-asm/8803
3085         * function.c (instantate_virtual_regs):  Verify that all ASM statements
3086         match after the virutal regs instantiation.
3087
3088 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
3089
3090         * ia64-protos.h (addp4_optimize_ok): New.
3091         * ia64.c (addp4_optimize_ok): New.
3092         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
3093         (*ptr_extend_plus_2): Ditto.
3094
3095 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
3096
3097         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
3098         not with convert_memory_address.
3099         (store_constructor): Ditto, and same for copy_size_rtx.
3100         (expand_expr): Ditto.
3101
3102 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
3103
3104         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
3105
3106 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
3107
3108         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
3109         even if it is configured to be write-through.
3110
3111 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
3112
3113         * config/s390/s390.c (larl_operand): Do not allow symbols
3114         marked with '@'.
3115         (s390_encode_section_info): Mark symbols with forced 1-byte
3116         alignment with '@'.
3117         (s390_strip_name_encoding): Strip '@'.
3118         (legitimize_pic_address): Handle symbols that are not valid
3119         LARL operands in 64-bit mode.
3120
3121 2003-04-10  Andrew Haley  <aph@redhat.com>
3122
3123         * tree-inline.c (inlinable_function_p): Disable inlining for
3124         synchronized methods.
3125
3126 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
3127
3128         * c-common.h (lang_statement_code_p): Remove declaration.
3129         (statement_code_p): Ditto.
3130         (c_common_stmt_codes): Define; list of c-common statement codes.
3131         (statement_code_p): New extern declaration.
3132         (STATEMENT_CODE_P): Define.
3133         (INIT_STATEMENT_CODES): Define.
3134         * c-common.c (statement_code_p): Kill the function, declare
3135         as an array of bools instead.
3136         (lang_statement_code_p): Remove.
3137         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
3138         (c_safe_from_p): Ditto.
3139         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
3140         to initialize the statement_code_p array.
3141         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
3142         statement_code_p.
3143         (copy_tree_r): Ditto.
3144         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
3145         statement tree codes.
3146         * cp/lex.c (cxx_init): Add missing print line break.  Use
3147         INIT_STATEMENT_CODES to initialize the statement_code_p array.
3148         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
3149         instead of statement_code_p.
3150         * cp/pt.c (tsubst_expr): Ditto.
3151         * cp/tree.c (verify_stmt_tree_r): Ditto.
3152         (cp_statement_code_p): Remove.
3153         (init_tree): Don't set lang_statement_code_p, it's gone.
3154
3155 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3156             Zack Weinberg  <zack@codesourcery.com>
3157
3158         * regrename.c (struct du_chain): Use a bitfield for reg_class.
3159         * cse.c (struct qty_table_elem, struct table_elt, struct set):
3160         Use bitfields for fields holding enum rtx_code or
3161         enum machine_mode values.  Add comments explaining size choices.
3162
3163 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
3164
3165         * config/fp-bit.c (unpack_d): Handle pair of doubles with
3166         different signs correctly.
3167
3168 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
3169
3170         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
3171         (reg_pending_barrier): Make it of the enumeration type.
3172         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
3173         TRUE_BARRIER.
3174         (sched_analyze): Ditto.
3175         (sched_analyze_insn): Ditto.  Use anti-dependencies for
3176         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
3177         (init_deps_global): Initialize the barrier as NO_BARRIER.
3178
3179 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
3180
3181         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
3182         Check that asm insn starts on a new cycle.  Add nops after asm
3183         insn to end bundle.
3184         (bundling): Move insn type evaluation from the loop.  Call
3185         issue_nops_and_insn with the new parameter.  Ignore changing
3186         position for nops after asm insn.
3187
3188 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
3189
3190         * optabs.c: Comment that gen_add2_insn and others may actually
3191         return emitted insns, if the gen functions turn out to return
3192         emitted insns.
3193         * reload1.c (reload_cse_move2add): Cope with emitted insns from
3194         gen_add2_insn.
3195
3196 2003-04-09  Richard Henderson  <rth@redhat.com>
3197
3198         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
3199         but not tls_symbolic_operand.
3200         (ia64_expand_load_address): Remove scratch operand.
3201         (ia64_expand_tls_address): Split out from ia64_expand_move.
3202         (ia64_expand_move): Split symbolics only after reload.
3203         (ia64_emit_cond_move): New.
3204         * config/ia64/ia64-protos.h: Update.
3205         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
3206         (symbolic splitter): Accept SImode operands too.
3207         (cmove splitter): Use ia64_emit_cond_move.
3208
3209 2003-04-09  Nick Clifton  <nickc@redhat.com>
3210
3211         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
3212         newer.
3213         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
3214         instead of -mno-fpu.
3215         * config/arm/semi.h (ASM_SPEC): Likewise.
3216         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
3217         but only if -msoft-float is specified pass.  Otherwise pass
3218         -mfpu=softvfp.
3219
3220 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3221
3222         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
3223         free_EXPR_LIST_node.
3224
3225 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3226
3227         * fold-const.c (fold):  Use "fold" following build in more places.
3228         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
3229         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
3230
3231 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3232
3233         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
3234         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
3235         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
3236         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
3237         Delete function scope "fcode" variable to avoid shadowing.
3238
3239 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
3240
3241         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
3242         Take into account DWARF_INITIAL_LENGTH_SIZE.
3243
3244 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
3245
3246         * reorg.c (fill_slots_from_thread): When considering changing the
3247         insn following a reg-to-reg copy insn to use the source reg of the
3248         copy, bail out if there's overlap between the registers.
3249
3250 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3251
3252         * function.c (postponed_insns): New.
3253         (purge_addressof_1): Postpone processing of insns if addressofs
3254         are not put into stack.
3255         (purge_addressof): Process postponed insns.
3256
3257 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
3258
3259         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
3260         this is FP_MODE_DOUBLE .
3261         * sh.c (ra.h): #include.
3262         (push_regs): Add second parameter.  Changed all callers.
3263         If necessary, set fpscr before saving floating point registers.
3264         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
3265         do saves / restores with SZ == 1.
3266         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
3267         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
3268         registers are being restored, restore FPSCR only after restoring them.
3269
3270 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
3271
3272         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
3273         regardless of architecture.
3274         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
3275
3276 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
3277
3278         * sh.c (push_regs, calc_live_regs): Return int.  Take single
3279         HARD_REG_SET * parameter.  Changed all callers.
3280
3281 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
3282
3283         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
3284         GOTOFF operand.
3285         (legitimize_pic_address): Move plus outside the unspec.
3286         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
3287         for validity.
3288
3289 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
3290
3291         * gcov-io.h (gcov_save_position): Remove __inline__ from
3292         declaration.
3293
3294 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
3295
3296         * doc/install.texi: Use @command and @samp for single- and
3297         multi-word commands respectively.
3298         * doc/makefile.texi: Likewise.
3299         * doc/sourcebuild.texi: Likewise.
3300
3301 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3302             Richard Henderson  <rth@redhat.com>
3303
3304         PR c/9516
3305         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
3306         favour of looping and tail recursion for TREE_LIST and binops.
3307
3308 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3309
3310         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
3311         for insns without luid.
3312
3313 2003-04-07  Glen Nakamura  <glen@imodulo.com>
3314
3315         PR opt/8634
3316         * explow.c (maybe_set_unchanging): Don't flag non-static const
3317         aggregate type initializers with RTX_UNCHANGING_P.
3318
3319 2003-04-07  Richard Henderson  <rth@redhat.com>
3320
3321         PR opt/8634
3322         * function.c (purge_addressof_1): Don't try arithmetics for
3323         unchanging memories.
3324
3325 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
3326
3327         * doc/sourcebuild.texi (Test Suites): Document testing support for
3328         gcov and profile-directed optimizations; describe gcc.misc-tests.
3329
3330 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
3331
3332         PR target/10077
3333         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
3334
3335 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3336
3337         * doc/rtl.texi (Comparison operations): Update to
3338         record the allowed comparison modes.
3339
3340 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
3341
3342         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
3343         V2SI_type_node to opaque_V2SI_type_node.  Rename all
3344         V2SF_type_node to opaque_V2SF_type_node.
3345         (rs6000_init_builtins): Define opaque_V2SI_type_node and
3346         opaque_V2SF_type_node.
3347         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
3348         opaque_V2SF_type_node are opaque types.
3349
3350 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
3351
3352         * gcse.c (replace_store_insn): Use single_set.
3353
3354 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
3355
3356         Change gcov file interface to single file at a time.
3357         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
3358         Convert to C89 prototypes.
3359         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
3360         gcov_error, gcov_modified): New static variables.
3361         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
3362         functions.
3363         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
3364         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
3365         (gcov_read_summary, gcov_write_summary): Adjust.
3366         (gcov_save_position, gcov_reserve_length, gcov_write_length):
3367         Adjust.
3368         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
3369         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
3370         (da_file_position, da_file_seek, da_file_write, da_file_read):
3371         Remove.
3372         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
3373         * gcov.c (gcov_type): Don't typedef here.
3374         (IN_GCOV): #define
3375         (read_graph_file, read_count_file): Adjust.
3376         * gcov-dump.c (gcov_type): Don't typedef here.
3377         (IN_GCOV): #define.
3378         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
3379         Remove FILE parameter, adjust.
3380         (struct tag_format): Adjust proc member.
3381         (dump_file): Adjust.
3382         * libgcov.c (IN_LIBGCOV): #define.
3383         (gcov_exit): Adjust.
3384         * loop-init.c: Don't #include gcov-io.h
3385         * profile.c (struct counts_entry): New structure to hold counter
3386         values.
3387         (struct section_reference, struct da_index_entry): Remove.
3388         (bbg_file, da_file): Remove.
3389         (htab_counts_index_hash, htab_counts_index_eq,
3390         htab_counts_index_del): Replace with ...
3391         (htab_counts_entry_hash, htab_counts_entry_eq,
3392         htab_counts_entry_del): ... these.
3393         (cleanup_counts_index, index_counts_file): Remove.
3394         (read_counts_file): New function.
3395         (get_exec_counts): Adjust.
3396         (compute_branch_probabilities): Don't free the exec counts here.
3397         (branch_prob): Adjust.
3398         (init_branch_prob): Adjust.
3399         (end_branch_prob): Adjust.
3400
3401 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
3402
3403         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
3404         -mfloat-gprs.
3405
3406         * config/rs6000/rs6000.c: Delete rs6000_fprs.
3407         Declare rs6000_float_gprs.
3408         Declare rs6000_float_gprs_string.
3409         (rs6000_parse_float_gprs_option): New.
3410         (rs6000_override_options): Genericize rs6000_parse_* calls to use
3411         rs6000_parse_yes_no_option.
3412         Change check for cpu=8540, to use TARGET_E500.
3413         (rs6000_parse_isel_option): Delete.
3414         (rs6000_parse_spe_option): Delete.
3415         (rs6000_parse_vrsave_option): Delete.
3416
3417         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
3418         Define rs6000_float_gprs_string.
3419         (TARGET_OPTIONS): Add rs6000_float_gprs option.
3420
3421         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
3422
3423         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
3424
3425 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
3426
3427         PR opt/10024
3428         * cfglayout.c (cfg_layout_redirect_edge):
3429         Redirect any branch edges unified with the fallthru one.
3430         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
3431         case fallthru edges when called via cfglayout.c
3432
3433 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
3434
3435         * c-typeck.c (output_init_element): Check for type == error_mark_node.
3436
3437 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
3438
3439         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
3440         split.
3441         (a splitter): Do zero-extension via HImode.
3442
3443 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
3444
3445         * doc/invoke.texi: Eliminate extra white-space caused by
3446         @gccoptlist{ on its own line.
3447         * doc/invoke.texi: Ensured there are two spaces between each option.
3448         * doc/invoke.texi: Re-wrapped option lines that were too wide.
3449         Added @gol to options that didn't have them.
3450
3451 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
3452
3453         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
3454
3455 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
3456
3457         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
3458         at the sizes of the relevant structures, rather than relying
3459         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
3460         sizes of any such we don't know about.  Use
3461         lang_hooks.identifier_size for IDENTIFIER_NODE.
3462
3463         (initializer_zerop): Use CONSTRUCTOR_ELTS.
3464         * tree.def: Update commentary.  Make fourth element of
3465         the definition for all 'c' and 'x' nodes zero.
3466
3467         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
3468         * langhooks-def.h: Update to match.
3469         * langhooks.c: New default, lhd_tree_size.
3470
3471         * c-common.def (SRCLOC): Kill.
3472         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
3473         Remove entirely - was already #if-ed out.
3474
3475
3476 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
3477
3478         * mklibgcc.in: Use a here document to avoid running afoul of
3479         shells that generate control-A from "echo \1".
3480
3481 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
3482
3483         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
3484         option.
3485
3486         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
3487         rs6000_spe.
3488
3489         * config/rs6000/eabi.h (TARGET_E500): Define.
3490
3491         * config/rs6000/rs6000.h (TARGET_E500): Define.
3492         (TARGET_OPTIONS): Add spe= option.
3493         Declare rs6000_spe and rs6000_spe_string extern.
3494
3495         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
3496         Change TARGET_SPE to TARGET_E500.
3497         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
3498         !TARGET_FPRS.
3499         (print_operand): Same.
3500         (rs6000_generate_compare): Same.
3501         (output_cbranch): Same.
3502         (rs6000_spe): Declare.
3503         (rs6000_spe_string): Declare.
3504         (rs6000_override_options): Call rs6000_parse_spe_option.
3505         (rs6000_parse_spe_option): New.
3506
3507 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
3508
3509         * hashtable.c (gcc_obstack_init): Delete this function
3510         and everything related to it.
3511         * hashtable.h: Remove prototype.
3512         * bitmap.c (bitmap_element_allocate): Cleanup redundant
3513         defines.  Cleanup some unnecessary whitespace.
3514         * defaults.h (obstack_chunk_alloc): Redefine with
3515         appropriate casts for libiberty obstacks.
3516         (obstack_chunk_free): Ditto.
3517         (OBSTACK_CHUNK_SIZE): Define, default to 0.
3518         (gcc_obstack_init): Define as a call to _obstack_begin.
3519         * tree.c (print_obstack_statistics): Delete this unused
3520         function.
3521         * tree.h (obstack): Don't forward-declare.
3522         (print_obstack_statistics): Delete prototype.
3523         (print_obstack_name): Ditto.
3524         (gcc_obstack_init): Ditto.
3525         * rtl.h (gcc_obstack_init): Ditto.
3526         * java/jv-scan.c (gcc_obstack_init): Delete this
3527         function, its prototype and related defines.
3528         * java/jvgenmain.c (gcc_obstack_init): Delete this
3529         function, and related defines.
3530         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
3531         (obstack_chunk_free): Ditto
3532
3533 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
3534
3535         * dbxout.c (dbxout_handle_pch): Move prototype out from
3536         #if defined DBX_DEBUGGING_INFO.
3537
3538 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
3539
3540         * gcov.c (struct arc_info): Replace local_span with cycle.
3541         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
3542         (solve_flow_graph): Set is_call_return.
3543         (add_line_counts): Adjust. In block mode, blocks attach to last line.
3544         (accumulate_line_counts): Find graph cycles, not spanning tree.
3545         (output_branch_count): Adjust.
3546         (output_lines): Adjust.
3547         * doc/gcov.texi: Update.
3548
3549 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
3550
3551         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
3552         the second alternative to "#".
3553
3554 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
3555
3556         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
3557         (single_zero_operand): Likewise.
3558
3559 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
3560
3561         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
3562         * df.c: Include alloc-pool.h, not obstack.h.
3563         (df_ref_obstack): Remove.
3564         (df_ref_pool, df_link_pool): Add pools.
3565         (df_alloc): Init the new pools.
3566         (df_free): And free them.
3567         (df_link_create): Use the pools.
3568         (df_ref_create): Ditto.
3569
3570 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
3571
3572         * simplify-rtx.c: Fix formatting.
3573
3574 2003-04-05  Andrew Pinski  <apinski@apple.com>
3575
3576         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
3577         reg with reg1 == reg2 and offset1 = -8.
3578
3579 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
3580
3581         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
3582         multiply costs.  Correct Power4 divide costs.
3583         * config/rs6000/power4.md: Restore multiply and FP latency.
3584
3585 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3586
3587         * alias.c (find_base_term): Export.
3588         * rtl.h (find_base_term): Declare.
3589         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
3590         instead of flag_exceptions.  Move test for parameter passing ...
3591         (store_killed_in_insn): ... here.
3592
3593 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3594
3595         PR bootstrap/10267
3596         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
3597         for configuring.
3598
3599 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
3600
3601         * dbxout.c (scope_labelno): Add GTY.
3602         (have_used_extensions): Add GTY.
3603         (source_label_number): Add GTY.
3604         (lastfile): Add GTY.
3605         (lastfile_is_base): New.
3606         (base_input_file): New.
3607         (dbxout_handle_pch): New.
3608         (dbx_debug_hooks): Add handle_pch.
3609         (xcoff_debug_hooks): Likewise.
3610         (dbxout_function_end): Remove scope_labelno.
3611         (dbxout_init): Set base_input_file.
3612         (dbxout_handle_pch): New.
3613         (dbxout_source_file): Honour lastfile_is_base.
3614         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
3615         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
3616         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
3617         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
3618         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
3619         * debug.h (struct gcc_debug_hooks): Add handle_pch.
3620         * c-pch.c (pch_init): Don't call start_source_file, but do call
3621         handle_pch.
3622         (c_common_write_pch): Call handle_pch.
3623         (c_common_read_pch): Don't call start_source_file,
3624         or end_source_file.
3625
3626 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
3627
3628         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
3629         use of default attributes to agree MEM_ALIGN macro.
3630
3631 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
3632
3633         * dbxout.c (dbxout_type): When printing type index of range type
3634         whose bounds are printed in octal format, print type of parent type if
3635         it exists so enumerated type descriptions are not transformed
3636         into unsigned types.
3637
3638 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
3639
3640         * config/h8300/h8300-protos.h: Add a prototype for
3641         compute_a_shift_cc.
3642         * config/h8300/h8300.c (shift_one): Update the CC status.
3643         (shift_two): Likewise.
3644         (output_a_shift_cc): Set cc_inline and cc_special.
3645         (compute_a_shift_cc): New.
3646         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
3647
3648 2003-04-04  Richard Henderson  <rth@redhat.com>
3649
3650         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
3651
3652 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
3653
3654         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
3655         * fixinc/fixincl.x: Rebuilt.
3656         * fixinc/tests/base/stdio.h: Regenerated.
3657
3658 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
3659
3660         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
3661
3662 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
3663
3664         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
3665         (NORMAL_MODE).
3666         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
3667
3668 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3669
3670         * doc/contrib.texi (Contributors): Add entries for Wolfgang
3671         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
3672         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
3673         Danny Smith, and Ulrich Weigand.
3674         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
3675         entry.
3676
3677 2003-04-04  Nick Clifton  <nickc@redhat.com>
3678
3679         * config/sparc/sol2-bi.h: Revert previous delta.
3680         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
3681
3682 2003-04-04  Nick Clifton  <nickc@redhat.com>
3683
3684         * config/v850/v850.c (expand_prologue): Only use register save
3685         helper functions if long calls are not being used.
3686         Add a clobber of r11 id using long calls.
3687         (pattern_is_ok_for_prologue): Account for the extra clobber.
3688         (construct_save_jarl): Likewise.
3689         * config/v850/v850.md (prolog pattern): Do not use this pattern
3690         for v850e's.
3691
3692 2003-04-04  Andreas Schwab  <schwab@suse.de>
3693
3694         * stor-layout.c (layout_decl): Avoid syntax error in last change
3695         when PCC_BITFIELD_TYPE_MATTERS is defined but not
3696         EMPTY_FIELD_BOUNDARY.
3697
3698 2003-04-03  Jason Merrill  <jason@redhat.com>
3699
3700         PR c/10175
3701         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
3702         Look backwards for a line note.
3703
3704 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
3705
3706         * fix-header.c (read_scan_file): Defer switch processing.
3707
3708 2003-04-03  Matt Austern  <austern@apple.com>
3709
3710         * cpppch.c (reset_ht): Remove.
3711         (cpp_read_state): Remove loop to reset hashtable identifiers.
3712         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
3713         after pch file is written.
3714         * ggc.h (gt_pch_fixup_stringpool): Declare.
3715         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
3716         hashnode's value to another hashtable, then clear the original.
3717         (saved_ident_hash): Define.
3718         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
3719         store definitions in ident_hash, and clear ident_hash.
3720         (gt_pch_fixup_stringpool): Define.  Restore definitions from
3721         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
3722
3723 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
3724
3725         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
3726
3727 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3728
3729         PR optimization/10157
3730         * gcse.c (can_copy_p): Rename it to can_copy.
3731         (can_copy_init_p): Remove.
3732         (compute_can_copy): Use can_copy instead of can_copy_p.
3733         (can_copy_p): New exported function. Call compute_can_copy.
3734         (hash_scan_set): Use it.
3735         (gcse_main): Don't call compute_can_copy.
3736         (bypass_jumps): Don't call compute_can_copy.
3737         * rtl.h (can_copy_p): Declare.
3738         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
3739         copy if the mode doesn't support copy operations.
3740
3741 2003-04-03  Jason Merrill  <jason@redhat.com>
3742
3743         * Makefile.in (unstrap): Also remove stage_last.
3744
3745         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
3746         (dwarf2out_source_line): Don't do anything if line==0.
3747
3748         * stor-layout.c (do_type_align): New fn, split out from...
3749         (layout_decl): ...here.  Do all alignment calculations for
3750         FIELD_DECLs here.
3751         (update_alignment_for_field): Not here.
3752         (start_record_layout, debug_rli): Remove unpadded_align.
3753         * tree.h (struct record_layout_info_s): Remove unpadded_align.
3754         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
3755         or DECL_MODE on the CONST_DECLs.
3756         (finish_struct): Don't mess with DECL_ALIGN.
3757
3758 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
3759
3760         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
3761
3762 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
3763
3764         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
3765         function is an interrupt handler.
3766
3767         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
3768         restoring target registers with EH_RETURN_STACKADJ_RTX; use
3769         multiple registers in round-robin fashion.
3770
3771 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3772
3773         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
3774         * system.h (CHAR_BITFIELD): New.
3775
3776 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
3777
3778         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
3779         and LE.
3780         (another peephole2): Likewise.
3781
3782 2003-04-03  Nick Clifton  <nickc@redhat.com>
3783
3784         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
3785         (DEF_ARCH64_SPEC): Likewise.
3786
3787 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
3788
3789         * i386.c (constant_address_p): Use legitimate_constant_p.
3790         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
3791
3792 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
3793
3794         * config/h8300/h8300-protos.h: Add a prototype for
3795         gtle_operator.
3796         * config/h8300/h8300.c (gtle_operator): New.
3797         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
3798         gtle_operator.
3799         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
3800         and LE.
3801
3802 2003-04-02  Richard Henderson  <rth@redhat.com>
3803
3804         * libgcc-std.ver (_Unwind_GetCFA): New.
3805         * unwind-dw2.c (_Unwind_GetCFA): New.
3806         * unwind-libunwind.c (_Unwind_GetCFA): New.
3807         * unwind-sjlj.c (_Unwind_GetCFA): New.
3808         * unwind.h: Declare it.
3809
3810 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
3811
3812         PR inline-asm/8088
3813         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
3814         when MMX/SSE is not available.
3815
3816 2003-04-02  Mike Stump  <mrs@apple.com>
3817
3818         * doc/install.texi (Specific): Update pointers to apple.com.
3819
3820 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
3821
3822         * i386.c (override_options):  Disable red zone by default on i386.
3823         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
3824         Do not test TARGET_64BIT together with TARGET_RED_ZONE
3825
3826 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
3827
3828         * config/h8300/h8300.md (a peephole2): Tighten the condition.
3829
3830 2003-04-02  Richard Henderson  <rth@redhat.com>
3831
3832         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
3833
3834 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
3835
3836         * config/h8300/h8300.md (a peephole2): New.
3837
3838 2003-04-02  Richard Henderson  <rth@redhat.com>
3839
3840         * except.c (sjlj_find_directly_reachable_regions): Recognize when
3841         must-not-throw region has been deleted.
3842
3843 2003-04-02  Richard Henderson  <rth@redhat.com>
3844
3845         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
3846         optimization when flag_exceptions not enabled.
3847
3848 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
3849
3850         * config/rs6000/rs6000.c
3851         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
3852         macros.
3853         (rs6000_issue_rate): Add case for 8540.
3854         (rs6000_use_sched_lookahead): New function.
3855
3856         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
3857         units into MU ones.
3858         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
3859         reservation before retirement.
3860         (ppc8540_multiply, ppc8540_load, ppc8540_store,
3861         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
3862         Remove additional cycle in the reservation before retirement.
3863         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
3864         reservation of ppc8540_issue.
3865
3866 2003-04-02  Andreas Schwab  <schwab@suse.de>
3867
3868         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
3869
3870 2003-04-01  Richard Henderson  <rth@redhat.com>
3871
3872         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
3873         notes for nothrow calls if flag_forced_unwind_exceptions.
3874         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
3875         (sjlj_find_directly_reachable_regions): Likewise.
3876         (reachable_handlers): Likewise.
3877         (can_throw_external): Likewise.
3878         (collect_one_action_chain): Record cleanups after catch-all and
3879         must-not-throw if flag_forced_unwind_exceptions.
3880         * flags.h (flag_forced_unwind_exceptions): Declare.
3881         * toplev.c (flag_forced_unwind_exceptions): New.
3882         (lang_independent_options): Add it.
3883         * doc/invoke.text: Add it.
3884
3885 2003-04-01  David Mosberger <davidm@hpl.hp.com>
3886
3887         * config/ia64/crti.asm: Clean up trailing whitespace.
3888         Remove trailing hashes (#) from identifiers.
3889
3890         * config/ia64/crtn.asm: Ditto.
3891
3892         * config/ia64/crtend.asm: Remove trailing hashes (#) from
3893         identifiers.
3894         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
3895         directives.  Drop explicit bundling---it just makes the code
3896         harder to read.  Don't save/restore gp needlessly.
3897
3898         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
3899         identifiers (they're only needed if the identifier would clash
3900         with a register name otherwise).
3901         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
3902         directives.  Drop explicit bundling---it just makes the code
3903         harder to read.
3904         (__do_jv_register_classes): Ditto.
3905         (.fini_array): Remove "progbits" (newer
3906         assemblers don't like wrong section-types).
3907         (.init_array): Ditto.
3908
3909 2003-04-01  Roger Sayle  <roger@eyesopen.com>
3910
3911         PR fortran/9974
3912         * gcse.c (reg_killed_on_edge): New function to test whether the
3913         given reg is overwritten by any instruction queued on an edge.
3914         (bypass_block): Ignore substitutions killed on incoming edges.
3915         Don't bypass outgoing edges that have queued instructions.
3916
3917 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
3918
3919         * real.h (EXP_BITS): Make room for...
3920         (struct real_value): ... added canonical bit.
3921         (struct real_format): Added pnan.
3922         (mips_single_format, mips_double_format, mips_extended_format,
3923         mips_quad_format): New.
3924         * real.c: Copy p to pnan in all formats.
3925         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
3926         (real_nan): Use pnan to compute significand's shift.
3927         (real_identical): Disregard significand in canonical
3928         NaNs.
3929         (real_hash): Likewise.  Take signalling into account.
3930         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
3931         Disregard significand bits in canonical NaNs.  Set all bits of
3932         canonical NaN if !qnan_msb_set.
3933         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
3934         qnan_msb_set to tell the base double format.
3935         (ibm_extended_format): Use 53 as pnan.
3936         (mips_single_format, mips_double_format, mips_extended_format,
3937         mips_quad_format): Copied from the corresponding ieee/ibm
3938         formats, with qnan_msb_set false.
3939         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
3940         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
3941         * config/mips/mips.c (override_options): Use mips_single_format
3942         and mips_double_format.  Default TFmode to mips_quad_format.
3943         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
3944         * config/mips/t-irix6: Likewise.
3945         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
3946         * config/fp-bit.c (pack_d, unpack_d): Obey it.
3947
3948 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
3949
3950         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
3951         (live_image_destructor): Reset image to initial state.
3952         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
3953
3954 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3955
3956         * config/sparc/sparc.c (input_operand): Accept bare
3957         CONSTANT_P_RTX operands.
3958
3959 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3960
3961         * gcse.c (struct ls_expr): Added pattern_regs field.
3962         (ldst_entry): Initialize it.
3963         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
3964         (store_ops_ok): Use regs precomputed by them.
3965         (find_loads, store_killed_in_insn, load_kills_store): Change return
3966         type to bool.
3967         (store_killed_before, store_killed_after): Take position of register
3968         set in account.
3969         (reg_set_info): Store position of the setter.
3970         (gcse_main): Enable store motion.
3971         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
3972         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
3973         sharing.
3974         (simple_mem): Enable store motion of non-symbol mems.
3975         (regvec): Type changed.
3976         (LAST_AVAIL_CHECK_FAILURE): New.
3977         (compute_store_table_current_insn): New.
3978         (build_store_vectors): Computation of availability and anticipatability
3979         moved ...
3980         (compute_store_table, find_moveable_store): ... here.
3981         (delete_store): Remove senseless comment.
3982         (store_motion): Reorganize.
3983
3984 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
3985
3986         * config/mips/mips.c (override_options): Provide mappings for
3987         HI_REGNUM and LO_REGNUM.
3988         * config/mips/mips.h (MD_DBX_FIRST): Define.
3989
3990 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3991
3992         * combine.c (merge_outer_ops): Fix typo.
3993
3994         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
3995
3996 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
3997
3998         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
3999         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
4000         imul_compare.  Add lmul_compare.
4001         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
4002         in second pair of dispatch slots.  Model stores more accurately.
4003         Tweak multiply model.  Add bypasses for CR instructions dependent
4004         on complicated compares.
4005         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
4006         (muldi3): Add lmul_compare patterns.
4007         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
4008         and FPSTORE_UX to split instructions and add COMPARE,
4009         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
4010         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
4011         (rs6000_rtx_costs): Separate POWER4 multiply case.
4012
4013 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
4014
4015         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
4016         Do nothing if __builtin_return_address was not used.
4017
4018 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
4019
4020         * i386.md (test patterns):  Allow memory operand in operand1.
4021
4022 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
4023
4024         * testsuite/gcc.c-torture/execute/simd-3.c: New.
4025
4026         * expr.c (expand_expr): Handle VECTOR_CST.
4027         (const_vector_from_tree): New.
4028
4029         * varasm.c (output_constant): Handle VECTOR_CST.
4030
4031         * c-typeck.c (digest_init): Build a vector constant from a
4032         VECTOR_TYPE.
4033
4034         * config/rs6000/rs6000.c: Remove prototype for
4035         easy_vector_constant.
4036         (easy_vector_constant): Add mode parameter.  Rewrite to handle
4037         more easy constants.
4038         (rs6000_emit_move): Pass mode to easy_vector_constant.
4039         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
4040         (emit_easy_vector_insn): New.
4041         (easy_vector_same): New.
4042         (EASY_VECTOR_15): New macro.
4043         (EASY_VECTOR_15_ADD_SELF): New macro.
4044         (bdesc_2arg): Rename to xorv2si3.
4045         (easy_vector_constant_add_self): New.
4046         (input_operand): Allow vector constants.
4047
4048         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
4049         easy_vector_constant, easy_vector_constant_add_self.
4050         (EXTRA_CONSTRAINT): Add 'W'.
4051
4052         * config/rs6000/rs6000-protos.h: Add prototype for
4053         easy_vector_constant, emit_easy_vector_insn.
4054
4055         * config/rs6000/altivec.md (xorv8hi3): New.
4056         (xorv16qi3): New.
4057         Remove all _const0 patterns.
4058         (movv4si_internal): Rewrite to use code.  Add vector constant to
4059         vector alternative.  Add splitter.
4060         (movv8hi_internal): Same.
4061         (movv16qi_internal): Same.
4062         (movv4sf_internal): Same.
4063         Change the unspecs for vspltis* to use constants.
4064
4065         * config/rs6000/spe.md ("xorv4hi3"): New.
4066         ("spe_evxor"): Rename to xorv2si3.
4067         ("xorv1di3"): New.
4068         Remove all _const0 patterns.
4069         (movv2si_internal): Rewrite to use code.  Add vector constant to
4070         alternatives.  Add splitter.
4071         (movv4hi_internal): Add vector constant to alternatives.
4072         (movv1di_internal): Same.
4073         (movv2sf_internal): Same.
4074
4075 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
4076
4077         PR c/9936
4078         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
4079         variably-sized arrays in parameters.
4080         (set_save_expr_context): New function.
4081         (c_expand_body): Use it, via walk_tree.
4082
4083 2003-03-31  Eric Christopher  <echristo@redhat.com>
4084
4085         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
4086         (combinable_i3pat): Remove call to expand_field_assignment and
4087         #if 0'd code.
4088
4089 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
4090
4091         PR c++/10278
4092         * c-common.c (finish_label_address_expr): Handle the
4093         error_mark_node.
4094
4095 2003-03-31  Richard Henderson  <rth@redhat.com>
4096
4097         * real.c (real_identical): Reorg so as to not compare
4098         signalling for normals.
4099
4100 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
4101
4102         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
4103
4104 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
4105
4106         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
4107         notes as they are boggus.
4108         (m68hc11_gen_movqi): Likewise.
4109
4110 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
4111
4112         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
4113         save the soft registers after the frame pointer so that gdb can unwind
4114         the frame more easily.
4115         (expand_epilogue): Likewise in opposite order; allow to use X register
4116         as scratch if the return value is by reference.
4117
4118 2003-03-31  Jason Merrill  <jason@redhat.com>
4119
4120         PR java/10145
4121         * stor-layout.c (update_alignment_for_field): Respect
4122         DECL_USER_ALIGN for zero-length bitfields, too.
4123         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
4124         fields.
4125
4126 2003-03-31  Matt Austern  <austern@apple.com>
4127
4128         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
4129         (count_defs): Keep track of number of defs as well as total size.
4130         (write_defs): Put every definition in cpp_savedstate's defs array.
4131         (comp_hashnode): Define.  Comparison function for qsort.
4132         (cpp_write_pch_deps): Sort definitions before writing them.
4133         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
4134         (collect_ht_nodes): Define.
4135         (cpp_valid_state): When verifying that undefined identifiers in
4136         the pch file are still undefined, read a sorted list of undefined
4137         identifiers, collect all defined identifiers into a sorted list,
4138         and walk through both lists to make sure there's no match.
4139
4140 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
4141
4142         * config/h8300/h8300.md (a peephole2): New.
4143
4144 2003-03-31  Michael Matz  <matz@suse.de>
4145
4146         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
4147
4148 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
4149
4150         PR target/10177
4151         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
4152         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
4153         all call-clobbered registers as used.
4154
4155 2003-03-31  Michael Matz  <matz@suse.de>
4156
4157         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
4158         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
4159
4160 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
4161
4162         * gcov.c: Add -a & -u options.
4163         (struct arc_info): Add local_span, is_call_non_return,
4164         is_nonlocal_return, is_unconditional flags, remove is_call flag.
4165         (struct block_info): Add flags, is_call_site, is_nonlocal_return
4166         members. Make encodings a union with span member.
4167         (struct function_info): Add blocks_executed, line, src, line_next
4168         members.
4169         (struct coverage_info): Make branches a union with blocks member.
4170         (struct source_info): Add functions member.
4171         (object_summary, program_count): New global variables.
4172         (flag_all_blocks, flag_unconditional): New flags.
4173         (find_source, output_branch_count): New functions.
4174         (print_usage): Adjust.
4175         (options): Adjust.
4176         (process_args): Adjust.
4177         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
4178         <GCOV_TAG_BLOCKS>: Read flags.
4179         <GCOV_TAG_LINES>: Adjust.
4180         (read_count_file): Process SUMMARY tags.
4181         (solve_flow_graph): Set is_unconditional and clear is_call_site
4182         appropriately.
4183         (add_branch_counts): Adjust. Don't count unconditional branches.
4184         (add_line_counts): Deal with all-blocks mode, accumulate block
4185         coverage.
4186         (accumulate_line_counts): Adjust, generate local spanning tree for
4187         all-blocks mode.
4188         (output_lines): Adjust.
4189         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
4190         * doc/gcov.texi: Document.
4191
4192 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
4193
4194         * config/h8300/h8300.md: Organize peephole2's that transform
4195         (compare (reg:HI) (const_int)).
4196
4197 2003-03-31  Roger Sayle  <roger@eyesopen.com>
4198
4199         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
4200         (init_emit_once): Initialize dconstm2 and dconsthalf here.
4201         * real.h (dconstm2, dconsthalf): Add prototypes here.
4202         * real.c (real_sqrt): Use dconsthalf rather than local copy.
4203         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
4204         exp(x/2.0) remember to fold the division if possible.
4205         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
4206         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
4207         1.0/(x*x) and pow(x,0.5) as sqrt(x).
4208
4209 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
4210
4211         * config/h8300/h8300.md (a new peephole2): New.
4212
4213 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
4214
4215         * gcse.c (simple_mem): Return false for floating-point accesses
4216         if flag_float_store is true.
4217
4218 2003-03-30  Roger Sayle  <roger@eyesopen.com>
4219
4220         * gcse.c (gcse_constant_p): New function to identify constants
4221         suitable for constant propagation, including COMPARE with two
4222         integer constant arguments.
4223         (hash_scan_set): Use gcse_constant_p.
4224         (find_avail_set): Likewise.
4225         (cprop_insn): Likewise.
4226         (do_local_cprop): Likewise.
4227         (find_implicit_sets): Likewise.
4228         (find_bypass_set): Likewise.
4229
4230 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
4231
4232         * except.h: Remove definition of varray_type.
4233
4234 2003-03-30  Richard Henderson  <rth@redhat.com>
4235
4236         PR opt/10011, opt/10252:
4237         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
4238         before post-gcse cse pass.
4239
4240 2003-03-30  Roger Sayle  <roger@eyesopen.com>
4241
4242         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
4243
4244 2003-03-30  DJ Delorie  <dj@redhat.com>
4245
4246         * profile.c (instrument_edges): Make sure any newly created
4247         jump insns have correct jump label info.
4248
4249 2003-03-30  Richard Henderson  <rth@redhat.com>
4250
4251         * cfgbuild.c (make_edges): Use tablejump_p.
4252         * cfgcleanup.c (label_is_jump_target_p): Likewise.
4253         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
4254         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
4255         (try_redirect_by_replacing_jump): Likewise.
4256         (redirect_edge_and_branch): Likewise.
4257         * cse.c (fold_rtx): Likewise.
4258         * jump.c (delete_related_insns): Likewise.
4259         * rtlanal.c (get_jump_table_offset): Likewise.
4260         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
4261
4262 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4263
4264         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
4265         (STRICT2_WARN): Likewise.
4266
4267 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4268
4269         PR other/6955
4270         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
4271         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
4272
4273 2003-03-30  Richard Henderson  <rth@redhat.com>
4274
4275         PR c/10083
4276         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
4277         don't zero_extend const inputs.
4278
4279 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
4280
4281         * reload1.c (reload_cse_move2add): Fix a comment typo.
4282
4283 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
4284
4285         * config/h8300/h8300.md (a peephole2): Remove useless code.
4286
4287 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
4288
4289         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
4290         (*iorsi3_and_lshiftrt): Likewise.
4291         (*iorsi3_zero_extract): Likewise.
4292
4293 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
4294
4295         * config/h8300/h8300.md (*insv_si_8_8): New.
4296         (*insv_si_8_8_lshiftrt_8): Likewise.
4297         (a peephole2): Likewise.
4298
4299 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4300
4301         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
4302         Uniformly use bugfix instead of bug fix.
4303
4304 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4305
4306         PR doc/895
4307         * ONEWS: Remove those items that already appear in the EGCS
4308         release notes on our web pages.
4309
4310 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
4311
4312         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
4313         TARGET_HARD_FLOAT.  Reformat.
4314         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
4315
4316 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
4317
4318         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
4319         work on Solaris 2.5.1.
4320
4321 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
4322
4323         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
4324         section of h8300.md
4325         (*addsi3_and_nor_r_1): Likewise.
4326
4327 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
4328
4329         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
4330         set up before any trapping memory access if flag_non_call_exceptions.
4331
4332 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
4333
4334         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
4335
4336         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
4337
4338 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4339
4340         * configure.in: Clarify comments.
4341         * configure: Regenerate.
4342
4343 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
4344
4345         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
4346         label even if pool empty when generating PIC.
4347         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
4348
4349 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
4350             Dhananjay Deshpande  <dhananjayd@kpit.com>
4351
4352         PR target/10205
4353         * config/h8300/h8300.c (h8300_initial_elimination_offset):
4354         Correct the offset computation when TARGET_NORMAL.
4355
4356 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4357
4358         PR target/10067
4359         * config/sparc/sparc.md (jump pattern): Correct order
4360         when issuing the annuling marker.
4361
4362 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4363
4364         PR c/8281
4365         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
4366         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
4367
4368 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
4369
4370         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
4371         globalize_label.
4372         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
4373         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
4374         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
4375         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
4376         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
4377         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
4378         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
4379
4380 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
4381
4382         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
4383         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
4384         notes after hoisting.
4385         (load_mems): Adjust replace_loop_mems call.
4386
4387 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4388             Richard Henderson  <rth@redhat.com>
4389
4390         PR target/10114 and PR target/10084
4391         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
4392
4393 2003-03-27  Richard Henderson  <rth@redhat.com>
4394
4395         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
4396
4397 2003-03-27  Roger Sayle  <roger@eyesopen.com>
4398
4399         * fold-const.c (fold_inf_compare):  New function to simplify FP
4400         comparisons against +Infinity or -Infinity.
4401         (fold):  Optimize floating point comparisons against Infs and NaNs.
4402
4403 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
4404
4405         * libgcov.c: Provide only dummy functions if libc is not available.
4406
4407 2003-03-27  Richard Henderson  <rth@redhat.com>
4408
4409         * real.h (struct real_value): Add signalling.
4410         (EXP_BITS): Decrement.
4411         * real.c (get_canonical_qnan): Don't set MSB-1.
4412         (get_canonical_snan): Likewise.  Set signalling.
4413         (real_identical): Compare signalling.
4414         (round_for_format): Remove force-one-bit on code.
4415         (real_nan): Likewise.  Set signalling.
4416         (encode_ieee_single): Add force-one-bit code; honor signalling.
4417         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
4418         (decode_ieee_single): Set signalling.
4419         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
4420
4421 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
4422
4423         PR ada/9953
4424         * ada/Makefile.in (gnatlib configuration for HPUX): Split
4425         the general section for HPUX into specific sections for
4426         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
4427         11 case.
4428
4429 2003-03-27  Glen Nakamura  <glen@imodulo.com>
4430
4431         PR opt/10087
4432         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
4433         while incrementing giv.
4434         (record_biv): Check for duplicate biv locations and
4435         set (struct induction *) v->same if found.
4436
4437 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
4438
4439         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
4440         v0.9 API change: replace read of UNW_REG_HANDLER with
4441         unw_get_proc_info().
4442         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
4443         with unw_get_proc_info().
4444         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
4445         unw_get_proc_info().
4446
4447 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
4448
4449         * config/rs6000/8540.md: Use presence_set instead of absence_set.
4450
4451 2003-03-26  Richard Henderson  <rth@redhat.com>
4452
4453         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
4454
4455 2003-03-26  Roger Sayle  <roger@eyesopen.com>
4456
4457         PR bootstrap/10051, PR bootstrap/10169.
4458         * mips-tfile.c (init_file): Don't provide a static initializer.
4459         (initialize_init_file): Initialize the contents of init_file.
4460         (add_file): Call initialize_init_file if not already initialized.
4461
4462 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
4463
4464         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
4465         registers used for global asm variables.
4466         (s390_frame_info, s390_arg_frame_offset): Likewise.
4467         (s390_emit_prologue, s390_emit_epilogue): Likewise.
4468
4469 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
4470
4471         * config/rs6000/8540.md: New file.
4472
4473         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
4474         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
4475         reservations for imul.
4476
4477         * config/rs6000/rs6000.md: Include 8540.md.  Change
4478         delayed_compare onto mult_compare for insns generating
4479         multiplication.
4480         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
4481         New type attribute values.
4482
4483         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
4484         fpsimple instead of fp.
4485         (*divsf3_gpr): Use type vecfdiv instead of fp.
4486         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
4487         instead of vecfloat.
4488         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
4489         (spe_brinc): Use type brinc instead of veccomplex.
4490         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
4491         veccomplex.
4492         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
4493         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
4494         *movv2sf_internal): Define type attribute values for all
4495         alternatives.
4496         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
4497         of fpcompare.
4498         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
4499         instead of fpcompare.
4500
4501 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
4502
4503         * config/rs6000/power4.md: Allow delay between dispatch and
4504         function units for simple instructions.  Correct store units.
4505         Allow branch to occupy as many dispatch slots as necessary.
4506
4507 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
4508
4509         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
4510         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
4511         zero extend old to it.
4512         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
4513         operand.
4514
4515 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
4516
4517         PR target/7784
4518         * reload.c (find_reloads_address): Handle
4519         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
4520         all base registers.
4521
4522 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
4523
4524         PR other/10203
4525         * version.c: Reference the GCC web site in the URL.
4526
4527 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
4528
4529         * c-incpath.c (add_standard_paths): Add both "translated" and
4530         non-translated header paths.
4531
4532 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
4533
4534         * doc/install.texi (*-*-freebsd*): Update with known status.
4535
4536 2003-03-21  Jason Merrill  <jason@redhat.com>
4537
4538         PR optimization/10171
4539         * unroll.c (unroll_loop): Don't delete the jump at the end unless
4540         we also delete a jump at the beginning.
4541
4542 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
4543
4544         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
4545         contributor.
4546
4547 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
4548
4549         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
4550         constants are not expensive.
4551
4552 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
4553
4554         PR opt/10056
4555         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
4556         jump jumping to the next instruction.
4557         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
4558
4559 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4560
4561         * doc/passes.texi (Passes): Properly document that we do not
4562         perform jump2 any longer; remove command-line option -dJ.
4563
4564 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
4565
4566         PR optimization/8746
4567         * config/i386/i386.md (and promoting splitters): Disable HImode to
4568         SImode promoting when the sign bit matters and is not preserved, or
4569         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
4570         for size.
4571
4572 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
4573
4574         * config/h8300/h8300.md (a peephole2): Extend to support loads
4575         in QImode and HImode.
4576
4577 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
4578
4579         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
4580         _return_far
4581         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
4582         (MULTILIB_EXCEPTIONS): Likewise.
4583         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
4584         by calling some board support routine.
4585         ("call_value"): Likewise.
4586         ("*return_void"): Likewise for return.
4587         ("*return_16bit"): Likewise.
4588         ("*return_32bit"): Likewise.
4589         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
4590         for 68HC11 too.
4591         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
4592         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
4593         -mlong-calls for 68HC11.
4594         * config/m68hc11/larith.asm (declare_near): New macro.
4595         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
4596         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
4597         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
4598         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
4599         (__mulhi32): Likewise.
4600         (ret): Update macro for 68HC11.
4601         (__far_trampoline): Implement for 68HC11.
4602         (__call_a16, __call_a32, __return_void, __return_16): New support
4603         routines for 68HC11 memory bank switching calling support.
4604         (__return_32): Likewise.
4605
4606 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
4607
4608         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
4609
4610 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
4611
4612         * doc/install.texi (Testing): Mention test result links from build
4613         status pages.
4614
4615 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
4616
4617         * function.c (put_var_into_stack): Change bool parameter to int.
4618         (gen_mem_addressof): Likewise.
4619         * rtl.h (gen_mem_addressof): Likewise.
4620         * tree.h (put_var_into_stack): Likewise.
4621         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
4622         gen_mem_addressof or put_var_into_stack.
4623         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
4624         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
4625
4626 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
4627
4628         * config/h8300/h8300.md (a peephole2): New.
4629
4630 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
4631
4632         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
4633
4634 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4635
4636         * doc/contrib.texi (Contributors): Update Janis Johnson.
4637
4638 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4639
4640         PR target/10072
4641         * combine.c (simplify_if_then_else): Check that the mode
4642         has MODE_INT class before applying the (OP Z (mult COND C2))
4643         transformation.
4644
4645 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4646
4647         PR optimization/9414
4648         * config/sparc/sparc.md (widening peepholes): Use
4649         widen_memory_access instead of change_address.
4650
4651 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
4652
4653         PR c++/7086
4654         * c-typeck.c (c_mark_addressable): Adjust calls to
4655         put_var_into_stack.
4656         * expr.c (expand_expr): Likewise.
4657         * function.c (put_var_into_stack): Add rescan parameter.  Do not
4658         call fixup_var_refs when rescan is false.
4659         (gen_mem_addressof): Likewise.
4660         (assign_parms): Adjust calls to put_var_into_stack.
4661         (setjmp_protect): Likewise.
4662         (setjmp_protect_args): Likewise.
4663         * rtl.h (gen_mem_addressof): Change prototype.
4664         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
4665         * tree.h (put_var_into_stack): Change prototype.
4666
4667 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
4668
4669         PR middle-end/9967
4670         * builtins.c (expand_builtin_fputs): When optimizing for size,
4671         don't transform fputs into fwrite.
4672
4673 2003-03-23  Glen Nakamura <glen@imodulo.com>
4674
4675         PR c/8224
4676         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
4677         when signedness changes for division or modulus.
4678
4679 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
4680
4681         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
4682         globalize_label.
4683
4684 2003-03-23  Roger Sayle  <roger@eyesopen.com>
4685
4686         PR c/10178
4687         * stmt.c (expand_end_case_type): Check for overflow in range when
4688         determining whether to use a bit-test implementation.
4689
4690 2003-03-23  Richard Henderson  <rth@redhat.com>
4691
4692         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
4693         before flow2.
4694         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
4695
4696 2003-03-23  Richard Henderson  <rth@redhat.com>
4697
4698         PR opt/10116
4699         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
4700         from then_bb or else_bb after flow2.
4701
4702 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
4703
4704         * configure.in: Check whether it is necessary to link against
4705         libm to use ldexp.
4706         * configure: Regenerate.
4707         * Makefile.in: Add LDEXP_LIB substitution variable.
4708
4709 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
4710
4711         * config/h8300/h8300.md: Fix comment typos.
4712
4713 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4714
4715         * pa.c (output_cbranch): Fix typo in comment.
4716
4717 2003-03-22  Richard Henderson <rth@redhat.com>
4718
4719         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
4720         after reload.
4721
4722 2003-03-22  DJ Delorie  <dj at redhat dot com>,
4723         Bruce Korb  <bkorb at gnu dot org>
4724
4725         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
4726         buggy Solaris 2.6 mutex/cond initializers.
4727         (solaris_mutex_init): Rename to solaris_mutex_init_2.
4728         * fixinc/fixincl.x: Regenerate.
4729         * fixinc/tests/base/pthread.h: Update.
4730         * fixinc/fixincl.c(initialize): be explicit about the default case
4731         and indicate verbose level when being very, very verbose.
4732         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
4733
4734 2003-03-22  Andreas Jaeger  <aj@suse.de>
4735
4736         * config/i386/i386.c (ix86_init_machine_status): Return value.
4737
4738 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4739
4740         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
4741         conditional branch to the following instruction.  Use next_real_insn
4742         instead of next_active_insn.
4743         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
4744         instead of next_active_insn.
4745
4746 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
4747
4748         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
4749         instead of 'm' constraint in forced-split alternatives.
4750         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
4751         VALIDATE_ADDRESS parameter to operand_subword.
4752
4753 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
4754
4755         * config/h8300/h8300.c (notice_update_cc): Correctly handle
4756         the case where the set destination is STRICT_LOW_PART.
4757
4758 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
4759
4760         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
4761         c30 instead of a c40 processor.
4762
4763 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
4764
4765         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
4766
4767 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
4768
4769         * c-common.c: Include intl.h.
4770         (shadow_warning): Rewrite to allow better diagnostic translations.
4771         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
4772         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
4773         use it throughout.
4774         * Makefile.in (c-common.o): Add intl.h.
4775
4776 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
4777
4778         * config.gcc: Remove 'float_format'.
4779
4780         * fixproto: Define NULL and size_t in generated stdlib.h and
4781         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
4782         Rearrange file generation loop for readability.  Generate time.h,
4783         string.h if missing.
4784         * tsystem.h: Include <string.h>, <time.h> unconditionally.
4785         * config.gcc: Blow away POSIX defines.
4786
4787 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
4788
4789         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
4790
4791 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
4792
4793         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
4794         writing .interrupt command.
4795         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
4796         if it's a far or near function.
4797         ("call_value"): Likewise.
4798         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
4799         near attributes.
4800         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
4801         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
4802         (m68hc11_initial_elimination_offset): Set current_function_far
4803         according to attributes.
4804         (expand_prologue): Likewise.
4805         (trap_handler_symbol): New global to keep track of trap handlers.
4806         (m68hc11_encode_section_info): Mark symbol as far if needed; set
4807         trap symbol.
4808         (m68hc11_is_far_symbol): New function.
4809         (m68hc11_is_trap_symbol): New function.
4810         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
4811         (m68hc11_is_trap_symbol): Declare.
4812
4813 2003-03-21  Jan Hubicka  <jh@suse.cz>
4814
4815         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
4816         only when amount of saved regs changed.
4817         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
4818         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
4819
4820 2003-03-21  Jan Hubicka  <jh@suse.cz>
4821
4822         PR inline-asm/7916
4823         * function.c (instantiate_virtual_regs_lossage): New function.
4824         (instantiate_virtual_regs_1): Use it.
4825         (instantiate_virtual_regs): Do not continue in substition when insn has
4826         been deleted.
4827
4828 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
4829
4830         * combine.c (make_field_assignment): Fix a warning.
4831
4832 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
4833
4834         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
4835
4836 2003-03-21  Dale Johannesen  <dalej@apple.com>
4837
4838         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
4839         priority for R2 on Darwin.
4840         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
4841
4842 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
4843
4844         * combine.c (make_field_assignment): Remove unnecessary AND
4845         when storing into zero_extract.
4846
4847 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
4848
4849         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
4850         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
4851         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
4852         in comment.
4853
4854 2003-03-21  DJ Delorie  <dj@redhat.com>
4855
4856         * optabs.c (init_integral_libfuncs): Make sure we init at least up
4857         to "long long" size words.
4858
4859 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
4860
4861         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
4862         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
4863         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
4864
4865 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4866
4867         PR doc-bug/9813
4868         * doc/extend.texi: Move misplaced paragraph about underscores in
4869         variables in macros.
4870
4871 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4872             Richard Henderson  <rth@redhat.com>
4873
4874         PR optimization/8366
4875         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
4876         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
4877         PIC+SYMBOLIC_CONST in other modes than Pmode.
4878         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
4879         the form PIC+SYMBOLIC_CONST as mode dependent.
4880
4881 2003-03-21  DJ Delorie  <dj@redhat.com>
4882
4883         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
4884         sure we always emit at least one insn.
4885
4886 2003-03-21  Christopher Faylor  <cgf@redhat.com>
4887
4888         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
4889         stub t-cygming. Use common target header cygming.h. Add extra
4890         c_target_obj and cxx_target_obj file. Default cygwin to posix
4891         threading. Enforce i386 as float format.
4892         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
4893         Remove cygwin.h as target header. Use common target header
4894         cygming.h  Enforce i386 as float format. Correct typo.
4895         * config/i386/cygming.h: New file, containing definitions
4896         common to mingw32 and cygwin.
4897         * config/i386/cygwin.h: Remove definitions common to cygwin and
4898         mingw.  Simplify special spec logic.  Define "wrappers" around
4899         certain include path defines to accommodate -mno-cygwin.
4900         Remove some #if 0'ed code.
4901         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
4902         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
4903         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
4904         * config/i386/mingw32.h: Remove definitions common to cygwin and
4905         mingw.
4906         (EXTRA_OS_CPP_BUILTINS): Adjust.
4907         (TARGET_VERSION): Define.
4908         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
4909         mingw32.h definitions.
4910         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
4911         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
4912         Add compilation rules for cygwin1.o cygwin2.o.
4913         * config/i386/cygwin1.c: New file.
4914         * config/i386/cygwin2.c: New file.
4915         * config/i386/t-cygming: New makefile stub.
4916
4917 2003-03-20  Richard Henderson  <rth@redhat.com>
4918
4919         * fold-const.c (extract_muldiv_1): Revert changing order of
4920         operands in case MULT_EXPR of 2003-02-16 patch.
4921
4922 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
4923         Merge changes from new-regalloc-branch
4924
4925         From Michael Matz  <matz@suse.de>
4926         * df.c (df_ref_record_1): Move init of loc to safe point.
4927         Only recurse on interesting things in parallels.
4928         Handle CLASS_CANNOT_CHANGE_MODE smarter.
4929         (df_uses_record): Ditto.
4930
4931         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
4932         it's already okay to use memory operands in (IE doesn't require
4933         adding another insn or anything).
4934
4935 2003-03-20  Richard Henderson  <rth@redhat.com>
4936
4937         PR middle-end/6348
4938         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
4939         different from word_mode.
4940
4941 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
4942
4943         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
4944         source operand to those that can be extracted with bld.
4945
4946 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
4947
4948         PR 10066
4949         * arm.md (UNSPEC_PIC_BASE): New constant.
4950         (pic_add_dot_plus_four): Wrap with unspec.
4951         (pic_add_dot_plus_eight): Likewise.
4952
4953 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
4954
4955         * config/h8300/h8300.md (*insv_si_1_n): New.
4956         (*insv_si_1_n_lshiftrt): Likewise.
4957
4958 2003-03-20  Roger Sayle  <roger@eyesopen.com>
4959
4960         * fold-const.c (fold_mathfn_compare): New function to simplify
4961         comparisons against built-in math functions.  Fold comparisons
4962         of sqrt against constants.
4963         (fold): Call fold_mathfn_compare when appropriate.
4964
4965 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
4966
4967         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
4968         information.
4969
4970 2003-03-20  Per Bothner  <pbothner@apple.com>
4971
4972         Various cleanups to help compile server.
4973
4974         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
4975         and pass that to _cpp_init_hashtable.
4976         (cpp_read_main_file):  Drop hash_table* argument; don't call
4977         _cpp_init_hashtable.
4978         * cpplib.h:  Update declarations to match.
4979         * c-opts.c (c_common_init_options):  Pass ident_hash to
4980         cpp_create_reader.
4981         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
4982         * fix-header.c (read_scan_file):  Likewise pass NULL table to
4983         cpp_create_reader rather than cpp_read_main_file.
4984
4985         * cppfiles.c (cpp_rename_file):  Generalized and renamed
4986         to cpp_change_file.
4987         * cpplib.h:  Update declaration to match.
4988         * c-opts.c (push_command_line_line, finish_options):  Change
4989         cpp_rename_file calls to cpp_change_file.
4990
4991         * line-map.c (add_line_map):  Allow leaving the outermost file.
4992         Allowing entering an outermost-file after the initial time.
4993
4994         * toplev.c (pop_srcloc):  Allow popping from initial file.
4995
4996 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
4997
4998         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
4999
5000 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
5001
5002         * config/h8300/h8300.md (a peephole2): New.
5003
5004 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
5005
5006         * config/h8300/h8300.md (*addsi3_and_r_1): New.
5007         (*addsi3_and_not_r_1): Likewise.
5008
5009 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
5010
5011         * Makefile.in (STRICT2_WARN): Add @WERROR@.
5012         (GCC_WARN_CFLAGS): Remove $(WERROR).
5013         (fixinc.sh-warn): New.
5014         * ada/Make-lang.in (ada-warn): Add $(WERROR).
5015         * cp/Make-lang.in (cp-warn): Add $(WERROR).
5016         * f/Make-lang.in (f-warn): Add $(WERROR).
5017         * java/Make-lang.in (java-warn): Add $(WERROR).
5018         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
5019
5020 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5021
5022         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
5023         langhooks-def.h (lhd_tree_dump_dump_tree),
5024         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
5025         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
5026         true and false in return statements.
5027
5028 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
5029
5030         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
5031         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
5032         DWARF_INITIAL_LENGTH_SIZE.
5033         (output_compilation_unit_header, output_pubnames, output_aranges)
5034         (output_line_info): Output 0xffffffff escape value for 64-bit
5035         DWARF extension.
5036         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
5037
5038 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
5039
5040         * config/s390/s390.c (s390_preferred_reload_class): Do not
5041         force constants to the pool unless necessary.
5042         (s390_decompose_address): Prefer to use pointer as base,
5043         not index register.
5044         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
5045         Q alternative.
5046         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
5047         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
5048         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
5049         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
5050         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
5051
5052 2003-03-19  Jan Hubicka  <jh@suse.cz>
5053
5054         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
5055         * i386.c (use_fast_prologue_epilogue): Remove.
5056         (ix86_frame): New field save_regs-using_mov;
5057         (ix86_compute_frame_layout):  Decide on fast prologues;
5058         allocate saved registers in red zone.
5059         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
5060
5061 2003-03-19  Nick Clifton  <nickc@redhat.com>
5062
5063         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
5064
5065 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5066
5067         PR 10062
5068         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
5069         * pa-protos.h (output_lbranch): New prototype.
5070         * pa.c (compute_frame_size): Change size of the frame marker on the
5071         64-bit ports to 48 bytes.
5072         (pa_output_function_prologue): Document why SAVE_SP is set.
5073         (hppa_expand_prologue): Save previous stack pointer into frame marker
5074         on targets which use the hpux unwind library.
5075         (output_cbranch): Use output_lbranch.
5076         (output_lbranch): New function to output long unconditional branches.
5077         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
5078         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
5079         64-bit ports.
5080         * pa.md (jump): Use output_lbranch.
5081         (allocate_stack): New expander for dynamic stack allocation.
5082
5083 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
5084
5085         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
5086         when debugging on XCOFF targets.  Delete "abi" temp.
5087
5088         PR target/10073
5089         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
5090
5091 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
5092
5093         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
5094         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
5095         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
5096
5097         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
5098         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
5099         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
5100
5101 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
5102
5103         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
5104         the result of machopic_function_base_name.
5105         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
5106         string rather than a static array.
5107
5108         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
5109
5110         * gengtype.c: Include rtl.h.
5111         (enum rtx_code): Don't define.
5112         (rtx_format): Make declaration match rtl.h.
5113         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
5114         users.
5115         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
5116         * Makefile.in (gengtype.o): Update dependencies.
5117
5118 2003-03-18  Andreas Schwab  <schwab@suse.de>
5119
5120         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
5121         martin@blom.org.
5122
5123 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
5124
5125         * function.c (next_block_index): Mark with GTY.
5126
5127         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
5128
5129 2003-03-18  Richard Henderson  <rth@redhat.com>
5130
5131         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
5132         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
5133         until after reload.
5134
5135 2003-03-18  Richard Henderson  <rth@redhat.com>
5136
5137         * builtins.c (expand_builtin_unop): New target_mode operand;
5138         use it to convert the result to the correct mode.
5139         (expand_builtin): Update all callers.
5140
5141 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
5142
5143         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
5144
5145 2003-03-18  Jan Hubicka  <jh@suse.cz>
5146
5147         * i386.md:  Fix previous commit that mistakely applied the patch
5148         twice.
5149
5150         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
5151         canonicalized.
5152         (memrefs_conflict_p): Likewise.
5153         (addr_side_effect_eval): Canonicalize the constructed address.
5154
5155 2003-03-18  Jan Hubicka  <jh@suse.cz>
5156
5157         * i386.md (cvtts?2si peep2): New.
5158
5159 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
5160
5161         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
5162
5163 2003-03-18  Andreas Schwab  <schwab@suse.de>
5164
5165         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
5166         for format.
5167
5168 2003-03-17  Jason Merrill  <jason@redhat.com>
5169
5170         PR c++/10091
5171         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
5172         an unaligned member of TREE_ADDRESSABLE type.
5173
5174 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
5175
5176         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
5177         (TARGET_PROFILE_KERNEL): Define.
5178         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
5179         (PROFILE_BEFORE_PROLOGUE): Don't define.
5180         (PROFILE_KERNEL): Remove hacks.
5181         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
5182         (rs6000_stack_info): No need to save lr if just for profiling when
5183         TARGET_PROFILE_KERNEL.
5184         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
5185         (output_function_profiler): Localize label generation.  Emit code
5186         for kernel profiling.
5187
5188 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
5189
5190         * config/h8300/h8300-protos.h: Add a prototype for
5191         byte_accesses_mergeable_p.
5192         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
5193         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
5194         (a splitter): Likewise.
5195         (*iorsi3_ashift_16_ashift_24): Likewise.
5196         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
5197
5198 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5199
5200         * dwarf2asm.h: Delete obsolete comment.
5201         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
5202         dw2_asm_output_pcrel, dw2_asm_output_addr,
5203         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
5204         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
5205         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
5206         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
5207
5208 2003-03-17  Zack Weinberg <zack@codesourcery.com>
5209
5210         * c-tree.h (struct lang_identifier): Remove error_locus field.
5211         (IDENTIFIER_ERROR_LOCUS): Kill.
5212         (record_function_scope_shadow): New prototype.
5213         * c-typeck.c (build_external_ref): Don't complain if
5214         decl is error_mark_node.  When not at file scope, bind the
5215         decl's local value to error_mark_node to suppress further
5216         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
5217
5218         * c-decl.c (get_function_binding_level): New static function.
5219         (record_function_scope_shadow): New exported function.
5220         (c_make_fname_decl): Use get_function_binding_level.
5221
5222 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
5223
5224         * stmt.c (tail_recursion_args): Call promote_mode to set
5225         unsignedp flag correctly before calling convert_move.
5226
5227 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5228
5229         * loop-unroll.c (decide_peel_completely,
5230         decide_unroll_constant_iterations, decide_unroll_stupid,
5231         decide_unroll_runtime_iterations, decide_peel_simple): Set
5232         loop->has_desc.
5233
5234 2003-03-17  Jan Hubicka  <jh@suse.cz>
5235
5236         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
5237
5238 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
5239
5240         * function.c (assign_parms): For a struct value address passed as
5241         first argument, delay the function's result RTL setup code until
5242         after the emission of parameter conversions.
5243
5244 2003-03-17  Dave Love  <fx@gnu.org>
5245             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5246
5247         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
5248         __arch64__ to match Compaq cc.
5249
5250 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
5251
5252         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
5253         (c_common_init): Set EBCDIC in cpp options.
5254         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
5255         not conditional compilation.
5256         * cpplib.h (struct cpp_options): New entry EBCDIC.
5257
5258 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
5259
5260         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
5261
5262 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5263
5264         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
5265         argument to 0 for redirect_jump.
5266
5267 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
5268
5269         PR c++/8805
5270         * except.c (eh_region_u_cleanup): Add prev_try.
5271         (expand_eh_region_end_cleanup): Set it.
5272         (reachable_handlers): Use it to skip over cleanup blocks.
5273
5274 2003-03-17  Andreas Jaeger  <aj@suse.de>
5275
5276         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
5277
5278 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
5279
5280         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
5281         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
5282         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
5283         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
5284
5285 2003-03-16  Richard Henderson  <rth@redhat.com>
5286
5287         * simplify-rtx (simplify_binary_operation): Don't abort for
5288         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
5289
5290 2003-03-16  Richard Henderson  <rth@redhat.com>
5291
5292         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
5293         optimize_size as well.
5294
5295 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
5296
5297         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
5298         for D register to specify the low part of it, aka B.
5299         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
5300         the register if we are loading 1 or -1 to it; avoid using temp
5301         register when moving X/Y to Y/X.
5302         (m68hc11_gen_movqi): Likewise.
5303         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
5304
5305 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
5306
5307         PR optimization/9016
5308         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
5309         into the constant pool.
5310
5311 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5312
5313         PR target/9164
5314         * tree.c (get_narrower): For extensions with unchanged bit number,
5315         return the unsignedness of the outer mode.
5316
5317 2003-03-16  Roger Sayle  <roger@eyesopen.com>
5318
5319         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
5320         to avoid "may be used uninitialized" warning on ia64-hpux.
5321         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
5322
5323 2003-03-16  Andreas Jaeger  <aj@suse.de>
5324
5325         * configure.in: Improve check for memcheck.h.
5326         * configure: Regenerated.
5327
5328 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
5329
5330         * doc/cppopts.texi: Remove documentation of -A-.
5331
5332 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
5333
5334         * doc/libgcc.texi: Remove @tie.
5335
5336 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
5337
5338         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
5339         (rtx_pair): Added new element update_label_nuses, renamed to
5340         replace_label_data.
5341         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
5342         replace_label_data instead of rtx_pair.
5343         * loop.c (load_mems): Likewise.
5344         * rtlanal.c (replace_label): Replace label in pool constants and in
5345         INSN_LIST (in REG_LABEL note).
5346         (subrtx_p): Renamed to rtx_referenced_p.
5347         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
5348         LABEL_REF with CODE_LABEL, traverse constants from pool.
5349
5350 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
5351             Zack Weinberg  <zack@codesourcery.com>
5352
5353         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
5354         * doc/libgcc.texi: New file.
5355         * doc/interface.texi: Delete paragraph about libgcc interface.
5356         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
5357
5358 2003-03-15  Jason Merrill  <jason@redhat.com>
5359
5360         PR debug/9039
5361         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
5362
5363         PR debug/6387
5364         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
5365         function DIEs at toplevel.
5366         (decls_for_scope): At -g1, don't descend into subblocks.
5367
5368 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
5369
5370         * varasm.c (struct rtx_const): Change type of un.addr member
5371         to struct holding an additional 'symbol' member.
5372         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
5373         with equal string addresses as equal.
5374         (simplify_subtraction): Adapt to struct rtx_const change.
5375
5376 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
5377
5378         * fix-header.c (read_scan_file): Read main file before handling -D.
5379
5380 2003-03-15  Roger Sayle  <roger@eyesopen.com>
5381
5382         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
5383         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
5384         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
5385         (find_sub_basic_blocks): Likewise.
5386         * cgraphunit.c (cgraph_expand_functions): Likewise.
5387         * dwarf2out.c (prune_unused_types): Likewise.
5388         * expr.c (store_field): Likewise.
5389         * genextract.c (print_path): Likewise.
5390         * haifa-sched.c (schedule_insn): Likewise.
5391         * lcm.c (compute_antinout_edge): Likewise.
5392         * loop-unroll.c (decide_peel_once_rolling): Likewise.
5393         * ra-colorize.c (ra_colorize_free_all): Likewise.
5394         * ra-debug.c (dump_igraph): Likewise.
5395         (debug_hard_reg_set): Likewise.
5396         * reg-stack.c (reg_to_stack): Likewise.
5397         * rtlanal.c (refers_to_regno_p): Likewise.
5398         * tracer.c (layout_superblocks): Likewise.
5399
5400 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
5401
5402         * fix-header.c (read_scan_file): Fix thinko.
5403
5404 2003-03-15  Glen Nakamura  <glen@imodulo.com>
5405
5406         * reload1.c (choose_reload_regs): Use && instead of ||
5407         with REG_CANNOT_CHANGE_MODE_P condition.
5408
5409 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
5410
5411         * Makefile.in: Update.
5412         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
5413         * c-lex.c (init_c_lex): Register builtins hook is dead.
5414         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
5415         (c_common_decode_option): Don't call cpp_handle_option.
5416         Handle -A, -D and -U.
5417         (handle_deferred_opts): Simplify.
5418         (finish_options): Define builtins and command line macros.
5419         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
5420         * cppinit.c: Don't include intl.h.
5421         (init_builtins): Rename cpp_init_builtins.  No hook to call.
5422         (init_library): Don't need to sort options.
5423         (cpp_create_reader): Don't set pending.
5424         (cpp_destroy): Don't free pending.
5425         (struct pending_option, cl_directive_handler, struct cpp_pending,
5426         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
5427         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
5428         cl_options, cpp_handle_option): Remove.
5429         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
5430         cpp_finish_options): Remove.
5431         (cpp_init_builtins): New.
5432         * fix-header.c (read_scan_file): Update to handle -D.  Fix
5433         handling of -I.  Replace call to cpp_finish_options.
5434
5435 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5436
5437         PR optimization/9387
5438         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
5439         for conditional returns.
5440
5441 2003-03-14  Jason Merrill  <jason@redhat.com>
5442
5443         PR optimization/6871
5444         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
5445
5446 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
5447
5448         * c-opts.c (finish_options): New.
5449         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
5450         (missing_arg): Handle OPT_include and OPT_imacros.
5451         (c_common_init, c_common_parse_file): Use finish_options.
5452         (handle_deferred_opts): Update.
5453         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
5454         (cpp_finish_options): Don't handle -imacros here.
5455         (no_fil): Remove.
5456         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
5457
5458 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
5459
5460         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
5461         rs6000_maybe_dead if !fromprolog.
5462
5463 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
5464
5465         * Makefile.in: Update.
5466         * c-common.h (fe_file_change, pp_file_change): New.
5467         * c-lex.c (init_c_lex): Don't set cb_file_change.
5468         (c_common_parse_file): Move to c-opts.c.
5469         (cb_file_change): Rename fe_file_change.
5470         * c-opts.c: Include debug.h.
5471         (warn_unused_macros, include_cursor): New.
5472         (push_command_line_include, cb_file_change): New.
5473         (COMMAND_LINE_OPTIONS): Handle -include.
5474         (c_common_decode_option): Use local warn_unused_macros.
5475         Handle OPT_include.
5476         (c_common_post_options): Set file change callback.
5477         (handle_deferred_opts): Skip -include.  Don't free the array.
5478         (c_common_init): Call cpp_finish_options here, and push an
5479         initial -include file.
5480         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
5481         (preprocess_file): Don't call cpp_finish_options.
5482         (init_pp_output): Don't set the file change callback.
5483         (pp_file_change): Return if no line commands or no output.
5484         * cpphash.h (next_include_file, first_unused_line): Remove.
5485         * cppinit.c (include_head, include_tail): Remove.
5486         (cpp_destroy): Don't free -include chain.
5487         (cpp_finish_options): Don't handle -include, or worry about
5488         -Wunused-macros.
5489         (_cpp_maybe_push_include_file): Remove.
5490         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
5491         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
5492         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
5493         Used flag is set based upon the state of the warn_unused_macros
5494         flag, and so use of first_unused_line is unnecessary.
5495
5496 2003-03-13  Jan Hubicka  <jh@suse.cz>
5497
5498         * cselib.c (clear_table): Do not take argument; always clear just
5499         used slots.
5500         (cselib_process_insn):  Update call of clear_table
5501         (cselib_init): Do not call clear_table.
5502         (cselib_finish): Clear table.
5503
5504         * cse.c (count_reg_usage): Do not check side_effects_p.
5505         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
5506         like noop.
5507         (find_reg_equal_equiv_note): Do not use find_reg_note.
5508
5509 2003-03-14  Richard Henderson  <rth@redhat.com>
5510
5511         PR target/9700
5512         * config/alpha/alpha.c (alpha_va_start): Account for
5513         current_function_pretend_args_size in the AP offset.
5514
5515         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
5516         (INITIAL_ELIMINATION_OFFSET): Move out of line.
5517         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
5518         (alpha_initial_elimination_offset) New.
5519         * config/alpha/alpha-protos.h: Update.
5520
5521 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
5522
5523         * stmt.c (expand_start_case): Call emit_queue ().
5524
5525 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
5526             Alexandre Oliva  <aoliva@redhat.com>
5527
5528         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
5529         words in new abis.
5530
5531 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
5532
5533         PR optimization/8396
5534         * tree-inline.c (initialize_inlined_parameters): Make sure the value
5535         of read-only constant arguments is passed with the right type.
5536
5537 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
5538
5539         * doc/extend.texi (Function Names): Make the example compilable.
5540
5541 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
5542
5543         * config/rs6000/rs6000.c (processor_target_table): Really allow
5544         GP optional instructions on Power4.
5545
5546 2003-03-13  Roger Sayle  <roger@eyesopen.com>
5547
5548         * calls.c (flags_from_decl_or_type): Factor and remove redundant
5549         conditional tests.
5550
5551 2003-03-13  Mike Stump  <mrs@apple.com>
5552
5553         * ggc-page.c (struct page_entry): Remove varray.h header.
5554         Add index_by_depth field.
5555         Remove save_in_use_p field.
5556         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
5557         by_depth_max, by_depth, and save_in_use fields.
5558         (INITIAL_PTE_COUNT): Add.
5559         (save_in_use_p_i): Add.
5560         (save_in_use_p): Add.
5561         (adjust_depth): Add.
5562         (move_ptes_to_front): Add.
5563         (push_depth): Add.
5564         (push_by_depth): Add.
5565         (prefetch): Add.
5566         (free_page): Add support for and use faster data structures.
5567         (ggc_alloc): Likewise.
5568         (init_ggc): Likewise.
5569         (ggc_recalculate_in_use_p): Likewise.
5570         (ggc_pop_context): Likewise.
5571         (clear_marks): Likewise.
5572         (ggc_pch_read): Likewise.
5573         * Makefile.in (ggc-page.o): Remove varray.h.
5574
5575 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5576
5577         * ChangeLog: Rotated last year's entries to...
5578         * ChangeLog.8: New.
5579
5580         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
5581         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
5582         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
5583         config/ia64/ia64-protos.h, config/ia64/ia64.c,
5584         config/ia64/ia64.h, config/ia64/ia64.md,
5585         config/ia64/itanium1.md, config/ia64/itanium2.md,
5586         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
5587         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
5588
5589 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
5590
5591         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
5592         Differentiate endianness.
5593         (s6000_override_options): Use cpu type instead of TARGET_SPE.
5594
5595 2003-03-13  Nick Clifton  <nickc@redhat.com>
5596
5597         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
5598         LDM instructions with writeback enabled.
5599         (output_return_instruction): Likewise.
5600
5601         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
5602         (CALL_USED_REGISTERS): Remove definition.
5603         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
5604
5605 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
5606
5607         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
5608         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
5609         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
5610         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
5611         (rs6000_legitimize_address): Formatting.
5612         (rs6000_emit_move): Likewise.
5613         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
5614         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
5615         (rs6000_elf_select_section): Comment reason for shlib being
5616         set for ABI_AIX.
5617         (rs6000_elf_unique_section): Likewise.
5618         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
5619         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
5620         as well as flag_pic.
5621         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
5622         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5623         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
5624
5625 2003-03-13  Richard Henderson  <rth@redhat.com>
5626
5627         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
5628
5629         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
5630         (ia64_gp_save_reg): Remove.
5631         (struct ia64_frame_info): Move to the beginning of the file;
5632         add reg_save_gp.
5633         (ia64_expand_call): Rearrange for new call patterns.
5634         (ia64_reload_gp): New.
5635         (ia64_split_call): New.
5636         (ia64_compute_frame_size): Allocate reg_save_gp.
5637         (ia64_expand_prologue): Save reg_save_gp.
5638         (ia64_expand_epilogue): Don't restore gp.
5639         (ia64_hard_regno_rename_ok): Remove R4 hack.
5640         (ia64_function_ok_for_sibcall): New.
5641         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
5642         call try_split on sibcall pattern.
5643         * config/ia64/ia64-protos.h: Update.
5644         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
5645         Rename from nopic versions.  Confiscate 2nd argument to call as
5646         a marker.
5647         (call_pic, call_value_pic, sibcall_pic): Remove.
5648         (call_gp, call_value_gp, sibcall_gp): New.
5649         (builtin_setjmp_setup): Remove.
5650         (builtin_setjmp_receiver): Call ia64_reload_gp.
5651
5652 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5653
5654         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
5655         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
5656         "GNU CC" with "GCC".
5657
5658         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
5659         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
5660         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
5661         GCC, not GNU CC.
5662
5663         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
5664         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
5665
5666         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
5667         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
5668         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
5669         "GNU CC" with "GCC".
5670
5671         * config/v850/lib1funcs.asm, config/v850/rtems.h,
5672         config/v850/v850-c.c, config/v850/v850-protos.h,
5673         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
5674         GCC, not GNU CC.
5675
5676         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
5677         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
5678         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
5679         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
5680         GNU CC.
5681
5682 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
5683
5684         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
5685
5686 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5687
5688         * fixinc/fixinc.interix: Remove dead code (most of it).
5689         * fixinc/fixinc.dgux: Remove.
5690
5691         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
5692         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
5693
5694 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5695
5696         * pa.c (pa_init_builtins): Fix warning.
5697
5698 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
5699
5700         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
5701         (ASM_OUTPUT_XDATA_SHORT): Remove.
5702         (ASM_OUTPUT_XDATA_INT): Remove.
5703         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
5704         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
5705         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
5706         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
5707
5708 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
5709
5710         PR c++/7050
5711         * expr.c (store_expr): Don't attempt to store void-typed trees,
5712         just evaluate them for side effects.
5713
5714 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
5715
5716         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
5717         * cppinit.c (push_include): Move with changes to cppfiles.c.
5718         (cpp_read_main_file): Mark named operators here...
5719         (cpp_finish_options): ...not here.  Update.
5720         (_cpp_maybe_push_include_file): Update.
5721         * cpplib.h (cpp_push_include, cpp_rename_file): New.
5722
5723 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5724
5725         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
5726         _gcc_COMPUTE_GAS_VERSION.
5727         * configure.in: Use them.
5728         * configure: Regenerate.
5729
5730 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
5731
5732         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
5733         to detect carry.
5734         (subdi3): Reorder emitted instructions.
5735
5736 2003-03-12  Andreas Jaeger  <aj@suse.de>
5737
5738         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
5739         NETBSD_OS_CPP_BUILTINS_LP64.
5740
5741 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5742
5743         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
5744         Rearrange.  Reorganize.
5745         * configure.in: Rearrange.
5746         * configure: Regenerate.
5747
5748 2003-03-12  Andreas Jaeger  <aj@suse.de>
5749
5750         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
5751         LP64 targets.
5752
5753         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
5754         _LP64.
5755
5756         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
5757         _LP64 macros here.
5758         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
5759
5760         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
5761         NETBSD_OS_CPP_BUILTINS_LP64.
5762         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
5763         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
5764
5765         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
5766
5767 2003-03-12  Jan Hubicka  <jh@suse.cz>
5768
5769         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
5770
5771 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
5772
5773         Fix PR target/9797 and PR c/9853.
5774         * stmt.c (expand_decl_init): Call push_temp_slots () and
5775         pop_temp_slots ().
5776
5777 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
5778
5779         * sh.c: Include basic-block.h.
5780         (sh_output_mi_thunk, emit_load_ptr): New functions.
5781         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
5782
5783 2003-03-12  Nick Clifton  <nickc@redhat.com>
5784
5785         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
5786         (CALL_USED_REGISTERS): Likewise.
5787         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
5788         describing how this value is calculated.
5789
5790 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
5791
5792         * configure.in (rlim_t): Define to long if no valid definition
5793         found in sys/resource.h.
5794         * config.in, configure: Regenerate.
5795
5796 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
5797
5798         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
5799         TARGET_OS_CPP_BUILTINS.
5800         * config/mcore/mcore-pe.h: Similarly.
5801         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
5802         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
5803
5804 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5805
5806         PR c/9928
5807         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
5808         only if it is a VAR_DECL.
5809
5810 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5811
5812         PR optimization/9888
5813         * config/i386/i386.md (jcc_1): Fix range.
5814         (jcc_2): Likewise.
5815         (jump): LIkewise.
5816         (doloop_end_internal): Likewise.
5817
5818 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
5819
5820         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
5821         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
5822         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
5823         DLL_IMPORT_EXPORT_PREFIX and "i."
5824         (i386_pe_dllexport_name_p): Here.
5825         (i386_pe_dllimport_name_p): Here.
5826         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
5827         not 9 chars when getting identifier name.
5828         (i386_pe_mark_dllimport): Here.
5829         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
5830         not 9 chars when getting identifier name. Correct comment.
5831         (i386_pe_strip_name_encoding): Here. Add comments for different
5832         cases.
5833         (gen_fastcall_suffix): Break down xmalloc() argument to
5834         components.
5835         (gen_stdcall_suffix): Likewise.
5836         Update copyright year.
5837
5838 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5839
5840         PR optimization/9888
5841         * config/i386/i386.md (movsi_1): Remove special alternatives
5842         for %eax register.
5843         (movsi_1_nointernunit): Likewise.
5844         (movhi_1): Likewise.
5845         * config/i386/i386.c (memory_address_length): Do not use
5846         short displacement when there is no base.
5847         (ix86_attr_length_address_default): Handle LEA instructions.
5848
5849 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
5850
5851         * c-cppbuiltin.c (builtin_define_std): Make non-static.
5852
5853 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
5854
5855         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
5856         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
5857         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
5858         * config/freebsd.h (CPP_PREDEFINES): Remove.
5859         (TARGET_OS_CPP_BUILTINS): New.
5860         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
5861         instead of TARGET_OS_CPP_BUILTINS.
5862         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
5863
5864 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
5865
5866         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
5867
5868 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
5869
5870         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
5871         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
5872
5873         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
5874
5875 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
5876
5877         * toplev.c (independent_decode_option): Return success for --help,
5878         --target-help and --version.
5879
5880 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
5881
5882         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
5883         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
5884         specified.
5885         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
5886         DRIVER_SELF_SPECS.
5887         (LINK_SPEC): Let endian options affect the linker emulation name.
5888
5889 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
5890
5891         * sh.md (reload_inqi): Fix mode for source in second set.
5892
5893 2003-03-11  Jan Hubicka  <jh@suse.cz>
5894
5895         * cselib.c (cselib_invalidate_mem_1): Move too ...
5896         (cselib_invalidate_mem): ... here; use new list
5897         (dummy_val, first_containing_mem): New static variables.
5898         (clear_table): Initialize first_containing_mem.
5899         (discard_useless_values):  Compact the containing_mem list.
5900         (add_mem_for_addr): Add to the list.
5901         * cselib.h (cselib_val): Add next_containing_mem.
5902
5903 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
5904
5905         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
5906         instructions for e500.
5907
5908 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
5909
5910         * Makefile.in: Update.
5911         * c-cppbuiltin.c: Include tm_p.h.
5912
5913 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
5914
5915         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
5916
5917         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
5918         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
5919         (_Unwind_SetGR): Same.
5920         (_Unwind_GetGRPtr): New.
5921         (_Unwind_SetGRPtr): New.
5922         (uw_update_context_1): Use accesor functions instead of accessing
5923         context->reg[] directly.
5924         (uw_install_context_1): Same.
5925         (execute_cfa_program): Same.
5926         (__frame_state_for): Same.
5927
5928         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
5929         the synthetic register offset.
5930
5931         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
5932
5933 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
5934
5935         * config/cris/cris.md: Remove lingering EGCS reference.
5936         ("*extopqihi_side_biap"): For HI operation, match
5937         cris_additive_operand_extend_operator, not
5938         cris_operand_extend_operator.  Adjust condition.
5939         ("*extopqihi_side", "*extopqihi"): Ditto.
5940         ("*extopqisi_side_biap"): Correct operand numbers in condition.
5941         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
5942         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
5943         ("*extophisi_swap"): Ditto.
5944         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
5945         PLUS, not cris_operand_extend_operator.  Adjust condition and
5946         output template.
5947         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
5948         * config/cris/cris.h (PREDICATE_CODES): Add
5949         cris_additive_operand_extend_operator.
5950         * config/cris/cris.c (cris_additive_operand_extend_operator):
5951         New predicate.
5952
5953 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
5954
5955         * df.c (read_modify_subreg_p): Change from static to global.
5956         * df.h (read_modify_subreg_p): Add prototype.
5957         * sched-deps.c (sched_analyze_1): Generate true dependency for
5958         strict_low_part, certain subregs and zero/sign_extract.
5959
5960 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
5961
5962         * Makefile.in: Update.
5963         * c-common.c: Don't include real.h or except.h.
5964         (REGISTER_PREFIX): Remove.
5965         (builtin_define_std, builtin_define_with_value,
5966         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
5967         builtin_define_type_max, builtin_define_type_precision,
5968         builtin_define_float_constants): Move to c-cppbuiltin.c.
5969         (c_stddef_cpp_builtins): New.
5970         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
5971         * c-cppbuiltin.c: New, extracted from c-common.c.
5972         (define__GNUC__): New.
5973         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
5974         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
5975         (cpp_unique_options): Don't support no-gcc.
5976         (do_spec_1): Remove support of version specs.
5977         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
5978         * doc/passes.texi: Update.
5979         * doc/tm.texi: Update.
5980
5981 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
5982
5983         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
5984
5985 2003-03-10  Andrew Pinski  <apinski@apple.com>
5986
5987         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
5988         is on should not get here.
5989         (machopic_indirect_data_reference): If dynamic-no-pic is on just
5990         generate high/low parts of the address.
5991         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
5992         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
5993         symbol and labels with a new reg.  Dynamic-no-pic does not have a
5994         pic_offset_table_rtx.
5995         (machopic_select_section): Change references of flag_pic to
5996         MACHOPIC_INDIRECT.
5997         (machopic_asm_out_destructor): Likewise.
5998         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
5999         reference of flag_pic to MACHOPIC_INDIRECT.
6000         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
6001         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
6002         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
6003         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
6004         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
6005         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
6006         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
6007         (TARGET_DYNAMIC_NO_PIC): Define.
6008         (SUBTARGET_SWITCHES): Define, have sub-target switches for
6009         dynamic-no-pic.
6010         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
6011         rs6000_override_options to here. Dynamic-no-pic overrides
6012         pic.
6013         (CC1_SPEC): Change from not static then pic to not static and not
6014         dynamic-no-pic then pic.
6015         * config/rs6000/rs6000.c (rs6000_override_options): Move the
6016         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
6017         (rs6000_legitimize_reload_address): Add case for loading floating in
6018         dynamic-no-pic.
6019         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
6020         of flag_pic to MACHOPIC_INDIRECT.
6021         (secondary_reload_class): Conditional change the reference of
6022         flag_pic to MACHOPIC_INDIRECT.
6023         (rs6000_output_mi_thunk): Change reference of flag_pic to
6024         MACHOPIC_INDIRECT.
6025         (output_profile_hook): Likewise.
6026         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
6027         * config/rs6000/rs6000.md (movdf_low): Add the case for
6028         MACHO_DYNAMIC_NO_PIC_P.
6029         (call): Change references for flag_pic in TARGET_MACHO to
6030         MACHOPIC_INDIRECT.
6031         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
6032         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
6033         * doc/invoke.texi (-mdynamic-no-pic): Document.
6034
6035 2003-03-10  Devang Patel  <dpatel@apple.com>
6036
6037         PR c++/9394
6038         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
6039         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
6040         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
6041         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
6042         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
6043         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
6044
6045 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6046
6047         PR optimization/7189
6048         * toplev.c (rest_of_compilation):  Move
6049         check_function_return_warnings up to just after
6050         delete_unreachable_blocks.
6051
6052 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
6053
6054         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
6055         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
6056         Declare.
6057         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
6058         for reg rename optimization to avoid using Z and Y registers.
6059
6060 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
6061
6062         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
6063         when adding to X and Y since leax/leay are fast.
6064         ("*addhi3"): Accept 'I' constraint when adding to address register.
6065         ("rotlhi3"): Operand 1 must be a register_operand.
6066         (peephole2): New peephole to optimize some adds.
6067         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
6068         to represent -2 .. 2 small integer range.
6069
6070 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
6071
6072         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
6073         each 16-bit rotation.
6074
6075 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
6076
6077         * c-opts.c (add_prefixed_path): Don't use concat.  When
6078         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
6079         cpp_GCC_INCLUDE_DIR_len characters.
6080
6081 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
6082
6083         * testsuite/gcc.dg/altivec-9.c: New file.
6084
6085         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
6086         (rs6000_emit_prologue): Use rs6000_frame_related instead.
6087
6088 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
6089
6090         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
6091         vectors.
6092         (__ev_convert_u64): Remove macro.  Define as inline.
6093         (__ev_convert_s64): Same.
6094
6095 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
6096
6097         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
6098         (rs6000_stack_t): Add spe_64bit_regs_used.
6099
6100         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
6101         spe_64bit_regs_used, and use it to determine the size of the
6102         frame.
6103         (spe_func_has_64bit_regs_p): New.
6104         (spe_synthesize_frame_save): New.
6105         (rs6000_frame_related): Handle SPE synthetic registers.
6106         (rs6000_emit_prologue): Only save in 64-bits if the function used
6107         any registers in 64-bit mode.
6108         (rs6000_emit_epilogue): Same, but for restore.
6109
6110 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
6111
6112         * arm.h (enum floating_point_type): Delete.  Replace with...
6113         (enum fputype): ... new.
6114         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
6115         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
6116         * arm.md (attr fpu): Reworked for new underlying enum values.
6117         * arm.c (arm_fpu_arch): Now enum fputype.
6118         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
6119         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
6120         Update uses of arm_fpu_arch and arm_fpu_tune.
6121
6122 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
6123
6124         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
6125         (try_crossjump_to_edge): Replace refereces to one jump table by
6126         references to identical jump table.
6127         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
6128         (replace_label): Moved to rtlanal.c.
6129         (struct rtx_pair): Moved to rtl.h.
6130         * rtl.h (struct rtx_pair): Moved from loop.c.
6131         (replace_label): New extern function.
6132         (subrtx_p): New extern function.
6133         (tablejump_p): New extern function.
6134         * rtlanal.c (replace_label): Moved from loop.c.
6135         (subrtx_p_1): New static function.
6136         (subrtx_p): New function.
6137         (tablejump_p): New function.
6138
6139 2003-03-10  Jan Hubicka  <jh@suse.cz>
6140
6141         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
6142
6143         * cfgcleanup.c (merge_blocks): Return where to iterate next.
6144         (try_optimize_cfg): Use return value of merge_blocks
6145
6146 2003-03-10  Michael Matz  <matz@suse.de>
6147
6148         * cfg.c (unchecked_make_edge): New.
6149         (cached_make_edge): Use it.
6150         * basic-block.h (unchecked_make_edge): Declare.
6151         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
6152
6153 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
6154
6155         * fpa.md: New file.  Move all patterns relating to FPA co-processor
6156         to here...
6157         * arm.md: ... from here.
6158         (cirrus.md, fpa.md): Include at end of description.
6159         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
6160         (pic_load_addr_based): Remove register constraint from expander.
6161         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
6162         (sordered, sungt, sunle, sunge, sunlt): Likewise.
6163         (eh_epilogue, tablejump): Likewise.
6164
6165 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6166
6167         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
6168         on operands if it has a PLACEHOLDER_EXPR.
6169
6170 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
6171             Mostafa Hagog
6172
6173         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
6174         condition.
6175
6176 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
6177
6178         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
6179         * config/ip2k/ip2k.h: Similarly.
6180         * config/m32r/m32r.h: Similarly.
6181         * config/m68hc11/m68hc11.h: Similarly.
6182         * config/mn10200/mn10200.h: Similarly.
6183         * config/mn10300/mn10300.h: Similarly.
6184         * config/pdp11/pdp11.h: Similarly.
6185         * config/v850/v850.h: Similarly.
6186         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
6187         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
6188         * config/mips/iris3.h: Remove #if 0 block.
6189
6190 2003-03-09  Roger Sayle  <roger@eyesopen.com>
6191             Joern Rennecke <joern.rennecke@superh.com>
6192
6193         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
6194         pending argument upon return from handle_braces here.
6195         (do_spec_2): Instead handle it upon return from do_spec_1 here.
6196
6197 2003-03-09  Roger Sayle  <roger@eyesopen.com>
6198             Joern Rennecke <joern.rennecke@superh.com>
6199
6200         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
6201         pending argument upon return from handle_braces here.
6202         (do_spec_2): Instead handle it upon return from do_spec_1 here.
6203
6204 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6205
6206         * varasm.c (make_decl_one_only): Use declare_weak().
6207
6208 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6209
6210         PR middle-end/9986
6211         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
6212         after the common builtins.
6213         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
6214         * pa.c (TARGET_INIT_BUILTINS): Define.
6215         (pa_init_builtins): New function.
6216
6217         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
6218         space has been allocated for the outgoing arguments, set the arg
6219         pointer for a call emitted after virtuals have been instantiated
6220         using the stack pointer offset, otherwise abort.
6221
6222 2003-03-09  DJ Delorie  <dj@redhat.com>
6223
6224         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
6225
6226 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
6227
6228         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
6229         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
6230         conversion to integer.
6231         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
6232
6233 2003-03-09  Roger Sayle  <roger@eyesopen.com>
6234
6235         * builtins.def: Fix typo and improve grammar.
6236         * loop-unroll.c (decide_peel_completely): Tidy log message.
6237
6238 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
6239
6240         * config/h8300/h8300.md (*tstsi_upper_bit): New.
6241         (*iorsi3_e2f): Likewise.
6242
6243 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
6244
6245         * config/h8300/h8300.c (h8300_and_costs): Return the number of
6246         assembly instructions needed.
6247         (h8300_shift_costs): Likewise.
6248
6249 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
6250
6251         * config/cris/aout.h (ENDFILE_SPEC): Undef.
6252
6253         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
6254         moves from here ...
6255         * expr.c (emit_move_insn_1): ... to here.
6256
6257         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
6258         (TARGET_OS_CPP_BUILTINS): New macro.
6259         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
6260         (TARGET_OS_CPP_BUILTINS): New macro.
6261         (CPP_PREDEFINES): Don't define.  Move old definitions and...
6262         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
6263         (TARGET_CPU_CPP_BUILTINS): New macro.
6264         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
6265         definitions and the optional __PIC__, __pic__ and
6266         __NO_UNDERSCORES__ definitions to...
6267         (TARGET_OS_CPP_BUILTINS): New macro.
6268
6269         * flags.h (flag_leading_underscore): Declare.
6270
6271         * c-opts.c (c_common_post_options): On fopen failure, return
6272         false, not NULL.
6273
6274 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6275
6276         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
6277         config.h.
6278         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
6279         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
6280
6281 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6282
6283         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
6284         CPP_PREDEFINES.
6285         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
6286         CPP_PREDEFINES.
6287
6288 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6289
6290         * c-common.h (c_common_init, c_common_post_options): Update.
6291         * c-objc-common.c (c_objc_common_init): Update for new prototype.
6292         * c-opts.c (saved_lineno): New.
6293         (c_common_post_options, c_common_init): Update prototypes,
6294         move call to cpp_read_main_file from latter to former.
6295         * c-tree.h (c_ojbc_common_init): Update.
6296         * langhooks-def.h (lhd_post_options): New.
6297         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
6298         * langhooks.c (lhd_post_options): New.
6299         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
6300         * toplev.c (no_backend): New.
6301         (process_options): Call post_options hook and set main_input_filename
6302         and input_filename here.
6303         (lang_dependent_init, do_compile): post_options hook moved to
6304         process_options.
6305         * objc/objc-act.c (objc_init): Update prototype.
6306         * objc/objc-act.h (objc_init): Update prototype.
6307
6308 2003-03-08  Roger Sayle  <roger@eyesopen.com>
6309
6310         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
6311         a complex or vector type, using a load in the original mode.
6312
6313 2003-03-08  Jan Hubicka  <jh@suse.cz>
6314
6315         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
6316         * gt-cgraph.h: New GC file.
6317         * cgraph.c (known_fns): New static variable.
6318         (cgraph_node): Add the decl into varray.
6319
6320 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6321
6322         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
6323
6324 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
6325
6326         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
6327         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
6328         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
6329         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
6330         All callers changed.
6331         * arm.md, arm.h, arm-protos.h: Updated.
6332
6333         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
6334         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
6335         * arm.c (arm_regno_class, f_register_operand): Updated.
6336
6337 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6338
6339         * config/cris/cris.h: Remove EGCS references.
6340         (CPP_SPEC): Remove "-$".
6341         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
6342
6343 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6344
6345         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
6346         preference to CPP_PREDEFINES.
6347
6348 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6349
6350         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
6351
6352 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
6353
6354         * config/h8300/h8300.md (*extzv_16_8): New.
6355
6356 2003-03-08  Jan Hubicka  <jh@suse.cz>
6357
6358         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
6359         * cgraph.h: (cgraph_local_info): Add can_inline_once
6360         (cgraph_global_info): Add inline_once.
6361         (cgraph_node): Add previous.
6362         (cgraph_remove_node): New.
6363         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
6364         function.
6365         (cgraph_optimize): Call it.
6366         (cgraph_finalize_function):  Set inlinable flags.
6367         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
6368         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
6369         (cgraph_expand_function): Likewise.
6370         * cgraph.c
6371         (cgraph_node): Put nodes into doubly linked chain.
6372         (cgraph_remove_node): New function.
6373         * flags.h (flag_inline_functions_called_once): Declare.
6374         * tree-inline.c: Include cgraph.h
6375         (inlinable_functions_p): Add extra argument to bypass limits.
6376         (expand_call_inline):  Obey cgraph flag.
6377         * tree-inline.h (tree_inlinable_function_p): Update prototype.
6378
6379 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6380
6381         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
6382         irreducible loops.
6383
6384         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
6385         loops info correctly.
6386
6387 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6388
6389         PR middle-end/7796
6390         * unroll.c (calculate_giv_inc): Handle constants being
6391         loaded with LSHIFTRT.
6392
6393 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
6394
6395         * config/rs6000/rs6000.c (processor_target_table): Do not disable
6396         GP optional instructions on Power3, Power4, 620, and 630.
6397
6398 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
6399
6400         * calls.c: Fix comment formatting.
6401         * cfgloopanal.c: Likewise.
6402         * cfgloopmanip.c: Likewise.
6403         * combine.c: Likewise.
6404         * dwarf2out.c: Likewise.
6405         * ggc-common.c: Likewise.
6406         * langhooks.c: Likewise.
6407         * loop-unroll.c: Likewise.
6408         * loop.c: Likewise.
6409         * ra-build.c: Likewise.
6410         * sbitmap.c: Likewise.
6411         * toplev.c: Likewise.
6412
6413 2003-03-07  James E Wilson  <wilson@tuliptree.org>
6414
6415         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
6416
6417 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
6418
6419         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
6420         support -no-integrated-cpp.
6421
6422         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
6423         than langhooks.name.
6424
6425 2003-03-07  Michael Matz  <matz@suse.de>
6426
6427         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
6428         (DF_FOR_REGALLOC): New.
6429         * df.c (df_ref_record): Set DF_REF_STRIPPED.
6430         (read_modify_subreg_p): Simplify.
6431         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
6432         Use DF_FOR_REGALLOC.
6433         * ra.h (struct web): New member subreg_stripped.
6434         (invalid_mode_change_regs): Declare.
6435         * ra.c (invalid_mode_change_regs): New.
6436         (init_ra): Initialize it.
6437         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
6438         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
6439         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
6440         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
6441         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
6442
6443 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
6444
6445         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
6446         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
6447         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
6448         machine description file from ...
6449         * cirrus.md: ... here.
6450
6451 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
6452
6453         * config/h8300/h8300.md (a peephole2): Don't use
6454         reg_overlap_mentioned_p.
6455
6456 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
6457
6458         * c-pch.c: Include langhooks.h.
6459         (IDENT_LENGTH): New.
6460         (get_ident): New.
6461         (pch_ident): Delete.
6462         (pch_init): Use get_ident, IDENT_LENGTH.
6463         (c_common_valid_pch): Likewise.  Also, use actual language
6464         in warning message.
6465         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
6466
6467         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
6468         c-parse.in.
6469         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
6470         gt-objc-objc-act.h.
6471         (gt-objc-objc-act.h): New rule.
6472         * objc/lang-specs.h: Support PCH.
6473         * objc/objc-act.c: Include gt-objc-objc-act.h.
6474         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
6475         (build_selector_reference_decl): Move idx out, mark for PCH.
6476         (build_class_reference_decl): Likewise.
6477         (build_objc_string_decl): Move *_idx out, mark for PCH.
6478         (build_tmp_function_decl): Move xxx out, mark for PCH.
6479
6480 2003-03-06  Dale Johannesen  <dalej@apple.com>
6481
6482         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
6483         global functions for inlining on Darwin.
6484
6485 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
6486
6487         * haifa-sched.c (schedule_block): Don't call reorder when sorting
6488         is prohibited.
6489
6490 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
6491
6492         * Makefile.in (c-ppoutput.o): Update.
6493         * c-common.h (init_pp_output): New.
6494         (preprocess_file): Update.
6495         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
6496         Register builtins.
6497         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
6498         Make call to cpp_read_main_file common to whether preprocessing
6499         or not.  Don't register builtins.
6500         * c-ppoutput.c: Include c-pragma.h.
6501         (setup_callbacks): Rename init_pp_output.
6502         (preprocess_file): No longer setup callbacks or call
6503         cpp_read_main_file.
6504         * cpphash.h (_cpp_init_mbchar): New.
6505         * cppinit.c (init_library): Call _cpp_init_mbchar.
6506         * cpplex.c (_cpp_init_mbchar): New.
6507
6508 2003-03-06  Roger Sayle  <roger@eyesopen.com>
6509
6510         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
6511         MEM, try loading the MEM into a register and taking the low-part
6512         of that, to help CSE see the use of the MEM in its true mode.
6513
6514 2003-03-05  Tom Tromey  <tromey@redhat.com>
6515
6516         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
6517         Define.
6518
6519 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
6520
6521         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
6522         operand 2.
6523         ("*ineqbranchsi"): Likewise.
6524
6525 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
6526
6527         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
6528         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
6529         register store followed by a stack increment.
6530
6531 2003-03-05  Chris Moller  <cmoller@redhat.com>
6532
6533         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
6534         to inhibit saving CARRY_REGS.
6535
6536         * config/stormy16/stormy16.c (xs_hi_general_operand):
6537         added predicate to detect and error-out on out-of-range
6538         const_ints for movhi.
6539         * config/stormy16/stormy16.md (movhi): use
6540         xs_hi_general_operand.
6541
6542         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
6543         added a check for local vbl size overflow.
6544         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
6545         added predicate to detect and error-out on out-of-range
6546         const_ints for addhi and subhi.
6547         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
6548         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
6549
6550         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
6551         add a term to accept PRE_MODIFY addresses.
6552         * config/stormy16/stormy16.c (xstormy16_expand_move):
6553         add code to expand PRE_MODIFY addresses to an add followed
6554         by a move.
6555
6556 2003-03-06  Jason Merrill  <jason@redhat.com>
6557
6558         * tree-inline.c (inlinable_function_p): Revert earlier change
6559         pending investigation.
6560
6561 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
6562
6563         * config/h8300/h8300.md (a new peephole2): New.
6564
6565 2003-03-06  Jan Hubicka  <jh@suse.cz>
6566
6567         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
6568
6569 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6570
6571         * dwarf2out.c (size_of_die): Compute size of external reference to
6572         die correctly.
6573
6574 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
6575
6576         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
6577         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
6578         expanders.
6579
6580 2003-03-05  Roger Sayle  <roger@eyesopen.com>
6581
6582         * expr.h (lang_expand_expr): Delete obsolete prototype.
6583
6584 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
6585
6586         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
6587
6588 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
6589
6590         * config/h8300/h8300.md (a peephole2): Generalize to
6591         accept a memory operand.
6592
6593 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
6594
6595         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
6596         * config/alpha/alpha.c (print_operand, case '+'): New.
6597         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
6598         (call_value_osf_1_noreturn): Likewise.
6599
6600 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6601
6602         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
6603         (expand_end_bindings): Likewise.
6604
6605 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6606
6607         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
6608         (epilogue): Don't generate return_external_pic when emitting PA 2.0
6609         code.
6610
6611 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
6612
6613         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
6614
6615         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
6616
6617         * hooks.c (hook_rtx_rtx_null): New.
6618
6619         * hooks.h (hook_rtx_rtx_null): Protoize.
6620
6621         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
6622         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
6623
6624         * target.h (struct gcc_target): Add dwarf_register_span.
6625
6626         * dwarf2out.c (multiple_reg_loc_descriptor): New.
6627         (one_reg_loc_descriptor): New.
6628         (reg_loc_descriptor): Add support for values that span more than
6629         one register.
6630
6631 2003-03-05  Jan Hubicka  <jh@suse.cz>
6632
6633         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
6634         * alias.c:  Include cgraph.h
6635         (mark_constant_function): Use cgraph_rtl_info.
6636         * calls.c:  Include cgraph.h
6637         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
6638         calls.
6639         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
6640         * cgraph.c (cgraph_rtl_info): New function.
6641         * cgraph.h (cgraph_rtl_info): Declare
6642         (cgraph_rtl_info): Likewise.
6643         * function.h (struct function): Add recursive_call_emit.
6644         * toplev.c: Include cgraph.h.
6645         (rest_of_compilation): Set preferred_incoming_stack_boundary.
6646
6647 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
6648
6649         * config/h8300/h8300.c (output_simode_bld): Clear the
6650         destination first if possible.
6651         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
6652         alternative.
6653         (extzv_1_r_inv_h8300hs): Likewise.
6654
6655 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6656
6657         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
6658         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
6659         * cfgloop.c (flow_loop_free): Made global.
6660         (establish_preds): New static function.
6661         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
6662         (get_loop_exit_edges): New.
6663         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
6664         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
6665         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
6666         loops.
6667         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
6668         removability of an edge.
6669         (fix_irreducible_loops): New static function.
6670         (find_path, remove_path): Add ability to remove enclosing loops.
6671         (unloop): New.
6672         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
6673         flags.
6674         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
6675         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
6676         not neccessary.
6677         (decide_peel_completely, peel_loops_completely): Allow complete peeling
6678         of non-duplicable once rolling loops.
6679         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
6680
6681 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
6682
6683         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
6684         for align_jumps is 4.
6685
6686         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
6687         use GENERAL_REGS.
6688
6689 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
6690
6691         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
6692         according to va_arg type.
6693         (EXPAND_BUILTIN_VA_ARG): Remove.
6694         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
6695         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
6696
6697 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
6698
6699         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
6700         else clauses.
6701
6702 2003-03-05  Michael Matz  <matz@suse.de>
6703
6704         * i386/i386.c (ix86_save_reg): Also test
6705         current_function_uses_const_pool.
6706
6707 2003-03-05  Michael Matz  <matz@suse.de>
6708
6709         * unwind.h: Add the GPL exception.
6710         * Makefile.in (USER_H): Add unwind.h.
6711
6712 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6713
6714         PR c/9799
6715         * c-typeck.c (push_init_level): Add sanity check.
6716
6717 2003-03-05  Jan Hubicka  <jh@suse.cz>
6718
6719         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
6720         RTL inlining is done.
6721
6722         * cgraphunit.c (cgraph_mark_local_functions): New local function.
6723         (cgraph_optimize): Mark local functions.
6724         * i386-protos.h (init_cumulative_args): Update prototype.
6725         * i386.c (init_cumulative_args): Use register passing convention for
6726         local functions.
6727
6728         * cgraph.c (cgraph_global_info_ready): New global variable
6729         (cgraph_local_info, cgraph_global_info): New functions.
6730         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
6731         structures.
6732         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
6733         Declare.
6734         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
6735         (cgraph_mark_functions_to_output): Use inline_many.
6736         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
6737         (cgraph_expand_functions): Expand inline functions last.
6738         (cgraph_optimize): Do not emit uneeded functions.
6739
6740 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
6741
6742         * expr.c (convert_modes): Check for legal hard register.
6743
6744 2003-03-04  Tom Tromey  <tromey@redhat.com>
6745
6746         * doc/sourcebuild.texi (Front End Directory): Document tags.
6747         * configure: Rebuilt.
6748         * configure.in (target_list): Added tags.
6749         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
6750         TAGS files by reference.
6751         * objc/Make-lang.in (objc.tags): New target.
6752
6753 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6754
6755         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
6756         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
6757         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
6758         gcov_read_string, gcov_write_length): Modified to enable reading/
6759         writing of whole .da file just once.
6760         (da_file_open, da_file_close, da_file_eof, da_file_error,
6761         da_file_position, da_file_seek, da_file_write, da_file_read): New
6762         functions.
6763         (actual_da_file, actual_da_file_position, actual_da_file_length,
6764         actual_da_file_buffer, actual_da_file_buffer_size): New static
6765         functions.
6766         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
6767         just once.
6768
6769
6770 2003-03-04  Andreas Schwab  <schwab@suse.de>
6771
6772         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
6773         offset without frame pointer.
6774
6775 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
6776
6777         * expr.c (expand_expr): Call promote_mode to set unsignedp.
6778
6779 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6780
6781         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
6782         * configure: Regenerated.
6783         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
6784
6785 2003-03-04  Andreas Jaeger  <aj@suse.de>
6786
6787         * configure.in: Check for <memcheck.h>.
6788         * configure: Regenerated.
6789
6790         * config.in: Define HAVE_MEMCHECK_H.
6791
6792         * ggc-common.c: Use <memcheck.h> if available instead of
6793         <valgrind.h>.
6794         * ggc-page.c: Likewise.
6795         * cppfiles.c: Likewise.
6796
6797 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
6798
6799         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
6800
6801 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6802
6803         PR c/9262
6804         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
6805         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
6806
6807 2003-03-04  Jan Hubicka  <jh@suse.cz>
6808
6809         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
6810         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
6811         for -O3.
6812
6813 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6814
6815         * configure.in: Delete three unused variables.  Move a variable
6816         definition closer to its use.  Simplify use_collect2 logic.  Start to
6817         organize.  Simplify tests for in-tree gas and ld.
6818         * configure: Regenerate.
6819
6820 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
6821
6822         * Makefile.in: Update.
6823         * c-common.c (flag_no_line_commands, flag_no_output,
6824         flag_dump_macros, flag_dump_includes): New.
6825         * c-common.h (flag_no_line_commands, flag_no_output,
6826         flag_dump_macros, flag_dump_includes, preprocess_file): New.
6827         (init_c_lex): Update prototype.
6828         * c-lex.c (init_c_lex): Update prototype; move some code to
6829         c_common_init.
6830         * c-opts.c (preprocess_file): Subsume into c_common_init.
6831         (c_common_decode_option): Update flags.
6832         (c_common_init): Move code from preprocess_file and init_c_lex.
6833         (sanitize_cpp_opts): Update.
6834         * c-ppoutput.c: New, cppmain.c almost verbatim.
6835         * cpphash.h (struct printer): Remove.
6836         (struct cpp_reader): Remove print.
6837         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
6838         cpp_preprocess_file): Remove.
6839         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
6840         and dump_includes.
6841         * cppmain.c: Remove.
6842         * doc/passes.texi: Update.
6843
6844 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6845
6846         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
6847         (assign_stack_local_1): Perform overall stack alignment only when
6848         STACK_ALIGNMENT_NEEDED is non-zero.
6849         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
6850
6851         * pa.c (compute_frame_size): Rename fsize to size.  Account for
6852         alignment to a word boundary before general register save block.  Only
6853         account for double-word alignment before floating point register save
6854         block if one or more are saved.  Don't allocate space for %r3 when
6855         frame pointer is needed.
6856         (hppa_expand_prologue): Include alignment to word boundary in local
6857         frame size.
6858         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
6859         (STACK_ALIGNMENT_NEEDED): Define.
6860
6861 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
6862
6863         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
6864         global register variables.
6865
6866 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
6867
6868         * reload.c (reload_adjust_reg_for_mode): New function.
6869         (subst_reloads): Call it.
6870         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
6871         * reload.h (reload_adjust_reg_for_mode): Declare.
6872         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
6873         Call it.
6874
6875 2003-03-03  James E Wilson  <wilson@tuliptree.org>
6876
6877         * optabs.c (add_equal_note): Delete SUBREG_REG use.
6878         Fixes PR c/7872.
6879
6880 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6881
6882         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
6883         (*ixorsi3_lshiftrt_16): New.
6884         (*iorsi3_ashift_16): Remove.
6885
6886 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6887
6888         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
6889         pattern.
6890
6891 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
6892
6893         * doc/install.texi (Specific): Update entry for powerpc-darwin.
6894
6895 2003-03-03  Richard Henderson  <rth@redhat.com>
6896
6897         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
6898
6899 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
6900
6901         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
6902         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
6903         (rs6000_variable_issue): Do not return negative value.
6904         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
6905         scheduling pass.
6906
6907 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6908
6909         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
6910         prune_unused_types calls.
6911
6912 2003-03-03  Jason Merrill  <jason@redhat.com>
6913
6914         * tree-inline.c (find_builtin_longjmp_call): Save and restore
6915         lineno and input_filename.
6916         (find_alloca_call): Likewise.
6917         (inlinable_function_p): Run the langhook earlier.
6918
6919         * calls.c (compute_argument_addresses): Give the new MEMs a
6920         minimum alignment of PARM_BOUNDARY.
6921
6922 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
6923
6924         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
6925         subtarget_asm_isa_spec.
6926         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
6927         (ASM_SPEC): Define as SH_ASM_SPEC.
6928         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
6929         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
6930         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
6931         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
6932
6933         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
6934         and align_jumps if not set.
6935         Force align_jumps to be at least 2.
6936         When relaxing, force align_functions to be at least the maximum of
6937         align_loops, align_jumps and 4.
6938         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
6939         (sh_loop_align): Honour align_loops_log.
6940
6941         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
6942         to check for indirect_jump_scratch.
6943         (indirect_jump_scratch): Add second set.
6944         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
6945         when looking for indirect_jump_scratch.
6946         Extract scratch register taking new structure of indirect_jump_scratch
6947         into account.
6948         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
6949
6950 2003-03-03  Jan Hubicka  <jh@suse.cz>
6951
6952         * calls.c (rtx_for_function_call): Take the address as an argument
6953         (expand_call): Do not modify the expression.
6954
6955         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
6956         optimizing.
6957
6958 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6959
6960         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
6961         TARGET_H8300H and TARGET_H8300S.
6962
6963 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6964
6965         * config/h8300/h8300.md (a peephole2): New.
6966
6967 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6968
6969         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
6970         operands[0] and operands[1] are different.
6971
6972 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6973
6974         * reload1.c (reload_cse_move2add): Remove variable success.
6975
6976 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6977
6978         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
6979         warnings.
6980
6981 2003-03-02  Richard Henderson  <rth@redhat.com>
6982
6983         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
6984         * config.in, configure: Rebuild.
6985         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
6986         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
6987         paired ldtoffx and ldxmov annotations.
6988         (load_symptr_internal1): Remove.
6989         (load_symptr_high, load_symptr_low): New.
6990
6991 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
6992
6993         * c-incpath.c (add_path): Fix sysp assignment.
6994
6995 2003-03-02  Kurt Garloff  <garloff@suse.de>
6996
6997         * params.def: Introduce parameter max-inline-insns-rtl for
6998         a separate limit for the RTL inliner.
6999         * params.h: Likewise.
7000         * integrate.c (function_cannot_inline_p): Use it.
7001         * toplev.c (decode_f_option): Set multiple parameters
7002         controlling inlining with -finline-limit.
7003         * params.def: Fix orthographic and typographic errors.
7004         * doc/invoke.texi: Document parameters controlling inlining
7005         and the way -finline-limit sets multiple of them.
7006
7007         * tree.h (struct tree_decl): Introduce inlined_function_flag,
7008         recording whether the function became eligible for inlining
7009         by a compiler flag rather than the declaration.
7010         Provide DID_INLINE_FUNC macro to access it.
7011         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
7012         * cp/decl.c (grokfndecl): Likewise.
7013         * toplev.c (rest_of_compilation): Likewise.
7014         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
7015         * print-tree.c (print_node): Report it.
7016         * params.def: Introduce new max-inline-insns-auto limit.
7017         * params.h: Likewise.
7018         * tree-inline.c (inlinable_function_p): Apply it to functions
7019         with DID_INLINE_FUNC set.
7020         * toplev.c (decode_f_option): Initialize it from -finline-limit
7021         value.
7022         * doc/invoke.texi: Document new parameter.
7023
7024 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
7025
7026         * fix-header.c (read_scan_file): Don't reference simplify_path.
7027
7028 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7029
7030         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
7031         min/max instructions by default as may result in reload errors.
7032
7033 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7034
7035         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
7036         avoid reload problems; define split for it.
7037
7038 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7039
7040         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
7041         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
7042         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
7043         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
7044         rotatert and rotate.
7045         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
7046         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
7047         ("*rotrhi3_addr"): New split for shift insns on address register.
7048         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
7049         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
7050         (___rotrhi3): Likewise.
7051         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
7052
7053 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
7054
7055         * toplev.c (aux_base_name): Moved from toplev.h.
7056         (filename): Constify.
7057         (lang_dependent_init): Don't duplicate name.
7058         (process_options): Set aux_base_name here, not...
7059         (do_compile): ...here.  Change protoype.
7060         (toplev_main): Move some code from do_compile.
7061         * toplev.h: Remove aux_base_name.
7062
7063 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
7064
7065         * config/h8300/h8300-protos.h: Add a prototype for
7066         iorxor_operator.
7067         * config/h8300/h8300.c (print_operand): Handle 'c'.
7068         (iorxor_operator): New.
7069         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
7070         * config/h8300/h8300.md (*iorhi3_zext): Remove.
7071         (*iorsi3_zexthi): Likewise.
7072         (*iorsi3_zextsi): Likewise.
7073         (*xorhi3_zextqi): Likewise.
7074         (*xorsi3_zexthi): Likewise.
7075         (*xorsi3_zextsi): Likewise.
7076         (*ixorhi3_zext): New.
7077         (*ixorsi3_zext_qi): Likewise.
7078         (*ixorsi3_zext_hi): Likewise.
7079
7080 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
7081
7082         * c-incpath.c (remove_component_p, simplify_path): Move back to
7083         cppfiles.c.
7084         (remove_duplicates): Use cpp_simplify_path.
7085         * c-incpath.h (simplify_path): Remove.
7086         * c-lex.c: Don't include c-incpath.h.
7087         (init_c_lex): Remove simplify_path.
7088         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
7089         (find_or_create_entry, validate_pch): Revert.
7090
7091 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
7092
7093         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
7094           an external cpp during compilation.
7095         (option_map): Likewise.
7096         * objc/lang-specs.h (default_compilers): Similarly.
7097         * doc/invoke.texi: Document -no-integrated-cpp flag.
7098
7099 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
7100
7101         * config/h8300/h8300.md (zero_extendqisi2): Change to an
7102         expander.
7103         (*zero_extendqisi2_h8300): New.
7104         (*zero_extendqisi2_h8300hs): New.
7105         (two splitters): New.
7106
7107 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7108
7109         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
7110
7111 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
7112
7113         * config/h8300/h8300.md (a peephole2): Remove dead code.
7114
7115 2003-03-01  Roger Sayle  <roger@eyesopen.com>
7116
7117         PR c++/9367
7118         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
7119         (BT_FN_INT_CONST_STRING_VALIST_ARG,
7120         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
7121         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
7122         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
7123         BT_FN_INT_STRING_CONST_STRING_VAR,
7124         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
7125         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
7126         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
7127         ATTR_NONNULL_3): Also include the nothrow attribute.
7128         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
7129         vsnprintf, vscanf, vsscanf): Don't define attributes here.
7130         * builtins.def (putchar, puts): Make full C89 built-ins.
7131         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
7132         vsscanf, vsnprintf, vsprintf): New built-ins.
7133         * c-common.c (c_common_nodes_and_builtins): Handle new macro
7134         DEF_FUNCTION_TYPE_VAR_3.
7135
7136         * doc/extend.texi: Document these new built-in functions.
7137
7138 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
7139
7140         * config/h8300/h8300.md (a peephole2): New.
7141
7142 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
7143
7144         * predict.c (estimate_bb_frequencies): Correctly set
7145         real_values_initialized after initialization.
7146
7147 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
7148
7149         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
7150         cppinit.o, cppdefault.o, fix-header): Update.
7151         * c-incpath.c: New file.
7152         * c-incpath.h: New file.
7153         * c-lex.c: Include c-incpath.h.
7154         (init_c_lex): Register path simplifier.
7155         * c-opts.c: Include cppdefault.h and c-incpath.h.
7156         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
7157         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
7158         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
7159         (missing_arg, c_common_decode_option): Handle them.
7160         (c_common_post_options): Register include chains.
7161         (print_help): Update.
7162         * cppdefault.h (struct default include): Update.
7163         Move some macros to ...
7164         * cppdefault.c: ... here.
7165         (cpp_include_defaults): Add extra field add_sysroot.
7166         * cppfiles.c (include_file, search_from, find_or_create_entry,
7167         cpp_included, find_include_file, remap_filename): Update for
7168         renaming of search_path to cpp_path, and of the chain headers.
7169         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
7170         * cpphash.h (struct search_path): Move to cpplib.h.
7171         (struct cpp_buffer, struct cpp_reader): Update.
7172         (_cpp_simplify_pathname): Remove.
7173         * cppinit.c: Don't include prefix.h and cppdefault.h.
7174         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
7175         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
7176         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
7177         no_pth, cpp_handle_options): Remove.
7178         (struct pending_option): Remove chain members.
7179         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
7180         cpp_handle_option): Update.
7181         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
7182         (struct cpp_options): Remove quote_include, bracket_include,
7183         include_prefix, include_prefix_len, verbose, ignore_srcdir,
7184         no_standard_includes, no_standard_cplusplus_includes.
7185         (struct cpp_callbacks): Add simplify_path.
7186         (cpp_handle_options): Remove.
7187         * fix-header.c: Include c-incpath.h.
7188         (read_scan_file): Update to use c-incpath functionality.
7189         * doc/passes.texi: Update.
7190
7191 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
7192
7193         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
7194         satisfies EXTRA_CONSTRAINT 'U'.
7195
7196 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
7197
7198         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
7199         register.
7200         (*tst_extzv_memqi_1_n): Change to a splitter.
7201         (a peephole2): Update.
7202
7203 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
7204
7205         * predict.c (estimate_bb_frequencies): Initialize the sreal
7206         constants once per compilation.
7207
7208 2003-02-28  Richard Henderson  <rth@redhat.com>
7209
7210         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
7211
7212 2003-02-28  scott snyder  <snyder@fnal.gov>
7213
7214         * flags.h: Add flag_eliminate_unused_debug_types.
7215         * toplev.c: Add flag_eliminate_unused_debug_types.
7216         (f_options): Add -feliminate-unused-debug-types.
7217         * dwarf2out.c (struct file_table): Add emitted member.
7218         (splice_child_die): Fix the parent pointer for the child being
7219         spliced.
7220         (lookup_filename): Maintain file_table.emitted array.  Don't
7221         output .file directive here.
7222         (maybe_emit_file): (new)
7223         (init_file_table): Set up file_table.emitted.
7224         (dwarf2out_source_line): Use maybe_emit_file.
7225         (dwarf2out_start_source_file): Use maybe_emit_file.
7226         (dwarf2out_init): Use maybe_emit_file.
7227         (prune_unused_types_walk_attribs): (new)
7228         (prune_unused_types_mark): (new)
7229         (prune_unused_types_walk): (new)
7230         (prune_unused_types_prune): (new)
7231         (prune_unused_types): (new)
7232         (dwarf2out_finish): Call prune_unused_types if
7233         flag_eliminate_unused_debug_types is set.
7234         * doc/invoke.texi (Option Summary): Add
7235         -feliminate-unused-debug-types.
7236         (Debugging Options): Likewise.
7237
7238 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
7239
7240         * doc/invoke.texi: Change .pch to .gch.
7241         * cppfiles.c (open_file_pch): Likewise.
7242         * gcc.c (default_compilers): Likewise.
7243
7244 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
7245
7246         * floatlib.c: Remove.
7247
7248 2003-02-28  Jason Merrill  <jason@redhat.com>
7249
7250         * stor-layout.c (variable_size): Leave a "minus 1" outside the
7251         SAVE_EXPR.
7252
7253 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
7254
7255         * config/rs6000/power4.md: Add compare bypass.
7256
7257 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
7258
7259         * config/netbsd.h: Update copyright years.
7260         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
7261         -pthread is specified on the command line.
7262
7263 2003-02-28  Dale Johannesen <dalej@apple.com>
7264
7265         * loop.c (struct movable): Add insert_temp, shrink savemode.
7266         (scan_loop): Accept invariants that require copying; mark as
7267         insert_temp.
7268         (combine_movables): Don't combine insert_temp movables.
7269         (move_movables): Insert copies for insert_temp movables.
7270         Don't record the info based on regno for insert_temp's.
7271
7272 2003-02-28  Joel Sherrill <joel@OARcorp.com>
7273
7274         PR 9638/other
7275         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
7276         this constant defaults to 1.
7277
7278 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
7279
7280         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
7281
7282 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
7283
7284         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
7285         ARMv5e processor, not just for XScale.  Instructions are predicable.
7286         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
7287
7288 2003-02-28  Nick Clifton  <nickc@redhat.com>
7289
7290         * config/arm/arm.c (note_invalid_constants): Change parameter type
7291         from bool to int.
7292
7293 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
7294
7295         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
7296         test of bit 7.
7297         (*tst_extzv_memqi_1_n): Likewise.
7298         (a peephole2): New.
7299
7300 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
7301
7302         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
7303         #ifndef __mips16.
7304
7305 2003-02-28  Jan Hubicka  <jh@suse.cz>
7306
7307         * combine.c (gen_lowpart_for_combine): Update handling of
7308         subregs_of_mode
7309         * flow.c (life_analysis, mark_used_regs): Likewise.
7310         * regclass.c (subregs_of_mode): Turn into single bitmap.
7311         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
7312         dealing with subregs_of_mode
7313         * regs.h (subregs_of_mode): Update prototype.
7314
7315 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
7316
7317         * emit-rtl.c (set_reg_attrs_for_parm): New function.
7318         * rtl.h (set_reg_attrs_for_parm): New exported function.
7319         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
7320         set_reg_attrs_from_mem.
7321
7322 2003-02-27  Roger Sayle  <roger@eyesopen.com>
7323             Zack Weinberg <zack@codesourcery.com>
7324
7325         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
7326
7327 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
7328
7329         * reload1.c (sext_for_mode): Remove.
7330         (reload_cse_move2add): Use trunc_int_for_mode instead of
7331         sext_for_mode.
7332         (move2add_note_store): Likewise.
7333         Reset register information if we see a set in non-integer
7334         mode.
7335
7336 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
7337
7338         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
7339         option.
7340         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
7341         * config/rs6000/aix51.h: Same.
7342         * config/rs6000/aix52.h: Same.
7343         * config/rs6000/power4.md: Additional VMX bypasses.
7344
7345 2003-02-27   Geert Bosch <bosch@gnat.com>
7346
7347         * toplev.c (print_version): Add indentation for GGC heuristics and
7348         output after printing version information.
7349
7350 2003-02-27  James E Wilson  <wilson@tuliptree.org>
7351
7352         * combine.c (simplify_comparison): Require integral mode when
7353         permuting SUBREG with AND.
7354
7355 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
7356
7357         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
7358
7359 2003-02-27  Nick Clifton  <nickc@redhat.com>
7360
7361         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
7362         deleted when cirrus instructions were added.
7363
7364 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
7365
7366         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
7367         POSIX thread support by default.
7368
7369 2003-02-27  Roger Sayle  <roger@eyesopen.com>
7370
7371         * config/i386/cygwin.h: Don't include any other files directly.
7372         * config/i386/mingw32.h: Don't include cygwin.h directly.
7373         * config.gcc (cygwin, mingw32, uwin): Instead make these files
7374         explicit in the tm_files variable.
7375
7376 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
7377
7378         * config/rs6000/rs6000.md: Add TI constant splitter.
7379
7380 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
7381
7382         * builtins.c (purge_builtin_constant_p): Handle subreg of
7383         constant_p_rtx too.
7384
7385         * function.c (assign_stack_local_1): Truncate constant added to
7386         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
7387
7388 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
7389
7390         * config.gcc: Add power4 to PowerPC with_cpu list.
7391
7392 2003-02-26  Jan Hubicka  <jh@suse.cz>
7393
7394         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
7395
7396 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7397
7398         * gcov-dump.c (print_prefix): Fix signedness warning.
7399         * gcov-io.h (struct counter_section, struct counter_section_data): New.
7400         (struct function_info): n_arc_counts field removed, n_counter_sections,
7401         counter_sections fields added.
7402         (struct gcov_info): arc_counts, n_arc_counts fields removed,
7403         n_counter_sections, counter_sections fields added.
7404         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
7405         profile sections.
7406         * profile.h (MAX_COUNTER_SECTIONS): New.
7407         (struct section_info): New.
7408         (struct profile_info): count_instrumented_edges,
7409         count_edges_instrumented_now fields removed, n_sections, section_info
7410         fields added.
7411         (find_counters_section): Declare.
7412         * profile.c (struct function_list): count_edges field removed,
7413         n_counter_sections, counter_sections fields added.
7414         (set_purpose, label_for_tag, build_counter_section_fields,
7415         build_counter_section_value, build_counter_section_data_fields,
7416         build_counter_section_data_value, build_function_info_fields,
7417         build_function_info_value, build_gcov_info_fields,
7418         build_gcov_info_value): New static functions.
7419         (find_counters_section): New function.
7420         (instrument_edges, get_exec_counts, compute_branch_probabilities,
7421         branch_prob, create_profiler): Modified to support multiple profile
7422         sections.
7423
7424 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7425
7426         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
7427         is 8 * STACK_BOUNDARY.
7428         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
7429
7430 2003-02-26  Michael Matz  <matz@suse.de>
7431
7432         * ra-colorize.c (merge_moves): Fix list handling.
7433
7434 2003-02-26  Nick Clifton  <nickc@redhat.com>
7435
7436         * config/arm/arm.c (is_load_address): Rename to...
7437         (arm_memory_load_p) ... this and make it check for SUBREGs and
7438         constant loads that will be converted into loads from the
7439         minipool.
7440         (is_cirrus_insn): Rename to ...
7441         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
7442         of CIRRUS_NO with CIRRUS_NOT.
7443         (cirrus_reorg): Use renamed functions.
7444         (note_invalid_constants): Change from a void function to bool.
7445         Add an extra parameter, saying whether the fixups should be
7446         pushed.  Return true if fixups are needed.
7447         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
7448         of CIRRUS_NO with CIRRUS_NOT.
7449         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
7450         other floating point co-processors can also affect this.
7451         * config/arm/arm.md ("type" attribute): Add mav_farith and
7452         mav_dmult.  Replace references to "cirrus_type" attribute with
7453         "type".
7454         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
7455         ("cirrus_type" attribute): Delete - use "type" instead.
7456         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
7457         'normal'.
7458
7459 2003-02-25  Jan Hubicka  <jh@suse.cz>
7460
7461         * objc-act.c: Include cgraph.h
7462         (mark_referenced_methods): New function.
7463         (objc_init): Call it.
7464         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
7465
7466         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
7467         mode.
7468
7469         * optabs.c (expand_fix): Do not widen the input operand.
7470
7471         * expr.c (emit_group_store):  Fix crash when converting single
7472         register into complex register.
7473
7474         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
7475         * alias.c: Include timevar.h
7476         (init_alias_analysis):  Set timevar
7477         * jump.c: Include timevar.h
7478         (rebuild_jump_labels):  Set timevar
7479         * regcalss.c: Include timevar.h
7480         (reg_scan):  Set timevar
7481         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
7482
7483 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7484
7485         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
7486
7487         * Makefile.in (loop-unroll.o): New.
7488         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
7489         (unroll_and_peel_loops): Declare.
7490         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
7491         flag_old_unroll_loops.
7492         * loop.c (loop_invariant_p): Ditto.
7493         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
7494         flag_old_unroll_all_loops.
7495         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
7496         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
7497         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
7498         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
7499         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
7500         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
7501         PARAM_MAX_ONCE_PEELED_INSNS): New.
7502         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
7503         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
7504         instead of old one.
7505         (flag_peel_loops): New.
7506         (lang_independent_options): The new flags added.
7507         (rest_of_compilation): Call new unroller.
7508         (process_options): Setup flags for coexistence of old and new unroller.
7509         * doc/invoke.texi: Document new options.
7510         * doc/passes.texi: Document new unroller pass.
7511
7512 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
7513
7514         * fixinc/fixincl.x: Regenerate
7515
7516 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
7517
7518         * function.c (assign_parms): Set reg_attrs for parameters passed in
7519         registers.
7520
7521 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
7522
7523         PR target/9681
7524         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
7525
7526 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
7527
7528         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
7529         pseudo-op.
7530
7531 2003-02-25  Roger Sayle  <roger@eyesopen.com>
7532
7533         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
7534         * cse.c (invalidate_skipped_set):  Likewise.
7535         * integrate.c (subst_constants):  Likewise.
7536         * jump.c (reversed_comparison_code_parts):  Likewise.
7537         * loop.c (canonicalize_condition):  Likewise.
7538         * simplify-rtx.c (simplify_relational_operation):  Likewise.
7539
7540 2003-02-25  Roger Sayle  <roger@eyesopen.com>
7541
7542         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
7543         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
7544         the appropriate macro to define built-in function.
7545         (fmod,fmodf,fmodl): New built-in functions.
7546
7547         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
7548
7549 2003-02-25  Richard Henderson  <rth@redhat.com>
7550
7551         * config/i386/i386.c (function_arg): Pass variable sized
7552         structures correctly on the stack.
7553
7554 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
7555
7556         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
7557         does not reduce the cost of SET.
7558
7559 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7560
7561         PR target/9732
7562         * config/rs6000/rs6000.c (first_reg_to_save): Handle
7563         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
7564         (rs6000_emit_prologue): Likewise.
7565         (rs6000_emit_epilogue): Likewise.
7566         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
7567         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
7568
7569 2003-02-25  Richard Henderson  <rth@redhat.com>
7570
7571         * real.c (real_to_integer2): Force overflow result only for
7572         unsigned overflow.
7573
7574 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
7575
7576         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
7577
7578 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
7579             Richard Henderson  <rth@redhat.com>
7580
7581         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
7582         there is no similar load.
7583
7584 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
7585             Richard Henderson  <rth@redhat.com>
7586
7587         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
7588         sched-rgn.c.
7589         (add_forward_dependence): New function prototype.
7590
7591         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
7592         sched-init.h.
7593         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
7594         them to haifa-sched.c.
7595
7596         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
7597         haifa_classify_insn): Move them from sched-rgn.c.
7598
7599         * sched-deps.c (add_dependence): Return flag of creating a new
7600         entry.
7601         (add_forward_dependence): New function.
7602         (compute_forward_dependences): Use the function.
7603
7604         * sched-ebb.c (earliest_block_with_similiar_load): New function.
7605         (add_deps_for_risky_insns): New function.
7606         (schedule_ebb): Call the function.
7607
7608 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
7609
7610         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
7611         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
7612
7613         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
7614         opaque types fail.
7615
7616         * c-typeck.c (comptypes): Change call to vector_types_compatible
7617         to vector_opaque_p.
7618         (convert_for_assignment): Call vector_opaque_p instead of
7619         vector_types_compatible.
7620         (really_start_incremental_init): Disallow initialization of opaque
7621         types.
7622
7623         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
7624         Define TARGET_VECTOR_OPAQUE_P.
7625         (TARGET_INITIALIZER): Same.
7626
7627         * target.h (struct gcc_target): Remove vector_types_compatible.
7628         Add vector_opaque_p.
7629
7630         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
7631         Remove.
7632         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
7633         a vector type.  Change return type to bool.
7634         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
7635         (TARGET_VECTOR_OPAQUE_P): Define.
7636
7637         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
7638         target hook.
7639         Include target.h.
7640         (cp_parser_init_declarator): Fix typo in function comments.
7641
7642 2003-02-25  Jan Hubicka  <jh@suse.cz>
7643
7644         * Makefile.in (lcm.o):  Add dependency on function.h
7645         * lcm.c (function.h): Include.
7646         * i386.c (machine_function, ix86_stack_locals,
7647         * ix86_save_varrargs_registers) : Move to
7648         ...
7649         * i386.h (machine_function, ix86_stack_locals,
7650         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
7651         (ix86_optimize_mode_switching): New.
7652         * i386.md (fix patterns): Set ix86_optimize_mode_switching
7653
7654 2003-02-25  Nick Clifton  <nickc@redhat.com>
7655
7656         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
7657         of fourth arg is 'fndecl' not 'indirect'.  Update comment
7658         describing the function's parameters.
7659
7660 2003-02-24  Jan Hubicka  <jh@suse.cz>
7661
7662         * combine.c (simplify_shift_const):  Fix previous patch.
7663
7664 2003-02-24  Jeff Law  <law@redhat.com>
7665
7666         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
7667         alternative.
7668         (testsi_1, testhi_1, testqi_1): Likewise.
7669
7670 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7671
7672         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
7673         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
7674         * doc/extend.texi (Tru64 Pragmas): Reflect this.
7675
7676         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
7677         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
7678         * fixinc/fixincl.x: Regenerate.
7679         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
7680         testcase.
7681         Fixes PR c/5059, c/6126, other/9671.
7682
7683 2003-02-24  Roger Sayle  <roger@eyesopen.com>
7684
7685         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
7686         from handle_braces in "%{...}".
7687
7688 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
7689
7690         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
7691         (prepare_move_operands): Handle TLS operands.
7692         (tls_symbolic_operand): New.
7693         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
7694         (legitimize_pic_address): Do nothing for the TLS symbol.
7695         (sh_encode_section_info): Handle TLS case.
7696         (sh_strip_name_encoding): Drop TLS encoding.
7697         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
7698         * config/sh/sh.h (SH_TLS_ENCODING): Define.
7699         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
7700         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
7701         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
7702         * config/sh/sh.md: Define TLS UNSPEC constants.
7703         (type): Add tls_load.
7704         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
7705         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
7706         ("tls_initial_exec"): New insn.
7707         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
7708         ("load_gbr"): New insn.
7709
7710         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
7711         * configure: Regenerate.
7712
7713 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
7714
7715         PR 9297, PR 9722
7716         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
7717         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
7718         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
7719         (enum block_op_methods): Reorder for better store_expr optimization.
7720         * expr.c (store_expr): Test bit 1 of "want_value" for call param
7721         stores, test bit 0 for original want_value meaning.  Pass
7722         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
7723         recursive calls, and calls to expand_param.
7724         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
7725         expected, set target to 0 rather than to subtarget.  Formatting.
7726
7727 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
7728
7729         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
7730
7731 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7732
7733         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
7734         new default behavior.
7735         * ggc-common.c: Include sys/resource.h.
7736         (ggc_rlimit_bound): New function.
7737         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
7738         defaults to account for rlimits.
7739
7740 2003-02-22  Richard Henderson  <rth@redhat.com>
7741
7742         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
7743
7744 2003-02-22  Kelley Cook <kelley@dwhoops.info>
7745
7746         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
7747         (ix86_tune_string): Rename from ix86_cpu_string.
7748
7749 2003-02-22  Kelley Cook <kelleycook@comcast.net>
7750
7751         * config/i386/i386.c: Replace "mcpu" with "mtune".
7752         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
7753         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
7754         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
7755         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
7756
7757 2003-02-23  Andreas Schwab  <schwab@suse.de>
7758
7759         * config.gcc: Delete references to m68k/t-linux and
7760         m68k/t-linux-aout.
7761         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
7762
7763 2003-02-22  Jan Hubicka  <jh@suse.cz>
7764
7765         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
7766         of track scheduling patch.
7767
7768 2003-02-22  Jan Hubicka  <jh@suse.cz>
7769
7770         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
7771         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
7772
7773 2003-02-22  Jan Hubicka  <jh@suse.cz>
7774
7775         * c-decl.c (c_expand_body_1): Fix.
7776
7777 2003-02-22  Jan Hubicka  <jh@suse.cz>
7778
7779         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
7780
7781         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
7782         when not optimizing.
7783         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
7784         when not expensive.
7785         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
7786         optimizing;  Delete trivially dead insns early; fix optimize check.
7787
7788         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
7789         dependency on cgraph.h
7790         * c-decl.c: Include cgraph.h
7791         (finish_function): Update call of tree_inlinable_function_p.
7792         * c-objc-common.c: Include cgraph.h
7793         * cgraph.h: New file.
7794         * cgraphunit.c: New file.
7795         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
7796         (cgraph_nodes, cgraph_n_nodes): Globalize.
7797         (cgraph_finalize_function, cgraph_finalize_compilation_unit
7798         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
7799         Move into cgraphunit.c
7800         * tree-inline.c: Include cgraph.h
7801         * tree-inline.c: Include cgraph.h
7802
7803 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
7804
7805         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
7806         for copying a register.
7807
7808 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
7809
7810         PR other/3782
7811         * toplev.c (process_options): If flag_detailed_statistics is set,
7812         then set time_report as well.
7813
7814         PR c/8828
7815         * jump.c (never_reached_warning): Don't fall through BARRRIER
7816         insns.  Update comments to reflect what the function really does.
7817
7818 2003-02-21  Roger Sayle  <roger@eyesopen.com>
7819
7820         * fold-const.c (omit_one_operand): No longer static.
7821         * tree.h (omit_one_operand): Prototype here.
7822         (div_and_round_double): Keep fold-const.c prototypes together.
7823         * builtins.c (builtin_mathfn_code): Handle binary built-in
7824         funtions, such as "pow" and "atan2".
7825         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
7826         Simplify optimizations using "type" the builtin's return type.
7827
7828 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
7829
7830         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
7831         Fix functionalization typo.
7832
7833         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
7834         in an asm.
7835
7836 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7837
7838         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
7839         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
7840         documentation.
7841         * ggc-common.c: Include params.h
7842         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
7843         init_ggc_heuristics): New functions.
7844         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
7845         init_ggc_heuristics): Prototype.
7846         * toplev.c (print_version):  Output GGC heuristics.
7847         (parse_options_and_default_flags): Call init_ggc_heuristics.
7848
7849 2003-02-22  Jan Hubicka  <jh@suse.cz>
7850
7851         * i386.c (def_builtin):  Special case 64bit builtins.
7852         (MASK_SSE164, MASK_SSE264): New constants.
7853         (builtin_description): Add 64bit builtins.
7854         (ix86_init_mmx_sse_builtins): Likewise.
7855         * i386.h (enum ix86_builtins): Likewise.
7856         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
7857         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
7858         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
7859         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
7860         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
7861         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
7862         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
7863
7864 2003-02-22  Jan Hubicka  <jh@suse.cz>
7865
7866         * i386.c (builtin_description): Add __builtin_ia32_paddq and
7867         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
7868          and __builtin_ia32_psubq128.
7869         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
7870         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
7871         (mmx_adddi3, mmx_subdi3): New.
7872         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
7873         * xmmintrin.h (_mm_movepi64_pi64): New.
7874         (_mm_add_epi64, _mm_sub_epi64): fix.
7875         (_mm_mul_pu16): Rename to...
7876         (_mm_mul_su32): ... this one.
7877
7878         * builtins.c (expand_builtin_expect):  Do not predict
7879         flag_guess_branch_prob is not set.
7880         * c-semantics.c (expand_stmt): Likewise.
7881         * predict.c (predict_insn): Likewise.
7882         * stmt.c (expand_continue_loop): Likewise.
7883         * toplev.c (rest_of_compilation): Do not call
7884         note_prediction_to_br_prob and note_prediction_to_br_prob
7885         when not optimizing.
7886
7887 2003-02-21  Jan Hubicka  <jh@suse.cz>
7888
7889         * cfgrtl.c (commit_edge_insertions):  Call
7890         find_many_sub_basic_block only when some code has been emitted.
7891         (commit_edge_insertions_watch_calls): Bring into sync with
7892         commit_edge_insertions
7893
7894 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
7895
7896         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
7897
7898         * sh.md (binary_sf_op): Use extra constant operand instead of
7899         negating constant operand 4.
7900         * sh.c (sh_expand_binop_v2sf): Supply it.
7901
7902 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7903
7904         * cpphash.h (struct lexer_state): Add directive_wants_padding.
7905         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
7906         for directives of type INCL.
7907         (glue_header_name, parse_include): Use get_token_no_padding.
7908         * cppmacro.c (replace_args): If directive_wants_padding,
7909         provide padding tokens.
7910
7911 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
7912
7913         * config/h8300/h8300.md (a peephole2): New.
7914
7915 2003-02-21  Jan Hubicka  <jh@suse.cz>
7916
7917         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
7918         (commit_edge_insertions): Call find_many_sub_basic_blocks
7919
7920         * reg-stack.c (convert_regs): Cleax aux for blocks.
7921
7922 2003-02-21  Jan Hubicka  <jh@suse.cz>
7923
7924         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
7925
7926 2003-02-21  Glen Nakamura  <glen@imodulo.com>
7927
7928         PR optimization/8613
7929         * builtins.c (expand_builtin): Emit postincrements before expanding
7930         builtin functions.
7931
7932 2003-02-21  Ben Elliston  <bje@redhat.com>
7933
7934         PR other/5634
7935         * doc/install.texi (Configuration): Explain using $HOME instead of
7936         the ~ metacharacter when referring to home directories.
7937
7938 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
7939
7940         * configure.in (TARGET_SYSTEM_ROOT): Set default to
7941         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
7942         '${exec_prefix}' (in addition to the expansion thereof) as
7943         relocatable.
7944         * configure: Rebuilt.
7945
7946 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
7947
7948         * config/h8300/h8300.md (addhi3_incdec): Change the name to
7949         *addhi3_incdec.
7950         (addsi3_incdec): Change the name to *addsi3_incdec.
7951
7952 2003-02-20  Roger Sayle  <roger@eyesopen.com>
7953
7954         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
7955
7956 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
7957
7958         PR fortran/9038
7959         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
7960         options to be ignored.
7961         (c_common_decode_option): Ignore them when preprocessing.
7962
7963 2003-02-20  Jan Hubicka  <jh@suse.cz>
7964
7965         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
7966         global variables.
7967         (lang_independent_options):  Add -fsched2-use-superblocks
7968         -fsced2-use-traces.
7969         (rest_of_compilation): Deal with it.
7970         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
7971         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
7972         Declare.
7973         * rtl.h (reg_to_stack):  Update prototype.
7974         * reg-stack.c (reg_to_stack): Return when something has changed;
7975         update liveness when executing after superblock scheduling.
7976
7977         * combine.c (simplify_shift_const):  Simplify few special cases
7978         into constants.
7979
7980 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
7981
7982         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
7983         (add.,subf.,neg.): Change attribute to fast_compare.
7984         All DFA descriptions updated.
7985
7986 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
7987
7988         Change base class access representation.
7989         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
7990         TREE_VIA_PRIVATE): Remove.
7991         (BINFO_BASEACCESSES): New binfo elt.
7992         (BINFO_BASEACCESS): New accessor.
7993         (BINFO_ELTS): Increase.
7994         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
7995         (access_public_node, access_protected_node,
7996         access_private_node): New global nodes.
7997         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
7998         * dbxout.c (dbxout_type): Adjust.
7999         * dwarf2out.c (gen_inheritance_die): Add access parameter.
8000         (gen_member_die): Adjust.
8001         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
8002         (output_type): Adjust.
8003         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
8004
8005         Change base class access representation. Share virtual base
8006         binfos.
8007         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
8008         call.
8009         * cp/class.c (build_base_path): Likewise.
8010         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
8011         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
8012         (make_new_vtable): Adjust.
8013         (force_canonical_binfo_r): Delete.
8014         (force_canonical_binfo): Delete.
8015         (mark_primary_virtual_base): Delete.
8016         (dfs_unshared_virtual_bases): Delete.
8017         (mark_primary_bases): Adjust.
8018         (maybe_warn_about_overly_private_class): Adjust.
8019         (dfs_base_derived_from): Delete.
8020         (base_derived_from): Follow the inheritance chain.
8021         (struct find_final_overrider_data): Add vpath member.
8022         (dfs_find_final_overrider): Adjust.
8023         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
8024         (find_final_overrider): Adjust.
8025         (update_vtable_entry_for_fn): Adjust.
8026         (modify_all_vtables): Adjust.
8027         (walk_subobject_offsets): Adjust.
8028         (layout_nonempty_base_or_field): Adjust.
8029         (layout_empty_base): Remove last parameter. Adjust.
8030         (build_base_field): Adjust.
8031         (build_base_fields): Adjust.
8032         (propagate_binfo_offsets): Remove last parameter. Adjust.
8033         (dfs_set_offset_for_unshared_vbases): Delete.
8034         (layout_virtual_bases): Adjust.
8035         (finish_struct_1): Adjust.
8036         (init_class_processing): Don't init access nodes.
8037         (dfs_get_primary_binfo): Delete.
8038         (get_primary_binfo): Adjust.
8039         (dump_class_hierarchy_r): Remove most derived arg, add IGO
8040         parameter. Adjust.
8041         (dump_class_hierarchy): Adjust.
8042         (finish_vtbls): Adjust.
8043         (get_original_base): Delete.
8044         (build_vtt_inits): Adjust.
8045         (dfs_build_secondary_vptr_vtt_inits): Adjust.
8046         (dfs_ctor_vtable_bases_queue_p): Adjust.
8047         (build_ctor_vtbl_group): Adjust.
8048         (dfs_accumulate_vtbl_inits): Adjust.
8049         (build_vtbl_initializer): Adjust.
8050         (build_vbase_offset_vtbl_entries): Adjust.
8051         (add_vcall_offset_vtbl_entries_1): Adjust.
8052         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
8053         (access_*_node): Remove.
8054         (CANONICAL_BINFO): Delete.
8055         (BINFO_UNSHARED_MARKED): Remove.
8056         (BINFO_MARKED): Set LANG_FLAG_0 directly.
8057         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
8058         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
8059         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
8060         Delete.
8061         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
8062         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
8063         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
8064         Delete.
8065         (BINFO_DEPENDENT_BASE_P): New.
8066         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
8067         index.
8068         (markedp, unmarkedp): Adjust.
8069         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
8070         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
8071         find_vbase_instance, binfo_for_vbase): Delete.
8072         (copied_binfo, original_binfo): Declare.
8073         (finish_base_specifier): Add virtual_p arg.
8074         (unshare_base_binfos): Delete.
8075         (copy_base_binfos): Declare.
8076         (reverse_path): Delete.
8077         * cp/decl.c (xref_basetypes): Access and virtuality passed
8078         differently. Don't copy direct base binfos here. Call
8079         copy_base_binfos.
8080         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
8081         (initialize_vtbl_ptrs): Adjust.
8082         (expand_member_init): Adjust.
8083         * cp/parser.c (cp_parser_base_specifier): Adjust.
8084         * cp/pt.c (instantiate_class_template): Adjust.
8085         (get_template_base_recursive): Adjust.
8086         * cp/rtti.c (get_pseudo_ti_init): Adjust.
8087         (get_pseudo_ti_desc): Adjust.
8088         * cp/tree.c (unshare_base_binfos): Rename to ...
8089         (copy_base_binfos): ... here, reimplement.
8090         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
8091         (reverse_path): Remove.
8092         * cp/typeck.c (get_delta_difference): Adjust error messages.
8093         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
8094         * cp/search.c (lookup_base_r): Adjust.
8095         (dynamic_cast_base_recurse): Adjust.
8096         (canonical_binfo): Remove.
8097         (dfs_canonical_queue): Remove.
8098         (dfs_assert_unmarked_p): Remove.
8099         (assert_canonical_unmarked): Remove.
8100         (shared_marked_p, shared_unmarked_p): Remove.
8101         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
8102         (dfs_access_in_type): Adjust.
8103         (access_in_type): Adjust.
8104         (dfs_accessible_queue_p): Adjust.
8105         (dfs_accessible_p): Adjust.
8106         (is_subobject_of_p_1, is_subobject_of_p): Remove.
8107         (struct lookup_field_info): Remove from_dep_base_p field.
8108         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
8109         (lookup_field_r): Remove dependent base code.
8110         (lookup_member): Likewise.
8111         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
8112         (dfs_unmarked_real_bases_queue_p): Remove.
8113         (dfs_marked_real_bases_queue_p): Remove.
8114         (dfs_skip_vbases): Remove.
8115         (dfs_get_pure_virtuals): Adjust.
8116         (markedp, unmarkedp): Adjust.
8117         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
8118         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
8119         (dfs_unmark): Adjust.
8120         (dfs_get_vbase_types):Remove.
8121         (dfs_build_inheritance_graph_order): Remove.
8122         (get_vbase_types): Remove
8123         (dfs_find_vbase_instance): Remove.
8124         (find_vbase_instance): Remove.
8125         (dfs_debug_unmarkedp): Adjust.
8126         (dependent_base_p): Remove.
8127         (dfs_push_type_decls): Adjust.
8128         (dfs_push_decls): Adjust.
8129         (dfs_no_overlap_yet): Adjust.
8130         (copied_binfo): New function.
8131         (original_binfo): New function.
8132         (binfo_for_vbase): Remove.
8133
8134         Change base class access representation.
8135         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
8136         (add_interface_do): Likewise.
8137
8138 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
8139
8140         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
8141         * config/rs6000/power4.md (power4-store,power4-vecstore): New
8142         insn reservations.
8143         (power4-fpstore): Compact.
8144
8145 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
8146
8147         * config/h8300/h8300.md (*iorsi3_w): New.
8148
8149 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
8150
8151         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
8152         * rtl.c (reg_note_name): Likewise.
8153         * rtl.h (enum reg_note): Likewise.
8154         * doc/invoke.texi: Likewise.
8155         * doc/rtl.texi: Likewise.
8156
8157 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
8158
8159         * bb-reorder.c (find_traces_1_round): Fix comment typo.
8160
8161 2003-02-19  Roger Sayle  <roger@eyesopen.com>
8162
8163         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
8164         addition in the presence of signaling NaNs.
8165
8166 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
8167
8168         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
8169
8170 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
8171
8172         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
8173         ORing with 0xffff??00 with the highest bit of the ?? part set.
8174         (compute_logical_op_length): Update.
8175         (compute_logical_op_cc): Likewise.
8176
8177 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
8178
8179         * bb-reorder.c (find_traces_1_round): Fixed condition for small
8180         destination block with multiple predecessors.
8181         (connect_traces): Check whether the block is a start of trace.
8182
8183 2003-02-19  Jan Hubicka  <jh@suse.cz>
8184
8185         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
8186         * function.c (assign_params): Likewise.
8187         * arm-protos.h (arm_init_cumulative_args): Update prototype.
8188         * arm.c (arm_init_cumulative_args): Update function.
8189         * arm.h (INIT_CUMULATIVE_ARGS): Update.
8190         * avr-protos.h (init_cumulative_args): Update prototype.
8191         * avr.c (init_cumulative_args): Update function.
8192         * avr.h (INIT_CUMULATIVE_ARGS): Update.
8193         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
8194         * d30v.c (d30v_init_cumulative_args): Update function.
8195         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
8196         * frv-protos.h (frv_init_cumulative_args): Update prototype.
8197         * frv.c (frv_init_cumulative_args): Update function.
8198         * frv.h (INIT_CUMULATIVE_ARGS): Update.
8199         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
8200         * pa.h (INIT_CUMULATIVE_ARGS): Update.
8201         * sparc-protos.h (init_cumulative_args): Update prototype.
8202         * sparc.c (init_cumulative_args): Update function.
8203         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
8204         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
8205
8206 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
8207
8208         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
8209         (*ashiftsi_sextqi_7): Likewise.
8210
8211 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8212
8213         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
8214         ISO C99 and C++.
8215
8216         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
8217         for C++ on IRIX 6.5.1[89].
8218         * fixinc/tests/base/internal/sgimacros.h: New file.
8219
8220         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
8221         * fixinc/tests/base/internal/wchar_core.h: New file.
8222
8223         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
8224         socklen_t definition.
8225         * fixinc/fixincl.x: Regenerate.
8226         * fixinc/tests/base/sys/socket.h: New file.
8227         Fixes PR libgcj/9652.
8228
8229 2003-02-19  Jan Hubicka  <jh@suse.cz>
8230
8231         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
8232
8233 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
8234
8235         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
8236         align_jumps_max_skip and align_loops_max_skip.
8237
8238 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
8239
8240         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
8241         test size if named section.
8242
8243 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
8244
8245         * expr.c (expand_expr): Use gen_int_mode for the argument
8246         to gen_rtx_MULT.
8247
8248 2003-02-19  Jan Hubicka  <jh@suse.cz>
8249
8250         * i386.md (cosxf2):  Fix conditional.
8251
8252 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
8253
8254         * config/h8300/h8300.md (extendqisi2): Change to an expander.
8255         (*extendqisi2_h8300): New.
8256         (*extendqisi2_h8300hs): Likewise.
8257
8258 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
8259
8260         * config/h8300/h8300-protos.h: Update the prototype for
8261         split_adds_subs.  Remove the prototypes for
8262         const_int_le_2_operand and const_int_le_6_operand.
8263         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
8264         (const_int_le_2_operand): Remove.
8265         (const_int_le_6_operand): Likewise.
8266         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
8267         for const_int_le_2_operand and const_int_le_6_operand.
8268         * config/h8300/h8300.md: Update all uses of split_adds_subs.
8269         (a peephole2): New.
8270
8271 2003-02-18  Jan Hubicka  <jh@suse.cz>
8272
8273         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
8274         (cgraph_expand_function): Rewrite.
8275
8276 2003-02-18  Matt Austern <austern@apple.com>
8277
8278         * toplev.c, langhooks.c, langhooks-def.h: Move
8279         write_global_declarations from toplev.c to langhooks.c.
8280
8281 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
8282
8283         * config/h8300/h8300.c (general_operand_src): Always check
8284         MODE.
8285         (general_operand_dst): Likewise.
8286
8287 2003-02-18  Roger Sayle  <roger@eyesopen.com>
8288
8289         * convert.c (convert_to_real): Also optimize (float)log(x) into
8290         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
8291
8292 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8293
8294         * config/sh/sh.c (unspec_caller_rtx_p): New.
8295         (sh_cannot_copy_insn_p): New.
8296         (TARGET_CANNOT_COPY_INSN_P): New.
8297
8298 2003-02-18  Richard Henderson  <rth@redhat.com>
8299
8300         * c-common.c (handle_used_attribute): Accept static data too.
8301
8302 2003-02-18  Nick Clifton  <nickc@redhat.com>
8303             Aldy Hernandez  <aldyh@redhat.com>
8304
8305         * testsuite/gcc.dg/20030218-1.c: New.
8306
8307         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
8308
8309         * target-def.h (TARGET_INITIALIZER): Add
8310         TARGET_VECTOR_TYPES_COMPATIBLE.
8311         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
8312
8313         * target.h (struct gcc_target): Add field vector_types_compatible.
8314
8315         * c-typeck.c (comptypes): Take into account
8316         TARGET_VECTOR_TYPES_COMPATIBLE.
8317         (convert_for_assignment): Same.
8318
8319         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
8320         (rs6000_spe_vector_types_compatible): New.
8321         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
8322
8323 2003-02-19  Andreas Schwab  <schwab@suse.de>
8324
8325         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
8326         * toplev.c: Include langhooks-def.h.
8327
8328 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
8329
8330         * config/mips/mips.h (enum processor_type): Sort entries
8331         alphabetically.
8332         * config/mips/mips.md (define_attr cpu): Sync with processor_type
8333         enum values, including adding entries that were missing.
8334
8335 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
8336
8337         * sh.c (calc_live_regs): Also check GET_CODE when checking if
8338         initial value for PR_REG is still the PR_REG register.
8339
8340 2003-02-18  Jim Wilson  <wilson@redhat.com>
8341
8342         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
8343         instruction in output template.
8344         (bsp_value): Change output template from string to C code, add %,
8345         before actual instruction.
8346         (flushrs): Mark as not predicable.
8347
8348 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
8349
8350         * inclhack.def (netbsd_bogus_semicolon): New fix.
8351         * fixincl.x: Rebuilt.
8352         * tests/base/ctype.h: Update.
8353
8354 2003-02-18  Roger Sayle  <roger@eyesopen.com>
8355
8356         * fold-const.c (negate_expr_p): New function to determine whether
8357         an expression can be negated cheaply.
8358         (fold) [MINUS_EXPR]: Use it to determine whether to transform
8359         -A - B into -B - A for floating point types.
8360
8361 2003-02-18  Roger Sayle  <roger@eyesopen.com>
8362
8363         * sbitmap.c (sbitmap_resize): New function.
8364         * sbitmap.h (sbitmap_resize): Prototype here.
8365         * recog.c (split_all_insns): Use sbitmap_resize.
8366
8367 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
8368
8369         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
8370         insn length.
8371         (extendqisi2): Likewise.
8372         (*extendhisi2_h8300): Likewise.
8373
8374 2003-02-18  Matt Austern <austern@apple.com>
8375
8376         * langhooks.h, langhooks-def.h: introduce new langhook,
8377         final_write_globals, with write_global_declarations as default.
8378         * toplev.c: Move invocation of wrapup_global_declarations from
8379         compile_file to new function, write_global_declarations.  Change
8380         compile_file to use final_write_globals hook.  Change
8381         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
8382         conditional.
8383
8384 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8385
8386         * pa.md: Correct and enhance comment.
8387
8388 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
8389
8390         * gcc.c (validate_switches): Don't scan past closing '}'.
8391
8392 2003-02-18  Ben Elliston  <bje@redhat.com>
8393
8394         PR c++/1607
8395         * doc/extend.texi (Function Attributes): Document the effect of
8396         the C++ "this" parameter on the counting of arguments for the
8397         "format" and "format_arg" attributes.
8398
8399 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
8400
8401         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
8402         (__ev_stdw): Same.
8403         (__ev_stdh): Same.
8404
8405 2003-02-17  Jan Hubicka  <jh@suse.cz>
8406
8407         * recog.c (split_all_insns):  Fix memory overflow.
8408
8409 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
8410
8411         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
8412         (cmphi): Likewise.
8413         (*cmphi_h8300): Likewise.
8414         (*cmphi_h8300hs): Likewise.
8415         (cmpsi): Likewise.
8416         (7 peephole2): Likewise.
8417
8418 2003-02-16  Jan Hubicka  <jh@suse.cz>
8419
8420         * c-typeck.c (build_c_cast):  Fold constant variables into
8421         initial values.
8422
8423 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8424
8425         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
8426         (Binaries): Ditto for Sinix/Reliant Unix.
8427
8428 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
8429
8430         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
8431         not overlap the final result register.
8432
8433 2003-02-16 Arend Bayer <arend.bayer@web.de>
8434            Richard Henderson  <rth@redhat.com>
8435
8436         PR c/8068
8437         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
8438         rearrange mult arguments for less recursion.
8439         (extract_muldiv): New.  Prevent runaway recursion.
8440
8441 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
8442
8443         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
8444         MASK_ALIGN_DOUBLE.
8445
8446 2003-02-15  Roger Sayle  <roger@eyesopen.com>
8447
8448         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
8449         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
8450         (ext_80387_constants_table): Global table of 80387 special constants
8451         guarded by ext_80387_constants_init flag when not initialized.
8452         (init_ext_80387_constants): New function to initialize this table.
8453         (standard_80387_constant_p): Extend to recognize extra 80387
8454         constants, in XFmode, on processors where this is a win.
8455         (standard_80387_constant_opcode): New function to return the
8456         opcode associated with standard_80387_constant_p.
8457         (standard_80387_constant_rtx): New function to return the XFmode
8458         CONST_DOUBLE associated with standard_80387_constant_p.
8459         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
8460
8461         * config/i386/i386-protos.h (standard_80387_constant_opcode):
8462         Prototype here.
8463         (standard_80387_constant_rtx): Likewise.
8464
8465         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
8466         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
8467         *movtf_integer): Simplify using new standard_80387_constant_opcode.
8468
8469 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8470
8471         * doc/invoke.texi (Optimize Options): Correct @option syntax.
8472
8473 2003-02-15  Richard Henderson  <rth@redhat.com>
8474
8475         * Makefile.in (cfglayout.o): Depend on TARGET_H.
8476         * cfglayout.c: Include target.h.
8477         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
8478         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
8479         * target.h (struct gcc_target): Add cannot_copy_insn_p.
8480
8481         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
8482         (TARGET_CANNOT_COPY_INSN_P): New.
8483         (override_options): Revert 2003-02-08 hack.
8484
8485 2003-02-15  Richard Henderson  <rth@redhat.com>
8486
8487         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
8488         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
8489
8490 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
8491
8492         * config/rs6000/rs6000.h (processor_type): Add PPC440.
8493         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
8494         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
8495         TARGET_SCHED_VARIABLE_ISSUE): Define.
8496         (rs6000_use_dfa_pipeline_interface): New function.
8497         (rs6000_multipass_dfa_lookahead): New Function.
8498         (rs6000_variable_issue): New function.
8499         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
8500         (rs6000_issue_rate): Add PPC440.
8501         * config/rs6000/rs6000.md (unspec list): Correct typo.
8502         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
8503         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
8504         cmp, delayed_cr, mfcr, mtcr.
8505         (automata_option): Set "ndfa".
8506         (extendMMNN2): Update attributes.
8507         (movcc_internal1): Discourage move to non-cr0.  Update
8508         attributes.
8509         (movMM_update): Update attributes.
8510         (cmpMM_internal): Update attributes.
8511         (sCC CR materialization): Update attributes.
8512         (branch patterns): Do not discourage non-cr0.
8513         (cr logical patterns): Prefer destructive register allocation.
8514         Update attributes.
8515         (movesi_from_cr): Update attribute.
8516         (mtcrf_operation): Update attribute.
8517         (mtcrfsi): Update attribute.
8518         * config/rs6000/40x.md: New file.
8519         * config/rs6000/603.md: New file.
8520         * config/rs6000/6xx.md: New file.
8521         * config/rs6000/7450.md: New file.
8522         * config/rs6000/7xx.md: New file.
8523         * config/rs6000/mpc.md: New file.
8524         * config/rs6000/power4.md: New file.
8525         * config/rs6000/rios1.md: New file.
8526         * config/rs6000/rios2.md: New file.
8527         * config/rs6000/rs64.md: New file.
8528         [Some DFA descriptions based on work by Michael Hayes]
8529
8530 2003-02-15  Richard Henderson  <rth@redhat.com>
8531
8532         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
8533         successors with multiple predecessors.
8534         (connect_traces): Try harder to copy traces of length 1.
8535
8536         * function.h (struct function): Add computed_goto_common_label,
8537         computed_goto_common_reg.
8538         * function.c (free_after_compilation): Zap them.
8539         * stmt.c (expand_computed_goto): Use them to produce one
8540         indirect branch per function.
8541
8542 2003-02-15  Richard Henderson  <rth@redhat.com>
8543
8544         * cfgcleanup.c: Include params.h.
8545         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
8546         too many outgoing edges from a block.
8547         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
8548         * params.def (max-crossjump-edges): New.
8549         * doc/invoke.texi: Document it.
8550
8551 2003-02-15  Richard Henderson  <rth@redhat.com>
8552
8553         * recog.c (split_all_insns): Include new blocks in life update;
8554         do a global life update.
8555
8556 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
8557
8558         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
8559         Update copyright.
8560         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
8561         -mno-cygwin case.
8562
8563 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8564
8565         PR optimization/7702
8566         * reload1.c (reload_cse_simplify_set): Honor
8567         CANNOT_CHANGE_MODE_CLASS.
8568
8569 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
8570
8571         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
8572         function.
8573         * config/mn10300/mn10300-protos.h: Declare it.
8574         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
8575         attribute cc of instructions that may use clr.
8576
8577 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
8578
8579         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
8580         (x - (x & y)) is found.
8581
8582 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8583
8584         * configure.in: Fix typo.
8585         * configure: Regenerate.
8586
8587 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
8588
8589         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
8590
8591 2003-02-13  Adam Nemet  <anemet@lnxw.com>
8592
8593         PR opt/2391
8594         * combine.c: Fix spelling in comment.
8595         (cached_nonzero_bits): New function.
8596         (cached_num_sign_bit_copies): New function.
8597         (nonzero_bits_with_known): New macro.
8598         (num_sign_bit_copies_with_known): New macro.
8599         (nonzero_bits1): Rename from nonzero_bits.  Add three new
8600         arguments.  Change calls from nonzero_bits to
8601         nonzero_bits_with_known.
8602         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
8603         three new arguments.  Change calls from num_sign_bit_copies to
8604         num_sign_bit_copies_with_known.
8605         (nonzero_bits): New macro.
8606         (num_sign_bit_copies): New macro.
8607         (update_table_tick): Don't traverse identical subexpression more
8608         than once.
8609         (get_last_value_validate): Likewise.
8610
8611 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
8612
8613         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
8614         * function.h (struct emit_status): Length of regno_pointer_align
8615         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
8616         not regno_pointer_align_length (i.e. length actually used, not
8617         length as allocated)
8618
8619         * config/i386/i386.c (struct stack_local_entry): New.
8620         (struct machine_function): Replace huge array with alist.
8621         (assign_386_stack_local): Change to match.
8622
8623 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
8624
8625         * inclhack.def (hpux_long_double): Tighten select and add bypass
8626         regexp.
8627         * fixincl.x: Rebuilt.
8628
8629 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
8630
8631         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
8632         edge and block ends with a jump insn it must be simple jump.
8633
8634 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
8635
8636         * Makefile.in (PREPROCESSOR_DEFINES): Add
8637         @TARGET_SYSTEM_ROOT_DEFINE@.
8638         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
8639         is specified or if building a cross compiler.
8640         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
8641         if the sysroot is under $exec_prefix.
8642         * configure: Regenerated.
8643         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
8644         defined.
8645         (struct default_include): Add add_sysroot field.
8646         (cpp_SYSROOT): Declare.
8647         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
8648         field.
8649         (cpp_SYSROOT): New variable.
8650         * cppinit.c (cpp_create_reader): Initialize
8651         CPP_OPTION (pfile, sysroot).
8652         (init_standard_includes): Handle add_sysroot.  Do not
8653         add unrelocated copies of relocated directories.
8654         (COMMAND_LINE_OPTIONS): Add -isysroot.
8655         (cpp_handle_option): Handle -isysroot.
8656         * cpplib.h (struct cpp_options): Add sysroot member.
8657         * gcc.c (The Specs Language): Update description of %I.
8658         (target_system_root_changed): New variable.
8659         (process_command): Conditionalize make_relative_prefix call
8660         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
8661         target_system_root_changed.
8662         (do_spec_1): Add -isysroot to %I.
8663         * doc/invoke.texi (Spec Files): Update description of %I.
8664         * doc/install.texi (--with-sysroot): Update comment about
8665         relocation.
8666
8667 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
8668
8669         * config/h8300/h8300.md (a peephole2): New.
8670
8671 2003-02-13  Robert Lipe <robertlipe@usa.net>
8672             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8673
8674         * doc/install.texi (Specific): Update three SCO-related URLs.
8675
8676 2003-02-13  Andreas Schwab  <schwab@suse.de>
8677
8678         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
8679         Parenthesize properly.
8680         (NPREDECESORS): Parenthesize properly.
8681
8682 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8683
8684         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
8685
8686 2003-02-12  Roger Sayle  <roger@eyesopen.com>
8687
8688         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
8689         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
8690
8691         * reg-stack.c (subst_stack_regs_pat): Add support for binary
8692         UNSPEC instructions (e.g. "fpatan").
8693
8694 2003-02-12  Mike Stump  <mrs@apple.com>
8695
8696         * varray.c (element_size): Remove.
8697         (uses_ggc): Remove.
8698         (element): Add.
8699         (varray_init): Use new interface.
8700         (varray_grow): Use new interface.
8701         (varray_clear): Use new interface.
8702
8703 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
8704
8705         * config/rs6000/spe.h: Add casts to the arguments of the following
8706         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
8707         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
8708         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
8709         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
8710         __ev_get_u16, __ev_get_s16.
8711
8712 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8713
8714         * config/h8300/h8300.md (a peephole2): New.
8715
8716 2003-02-12  Jan Hubicka  <jh@suse.cz>
8717
8718         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
8719         (OBJS): Add callgraph.o
8720         (callgraph.o): New.
8721         * c-decl.c (expand_body_1): Break out from ...
8722         (expand_body): This one;  change calling convention
8723         (finish_function): Move some of expand_body logic here.
8724         (c_expand_deferred_function): Update call of expand_body
8725         (c_expand_stmt): Use c_expand_body_1.
8726         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
8727         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
8728         * c-tree.h (c_expand_body): Declare.
8729         * callgraph.c: New file.
8730         * flags.h (flag_unit_at_a_time): Declare.
8731         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
8732         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
8733         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
8734         * langhooks.h (struct lang_hooks_for_callgraph): New.
8735         (struct lang_hooks): Add callgraph field.
8736         * toplev.c (flag_unit_at_a_time): New.
8737         (lang_independent_options): Add flag_unit_at_a_time.
8738         (process_options): Disable unit-at-a-time mode for frontends not
8739         supporting callgraph.
8740         * tree-inline.c (typedef struct inline_data): Add "decl"
8741         (expand_call_inline): Update callgraph.
8742         (optimize_inline_calls): Set id.decl.
8743         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
8744         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
8745         cgraph_calls_p): Declare.
8746         * invoke.texi (-funit-at-a-time): Document
8747
8748 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
8749
8750         * config/rs6000/spe.h: Fix misc formatting.
8751         (__ev_create_ufix32_fs): Cast ev argument.
8752         (__ev_create_sfix32_fs): Same.
8753         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
8754         (__ev_get_ufix32_fs_internal): Same.
8755
8756 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
8757
8758         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
8759         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
8760
8761 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
8762
8763         * cpplib.c (do_include_common): Move warnings for
8764         #include_next and #import out to callers.  Use early-return
8765         instead of nested ifs.  Don't do check_eol here.
8766         (parse_include): Do check_eol here with the rest of the
8767         parsing stuff.
8768         (do_include_next, do_import): Now handle warnings.
8769
8770 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8771
8772         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
8773
8774 2003-02-12  Jan Hubicka  <jh@suse.cz>
8775
8776         * predict.c (estimate_probability):  Fix roundoff error.
8777
8778 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8779
8780         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
8781         (two peephole2): New.
8782
8783 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8784
8785         * config/h8300/h8300.md (several peephole2): Replace
8786         find_regno_note with peep2_reg_dead_p.
8787
8788 2003-02-11  Richard Henderson  <rth@redhat.com>
8789
8790         * gcse.c (lookup_set): Remove unused argument PAT.  Update
8791         both callers.
8792
8793 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
8794
8795         * diagnostic.c (real_abort): New.
8796         (diagnostic_report_diagnostic): Call real_abort on error.
8797         * diagnostic.h (diagnostic_abort_on_error): New.
8798         (struct diagnostic_context): Add abort_on_error field.
8799         * toplev.c (setup_core_dumping): New.
8800         (decode_d_option): Handle 'H' case.
8801         * doc/invoke.texi (Debugging Options): Document -dH.
8802
8803 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8804
8805         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
8806         which refers to obsolete directories.
8807
8808 2003-02-11  Richard Henderson  <rth@redhat.com>
8809
8810         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
8811
8812 2002-10-21  Jan Hubicka  <jh@suse.cz>
8813
8814         * i386.c (contains_128bit_aligned_vector_p): New function.
8815         (ix86_function_arg_boundary): Properly align vector modes.
8816
8817 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
8818
8819         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
8820         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
8821         as a SET pattern.
8822
8823 2003-02-11  Roger Sayle  <roger@eyesopen.com>
8824
8825         * builtins.c:  Fix failure caused by commiting wrong patch.
8826
8827 2003-02-11  Dale Johannesen  <dalej@apple.com>
8828         * ra-build.c (compare_and_free_webs):  Relax checking.
8829         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
8830         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
8831
8832 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8833
8834         PR optimization/9651
8835         * rtlanal.c (may_trap_p): Handle FIX.
8836
8837 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
8838
8839         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
8840         * doc/invoke.texi: Extra alias.
8841
8842 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
8843
8844         * config/rs6000/host-darwin.c: Fix comment.
8845
8846 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
8847
8848         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
8849         predicate for mod result.
8850
8851 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8852
8853         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
8854         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
8855         * fixincl.x: Rebuilt.
8856         * tests/base/stdlib.h: Update.
8857         * tests/base/ctype.h: New file.
8858
8859 2003-02-11  Jan Hubicka  <jh@suse.cz>
8860
8861         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
8862
8863 2003-02-11  Richard Henderson  <rth@redhat.com>
8864
8865         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
8866         appropriated as globals.
8867         (ix86_expand_clrstr): Similarly.
8868         * config/i386/i386.md (cmpstrsi): Similarly.
8869
8870 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
8871
8872         * config/h8300/h8300.md (a peephole2): Add a case of 255.
8873
8874 2003-02-11  Roger Sayle  <roger@eyesopen.com>
8875
8876         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
8877         (pow_optab, atan2_optab): Define corresponding macros.
8878         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
8879         * genopinit.c (optabs): Implement pow_optab and atan2_optab
8880         using pow?f3 and atan2?f3 patterns.
8881         * builtins.c (expand_errno_check): New function to update errno
8882         if necessary, split out from expand_builtin_mathfn.
8883         (expand_builtin_mathfn): Use expand_errno_check.
8884         (expand_builtin_mathfn_2): New function to handle expanding binary
8885         math functions, reusing the code in expand_errno_check.
8886         (expand_builtin): Handle the pow and atan2 math built-ins,
8887         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
8888         expand_builtin_mathfn_2.
8889
8890         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
8891
8892 2003-02-11  Jan Hubicka  <jh@suse.cz>
8893
8894         * combine.c (combine_simplify_rtx): Fix folding of
8895         nested float_truncates.
8896
8897 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
8898
8899         * config/h8300/h8300.md (a peephole2): Fix a typo.
8900
8901 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
8902
8903         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
8904         register number.
8905
8906 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
8907
8908         * config/h8300/h8300-protos.h: Add a prototype for
8909         gtuleu_operator.
8910         * config/h8300/h8300.c (gtuleu_operator): New.
8911         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
8912         * config/h8300/h8300.md (a peephole2): New.
8913
8914 2003-02-11  Jan Hubicka  <jh@suse.cz>
8915
8916         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
8917
8918 2003-02-11  Jan Hubicka  <jh@suse.cz>
8919
8920         * predict.c (choose_function_section): Choose sections correctly.
8921
8922 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8923
8924         * reload1.c (first_label_num): New.
8925         (reload): Index offsets_known_at and offsets_at using difference of
8926         label number and first label number.  Don't use offset pointers.
8927         (set_label_offsets, set_initial_label_offsets): Likewise.
8928
8929 2003-02-10  Roger Sayle  <roger@eyesopen.com>
8930
8931         * mips-tfile.c (init_file): Add missing initializers in the
8932         "#ifdef __alpha" case.
8933         (file_offset, max_file_offset): Declare as unsigned long.
8934         (write_varray): Cast to "unsigned long" in comparisons against
8935         either file_offset or max_file_offset.
8936         (write_object): Likewise.
8937         (read_seek): Likewise.
8938         (copy_object): Likewise. Declare "ifd" as int to match its use
8939         in add_ext_symbol, and avoid signed/unsigned conditional warning.
8940
8941 2003-02-10  Nick Clifton  <nickc@redhat.com>
8942             Aldy Hernandez  <aldyh@redhat.com>
8943
8944         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
8945         override options which have been specified on the command line.
8946
8947 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
8948
8949         * config/h8300/h8300.md (abssf2): New.
8950         (*abssf2_h8300): Likewise.
8951         (*abssf2_h8300hs): Likewise.
8952
8953 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
8954
8955         * tree.c (build_tree_list):  Fix parameter names in comment.
8956
8957 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
8958
8959         * config/rs6000/ppc64-fp.c: New file.
8960         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
8961
8962 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
8963
8964         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
8965         * bb-reorder.c (make_reorder_chain): Deleted.
8966         (make_reorder_chain_1): Deleted.
8967         (find_traces): New function.
8968         (rotate_loop): New function.
8969         (mark_bb_visited): New function.
8970         (find_traces_1_round): New function.
8971         (copy_bb): New function.
8972         (bb_to_key): New function.
8973         (better_edge_p): New function.
8974         (connect_traces): New function.
8975         (copy_bb_p): New function.
8976         (get_uncond_jump_length): New function.
8977         (reorder_basic_blocks): Use new functions (Software Trace Cache).
8978         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
8979         boundaries.
8980
8981 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
8982
8983         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
8984
8985 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8986
8987         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
8988         (DECL_LIVE_RANGE_RTL): Remove.
8989
8990 2003-02-10  Nick Clifton  <nickc@redhat.com>
8991
8992         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
8993         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
8994         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
8995         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
8996         config/arm/freebsd.h, config/arm/linux-elf.h,
8997         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
8998         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
8999         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
9000         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
9001         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
9002         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
9003         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
9004         and reformat as appropriate.
9005
9006 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
9007
9008         * config/h8300/clzsi2.c: Remove.
9009         * config/h8300/ctzsi2.c: Likewise.
9010         * config/h8300/paritysi2.c: Likewise.
9011         * config/h8300/popcountsi2.c: Likewise.
9012         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
9013         ctzsi2, paritysi2, and popcountsi2.
9014
9015 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
9016             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
9017
9018         PR c/7741
9019         * c-decl.c (duplicate_decls): Discard the initializer of the
9020         new decl when the types are conflicting.
9021
9022 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
9023
9024         * Makefile.in (sreal.o): Added.
9025         (predict.o): Depends on sreal.h instead of real.h.
9026         * sreal.c: New file.
9027         * sreal.h: New file.
9028         * predict.c: Use sreal.c instead of real.c.
9029
9030 2003-02-10  Nick Clifton  <nickc@redhat.com>
9031
9032         * Contributed support for the Cirrus EP9312 "Maverick"
9033         floating point co-processor.  Written by Aldy Hernandez
9034         <aldyh@redhat.com>.
9035         (config/arm/arm.c): Add Cirrus support.
9036         (config/arm/arm.h): Likewise.
9037         (config/arm/aout.h): Likewise.
9038         (config/arm/arm.md): Likewise.
9039         (config/arm/arm-protos.h): Likewise.
9040         (config.gcc): Likewise.
9041         (doc/invoke.texi): Describe new -mcpu value and new
9042         -mcirrus-fix-invalid-insns switch,
9043         (cirrus.md): New file.
9044
9045 2003-02-10  Jan Hubicka  <jh@suse.cz>
9046
9047         * combine.c (combine_simplify_rtx): Simplify using
9048         (float_truncate (float x)) is (float x)
9049         (float_extend (float_extend x)) is (float_extend x).
9050
9051 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
9052
9053         * calls.c (try_to_integrate): Tidy stack_usage_map access.
9054         (emit_library_call_value_1): Likewise.  Formatting.
9055         (store_one_arg): Likewise.
9056
9057 2003-02-09  Nick Clifton  <nickc@redhat.com>
9058             Aldy Hernandez  <aldyh@redhat.com>
9059
9060         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
9061         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
9062         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
9063         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
9064         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
9065         docs.  Add range test for immediate value.
9066
9067 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
9068
9069         Rename spe_evxor to xorv2si3.
9070         (xorv4hi3): New.
9071         (xorv1di3): New.
9072
9073 2003-02-10  Glen Nakamura  <glen@imodulo.com>
9074
9075         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
9076         tag.
9077
9078 2003-02-10  Jan Hubicka  <jh@suse.cz>
9079
9080         * i386.c (vector_move_operand): New predicate.
9081         (ix86_expand_vector_move): Be happy about 0.
9082         * i386.h (PREDICATE_CODES): Add sse-move_operand.
9083         * i386.md (mov*_internal): Add 'C' alternative.
9084
9085 2003-02-09  Jan Hubicka  <jh@suse.cz>
9086
9087         * i386.md (floathi*): Deal with SSE.
9088
9089 2003-02-09  Jan Hubicka  <jh@suse.cz>
9090
9091         * simplify-rtx.c (simplify_unary_operation,
9092         simplify_binary_operation):  Deal with vector modes
9093         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
9094
9095 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
9096
9097         * toplev.c (rest_of_compilation): Recompute register usage after
9098         split_all_insns.
9099
9100 2003-02-09  Richard Henderson  <rth@redhat.com>
9101
9102         * libgcc-std.ver (__clztf2): New.
9103         (__ctztf2, __popcounttf2, __paritytf2): New.
9104         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
9105         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
9106         adjust code to match the different type sizes.
9107         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
9108         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
9109
9110         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
9111         TImode; select word_mode and twice that.
9112         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
9113         select the modes from float, double, and long double.
9114         (init_optabs): Remove duplicate initializations.
9115
9116 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
9117
9118         * doc/install.texi: Squeeze and streamline section on
9119         testing and regression checking.
9120
9121 2003-02-09  Jan Hubicka  <jh@suse.cz>
9122
9123         * i386.md (ahi?v*3): Set third operand type to TImode.
9124         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
9125
9126         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
9127         integer mode.
9128
9129         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
9130         Change code so they are arithmetic expressions now.
9131         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
9132         simplify_ternary_operation): Deal with VEC_* expressions.
9133
9134         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
9135
9136 2003-02-08  Jan Hubicka  <jh@suse.cz>
9137
9138         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
9139         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
9140         possibly got duplicated.
9141
9142 2003-02-08  Richard Henderson  <rth@redhat.com>
9143
9144         * config/alpha/alpha.c (override_options): Turn off explicit
9145         relocs until post-peep2 code duplication resolved.
9146
9147 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
9148
9149         * optabs.c (expand_unop): Widen clz properly when clz is done
9150         via libcall.
9151
9152 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
9153
9154         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
9155         * config/h8300/crti.asm: Likewise.
9156         * config/h8300/crtn.asm: Likewise.
9157         * config/h8300/ctzsi2.c: Likewise.
9158         * config/h8300/fixunssfsi.c: Likewise.
9159         * config/h8300/h8300-protos.h: Likewise.
9160         * config/h8300/h8300.c: Likewise.
9161         * config/h8300/h8300.h: Likewise.
9162         * config/h8300/h8300.md: Likewise.
9163         * config/h8300/paritysi2.c: Likewise.
9164         * config/h8300/popcountsi2.c: Likewise.
9165         * config/h8300/rtems.h: Likewise.
9166
9167 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9168
9169         * doc/invoke.texi: Documentation for my previous commit.
9170         * doc/passes.texi: Ditto.
9171
9172 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9173
9174         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
9175         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
9176         Declare.
9177         (DLTHE_FLAG_UPDATE_FREQ): New.
9178         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
9179         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
9180         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
9181         fix_bb_placement, fix_bb_placements, place_new_loop,
9182         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
9183         New static functions.
9184         (fix_loop_placement, can_duplicate_loop_p,
9185         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
9186         New functions.
9187
9188         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
9189         unswitch_loops): Declare.
9190         * loop-init.c: New file.
9191         * loop-unswitch.c: New file.
9192         * Makefile.in (loop-init.o, loop-unswitch.o): New.
9193         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
9194         * toplev.c (DFI_loop2): New dump.
9195         (flag_unswitch_loops): New.
9196         (lang_independent_options): Add it.
9197         (rest_of_compilation): Call new loop optimizer.
9198         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
9199
9200 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
9201
9202         * config/h8300/clzsi2.c: New.
9203         * config/h8300/ctzsi2.c: Likewise.
9204         * config/h8300/paritysi2.c: Likewise.
9205         * config/h8300/popcountsi2.c: Likewise.
9206         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
9207
9208 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
9209
9210         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
9211         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
9212         (ctzsi2): New pattern.
9213         (ffssi2): Use clz instead of unspec.
9214         (clzdi2): Rename from cntlzd2.
9215         (ctzdi2): New pattern.
9216         (ffsdi2): Use clz instead of unspec.
9217
9218 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
9219
9220         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
9221         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
9222         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
9223         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
9224
9225 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
9226
9227         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
9228
9229 2003-02-07  Richard Henderson  <rth@redhat.com>
9230
9231         PR 9226
9232         * gcse.c (local_cprop_find_used_regs): New.
9233         (local_cprop_pass): Use it.
9234
9235 2003-02-07  Fred Fish  <fnf@intrinsity.com>
9236
9237         * mips-tfile.c (parse_def): Parenthesize assignments to fix
9238         precedence bugs.
9239
9240 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
9241
9242         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
9243
9244 2003-02-07  Roger Sayle  <roger@eyesopen.com>
9245
9246         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
9247         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
9248         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
9249         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
9250         builtin functions (and their __builtin_* variants).
9251         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
9252         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
9253         when not optimizing.
9254
9255         * doc/extend.texi: Document new pow and atan2 builtins, and
9256         their float and long double variants.  Realphabetize builtins.
9257
9258 2003-02-07  Jan Hubicka  <jh@suse.cz>
9259
9260         * i386.md (sse2_nandv2di3): Fix.
9261
9262 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
9263
9264         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
9265         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
9266         definition.
9267         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
9268         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
9269
9270 2003-02-07  Jan Hubicka  <jh@suse.cz>
9271
9272         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
9273
9274 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
9275
9276         * cfg.c (dump_flow_info): Add back accidently deleted line.
9277
9278 2003-02-07  Andrey Petrov <petrov@netbsd.org>
9279
9280         * optabs.c (expand_float): Search wider integer modes first.
9281
9282 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
9283
9284         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
9285         based on preprocessor flag.
9286
9287 2003-02-07  Roger Sayle  <roger@eyesopen.com>
9288             Richard Henderson  <rth@redhat.com>
9289
9290         * gcse.c (implicit_sets): New.
9291         (compute_hash_table_work): Include them in hash table.
9292         (find_implicit_sets, fis_get_condition): New.
9293         (one_cprop_pass): Allocate and free implicit_sets; call
9294         find_implicit_sets before building hash table.
9295
9296 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
9297
9298         * config/t-netbsd (USER_H): Revert previous change.
9299
9300 2003-02-07  Gabor Greif  <ggreif@lucent.com>
9301
9302         * doc/c-tree.texi (Namespaces): Fix typo.
9303
9304 2003-02-07  Jan Hubicka  <jh@suse.cz>
9305
9306         * regrename.c (do_replace, find_oldest_value_reg,
9307         copyprop_hardreg_forward_1): Update register attributes.
9308
9309 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
9310
9311         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
9312         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
9313         variables starting with underscore.
9314         (struct unit_usage): New structure.
9315         (unit_usages, cycle_alt_unit_usages): New global variables.
9316         (check_unit_distribution_in_reserv): Remove it.
9317         (store_alt_unit_usage): New function.
9318         (check_regexp_units_distribution): Rewrite it.
9319
9320 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9321
9322         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
9323         target_cpu_default.
9324         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
9325         if not MASK_NO_SPACE_REGS.
9326         (output_call): Adjust return pointer, don't load new space register
9327         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
9328         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
9329         TARGET_NO_SPACE_REGS is true.
9330         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
9331         conditions.
9332         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
9333         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
9334         true.  Use bve when TARGET_64BIT is true.
9335
9336 2003-02-06  Richard Henderson  <rth@redhat.com>
9337
9338         * combine.c (nonzero_bits): Fix double break.
9339
9340 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
9341             Richard Henderson <rth@redhat.com>
9342
9343         PR c/9530
9344         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
9345         from functions that return a float to functions that don't.
9346
9347 2003-02-06  Jan Hubicka  <jh@suse.cz>
9348
9349         * i386.c (x86_inter_unit_moves): New variable.
9350         (ix86_secondary_memory_needed): Fix 64bit case, honor
9351         TARGET_INTER_UNIT_MOVES
9352         * i386.h (x86_inter_unit_moves): Declare.
9353         (TARGET_INTER_UNIT_MOVES): New macro.
9354         * i386.md (movsi_1): Cleanup constraints; disable
9355         when not doing inter-unit moves.
9356         (movsi_1_nointernunit): New.
9357         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
9358         (movdi_1_rex64_nointerunit): New.
9359         (mivsf_1): disable when not doing inter-unit moves.
9360         (movsf_1_nointerunit): New.
9361
9362         * basic-block.h (inside_basic_block_p):  Declare.
9363         * cfgbuild.c (inside_basic_block_p): Make global.
9364         * haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
9365         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
9366         update CFG.
9367         (fix_basic_block_boundaries, add_missing_bbs): New.
9368         (rank): Use profile.
9369         (scheudle_ebbs): Rely on CFG; update coments.
9370
9371 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
9372
9373         * Makefile.in (host_hook_obj): New.
9374         (OBJS): Add $(host_hook_obj).
9375         (host_default.o): New rule.
9376         * config.gcc (host_hook_obj): New, default to host-default.o.
9377         (powerpc-*-darwin*): Use host-darwin.o.
9378         (out_host_hook_obj): New.
9379         * configure: Regenerate.
9380         * configure.in: Print information about out_host_hook_obj, substitute
9381         into output files.
9382         * host-default.c: New file.
9383         * hosthooks.h: New file.
9384         * toplev.c (general_init): Call host_hooks.extra_signals.
9385         * config/rs6000/host-darwin.c: New file.
9386         * config/rs6000/x-darwin: New file.
9387         * doc/hostconfig.texi: Add documentation for new host hook.
9388         Rearrange existing documentation.
9389
9390 2003-02-05  Roger Sayle  <roger@eyesopen.com>
9391
9392         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
9393         with *targetm.delegitimize_address.
9394         (rtl_for_decl_location): Likewise.
9395         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
9396         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
9397
9398         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
9399         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
9400         prototype.
9401         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
9402         i386_simplify_dwarf_addr.  Made static.  Prototyped.
9403         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
9404         i386_simplify_dwarf_addr to ix86_delegitimize_address.
9405         (ix86_find_base_term): Likewise.
9406         (maybe_get_pool_constant): Likewise.
9407
9408         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
9409         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
9410         prototype.
9411         * config/s390/s390.c (s390_delegitimize_address): Renamed from
9412         s390_simplify_dwarf_addr.  Made static.  Prototyped.
9413         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
9414
9415 2003-02-05  Richard Henderson  <rth@redhat.com>
9416
9417         PR c/8602
9418         * integrate.c (output_inline_function): Reset input_filename
9419         and lineno from the decl before rest_of_compilation.
9420
9421 2003-02-05  Richard Henderson  <rth@redhat.com>
9422
9423         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
9424         (CTZ_DEFINED_VALUE_AT_ZERO): New.
9425         * doc/rtl.texi, doc/tm.texi: Document them.
9426
9427         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
9428         of the value at zero properly.
9429         * fold-const.c (tree_expr_nonnegative_p): Likewise.
9430         * simplify-rtx.c (simplify_unary_operation): Likewise.
9431
9432         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
9433         (CTZ_DEFINED_VALUE_AT_ZERO): New.
9434
9435         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
9436         (TARGET_EXPAND_BUILTIN): Remove.
9437         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
9438         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
9439         (enum arm_builtins): Remove.
9440         * config/arm/arm.md (UNSPEC_CLZ): Remove.
9441         (clzsi2): Rename from clz; use clz instead of unspec.
9442         (ctzsi2): New.
9443         * config/arm/arm-protos.h: Update.
9444
9445 2003-02-05  Jan Hubicka  <jh@suse.cz>
9446
9447         * i386-protos.h (x86_emit_floatuns):  Declare.
9448         * i386.c (x86_emit_floatuns): New global function.
9449         * i386.md (floatunssisf2, floatunsdisf2,
9450         floatunsdidf2):  New patterns.
9451
9452 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9453
9454         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
9455
9456 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
9457
9458         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
9459           config/ia64/linux.h
9460
9461 2003-02-05  Roger Sayle  <roger@eyesopen.com>
9462
9463         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
9464
9465 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
9466
9467         PR optimization/8555
9468         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
9469         instead of aborting.
9470
9471 2003-02-04  Richard Henderson  <rth@redhat.com>
9472
9473         * config/i386/i386.md (UNSPEC_BSF): Remove.
9474         (ffssi2): Split into cmove and no_cmove insns and splitters;
9475         lose pentium float trick for now.
9476         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
9477         (ctzsi2, clzsi2, bsr): New.
9478
9479 2003-02-04  Richard Henderson  <rth@redhat.com>
9480
9481         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
9482         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
9483         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
9484         (ffsdi2): Use popcount instead of unspec.
9485         (popcountdi2): Rename from *popcnt.
9486         (ctzdi2, clzdi2, getf_exp_tf): New.
9487
9488 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9489
9490         * genconfig.c (main): Generate CC0_P.
9491         * rtl.h (CC0_P): Remove.
9492
9493 2003-02-04  Richard Henderson  <rth@redhat.com>
9494
9495         * libgcc2.h, libgcc2.c (__ffsSI2): New.
9496         (__ffsDI2): Rename from __ffsdi2.
9497         * mklibgcc.in (lib2funcs): Add _ffssi2.
9498
9499 2003-02-04  Richard Henderson  <rth@redhat.com>
9500
9501         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
9502         rounds with a "bit table" lookup.
9503
9504 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
9505
9506         * reload.c (find_reloads): Do not use the mode specified in the insn
9507         pattern as reload mode for address operands.  Do not generate optional
9508         reloads for operands where a mandatory reload was already pushed.
9509
9510 2003-02-04  Richard Henderson  <rth@redhat.com>
9511
9512         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
9513         builtins instead of inline assembly.
9514
9515 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9516
9517         PR c/9376
9518         * libgcc2.c (__subvdi3): Fix typo.
9519
9520 2003-02-04  Jan Hubicka  <jh@suse.cz>
9521
9522         * i386.md (movti_rex64):  Fix constraint.
9523
9524 2003-02-04  Jan Hubicka  <jh@suse.cz>
9525
9526         * i386.md (vector push splitters):  Fix typo in resolving conflict.
9527
9528 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
9529
9530         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
9531
9532 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
9533
9534         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
9535         for recent libstdc++.  Remove formatting cruft.
9536
9537 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
9538
9539         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
9540         attribute even if input file name is absolute, but one of the
9541         includes is relative.
9542
9543 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
9544
9545         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
9546         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
9547         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
9548
9549 2003-02-03  Richard Henderson  <rth@redhat.com>
9550
9551         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
9552         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
9553         return type to "int".  Shuffle declarations and undef int trap.
9554         * libgcc2.h: Remove their declarations.
9555         * optabs.c (expand_unop): Force outmode to int for bitops.
9556
9557 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
9558
9559         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
9560         coprocessor registers before floating-point registers.
9561         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
9562         to account for a previously removed register.
9563         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
9564         Delete unused macros.
9565
9566 2003-02-03  Jan Hubicka  <jh@suse.cz>
9567
9568         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
9569         (mov*_internal): Fix predicates; require one of operands to not be
9570         memory.
9571         (SSE?MMX move expanders):  Fix predicates; force one of operands to
9572         register.
9573         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
9574         (movups/movupd/movdqu patterns): Force one of operands to not be
9575         memory.
9576
9577 2003-02-03  Roger Sayle  <roger@eyesopen.com>
9578
9579         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
9580         takes a single rtx and returns it unmodified.
9581         * hooks.h (hook_rtx_rtx_identity): Prototype here.
9582         * target.h (struct gcc_target): Add "delegitimize_address"
9583         field to target structure.
9584         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
9585         for delegitimize_address target using hook_rtx_rtx_identity.
9586         (TARGET_INITIALIZER): Initialize delegitimize_address field
9587         using TARGET_DELEGITIMIZE_ADDRESS macro.
9588         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
9589         extensions of constant pool references.  Use delegitimize_address
9590         to undo the obfuscation of "-fpic".
9591         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
9592
9593         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
9594         i386_simplify_dwarf_addr.
9595         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
9596         (maybe_get_pool_constant): Likewise.
9597
9598 2003-02-03  Jan Hubicka  <jh@suse.cz>
9599
9600         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
9601
9602 2003-02-03  Jan Hubicka  <jh@suse.cz>
9603
9604         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
9605
9606 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9607
9608         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
9609         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
9610
9611 2003-02-02  Andreas Schwab  <schwab@suse.de>
9612
9613         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
9614
9615 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
9616
9617         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
9618         (epilogue_insns): Likewise.
9619
9620 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9621
9622         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
9623
9624 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9625
9626         * pa-protos.h (attr_length_millicode_call): Remove second argument.
9627         (attr_length_indirect_call, attr_length_indirect_call,
9628         attr_length_save_restore_dltp): New prototypes.
9629         * pa.c (attr_length_millicode_call): Remove second argument.  Check
9630         INSN_ADDRESSES_SET_P in distance calculation.
9631         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
9632         INSN_ADDRESSES.
9633         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
9634         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
9635         Call attr_length_call directly.
9636         (attr_length_indirect_call, output_indirect_call,
9637         attr_length_save_restore_dltp): New functions.
9638         * pa.md (attr_length_millicode_call): Drop second argument from all
9639         patterns.
9640         (return_internal_pic): Delete.
9641         (return_external_pic): Remove use of PIC register and pic operand and
9642         flag checks.
9643         (epilogue): Use return_internal for both normal and pic code.
9644         (call, call_value): Emit new 32-bit pic patterns for symref and
9645         indirect calls.  Remove uses for arg pointer and pic register.
9646         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
9647         call_reg_pic_post_reload, call_val_symref_pic,
9648         call_val_symref_pic_post_reload, call_val_reg_pic,
9649         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
9650         Implement define_split and define_peephole2 patterns for pre reload
9651         patterns.
9652         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
9653         call_value_internal_reg_64bit): Shorten names.
9654         (all call patterns): Explicitly indicate registers used and clobbered.
9655         Use attr_length_indirect_call and attr_length_save_restore_dltp for
9656         attribute length calculation.  Move code generation for indirect calls
9657         to output_indirect_call.
9658         (sibcall, sibcall_value): Don't restore PIC register.
9659         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
9660         register retore.
9661
9662 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9663
9664         * doc/install.texi (Testing): Simplify and compress instructions
9665         concerning Dejagnu.
9666
9667 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9668
9669         * collect2.c (pexecute_pid): Rename to pid.
9670         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
9671         pid.
9672
9673 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
9674
9675         * doc/extend.texi (Function Attributes): Remove documentation
9676         for PowerPC Windows NT function attributes..
9677
9678 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
9679
9680         * dwarf2out.c (gen_type_die): Check for typedefs before calling
9681         for TYPE_MAIN_VARIANT.
9682
9683 2003-02-01  Richard Henderson  <rth@redhat.com>
9684
9685         * libgcc2.c: Include auto-host.h.
9686         (ATTRIBUTE_HIDDEN): New.
9687         (__clz_tab): Don't declare here for clz and ctz.
9688         (__clzsi2, __clzdi2): Use count_leading_zeros.
9689         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
9690         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
9691         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
9692         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
9693
9694 2003-02-01  Richard Henderson  <rth@redhat.com>
9695
9696         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
9697         to the conditional.
9698         (ashlsi3_1_zext splitter): Likewise.
9699
9700 2003-02-01  Richard Henderson  <rth@redhat.com>
9701
9702         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
9703         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
9704         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
9705         return type to Wtype.
9706
9707         * libgcc-std.ver (GCC_3.4): Fix inheritance.
9708
9709         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
9710         expander input constraint.
9711
9712 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9713
9714         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
9715         OTI_parity.
9716         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
9717         * optabs.c (widen_clz, expand_parity): New.
9718         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
9719         for libcalls to clz, ctz, popcount, and parity.
9720         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
9721         parity_optab, and set up libfunc handlers.
9722         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
9723         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
9724         __popcount_tab): New.
9725         * libgcc2.h: Declare them.
9726         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
9727         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
9728         and parity_optab.
9729         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
9730         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
9731         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
9732         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
9733         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
9734         BUILT_IN_PARITYLL): New.
9735         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
9736         and add optab argument.
9737         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
9738         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
9739         * expr.c (expand_expr): Handle them.
9740         * fold-const.c (tree_expr_nonnegative_p): Likewise.
9741         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
9742         * reload1.c (eliminate_regs): Handle them.
9743         (elimination_effects): Likewise.
9744         * function.c (instantiate_virtual_regs_1): Likewise
9745         * genattrtab.c (check_attr_value): Likewise.
9746         * simplify-rtx.c (simplify_unary_operation): Likewise.
9747         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
9748         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
9749         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
9750         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
9751         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
9752         __builtin_arm_clz.
9753         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
9754         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
9755         * doc/extend.texi (Other Builtins): Add new builtins.
9756         * doc/md.texi (Standard Names): Add new patterns.
9757
9758 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
9759
9760         * reload.c: Revert 2003-01-31 change.
9761
9762 2003-02-01  Jan Hubicka  <jh@suse.cz>
9763
9764         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
9765
9766 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
9767
9768         * flags.h (flag_volatile): Remove declaration.
9769         (flag_volatile_global, flag_volatile_static): Likewise.
9770         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
9771         * toplev.c (flag_volatile): Remove definition.
9772         (flag_volatile_global, flag_volatile_static): Likewise.
9773         (f_options): Remove corresponding entries here.
9774         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
9775         or flag_volatile_static.
9776         * doc/invoke.texi: Remove documentation of -fvolatile,
9777         -fvolatile-global and -fvolatile-static.
9778
9779 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9780
9781         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
9782         updating of total_code_bytes from prologue to epilogue.
9783
9784 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
9785
9786         * reload.c (find_reloads): Do not use the mode specified in the insn
9787         pattern as reload mode for address operands.  Do not generate optional
9788         reloads for operands where a mandatory reload was already pushed.
9789         Generate optional reloads only in the final pass though find_reloads.
9790         (have_replacement_p): New function.
9791
9792 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9793
9794         * doc/install.texi (Testing): Remove a reference to our obsolete
9795         /testresults web pages and strip redundant information concerning
9796         test results.
9797         (Binaries): Refer to Microsoft Windows instead of listing all
9798         possible variants.
9799
9800 2003-02-01  Jan Hubicka  <jh@suse.cz>
9801
9802         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
9803         RTL chain.
9804
9805         * combine.c (simplify_set): Reverse order of ragumetns to
9806         REG_CANNOT_CHANGE_MODE_P
9807         * df.c (df_def_record_1): Likewise.
9808         * recog.c (register_operand): Likewise.
9809         * simplify-rtx.c (simplify_subreg): Likewise.
9810         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
9811         CANNOT_CHANGE_MODE_CLASS.
9812         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
9813         Likewise.
9814         * reload.c (push_reload): Likewise.
9815         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9816         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9817         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9818         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
9819         * mips.c (mips_cannot_change_mode_class): Update.
9820         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9821         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9822         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9823         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
9824         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
9825         * sh.c (sh_cannot_change_mode_class): Update.
9826         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
9827         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
9828
9829 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
9830
9831         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
9832         change to LINK_COMMAND_SPEC in gcc.c.
9833
9834 2003-01-31  Jan Hubicka  <jh@suse.cz>
9835
9836         PR c/9506
9837         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
9838
9839 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9840
9841         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
9842         duplicated code.
9843
9844 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
9845
9846         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
9847         (BINFO_ELTS): New #define.
9848         * stor-layout.c (finalize_record_size): Don't set them.
9849         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
9850         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
9851         (BINFO_LANG_ELTS): New #define.
9852         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
9853         * java/class.c (make_class): Use BINFO_ELTS.
9854         (set_super_info): Likewse.
9855         (add_interface_do): Likewise.
9856         * objc/objc-act.c (start_class): Use BINFO_ELTS.
9857
9858 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
9859
9860         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
9861         (times): Don't ever declare if not HAVE_TIMES.
9862         (clock): Don't ever declare if not HAVE_CLOCK.
9863
9864 2003-01-30  Richard Henderson  <rth@redhat.com>
9865
9866         * flow.c (update_life_info): Zap life info after cleanup_cfg.
9867         (regno_uninitialized): Use correct live at function entry set.
9868         (regno_clobbered_at_setjmp): Likewise.
9869
9870         * expr.c (store_expr): Promote all MEM intermediates to regs.
9871
9872 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
9873
9874         * config/arm/arm.c: Fix comment typos.
9875         * config/arm/arm.h: Likewise.
9876         * config/arm/netbsd-elf.h: Likewise.
9877         * config/arm/netbsd.h: Likewise.
9878
9879 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
9880
9881         * gengtype.c (struct walk_type_data): Add needs_cast_p.
9882         (walk_type): Set needs_cast_p in walk_type_data.
9883         (write_types_process_field): Supply casts when required to suppress
9884         warnings.
9885         (write_root): Cast gt_pch_n_S to suppress warning.
9886         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
9887         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
9888         when they might exist.
9889         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
9890         insn-conditions.o, and rs6000.o.
9891
9892 2003-01-30  Richard Henderson  <rth@redhat.com>
9893
9894         * ggc-page.c (G.context_depth_allocations): New.
9895         (G.context_depth_collections): New.
9896         (alloc_page): Set G.context_depth_allocations.
9897         (ggc_collect): Set G.context_depth_collections.
9898         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
9899         (ggc_pop_context): Early exit for no allocations or collections.
9900
9901 2003-01-30  Richard Henderson  <rth@redhat.com>
9902
9903         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
9904
9905 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
9906
9907         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
9908         size, the link register is always saved if any other register is
9909         saved.
9910
9911 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
9912
9913         * config/h8300/h8300-protos.h: Update the prototype for
9914         compute_plussi_cc.
9915         (cpp_reader): Declare before it is used.
9916         * config/h8300/h8300.c (compute_plussi_cc): Change the return
9917         type to int.
9918         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
9919         see an unknown H8 variant.
9920
9921 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
9922
9923         PR target/9316
9924         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
9925         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
9926         * config/rs6000/t-rtems: New file. multilib variants to match OS.
9927         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
9928         rs6000/t-ppcgas so we get the desired multilibs.
9929
9930 2003-01-30  Nick Clifton  <nickc@redhat.com>
9931
9932         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
9933         when popping saved IP register off the stack.
9934
9935 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
9936
9937         * config/rs6000/aix43.h: Fix comment typos.
9938         * config/rs6000/aix51.h: Likewise.
9939         * config/rs6000/aix52.h: Likewise.
9940         * config/rs6000/altivec.h: Likewise.
9941         * config/rs6000/rs6000.c: Likewise.
9942         * config/rs6000/rs6000.h: Likewise.
9943         * config/rs6000/rs6000.md: Likewise.
9944         * config/rs6000/spe.md: Likewise.
9945
9946 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
9947
9948         * c-common.c (builtin_define_float_constants): Define
9949         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
9950
9951 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
9952
9953         * config/sh/lib1funcs.asm: Fix comment typos.
9954         * config/sh/linux.h: Likewise.
9955         * config/sh/sh.c: Likewise.
9956         * config/sh/sh.md: Likewise.
9957
9958 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
9959
9960         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
9961
9962 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9963
9964         * config/fp-bit.h (__make_dp): Declare if TMODES.
9965
9966 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
9967
9968         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
9969         general_operand_src and general_operand_dst.
9970
9971 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
9972
9973         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
9974         Return true for variable sized types.
9975         (rs6000_va_arg): Handle variable sized types passed by reference
9976         on non-SVR4 ABI.
9977
9978 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
9979
9980         * arm.c (arm_legtimize_address): New function.
9981         * arm-protos.h (arm_legtimize_address): Add prototype.
9982         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
9983         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
9984         do ... while (0)
9985
9986 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
9987
9988         PR bootstrap/9296
9989         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
9990         depended on it being defined until now.
9991
9992 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
9993
9994         PR target/9295
9995         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
9996         RTEMS code knows which C++ initialization style the toolset
9997         configuration is using.
9998
9999 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
10000
10001         PR bootstrap/9293
10002         * config/m68k/t-crtstuff: Replace spaces with tabs, add
10003          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
10004
10005 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
10006
10007         PR bootstrap/9292
10008         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
10009         RTEMS threads.
10010         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
10011
10012 2003-01-29  Nick Clifton  <nickc@redhat.com>
10013
10014         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
10015         not $(srcdir).
10016
10017 2003-01-29  Andrew Haley  <aph@redhat.com>
10018
10019         * tree-inline.c (walk_tree): Add CHAR_TYPE.
10020
10021 2003-01-29  Jan Hubicka  <jh@suse.cz>
10022
10023         * i386.md (subdi3_carry_rex64): Fix typo.
10024
10025 2003-01-28  Stan Shebs  <shebs@apple.com>
10026
10027         * coretypes.h (cpp_reader): Forward declare struct.
10028         * c-pragma.h (cpp_reader): Remove forward declaration.
10029         * hashtable.h (cpp_reader): Likewise.
10030         * scan.h (cpp_reader): Likewise.
10031         * tree.h (cpp_reader): Likewise.
10032         * config/darwin-protos.h (cpp_reader): Likewise.
10033         * config/arm/arm-protos.h (cpp_reader): Likewise.
10034         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
10035         struct cpp_reader in prototypes.
10036
10037 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10038
10039         * doc/install.texi: Add documentation for installation into
10040         tooldirs and with DESTDIR.
10041
10042 2003-01-28  Richard Henderson  <rth@redhat.com>
10043
10044         * config.gcc (ia64*-*-aix*): Remove.
10045         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
10046         * config/ia64/unwind-aix.c: Remove file.
10047
10048 2003-01-28  Andreas Schwab  <schwab@suse.de>
10049
10050         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
10051         register.
10052         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
10053         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
10054         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
10055         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
10056         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
10057         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
10058         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
10059
10060 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
10061
10062         * combine.c (nonzero_bits): Fix check for negative divide operands.
10063
10064 2003-01-28  Richard Henderson  <rth@redhat.com>
10065
10066         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
10067         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
10068
10069 2003-01-28  Richard Henderson  <rth@redhat.com>
10070
10071         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
10072
10073         * config/cris/cris.c (cris_address_cost): Make static.
10074         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
10075         * config/cris/cris.h (ADDRESS_COST): Remove.
10076         * config/cris/cris-protos.h: Update.
10077
10078 2003-01-23  Mike Stump  <mrs@apple.com>
10079
10080         * regclass.c (init_reg_autoinc): New function.
10081         (regclass): Move initialization of forbidden_inc_dec_class from
10082         here...
10083         (init_regs): to here.  Avoids reinitialization for each function,
10084         saving compilation time.
10085
10086 2003-01-28  Jason Merrill  <jason@redhat.com>
10087
10088         * cpplib.h (struct cpp_options): Add warn_deprecated field.
10089         * cppinit.c (cpp_create_reader): Turn it on by default.
10090         * c-opts.c (c_common_decode_option): Set it.
10091         * cpplib.c (do_pragma_once): Only complain about #pragma once
10092         if warn_deprecated is set.
10093
10094 2003-01-28  Dale Johannesen  <dalej@apple.com>
10095
10096         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
10097         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
10098         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
10099
10100 2003-01-28  Richard Henderson  <rth@redhat.com>
10101
10102         * target.h (targetm.address_cost): New.
10103         * target-def.h (TARGET_ADDRESS_COST): New.
10104         (TARGET_RTX_COSTS): Uncomment.  Oops.
10105         * cse.c (address_cost): Use new target hook.
10106         (default_address_cost): New.
10107         * output.h (default_address_cost): Declare.
10108         * hooks.c (hook_int_rtx_0): New.
10109         * hooks.h (hook_int_rtx_0): Declare.
10110         * loop.c (combine_givs_p): Remove if 0 code.
10111         * system.h (ADDRESS_COST): Poison.
10112
10113         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
10114         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
10115         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
10116         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
10117         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
10118         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
10119         config/xtensa/xtensa.c, config/xtensa/xtensa.h
10120         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
10121         (ADDRESS_COST): Remove.
10122
10123         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
10124         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
10125         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
10126         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
10127         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
10128         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
10129         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
10130         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
10131         config/mips/mips.c, config/mips/mips.h,
10132         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
10133         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
10134         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
10135         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
10136         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
10137         config/vax/vax.c, config/vax/vax.h
10138         (foo_address_cost): Make static.
10139         (TARGET_ADDRESS_COST): New.
10140         (ADDRESS_COST): Remove.
10141
10142         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
10143         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
10144         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
10145         config/stormy16/stormy16.h
10146         (ADDRESS_COST): Move code ...
10147         (foo_address_cost): ... here.
10148         (TARGET_ADDRESS_COST): New.
10149
10150         * config/m32r/m32r.c (m32r_address_cost): Remove.
10151         * config/m32r/m32r-protos.h: Update.
10152
10153         * config/mmix/mmix.c (mmix_address_cost): Remove.
10154         * config/mmix/mmix-protos.h: Update.
10155
10156         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
10157         mn10300_address_cost; move unsig allocation ...
10158         (mn10300_address_cost): ... here.
10159         (TARGET_ADDRESS_COST): New.
10160         * config/mn10300/mn10300-protos.h: Update.
10161         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
10162
10163         * doc/tm.texi: Update.
10164
10165 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
10166
10167         * haifa-sched.c (schedule_insn): Return necessary cycle advance
10168         after issuing the insn.
10169         (rank_for_schedule): Make a insn with /S the highest priority
10170         insn.
10171         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
10172         (choose_ready): Check SCHED_GROUP_P.
10173         (schedule_block): Advance cycle after issuing insn if it is
10174         necessary.  Don't reorder insns if there is an insn with /S.
10175         (set_priorities): Ignore schedule groups.
10176
10177         * sched-deps.c (remove_dependence, group_leader): Remove the
10178         functions.
10179         (add_dependence): Ignore schedule groups.
10180         (set_sched_group_p): Don't make copy of dependencies from previous
10181         insn of the schedule group.  Add anti-dependency to the previous
10182         insn of the schedule group.
10183         (compute_forward_dependences): Ignore schedule groups.
10184
10185         * sched-ebb.c (init_ready_list): Ignore schedule groups.
10186
10187         * sched-rgn.c (init_ready_list): Ditto.
10188         (can_schedule_ready_p): Ditto.
10189
10190 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
10191
10192         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
10193         register to another one.
10194
10195 2003-01-28  Richard Henderson  <rth@redhat.com>
10196
10197         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
10198
10199 2003-01-28  Roger Sayle  <roger@eyesopen.com>
10200
10201         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
10202
10203 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
10204
10205         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
10206         class contains a floating-point register, return the size of the
10207         mode in half words.
10208
10209 2003-01-28  Jan Hubicka  <jh@suse.cz>
10210
10211         * i386.c (ix86_carry_flag_operator):  New predicate.
10212         (fcmov_operator): Fix whitespace.
10213         (ix86_expand_carry_flag_compare):  Deal with floating point.
10214         (ix86_expand_int_movcc): Deal with fp; update insn expansion
10215         (ix86_expand_int_addcc): Likewise.
10216         (ix86_expand_strlensi_unroll_1): likewsie.
10217         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
10218         * i386.md (add?i_carry_rex64): Use new predicate.
10219         (sub?i3_carry_rex64): Likewise.
10220         (x86_mov?icc_0_m1*): Likewise.
10221
10222 2003-01-28  Andreas Schwab  <schwab@suse.de>
10223
10224         * cfgloopmanip.c (create_preheader): Initialize src to avoid
10225         warning.
10226
10227         * expmed.c (emit_store_flag): Fix cast to avoid sign
10228         comparison warning.
10229
10230         * combine.c (force_to_mode): Add cast to fix warning when
10231         STORE_FLAG_VALUE is negative.
10232
10233 2003-01-27  Richard Henderson  <rth@redhat.com>
10234
10235         * Makefile.in (cse.o): Depend on TARGET_H.
10236         * cse.c (rtx_cost): Use targetm.rtx_costs.
10237         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
10238         * doc/tm.texi: Update.
10239
10240         * target.h (targetm.rtx_costs): New.
10241         * target-def.h (TARGET_RTX_COSTS): New.
10242         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
10243         * hooks.h: Update.
10244
10245         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
10246         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
10247         * config/alpha/alpha.h (PROCESSOR_MAX): New.
10248         (CONST_COSTS, RTX_COSTS): Remove.
10249
10250         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
10251         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
10252         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
10253         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
10254         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
10255         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
10256         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
10257         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
10258         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
10259         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
10260         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
10261         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
10262         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
10263         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
10264         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
10265         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
10266         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
10267         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
10268         config/v850/v850.c, config/v850/v850.h,
10269         config/xtensa/xtensa.c, config/xtensa/xtensa.h
10270         (CONST_COSTS, RTX_COSTS): Move code ...
10271         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
10272
10273         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
10274         (arm_rtx_costs, TARGET_RTX_COSTS): New.
10275         * config/arm/arm-protos.h: Update.
10276         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
10277
10278         * config/avr/avr.h (CONST_COSTS): Move code ...
10279         * config/avr/avr.c (avr_rtx_costs): ... here.
10280         (default_rtx_costs): Make static.
10281         * config/avr/avr-protos.h: Update.
10282
10283         * config/h8300/h8300.c (const_costs): Make static.
10284         (h8300_and_costs, h8300_shift_costs): Likewise.
10285         * config/h8300/h8300-protos.h: Update.
10286
10287         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
10288         (CONST_COSTS): Move code ...
10289         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
10290         default_rtx_costs; update for signature change.
10291         * config/ip2k/ip2k-protos.h: Update.
10292
10293         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
10294         (CONST_COSTS): Move code ...
10295         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
10296         (TARGET_RTX_COSTS): New.
10297         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
10298         * config/m68hc11/m68hc11-protos.h: Update.
10299
10300         * config/m68k/m68k.c (const_int_cost): Make static.
10301         * config/m68k/m68k-protos.h: Update.
10302
10303         * config/mcore/mcore.c (mcore_const_costs): Make static.
10304         (mcore_and_cost, mcore_ior_cost): Likewise.
10305         * config/mcore/mcore-protos.h: Update.
10306
10307         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
10308         (mmix_rtx_cost_recalculated): Remove.
10309         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
10310         * config/mmix/mmix-protos.h: Update.
10311
10312         * config/sh/sh.c (shiftcosts): Make static.
10313         (addsubcosts, andcosts, multcosts): Likewise.
10314         * config/sh/sh-protos.h: Update.
10315
10316         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
10317         (sparc_rtx_costs): Make static; update for change in signature.
10318         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
10319         * config/sparc/sparc-protos.h: Update.
10320
10321         * config/v850/v850.c (const_costs): Make static.
10322         * config/v850/v850-protos.h: Update.
10323
10324         * config/vax/vax.h (RTX_COSTS): Remove.
10325         (CONST_COSTS): Move code ...
10326         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
10327         from vax_rtx_cost.
10328         (vax_rtx_costs, TARGET_RTX_COSTS): New.
10329
10330 2003-01-27  Richard Henderson  <rth@redhat.com>
10331
10332         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
10333         * config/vax/vax-protos.h: Update.  Really.
10334
10335 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
10336
10337         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
10338         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
10339         zero if no hardware floating point.
10340         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
10341         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
10342         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
10343         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
10344         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
10345         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
10346         even FP registers on N32 and N64.
10347         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
10348         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
10349         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
10350         even-register-like alignment to 128-bit arguments.
10351         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
10352         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
10353         on N32 or N64.
10354         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
10355         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
10356         (TPBIT): Set to tp-bit.c.
10357         (tp-bit.c): Create out of fp-bit.c.
10358
10359 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10360
10361         * c-parse.in: Remove '%expect 32' directive in objc mode.
10362
10363 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
10364
10365         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
10366         (LIBGCOV): New variable.
10367         (libgcc.mk): Add LIBGCOV.
10368         (LIBGCC_DEPS): Add libgcov.c.
10369         (libgcov.a): New target.
10370         (clean): Remove libgcov.a.
10371         (install-libgcc): Do libgcov too.
10372         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
10373         with libgcov.a.
10374         * libgcc2.c (L_gcov): Move into ...
10375         * libgcov.c: ... here. New file.
10376         * mklibgcc.in: Add libgcov rules.
10377         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
10378
10379         * doc/invoke.texi (profile-arcs, test-coverage): Update and
10380         clarify.
10381
10382         * profile.c (index_counts_file): Remove duplicate check for open file.
10383
10384 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
10385
10386         * gcc/doc/invoke.texi (Optimization Options): Group together
10387         optional and experimental flags.  Move trapv and bounds-check
10388         out of this section.  Group floating point flags together.
10389         (Code Gen Options): Move trapv and bounds-check to here.
10390
10391 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
10392
10393         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
10394
10395 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
10396
10397         PR optimization/9090
10398         * function.c (purge_addressof_1): After pushing an addressed register
10399         onto the stack, simplify the result.
10400
10401 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10402
10403         * doc/extend.texi: Fix typo.
10404
10405 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10406
10407         * doc/cppopts.texi: Fix typo.
10408         * doc/objc.texi: Likewise.
10409         * doc/passes.texi: Likewise.
10410
10411 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
10412
10413         * real.c (ibm_extended_format): Add 53 to minimum exponent.
10414         (encode_ibm_extended): Adjust.
10415
10416 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
10417
10418         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
10419         timevar_id enumerations.
10420
10421 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
10422
10423         * combine.c: Fix formatting.
10424
10425 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
10426
10427         * doc/gccint.texi: Update the copyright.
10428
10429 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
10430
10431         * doc/cpp.texi: Fix typos.
10432         * doc/extend.texi: Likewise.
10433         * doc/gty.texi: Likewise.
10434         * doc/install.texi: Likewise.
10435         * doc/passes.texi: Likewise.
10436         * doc/rtl.texi: Likewise.
10437         * doc/tm.texi: Likewise.
10438
10439 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
10440
10441         * config/ia64/fde-glibc.c: Fix comment typos.
10442         * config/ia64/hpux.h: Likewise.
10443         * config/ia64/ia64.c: Likewise.
10444         * config/ia64/ia64.h: Likewise.
10445         * config/ia64/unwind-ia64.c: Likewise.
10446
10447 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
10448
10449         * config/i386/i386-modes.def: Fix comment typos.
10450         * config/i386/i386.c: Likewise.
10451         * config/i386/i386.md: Likewise.
10452
10453 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
10454
10455         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
10456         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
10457         ASM_FINISH_DECLARE_OBJECT before defining it.
10458         * toplev.c (rest_of_decl_compilation):  Don't define
10459         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
10460         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
10461         parameters for DWARF2 targets because they _are_ used.
10462
10463 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
10464
10465         * fp-bit.h: Define macros for TFmode floating-point constants
10466         in IBM-extended TFmode types.
10467         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
10468         widths.
10469         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
10470         TFmode type.
10471
10472         * config/fp-bit.h: Define macros for TFmode floating-point
10473         constants in IEEE quad TFmode type.  Declare functions according
10474         to L_ macros.
10475         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
10476         (TFtype, TItype, UTItype): Define if TMODES is defined.
10477         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
10478         (F_T_BITOFF, D_T_BITOFF): Define.
10479         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
10480         guaranteed to be wide enough.
10481         * config/fp-bit.c: Check for L_ macros for tf functions.
10482         (__thenan_tf): New.
10483         (nan): Adjust.
10484         (pack_d, unpack_d): Support IEEE 854 quad type.
10485         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
10486         from FRAC_NBITS, FRAC_BITS and NGARDS.
10487         (usi_to_float): Cast constants to be shifted to fractype
10488         instead of assuming long long is wide enough.
10489         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
10490
10491 2003-01-26  Andreas Jaeger  <aj@suse.de>
10492
10493         * df.c: Remove prototype of unused function df_regno_rtl_debug.
10494
10495 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
10496
10497         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
10498         (DBBIT_FUNCS): Added _df_to_tf.
10499         (TPBIT_FUNCS): New.
10500         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
10501         (LIBGCC_DEPS): Added TPBIT.
10502         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
10503
10504         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
10505         been able to move the result to target.
10506
10507         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
10508         for the appropriate mode.
10509
10510         * calls.c (emit_library_call_value_1): Handle return values
10511         in a PARALLEL.
10512
10513         * rtl.c (get_mode_alignment): Moved to...
10514         * stor-layout.c: ... here.
10515
10516         * print-rtl.c (print_rtx): Don't print MEM details in
10517         GENERATOR_FILEs.
10518
10519 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
10520
10521         * df.h: Update comments, tidy formatting.
10522         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
10523         REVERSE, UNION, INTERSECTION.  All uses updated.
10524         (OLD_DF_INTERFACE): Remove.
10525         (struct insn_info): Remove commented out insn field.
10526         * df.c: Update comments, tidy formatting.
10527         (df_def_table_realloc): Remove.
10528
10529
10530 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
10531
10532         * calls.c (save_fixed_argument_area): Tidy.
10533         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
10534         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
10535         call chain loop at 1 if !try_tail_call.  Formatting.
10536         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
10537         Use save_fixed_argument_area and restore_fixed_argument_area.
10538
10539 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10540
10541         * df.c (df_uses_record): Handle CC0.
10542
10543 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
10544
10545         * reload.c (maybe_memory_address_p): New function.
10546         (find_reloads_address): Use it instead of memory_address_p.
10547
10548 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
10549
10550         * final.c (shorten_branches): Align the address of code label
10551         when computing initial lengths and addresses.
10552
10553 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
10554
10555         * config/m68hc11/m68hc11.md: Fix a comment typo.
10556
10557 2003-01-25  Andreas Jaeger  <aj@suse.de>
10558
10559         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
10560         TARGET_MACHO.
10561
10562 2003-01-25  Roger Sayle  <roger@eyesopen.com>
10563
10564         * gcse.c (bypass_last_basic_block): New global variable.
10565         (bypass_block):  Use redirect_edge_and_branch_force to redirect
10566         fall-through edges.  Use bypass_last_basic_block to determine
10567         which blocks have valid PRE information.
10568         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
10569
10570 2003-01-25  Jan Hubicka  <jh@suse.cz>
10571
10572         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
10573
10574 2003-01-25  Jan Hubicka  <jh@suse.cz>
10575                               Eric Botcazou <ebotcazou@libertysurf.fr>
10576         PR opt/8492
10577         * gcse.c (one_cprop_pass): Delete unreachable blocks.
10578
10579 2003-01-25  Richard Henderson  <rth@redhat.com>
10580
10581         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
10582         from ia64_aix_select_rtx_section.
10583         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
10584         instead of saving and restoring flag_pic.
10585         (ia64_rwreloc_unique_section): Similarly.
10586         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
10587         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
10588         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
10589         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
10590
10591 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
10592
10593         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
10594         comment.
10595
10596 2003-01-25  Richard Henderson  <rth@redhat.com>
10597
10598         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
10599
10600 2003-01-25  Kelley Cook <kelleycook@comcast.net>
10601
10602         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
10603
10604 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
10605
10606         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
10607         type for bitmaps.  Use unsigned long.
10608         (nBITMAP_WORD_BITS): New macro.
10609         (BITMAP_WORD_BITS): New macro.
10610         (rest of file): Use it.
10611         * bitmap.c: Use it.
10612
10613 2003-01-25  Richard Henderson  <rth@redhat.com>
10614
10615         2002-02-19  Robert Lipe  <robertlipe@usa.net>
10616         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
10617
10618 2003-01-25  Roger Sayle  <roger@eyesopen.com>
10619
10620         * builtins.c (purge_builtin_constant_p): Scan insn stream
10621         sequentially rather than by basic block.
10622         * function.c (purge_addressof): Simplify test with INSN_P.
10623
10624 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
10625
10626         * combine.c (simplify_comparison, case AND): Remove a redundant test.
10627
10628 2003-01-25  Roger Sayle  <roger@eyesopen.com>
10629
10630         * function.h (struct function): New field calls_constant_p.
10631         (current_function_calls_constant_p): New macro for above.
10632         * function.c (prepare_function_start): Initialize calls_eh_return
10633         and calls_constant_p.
10634         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
10635         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
10636         when the current_function_calls_constant_p.
10637         * integrate.c (expand_inline_function): Set calls_constant_p if
10638         the function being inlined has calls_constant_p set.
10639
10640 2003-01-25  Roger Sayle  <roger@eyesopen.com>
10641
10642         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
10643         optimizing, even if flag_gcse is true.
10644         * toplev.c (rest_of_compilation): purge_builtin_constant_p
10645         only needs to be called when "optimize > 0 && flag_gcse".
10646
10647 2003-01-25  Roger Sayle  <roger@eyesopen.com>
10648
10649         * stmt.c (emit_case_bit_tests): New routine to implement suitable
10650         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
10651         (case_bit_test_cmp): New comparison function for "qsort" to order
10652         case_bit_tests by decreasing number of destination nodes.
10653         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
10654         (expand_end_case_type): Use emit_case_bit_tests to implement
10655         suitable switch statments.
10656         (CASE_USE_BIT_TESTS): New target macro to disable the above.
10657         * Makefile.in (stmt.o): Add dependency on optab.h.
10658         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
10659
10660 2003-01-23  Andreas Schwab  <schwab@suse.de>
10661
10662         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
10663         __do_global_ctors_aux hidden global and don't put it in
10664         .init_array.
10665         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
10666         instead so that it comes first.
10667
10668 2003-01-25  Jan Hubicka  <jh@suse.cz>
10669
10670         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
10671         subreg is read/modify.
10672
10673 2003-01-25  Jan Hubicka  <jh@suse.cz>
10674
10675         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
10676         do libcall for large blocks.
10677         * i386.md (comi patterns): Set type to ssecomi.
10678         (sse2_unpck?pd): Fix mode of vec_select.
10679
10680         * cse.c: Include except.h
10681         (cse_set_around_loop):  Do not create new basic blocks.
10682         * Makefile.in (cse.o): Add dependnecy on except.h
10683
10684 2003-01-25  Jan Hubicka  <jh@suse.cz>
10685
10686         * builtins.c (fold_trunc_transparent_mathfn): New function.
10687         (fold_builtin): Use it.
10688         * convert.c (convert_to_real): Re-enable code to convert
10689         math functions; add support for floor familly functions.
10690
10691 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10692
10693         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
10694         dependencies on coretypes.h and $(TM_H).
10695
10696 2003-01-25  Jan Hubicka  <jh@suse.cz>
10697
10698         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
10699
10700 2003-01-24  Stuart Hastings  <stuart@apple.com>
10701
10702         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
10703
10704 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10705
10706         * config/c4x/c4x.md (UNSPEC_BU): New constants.
10707         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
10708         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
10709         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
10710         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
10711         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
10712         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
10713         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
10714
10715 2003-01-24  Jan Hubicka  <jh@suse.cz>
10716
10717         * emit-rtl.c (reg_attrs_htab): New static variable.
10718         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
10719         functions.
10720         (reg_rtx): Do not maintain regno_decl.
10721         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
10722         set_mem_attrs_from_reg): New global function.
10723         (init_emit): Do not initialize regno_decl.
10724         (init_emit_once): initialize reg_attrs_htab.
10725         * final.c (alter_subreg): Do not replace REG by SUBREG.
10726         (gen_mem_expr_from_op): Improve output.
10727         (output_asm_operands): Likewise.
10728         * function.c (assign_params): Do not set REGNO_DECL.
10729         * function.h (struct function): Kill regno_decl.
10730         (REGNO_DECL): Kill.
10731         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
10732         * print_rtl.c (print_rtx): Output REG information.
10733         * regclass.c (reg_scan_mark_refs): Update attrs.
10734         * reload1.c (alter_reg): Likewise.
10735         * simplify_rtx.c (simplify_subreg): Likewise.
10736         * stmt.c (expand_decl): Likewise.
10737         * rtl.def (REG): Add new field.
10738         * rtl.h (struct reg_attrs): New.
10739         (rtunion_def): At rtreg.
10740         (X0MEMATTR): Add checking.
10741         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
10742         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
10743         Declare.
10744         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
10745
10746 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
10747
10748         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
10749         (xtensa_emit_call, print_operand): Fix printf format strings
10750         to avoid compile warnings.
10751         (xtensa_function_prologue, xtensa_function_epilogue): Change type
10752         of "size" argument to HOST_WIDE_INT to fix compile warnings.
10753         * config/xtensa/xtensa-protos.h
10754         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
10755
10756 2003-01-24  Jan Hubicka  <jh@suse.cz>
10757
10758         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
10759         (implicit_built_in_decls): New global array.
10760         (mathfn_built_in): New global function.
10761         (fold_trunc_transparent_mathfn): New static function
10762         (expand_builtin_strstr, expand_bultin_strchr,
10763         expand_builtin_strpbrk, expand_builtin_strcpy,
10764         expand_builtin_strncpy, expand_bultin_strcmp,
10765         expand_bultin_strncat, expand_builtin_fputs): Use
10766         implicint_built_in_decls.
10767         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
10768         * builtins.def: Fix comments.
10769         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
10770         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
10771         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
10772         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
10773         (DEF_C99_C90RES_BULTIN): New.
10774         (*f, *l builtins): Update.
10775         * c-common.c (DEF_BUILTIN): Initialize implicit array.
10776         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
10777         * convert.c (strip_float_extensions): New global function.
10778         * tree.h (DEF_BUILTIN): Accept 10 arguments.
10779         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
10780         Declare.
10781         * java/builtins.c (define_builtin): Handle implicit.
10782         (DEF_BUILTIN): Update.
10783         * tm.texi (TARGET_C99_FUNCTIONS): Document.
10784         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
10785         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
10786         when using glibc2.
10787
10788 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
10789
10790         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
10791         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
10792         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
10793         * config/xtensa/crti.asm: New file.
10794         * config/xtensa/crtn.asm: New file.
10795         * config/xtensa/t-elf: New file.
10796         * config/xtensa/t-linux: New file.
10797         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
10798         Move various CFLAGS settings to new t-elf file.
10799
10800 2003-01-24  Richard Henderson  <rth@redhat.com>
10801
10802         PR optimization/4382
10803         * tree-inline.c (find_builtin_longjmp_call_1): New.
10804         (find_builtin_longjmp_call): New.
10805         (inlinable_function_p): Use it.
10806
10807 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10808
10809         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
10810         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
10811         * config/i386/i386.c (function_arg_pass_by_reference): New.
10812         (ix86_va_arg): Support arguments passed by reference.
10813
10814 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10815
10816         * cfgloopanal.c: New file.
10817         * cfgloopmanip.c: New file.
10818         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
10819         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
10820         cfglayout.o): Add dependency on cfgloop.h.
10821         (cfgloop.o): Add flags.h dependency.
10822         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
10823         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
10824         (struct loop, struct loops, flow_loops_find, flow_loops_update,
10825         flow_loops_free, flow_loops_dump, flow_loop_dump,
10826         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
10827         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
10828         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
10829         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
10830         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
10831         find_common_loop, verify_loop_structure): Declarations moved to ...
10832         * cfgloop.h: New file.
10833         * bb-reorder.c (reorder_basic_blocks): Modified.
10834         * cfglayout.c: Include cfgloop.h.
10835         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
10836         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
10837         (break_superblocks): New static function.
10838         (cfg_layout_finalize): Use it.
10839         (cfg_layout_split_block): New function.
10840         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
10841         fields.
10842         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
10843         changed.
10844         (cfg_layout_split_block): Declare.
10845         * cfgloop.c: Include cfgloop.h and flags.h.
10846         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
10847         get_loop_body): Avoid signed versus unsigned comparison warnings.
10848         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
10849         loop_latch_edge): Modified.
10850         (verify_loop_structure): Modified to use flags stored in loop structure;
10851         check irreducible loops.
10852         (cancel_loop, cancel_loop_tree): New functions.
10853         (estimate_probability): Use loop analysis code for predictions.
10854         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
10855         warnings.
10856         * doloop.c: Include cfgloop.h.
10857         * loop.c: Include cfgloop.h.
10858         * predict.c: Include cfgloop.h.
10859         * toplev.c: Include cfgloop.h.
10860         * unroll.c: Include cfgloop.h.
10861         * tracer.c (tracer): Modified.
10862
10863 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
10864
10865         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
10866
10867 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10868
10869         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
10870         * configure: Regenerate.
10871
10872         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
10873         (tls_symbolic_reference_mentioned_p): Add prototype.
10874         (s390_tls_get_offset): Add prototype.
10875         (emit_pic_move): Remove prototype, replace by ...
10876         (emit_symbolic_move): .. this new prototype.
10877
10878         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
10879         (tls_model_chars): New global variable.
10880         (s390_encode_section_info): Encode TLS model.
10881         Use targetm.binds_local_p to check for local symbols.
10882         (s390_strip_name_encoding): New function.
10883         (TARGET_STRIP_NAME_ENCODING): Define.
10884
10885         (get_thread_pointer): New function.
10886         (legitimize_tls_address): New function.
10887         (legitimize_address): Call it.
10888         (emit_pic_move): Remove, replace by ...
10889         (emit_symbolic_move): ... this new function.
10890
10891         (larl_operand): Handle TLS operands.
10892         (legitimate_constant_p): Likewise.
10893         (s390_decompose_address): Likewise.
10894         (s390_cannot_force_const_mem): New function.
10895         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
10896
10897         (s390_output_symbolic_const): Handle TLS unspecs.
10898         (print_operand): New code 'J'.
10899         (machine_function): Add struct member 'some_ld_name'.
10900         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
10901
10902         (enum s390_builtin): New type.
10903         (code_for_builtin_64, code_for_builtin_31): New global variables.
10904         (s390_init_builtins, s390_expand_builtin): New functions.
10905         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
10906
10907         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
10908         (ASM_OUTPUT_LABELREF): Define.
10909         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
10910
10911         * config/s390/s390.md: Define TLS UNSPEC constants.
10912         ("movdi", "movsi"): Handle TLS operands.
10913         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
10914         ("*tls_load_64", "*tls_load_31"): New insns.
10915         ("call_value_tls", "call_value_tls_exp"): New expanders.
10916         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
10917         "bas_tls_64", "bas_tls_31"): New insns.
10918
10919 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10920
10921         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
10922         spe ABI is configured, if requested.
10923
10924 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10925
10926         * doc/passes.texi: Fix typo.
10927
10928 2003-01-24  Andreas Schwab  <schwab@suse.de>
10929
10930         * stor-layout.c (excess_unit_span): Only define if used.
10931
10932 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
10933
10934         * gcc/doc/invoke.texi (Optimization Options): List -O levels
10935         for each optimization flag.
10936
10937 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
10938
10939         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
10940
10941 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10942
10943         * doc/bugreport.texi: Use @command instead of @code for commands.
10944         * doc/collect2.texi: Likewise.
10945         * doc/headerdirs.texi: Likewise.
10946         * doc/invoke.texi: Likewise.
10947         * doc/standards.texi: Likewise.
10948         * doc/tm.texi: Likewise.
10949         * doc/trouble.texi: Likewise.
10950
10951 2003-01-24  Nick Clifton  <nickc@redhat.com>
10952
10953         * config/arm/arm.c (use_return_insn): Do not use a single return
10954         instruction for interrupt handelrs which have to create a stack
10955         frame.
10956         (arm_expand_prologue): Do not pre-bias the return address of
10957         interrupt handlers which create a stack frame.
10958
10959 2003-01-24  Nick Clifton  <nickc@redhat.com>
10960
10961         * Add sh2e support:
10962
10963         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
10964
10965                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
10966                 med_cbranches.  Fix logic in short_cbranches.
10967
10968         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
10969
10970                 * config/sh/sh.md (delay for cbranch): Don't annul delay
10971                 slots on SH2e.
10972                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
10973                 cbranch with unfilled delay slot on SH2e.
10974                 (output_branch): Fill with a nop the delay slot of a
10975                 branch that required a delay slot but didn't get one.
10976
10977         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
10978
10979                 * doc/invoke.texi (SH options): Document -m2e.
10980                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
10981                 * config/sh/lib1funcs.asm: Likewise.
10982                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
10983                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
10984                 not __sh1__.
10985                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
10986                 SH2E up.
10987                 (SH3E_BIT): Renamed to...
10988                 (SH_E_BIT): ... this.  Replace all uses.
10989                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
10990                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
10991                 (TARGET_SWITCHES): Added 2e.
10992                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
10993                 (processor_type): Added PROCESSOR_SH2E.
10994                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
10995                 TARGET_SH2E, except in sqrtsf2_i.
10996                 (attribute cpu): Added sh2e.
10997                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
10998                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
10999                 * config.gcc: Add sh2e target support.
11000
11001 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
11002
11003         Rename -W to -Wextra.
11004         * c-decl.c:  Update comments.
11005         * c-typeck.c:  Likewise.
11006         * flags.h:  Likewise.
11007         * function.c:  Likewise.
11008         * stmt.c:  Likewise.
11009         * toplev.c:  Update comments.
11010         (W_options):  Add 'extra'.
11011         (display_help):  Remove '-W'.
11012         (decode_W_option):  Special warn_uninitialized treatment in the case
11013         of -Wextra.
11014         * doc/invoke.texi:  Update with new entries.
11015
11016 2003-01-23  Richard Henderson  <rth@redhat.com>
11017
11018         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
11019         in no-else-block case.  Add commentary.
11020
11021 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11022
11023         * configure.in: Revert last change.
11024
11025 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11026
11027         * configure.in: Don't include ansidecl.h in tconfig.h.
11028         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
11029         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
11030         ATTRIBUTE_UNUSED.
11031
11032         * configure: Regenerate.
11033
11034 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11035
11036         PR java/6748
11037         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
11038         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
11039         kernels.
11040
11041 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11042
11043         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
11044
11045 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
11046
11047         * genattrtab.c (write_attr_get): Mark 'insn' paramter
11048         as ATTRIBUTE_UNUSED.
11049
11050 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
11051
11052         * arm.c (thumb_base_register_rtx_p): New function.
11053         (thumb_index_register_rtx_p): New function.
11054         (thumb_legitimate_address_p): New function.
11055         (thumb_legitimate_offset_p): New function.
11056         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
11057         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
11058         definitions.
11059         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
11060         (THUMB_LEGITIMATE_OFFSET): Delte.
11061         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
11062         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
11063         (thumb_legitimate_offset_p): Likewise.
11064
11065 2003-01-23  Andreas Schwab  <schwab@suse.de>
11066
11067         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
11068
11069 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11070
11071         * fixinc/Makefile.in (FL_LIST): Revert last change.
11072
11073 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11074
11075         PR other/7341
11076         * invoke.texi (ftest-coverage): Fix broken cross-reference.
11077         Change @code to @command for gcov command.
11078
11079         * gcc.texi: Adjust title of gcov section.
11080         Adjust copyright.
11081         * gcov.texi: Likewise.
11082
11083 2003-01-22  Roger Sayle  <roger@eyesopen.com>
11084
11085         PR optimization/8423
11086         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
11087         its argument is constant, or 0 if !flag_gcse.
11088         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
11089         if it's argument is constant.
11090         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
11091         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
11092         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
11093         * builtins.c (purge_builtin_constant_p): New function to force
11094         instantiation of any remaining CONSTANT_P_RTX nodes.
11095         * rtl.h (purge_builtin_constant_p): Prototype here.
11096         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
11097         pass after GCSE and before loop.
11098         (flag_gcse): No longer static.
11099         * flags.h (flag_gcse): Prototype here.
11100
11101 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
11102
11103         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
11104         introduced by last change.
11105
11106 2003-01-22  Andreas Schwab  <schwab@suse.de>
11107
11108         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
11109
11110 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
11111
11112         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
11113         request a scratch reg on H8S when the shift count is 8.
11114
11115 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
11116
11117         * config/s390/s390-protos.h (preferred_la_operand_p):
11118         Remove second parameter.
11119         * config/s390/s390.c (preferred_la_operand_p): Likewise.
11120         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
11121         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
11122         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
11123         Add peepholes to transform ADD to LOAD ADDRESS.
11124
11125 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
11126
11127         * arm.c (arm_address_register_rtx_p): New function.
11128         (arm_legitimate_address_p): New function.
11129         (arm_legitimate_index_p): New function.
11130         (legitimize_pic_address): Use arm_legitimate_index_p.
11131         * arm-protos.h (arm_legtimate_address_p): Add prototype.
11132         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
11133         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
11134
11135 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
11136
11137         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
11138         * config/s390/2064.md (define_bypass): Correct 'Load' and
11139         'Load-address' bypass values.
11140
11141 2003-01-22  Andreas Schwab  <schwab@suse.de>
11142
11143         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
11144
11145 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
11146
11147         * genautomata.c (output_internal_insn_latency_func,
11148         output_print_reservation_func): Short circuit when there is no
11149         automaton to generate code for.
11150
11151 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11152
11153         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
11154         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
11155
11156 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
11157
11158         * config/rs6000/rs6000.md: Remove warning.
11159         (builtin_setjmp_receiver): Likewise.
11160         * config/darwin.c (update_stubs): Slightly improve terrible hack
11161         with identifiers.  Add comment pointing out problems with it.
11162         (update_non_lazy_ptrs): Likewise.
11163
11164 2003-01-21  Richard Henderson  <rth@redhat.com>
11165
11166         * dwarf2out.c (lookup_filename): Fix printf format warning.
11167         * system.h (fread_unlocked, fwrite_unlocked): Undef.
11168
11169         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
11170         (fixincl.o-warn, gnu-regex.o-warn): New.
11171         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
11172         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
11173         * fixinc/fixincl.c (process): Fix printf format warning.
11174
11175 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
11176
11177         * dwarf2out (output_file_names): Don't crash if called
11178         with empty file_table.
11179
11180 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
11181
11182         * genautomata.c (output_internal_insn_latency_func): Add
11183         missing break statement to generated code.
11184
11185 2003-01-21  Roger Sayle  <roger@eyesopen.com>
11186
11187         * stmt.c (same_case_target_p): New function to determine whether
11188         two case labels branch to the same target.  Split out from...
11189         (group_case_nodes): ... here.  Use same_case_target_p instead.
11190         (strip_default_case_nodes): Remove explicit case nodes
11191         that branch to the default destination.
11192         (expand_end_case_type): Call strip_default_case_nodes after
11193         group_case_nodes, to simplify the case-list before we count it.
11194         Only generate table_label RTX when actually needed.  Try to share
11195         thiscase->exit_label and thiscase->data.case_stmt.default_label
11196         when a switch has no explicit default case.  Simplify test for
11197         constant index.
11198
11199 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
11200
11201         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
11202         \t.
11203         (*negsf2_h8300hs): Likewise.
11204         (*addsi3_lshiftrt_16_zexthi): Likewise.
11205         (*iorhi3_lshiftrt_8): Likewise.
11206
11207 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
11208
11209         * dwarf2out.c (fde_table_in_use): Mark GTY.
11210         (dwarf2out_cfi_label_num): New variable, marked GTY.
11211         (dwarf2out_cfi_label): Use it instead of static label_num.
11212         * emit-rtl.c (label_num): Mark GTY.
11213
11214 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
11215
11216         * config/h8300/h8300.c (output_plussi): Support H8/300.
11217         (compute_plussi_length): Likewise.
11218         (compute_plussi_cc): Likewise.
11219         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
11220         output assembly instructions.
11221
11222 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11223
11224         * calls.c (fix_unsafe_tree): Prototype.
11225
11226         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
11227         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
11228         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
11229         c-parse.o-warn): Add -Wno-error.
11230         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
11231
11232         * configure.in (--enable-werror): Add new flag.
11233         * doc/install.texi (--enable-werror): Document.
11234         * configure: Regenerate.
11235
11236         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
11237
11238 2003-01-21  Andreas Schwab  <schwab@suse.de>
11239
11240         * genautomata.c (output_internal_insn_latency_func): Fix missing
11241         close paren in output.
11242
11243 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
11244
11245         * genautomata.c: Space savings in generated code:
11246         (output_dfa_insn_code_func): Split out the table-enlargement
11247         path to an out-of-line static function, dfa_insn_code_enlarge.
11248         (output_internal_insn_latency_func): Use a lookup table for the
11249         default latencies.
11250         (output_print_reservation_func): Use a lookup table for the
11251         strings.
11252
11253 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
11254
11255         PR opt/7507
11256         * calls.c (fix_unsafe_tree): Split out from ...
11257         (expand_call): ... here.  Use it on the function address too.
11258
11259 2003-01-20  Richard Henderson  <rth@redhat.com>
11260
11261         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
11262
11263 2003-01-20  Richard Henderson  <rth@redhat.com>
11264
11265         PR opt/7154
11266         * stmt.c (expand_asm_operands): Validize memory operands.
11267
11268 2003-01-20  Richard Henderson  <rth@redhat.com>
11269
11270         PR opt/8848
11271         * ifcvt.c (noce_process_if_block): Correct arguments to
11272         modified_between_p for no-else-block case.
11273
11274 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
11275
11276         * config/h8300/h8300.c (const_costs): Remove a warning.
11277         (output_plussi): Likewise.
11278         (compute_plussi_length): Likewise.
11279         (compute_plussi_cc): Likewise.
11280
11281 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
11282
11283         * config/h8300/h8300.md (addsi_h8300): Remove the last
11284         alternative.
11285
11286 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
11287
11288         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
11289
11290 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11291
11292         * system.h (__NO_STRING_INLINES): Define.
11293
11294 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11295
11296         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
11297         is not a scalar int mode.
11298
11299 2003-01-20  Roger Sayle  <roger@eyesopen.com>
11300
11301         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
11302         insn's notes following a substitution inside a libcall.
11303
11304 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
11305
11306         * configure.in: Check for system-provided 'uchar' type.
11307         * configure, config.in: Regenerate.
11308         * cpphash.h: Only typedef 'uchar' if the system doesn't.
11309
11310 2003-01-20  Richard Henderson  <rth@redhat.com>
11311
11312         * expr.h (MUST_PASS_IN_STACK): Move implementation...
11313         * calls.c (default_must_pass_in_stack): ... here.
11314
11315 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
11316
11317         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
11318
11319         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
11320
11321         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
11322         Wrap up definition of `insn_alts'.
11323
11324         * genattrtab.c (main): Wrap up `insn_alts'.
11325
11326 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11327
11328         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
11329         prototyping.
11330         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
11331
11332         * config.in, configure: Regenerate.
11333
11334 2003-01-20  Nick Clifton  <nickc@redhat.com>
11335
11336         * config/arm/arm.md (sibcall_epilogue): Add an
11337         UNSPEC_PROLOGUE_USE to prevent the link register from being
11338         considered dead.
11339
11340 2003-01-20  Jan Hubicka  <jh@suse.cz>
11341
11342         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
11343
11344 2003-01-20  Andreas Schwab  <schwab@suse.de>
11345
11346         * system.h: Don't declare strsignal if the decl test hasn't been
11347         run yet.
11348
11349 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
11350
11351         * config/h8300/h8300.c (notice_update_cc): Don't assume that
11352         recog_data.operands[0] is always associated with cc0.
11353
11354 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
11355
11356         * collect2.c (ldgetname): Expand declaration to prototype.
11357         * read-rtl.c (atoll): Add prototype.
11358         * system.h (strsignal): Also declare if no declaration found.
11359
11360 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
11361
11362         * config.gcc (mips64*-*-linux*): Added.
11363         * config/mips/linux64.h, config/mips/t-linux64: New file.
11364         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
11365         * config/mips/mips.c (override_options): Use it.
11366         * config/mips/mips.h (TARGET_SWITCHES): Added...
11367         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
11368         * Makefile.in (SPECS): New.
11369         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
11370         * gcc.c (process_command): Move self-spec processing past spec
11371         file loading.
11372         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
11373         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
11374         CRTSTUFF_T_CFLAGS.
11375         (SPECS): Document.
11376         * doc/invoke.texi (-mabi-fake-default): Document.
11377
11378 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
11379
11380         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
11381         z_reg, z_reg_qi): Declare static and GTY().
11382         (da_reg): Remove.
11383         (create_regs_rtx): Don't create da_reg.
11384         ("gt-m68hc11.h"): Include for GTY roots.
11385         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
11386         and GTY() here.
11387         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
11388         (m68hc11_soft_tmp_reg): Likewise.
11389         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
11390
11391 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
11392
11393         * basic-block.h: Fix comment formatting.
11394         * calls.c: Likewise.
11395         * combine.c: Likewise.
11396         * convert.c: Likewise.
11397         * gcov.c: Likewise.
11398         * haifa-sched.c: Likewise.
11399         * libgcc2.c: Likewise.
11400         * loop.c: Likewise.
11401         * profile.c: Likewise.
11402         * system.h: Likewise.
11403
11404 2003-01-18  Roger Sayle  <roger@eyesopen.com>
11405
11406         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
11407
11408 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11409
11410         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
11411
11412 2003-01-17  Dale Johannesen  <dalej@apple.com>
11413
11414         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
11415           (*floatunssidf2_internal):  Ditto.
11416
11417 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
11418
11419         * alias.c: Fix comment typos.
11420         * basic-block.h: Likewise.
11421         * c-common.c: Likewise.
11422         * c-common.h: Likewise.
11423         * c-decl.c: Likewise.
11424         * c-opts.c: Likewise.
11425         * c-pragma.c: Likewise.
11426         * c-pretty-print.h: Likewise.
11427         * cfg.c: Likewise.
11428         * cfganal.c: Likewise.
11429         * cfgbuild.c: Likewise.
11430         * cfgcleanup.c: Likewise.
11431         * cfglayout.c: Likewise.
11432         * cfgrtl.c: Likewise.
11433         * convert.c: Likewise.
11434         * cpphash.h: Likewise.
11435         * cpplex.c: Likewise.
11436         * cpplib.h: Likewise.
11437         * df.h: Likewise.
11438         * diagnostic.c: Likewise.
11439         * diagnostic.h: Likewise.
11440         * dwarf2.h: Likewise.
11441
11442 2003-01-17  Stan Shebs  <shebs@apple.com>
11443
11444         * config/darwin-protos.h: Forward-declare struct cpp_reader.
11445
11446 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
11447
11448         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
11449         mistake in last checkin.
11450
11451 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
11452
11453         * et-forest.c: Fix comment typos.
11454         * et-forest.h: Likewise.
11455         * except.c: Likewise.
11456         * expr.c: Likewise.
11457         * flags.h: Likewise.
11458         * flow.c: Likewise.
11459         * gcc.c: Likewise.
11460         * gcse.c: Likewise.
11461         * genattrtab.c: Likewise.
11462         * genautomata.c: Likewise.
11463         * gengtype.c: Likewise.
11464         * genrecog.c: Likewise.
11465         * global.c: Likewise.
11466         * gthr-rtems.h: Likewise.
11467
11468 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11469
11470         * i386.c (x86_function_profiler): Fix format specifier.
11471
11472 2003-01-17  Richard Henderson  <rth@redhat.com>
11473
11474         * gengtype.c (walk_type): Allow paramN_is.
11475
11476 2003-01-17  Nick Clifton  <nickc@redhat.com>
11477
11478         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
11479
11480 2003-01-16  Richard Henderson  <rth@redhat.com>
11481
11482         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
11483
11484 2003-01-16  Richard Henderson  <rth@redhat.com>
11485
11486         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
11487         (alpha_next_sequence_number): Likewise.
11488         (alpha_this_literal_sequence_number): Likewise.
11489         (alpha_this_gpdisp_sequence_number): Likewise.
11490         (struct alpha_funcs, alpha_funcs_num): Likewise.
11491         (struct alpha_links): Fix branch merge error.
11492         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
11493
11494 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
11495
11496         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
11497         R. Ghazi.
11498
11499 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
11500
11501         * ifcvt.c: Fix comment typos.
11502         * lcm.c: Likewise.
11503         * libgcc2.c: Likewise.
11504         * local-alloc.c: Likewise.
11505         * loop.c: Likewise.
11506         * predict.c: Likewise.
11507         * ra-build.c: Likewise.
11508         * ra.c: Likewise.
11509         * ra-colorize.c: Likewise.
11510         * ra.h: Likewise.
11511         * ra-rewrite.c: Likewise.
11512         * regmove.c: Likewise.
11513         * reload.h: Likewise.
11514         * rtlanal.c: Likewise.
11515         * toplev.c: Likewise.
11516         * tree.h: Likewise.
11517         * unwind-dw2-fde-glibc.c: Likewise.
11518         * vmsdbgout.c: Likewise.
11519
11520 2003-01-16  Richard Henderson  <rth@redhat.com>
11521
11522         * dwarf2out.c (struct file_table): Remove.
11523         (FILE_TABLE_INCREMENT): Remove.
11524         (file_table): Make a varray; mark for GC.  Update all users.
11525         (file_table_last_lookup_index): Extract from struct file_table.
11526         (output_file_names): Fix unsigned compare warnings.
11527         (add_name_attribute): Remove inline marker.
11528         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
11529         (lookup_filename): Don't manage size of file_table.
11530         (init_file_table): Allocate file_table with GC.
11531         (dwarf2out_init): Don't record main_input_filename here.
11532         (dwarf2out_finish): Do it here instead.
11533
11534 2003-01-16  Bruce Korb  <bkorb@gnu.org>
11535
11536         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
11537
11538 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
11539
11540         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
11541         instead of rotldi3_mextr.
11542
11543 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
11544
11545         * haifa-sched.c (move_insn): Restore moving all schedule group.
11546         (set_priorities): Restore taking SCHED_GROUP_P into account.
11547
11548         * sched-deps.c (add_dependence): Restore processing the last group
11549         insn.
11550         (remove_dependence, group_leader): Restore the functions.
11551         (set_sched_group_p): Restore adding dependencies from previous insn
11552         in the group.
11553         (compute_forward_dependences): Restore usage of group_leader.
11554
11555         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
11556         account.
11557
11558         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
11559         account.
11560         (can_schedule_ready_p): Ditto.
11561         (add_branch_dependences): Restore skipping over the group insns.
11562
11563 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
11564
11565         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
11566         68HC12 pre/post inc/dec side effects.
11567
11568 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
11569
11570         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
11571
11572 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
11573
11574         * sh.md (mshflo_w_x): Fix description of operation.
11575
11576 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
11577
11578         * config/rs6000/rs6000.h: Mention Altivec registers in
11579         commentary.  Fix typo.
11580
11581 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
11582
11583         * config/rs6000/rs6000.md (movti_string): Remove clobber.
11584         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
11585         generate PARALLEL with clobber for TARGET_POWER.
11586
11587 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11588
11589         * ra-colorize.c (colorize_one_web): Initialize variable.
11590         * regmove.c (fixup_match_1): Likewise.
11591         * reload1.c (reload_as_needed): Likewise.
11592         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
11593
11594 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11595
11596         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
11597
11598 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11599
11600         * dbxout.c (lastfile, cwd): Fix `unused' warning.
11601         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
11602         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
11603         is_main_source, file_table, decl_die_table_in_use,
11604         abbrev_die_table_in_use, line_info_table_in_use,
11605         separate_line_info_table_in_use, pubname_table_in_use,
11606         arange_table_in_use, ranges_table_in_use,
11607         current_function_has_inlines): Likewise.
11608         * flow.c (life_analysis): Likewise.
11609         * genemit.c (gen_insn): Likewise.
11610         * protoize.c (cplus_suffix): Likewise.
11611
11612         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
11613         * arm.h (ROUND_UP_WORD): Likewise.
11614
11615         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
11616         warning.
11617         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
11618         init_emit_once): Likewise.
11619         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
11620         Likewise.
11621         * function.c (assign_stack_temp_for_type): Likewise.
11622         * loop.c (loop_invariant_p): Likewise.
11623         * recog.c (push_operand): Likewise.
11624         * regclass.c (init_reg_sets_1): Likewise.
11625         * reload.c (update_auto_inc_notes): Likewise.
11626         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
11627         * stmt.c (expand_asm_operands): Likewise.
11628         * stor-layout.c (start_record_layout): Likewise.
11629
11630 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
11631
11632         * config/c4x/c4x.md (epilogue): Correct last patch.
11633
11634 2003-01-15  Richard Henderson  <rth@redhat.com>
11635
11636         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
11637         also check that GP is being used.
11638         (alpha_find_lo_sum_using_gp): New.
11639         (alpha_does_function_need_gp): Use get_attr_usegp.
11640         * config/alpha/alpha-protos.h: Update.
11641         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
11642         as needed.
11643
11644 2003-01-15  Roger Sayle  <roger@eyesopen.com>
11645
11646         * gcse.c (one_cprop_pass): Change function arguments to take both
11647         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
11648         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
11649         (bypass_jumps): New function to perform separate jump bypassing pass.
11650         * rtl.h (bypass_jumps): Add function prototype.
11651         * timevar.def (TV_BYPASS): New timing variable.
11652         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
11653         (dump_file): New entry for the bypass RTL dump file.
11654         (rest_of_compilation): Insert new jump bypassing optimization
11655         pass after loop.
11656         * doc/passes.texi: Document new pass.
11657
11658 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11659
11660         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
11661         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
11662         * pa.h (TARGET_SOM_SDEF): Define.
11663         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
11664
11665 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
11666
11667         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
11668         allocate 4-bytes of locals on 68HC11.
11669         (expand_epilogue): Likewise.
11670         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
11671
11672 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
11673
11674         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
11675         and -mshort-double to the assembler to specify the ABI.
11676         (LINK_SPEC): Likewise.
11677         (CPP_SPEC): Pass HCS12 specific define.
11678         (MASK_M68S12): New define.
11679         (TARGET_M68S12): Likewise.
11680         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
11681         (TARGET_VERSION): Update.
11682         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
11683         (LINK_SPEC): Update.
11684         (ASM_SPEC): Update.
11685         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
11686         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
11687
11688 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
11689
11690         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
11691         the return code.
11692
11693 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11694
11695         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
11696         flag before setting it.
11697
11698 2003-01-15  Roger Sayle  <roger@eyesopen.com>
11699
11700         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
11701         when loop condition is known true, i.e.  "while (1) { ... }".
11702         (genrtl_for_stmt): Similarly for "for" statements.
11703
11704 2003-01-15  Roger Sayle  <roger@eyesopen.com>
11705
11706         * real.c (real_sqrt): Return a bool result indicating whether
11707         a floating point exception or trap should be raised.
11708         * real.h (real_sqrt): Update function prototype.
11709         * builtins.c (fold_builtin): Only fold non-trapping square
11710         roots unless we're ignoring errno and trapping math.
11711
11712 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
11713
11714         * expr.h (emit_conditional_add): Add PARAMS to declaration.
11715         * gengtype-lex.l (malloc, realloc): Move defines after include of
11716         system.h.  Remove duplicate include of system.h.
11717
11718 2003-01-15  Roger Sayle  <roger@eyesopen.com>
11719
11720         PR middle-end/9009
11721         * optabs.c (expand_unop):  When manipulating the FP sign bit
11722         using integer operations, account for targets with different
11723         integer and FP word orders.
11724         (expand_abs): Likewise.
11725
11726 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
11727
11728         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
11729         file extension in section name.
11730
11731 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
11732
11733         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
11734         constant offset.
11735
11736 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
11737
11738         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
11739         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
11740         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
11741         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
11742
11743 2003-01-15  Jan Hubicka  <jh@suse.cz>
11744
11745         PR f/9258
11746         * global.c (struct allocno): Add no_stack_reg.
11747         (global_conflicts): Set no_stack_reg.
11748         (find_reg): Use it.
11749
11750         * convert.c (convert_to_real): Fold - and abs only when profitable.
11751         * fold-const.c (fold): Fold truncates in - and abs.
11752
11753 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11754
11755         Segher Boessenkool  <segher@koffie.nl>
11756
11757         * predict.c (real_inv_br_prob_base): New variable.
11758         (propagate_freq): Use multiply by reciprocal instead of
11759         division.  Don't divide by 1.0 at all.
11760         (estimate_bb_frequencies): Similar.
11761
11762 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11763
11764         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
11765         * configure: Rebuilt.
11766
11767 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
11768
11769         * config/s390/s390.c (s390_safe_attr_type): New function.
11770         (s390_use_dfa_pipeline_interface): New function, return true for z900.
11771         (s390_issue_rate): New function.
11772         (s390_agen_dep_p): New function.
11773         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
11774         (s390_adjust_cost): Return 'cost' if new DFA is used.
11775         (s390_adjust_priority): Delete function.
11776         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
11777         * config/s390/s390.md (atype attribute): Attribute 'atype' default
11778         determined by 'op_type'.
11779         (type attribute): Added more type attributes.
11780         * config/s390/2064.md: New DFA description for z900 pipeline.
11781
11782 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11783
11784         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
11785         forced to memory.  Fixes PR bootstrap/9036.
11786
11787         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
11788         to set $gp before the call.
11789
11790 2003-01-14  Richard Henderson  <rth@redhat.com>
11791
11792         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
11793         for force_const_mem.
11794
11795 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11796
11797         * genattr.c (main): Rearrange output to avoid prototype warning.
11798         * genautomata.c (transform_3): Fix ambiguous-else warning.
11799         * local-alloc.c (requires_inout): Add parentheses around
11800         assignment used as truth-value.
11801         * timevar.c: Move system includes above local includes.  Include
11802         toplev.h
11803         * Makefile.in (timevar.o): Depend on toplev.h.
11804
11805 2003-01-14  Denis Chertykov  <denisc@overta.ru>
11806
11807         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
11808         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
11809
11810         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
11811         attributes.
11812         (TARGET_ATTRIBUTE_TABLE): New macro.
11813         (valid_machine_type_attribute): Remove.
11814         (valid_machine_decl_attribute): Remove.
11815         (ip2k_handle_progmem_attribute): New function.
11816         (ip2k_handle_fndecl_attribute): New function.
11817
11818 2003-01-10  Andrew Haley  <aph@redhat.com>
11819
11820         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
11821         registers to be in correct order.  Add rip.
11822
11823 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
11824
11825         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
11826         (*iorsi3_and_lshiftrt_9_sb): Likewise.
11827
11828 2003-01-14  Jan Hubicka  <jh@suse.cz>
11829
11830         * convert.c (strip_float_extensions):  Look for narrowest type handling
11831         FP constants.
11832
11833         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
11834         float1 CMP float2.
11835         * convert.c (strip_float_extensions): Make global.
11836         * tree.h (strip_float_extensions): Declare.
11837
11838 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11839
11840         * timevar.def: define TV_NAME_LOOKUP.
11841         * timevar.c (timevar_pop): Be verbose when aborting.
11842
11843 2003-01-13  Andreas Schwab  <schwab@suse.de>
11844
11845         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
11846         $(parsedir), just move the temporary file at the end.
11847         ($(parsedir)/gengtype-yacc.c): Likewise.
11848
11849 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
11850
11851         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
11852         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
11853         splitting.
11854         * configure: Rebuilt.
11855
11856 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11857
11858         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
11859         internal_mcount): Don't use PARAMS.
11860         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
11861         ISO C style.
11862         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
11863
11864 2003-01-13  Andreas Schwab  <schwab@suse.de>
11865
11866         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
11867         directive.
11868
11869 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
11870
11871         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
11872         (*iorsi3_and_lshiftrt_n_sb): Likewise.
11873
11874 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
11875
11876         PR c++/9264
11877         * c-lex.c (c_lex): Set the token value to error_mark_node for
11878         invalid numeric constants.
11879
11880 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11881
11882         * c-pch.c (asm_file_startpos): Change to `long'.
11883         (pch_init): Use ftell, not ftello.
11884         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
11885         Use `long' instead of `off_t'.
11886         (c_common_read_pch): Likewise.
11887         * ggc-common.c (gt_pch_save): Use long/ftell instead of
11888         off_t/ftello.
11889
11890 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
11891
11892         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
11893
11894 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
11895
11896         * arm-protos.h (struct cpp_reader): Add declaration.
11897
11898 2003-01-11  Jan Hubicka  <jh@suse.cz>
11899
11900         PR target/9068
11901         * i386.c (output_fp_compare): Fix typo.
11902
11903 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
11904
11905         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
11906
11907 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
11908
11909         * Makefile.in (parsedir): New variable.
11910         (docobjdir): New variable.
11911         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
11912         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
11913         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
11914         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
11915         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
11916         Use docobjdir.
11917         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
11918         objc.maintainer-clean): Use parsedir.
11919
11920         * varasm.c (struct constant_descriptor_rtx): Remove unused
11921         `label' field.
11922
11923         * toplev.c (documented_lang_options): Document -Winvalid-pch.
11924
11925 2003-01-10  Richard Henderson  <rth@redhat.com>
11926
11927         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
11928         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
11929
11930 2003-01-10  Richard Henderson  <rth@redhat.com>
11931
11932         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
11933         not INTEGRAL_MODE_P when widening extensions.
11934
11935 2003-01-10  Richard Henderson  <rth@redhat.com>
11936
11937         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
11938
11939 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
11940
11941         * ggc-page.c (ggc_collect): Avoid overflow computing
11942         min_expand.
11943
11944         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
11945         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
11946         Remove calls.
11947         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
11948
11949 2003-01-10  Jan Hubicka  <jh@suse.cz>
11950
11951         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
11952         with weird operands.
11953
11954 2003-01-10  Dale Johannesen <dalej@apple.com>
11955
11956         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
11957         parameters.  Call check_sibcall_argument_overlap if indicated.
11958         (check_sibcall_argument_overlap):  Add mark_stored_args_map
11959         parameter.  Don't mark parameter area as clobbered if not set.
11960         (expand_call):  Adjust calls to above.
11961
11962 2003-01-10 Kelley Cook <kelleycook@comcast.net>
11963
11964         * configure.in (linker read-only and read-write section mixing):
11965         Squelch some assembler warnings.
11966         * configure: Likewise.
11967
11968 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
11969
11970         * doc/invoke.texi: Document -mtune, delete -mcpu
11971         option for S/390 and zSeries.
11972         * config/s390/s390.c (s390_tune_string) New variable.
11973         (s390_cpu_string) Delete variable.
11974         (override_options): Use s390_tune_string instead of
11975         s390_cpu_string.
11976         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
11977
11978 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
11979
11980         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
11981
11982 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
11983
11984         * jump.c (next_nonnote_insn_in_loop): New function.
11985         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
11986         next_nonnote_insn.
11987         (duplicate_loop_exit_test). Likewise.
11988
11989 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
11990
11991         Merge from pch-branch:
11992
11993         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
11994
11995         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
11996         load.
11997
11998         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
11999
12000         * cpplib.c (count_registered_pragmas): New function.
12001         (save_registered_pragmas): New function.
12002         (_cpp_save_pragma_names): New function.
12003         (restore_registered_pragmas): New function.
12004         (_cpp_restore_pragma_names): New function.
12005         * cpphash.h (_cpp_save_pragma_names): Prototype.
12006         (_cpp_restore_pragma_names): Likewise.
12007         * cpppch.c (struct save_macro_item): Split from save_macro_data.
12008         (struct save_macro_data): New field 'saved_pragmas'.
12009         (save_macros): Update for changes to struct save_macro_data.
12010         (cpp_prepare_state): Call _cpp_save_pragma_names, update
12011         for changes to struct save_macro_data.
12012         (cpp_read_state): Call _cpp_restore_pragma_names, update
12013         for changes to struct save_macro_data.
12014
12015         * cpppch.c (cpp_read_state): Restore the hashtable references
12016         in the cpp_reader.
12017
12018         * tree.h (built_in_decls): Mark for PCH.
12019
12020         * dbxout.c (lastfile): Don't mark for PCH.
12021
12022         * ggc.h: Document PCH calls into memory managers.
12023
12024         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
12025
12026         * doc/invoke.texi (Precompiled Headers): Document the
12027         directory form of PCH.
12028         * cppfiles.c (validate_pch): New function.
12029         (open_file_pch): Search suitably-named directories for PCH files.
12030
12031         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
12032
12033         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
12034         reorder options.
12035         (Type Information): Mention that the information is also
12036         used to implement PCH.
12037         * doc/passes.texi (Passes): Improve documentation of
12038         language-specific files.
12039
12040         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
12041
12042         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
12043         (struct walk_type_data): Add reorder_fn field.
12044         (walk_type): Process 'reorder' option.
12045         (write_types_process_field): Reorder parameters to gt_pch_note_object,
12046         call reorder_note_routine.
12047         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
12048         (ggc_wtd): Update for change to struct write_types_data.
12049         (pch_wtd): Likewise.
12050         * ggc.h (gt_pch_note_object): Reorder parameters.
12051         (gt_handle_reorder): New definition.
12052         (gt_pch_note_reorder): New prototype.
12053         * ggc-common.c (struct ptr_data): Add reorder_fn.
12054         (gt_pch_note_object): Reorder parameters.
12055         (gt_pch_note_reorder): New.
12056         (gt_pch_save): Call reorder_fn.
12057         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
12058
12059         * dbxout.c (cwd): Don't mark for PCH.
12060
12061         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
12062
12063         * gengtype.c (finish_root_table): Fix some warnings.
12064         (write_root): Handle TYPE_STRING.
12065         * ggc.h (gt_ggc_m_S): Add prototype.
12066         * stringpool.c (gt_ggc_m_S): New function.
12067
12068         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
12069
12070         * dwarf2out.c (dw2_string_counter): New.
12071         (AT_string_form): Use it.
12072         (same_dw_val_p): Update for removal of hashtable.h hash tables.
12073
12074         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
12075
12076         * dbxout.c: Include gt-dbxout.h.
12077         (lastfile): Mark for PCH/GGC.
12078         (cwd): Likewise.
12079         (struct typeinfo): Likewise.
12080         (typevec): Likewise.
12081         (typevec_len): Likewise.
12082         (next_type_number): Likewise.
12083         (struct dbx_file): Likewise.
12084         (current_file): Likewise.
12085         (next_file_number): Likewise.
12086         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
12087         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
12088         (dbxout_end_source_file): Don't free struct dbx_file.
12089         (dbxout_type): Use GGC to allocate typevec.
12090         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
12091         (GTFILES): Add dbxout.c.
12092         (gt-dbxout.h): New rule.
12093
12094         * Makefile.in (c-pch.o): Add debug.h as dependency.
12095         * c-pch.c: Include debug.h.
12096         (pch_init): Call start_source_file to keep nesting right.
12097         (c_common_read_pch): Add orig_name parameter.  Call
12098         start_source_file debug hook.  Call end_source_file debug hook.
12099         * c-common.h (c_common_read_pch): Update prototype.
12100         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
12101         callback.
12102         * cppfiles.c (struct include_file): Add new field `header_name'.
12103         (find_or_create_entry): Default it to `name'.
12104         (open_file_pch): Set it to the original header file searched for.
12105         (stack_include_file): Don't stack an empty buffer, just handle
12106         PCH files immediately.  Pass header_name field to read_pch callback.
12107
12108         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
12109
12110         * function.c (funcdef_no): Mark to be saved in a PCH.
12111
12112         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
12113
12114         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
12115
12116         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
12117
12118         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
12119
12120         * optabs.h (code_to_optab): Add GTY marker.
12121
12122         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
12123
12124         * Makefile.in (GTFILES): Add cpplib.h.
12125         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
12126         * c-decl.c (build_compound_literal): Don't use var_labelno.
12127         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
12128         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
12129         * varasm.c (const_labelno): Use gengtype to mark.
12130         (var_labelno): Likewise.
12131         (in_section): Likewise.
12132         (in_named_name): Likewise.
12133         (struct in_named_entry): Likewise.
12134         (in_named_htab): Likewise.
12135         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
12136         (init_varasm_once): Use GGC to allocate in_named_htab.
12137         * config/darwin.c (current_pic_label_num): Mark for PCH.
12138
12139         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
12140
12141         * ggc-simple.c (init_ggc_pch): New stub procedure.
12142         (ggc_pch_count_object): Likewise.
12143         (ggc_pch_total_size): Likewise.
12144         (ggc_pch_this_base): Likewise.
12145         (ggc_pch_alloc_object): Likewise.
12146         (ggc_pch_prepare_write): Likewise.
12147         (ggc_pch_write_object): Likewise
12148         (ggc_pch_finish): Likewise.
12149         (ggc_pch_read): Likewise.
12150
12151         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
12152
12153         * c-pch.c (c_common_write_pch): Write the macro definitions after
12154         the GCed data.
12155         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
12156         definitions after the GCed data.
12157         * cpplib.c (save_macros): New.
12158         (reset_ht): New.
12159         (cpp_write_pch_deps): Split out of cpp_write_pch.
12160         (cpp_write_pch_state): Split out of cpp_write_pch.
12161         (cpp_write_pch): Delete.
12162         (struct save_macro_data): Delete.
12163         (cpp_prepare_state): New.
12164         (cpp_read_state): Erase and restore initial macro definitions.
12165         * cpplib.h (struct save_macro_data): Forward-declare.
12166         (cpp_write_pch_deps): Prototype.
12167         (cpp_write_pch_state): Prototype.
12168         (cpp_write_pch): Delete prototype.
12169         (cpp_prepare_state): Prototype.
12170         (cpp_read_state): Add fourth argument.
12171
12172         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
12173
12174         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
12175         (write_array): Remove warning.
12176
12177         * gengtype.c (contains_scalar_p): New.
12178         (finish_root_table): Add the table to all languages, even if it's
12179         empty.
12180         (write_roots): Output gt_pch_scalar_rtab.
12181         * ggc-common.c (gt_pch_save): Write out scalars.
12182         (gt_pch_restore): Read scalars back.
12183
12184         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
12185         (struct page_entry): Delete pch_page field.
12186         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
12187         (clear_marks): Likewise.
12188         (sweep_pages): Likewise.
12189         (poison_pages): Likewise.
12190         (ggc_print_statistics): Likewise.
12191         (ggc_pch_read): Don't free objects read from a PCH.
12192         Properly set up in_use_p and page_tails.
12193
12194         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
12195
12196         * gengtype.c (struct write_types_data): New.
12197         (struct walk_type_data): Make `cookie' const; add extra
12198         prev_val item; add `orig_s' field.
12199         (walk_type): Update prev_val[3].
12200         (write_types_process_field): New.
12201         (write_func_for_structure): Take write_types_data structure.
12202         (write_types): New.
12203         (ggc_wtd): New.
12204         (pch_wtd): New.
12205         (write_types_local_process_field): New.
12206         (gc_mark_process_field): Delete.
12207         (write_local_func_for_structure): New.
12208         (gc_mark_func_name): Delete.
12209         (write_gc_types): Delete.
12210         (write_local): New.
12211         (finish_root_table): Don't include 'ggc_' in PFX.
12212         (write_root): Rename from write_root.  Fill pchw field of structures.
12213         (write_array): New.
12214         (write_roots): Rename from write_gc_roots.  Split out to write_array.
12215         Update to changes to other routines.  Write gt_pch_cache_rtab table.
12216         (main): Write PCH walking routines.
12217         * ggc-common.c: Include toplev.h, sys/mman.h.
12218         (ggc_mark_roots): For cache hashtables, also mark the hash table
12219         and the array of entries.
12220         (saving_htab): New.
12221         (struct ptr_data): New.
12222         (POINTER_HASH): New.
12223         (gt_pch_note_object): New.
12224         (saving_htab_hash): New.
12225         (saving_htab_eq): New.
12226         (struct traversal_state): New.
12227         (call_count): New.
12228         (call_alloc): New.
12229         (compare_ptr_data): New.
12230         (relocate_ptrs): New.
12231         (write_pch_globals): New.
12232         (struct mmap_info): New.
12233         (gt_pch_save): New.
12234         (gt_pch_restore): New.
12235         * ggc-page.c (ROUND_UP_VALUE): New.
12236         (ROUND_UP): New.
12237         (struct page_entry): Add field `pch_page'.
12238         (init_ggc): Use ROUND_UP.
12239         (struct ggc_pch_data): Declare.
12240         (init_ggc_pch): New.
12241         (ggc_pch_count_object): New.
12242         (ggc_pch_total_size): New.
12243         (ggc_pch_this_base): New.
12244         (ggc_pch_alloc_object): New.
12245         (ggc_pch_prepare_write): New.
12246         (ggc_pch_write_object): New.
12247         (ggc_pch_finish): New.
12248         (ggc_pch_read): New.
12249         * ggc.h (gt_pointer_operator): New.
12250         (gt_note_pointers): New.
12251         (gt_pch_note_object): New prototype.
12252         (gt_pointer_walker): New.
12253         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
12254         (LAST_GGC_ROOT_TAB): Update.
12255         (gt_pch_cache_rtab): Declare.
12256         (gt_pch_scalar_rtab): Declare.
12257         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
12258         (LAST_GGC_CACHE_TAB): Update.
12259         (gt_pch_save_stringpool): Declare.
12260         (gt_pch_restore_stringpool): Declare.
12261         (gt_pch_p_S): Declare.
12262         (gt_pch_n_S): Declare.
12263         (struct ggc_pch_data): Forward-declare.
12264         (init_ggc_pch): Declare.
12265         (ggc_pch_count_object): Declare.
12266         (ggc_pch_total_size): Declare.
12267         (ggc_pch_this_base): Declare.
12268         (ggc_pch_alloc_object): Declare.
12269         (ggc_pch_prepare_write): Declare.
12270         (ggc_pch_write_object): Declare.
12271         (ggc_pch_finish): Declare.
12272         (ggc_pch_read): Declare.
12273         (gt_pch_save): Declare.
12274         (gt_pch_restore): Declare.
12275         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
12276         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
12277         const_double_htab, mem_attrs_htab using GGC.
12278         * c-pch.c: Include ggc.h.
12279         (pch_init): Allow reading PCH file back.
12280         (c_common_write_pch): Call gt_pch_save.
12281         (c_common_read_pch): Call gt_pch_restore.
12282         * c-parse.in (init_reswords): Delete now-untrue comment.
12283         Allocate ridpointers using GGC.
12284         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
12285         calling expand_deferred_fns.
12286         * c-common.h (ridpointers): Mark for GTY machinery.
12287         * Makefile.in (stringpool.o): Update dependencies.
12288         (c-pch.o): Update dependencies.
12289         (ggc-common.o): Update dependencies.
12290         * stringpool.c: Include gt-stringpool.h.
12291         (gt_pch_p_S): New.
12292         (gt_pch_n_S): New.
12293         (struct string_pool_data): New.
12294         (spd): New.
12295         (gt_pch_save_stringpool): New.
12296         (gt_pch_restore_stringpool): New.
12297         * tree.c (init_ttree): Make type_hash_table allocated using GC.
12298
12299         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
12300
12301         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
12302         (output_mangled_typename): Don't pass size_t to printf.
12303
12304         * tree.h (union tree_type_symtab): Add tag to `address' field.
12305         (union tree_decl_u2): Add tag to 'i' field.
12306         * varasm.c (union rtx_const_un): Add tags to all fields.
12307         * gengtype.c (struct walk_type_data): New.
12308         (output_escaped_param): Take struct walk_type_data parameter.
12309         (write_gc_structure_fields): Delete.
12310         (walk_type): New.
12311         (write_gc_marker_routine_for_structure): Delete.
12312         (write_func_for_structure): New.
12313         (gc_mark_process_field): New.
12314         (gc_mark_func_name): New.
12315         (gc_counter): Delete.
12316         (write_gc_types): Use write_func_for_structure.
12317         (write_gc_roots): Use walk_type.
12318
12319         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
12320
12321         * ggc-common.c (ggc_mark_roots): Delete 'x'.
12322         (ggc_splay_dont_free): Fix warning about unused 'x'.
12323         (ggc_print_common_statistics): Remove warnings.
12324
12325         2002-10-01  Mike Stump  <mrs@apple.com>
12326
12327         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
12328         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
12329
12330         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12331             Catherine Moore  <clm@redhat.com>
12332
12333         * Makefile (c-pch.o): Update dependencies.
12334         (LIBCPP_OBJS): Add cpppch.o.
12335         (cpppch.o): New.
12336         * c-common.c (c_common_init): Don't call pch_init here.
12337         * c-common.h (c_common_read_pch): Update prototype.
12338         * c-lex.c (c_common_parse_file): Call pch_init here.
12339         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
12340         (c_common_decode_option): Handle them.
12341         * c-pch.c: Include c-pragma.h.
12342         (save_asm_offset): Delete.
12343         (pch_init): Move contents of save_asm_offset into here, call
12344         cpp_save_state.
12345         (c_common_write_pch): Call cpp_write_pch.
12346         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
12347         cpp_valid_state.
12348         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
12349         * cppfiles.c (stack_include_file): Update for change to
12350         parameters of cb.read_pch.
12351         * cpphash.h (struct cpp_reader): Add `savedstate' field.
12352         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
12353         `restore_pch_deps' fields.
12354         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
12355         (cpp_save_state): Prototype.
12356         (cpp_write_pch): Prototype.
12357         (cpp_valid_state): Prototype.
12358         (cpp_read_state): Prototype.
12359         * cpppch.c: New file.
12360         * flags.h (version_flag): Remove prototype.
12361         * mkdeps.c (deps_save): New.
12362         (deps_restore): New.
12363         * mkdeps.h (deps_save): Prototype.
12364         (deps_restore): Prototype.
12365         * toplev.c (late_init_hook): Delete.
12366         (version_flag): Make static again.
12367         (compile_file): Don't call late_init_hook.
12368         * toplev.h (late_init_hook): Delete.
12369         * doc/cppopts.texi: Document -fpch-deps.
12370         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
12371
12372         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12373
12374         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
12375         callers.
12376         (c_common_valid_pch): Rename from c_valid_pch, change callers.
12377         (c_common_read_pch): Rename from c_read_pch, change callers.
12378
12379         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
12380         a space between it and its argument.
12381
12382         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12383
12384         * c-pch.c: New file.
12385         * toplev.h (late_init_hook): Declare.
12386         * toplev.c (late_init_hook): Define.
12387         (version_flag): Make globally visible.
12388         (compile_file): Call late_init_hook.
12389         (init_asm_output): Make output file seekable.
12390         * gcc.c (default_compilers): Update c-header rule.
12391         * flags.h (version_flag): Declare.
12392         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
12393         fields.
12394         * cppfiles.c (struct include_file): Add 'pch' field.
12395         (INCLUDE_PCH_P): New.
12396         (open_file_pch): New.
12397         (stack_include_file): Handle PCH files specially.
12398         (find_include_file): Call open_file_pch instead of open_file.
12399         (_cpp_read_file): Explain why open_file is used instead of
12400         open_file_pch.
12401         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
12402         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
12403         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
12404         in cpplib callbacks.
12405         * c-common.c (pch_file): Correct comment.
12406         (allow_pch): Define.
12407         (c_common_init): Call pch_init.
12408         * c-common.h (allow_pch): Declare.
12409         (pch_init): Declare.
12410         (c_valid_pch): Declare.
12411         (c_read_pch): Declare.
12412         (c_write_pch): Declare.
12413         * Makefile.in (c-pch.o): New.
12414         (C_AND_OBJC_OBJS): Add c-pch.o.
12415         * doc/invoke.texi (Precompiled Headers): Add index entries,
12416         complete truncated paragraph.
12417
12418         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
12419
12420         * c-common.c: (pch_file): Define.
12421         * c-common.h (pch_file): Declare.
12422         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
12423         (missing_arg): Require --output-pch= to have an argument.
12424         (c_common_decode_option): Handle --output-pch=.
12425         * gcc.c: Document new %V.
12426         (default_compilers): Handle compiling C header files.
12427         (do_spec_1): Implement %V.
12428         (main): Handle "gcc foo.h" without trying to run linker.
12429         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
12430         (Overall Options): Document what the driver does with header files,
12431         document new -x option possibilities.
12432         (Invoking G++): More documentation for PCH.
12433         (Precompiled Headers): New.
12434
12435         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
12436
12437         * ggc.h: Don't include varray.h.  Rearrange functions to be more
12438         organized.
12439         (ggc_add_root): Delete.
12440         (ggc_mark_rtx): Delete.
12441         (ggc_mark_tree): Delete.
12442         (struct ggc_statistics): Remove contents.
12443         * ggc-common.c: Remove unneeded includes.
12444         (struct ggc_root): Delete.
12445         (roots): Delete.
12446         (ggc_add_root): Delete.
12447         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
12448         (ggc_print_common_statistics): Remove most of the contents.
12449         * Makefile.in (GGC_H): No longer uses varray.h.
12450         (ggc-common.o): Update dependencies.
12451         (c-parse.o): Add varray.h to dependencies.
12452         (c-common.o): Add varray.h.
12453         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
12454         (mark_ident_hash): Rename to ggc_mark_stringpool.
12455         (init_stringpool): Don't use ggc_add_root.
12456         * c-parse.in: Include varray.h.
12457         * c-common.c: Include varray.h.
12458         * objc/Make-lang.in (objc-act.o): Add varray.h.
12459         * objc/objc-act.c: Include varray.h.
12460
12461         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
12462
12463         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
12464         (dw_cfi_oprnd1_desc): Likewise.
12465
12466         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
12467
12468         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
12469         move out of ifdef.
12470         (alpha_links): Use gengtype to mark; move out of ifdef.
12471         (mark_alpha_links_node): Delete.
12472         (mark_alpha_links): Delete.
12473         (alpha_need_linkage): Use GGC to allocate splay tree, struct
12474         alpha_links, strings.  Don't use ggc_add_root.
12475         * ggc-common.c (ggc_splay_alloc): New.
12476         (ggc_splay_dont_free): New.
12477         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
12478         (ggc_mark_tree): Likewise.
12479         (splay_tree_new_ggc): New.
12480         (ggc_splay_alloc): Declare.
12481         (ggc_splay_dont_free): Declare.
12482         * dwarf2asm.c: Include gt-dwarf2asm.h.
12483         (mark_indirect_pool_entry): Delete.
12484         (mark_indirect_pool): Delete.
12485         (indirect_pool): Use gengtype to mark.
12486         (dw2_force_const_mem): Don't use ggc_add_root.
12487         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
12488         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
12489         (gt-dwarf2asm.h): Depend on s-gtype.
12490
12491         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
12492
12493         * tree.h (union tree_type_symtab): Mark `die' field.
12494         * Makefile.in (dwarf2out.o): Update dependencies.
12495         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
12496         hash tables.
12497         (dw_cfi_oprnd1_desc): New function.
12498         (dw_cfi_oprnd2_desc): New function.
12499         (indirect_string_alloc): Delete.
12500         (debug_str_do_hash): New function.
12501         (debug_str_eq): New function.
12502         (mark_limbo_die_list): Delete.
12503         (dwarf2out_init): Don't call ggc_add_root.
12504
12505 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
12506
12507         The following changes are merged from itanium-sched-branch:
12508
12509         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
12510
12511         * doc/md.texi: Clarify assignment of units to automata description.
12512
12513         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
12514
12515         * genautomata.c (unit_decl): Remove members
12516         `the_same_automaton_unit' and
12517         `the_same_automaton_message_reported_p'.
12518         (process_unit_to_form_the_same_automaton_unit_lists,
12519         form_the_same_automaton_unit_lists_from_regexp,
12520         form_the_same_automaton_unit_lists, the_same_automaton_lists):
12521         Remove them.
12522         (annotation_message_reported_p): New global variable.
12523         (check_unit_distribution_in_reserv,
12524         check_regexp_units_distribution): New functions.
12525         (check_unit_distributions_to_automata): Rewrite it.
12526
12527         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
12528
12529         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
12530         Use continue instead of break if cycle is too big.
12531
12532         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
12533
12534         * genautomata.c (check_unit_distributions_to_automata): Output at
12535         most one message for a unit.
12536         (process_unit_to_form_the_same_automaton_unit_lists): Check
12537         automaton of units instead of units themself.
12538
12539         * doc/md.texi: Describe the constraint about assigning unit to
12540         automata.
12541
12542         2002-12-20  Jan Hubicka  <jH@suse.cz>
12543                     Vladimir Makarov  <vmakarov@redhat.com>
12544
12545         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
12546         and `in_set_p'.
12547         (gen_cpu_unit): Initialize the new members.
12548         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
12549         up `min_occ_cycle_num'.
12550         (evaluate_max_reserv_cycles): Change the function call.
12551         (CLEAR_BIT): New macro.
12552         (states_union, state_shift): Use the mask.
12553         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
12554         (form_reservs_matter): New function.
12555         (make_automaton): Call the function and use the mask.
12556         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
12557         account.
12558
12559         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
12560
12561         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
12562
12563         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
12564
12565         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
12566         for Itanium.
12567
12568         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
12569
12570         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
12571         default cpu.
12572
12573         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
12574                 2002-10-31  Dale Johannesen <dalej@apple.com>
12575
12576         * haifa-sched.c (find_set_reg_weight): New function.
12577         (find_insn_reg_weight): Use the new function.
12578         (schedule_block): Do sorting ready queue always
12579         after insn issue.
12580
12581         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
12582
12583         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
12584
12585         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
12586
12587         * haifa-sched.c (choice_entry): New structure.
12588         (choice_stack, cycle_issued_insns): New variables.
12589         (max_issue): Rewrite it.
12590         (choose_ready): Set up ready_try for unknown insns too.
12591         (schedule_block): Allocate and free choice_stack.  Set up
12592         and modify cycle_issued_insns.
12593
12594         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
12595         with and without filling the bundle.
12596         (bundling): Combine calls of issue_nops_and_insn.
12597
12598         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
12599
12600         * config/ia64/itanium1.md: New file.
12601
12602         * config/ia64/itanium2.md: New file.
12603
12604         * config/ia64/ia64.md: Move DFA descriptions into the new files.
12605         Remove the old pipeline description.
12606
12607         * config/ia64/ia64.c (ia64_override_options): Add aliases of
12608         itanium processor names.
12609
12610         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
12611
12612         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
12613         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
12614
12615         * config/ia64/ia64.md: Add descriptions for Itanium2.
12616
12617         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
12618
12619         * config/ia64/ia64.h (processor_type): New enumeration.
12620         (ia64_tune, ia64_tune_string): New external declarations.
12621         (TARGET_OPTIONS): Add option `tune='.
12622
12623         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
12624         variables.
12625         (ia64_override_options): Set up `ia64_tune'.
12626         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
12627         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
12628         (bundling): Add nops for MM-insns only for Itanium.
12629         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
12630         Itanium.
12631
12632         * config/ia64/ia64.md (cpu): New attribute.
12633         (DFA description): Enable it only for Itanium.
12634
12635         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
12636                     Richard Henderson  <rth@redhat.com>
12637
12638         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
12639         MASK_EARLY_STOP_BITS.
12640         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
12641         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
12642         `early-stop-bits'.
12643
12644         * config/ia64/ia64.c (ia64_dfa_new_cycle,
12645         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
12646         instead of TARGET_TUNE_STOP_BITS.
12647
12648         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
12649         `-mearly-stop-bits'.
12650
12651         * config/ia64/ia64.c (automata_option "v"): Comment it.
12652
12653         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
12654
12655         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
12656         New macros.
12657         (TARGET_SWITCHES): Add entries for the new option.
12658
12659         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
12660         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
12661         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
12662         global variables.
12663         (ia64_sched_reorder2): Set up `clocks'.
12664         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
12665         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
12666         queue when TARGET_TUNE_STOP_BITS.
12667         (bundling): Insert additional nops for MM-insns.
12668         (final_emit_insn_group_barriers): Add insertion of stop bits
12669         according `stops_p'.
12670         (ia64_reorg): Initiate the new varibales.
12671
12672         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
12673
12674         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
12675
12676         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
12677         insns at the end of block insn scheduling.
12678
12679         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
12680
12681         * sched-deps.c (remove_dependence, group_leader): Remove it.
12682         (add_dependence): Add dependence to group leader to.
12683         (set_sched_group_p): Add dependence to the first insn of the
12684         schedule group too.
12685         (sched_analyze_insn): Make dependence to jump as anti-dependence.
12686         Change true dependence by anti-dependence when
12687         `reg_pending_barrier'.
12688
12689         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
12690         add_branch_dependences): Ignore schedule groups.
12691
12692         * sched-ebb.c (init_ready_list): Ditto.
12693
12694         * (move_insn, set_priorities): Ditto.
12695
12696         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
12697         flag is clear after reload.
12698         (adjust_cost): Change cost only for output dependencies.
12699
12700         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
12701
12702         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
12703
12704         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
12705
12706         * target.h (gcc_target): Add member
12707         `dependencies_evaluation_hook'.
12708
12709         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
12710         macro.
12711         (TARGET_SCHED): Add initiatialization of the new member.
12712
12713         * sched-ebb.c: Include `target.h'.
12714         (schedule_ebb): Call `dependencies_evaluation_hook'.
12715
12716         * sched-rgn.c (schedule_region): Call
12717         `dependencies_evaluation_hook'.
12718
12719         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
12720         New macro.
12721         (ia64_dependencies_evaluation_hook): New function.
12722
12723         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
12724         Describe the new hook.
12725
12726         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
12727
12728         * target.h (gcc_target): Add members
12729         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
12730
12731         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
12732         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
12733         macros.
12734         (TARGET_SCHED): Add initiatialization of the new members.
12735
12736         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
12737         insn scheduling too.
12738         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
12739         initialize `ready_try'.
12740         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
12741         `dfa_new_cycle' says not to do it.
12742
12743         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
12744         bundling.
12745
12746         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
12747
12748         * config/ia64/ia64.c: Include `hashtab.h'.
12749         (ia64_first_cycle_multipass_dfa_lookahead_guard,
12750         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
12751         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
12752         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
12753         bundle_state_eq_p, insert_bundle_state,
12754         initiate_bundle_state_table, finish_bundle_state_table,
12755         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
12756         get_template, get_next_important_insn, bundling): New functions.
12757         (ia64_internal_sched_reorder): Remove it.
12758         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
12759         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
12760         (ia64_safe_itanium_requires_unit0): Remove it.
12761         (group_barrier_needed_p): Place group barrier right before a real
12762         insn.
12763         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
12764         Remove them.
12765         (bundle_name): New variable.
12766         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
12767         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
12768         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
12769         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
12770         temp_dfa_state, prev_cycle_state): New global variables.
12771         (insn_matches_slot, maybe_rotate, finish_last_head,
12772         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
12773         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
12774         find_best_packet, itanium_reorder, dump_current_packet,
12775         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
12776         (sched_data, sched_ready, sched_types): Remove them.
12777         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
12778         `init_insn_group_barriers'.
12779         (ia64_sched_reorder, ia64_sched_reorder2): Call
12780         ia64_dfa_sched_reorder.
12781         (ia64_variable_issue): Rewrite it.
12782         (bundle_state): New structure.
12783         (index_to_bundle_states, bundle_states_num,
12784         allocated_bundle_states_chain, free_bundle_state_chain): New
12785         global variables.
12786         (ia64_sched_finish): Add stop bits and call `bundling' after the
12787         2nd insn scheduling.
12788         (ia64_use_dfa_pipeline_interface): Return zero always.
12789         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
12790         insn scheduling.
12791         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
12792         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
12793         (ia64_reorg): Add bundling insns.
12794
12795         * doc/tm.texi
12796         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
12797         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
12798
12799         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
12800
12801         * config/ia64/ia64.md: Add Itanium1 DFA description.
12802         (itanium_class): Add `nop' and `pre_cycle'.  Add
12803         define_function_unit for `nop'.
12804         (nop): Change attribute `itanium_class'.
12805         (pre_cycle): New define_insn.
12806
12807         * config/ia64/ia64-protos.h (bundling_p): New external variable.
12808         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
12809         ia64_produce_address_p): New function prototypes.
12810
12811         * config/ia64/ia64.c (bundling_p): New global variable.
12812         (ia64_use_dfa_pipeline_interface,
12813         ia64_first_cycle_multipass_dfa_lookahead,
12814         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
12815         functions.
12816         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
12817         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
12818         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
12819         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
12820         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
12821         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
12822         (dfa_pre_cycle_insn): New variable.
12823
12824         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
12825
12826         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
12827         constructions.
12828
12829         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
12830         New function prototypes.
12831
12832         * genattrtab.c (main): Process the new constructions.
12833
12834         * genautomata.c (gen_presence_absence_set,
12835         process_presence_absence_names, process_presence_absence_patterns,
12836         add_presence_absence, check_absence_pattern_sets): Add parameter
12837         `final_p'.
12838         (unit_decl): Add new members `final_presence_list' and
12839         `final_absence_list'.
12840         (unit_pattern_rel_decl): Add new member `final_p'.
12841         (gen_final_presence_set, gen_final_absence_set): New functions.
12842         (process_decls): Use member `final_p'.
12843         (temp_reserv): New global variable.
12844         (reserv_sets_are_intersected): Add processing `final_presence_set'
12845         and `final_absence_set'.
12846         (initiate_states): Allocate `temp_reserv'.
12847         (unit_final_presence_set_table, unit_final_absence_set_table): New
12848         gloabal variables.
12849         (initiate_presence_absence_pattern_sets): Initiate them.
12850         (NDFA_to_DFA): Fix typo.
12851         (output_description): Output `final_presence_set' and
12852         `final_absence_set'.
12853
12854         * doc/md.texi (final_presence_set, final_absence_set): Describe
12855         them.
12856
12857         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
12858
12859         * genautomata.c (transform_3): Process a missing case (nothing on
12860         unit place).
12861
12862         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
12863
12864         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
12865         comments about queried units and the minimization.
12866
12867         * doc/md.texi: Ditto.
12868
12869         * genautomata.c (create_composed_state): Return nonzero if the new
12870         state has been created.
12871         (first_cycle_unit_presence): New function.
12872         (state_is_differed): Add new parameter.  Use the new function.
12873         Take queried units into account.
12874         (partition_equiv_class): Pass additional parameter to
12875         `state_is_differed'.
12876         (merge_states): Process composed states too.
12877         (build_automaton, create_automata, output_min_issue_delay_table,
12878         output_tables, output_statistics): Output more information.
12879         (output_reserved_units_table): Use function
12880         `first_cycle_unit_presence'.
12881         (output_tables): Output table of queried units even if the
12882         minimization is switched on.
12883         (write_automata): Output code for querying units even if the
12884         minimization is switched on.
12885
12886         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
12887
12888         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
12889         syntax of the constructions.
12890
12891         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
12892         extended syntax of the constructions.
12893
12894         * genautomata.c (unit_rel_decl): Rename it to
12895         `unit_pattern_rel_decl'.
12896         (pattern_set_el, pattern_reserv): New structures.
12897         (pattern_set_el_t, pattern_reserv_t): New types.
12898         (gen_presence_absence_set): New function.
12899         (process_presence_absence): Remove it.
12900         (process_presence_absence_names,
12901         process_presence_absence_patterns): New functions.
12902         (get_presence_absence_set): Remove it.
12903         (initiate_presence_absence_sets): Rename it on
12904         `initiate_presence_absence_pattern_sets'.  Use new function
12905         `form_reserv_sets_list'.
12906         (form_reserv_sets_list, check_presence_pattern_sets,
12907         check_absence_pattern_sets, output_pattern_set_el_list): New
12908         functions.
12909         (unit_decl): Change types of members `presence_list' and
12910         `absence_list'.
12911         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
12912         (decl): Change types of members `excl', `presence', and `absence'.
12913         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
12914         at the end of the vector.
12915         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
12916         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
12917         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
12918         (gen_presence_set, gen_absence_set): Use new function
12919         `gen_presence_absence_set'.
12920         (add_presence_absence): Process `pattern_list' instead of
12921         `source_list'.
12922         (process_decls): USe new functions
12923         `process_presence_absence_names' and
12924         `process_presence_absence_patterns'.
12925         (reserv_sets_are_intersected): Use new function
12926         `check_presence_pattern_sets'.
12927         (presence_set, absence_set): Remove them.
12928         (unit_presence_set_table, unit_absence_set_table): New global
12929         variables.
12930         (output_description): Use new function
12931         `output_pattern_set_el_list'.
12932         (generate): Use `initiate_presence_absence_pattern_sets'.
12933
12934         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
12935
12936         * genattr.c (main): Add output of prototype of new interface
12937         function `dfa_clean_insn_cache'.
12938
12939         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
12940         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
12941         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
12942         the generated code.
12943         (write_automata): Call the new function.
12944
12945 2003-01-09  Jan Hubicka  <jh@suse.cz>
12946
12947         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
12948         correctly.
12949
12950 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
12951
12952         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
12953
12954 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
12955
12956         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
12957         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
12958         (CONSTRAINT_LEN): Provide default definition.
12959         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
12960         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
12961         (EXTRA_CONSTRAINT_STR): Likewise.
12962         (REG_CLASS_FROM_CONSTRAINT): Define.
12963         * genoutput.c (check_constraint_len, constraint_len): New functions.
12964         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
12965         constraint / modifier.
12966         (gen_insn): Call check_constraint_len.
12967         * local-alloc.c (block_alloc): Update to use new macros / pass
12968         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
12969         * ra-build.c (handle_asm_insn): Likewise.
12970         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
12971         (constrain_operands, peep2_find_free_register): Likewise.
12972         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
12973         * regmove.c (find_matches): Likewise.
12974         * reload.c (push_secondary_reload, find_reloads): Likewise.
12975         (alternative_allows_memconst): Likewise.
12976         * reload1.c (maybe_fix_stack_asms): Likewise.
12977         (reload_cse_simplify_operands): Likewise.
12978         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
12979         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
12980         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
12981         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
12982         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
12983         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
12984
12985         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
12986
12987 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
12988
12989         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
12990         length.
12991         (*extzv_1_r_h8300hs): Likewise.
12992         (*extzv_1_r_inv_h8300): Likewise.
12993         (*extzv_1_r_inv_h8300hs): Likewise.
12994
12995 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
12996
12997         * config/h8300/h8300.h (PREDICATE_CODES): New.
12998
12999 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
13000
13001         * config/h8300/h8300.md (*addsi3_upper): New.
13002         (*iorsi3_shift): Likewise.
13003         (two splitters): Likewise.
13004         (*addsi3_shift): Likewise.
13005         (two splitters): Likewise.
13006
13007 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
13008
13009         * Makefile.in (optabs.o): Add dependency on basic-block.h.
13010         * basic-block.h (control_flow_insn_p): Fuction was exported.
13011         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
13012         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
13013         notes only when the region is contained in a single basic block.
13014
13015 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13016
13017         PR inline-asm/8832
13018         * tree.h (expand_asm): New prototype.
13019         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
13020         to do so.
13021         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
13022         down to expand_asm.
13023         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
13024         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
13025         (volatile_refs_p) [ASM_INPUT]: Likewise.
13026         (side_effects_p) [ASM_INPUT]: Likewise.
13027
13028 2003-01-09  Jan Hubicka  <jh@suse.cz>
13029
13030         * i386.md (*mul*): FIx constraints; remove confused comment; fix
13031         athlon_decode attributes
13032         (imul/k8 optimization peep2s): New.
13033
13034         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
13035         * i386.md (type attribute): Add ssecomi.
13036         (unit, memory, prefix attributes): Handle ssecomi.
13037         (cvt?2? patterns): Fix athlon_decode attribute
13038         (comi patterns): Set attribute to ssecomi.
13039
13040         PR target/8343
13041         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
13042
13043 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
13044
13045         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
13046         that match register_operands.
13047         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
13048         register_operand the default case.
13049
13050 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13051
13052         PR c/8032
13053         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
13054         an empty element, do not advance the pointer to unfilled
13055         fields if there are pending initializers.
13056
13057 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13058
13059         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
13060         (install-gcc-tooldir, install-cpp, installdirs,
13061         install-common, install-driver, install-info, install-man,
13062         install-headers, install-include-dir, install-headers-tar,
13063         install-headers-cpio, install-headers-cp, install-mkheaders,
13064         install-collect2, uninstall): Prepend $(DESTDIR) to
13065         destination paths in all (un)installation commands.
13066         (install-driver): Rewrite $(LN) commands to support DESTDIR
13067         with "ln" as well as with "ln -s".
13068         (installdirs): Simply use mkinstalldirs.
13069         (install-libgcc, install-multilib): Also pass DESTDIR.
13070         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
13071         installation destination variable ldir.
13072         * config/alpha/t-osf4, config/arm/t-netbsd,
13073         config/ia64/t-hpux, config/mips/t-iris5-6,
13074         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
13075         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
13076         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
13077         in the definition of SHLIB_INSTALL.
13078         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
13079         $(libsubdir) in the installation commands.
13080
13081 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
13082
13083         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
13084         non-optimizing compile.
13085         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
13086         compile.
13087
13088 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
13089
13090         * config/i386/i386.c (ix86_attribute_table): Add new attributes
13091         ms_struct and gcc_struct.
13092         (ix86_handle_struct_attribute): New function.
13093         (ix86_ms_bitfield_layout_p): Update to take new attributes
13094         into account.
13095         * doc/extend.texi: Document new attributes.
13096         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
13097
13098 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
13099
13100         PR optimization/8750
13101         * config/i386/i386.c (ix86_expand_prologue): Don't allow
13102         scheduling pass to move insns across __alloca call.
13103
13104 2003-01-08  Dale Johannesen  <dalej@apple.com>
13105
13106         * config/rs6000/rs6000.md:  Replace *store_multiple_string
13107         with *stmsi[3-8].
13108
13109 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
13110
13111         PR target/9210
13112         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
13113         Set SYMBOL_REF_FLAG on local data sym_ref.
13114
13115 2003-01-08  Dale Johannesen  <dalej@apple.com>
13116
13117         * function.c (assign_parms):  Don't set pretend_args_size if
13118           REG_PARM_STACK_SPACE.
13119           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
13120           pretend_args_size.
13121
13122 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13123
13124         * gcc.hlp: Delete.
13125
13126 2003-01-09  Jan Hubicka  <jh@suse.cz>
13127
13128         * i386.c  (ix86_expand_int_addcc): Fix thinko.
13129
13130 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
13131
13132         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
13133         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
13134         as hook_bool_tree_hwi_hwi_tree_true.
13135         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
13136         (rs6000_emit_epilogue): Same.
13137         (rs6000_output_mi_thunk): Re-implement as RTL.
13138         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
13139         xcoffout_declare_function if any debugging enabled.
13140
13141 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13142
13143         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
13144         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
13145         * config/mips/mips.h (enum processor_type): Rename
13146         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
13147         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
13148         Add PROCESSOR_M4K.
13149         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
13150         (ISA_MIPS32R2): New define.
13151         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
13152         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
13153         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
13154         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
13155         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
13156         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
13157         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
13158         compiling MIPS16 code.
13159         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
13160         comment.
13161         (ISA_HAS_SEB_SEH): New define.
13162         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
13163         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
13164         processor_type value renaming.  Add support for MIPS32R2.
13165         Clean up comments, and move "sb1" entry with other MIPS64 CPU
13166         entries.
13167         (override_options): Reimplement -mipsN option handling so that
13168         it will work correctly for -mips32r2.  Avoid branch-likely
13169         instructions on MIPS32R2.
13170         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
13171         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
13172         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
13173         (extendhisi2_hw, extendqisi2_hw): New.
13174         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
13175         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
13176         MIPS32R2, and MIPS64.
13177         (LINK_SPEC): Pass -mips32r2 to linker.
13178         * config/mips/t-isa3264: Built -mips32r2 multilibs.
13179         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
13180         for mips32r2 in the -march description.  Alphabetically sort
13181         CPU names in the -march description.  Add long-missed -mips32
13182         and -mips64 to MIPS option summary.
13183
13184         * config.gcc: Update copyright years to include 2003.
13185         * config/mips/mips.c: Likewise.
13186         * config/mips/mips.h: Likewise.
13187         * config/mips/mips.md: Likewise.
13188         * config/mips/netbsd.h: Likewise.
13189         * doc/invoke.texi: Likewise.
13190
13191 2003-01-08  Andreas Schwab  <schwab@suse.de>
13192
13193         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
13194         variable.
13195         * configure: Regenerated.
13196
13197 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
13198
13199         * config/h8300/h8300.c (output_logical_op): Replace byte/word
13200         extraction of det with b0, b1, w0, w2, etc.
13201         (compute_logical_op_length): Likewise.
13202         (compute_logical_op_cc): Likewise.
13203
13204 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
13205
13206         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
13207         HIGH on all variants.
13208
13209 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
13210
13211         * Makefile.in (PARTITION_H): New.
13212         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
13213         * basic-block.h: Include hard-reg-set.h.
13214
13215 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
13216
13217         * arm.h (ENABLE_XF_PATTERNS): Delete.
13218         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
13219         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
13220         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
13221         (cmpxf_trap): Delete.
13222         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
13223
13224 2003-01-08  Jan Hubicka  <jh@suse.cz>
13225
13226         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
13227         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
13228         (add??cc): New expanders.
13229         * i386.c (expand_int_addcc): New function.
13230         * i386-protos.h (expand_int_addcc): Declare.
13231
13232         * alias.c (memory_modified_1): New static function.
13233         (memory_modified): New static varaible.
13234         (memory_modified_in_insn_p): New global function.
13235         * rtl.h (memory_modified_in_insn_p): Declare.
13236         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
13237         references.
13238
13239         * expr.h (emit_conditional_add): Declare.
13240
13241 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
13242
13243         PR other/8947
13244         * doc/invoke.texi (-malign-double): Explain that the option breaks
13245         binary compatibility.
13246
13247 2003-01-08  Andreas Schwab  <schwab@suse.de>
13248
13249         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
13250         should come from the generic *-*-linux* entry.
13251
13252 2003-01-07  Jan Hubicka  <jh@suse.cz>
13253
13254         * cselib.c (cselib_current_insn_in_libcall): New static variable.
13255         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
13256         we are inside libcall.
13257         * cselib.h (elt_loc_list): Add in_libcall.
13258         * gcse.c (do_local_cprop): Do not copy propagate using insns
13259         in libcalls.
13260
13261 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
13262
13263         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
13264         not normally affect to issue rate.
13265
13266 2003-01-07  Jan Hubicka  <jh@suse.cz>
13267
13268         * genopinit.c (optabs): Add addc_optab.
13269         * ifcvt.c (noce_try_store_flag): Rename to ...
13270         (noce_try_addcc): ... this one; handle generic conditional increment.
13271         (noce_process_if_block): Update noce_try_addcc call.
13272         * optabs.c (emit_conditional_add): New.
13273         (init_obtabs): Initialize addc_optab.
13274         * optabs.h (optab_index): Add OTI_addcc.
13275         (addcc_optab): New macro.
13276         * md.texi: Document addMcc
13277
13278         PR target/8322
13279         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
13280         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
13281         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
13282
13283         * reload1.c (delete_output_reload): Avoid repeated attempts
13284         to delete insn.
13285
13286 2003-01-07  Andreas Schwab  <schwab@suse.de>
13287
13288         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
13289         Move --enable-initfini-array check ...
13290         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
13291         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
13292         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
13293         * configure: Rebuild.
13294
13295 2003-01-07  Richard Henderson  <rth@redhat.com>
13296
13297         * alias.c (find_base_value): Only use new_reg_base_value shortcut
13298         if the register is set once.
13299
13300 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
13301
13302         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
13303         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
13304         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
13305
13306 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
13307             Sunil Davasam  <sunil.k.davasam@intel.com>
13308
13309         PR libstdc++/9076
13310         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
13311         DW_CFA_same_value, read next and ignore.
13312
13313 2003-01-07  Richard Henderson  <rth@redhat.com>
13314
13315         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
13316
13317 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
13318
13319         * cfg.c: Include alloc-pool.h
13320         (edge_pool): New pool.
13321         (bb_pool): New pool.
13322         (first_deleted_edge): Remove.
13323         (first_deleted_block): Remove.
13324         (init_flow): Alloc/free the pools.
13325         (free_edge): Use pools.
13326         (alloc_block): Ditto.
13327         (expunge_block): Ditto.
13328         (cached_make_edge): Ditto.
13329
13330         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
13331
13332 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
13333
13334         * et-forest.c: Include alloc-pool.h.
13335         (struct et_forest): Add node_pool and occur_pool.
13336         (et_forest_create): Create the new pools.
13337         (et_forest_delete): Delete them.
13338         (et_forest_add_node): Allocate and free using pools.
13339         (et_forest_add_edge): Ditto.
13340         (et_forest_remove_node): Ditto.
13341         (et_forest_remove_edge): Ditto.
13342
13343         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
13344
13345 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
13346
13347         * config/h8300/h8300.c (output_logical_op): Simplify and
13348         optimize the handling of SImode.
13349         * config/h8300/h8300.c (compute_logical_op_length): Update
13350         accordingly.
13351         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
13352
13353 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
13354
13355         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
13356         big-endian correction to indirect arguments too.
13357
13358 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
13359
13360         Segher Boessenkool  <segher@koffie.nl>
13361
13362         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
13363         (alt_reg_names): Ditto, fix formatting.
13364         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
13365
13366 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
13367
13368         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
13369         (output_logical_op): Constify intval and det.
13370         (compute_logical_length): Likewise.
13371         (compute_logical_cc): Likewise.
13372         (output_a_shift): Constify mask.
13373         (h8300_encode_label): Constify len.
13374
13375 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
13376
13377         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
13378         (h8300_expand_epilogue): Likewise.
13379
13380 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
13381
13382         Segher Boessenkool  <segher@koffie.nl>
13383
13384         * config/rs6000/altivec.md: Remove spaces from assembler
13385         instruction argument lists.
13386
13387 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13388
13389         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
13390         c4x_assembler_function_p.
13391         (c4x_null_epilogue_p): Complement return value, all uses updated.
13392         (c4x_insert_attributes): Add naked.
13393         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
13394         * doc/extend.texi: Update C4x function attributes.
13395
13396 2003-01-06  Richard Henderson  <rth@redhat.com>
13397
13398         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
13399         properly when changing "local-ness".
13400         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
13401
13402 2003-01-06  Dale Johannesen  <dalej@apple.com>
13403
13404         * config/darwin-protos.h:  Add prototypes for new section functions.
13405
13406 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
13407
13408         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
13409         to EABI.
13410
13411 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
13412
13413         * hwint.h: If the current compiler has no 64-bit type at all,
13414         make HOST_WIDEST_INT 32 bits.
13415
13416 2003-01-06  Eric Christopher  <echristo@redhat.com>
13417
13418         * config/mips/mips.md (movdf_internal2): Fix constraints.
13419
13420 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
13421
13422         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
13423
13424 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
13425
13426         * config/mips/mips.md (leadi): Use dla rather than la.
13427
13428 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
13429
13430         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
13431         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
13432
13433 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
13434
13435         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
13436         redefinition.
13437
13438 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
13439
13440         * config/h8300/h8300.md (*extzv_8_23): New.
13441
13442 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13443
13444         * pa64-hpux.h (JCR_SECTION_NAME): Define.
13445         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
13446         USE_EH_FRAME_REGISTRY when defining.
13447
13448 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
13449
13450         * config/h8300/h8300.c (output_a_shift): Do not output a
13451         variable shift.
13452         * config/h8300/h8300.md (two splitters): New.
13453
13454 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
13455
13456         * config/mips/mips.md: Disable the movstrsi define_split.
13457
13458 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13459
13460         * alloc-pool.c: Don't include "libiberty.h".
13461         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
13462         * convert.c (convert_to_real): Hide unused variable.
13463
13464 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13465
13466         * Makefile.in (gtyp-gen.h): Const-ify.
13467         * gcov-dump.c (tag_table): Likewise.
13468
13469 2003-01-04  Bruce Korb  <bkorb@gnu.org>
13470
13471         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
13472         of *both* the file name and the fix name.
13473
13474 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13475
13476         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
13477         collect2.
13478         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
13479         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
13480         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
13481         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
13482         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
13483         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
13484         elfos.h.
13485         (EH_FRAME_IN_DATA_SECTION): Delete define.
13486         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
13487         (STARTFILE_SPEC): Use crtbegin.o.
13488         (ENDFILE_SPEC): Use crtend.o.
13489         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
13490         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
13491         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
13492         DTOR_LIST_BEGIN): Define.
13493         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
13494         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
13495         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
13496
13497 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
13498
13499         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
13500         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
13501         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
13502         Cleanup handling of replacement text.
13503         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
13504
13505 2003-01-04  Bruce Korb  <bkorb@gnu.org>
13506
13507         * fixinc/tests/base/math.h: removed obsolete results
13508         * fixinc/tests/base/stdlib.h: ditto
13509         * fixinc/tests/base/sys/param.h: ditto
13510         * fixinc/tests/base/sys/stat.h: ditto
13511         * fixinc/tests/base/time.h: ditto
13512         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
13513         * fixinc/tests/base/sys/byteorder.h: ditto
13514         * fixinc/inclhack.def: Remove superfluous backslashes
13515
13516 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
13517
13518         * config/h8300/h8300-protos.h: Add prototypes for
13519         the new functions defined below.
13520         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
13521         define.
13522         (dosize): Emit RTL instead of assembly code.
13523         (push): Likewise.
13524         (pop): Likewise.
13525         (h8300_output_function_prologue): Remove.
13526         (h8300_expand_prologue): New.
13527         (h8300_expand_epilogue): New.
13528         (h8300_output_function_epilogue): Do only the reset of
13529         pragma_saveall.
13530         * config/h8300/h8300.md (push_h8300): New.
13531         (push_h8300hs): Likewise.
13532         (pop_h8300): Likewise.
13533         (pop_h8300hs): Likewise.
13534         (*stm_h8300s_2): Change the name to stm_h8300s_2.
13535         (*stm_h8300s_3): Change the name to stm_h8300s_3.
13536         (*stm_h8300s_4): Change the name to stm_h8300s_4.
13537         (*ldm_h8300s_2): New.
13538         (*ldm_h8300s_3): Likewise.
13539         (*ldm_h8300s_4): Likewise.
13540         (return): Likewise.
13541         (*return_1): Likewise.
13542         (prologue): Likewise.
13543         (epilogue): Likewise.
13544         (monitor_prologue): Likewise.
13545
13546 2003-01-03  Dale Johannesen  <dalej@apple.com>
13547
13548         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
13549           machopic_picsymbol_stub1.
13550           (EXTRA_SECTION_FUNCTIONS):  Ditto.
13551         * rs6000/rs6000.c:  Update copyright.
13552           (machopic_output_stub):  Use them.  Remove an insn from stub code.
13553
13554 2003-01-02  Jason Merrill  <jason@redhat.com>
13555
13556         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
13557
13558         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
13559         static/external decls.
13560
13561         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
13562         outermost scope.
13563         * c-decl.c (c_make_fname_decl): Push the decls there, too.
13564
13565 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
13566
13567         * config/h8300/h8300-protos.h: Add a prototype for
13568         h8300_current_function_interrupt_function_p.
13569         * config/h8300/h8300.c (interrupt_handler): Remove.
13570         (os_task): Likewise.
13571         (monitor): Likewise.
13572         (pragma_interrupt): New.
13573         (WORD_REG_USED): Use
13574         h8300_current_function_interrupt_function_p.
13575         (dosize): Likewise.
13576         (h8300_output_function_prologue): Likewise.
13577         Do not set interrupt_handler, os_task, monitor.
13578         (h8300_output_function_prologue): Use
13579         h8300_current_function_interrupt_function_p.
13580         Do not set interrupt_handler, os_task, monitor.
13581         (h8300_current_function_interrupt_function_p): New.
13582         (h8300_pr_interrupt): Set pragma_interrupt.
13583         (h8300_insert_attributes): Reset pragma_interrupt.
13584
13585 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13586
13587         * doc/install.texi (Configuration): Fix markup for reference to
13588         gcc/config.gcc.
13589
13590 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
13591
13592         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
13593         (*iorhi3_two_qi): Likewise.
13594         (*iorsi3_zexthi): Likewise.
13595         (*xorhi3_zextqi): Likewise.
13596         (*xorsi3_zexthi): Likewise.
13597         (*xorsi3_zextqi): Likewise.
13598
13599 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
13600
13601         * config/h8300/h8300.c (stack_pointer_operand): New.
13602         (const_int_gt_2_operand): Likewise.
13603         (const_int_ge_8_operand): Likewise.
13604         * config/h8300/h8300.md (a splitter): Likewise.
13605         (a peephole2): Likewise.
13606         * config/h8300/h8300-protos.h: Add prototypes for the new
13607         functions above.
13608
13609 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
13610
13611         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
13612         objc/objc-act.h: Fix copyright years.
13613
13614 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13615
13616         * doc/passes.texi: Fix documentation for -fssa-ccp
13617
13618 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13619
13620         * gccbug.in: Update for new categories.
13621
13622 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
13623
13624         * config/h8300/h8300.md: Reorder some patterns.
13625
13626 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
13627
13628         * config/h8300/h8300.c (output_logical_op): Fix a warning.
13629
13630 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13631
13632         * config/darwin-protos.h, config/c4x/c4x-protos.h,
13633         config/cris/cris-protos.h, config/i370/i370-protos.h,
13634         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
13635         config/v850/v850-protos.h: Use struct, and don't conditionally
13636         compile on GCC_C_PRAGMA_H.
13637
13638 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
13639
13640         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
13641         * config/h8300/h8300-protos.h: Likewise.
13642         * config/sh/sh-protos.h: Likewise.
13643
13644 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
13645
13646         * config/arm/arm-protos.h: Use struct cpp_reader instead of
13647         cpp_reader.
13648         * config/h8300/h8300-protos.h: Likewise.
13649         * config/sh/sh-protos.h: Likewise.
13650
13651 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13652
13653         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
13654         arm_pr_long_calls_off): Use struct.
13655         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
13656         : Similarly.
13657         Don't include cpplib.h.
13658         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
13659         sh_pr_nosave_low_regs): Similarly.
13660
13661 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
13662
13663         * config/h8300/h8300.c: Include cpplib.h.
13664
13665 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13666
13667         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
13668           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
13669           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
13670           "GCC" in the copyright header.
13671
13672 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13673
13674         * c-pragma.c (c_register_pragma): New.
13675         (init_pragma): Use it.
13676         * c-pragma.h (cpp_register_pragma): Don't declare.
13677         (c_register_pragma): New.
13678         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
13679         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
13680         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
13681         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
13682         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
13683         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
13684         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
13685         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
13686         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
13687         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
13688         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
13689         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
13690
13691 See ChangeLog.8 for earlier changes.