configure.ac (gcc_cv_ld): Don't set to LD if target is not host, but try LD_FOR_TARGE...
[gcc.git] / gcc / ChangeLog
1 2004-02-12 Alexandre Oliva <aoliva@redhat.com>
2
3 * configure.ac (gcc_cv_ld): Don't set to LD if target is not
4 host, but try LD_FOR_TARGET first.
5 * configure: Rebuilt.
6
7 2004-02-12 Zack Weinberg <zack@codesourcery.com>
8
9 * dbxout.c: Move declaration of dbxout_type_decl outside
10 #ifdef DBX_DEBUGGING_INFO.
11 * c-parse.in: Don't give the asmdef production a type.
12
13 2004-02-12 Zack Weinberg <zack@codesourcery.com>
14
15 * debug.h (struct gcc_debug_hooks): Add type_decl field.
16 (debug_nothing_tree_int): Prototype.
17 (dwarf_debug_hooks): Delete, unused.
18 * debug.c (do_nothing_debug_hooks): Update.
19 (debug_nothing_tree_int): New function.
20 * langhooks.h (struct lang_hooks_for_decls):
21 Remove builtin_type_decls field.
22 * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
23 (LANG_HOOKS_DECLS): Update.
24 * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
25 Use debug_hooks->type_decl.
26 * dbxout.c (preinit_symbols): New static.
27 (dbx_debug_hooks, xcoff_debug_hooks): Update.
28 (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
29 lang_hooks.decls.builtin_type_decls. Do scan preinit_symbols
30 for symbols to output.
31 (dbxout_type_decl): New function.
32 (dbxout_symbol): If called before dbxout_init has run, queue
33 the symbol for later. Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
34 to TYPE_DECLs before emitting them.
35 * xcoffout.c (assign_type_number): Delete.
36 (xcoff_type_numbers): New static table.
37 (xcoff_assign_fundamental_type_number): New function.
38 * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
39 DBX_OUTPUT_STANDARD_TYPES. Remove unnecessary #ifdefs.
40 * sdbout.c: Include varray.h.
41 (deferred_global_decls): New static.
42 (sdb_debug_hooks): Update.
43 (sdbout_global_decl): If we can't emit something right now,
44 remember it in deferred_global_decls.
45 (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
46 (sdbout_init): Initialize deferred_global_decls.
47 * Makefile.in: Update dependencies of sdbout.o.
48 * dwarf2out.c (dwarf2out_type_decl): New function.
49 (dwarf2_debug_hooks): Update.
50 * vmsdbgout.c (vmsdbg_debug_hooks): Update.
51 * c-decl.c (getdecls): Just return 0.
52 (check_for_loop_decls): Don't use getdecls.
53 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
54 * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
55
56 2004-02-12 Ulrich Weigand <uweigand@de.ibm.com>
57
58 * config/s390/s390.c (s390_sched_reorder2): Remove.
59 (TARGET_SCHED_REORDER2): Do not redefine.
60
61 2004-02-12 Zack Weinberg <zack@codesourcery.com>
62
63 * c-parse.in (maybe_type_qual): Delete.
64 (maybe_volatile, simple_asm_expr, asmdef, asm_stmt)
65 (asm_argument): New grammar rules.
66 (extdef_1): Use asmdef.
67 (maybeasm): Move down with other asm rules; use simple_asm_expr.
68 (xexpr): Move up with other expression rules.
69 (stmt): Use asm_stmt.
70
71 * c-typeck.c (build_asm_expr): New function - body mostly
72 pulled from build_asm_stmt.
73 (build_asm_stmt): Just handle tacking on the volatile qualifier.
74 * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
75
76 2004-02-12 Richard Sandiford <rsandifo@redhat.com>
77
78 PR bootstrap/13617
79 * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
80 (mips_declare_object): Make variadic.
81 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
82 mips_output_aligned_decl_common.
83 * config/mips/mips.c (mips_output_aligned_decl_common): New function.
84 (mips_declare_object): Make variadic.
85
86 2004-02-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
87
88 * function.c (update_epilogue_consts): Teach about binary operations.
89
90 * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill
91 previous MEM_VOLATILE in REF.
92 * function.c (fixup_var_refs): Save volatile_ok and set to 1.
93 * expr.c (emit_block_move_via_movstr): Save and restore volatile_ok.
94
95 2004-02-12 Gunther Nikl <gni@gecko.de>
96
97 * config.gcc: Restore support for m68k-openbsd.
98
99 2004-02-12 Jan Hubicka <jh@suse.cz>
100
101 * tree-optimize.c (tree_rest_of_compilation): Do not release
102 DECL_ARGUMENTS.
103
104 2004-02-11 Matt Kraai <kraai@alumni.cmu.edu>
105
106 * doc/install.texi: Fix the spelling of "explicitly".
107
108 2004-02-11 Eric Christopher <echristo@redhat.com>
109
110 * cppcharset.c (_cpp_interpret_string_notranslate): Rename and
111 duplicate argument structure of cpp_interpret_string.
112 * cpphash.h: Move prototype...
113 * cpplib.h: Here.
114 * cpplib.c: Fix calls to match new function signature.
115
116 2004-02-11 Joseph S. Myers <jsm@polyomino.org.uk>
117
118 PR c/456
119 * cppexp.c (num_binary_op): Don't allow comma operators in #if
120 constant expressions at all outside C99 mode if pedantic.
121
122 2004-02-11 Uros Bizjak <uros@kss-loka.si>
123
124 * optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.
125 (log10_optab, log2_optab): Define corresponding macros.
126 * optabs.c (init_optabs): Initialize log10_optab and log2_optab.
127 * genopinit.c (optabs): Implement log10_optab and log2_optab
128 using log10?f2 and log2?f2 patterns.
129 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG10{,F,L}
130 using log10_optab, and BUILT_IN_LOG2{,F,L} using log2_optab.
131 (expand_builtin): Expand BUILT_IN_LOG10{,F,L} and BUILT_IN_LOG2{,F,L}
132 using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
133
134 * config/i386/i386.md (log10sf2, log10df2, log10xf2, log2sf2,
135 log2df2, log2xf2): New patterns to implement log10, log10f, log10l,
136 log2, log2f and log2l built-ins as inline x87 intrinsics.
137
138 2004-02-11 Richard Henderson <rth@redhat.com>
139
140 PR target/1532
141 * flow.c (insn_dead_p): A clobber of a dead hard register is a
142 dead insn after reload.
143
144 2004-02-11 Ulrich Weigand <uweigand@de.ibm.com>
145
146 * tree.h (frame_base_decl): Add GTY marker.
147 * var-tracking.c (frame_base_decl): Likewise.
148
149 2004-02-11 Daniel Berlin <dberlin@dberlin.org>
150
151 * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
152 incorrect, hunk.
153 (add_location_or_const_value_attribute): Use text_section_label,
154 not TEXT_SECTION_NAME.
155
156 2004-02-11 Per Bothner <per@bothner.com>
157
158 Represent column numbers using line-map's source_location.
159 The "next available source_location" is now managed internally by
160 line-maps.c rather than by clients.
161 * line-map.h (struct line_map): New field column_bits.
162 <from_line>: Rename field to start_location.
163 (struct line_maps): New fields highest_location and max_column_hint.
164 (linemap_check_files_exited): New declaration.
165 (linemap_line_start): New declaration.
166 (linemap_add): Remove from_line parameter; use highest_location field.
167 (SOURCE_LINE, LAST_SOURCE_LINE): Modify to use column_bits.
168 (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION): New macros.
169 (CURRENT_LINE_MAP): Remove macro.
170 (linemap_position_for_column): New inline function.
171 * line-map.c (linemap_init): Clear new fields.
172 (linemap_check_files_exited): New function, extracted from ...
173 (linemap_free): Use linemap_check_files_exited.
174 (linemap_add): Remove from_line parameter. Various updates.
175 (linemap_line_start): New function.
176 (linemap_lookeup): Update for new field names.
177 * cpphash.h (struct cpp_reader) <map>: Field removed. Because
178 linemap_position_for_column may unpredictably change the current map,
179 it is cleaner and simpler for us to not cache it in cpp_reader.
180 (struct cpp_buffer): New sysp field.
181 Changed warned_cplusplus_comments and from_stage3 to bitfields.
182 * cppinit.c (cpp_read_min_file): pfile->map no longer exists.
183 * cpplib.c (do_line, do_linemarker, _cpp_do_file_change): Get
184 current map using linemap_lookup.
185 (do_linemarker): Also set buffer's sysp field.
186 (destringize_and_run): No longer need to decrement current line.
187 * cppfiles.c (_cpp_stack_file): Set sysp from and in buffer.
188 (search_path_head, open_file_failed): Use buffer's sysp.
189 (cpp_make_system_header): Get current map using linemap_lookup.
190 Also set buffer's sysp flag.
191 * cppmacro.c (_cpp_builtin_macro_text): Likewise use linemap_lookup.
192 * cpphash.h (CPP_INCREMENT_LINE): New macro.
193 (struct cpp_buffer): Moved fields saved_cur, saved_rlimit to ...
194 (struct cpp_reader): ... and adding saved_line_base field.
195 * cpptrad.c (_cpp_overlay_buffer, _cpp_remove_overlay):
196 Update accordingly. Don't adjust line.
197 (_cpp_scan_out_logical_line): Use CPP_INCREMENT_LINE.
198 * cpphash.c (CPP_IN_SYSTEM_HEADER): Replaced macro by ...
199 (cpp_in_system_header): ... new inline function, using buffer's sysp.
200 * cpperror.c (_cpp_begin_message): Update to use cpp_in_system_header.
201 * cpplex.c (_cpp_lex_direct): Likewise.
202 * cppmacro.c (_cpp_builtin_macro_text): Likewise.
203 * cppmacro.c (_cpp_create_definition): Use buffer's sysp field.
204 * cpplib.h (struct cpp_token): Rename line field to src_loc.
205 Remove col field as it is now subsumed by src_loc.
206 * cpperror.c: Update various field, parameter, and macro names.
207 (print_location): If col==0, try SOURCE_COLUMN of line.
208 (cpp_error): Use cur_token's src_loc field, rather than line+col.
209 * cpplib.c (do_diagnostic): Token's src_loc fields replaces line+col.
210 * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
211 _cpp_skip_block_comment): Use CPP_INCREMENT_LINE.
212 (_cpp_temp_token): Replace cpp_token's line+col fields by src_loc.
213 (_cpp_get_fresh_line): Don't need to adjust line for missing newline.
214 (_cpp_lex_direct): Use linemap_position_for_column.
215 * c-ppoutput.c (maybe_print_line, print_line): Don't take map
216 parameter. Instead get it from the line_table global. Adjust callers.
217 (print): Remove map field. Replace line field to src_line.
218 (init_pp_output, account_for_newlines, maybe_print_line): Adjust.
219 (cb_line_change): Use SOURCE_COLUMN. Minor optimizations.
220 (pp_file_change): Use MAIN_FILE_P since we cannot checked print.map.
221 Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.
222 * cpptrad.c (copy_comment): Rename variable.
223 * c-lex.c (map): Remove static variable, for same reason we removed
224 cpp_reader's map field.
225 (cb_line_change, cb_def_pragma, cb_define, cb_undef): Hence we need
226 to call linemap_lookup.
227 (cb_line_change): Token's line field replaced by src_loc.
228 (fe_file_change): Use MAINFILE_P and LAST_SOURCE_LINE macros.
229 Don't save new_map.
230
231 * cpphash.h, cpperror.c, cpplib.h: Some renames of fileline to
232 source_location.
233
234 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
235
236 * config/rs6000/altivec.md (*movv4si_internal): At least one
237 operand must be register_operand.
238 (*movv8hi_internal1): Likewise.
239 (*movv16qi_internal1): Likewise.
240 (*movv4sf_internal1): Likewise.
241
242 2004-02-10 Aldy Hernandez <aldyh@redhat.com>
243
244 * config/rs6000/spe.md ("*movv2si_internal"): Check for register
245 operand.
246 (movv4hi_internal): Same.
247 (movv2sf_internal): Same.
248 (movv1di_internal): Same.
249
250 2004-02-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
251
252 * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
253 TARGET_OLDABI consistently.
254 * config/mips/mips.c (function_arg,mips_setup_incoming_varargs,
255 mips_va_arg,override_options,compute_frame_size,
256 mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub
257 ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
258 and TARGET_OLDABI consistently.
259 * config/mips/mips.md (exception_receiver): Likewise.
260 * config/mips/linux64.h: Likewise.
261
262 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
263
264 * gcc/config/rs6000/rs6000.c (rs6000_override_options)
265 Set AltiVec ABI and vrsave as default for ppc64 linux.
266 (init_cumulative_args): Post error, if try to return
267 value in AltiVec register without enable AltiVec.
268 (function_arg_advance): Ditto for passing arguments.
269
270 2004-02-11 Richard Sandiford <rsandifo@redhat.com>
271
272 * emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to
273 a label before updating its usage count.
274
275 2004-02-10 Matt Kraai <kraai@alumni.cmu.edu>
276
277 * doc/install.texi: Remove extra cd.
278
279 2004-02-10 Ziemowit Laski <zlaski@apple.com>
280
281 * c-common.c (vector_size_helper): Remove; call
282 reconstruct_complex_type() instead.
283 * tree.c (reconstruct_complex_type): New function
284 (formerly vector_size_helper() in c-common.c).
285 (make_vector): Make externally visible.
286 * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
287
288 2004-02-10 Kazu Hirata <kazu@cs.umass.edu>
289
290 * config/h8300/h8300-protos.h: Add a prototype for
291 h8300_regs_ok_for_stm.
292 * config/h8300/h8300.c (h8300_regs_ok_for_stm): New.
293 * config/h8300/h8300.md (stm_h8300s_2_advanced,
294 stm_h8300s_2_normal, stm_h8300s_2, stm_h8300s_3_advanced,
295 stm_h8300s_3_normal, stm_h8300s_3, stm_h8300s_4_advanced,
296 stm_h8300s_4_normal, stm_h8300s_4, ldm_h8300s_2_advanced,
297 ldm_h8300s_2_normal, ldm_h8300s_2, ldm_h8300s_3_advanced,
298 ldm_h8300s_3_normal, ldm_h8300s_3, ldm_h8300s_4_advanced,
299 ldm_h8300s_4_normal, ldm_h8300s_4): Use
300 h8300_regs_ok_for_stm().
301
302 2004-02-10 Danny Smith <dannysmith@users.sourceforge.net>
303
304 PR c/14088
305 real.c (real_from_string): Look for 'X' as well as 'x' in
306 hexfloat strings.
307
308 2004-02-10 Kazu Hirata <kazu@cs.umass.edu>
309
310 * config/h8300/h8300.md: Remove an incorrect comment about
311 peephole2. Add comments.
312
313 2004-02-10 Josef Zlomek <zlomekj@suse.cz>
314
315 PR/14058
316 * emit-rtl.c (set_decl_incoming_rtl): New.
317 * tree.h (set_decl_incoming_rtl): New.
318 * function.c (assign_parms): Use set_decl_incoming_rtl for setting
319 DECL_INCOMING_RTL.
320 * ada/misc.c (adjust_decl_rtl): Likewise.
321
322 2004-02-10 Per Bothner <per@bothner.com>
323
324 * c-opts.c (c_common_post_options): Don't emit working directory
325 in cpp output if -P was specified.
326
327 2004-02-10 Paolo Bonzini <bonzini@gnu.org>
328
329 PR c/14092
330 * fold-const.c (fold) <NEGATE_EXPR>: Convert result of
331 negate_expr back to the original type.
332
333 2004-02-10 Alan Modra <amodra@bigpond.net.au>
334
335 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
336 bump retaddr here.
337
338 2004-02-10 Paolo Bonzini <bonzini@gnu.org>
339
340 * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param,
341 gen_lowpart_SUBREG): Move under the file in which they
342 are actually declared.
343
344 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
345
346 * doc/sourcebuild.texi: Add libada documentation.
347
348 * doc/install.texi: Update documentation on Ada build, now
349 that the GNAT lib and tools are built automatically.
350
351 2004-02-10 Richard Sandiford <rsandifo@redhat.com>
352
353 * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
354 && TARGET_IRIX.
355
356 2004-02-09 Ziemowit Laski <zlaski@apple.com>
357
358 * objc/objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS'
359 boundaries outside build_component_ref() call (a macro in ObjC++).
360
361 2004-02-09 Bob Wilson <bob.wilson@acm.org>
362
363 * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Update.
364 (init_cumulative_args): Likewise.
365 (a7_overlap_mentioned_p): Delete prototype.
366 * config/xtensa/xtensa.c (struct machine_function): Replace
367 incoming_a7_copied field with need_a7_copy and vararg_a7 flags.
368 Add set_frame_ptr_insn field.
369 (xtensa_emit_move_sequence): Update call to xtensa_copy_incoming_a7.
370 (xtensa_copy_incoming_a7): Rewrite to check need_a7_copy flag and check
371 if the operand is an argument in a7. If so, copy a7 to a new pseudo
372 at the function entry and replace the operand with the pseudo.
373 (init_cumulative_args): Remove unused arguments. Add new "incoming"
374 argument and record this flag in CUMULATIVE_ARGS.
375 (function_arg): Remove result_mode and special-case code to handle
376 arguments in a7. Instead, set need_a7_copy flag when there is an
377 incoming argument in a7.
378 (xtensa_expand_prologue): Remove code to search for set_frame_ptr insn
379 and use the value recorded in cfun->machine->set_frame_ptr_insn.
380 (xtensa_builtin_saveregs): Check for negative gp_left value. Set
381 need_a7_copy and vararg_a7 flags. Use move_block_from_reg instead of
382 special-case code.
383 (a7_overlap_mentioned_p): Delete.
384 * config/xtensa/xtensa.h (CUMULATIVE_ARGS): Add "incoming" flag.
385 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless
386 arguments to init_cumulative_args and pass "incoming" flag instead.
387 (BLOCK_REG_PADDING): Delete.
388 * config/xtensa/xtensa.md (movdi, movsf, movdf): Remove unnecessary
389 checks for reload_in_progress and reload_completed. Update calls to
390 xtensa_copy_incoming_a7.
391 (ashlsi3): Rename existing insn to ashlsi3_internal. Add expander
392 to call xtensa_copy_incoming_a7.
393
394 2004-02-09 DJ Delorie <dj@redhat.com>
395
396 * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No
397 longer modify standard_exec_prefix, standard_bindir_prefix, or
398 standard_startfile_prefix.
399
400 2004-02-09 James E Wilson <wilson@specifixinc.com>
401
402 PR c++/11295
403 * c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
404 to expand_expr_real call, and pass in alt_rtl as last argument.
405
406 PR libstdc++/5625
407 * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
408 * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
409 * builtins.def (BUILT_IN_EXTEND_POINTER): New.
410 * except.c (expand_builtin_extend_pointer): New.
411 * except.h (expand_builtin_extend_pointer): Declare.
412
413 2004-02-09 David Edelsohn <edelsohn@gnu.org>
414
415 * config/rs6000/rs6000.c (rs6000_emit_move): Remove splitting slow
416 unaligned loads and stores.
417
418 2004-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
419
420 * config/mips/iris5.h (BSS_SECTION_ASM_OP): Define.
421 * config/mips/iris6.h (BSS_SECTION_ASM_OP): Undef.
422
423 * config/mips/iris6.h (TARGET_ASM_NAMED_SECTION): Moved ...
424 * config/mips/iris5.h: ... here.
425 * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Remove.
426
427 * config/mips/iris6.h (EXTRA_SECTION_FUNCTIONS): Move ...
428 * config/mips/iris5.h: ... here.
429
430 2004-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
431
432 * configure.ac: Remove default executable files before AC_PROG_CC.
433 * configure: Regenerate.
434
435 2004-02-09 Kazu Hirata <kazu@cs.umass.edu>
436
437 PR target/13721
438 * config/h8300/h8300.c (byte_reg): Call abort() if asked to
439 print a operand other than a register.
440
441 2004-02-09 Roger Sayle <roger@eyesopen.com>
442
443 * fold-const.c (fold) <NOP_EXPR>: Use the original type conversion
444 tree code rather than call fold_convert, which doesn't specify a
445 default floating point to integer conversion.
446
447 2004-02-08 Bernardo Innocenti <bernie@develer.com>
448
449 * config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
450 code to support SGS assembler. Reformat adjacent code where possible.
451 * config/m68k/m68k.c (switch_table_difference_label_flag): Remove
452 definition.
453 * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Remove support
454 for '%#'.
455 * config/m68k/linux.h, config/m68k/m68k.c,
456 * config/m68k/math-68881.h: Replace `%#' with `#' in inline asm
457 macros and asm_printf() format strings.
458 * config/m68k/m68kelf.h (ASM_OUTPUT_CASE_END): Remove macro definition.
459 * config/m68k/linux.h: Update copyright.
460 * config/m68k/linux.h, config/m68k/m68k.c: Remove traling whitespace.
461
462 2004-02-08 Andreas Schwab <schwab@suse.de>
463 Bernardo Innocenti <bernie@develer.com>
464
465 * config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
466 REGISTER_PREFIX.
467 * (M68K_FP_REG_NAME): New macro to specify an alternate name for the
468 frame pointer register, overridable by OS targets.
469 * (M68K_REGNAME): Macro to obtain register name for asm output,
470 eventually replacing %a6 with M68K_FP_REG_NAME.
471 * config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
472 * config/m68k/linux.h (REGISTER_NAMES): Likewise.
473 * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
474 * config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
475 * config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].
476
477 2004-02-08 Kazu Hirata <kazu@cs.umass.edu>
478
479 * target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
480 hook_rtx_tree_int_null.
481 * targhooks.c (default_struct_value_rtx): Remove.
482 * targhooks.h: Remove the prototype for
483 default_struct_value_rtx.
484 * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
485 config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
486 config/ip2k/ip2k.c, config/iq2000/iq2000.c,
487 config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
488 config/mn10300/mn10300.c, config/pdp11/pdp11.c,
489 config/rs6000/rs6000.c, config/s390/s390.c,
490 config/stormy16/stormy16.c, config/v850/v850.c,
491 config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
492 * doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.
493
494 2004-02-08 Joseph S. Myers <jsm@polyomino.org.uk>
495
496 * README.Portability: Change "ISO C89" to "ISO C90".
497 * c-parse.in (primary, initelt): Likewise.
498
499 2004-02-08 Richard Sandiford <rsandifo@redhat.com>
500
501 * real.c (encode_ibm_extended): Normalize the input value before
502 converting it to a double. Handle the case where a normal value
503 rounds to infinity.
504
505 2004-02-08 Kazu Hirata <kazu@cs.umass.edu>
506
507 * c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
508 warning.
509 * cse.c (preferrable): Change to preferable. Update all of its
510 callers.
511 * genautomata.c (ainsn): Change
512 first_ainsn_with_given_equialence_num to
513 first_ainsn_with_given_equivalence_num. Update all of its
514 references.
515
516 2004-02-08 Jan Hubicka <jh@suse.cz>
517
518 * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
519
520 2004-02-07 David Edelsohn <edelsohn@gnu.org>
521
522 * function.c (assign_parms): Fix formatting.
523
524 2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
525
526 * default.h (PROMOTE_PROTOTYPES): Remove.
527 * system.h (PROMOTE_FUNCTION_RETURN, PROMOTE_PROTOTYPES,
528 STRUCT_VALUE_REGNUM, SETUP_INCOMING_VARARGS,
529 EXPAND_BUILTIN_SAVEREGS): Poison.
530 * target-def.h (TARGET_PROMOTE_FUNCTION_RETURN): Define as
531 hook_bool_tree_false.
532 (TARGET_PROMOTE_PROTOTYPES): Likewise.
533 * target.h: Replace SETUP_INCOMING_VARARGS with
534 targetm.calls.setup_incoming_varargs().
535 * targhooks.c (default_promote_function_return): Remove.
536 (default_promote_prototypes): Likewise.
537 (default_struct_value_rtx): Always abort().
538 (default_expand_builtin_saveregs): Always print an error
539 message.
540 (default_setup_incoming_varargs): Do nothing.
541 (default_pretend_outgoing_varargs_named): Don't depend on
542 SETUP_INCOMING_VARARGS.
543 * targhooks.h: Remove the prototype for
544 default_promote_function_return and
545 default_promote_prototypes.
546
547 2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
548
549 * system.h (SHARED_SECTION_ASM_OP): Poison.
550 * varasm.c (data_section): Don't use SHARED_SECTION_ASM_OP.
551 * doc/tm.texi (SHARED_SECTION_ASM_OP): Remove.
552
553 2004-02-07 Zack Weinberg <zack@codesourcery.com>
554
555 Bug 13856
556 * c-decl.c (diagnose_mismatched_decls): Only give special
557 treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
558 is also true.
559 (merge_decls): Don't clear DECL_BUILT_IN_CLASS and
560 DECL_FUNCTION_CODE when defining a built-in function.
561 Don't update DECL_ESTIMATED_INSNS.
562 * dwarf2out.c (dwarf2out_decl): Don't ignore built-in
563 FUNCTION_DECLs.
564 * tree.h: Delete DECL_ESTIMATED_INSNS.
565 * tree-inline.c (struct inline_data): Delete inlined_insns field.
566 (expand_call_inline, optimize_inline_calls): Don't update
567 DECL_ESTIMATED_INSNS nor inlined_insns.
568 * cgraphunit.c (cgraph_analyze_function): Don't update
569 DECL_ESTIMATED_INSNS.
570
571 2004-02-07 Zack Weinberg <zack@codesourcery.com>
572
573 * c-common.c (shadow_warning): Delete.
574 * c-common.h (free_parser_stacks, shadow_warning, sw_kind): Delete.
575 * c-decl.c (warn_if_shadowing): Issue shadow warnings directly.
576 * c-opts.c (c_common_parse_file): Don't call free_parser_stacks.
577 * c-parse.in (free_parser_stacks): Delete.
578
579 2004-02-07 Nathanael Nerode <neroden@gcc.gnu.org>
580
581 * Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver,
582 config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux:
583 Use the top level mkinstalldirs, not the one in the gcc subdir.
584 * mkinstalldirs: Remove (from the gcc subdir).
585
586 2004-02-07 Roger Sayle <roger@eyesopen.com>
587
588 PR middle-end/13696
589 * fold-const.c (fold_convert): New function to provide type
590 conversion to the middle-end without using convert.
591 (negate_expr, associate_trees, size_diffop, omit_one_operand,
592 operand_equal_for_comparison_p, pedantic_omit_one_operand,
593 invert_truthvalue, optimize_bit_field_compare, range_binop,
594 decode_field_reference, make_range, build_range_check, unextend,
595 fold_truthop, extract_muldiv_1, fold_mathfn_compare,
596 fold_binary_op_with_conditional_arg, fold_inf_compare,
597 fold_single_bit_test, fold, multiple_of_p): Replace all calls to
598 convert with calls to fold_convert.
599
600 2004-02-07 Jan Hubicka <jh@suse.cz>
601
602 * genrecog.c (find_operand): add extra argument stop.
603 (validate_pattern): Verify that mach_dup is duplicating operand
604 defined lexically earlier.
605
606 2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
607
608 * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
609 * system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
610 MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
611 * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
612 config/ia64/ia64.h, config/ip2k/ip2k.h,
613 config/iq2000/iq2000.h, config/mips/iris5.h,
614 config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
615 config/rs6000/aix51.h, config/rs6000/aix52.h,
616 config/rs6000/darwin.h, config/rs6000/rs6000.h,
617 config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
618 config/sparc/linux.h, config/sparc/linux64.h,
619 config/sparc/netbsd-elf.h, config/sparc/sparc.h,
620 config/xtensa/xtensa.h: Remove the definitions of
621 MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
622 MAX_WCHAR_TYPE_SIZE.
623 * doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
624 MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
625
626 2004-02-07 Stephane Carrez <stcarrez@nerim.fr>
627
628 PR bootstrap/13990
629 * config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
630 gen_rtx_NE.
631
632 2004-02-07 Josef Zlomek <zlomekj@suse.cz>
633
634 * var-tracking.c (vt_add_function_parameters): Surround checkings by
635 #ifdef ENABLE_CHECKING and #endif.
636
637 2004-02-07 Roger Sayle <roger@eyesopen.com>
638
639 * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
640 either (-A)-B or (-B)-A, if A or B is easily negated respectively.
641 (fold) <MINUS_EXPR>: Optimize (A*C) - (B*C) -> (A-B)*C for both
642 integer types and floating point with unsafe_math_optimizations.
643 Add similar optimization for (A*C1) - (A*C2) -> A*(C1-C2).
644 Optimize A - B as A + (-B), if B is easily negated.
645
646 2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
647
648 * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
649 config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
650 config/m32r/linux.h, config/rs6000/ppc64-fp.c,
651 config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
652 Update copyright.
653
654 2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
655
656 * c-ppoutput.c, var-tracking.c: Fix comment typos.
657
658 2004-02-06 James E Wilson <wilson@specifixinc.com>
659
660 * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
661 glibc 2.3 or better.
662
663 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
664
665 * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
666 to FLOAT_LIB_COMPARE_RETURNS_BOOL.
667
668 2004-02-07 Alan Modra <amodra@bigpond.net.au>
669
670 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
671 (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
672 (SHLIB_MKMAP_OPTS): Delete.
673 (TARGET_LIBGCC2_CFLAGS): Add -specs.
674 (bispecs): Add rule.
675 * config/rs6000/libgcc-ppc64.ver: New file.
676 * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
677 (__floatdidf, __floatdisf): Optimize multiply.
678 (__fixunstfdi): New function.
679 * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
680 real and imag parts larger than one register.
681 (function_arg): Correct type of reg used when fp arg split partially
682 to stack.
683 * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
684 and __MACH__ or __powerpc64__.
685
686 2004-02-06 Roger Sayle <roger@eyesopen.com>
687 Ulrich Weigand <uweigand@de.ibm.com>
688
689 * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
690 of gen_highpart or gen_lowpart when the floating point format is
691 wider than the result mode.
692
693 2004-02-06 Andrew Pinski <pinskia@physics.uc.edu>
694
695 * dwarf2out.c (loclabel_num): Move into #ifdef
696 DWARF2_DEBUGGING_INFO.
697
698 2004-02-06 Ziemowit Laski <zlaski@apple.com>
699
700 * objc/objc-act.c (build_super_template) the 'class' field of
701 'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
702 (get_super_receiver): Likewise.
703
704 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
705
706 * reload1.c (check_eliminable_occurrences): Optimize the reset
707 of can_eliminate.
708 (eliminate_regs_in_insn): Likewise.
709
710 2004-02-06 Daniel Berlin <dberlin@dberlin.org>
711 Josef Zlomek <zlomekj@suse.cz>
712
713 * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
714 at the beginning of function, call dwarf2out_var_location for
715 NOTE_INSN_VAR_LOCATION note.
716 (struct var_loc_node, struct var_loc_list_def, loclabel_num,
717 decl_loc_table): New.
718 (lookup_decl_loc): New function.
719 (add_var_loc_to_decl): New function.
720 (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
721 only if can_use_fbreg.
722 (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
723 functions.
724 (loc_descriptor): Likewise. Process VAR_LOCATION.
725 (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
726 (loc_descriptor_from_tree): Call mem_loc_descriptor with
727 can_use_fbreg == true.
728 (add_location_or_const_value_attribute): Added parameter enum
729 dwarf_attribute attr, generate attribute ATTR. Create the location list.
730 (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
731 (gen_formal_parameter_die): Call add_location_or_const_value_attribute
732 with attr == DW_AT_location.
733 (gen_subprogram_die): Generate the location list for DW_AT_frame_base
734 if frame_base_decl is defined and has a location list.
735 (gen_variable_die): Call add_location_or_const_value_attribute with
736 attr == DW_AT_location.
737 (dwarf2out_var_location): New function.
738 (dwarf2out_begin_function): New function.
739 (dwarf2out_init): Create decl_loc_table.
740
741 2004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
742
743 * loop.c (force_movables): Transitively increase the priorities of
744 all insns forces by an insn, not just the first one.
745
746 2004-02-06 Josef Zlomek <zlomekj@suse.cz>
747 Daniel Berlin <dberlin@dberlin.org>
748
749 Josef Zlomek <zlomekj@suse.cz>
750 * Makefile.in (var-tracking.o): New.
751 * common.opt (fvar-tracking): New.
752 * flags.h (flag_var_tracking): New.
753 * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
754 * opts.c (common_handle_option): Add OPT_fvar_tracking.
755 * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
756 * rtl.c (note_insn_name): Likewise.
757 * rtl.def (VAR_LOCATION): New.
758 * rtl.h (NOTE_VAR_LOCATION): New.
759 (NOTE_VAR_LOCATION_DECL): New.
760 (NOTE_VAR_LOCATION_LOC): New.
761 (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
762 (variable_tracking_main): New exported function.
763 * timevar.def (TV_VAR_TRACKING): New.
764 * toplev.c (enum dump_file_index): Added DFI_vartrack.
765 (dump_file): "vartrack" was added (-dV).
766 (flag_var_tracking): New.
767 (f_options): "var-tracking" was added.
768 (rest_of_handle_variable_tracking): New function.
769 (rest_of_compilation): Run variable tracking.
770 (process_options): If user has not specified flag_var_tracking set it
771 according to optimize, debug_info_level and debug_hooks.
772 * tree.h (frame_base_decl): New.
773 * var-tracking.c: New file.
774 * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
775 (ia64_override_options): Set flags to run variable tracking in machine
776 dependent reorg instead of toplev.c.
777 (ia64_reorg): Run variable tracking if wanted.
778 * doc/invoke.texi: Mention variable tracking in -dV,
779 add and -fvar-tracking.
780 * doc/passes.texi: Added variable tracking pass.
781
782 Daniel Berlin <dberlin@dberlin.org>
783 * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
784 * dbxout.c (dbx_debug_hooks): Likewise.
785 (xcoff_debug): Likewise.
786 * debug.c (do_nothing_debug_hooks): Likewise.
787 * dwarf2out.c (dwarf2_debug_hooks): Likewise.
788 * dwarfout.c (dwarf_debug_hooks): Likewise.
789 * sdbout.c (sdb_debug_hooks): Likewise.
790 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
791 * final.c (final_scan_insn): Call var_location debug hook for each
792 NOTE_INSN_VAR_LOCATION.
793
794 2004-02-06 Jan Hubicka <jh@suse.cz>
795
796 * flow.c (update_life_info): Allocate reg_deaths when called from
797 scheudler.
798 (attempt_auto_inc): Update life ranges accordingly.
799
800 2004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
801
802 PR debug/11816
803 * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
804
805 2004-02-06 Ulrich Weigand <uweigand@de.ibm.com>
806
807 * cfganal.c (flow_call_edges_add): Never split a libcall block.
808
809 2004-02-06 Daniel Berlin <dberlin@dberlin.org>
810
811 * dwarf2out.c (output_loc_list): Don't use deltas if we have
812 a separate line info table in use.
813 Use the correct size for terminators.
814 (output_die): Use offset, not delta.
815
816 2004-02-06 H.J. Lu <hongjiu.lu@intel.com>
817
818 * doc/invoke.texi: Remove the pni option from -mfpmath=.
819
820 2004-02-06 Jan Hubicka <jh@suse.cz>
821
822 * recog.c (split_all_insns): Do not update reg info.
823 * regrename.c (regrename_optimize): Likewise.
824 * toplev.c (rest_of_handle_reorder_blocks): Likewise.
825 * flow.c (struct propagate_block_info): Add insn_num field.
826 (reg_deaths): New array.
827 (life_analysis): Free reg_deaths info.
828 (allocate_reg_life_data): Allocate reg_deaths array.
829 (propagate_one_insn): Use new array.
830 (init_propagate_block): Initialize it.
831 (free_propagate_block_info): Finish compuation of
832 REG_LIVE_LENGTH
833 (attempt_auto_inc): Sanity check that REG_INFO is not
834 computed at same time.
835 (mark_used_regs): Update new array.
836
837 * reg-stack.c (subst_stack_regs): Unshare clobbers before
838 substitution.
839
840 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
841
842 * config/s390/s390.md (*extendsiqi2_short_displ): Change to
843 *extendqisi2_short_displ.
844
845 2004-02-06 Alan Modra <amodra@bigpond.net.au>
846
847 * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
848 * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
849 (emit_library_call_value_1): Likewise pass nargs.
850 * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
851 * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
852 * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
853 parameter instead of scanning TYPE_ARGS_TYPES to count args.
854 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
855 prototype.
856 * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
857 (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
858 (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
859 * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
860 INIT_CUMULATIVE_ARGS.
861 * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
862 * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
863 config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
864 config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
865 config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
866 config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
867 config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
868 config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
869 config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
870 config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
871 config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
872 config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
873
874 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
875
876 * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
877 possible.
878
879 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
880
881 * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
882 note containing (plus (reg) (const_int)), where reg is an
883 eliminable reg, then perform the register elimination without
884 depending on eliminate_regs().
885
886 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
887
888 * config/arc/arc.c (arc_return_in_memory): Check the return
889 value of int_size_in_bytes against -1. Don't check
890 TREE_ADDRESSABLE.
891 * config/avr/avr.c (avr_return_in_memory): Check the return
892 value of int_size_in_bytes against -1.
893 * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
894 * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
895 Likewise.
896 * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
897 * config/stormy16/stormy16.c (xstormy16_return_in_memory):
898 Likewise.
899
900 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
901
902 * config/frv/frv-protos.h: Remove the prototype for
903 frv_setup_incoming_varargs.
904 * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
905 (frv_setup_incoming_varargs): Make it static.
906 * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
907
908 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
909
910 * config/fr30/fr30-protos.h: Remove the prototype for
911 fr30_setup_incoming_varargs.
912 Update the prototypes for fr30_num_arg_regs and
913 fr30_function_arg_partial_nregs.
914 * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
915 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
916 (fr30_setup_incoming_varargs): Make it static.
917 Add argument second_time. Don't do anything when second_time
918 is nonzero.
919 (fr30_num_arg_regs): Change the type of the first argument to
920 enum machine_mode.
921 (fr30_function_arg_partial_nregs): Change the type of the
922 second argument to enum machine_mode.
923 * config/fr30/fr30.h (STRUCT_VALUE): Remove.
924 (SETUP_INCOMING_VARARGS): Remove.
925
926 2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
927
928 * config/arc/arc-protos.h: Remove the prototype for
929 arc_setup_incoming_varargs.
930 * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
931 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
932 (arc_setup_incoming_varargs): Make it static.
933 (arc_external_libcall): Likewise.
934 * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
935 Remove the commented-out definition of
936 ASM_OUTPUT_EXTERNAL_LIBCALL.
937
938 2004-02-05 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
939
940 * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
941 to $$(slibdir) in the installation commands.
942
943 2004-02-05 David Edelsohn <edelsohn@gnu.org>
944
945 * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
946 with inner_regno, not regno.
947 * rtlanal.c (refers_to_regno_p): Same.
948
949 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
950
951 * config.gcc: Remove i370 support.
952
953 2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
954
955 * doc/install.texi: Update automake and autoconf version
956 requirements. Note where to find gcj automake version.
957
958 2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
959
960 * Makefile.in (generate-manpages): Move dependencies to ...
961 (man): here.
962 * doc/makefile.texi: Document new targets.
963 * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
964
965 2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
966
967 PR/13485
968 Makefile.in (srcextra): Add a level of indirection to ...
969 (gcc.srcextra): ... here.
970 (po-generated): Delete.
971 (po/$(PACKAGE).pot: Use srcextra instead of po-generated. Depend on
972 options.c.
973 (start.encap): Remove superfluous lang.srcextra dependency.
974 objc/Make-lang.in (po-generated): Delete.
975
976 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
977
978 * config/ia64/ia64.c (REG_GP): Remove.
979
980 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
981
982 * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
983
984 2004-02-05 Devang Patel <dpatel@apple.com>
985
986 * dwarf2out.c (force_type_die): Look up input type itself
987 instead of root_type() of type.
988
989 2004-02-05 Andreas Krebbel <krebbel1@de.ibm.com>
990
991 * config/s390/s390.md ("*tmqidi_ext"): New insn.
992 ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
993 pre-reload splitters are transformed to post-reload
994 define_insn_and_split patterns.
995 ("*tmqisi_ext"): Renamed old "*tmqi_ext".
996
997 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
998
999 * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
1000 TARGET_PROMOTE_PROTOTYPES.
1001
1002 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1003
1004 PR middle-end/13750
1005 Revert:
1006 2004-01-15 Geoffrey Keating <geoffk@apple.com>
1007 PR pch/13361
1008 * c-typeck.c (constructor_asmspec): Delete.
1009 (struct initializer_stack): Delete field 'asmspec'.
1010 (start_init): Delete saving of asmspec.
1011 (finish_init): Don't update constructor_asmspec.
1012 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
1013 * stmt.c (expand_asm): Duplicate strings from tree.
1014 (expand_asm_operands): Likewise.
1015 * tree.c (tree_size): Update computation of size of STRING_CST.
1016 (make_node): Don't make STRING_CST nodes.
1017 (build_string): Allocate string with tree node.
1018 * tree.def (STRING_CST): Update comment.
1019 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
1020 (tree_string): Place contents of string in tree node.
1021 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
1022 from tree.
1023
1024 2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
1025
1026 * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
1027 msgid.
1028
1029 2004-02-05 Dorit Naishlos <dorit@il.ibm.com>
1030
1031 * config/rs6000/altivec.md (*movv4si_internal): At least one
1032 operand must be altivec_register_operand.
1033 (*movv8hi_internal1): Likewise.
1034 (*movv16qi_internal1): Likewise.
1035 (*movv4sf_internal1): Likewise.
1036
1037 2004-02-05 David Edelsohn <edelsohn@gnu.org>
1038
1039 * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
1040 * configure: Regenerate.
1041
1042 2004-02-05 Jonathan Wakely <redi@gcc.gnu.org>
1043
1044 * doc/install.texi: Update description of --gxx-include-dir to
1045 give correct default value.
1046
1047 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1048
1049 * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
1050 8 with MAC_REG.
1051
1052 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1053
1054 * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
1055 gen_rtx_PARALLEL.
1056
1057 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
1058
1059 * emit-rtl.c: Update the comment about the file.
1060
1061 2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
1062
1063 * sourcebuild.texi (Test Idioms): Update testcase naming
1064 conventions.
1065
1066 2004-02-04 Per Bothner <per@bothner.com>
1067
1068 Partially revert/redo 2003-10-01 change; fix -fworking-directory.
1069 * c-ppoutput.c (pp_dir_change): New function.
1070 * c-common.h (pp_dir_change): New declaration.
1071 * cpplib.h (struct cpp_options): Remove working_directory field.
1072 * cppinit.c (cpp_find_main_file, cpp_push_main_file): Merge back to
1073 (cpp_read_main_file): as before 10-01. Call _cpp_stack_file.
1074 Don't handle -fworking_directory here, but in c_common_post_options.
1075 (read_original_directory): Don't back up when done.
1076 Don't clear no-longer used working_directory flag.
1077 * cpplib.h: Update declarations to match.
1078 * c-lex.c (cb_dir_change): Move to c-opts.c.
1079 (init_c_lex): Don't set dir_change callback here, since we want
1080 to set it even if flag_preprocess_only.
1081 * c-opts.c (cb_dir_change): Function moved from c-lex.c.
1082 (c_common_post_options): Set dir_change callback.
1083 Call pp_dir_change if approporiate.
1084 (finish_options): Don't call cpp_find_main_file here. Hence remove
1085 unneeded parameter and result. Do LC_RENAME for <built-in>.
1086 (c_common_post_options): Call cpp_read_main_file here instead.
1087 (c_common_init): Update accordingly.
1088 (push_command_line_include): Don't cpp_push_main_file.
1089 Do LC_RENAME rather than LC_LEASE to get back to main file.
1090 Compared to pre-10-01 version, inline cpp_rename_to_main_file.
1091 (c_common_parse_file): Call cpp_read_main_file for subsequent main
1092 files, but call finish_options for all files.
1093 * c-opts.c (sanitize_cpp_opts): Don't set cpp_opts->working_directory.
1094 * fix-header.c (read_scan_file): Call cpp_read_main_file instead of
1095 cpp_find_main_file + cpp_push_main_file.
1096 * c-lex.c (fe_file_change): Don't set main_input_filename here.
1097 * opts.c (handle_options): Only set main_input_filename first time.
1098
1099 2004-02-05 Ian Lance Taylor <ian@wasabisystems.com>
1100
1101 * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
1102
1103 2004-02-04 Geoffrey Keating <geoffk@apple.com>
1104
1105 * reload.c (find_equiv_reg): When checking for register overlap,
1106 don't index hard_regno_nregs with a pseudo-reg.
1107
1108 2004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1109
1110 * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
1111
1112 2004-02-04 David Edelsohn <edelsohn@gnu.org>
1113
1114 * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
1115 against FIRST_PSEUDO_REGISTER.
1116
1117 2004-02-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1118
1119 * Makefile.in: Move target, host overrides after per-language
1120 fragments.
1121
1122 * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
1123 (GNATLIBCFLAGS): Remove -g.
1124
1125 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1126
1127 * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
1128 config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
1129 config/ia64/ia64.c, config/ia64/unwind-ia64.c,
1130 config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
1131 config/pdp11/pdp11.c, config/rs6000/rs6000.c,
1132 config/sparc/sparc.c, config/vax/vax.c: Revert the
1133 replacements of "FALLTHRU" with "Fall through" done in the
1134 previous patch.
1135
1136 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1137
1138 * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
1139 config/arm/arm.c, config/arm/arm.md,
1140 config/cris/cris-protos.h, config/fr30/fr30.c,
1141 config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
1142 config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
1143 config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
1144 config/ip2k/ip2k.md, config/ip2k/libgcc.S,
1145 config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
1146 config/m68k/m68k.c, config/m68k/netbsd-elf.h,
1147 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
1148 config/ns32k/netbsd.h, config/ns32k/ns32k.c,
1149 config/ns32k/ns32k.h, config/pdp11/pdp11.h,
1150 config/rs6000/darwin-ldouble.c, config/s390/s390.h,
1151 config/s390/s390.md, config/sparc/netbsd-elf.h,
1152 config/sparc/openbsd.h, config/sparc/sparc.c,
1153 config/xtensa/lib2funcs.S: Fix comment formatting.
1154
1155 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1156
1157 * config/alpha/alpha.c, config/arc/arc.c,
1158 config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
1159 config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
1160 config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
1161 config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
1162 config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
1163 config/ia64/ia64.c, config/ia64/unwind-ia64.c,
1164 config/iq2000/iq2000.c, config/m32r/m32r.c,
1165 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
1166 config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
1167 config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
1168 config/rs6000/rs6000.h, config/sparc/sparc.c,
1169 config/vax/vax.c: Fix comment typos. Follow spelling
1170 conventions.
1171
1172 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1173
1174 * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
1175 caller-save.c, df.h, genconfig.c, global.c, lcm.c,
1176 ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
1177 sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
1178 config/arm/fpa.md, config/arm/iwmmxt.md,
1179 config/arm/netbsd-elf.h, config/arm/netbsd.h,
1180 config/m68hc11/m68hc11.md, config/mips/iris5.h,
1181 config/mn10300/mn10300.md, config/rs6000/altivec.md,
1182 config/sparc/netbsd-elf.h: Update copyright.
1183
1184 2004-02-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1185
1186 * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
1187 for all modes whose size is greater than 8 bytes if ARCH32.
1188 (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
1189 by reference if ARCH32.
1190
1191 2004-02-04 Aldy Hernandez <aldyh@redhat.com>
1192
1193 * cgraphunit.c (cgraph_postorder): Fix typo in comment.
1194
1195 2004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1196
1197 * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
1198 to before adddi3 insn patterns.
1199 ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
1200 "reload_insi"): Move to before addsi3 insn patterns.
1201
1202 2004-02-04 Mark Mitchell <mark@codesourcery.com>
1203
1204 * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
1205 parameter. Use it instead of current_function_is_thunk.
1206 * function.h (struct function): Update documentation for is_thunk.
1207 * tree.h (CALL_FROM_THUNK_P): New macro.
1208 * config/alpha/alpha.c (alpha_sa_mask): Do not check
1209 no_new_pseudos when testing current_function_is_thunk.
1210 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
1211
1212 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1213
1214 * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
1215 TARGET_SETUP_INCOMING_VARARGS.
1216
1217 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1218
1219 * emit-rtl.c (gen_rtx): Remove.
1220 * genattrtab.c: Don't mention gen_rtx in a comment.
1221 * rtl.h: Remove the prototype for gen_rtx.
1222 * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
1223
1224 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1225
1226 * config/arc/arc.h, config/fr30/fr30.h
1227 (SETUP_INCOMING_VARARGS): Remove the target-independent
1228 comments.
1229 * doc/tm.texi: Don't mention deprecated target macros.
1230
1231 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1232
1233 * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
1234 target-independent comment.
1235
1236 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1237
1238 * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
1239 mention deprecated target macros.
1240
1241 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1242
1243 * config.gcc: Remove obsolete ports and configurations.
1244 * config/linux-aout.h, config/netware.h,
1245 config/t-linux-gnulibc1, config/d30v/abi,
1246 config/d30v/d30v-protos.h, config/d30v/d30v.c,
1247 config/d30v/d30v.h, config/d30v/d30v.md,
1248 config/d30v/libgcc1.asm, config/d30v/t-d30v,
1249 config/dsp16xx/dsp16xx-modes.def,
1250 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
1251 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
1252 config/i370/README, config/i370/i370-c.c,
1253 config/i370/i370-protos.h, config/i370/i370.c,
1254 config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
1255 config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
1256 config/i386/freebsd-aout.h, config/i386/linux-aout.h,
1257 config/i386/moss.h, config/i386/netware.h,
1258 config/i386/svr3.ifile, config/i386/svr3dbx.h,
1259 config/i386/svr3gas.h, config/i386/svr3z.ifile,
1260 config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
1261 config/i960/i960-c.c, config/i960/i960-coff.h,
1262 config/i960/i960-modes.def, config/i960/i960-protos.h,
1263 config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
1264 config/i960/rtems.h, config/i960/t-960bare,
1265 config/m68k/hp310.h, config/m68k/hp320.h,
1266 config/m68k/hp320base.h, config/m68k/m68kv4.h,
1267 config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
1268 Remove.
1269 * doc/extend.texi, doc/install.texi, doc/invoke.texi,
1270 doc/md.texi: Remove mentions of obsolete ports.
1271
1272 2004-02-04 Jan Hubicka <jh@suse.cz>
1273
1274 * alias.c (find_base_term, get_addr): Do not dereference NULL
1275 pointer when all VALUE's locations has been invalidated.
1276 (rtx_equal_for_memref_p): Simplify checking of VALUEs.
1277
1278 2004-02-03 Wolfgang Bangerth <bangerth@dealii.org>
1279
1280 * doc/invoke.texi (x86 options): Fix spelling/wording.
1281
1282 2004-02-03 Richard Sandiford <rsandifo@redhat.com>
1283
1284 * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
1285 put the original string in a comment.
1286 * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
1287 * config/mips/mips.c (mips_output_ascii): Likewise.
1288 * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
1289
1290 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1291
1292 * system.h (GIV_SORT_CRITERION): Poison.
1293 * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
1294 * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
1295
1296 2004-02-03 Roger Sayle <roger@eyesopen.com>
1297
1298 PR target/9348
1299 * expr.c (expand_expr_real) <MULT_EXPR>: When performing widening
1300 multiplies with a multiplication of the wrong signedness, its the
1301 signedness of the multiplication that we've performed that needs to
1302 be passed to expand_mult_highpart_adjust. Avoid emitting a nop-move
1303 if expand_mult_highpart_adjust places the result in target.
1304
1305 2004-02-03 Richard Henderson <rth@redhat.com>
1306
1307 * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
1308
1309 2004-02-03 J"orn Rennecke <joern.rennecke@superh.com>
1310
1311 * config.gcc (sh[234]l): Use little endian fragments.
1312
1313 2004-02-03 Paul Koning <pkoning@equallogic.com>
1314
1315 * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
1316 * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
1317 * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
1318 encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
1319 floating point format.
1320 (pdp11_f_format, pdp11_d_format): New real_format descriptors for
1321 the above functions.
1322 (output_move_quad): Output float values in correct target format.
1323 (legitimate_const_double_p): New function.
1324 * config/pdp11/pdp11.h: Fix typos.
1325 (FLOAT_WORDS_BIG_ENDIAN): Add definition.
1326 (TARGET_FLOAT_FORMAT): Ditto.
1327 (pdp11_f_format, pdp11_d_format): Add external declarations.
1328 (MAX_REGS_PER_ADDRESS): Corrected.
1329 (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
1330 (PRINT_OPERAND): Output float literals in target format.
1331
1332 2004-02-03 Mark Mitchell <mark@codesourcery.com>
1333
1334 PR c++/13975
1335 * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
1336 TI_PRIVATE.
1337 (access_public_node): Redefine.
1338 (access_protected_node): Likewise.
1339 (access_private_node): Likewise.
1340 * tree.c (build_common_tree_nodes): Create access_public_node,
1341 access_protected_node, and access_private_node.
1342
1343 2004-02-03 Steve Ellcey <sje@cup.hp.com>
1344
1345 * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
1346 (MASK_INLINE_INT_DIV_THR): Ditto.
1347 (MASK_INLINE_SQRT_LAT): Ditto.
1348 (MASK_INLINE_SQRT_THR): Ditto.
1349 (MASK_DWARF2_ASM): Ditto.
1350 (MASK_EARLY_STOP_BITS): Ditto.
1351
1352 2004-02-02 Paul Brook <paul@codesourcery.com>
1353
1354 Merge from csl-arm-branch.
1355
1356 2004-01-30 Paul Brook <paul@codesourcery.com>
1357
1358 * aof.h (REGISTER_NAMES): Add vfp reg names
1359 (ADDITIONAL_REGISTER_NAMES): Ditto.
1360 * aout.h (REGISTER_NAMES): Ditto.
1361 (ADDITIONAL_REGISTER_NAMES): Ditto.
1362 * arm-protos.h: Update/Add Prototypes.
1363 * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
1364 Only allow 0.0 for VFP.
1365 (fp_consts_inited): Rename from fpa_consts_inited. Update users.
1366 (values_fp): Rename from values_fpa. Update Users.
1367 (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
1368 Update users. Only check valid constants for this hardware.
1369 (arm_float_rhs_operand): Rename from fpa_rhs_operand. Update Users.
1370 Only allow consts for FPA.
1371 (arm_float_add_operand): Rename from fpa_add_operand. Update users.
1372 Only allow consts for FPA.
1373 (use_return_insn): Check for saved VFP regs.
1374 (arm_legitimate_address_p): Handle VFP DFmode addressing.
1375 (arm_legitimize_address): Ditto.
1376 (arm_general_register_operand): New function.
1377 (vfp_mem_operand): New function.
1378 (vfp_compare_operand): New function.
1379 (vfp_secondary_reload_class): New function.
1380 (arm_float_compare_operand): New function.
1381 (vfp_print_multi): New function.
1382 (vfp_output_fstmx): New function.
1383 (vfp_emit_fstm): New function.
1384 (arm_output_epilogue): Output VPF reg restore code.
1385 (arm_expand_prologue): Output VFP reg save code.
1386 (arm_print_operand): Add 'P'.
1387 (arm_hard_regno_mode_ok): Return modes for VFP regs.
1388 (arm_regno_class): Return classes for VFP regs.
1389 (arm_compute_initial_elimination_offset): Include space for VFP regs.
1390 (arm_get_frame_size): Ditto.
1391 * arm.h (FIXED_REGISTERS): Add VFP regs.
1392 (CALL_USED_REGISTERS): Ditto.
1393 (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
1394 (FIRST_VFP_REGNUM): Define.
1395 (LAST_VFP_REGNUM): Define.
1396 (IS_VFP_REGNUM): Define.
1397 (FIRST_PSEUDO_REGISTER): Include VFP regs.
1398 (HARD_REGNO_NREGS): Handle VFP regs.
1399 (REG_ALLOC_ORDER): Add VFP regs.
1400 (enum reg_class): Add VFP_REGS.
1401 (REG_CLASS_NAMES): Ditto.
1402 (REG_CLASS_CONTENTS): Ditto.
1403 (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
1404 (REG_CLASS_FROM_LETTER): Add 'w'.
1405 (EXTRA_CONSTRAINT_ARM): Add 'U'.
1406 (EXTRA_MEMORY_CONSTRAINT): Define.
1407 (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
1408 (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
1409 (REGISTER_MOVE_COST): Ditto.
1410 (PREDICATE_CODES): Add arm_general_register_operand,
1411 arm_float_compare_operand and vfp_compare_operand.
1412 * arm.md (various): Rename as above.
1413 (divsf3): Enable when TARGET_VFP.
1414 (divdf3): Ditto.
1415 (movdfcc): Ditto.
1416 (sqrtsf2): Ditto.
1417 (sqrtdf2): Ditto.
1418 (arm_movdi): Disable when TARGET_VFP.
1419 (arm_movsi_insn): Ditto.
1420 (movsi): Only split with general regs.
1421 (cmpsf): Use arm_float_compare_operand.
1422 (push_fp_multi): Restrict to TARGET_FPA.
1423 (vfp.md): Include.
1424 * vfp.md: New file.
1425 * fpa.md (various): Rename as above.
1426 * doc/md.texi: Document ARM w and U constraints.
1427
1428 2004-01-15 Paul Brook <paul@codesourcery.com>
1429
1430 * config.gcc: Add with_fpu. Allow with-float=softfp.
1431 * config/arm/arm.c (arm_override_options): Rename *-s to *s.
1432 Break out of loop when we find a float-abi. Fix typo.
1433 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
1434 Set -mfloat-abi=.
1435 * doc/install.texi: Document --with-fpu.
1436
1437 2003-01-14 Paul Brook <paul@codesourcery.com>
1438
1439 * config.gcc (with_arch): Add armv6.
1440 * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
1441 * config/arm/arm.c (arm_overrride_options): Ditto.
1442
1443 2004-01-08 Richard Earnshaw <rearnsha@arm.com>
1444
1445 * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
1446 (FL_ARCH6): Renamed from FL_ARCH6J.
1447 (arm_arch3m): Renamed from arm_fast_multiply.
1448 (arm_arch6): Renamed from arm_arch6j.
1449 * arm.h: Update all uses of above.
1450 * arm-cores.def: Likewise.
1451 * arm.md: Likewise.
1452
1453 * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
1454 not arm6j. Add entry for arch armv6.
1455
1456 2004-01-07 Richard Earnshaw <rearnsha@arm.com>
1457
1458 * arm.c (arm_emit_extendsi): Delete.
1459 * arm-protos.h (arm_emit_extendsi): Delete.
1460 * arm.md (zero_extendhisi2): Also handle zero-extension of
1461 non-subregs.
1462 (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
1463 (thumb_zero_extendhisi2): Only match if not v6.
1464 (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
1465 (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
1466 (thumb_extendqisi2): Likewise.
1467 (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
1468 (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
1469 (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
1470 (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
1471 (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
1472 (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
1473 (arm_zero_extendhisi2addsi): Remove subreg. Add attributes.
1474 (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
1475 (arm_extendqisi2addsi): Likewise.
1476
1477 2003-12-31 Mark Mitchell <mark@codesourcery.com>
1478
1479 Revert this change:
1480 * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
1481 + REG addressing modes.
1482
1483 * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
1484 + REG addressing modes.
1485
1486 2003-12-30 Mark Mitchell <mark@codesourcery.com>
1487
1488 * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
1489 CONSTANT_P_RTX.
1490
1491 2003-30-12 Paul Brook <paul@codesourcery.com>
1492
1493 * longlong.h: protect arm inlines with !defined (__thumb__)
1494
1495 2003-30-12 Paul Brook <paul@codesourcery.com>
1496
1497 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
1498
1499 2003-12-30 Nathan Sidwell <nathan@codesourcery.com>
1500
1501 * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
1502 change.
1503
1504 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
1505
1506 * builtins.c (expand_builtin_apply_args_1): Add pretend args size
1507 to the virtual incoming args pointer for downward stacks.
1508
1509 2003-12-29 Paul Brook <paul@codesourcery.com>
1510
1511 * config/arm/arm-cores.def: Add cost function.
1512 * config/arm/arm.c (arm_*_rtx_costs): New functions.
1513 (arm_rtx_costs): Remove
1514 (struct processors): Add rtx_costs field.
1515 (all_cores, all_architectures): Ditto.
1516 (arm_override_options): Set targetm.rtx_costs.
1517 (thumb_rtx_costs): New function.
1518 (arm_rtx_costs_1): Remove cases handled elsewhere.
1519 * config/arm/arm.h (processor_type): Add COSTS parameter.
1520
1521 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
1522
1523 * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
1524 (arm926ejs.md): Include it.
1525 * config/arm/arm926ejs.md: New pipeline description.
1526
1527 2003-12-24 Paul Brook <paul@codesourcery.com>
1528
1529 * config/arm/arm.c (arm_arch6j): New variable.
1530 (arm_override_options): Set it.
1531 (arm_emit_extendsi): New function.
1532 * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
1533 * config/arm/arm.h (arm_arch6j): Declare.
1534 * config/arm/arm.md: Add sign/zero extend insns.
1535
1536 2003-12-23 Paul Brook <paul@codesourcery.com>
1537
1538 * config/arm/arm.c (all_architectures): Add armv6.
1539 * doc/invoke.texi: Document it.
1540
1541 2003-12-19 Paul Brook <paul@codesourcery.com>
1542
1543 * config/arm/arm.md: Add load1 and load_byte "type" attrs. Modify
1544 insn patterns to match.
1545 * config/arm/arm-generic.md: Ditto.
1546 * config/arm/cirrus.md: Ditto.
1547 * config/arm/fpa.md: Ditto.
1548 * config/amm/iwmmxt.md: Ditto.
1549 * config/arm/arm1026ejs.md: Ditto.
1550 * config/arm/arm1135jfs.md: Ditto. Add insn_reservation and bypasses
1551 for 11_loadb.
1552
1553 2003-12-18 Nathan Sidwell <nathan@codesourcery.com>
1554
1555 * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
1556 * config/arm/arm.c (arm_adjust_cost): Check shift cost for
1557 TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
1558 (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
1559 arm_no_early_mul_dep): Correctly deal with conditional execution,
1560 parallels and single shift operations.
1561 (arm_no_early_alu_shift_value_dep): Define.
1562 * arm.md (attr type): Replace 'normal' with 'alu',
1563 'alu_shift' and 'alu_shift_reg'.
1564 (attr core_cycles): Adjust.
1565 (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
1566 *shiftsi3_compare0, *notsi_shiftsi, *notsi_shiftsi_compare0,
1567 *not_shiftsi_compare0_scratch, *cmpsi_shiftsi, *cmpsi_shiftsi_swp,
1568 *cmpsi_neg_shiftsi, *arith_shiftsi, *arith_shiftsi_compare0,
1569 *arith_shiftsi_compare0_scratch, *sub_shiftsi,
1570 *sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch,
1571 *if_shift_move, *if_move_shift, *if_shift_shift): Set type
1572 attribute appropriately.
1573 * config/arm/arm1026ejs.md (alu_op): Adjust.
1574 (alu_shift_op, alu_shift_reg_op): New.
1575 * config/arm/arm1136.md: Add better bypasses for early
1576 registers. Remove load[234] and store[234] bypasses.
1577 (11_alu_op): Adjust.
1578 (11_alu_shift_op, 11_alu_shift_reg_op): New.
1579
1580 2003-12-15 Nathan Sidwell <nathan@codesourcery.com>
1581
1582 * config/arm/arm-protos.h (arm_no_early_store_addr_dep,
1583 arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Declare.
1584 * config/arm/arm.c (arm_no_early_store_addr_dep,
1585 arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Define.
1586 * config/arm/arm1026ejs.md: Add load-store bypass.
1587 * config/arm/arm1136jfs.md (11_alu_op): Take 2 cycles.
1588 Add bypasses between instructions.
1589
1590 2003-12-10 Paul Brook <paul@codesourcery.com>
1591
1592 * config/arm/arm.c (arm_fpu_model): New variable.
1593 (arm_fload_abi): New variable.
1594 (target_fpe_name): Rename from target_fp_name.
1595 (target_fpu_name): New variable.
1596 (arm_is_cirrus): Remove.
1597 (fpu_desc): New struct.
1598 (all_fpus): Define.
1599 (pf_model_for_fpu): Define.
1600 (all_loat_abis): Define.
1601 (arm_override_options): Set fp arch flags based on -mfpu=
1602 and -float-abi=.
1603 (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
1604 (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
1605 (*): Use new TARGET_* flags.
1606 * config/arm/arm.h (TARGET_ANY_HARD_FLOAT): Remove.
1607 (TARGET_HARD_FLOAT): No longer implies TARGET_FPA.
1608 (TARGET_SOFT_FLOAT): Ditto.
1609 (TARGET_SOFT_FLOAT_ABI): New.
1610 (TARGET_MAVERICK): Rename from TARGET_CIRRUS. No longer implies
1611 TARGET_HARD_FLOAT.
1612 (TARGET_VFP): No longer implies TARGET_HARD_FLOAT.
1613 (TARGET_OPTIONS): Add -mfpu=.
1614 (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
1615 (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
1616 (arm_pf_model): Define.
1617 (arm_float_abi_type): Define.
1618 (fputype): Add FPUTYPE_VFP. Change SOFT_FPA->NONE
1619 * config/arm/arm.md: Use new TARGET_* flags.
1620 * config/arm/cirrus.md: Ditto.
1621 * config/arm/fpa.md: Ditto.
1622 * config/arm/elf.h (ASM_SPEC): Pass -mfloat-abi= and -mfpu=.
1623 * config/arm/semi.h (ASM_SPEC): Ditto.
1624 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Specify vfp.
1625 (FPUTYPE_DEFAULT): Set to VFP.
1626 * doc/invoke.texi: Document -mfpu= and -mfloat-abi=.
1627
1628 2003-11-22 Phil Edwards <phil@codesourcery.com>
1629
1630 PR target/12476
1631 * config/arm/arm.c (arm_output_mi_thunk): In Thumb mode, use
1632 'bx' instead of 'b' to avoid branch range restrictions. Output
1633 the thunk immediately before the thunked-to function.
1634 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Do not emit
1635 .thumb_func if a thunk is being generated. Emit .code 16 along
1636 with .thumb_func if a thunk is not being generated.
1637
1638 2003-11-15 Nicolas Pitre <nico@cam.org>
1639
1640 * config/arm/arm.md (ashldi3, arm_ashldi3_1bit, ashrdi3,
1641 arm_ashrdi3_1bit, lshrdi3, arm_lshrdi3_1bit): New patterns.
1642 * config/arm/iwmmxt.md (ashrdi3_iwmmxt): Renamed from ashrdi3.
1643 (lshrdi3_iwmmxt): Renamed from lshrdi3.
1644 * config/arm/arm.c (IWMMXT_BUILTIN2): Renamed argument accordingly.
1645
1646 2003-11-12 Steve Woodford <scw@wasabisystems.com>
1647 Ian Lance Taylor <ian@wasabisystems.com>
1648
1649 * config/arm/lib1funcs.asm (ARM_DIV_BODY, ARM_MOD_BODY): Add new
1650 code for __ARM_ARCH__ >= 5 && ! defined (__OPTIMIZE_SIZE__).
1651
1652 2003-11-05 Phil Edwards <phil@codesourcery.com>
1653
1654 * config/arm/arm.md (insn): Add new V6 instruction names.
1655 (generic_sched): New attr.
1656 * config/arm/arm-generic.md: Use generic_sched here.
1657 * config/arm/arm1026ejs.md: Do not model fetch/issue/decode
1658 stages of pipeline. Adjust latency counts accordingly.
1659 * config/arm/arm1136jfs.md: New file.
1660
1661 2003-10-28 Mark Mitchell <mark@codesourcery.com>
1662
1663 * config/arm/arm.h (processor_type): New enumeration type.
1664 (CPP_ARCH_DEFAULT_SPEC): Set appropriately for ARM 926EJ-S,
1665 ARM1026EJ-S, ARM1136J-S, and ARM1136JF-S processor cores.
1666 (CPP_CPU_ARCH_SPEC): Likewise.
1667 * config/arm/arm.c (arm_tune): New variable.
1668 (all_cores): Use cores.def.
1669 (all_architectures): Add representative processor.
1670 (arm_override_options): Restructure way in which tuning
1671 information is deduced.
1672 * arm.md: Update "insn" and "type" attributes throughout.
1673 (insn): New attribute.
1674 (type): Compute "mult" from "insn" attribute. Add load2,
1675 load3, load4 alternatives.
1676 (arm automaton): Move to arm-generic.md.
1677 * config/arm/arm-cores.def: New file.
1678 * config/arm/arm-generic.md: Likewise.
1679 * config/arm/arm1026ejs.md: Likewise.
1680
1681 2004-02-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1682
1683 * doc/invoke.texi (SPARC options): Remove -mflat and
1684 all -mxxx (xxx:chip) options.
1685 * config/sparc/aout.h (DBX_REGISTER_NUMBER): Delete.
1686 * config/sparc/litecoff.h (DBX_REGISTER_NUMBER): Likewise.
1687 * config/sparc/netbsd-elf.h (DBX_REGISTER_NUMBER): Likewise.
1688 * config/sparc/sol2.h (DBX_REGISTER_NUMBER): Likewise.
1689 * config/sparc/sparc-protos.h: Delete sparc_flat_* prototypes.
1690 * config/sparc/sparc.c: Likewise.
1691 (sparc_output_function_prologue): Remove TARGET_FLAT handling.
1692 (sparc_nonflat_function_prologue): Rename into sparc_function_prologue.
1693 (sparc_output_function_epilogue): Remove TARGET_FLAT handling.
1694 (sparc_nonflat_function_epilogue): Rename into sparc_function_epilogue.
1695 (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.
1696 (sparc_flat_must_save_register_p): Likewise.
1697 (sparc_flat_compute_frame_size): Likewise.
1698 (sparc_flat_save_restore): Likewise.
1699 (sparc_flat_function_prologue): Likewise.
1700 (sparc_flat_function_epilogue): Likewise.
1701 (sparc_flat_epilogue_delay_slots): Likewise.
1702 (sparc_flat_eligible_for_epilogue_delay): Likewise.
1703 (sparc_function_ok_for_sibcall): Remove TARGET_FLAT handling.
1704 * config/sparc/sparc.h (MASK_FLAT, TARGET_FLAT): Delete.
1705 (TARGET_SWITCHES): Remove -mflat and all -mxxx (xxx:chip) options.
1706 (SPARC_INCOMING_INT_ARG_FIRST): Remove TARGET_FLAT handling.
1707 (CONDITIONAL_REGISTER_USAGE): Likewise.
1708 (FRAME_POINTER_REQUIRED): Likewise.
1709 (INITIAL_ELIMINATION_OFFSET): Likewise.
1710 (BASE_RETURN_VALUE_REG): Likewise.
1711 (BASE_OUTGOING_VALUE_REG): Likewise.
1712 (BASE_PASSING_ARG_REG): Likewise.
1713 (BASE_INCOMING_ARG_REG): Likewise.
1714 (INCOMING_REGNO): Likewise.
1715 (OUTGOING_REGNO): Likewise.
1716 (LOCAL_REGNO): Likewise.
1717 (DELAY_SLOTS_FOR_EPILOGUE): Likewise.
1718 (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
1719 (EPILOGUE_USES): Likewise.
1720 * config/sparc/sparc.md ("isa" attribute): Change "v6" into "v7".
1721 ("flat" attribute): Delete.
1722 (do_builtin_setjmp_setup): Remove TARGET_FLAT and "flat" attribute
1723 handling.
1724 (call followed by jump define_peephole's): Delete.
1725 (exception_receiver): Likewise.
1726 (builtin_setjmp_receiver): Likewise.
1727 * config/sparc/t-sparclite (MULTILIB_OPTIONS): Remove -mflat.
1728
1729 2004-02-03 Paolo Bonzini <bonzini@gnu.org>
1730
1731 PR c/11658
1732 PR c/13994
1733 * Makefile.in (c-parse.o, c-convert.o, c-typeck.o): Depend
1734 on langhooks.h.
1735 * objc/Make-lang.in (objc-parse.o): Depend on langhooks.h.
1736 * c-parse.in, c-convert.c, c-typeck.c, objc/objc-act.c:
1737 Include langhooks.h. Replace c_common_truthvalue_conversion
1738 with the truthvalue_conversion language hook throughout.
1739 (expr_no_commas): Call default_conversion before save_expr
1740 for the first term of the production 'x ? : y'.
1741 * c-common.c (c_common_truthvalue_conversion): Remove
1742 obsolete block. Invoke recursively the hook instead
1743 of this function.
1744 * c-convert.c (convert): handle ERROR_MARK_NODE.
1745 * c-typeck.c (build_binary_op): handle ERROR_MARK_NODE
1746 returned by the truthvalue_conversion language hook.
1747 * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
1748 c_objc_common_truthvalue_conversion.
1749 * c-objc-common.c (c_objc_common_truthvalue_conversion):
1750 New function.
1751 * c-tree.h (c_objc_common_truthvalue_conversion): Declare it.
1752 * objc/objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
1753 c_objc_common_truthvalue_conversion.
1754
1755 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1756
1757 * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
1758 of gen_rtx.
1759 (LIBCALL_VALUE): Likewise.
1760 * config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
1761 gen_rtx_CC0 instead of gen_rtx.
1762 * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
1763 gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
1764 (m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
1765 gen_rtx.
1766 (m68hc11_emit_logical): Likewise.
1767
1768 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1769
1770 * config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c,
1771 config/fr30/fr30.md, config/frv/frv.c, config/frv/frv.md,
1772 config/h8300/h8300.c, config/ia64/ia64.c, config/ip2k/ip2k.md,
1773 config/m32r/m32r.md, config/m68hc11/m68hc11.c,
1774 config/mips/mips.md, config/mmix/mmix.c,
1775 config/mn10300/mn10300.c, config/mn10300/mn10300.md,
1776 config/ns32k/ns32k.c, config/pa/pa.md, config/pdp11/pdp11.c,
1777 config/rs6000/altivec.md, config/s390/s390.c,
1778 config/s390/s390.h, config/s390/s390.md, config/sh/sh.c,
1779 config/sh/sh.h, config/sh/sh.md, config/stormy16/stormy16.c:
1780 Use const0_rtx instead of GEN_INT (0). Do the same for other
1781 constants that are readily available.
1782
1783 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1784
1785 * doloop.c, optabs.c, regmove.c, sched-deps.c,
1786 config/i386/i386.c, config/i386/i386.md: Use const0_rtx
1787 instead of GEN_INT (0). Do the same for other constants that
1788 are readily available.
1789
1790 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
1791
1792 * combine.c (simplify_set): Use gen_rtx_fmt_e instead of
1793 gen_rtx.
1794 * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0
1795 instead of gen_rtx.
1796 * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of
1797 gen_rtx.
1798 * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and
1799 gen_rtx_ASHIFT instead of gen_rtx.
1800 (udivmodqi4): Likewise.
1801
1802 2004-02-02 Richard Henderson <rth@redhat.com>
1803
1804 PR target/13789
1805 * expr.c (store_expr): Use force_operand before emit_move_insn.
1806
1807 2004-02-02 Jeff Law <law@redhat.com>
1808 Roger Sayle <roger@eyesopen.com>
1809
1810 * tree.c (commutative_tree_code, associative_tree_code): New
1811 functions.
1812 (iterative_hash_expr): Use commutative_tree_code.
1813 * tree.h (commutative_tree_code, associative_tree_code): Declare.
1814 * fold-const.c (operand_equal_p): Use commutative_tree_code
1815 rather than inlining the commutativity check.
1816 (fold): Likewise.
1817
1818 2004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1819
1820 * system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.
1821 * config/frv/frv-protos.h: Remove the prototype for
1822 frv_function_arg_keep_as_reference.
1823 * config/frv/frv.c (frv_function_arg_keep_as_reference):
1824 Remove.
1825 * config/frv/frv.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Likewise.
1826 * config/stormy16/stormy16.h: Remove the commented-out
1827 definition of FUNCTION_ARG_KEEP_AS_REFERENCE.
1828
1829 2004-02-03 Alan Modra <amodra@bigpond.net.au>
1830
1831 PR target/13914
1832 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
1833 for retaddr_column.
1834
1835 2004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1836
1837 * genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of
1838 gen_rtx.
1839
1840 2004-02-02 Eric Christopher <echristo@redhat.com>
1841 Zack Weinberg <zack@codesourcery.com>
1842
1843 * c-opts.c (c_common_handle_option): Add -finput-charset.
1844 * c.opt: Ditto.
1845 * cppcharset.c (one_iso88591_to_utf8): Remove.
1846 (convert_iso88591_utf8): Ditto.
1847 (conversion_tab): Remove 8859-1 converter.
1848 (_cpp_input_to_utf8): Remove.
1849 (_cpp_init_iconv_buffer): Ditto.
1850 (_cpp_close_iconv_buffer): Ditto.
1851 (_cpp_convert_input): New function.
1852 (_cpp_default_encoding): Ditto.
1853 * cpphash.h: Add/remove prototypes for above.
1854 * cppfiles.c (read_file_guts): Use _cpp_convert_input.
1855 * cppinit.c (cpp_create_reader): Use _cpp_default_encoding
1856 for narrow execution and input character sets.
1857 * cpplib.c (cpp_push_buffer): Delete uses of removed functions.
1858 * doc/cppopts.texi: Document -finput-charset.
1859
1860 2004-02-02 David Edelsohn <edelsohn@gnu.org>
1861
1862 * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
1863 against FIRST_PSEUDO_REGISTER.
1864
1865 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1866
1867 * doc/invoke.texi (SPARC options): Further improve.
1868
1869 2004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1870
1871 * config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
1872 config/h8300/h8300.c, config/ip2k/ip2k.md,
1873 config/iq2000/iq2000.c, config/mips/mips.c,
1874 config/rs6000/rs6000.c, config/rs6000/rs6000.md,
1875 config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
1876 config/v850/v850.md: Fix indentation.
1877
1878 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1879
1880 * config/sparc/sparc.c (function_arg_slotno): Align TImode
1881 arguments on a 16-byte boundary in the parameter array if ARCH64.
1882 Split handling of TFmode.
1883
1884 2004-02-02 Paolo Bonzini <bonzini@gnu.org>
1885
1886 * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
1887 Don't test CONSTANT_P (x).
1888 (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
1889 ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
1890 Fix misindentation.
1891
1892 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1893
1894 * doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
1895
1896 2004-02-02 Kazu Hirata <kazu@cs.umass.edu>
1897
1898 * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
1899 config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
1900 config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
1901 config/iq2000/iq2000.c, config/m32r/m32r.c,
1902 config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
1903 config/mn10300/mn10300.c, config/rs6000/rs6000.c,
1904 config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
1905 config/stormy16/stormy16.c, config/v850/v850.md,
1906 config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
1907
1908 2004-02-01 Kazu Hirata <kazu@cs.umass.edu>
1909
1910 * config/mcore/mcore.c (block_move_sequence): Replace
1911 gen_rtx_CONST_INT with GEN_INT.
1912
1913 2004-02-02 Jan Hubicka <jh@suse.cz>
1914
1915 * alias.c (record_set): Use hard_regno_nregs.
1916 * bt-load.c (find_btr_reference, note_btr_set): Likewise.
1917 * builtins.c (apply_args_size): Likewise.
1918 * caller-save.c (setup_save_areas, save_call_clobbered_regs,
1919 mark_set_regs, add_stored_regs, mark_referenced_regs,
1920 insert_restore, insert_save, insert_one_insn): Likewise.
1921 * cfgcleanup.c: Include regs.h
1922 (mark_effect, mentions_nonequal_regs): Likewise.
1923 * cfgrtl.c (mark_killed_regs): Likewise
1924 * combine.c (update_table_tick, record_value_for_reg,
1925 record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
1926 reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
1927 reg_bitfield_target_p, distribute_notes): Likewise.
1928 * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
1929 exp_equiv_p, cse_insn): Likewise.
1930 * cselib.c (cselib_lookup): Likewise.
1931 (cselib_invalidate_regno, cselib_record_set): Likewise.
1932 * df.c (df_ref_record): Likewise.
1933 * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
1934 Likewise.
1935 * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
1936 count_or_remove_death_notes_bb): Likewise.
1937 * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
1938 * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
1939 mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
1940 * integrate.c (mark_stores): Likewise.
1941 * jump.c (delete_prior_computation): Likewise.
1942 * lcm.c (reg_dies, reg_becomes_live): Likewise.
1943 * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
1944 * loop.c (LOOP_REGNO_NREGS): Likewise.
1945 * postreload.c (reload_combine, reload_combine_note_store,
1946 reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
1947 * ra-colorize.c (combine, color_usable_p, get_free_reg,
1948 calculate_dont_begin, calculate_dont_begin, colorize_one_web,
1949 try_recolor_web, insert_coalesced_conflicts, check_colors,
1950 break_precolored_alias): Likewise.
1951 * ra-debug.c: Include regs.h
1952 (ra_print_rtx_object): Likewise.
1953 * ra-rewrite (choose_spill_colors): Likewise.
1954 (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
1955 * ra.c (init_ra): Likewise.
1956 * recog.c (reg_fits_class_p, peep2_reg_dead_p,
1957 peep2_find_free_register): Likewise.
1958 * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
1959 * regclass.c (hard_regno_nregs): New array.
1960 (init_reg_modes_once): Initialize it.
1961 (choose_hard_reg_mode): Use it.
1962 (record_reg_classes): Likewise.
1963 * regmove.c (mark_flags_life_zones): Likewise.
1964 * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
1965 scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
1966 copy_value, maybe_mode_change, find_oldest_value_reg,
1967 copyprop_hardreg_forward_1):
1968 * regs.h (hard_regno_nregs): Declare.
1969 * realod.c (reload_inner_reg_of_subreg): Use it.
1970 (push_reload, combine_reloads, find_dummy_reload,
1971 hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
1972 refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
1973 reload_adjust_reg_for_mode): Likewise.
1974 * reload1.c (compute_use_by_pseudos, count_pseudo,
1975 count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
1976 spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
1977 clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
1978 allocate_reload_reg, choose_reload_regs, emit_reload_insns,
1979 delete_output_reload): Likewise.
1980 * resource.c (update_live_status, mark_referenced_resources,
1981 mark_set_resources, mark_target_live_regs): Likewise.
1982 * rtlanal.c: Include regs.h
1983 (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
1984 dead_or_set_regno_p, find_regno_note, find_reg_fusage,
1985 subreg_regno_offset, subreg_offset_representable_p,
1986 hoist_test_store): Likewise.
1987 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
1988 * sched-rgn.c (check_live_1, update_live_1): Likewise.
1989 * stmt.c: Include regs.h
1990 (decl_conflicts_with_clobbers_p): Likewise.
1991 * varasm.c (make_decl_rtl): Likewise.
1992 * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
1993
1994 2004-02-01 Kazu Hirata <kazu@cs.umass.edu>
1995
1996 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
1997 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
1998 config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
1999 config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
2000 config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
2001 config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
2002 config/iq2000/iq2000.h, config/m32r/m32r.c,
2003 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
2004 config/m68hc11/m68hc11.md, config/m68k/m68k.md,
2005 config/mcore/mcore.c, config/mcore/mcore.h,
2006 config/mcore/mcore.md, config/mips/mips.c,
2007 config/ns32k/ns32k.h, config/ns32k/ns32k.md,
2008 config/rs6000/rs6000.c, config/s390/s390.c,
2009 config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
2010 config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
2011 "gen_rtx (FOO, " with "gen_rtx_FOO (".
2012
2013 2004-02-01 Kazu Hirata <kazu@cs.umass.edu>
2014
2015 * config/h8300/h8300.md (two peephole2's): New.
2016
2017 2004-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2018
2019 * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
2020 (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
2021 (ASM_CPU_SPEC): Likewise
2022 * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
2023 (ASM_CPU_SPEC): Remove -mcpu=v8plus. Handle -mcpu=ultrasparc3.
2024
2025 2004-02-01 Roger Sayle <roger@eyesopen.com>
2026
2027 * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
2028 isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
2029 (expand_builtin): Always call expand_builtin_pow.
2030
2031 2004-02-01 Roger Sayle <roger@eyesopen.com>
2032
2033 * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
2034 BUILT_IN_SIGNBITL): New GCC builtins.
2035 * builtins.c (expand_builtin_signbit): New function to RTL expand
2036 calls to signbit, signbitf and signbitl as inline intrinsics.
2037 (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
2038 (fold_builtin_signbit): New function to perform constant folding
2039 of signbit, signbitf and signbitl.
2040 (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
2041
2042 * doc/extend.texi: Document new signbit{,f,l} builtins.
2043
2044 2004-02-01 Richard Sandiford <rsandifo@redhat.com>
2045
2046 * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
2047
2048 2004-02-01 Chris Demetriou <cgd@broadcom.com>
2049
2050 * config/mips/mips.h (PREDICATE_CODES): Remove entries for
2051 "mips_const_double_ok" and "simple_memory_operand", which were
2052 removed from the MIPS port with the mips-3_4-rewrite branch merge.
2053 * config/mips/mips.c (mips16_lay_out_constants): Update comment
2054 for removal of simple_memory_operand.
2055
2056 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2057
2058 * config/c4x/c4x.md: Use GEN_INT instead of
2059 gen_rtx (CONST_INT, ...).
2060
2061 2004-01-31 Richard Henderson <rth@redhat.com>
2062
2063 * varasm.c (output_constant_pool): Don't zap the pool.
2064
2065 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2066
2067 * genrecog.c (decision_type): Add DT_const_int.
2068 (write_cond) [DT_const_int]: Print a comparison against small
2069 constant.
2070 (write_node): Simplify comparisons against small constants
2071 before printing tests.
2072
2073 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2074
2075 * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
2076 instead of gen_rtx_CONST_INT.
2077
2078 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2079
2080 * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
2081 instead of gen_rtx_CONST_INT.
2082
2083 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2084
2085 * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
2086 hook_bool_CUMULATIVE_ARGS_false.
2087 * targhooks.c (default_strict_argument_naming): Rename to
2088 hook_bool_CUMULATIVE_ARGS_false.
2089 * targhooks.h: Update the prototype for
2090 default_strict_argument_naming.
2091
2092 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2093
2094 * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
2095 * config/sh/sh.h: Likewise.
2096 * config/sh/sh.md: Likewise.
2097
2098 2004-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
2099
2100 * doc/invoke.texi (SPARC options): Restructure and update.
2101
2102 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2103
2104 * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
2105 STRICT_ARGUMENT_NAMING): Poison.
2106 * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
2107 hook_bool_tree_false.
2108 * targhooks.c (default_promote_function_args): Remove.
2109 (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
2110 Don't check incoming.
2111 (default_strict_argument_naming): Don't use
2112 STRICT_ARGUMENT_NAMING.
2113 * targhooks.h: Remove the prototype for
2114 default_promote_function_args.
2115
2116 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2117
2118 * config/i386/i386-protos.h: Remove the prototype for
2119 ix86_setup_incoming_varargs.
2120 * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
2121 (ix86_setup_incoming_varargs): Make it static.
2122 * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
2123
2124 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2125
2126 * alloc-pool.c: Fix comment typos.
2127 * builtin-types.def: Likewise.
2128 * builtins.def: Likewise.
2129 * c-pretty-print.c: Likewise.
2130 * df.h: Likewise.
2131 * reload1.c: Likewise.
2132
2133 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2134
2135 * doc/invoke.texi: Follow spelling conventions.
2136 * doc/tm.texi: Likewise.
2137
2138 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2139
2140 * doc/install.texi: Fix typos.
2141 * doc/invoke.texi: Likewise.
2142
2143 2004-01-31 Ulrich Weigand <uweigand@de.ibm.com>
2144
2145 * config/s390/s390.c (s390_decompose_address): Do not treat virtual
2146 registers as pointers.
2147 * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
2148
2149 2004-01-31 Paolo Bonzini <bonzini@gnu.org>
2150
2151 * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
2152 and restore it to gen_lowpart_general on exit.
2153 (gen_lowpart_for_combine): Adjust all callers to go through
2154 gen_lowpart.
2155 * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
2156 and restore it to gen_lowpart_general on exit.
2157 (gen_lowpart_if_possible): Adjust all callers to go through
2158 gen_lowpart.
2159 * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
2160 (gen_lowpart): Declare as pointer to function, initialized to
2161 gen_lowpart_general.
2162 * rtl.h (gen_lowpart): Declare as pointer to function.
2163
2164 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
2165
2166 * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
2167 * calls.c: Likewise.
2168 * emit-rtl.c: Likewise.
2169 * function.c: Likewise.
2170 * reload1.c: Likewise.
2171 * config/i386/cygming.h: Likewise.
2172 * config/i386/i386.c: Likewise.
2173 * config/i386/winnt.c: Likewise.
2174
2175 2004-01-30 Dara Hazeghi <dhazeghi@yahoo.com>
2176
2177 PR bootstrap/9249
2178 * doc/install.texi: document --enable-__cxa_atexit option.
2179 * configure.ac: Disable __cxa_atexit if not supported.
2180 * configure: Regenerate.
2181
2182 2003-01-30 Daniel Berlin <dberlin@dberlin.org>
2183
2184 * ggc-zone.c (ggc_free): New function.
2185
2186 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2187
2188 alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
2189 cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
2190 flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
2191 ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
2192 tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
2193 config/alpha/alpha.c, config/alpha/alpha.h,
2194 config/alpha/alpha.md, config/alpha/unicosmk.h,
2195 config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
2196 config/c4x/c4x-protos.h, config/c4x/c4x.md,
2197 config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
2198 config/frv/frvend.c, config/i386/cygming.h,
2199 config/i386/djgpp.h, config/i386/emmintrin.h,
2200 config/i386/gthr-win32.c, config/i386/i386-interix.h,
2201 config/i386/i386-protos.h, config/i386/openbsd.h,
2202 config/i386/winnt.c, config/i386/xm-mingw32.h,
2203 config/i386/xmmintrin.h, config/ia64/ia64.md,
2204 config/iq2000/iq2000.md, config/m32r/m32r.md,
2205 config/m68k/m68k.md, config/mcore/mcore-elf.h,
2206 config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
2207 config/mips/iris5gas.h, config/mips/iris6.h,
2208 config/mips/iris6gas.h, config/mips/linux.h,
2209 config/mips/mips.md, config/mips/netbsd.h,
2210 config/mips/openbsd.h, config/mips/windiss.h,
2211 config/pa/fptr.c, config/rs6000/aix.h,
2212 config/rs6000/altivec.h, config/rs6000/darwin.h,
2213 config/rs6000/xcoff.h, config/s390/s390-protos.h,
2214 config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
2215 config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
2216 config/sparc/sol2.h: Update copyright.
2217
2218 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
2219
2220 * Makefile.in (abs_docdir, abs_srcdir): Define.
2221 (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
2222
2223 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2224
2225 * genconfig.c (main): Have CC0_P check its operand even on a
2226 target without cc0.
2227
2228 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2229
2230 * config/alpha/alpha.c: Remove mentions of deprecates macros
2231 in comments, remove some target-independent comments about target
2232 macros, and/or add minimal function comments for target hook
2233 implementations.
2234 * config/avr/avr.c: Likewise.
2235 * config/ia64/ia64.h: Likewise.
2236 * config/ip2k/ip2k.c: Likewise.
2237 * config/iq2000/iq2000.c: Likewise.
2238 * config/m32r/m32r.h: Likewise.
2239 * config/m68hc11/m68hc11.c: Likewise.
2240 * config/mcore/mcore.c: Likewise.
2241 * config/mmix/mmix.c: Likewise.
2242 * config/mn10300/mn10300.c: Likewise.
2243 * config/pa/pa.c: Likewise.
2244 * config/pdp11/pdp11.c: Likewise.
2245 * config/rs6000/rs6000.h: Likewise.
2246 * config/sh/sh.c: Likewise.
2247 * config/sh/sh.h: Likewise.
2248 * config/sparc/sparc.c: Likewise.
2249 * config/sparc/sparc.h: Likewise.
2250 * config/stormy16/stormy16.c: Likewise.
2251 * config/xtensa/xtensa.c: Likewise.
2252
2253 2004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
2254
2255 PR optimization/12147
2256 * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
2257 RELOAD_FOR_OPADDR_ADDR.
2258 (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
2259 might be reused as RELOAD_FOR_OPADDR_ADDR register.
2260
2261 2004-01-30 Jan Hubicka <jh@suse.cz>
2262
2263 * reload.c (get_secondary_mem): Fix updating of
2264 secondary_memlocs_elim_used.
2265
2266 2004-01-30 Richard Henderson <rth@redhat.com>
2267
2268 * varasm.c (struct rtx_const, struct pool_constant): Remove.
2269 (MAX_RTX_HASH_TABLE): Remove.
2270 (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
2271 (first_pool, last_pool, pool_offset): Remove.
2272 (struct rtx_constant_pool): Split out from ...
2273 (struct varasm_status): ... here. Reference one via pointer.
2274 (struct constant_descriptor_rtx): Merge struct pool_constant.
2275 (SYMHASH): Remove.
2276 (decode_rtx_const): Remove.
2277 (const_hash_rtx, compare_constant_rtx): Remove.
2278 (record_constant_rtx): Remove.
2279 (const_desc_rtx_hash, const_desc_rtx_eq): New.
2280 (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
2281 (const_rtx_hash_1, const_rtx_hash): New.
2282 (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
2283 (simplify_subtraction): Use simplify_rtx.
2284 (force_const_mem): Rewrite to use new data structures.
2285 (find_pool_constant): Likewise.
2286 (get_pool_constant, get_pool_constant_mark,
2287 get_pool_constant_for_function, get_pool_mode,
2288 get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
2289 (output_constant_pool_2): Split out from output_constant_pool.
2290 (output_constant_pool_1): Likewise. Use new pool datastructures.
2291 (output_constant_pool): Zap entire pool datastructure.
2292 (mark_constant): Use new pool datastructures.
2293 (mark_constants): Use for_each_rtx.
2294 (mark_constant_pool): Use new pool datastructures.
2295
2296 2004-01-30 Fariborz Jahanian <fjahanian@apple.com>
2297
2298 * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
2299 Copy operands[1] to pseudo for simplify_gen_subreg.
2300
2301 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2302
2303 * gcse.c (bypass_block): Fix a typo in the previous check-in
2304 to the file.
2305
2306 2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
2307
2308 * toplev.c: Include alloc-pool.h.
2309 * Makefile.in (toplev.c): Update dependencies.
2310
2311 2004-01-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2312
2313 * combine.c (simplify_shift_const, case XOR): Be careful when
2314 commuting XOR with ASHIFTRT.
2315
2316 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
2317 Eric Botcazou <ebotcazou@libertysurf.fr>
2318
2319 * config/sparc/sparc-protos.h: Remove the prototype for
2320 sparc_builtin_saveregs.
2321 * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
2322 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2323 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2324 (TARGET_STRUCT_VALUE_RTX): Likewise.
2325 (TARGET_RETURN_IN_MEMORY): Likewise.
2326 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
2327 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
2328 (sparc_builtin_saveregs): Make it static.
2329 (sparc_promote_prototypes): New.
2330 (sparc_struct_value_rtx): Likewise.
2331 (sparc_return_in_memory): Likewise.
2332 * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
2333 (PROMOTE_FUNCTION_RETURN): Likewise.
2334 (RETURN_IN_MEMORY): Likewise.
2335 (STRUCT_VALUE): Likewise.
2336 (STRUCT_VALUE_INCOMING): Likewise.
2337 (EXPAND_BUILTIN_SAVEREGS): Likewise.
2338 (STRICT_ARGUMENT_NAMING): Likewise.
2339 (PROMOTE_PROTOTYPES): Likewise.
2340
2341 * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
2342
2343 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
2344
2345 PR c/12818
2346 * varasm.c (const_hash_1) <STRING_CST>: Use the
2347 address to compute the hash value if flag_writable_strings.
2348 (compare_constant) <STRING_CST>: Compare the addresses
2349 if flag_writable_strings.
2350 (build_constant_desc): Do not copy the expression for a
2351 STRING_CST if flag_writable_strings.
2352
2353 2004-01-30 Jan Hubicka <jh@suse.cz>
2354
2355 * alloc-pool.c: Include hashtab.h
2356 (alloc_pool_descriptor): New structure
2357 (alloc_pool_hash): New global variable.
2358 (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
2359 (create_alloc_pool): Update statistics.
2360 (free_alloc_pool): Likewise.
2361 (pool_alloc): Likewise.
2362 (output_info): New structure
2363 (print_statistics, dump_alloc_pool_statistics): New function.
2364 * alloc-pool.h (alloc_pool_def): Turn name to be constant.
2365 (dump_alloc_pool_statistics): Declare.
2366 * toplev.c (finalize): Dump statistics.
2367
2368 * reload.c (secondary_memlocs_elim_used): New static variable.
2369 (get_secondary_mem): Update it.
2370 (find_reloads): Use it.
2371
2372 2004-01-30 Steven Bosscher <s.bosscher@student.tudelft.nl>
2373
2374 * toplev.c: Fix broken checkin of 2003-12-30, again.
2375
2376 2004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
2377
2378 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
2379 s390*-*-* targets by specifying a 'nop' insn.
2380 * configure: Regenerate.
2381
2382 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
2383
2384 PR target/11475
2385 * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
2386
2387 2004-01-29 Jakub Jelinek <jakub@redhat.com>
2388
2389 * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
2390 of addr when creating MEM copy.
2391
2392 2004-01-29 Devang Patel <dpatel@apple.com>
2393
2394 * dwarf2out.c (gen_field_die): Do not equate decl number to die.
2395
2396 2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
2397
2398 PR inline-asm/6162
2399 * reload.c (find_reloads): Only support one pair of commutative
2400 operands.
2401
2402 2004-01-29 Roger Sayle <roger@eyesopen.com>
2403
2404 PR java/13824
2405 * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
2406 as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
2407 recursion.
2408
2409 2004-01-29 Kazu Hirata <kazu@cs.umass.edu>
2410
2411 * config/frv/frv.c: Don't mention deprecated macros in
2412 comments. Remove some target-independent comments about
2413 target macros.
2414 * config/frv/frv.h: Likewise.
2415
2416 2004-01-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2417
2418 * cfghooks.c (split_block): Set probability and count of the
2419 new edge.
2420
2421 2005-01-29 Josef Zlomek <zlomekj@suse.cz>
2422
2423 * dwarf2out.c (struct die_struct): Added field decl_id.
2424 (decl_die_table): Changed to hash table.
2425 (decl_die_table_allocated): Deleted.
2426 (decl_die_table_in_use): Deleted.
2427 (DECL_DIE_TABLE_INCREMENT): Deleted.
2428 (decl_die_table_hash): New function.
2429 (decl_die_table_eq): New function.
2430 (lookup_decl_die): Lookup in a hash table.
2431 (equate_decl_number_to_die): Insert into a hash table.
2432 (dwarf2out_init): Init hash table decl_die_table.
2433
2434 2004-01-29 Jakub Jelinek <jakub@redhat.com>
2435
2436 PR optimization/13424
2437 * expr.c (store_constructor): Revert 2003-12-03 change.
2438
2439 * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
2440 expected before returning early. Avoid sharing RTL if they
2441 need to be changed.
2442
2443 * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
2444 handling so that memory attributes are preserved. Don't call
2445 ix86_set_move_mem_attrs.
2446 (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
2447 (ix86_expand_clrstr): Rename src argument to
2448 dst. Rework rep_stos and strset handling so that memory attributes
2449 are preserved.
2450 (ix86_expand_strlen): Pass src argument to
2451 ix86_expand_strlensi_unroll_1. Rework strlenqi_1 handling so that
2452 memory attributes are preserved.
2453 (ix86_expand_strlensi_unroll_1): Add src argument. Use
2454 change_address instead of gen_rtx_MEM.
2455 * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
2456 expanders.
2457 (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
2458 strmovqi, strmovqi_rex64): Remove.
2459 (rep_mov*, strmov*): Prefix insn names with *.
2460 (strset, strset_singleop, rep_stos): New expanders.
2461 (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
2462 strsetqi, strsetqi_rex64): Remove.
2463 (rep_stos*, strset*): Prefix insn names with *.
2464 (rep_stosqi_rex64): Likewise. Fix mode of dirflag reg from DImode
2465 to SImode.
2466 (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
2467 are preserved.
2468 (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
2469 Prefix insn names with *.
2470 (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
2471 (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
2472 (strlenqi_1): New expander.
2473 * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
2474
2475 2004-01-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2476
2477 * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
2478 * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
2479 verify_flow_info): Declaration removed.
2480 * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
2481 (debug_bb, debug_bb_n): Add argument to dump_bb call.
2482 * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
2483 try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
2484 instead of delete_block.
2485 * cfghooks.c: Include timevar.h and toplev.h.
2486 (cfg_hooks): Define here.
2487 (verify_flow_info, dump_bb): Moved from cfg.c.
2488 (redirect_edge_and_branch, redirect_edge_and_branch_force,
2489 split_block, split_block_after_labels, move_block_after,
2490 delete_basic_block, split_edge, create_basic_block,
2491 create_empty_bb, can_merge_blocks_p, merge_blocks,
2492 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
2493 New functions.
2494 * cfghooks.h (struct cfg_hooks): Added fields name,
2495 make_forwarder_block, tidy_fallthru_edge and
2496 move_block_after. Changed type of verify_flow_info, dump_bb,
2497 split_block fields. Renamed cfgh_split_edge and delete_block
2498 fields.
2499 (redirect_edge_and_branch, redirect_edge_and_branch_force,
2500 split_block, delete_block, split_edge, create_basic_block,
2501 can_merge_blocks_p, merge_blocks): Macros removed.
2502 (cfg_hooks): Do not export.
2503 (verify_flow_info, dump_bb, redirect_edge_and_branch,
2504 redirect_edge_and_branch_force, split_block, split_block_after_labels,
2505 move_block_after, delete_basic_block, split_edge, create_basic_block,
2506 create_empty_bb, can_merge_blocks_p, merge_blocks,
2507 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
2508 Declare.
2509 (cfg_layout_rtl_cfg_hooks): Declare.
2510 * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
2511 New functions.
2512 (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
2513 (redirect_edge_with_latch_update): Removed.
2514 (make_forwarder_block): Moved to cfghooks.c, semantics changed.
2515 * cfgloopmanip.c (remove_bbs): Do not update dominators here.
2516 * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
2517 rtl_delete_block, rtl_split_block, rtl_merge_blocks,
2518 tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
2519 cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
2520 cfghooks.c.
2521 (rtl_create_basic_block): Coding style fix.
2522 (rtl_tidy_fallthru_edge, rtl_move_block_after,
2523 rtl_make_forwarder_block): New functions.
2524 (update_cfg_after_block_merging): Removed.
2525 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
2526 * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
2527 to dump_bb.
2528 * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
2529 find_if_case_2): Don't update dominators.
2530 * timevar.def (TV_CFG_VERIFY): New.
2531 * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
2532 * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
2533 * cfgloopmanip.c (split_loop_bb): Don't update dominators.
2534 (remove_bbs): Don't call remove_bbs.
2535 (create_preheader): Use make_forwarder_block.
2536 (mfb_keep_just, mfb_update_loops): New static functions.
2537
2538 2004-01-29 Kazu Hirata <kazu@cs.umass.edu>
2539
2540 * config/avr/avr.h: Remove target-independent comments about
2541 target macros.
2542
2543 2004-01-28 Daniel Berlin <dberlin@dberlin.org>
2544
2545 * timevar.c (timevar_print): Mention when checking is enabled.
2546
2547 2004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2548
2549 * c-lex.c (c_lex): Rename to...
2550 (c_lex_with_flags): Add new parameter to get CPP flags.
2551 (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
2552 * c-pragma.h (c_lex_with_flags): Declare.
2553
2554 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2555
2556 * config/mcore/mcore.c (mcore_external_libcall): Add a
2557 comment.
2558 (mcore_return_in_memory): Likewise.
2559
2560 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2561
2562 * config/mcore/mcore-protos.h: Remove the prototype for
2563 mcore_setup_incoming_varargs.
2564 * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
2565 (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
2566 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2567 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2568 (TARGET_STRUCT_VALUE_RTX): Likewise.
2569 (TARGET_RETURN_IN_MEMORY): Likewise.
2570 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2571 (mcore_setup_incoming_varargs): Make it static. Receive the
2572 first argument by reference. Add argument second_time.
2573 (mcore_external_libcall): New.
2574 (mcore_return_in_memory): Likewise.
2575 * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
2576 (PROMOTE_FUNCTION_RETURN): Likewise.
2577 (STRUCT_VALUE): Likewise.
2578 (RETURN_IN_MEMORY): Likewise.
2579 (SETUP_INCOMING_VARARGS): Likewise.
2580 (PROMOTE_PROTOTYPES): Likewise.
2581 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
2582
2583 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2584
2585 * config/m32r/m32r-protos.h: Remove the prototype for
2586 m32r_setup_incoming_varargs.
2587 * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
2588 (TARGET_STRUCT_VALUE_RTX): Likewise.
2589 (TARGET_RETURN_IN_MEMORY): Likewise.
2590 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2591 (m32r_return_in_memory): New.
2592 (m32r_setup_incoming_varargs): Make it static.
2593 * config/m32r/m32r.h: Remove #undef of
2594 ASM_OUTPUT_EXTERNAL_LIBCALL. Remove the commented-out
2595 definitions of PROMOTE_FUNCTION_ARGS and
2596 PROMOTE_FUNCTION_RETURN.
2597 (PROMOTE_PROTOTYPES): Remove.
2598 (RETURN_IN_MEMORY): Likewise.
2599 (STRUCT_VALUE): Likewise.
2600
2601 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2602
2603 * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
2604 (TARGET_STRUCT_VALUE_RTX): Likewise.
2605 (m68k_struct_value_rtx): Likewise.
2606 * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
2607 STRUCT_VALUE_REGNUM.
2608 (PROMOTE_PROTOTYPES): Remove.
2609 * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
2610 STRUCT_VALUE_REGNUM.
2611 * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
2612 * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
2613
2614 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2615
2616 * config/stormy16/stormy16.c
2617 (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
2618 TARGET_BUILD_BUILTIN_VA_LIST.
2619
2620 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2621
2622 * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
2623 (TARGET_STRUCT_VALUE_RTX): Likewise.
2624 (TARGET_RETURN_IN_MEMORY): Likewise.
2625 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2626 (v850_return_in_memory): Likewise.
2627 (v850_setup_incoming_varargs): Likewise.
2628 * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
2629 (SETUP_INCOMING_VARARGS): Likewise.
2630 (RETURN_IN_MEMORY): Likewise.
2631 (STRUCT_VALUE): Likewise.
2632
2633 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2634
2635 * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
2636 (fr30_setup_incoming_varargs): Don't use
2637 STRICT_ARGUMENT_NAMING.
2638 * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
2639 (STRICT_ARGUMENT_NAMING): Likewise.
2640
2641 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2642
2643 * config/frv/frv-protos.h: Remove the prototype for
2644 frv_expand_builtin_saveregs.
2645 * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
2646 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
2647 (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
2648 STRUCT_VALUE_REGNUM.
2649 (frv_expand_builtin_saveregs): Make it static.
2650 (frv_struct_value_rtx): New.
2651 * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
2652
2653 2004-01-29 Jan Hubicka <jh@suse.cz>
2654
2655 PR c++/12850
2656 * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
2657 initial pointers.
2658 * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
2659 for functions that will be only inlined.
2660 (cgraph_mark_function_to_output): Likewise.
2661 (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
2662 do not clear function body.
2663 * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
2664 (tree_rest_of_compilation): Reorganize the logic releasing function
2665 body to use callgraph datastructure.
2666
2667 2004-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2668
2669 * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
2670 to register_operand.
2671
2672 2004-01-28 Zack Weinberg <zack@codesourcery.com>
2673
2674 * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
2675 (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
2676 match_operand expressions so that all match_dups appear
2677 lexically after their corresponding match_operands.
2678
2679 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2680
2681 * config/h8300/h8300.c (WORD_REG_USED): Use
2682 HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
2683 (compute_saved_regs): Likewise.
2684 (h8300_expand_prologue): Likewise. Allocate locals after
2685 saving registers.
2686 (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
2687 of FRAME_POINTER_REGNUM. Deallocate locals before saving
2688 registers.
2689 (h8300_initial_elimination_offset): Adjust for the new frame
2690 layout, which swaps flips the order of locals and saved
2691 registers.
2692 * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
2693 (HARD_FRAME_POINTER_REGNUM): New.
2694 (ELIMINABLE_REGS): Add an elimination rule from
2695 FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
2696 (REGISTER_NAMES): Add fp.
2697 * config/h8300/h8300.md (FP_REG): Change to 11.
2698 (HFP_REG): New.
2699
2700 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2701
2702 * genrecog.c (write_node): Remove a useless local variable.
2703
2704 2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
2705
2706 * Makefile.in (options.c options.h): Use stamp file s-options to
2707 avoid unnecessary rebuilds.
2708 (options.o): New target listing dependencies.
2709 (gtyp-gen.h): Use stamp file s-gtyp-gen.
2710 (STAGESTUFF): Add s-gtyp-gen.
2711
2712 2004-01-28 Richard Henderson <rth@redhat.com>
2713
2714 * ggc.h (ggc_free): Declare.
2715 * ggc-common.c (ggc_realloc): Use it.
2716 * ggc-page.c: Remove lots of inline markers.
2717 (globals): Add free_object_list.
2718 (ggc_alloc): Tidy.
2719 (ggc_free, validate_free_objects): New.
2720 (poison_pages): Provide default.
2721 (ggc_collect): Call validate_free_objects; emit markers to
2722 the debug file.
2723
2724 2004-01-28 Zack Weinberg <zack@codesourcery.com>
2725 Jim Wilson <wilson@specifixinc.com>
2726
2727 * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
2728 Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
2729 scratch pointer.
2730 (ia64_secondary_reload_class): Delete case GR_REGS.
2731 * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
2732 Do not allocate a scratch register.
2733 (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
2734
2735 2004-01-28 Jan Hubicka <jh@suse.cz>
2736
2737 * gcse.c (bypass_block): Prevent edges to be unified when we are
2738 about to emit compenstation code.
2739
2740 2004-01-28 Nick Clifton <nickc@redhat.com>
2741
2742 * config/arm/arm.c (arm_expand_builtin): Force second argument of
2743 the setcwx insn into a register.
2744
2745 2004-01-28 Richard Sandiford <rsandifo@redhat.com>
2746
2747 * config/fp-bit.c (pack_d): When using paired doubles to implement
2748 a long double, round the high part separately.
2749 (unpack_d): Fix the case in which the high part is a power of two
2750 and the low part is a nonzero value of the opposite sign.
2751
2752 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2753
2754 * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
2755 (TARGET_STRUCT_VALUE_RTX): Likewise.
2756 (c4x_external_libcall): Likewise.
2757 (c4x_struct_value_rtx): Likewise.
2758 * config/c4x/c4x.h: Remove.
2759 (STRUCT_VALUE_REGNUM): Likewise.
2760 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
2761
2762 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
2763
2764 * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
2765 (TARGET_STRUCT_VALUE_RTX): Likewise.
2766 * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
2767 (STRUCT_VALUE): Likewise.
2768 (PROMOTE_PROTOTYPES): Likewise.
2769
2770 2004-01-27 Roger Sayle <roger@eyesopen.com>
2771
2772 * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
2773 CONST_INT before using INTVAL.
2774
2775 2004-01-27 Ulrich Weigand <uweigand@de.ibm.com>
2776
2777 * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
2778 * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
2779 frame if !TARGET_BACKCHAIN.
2780 * config/s390/s390.md ("allocate_stack"): Use pattern only if
2781 TARGET_BACKCHAIN.
2782 * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
2783
2784 2004-01-27 Zack Weinberg <zack@codesourcery.com>
2785
2786 * ia64.c (ia64_function_arg): When placing HFAs in integer
2787 registers, do not special case the mode used for complex
2788 types. Do not advance int_regs until the current register
2789 is full.
2790
2791 2004-01-27 Richard Sandiford <rsandifo@redhat.com>
2792
2793 PR target/7297
2794 * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
2795
2796 2004-01-27 David Edelsohn <edelsohn@gnu.org>
2797
2798 * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
2799 slow, unaligned loads and stores while debugging. Fix formatting.
2800
2801 2004-01-27 David Edelsohn <edelsohn@gnu.org>
2802
2803 * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
2804 of computing wmode.
2805 (restore_stack_nonlocal): Same.
2806
2807 2004-01-27 Devang Patel <dpatel@apple.com>
2808
2809 * Makefile.in (dwarf2out.o): Depend on input.h
2810 * dbxout.c (dbx_debug_hooks): Add new empty hook for
2811 imported_module_or_decl.
2812 (xcoff_debug_hooks): Same.
2813 * sdbout.c (sdb_debug_hooks): Same.
2814 * vmsdbgout.c (vmsdbg_debug_hooks): Same.
2815 * debug.c (do_nothing_debug_hooks): Same.
2816 (debug_nothing_tree_tree): New function.
2817 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
2818 * dwarf2out.c: Include input.h.
2819 (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
2820 (remove_child_TAG): New function.
2821 (dwarf_tag_name): Handle DW_TAG_imported_module.
2822 (gen_subprogram_die): Equate decl number to declaration die. Do not
2823 remove all children dies while reusing declaration die for definition.
2824 Instead, selectively remove only formal parameters.
2825 (gen_variable_die): Equate variable decl to declaration die.
2826 (gen_field_die): Equate field decl to line number.
2827 (force_namespace_die): Replace it with ...
2828 (force_decl_die): ... this.
2829 (force_type_die): New function.
2830 (setup_namespace_context): Replace use of force_namespace_die() with
2831 force_decl_die().
2832 (gen_namespace_die): Same.
2833 (dwarf2out_imported_module_or_decl): New function.
2834
2835 2004-01-27 Bob Wilson <bob.wilson@acm.org>
2836
2837 * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
2838 on CQImode and CHImode incoming arguments in register a7.
2839 (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
2840 * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
2841 * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
2842 xtensa_copy_incoming_a7 before reload.
2843
2844 2004-01-27 J"orn Rennecke <joern.rennecke@superh.com>
2845
2846 * coverage.c (get_coverage_counts): Give a different message
2847 if flag_guess_branch_prob is set.
2848 * predict.c (counts_to_freqs): Return an int.
2849 (estimate_bb_frequencies): If counts_to_freqs returns zero,
2850 calculate estimates.
2851
2852 2004-01-27 Kazu Hirata <kazu@cs.umass.edu>
2853
2854 * config/iq2000/iq2000-protos.h: Remove the prototype for
2855 iq2000_setup_incoming_varargs.
2856 * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
2857 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2858 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2859 (TARGET_STRUCT_VALUE_RTX): Likewise.
2860 (TARGET_RETURN_IN_MEMORY): Likewise.
2861 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
2862 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
2863 (iq2000_return_in_memory): Likewise.
2864 (iq2000_setup_incoming_varargs): Make it static. Receive the
2865 first argument by reference.
2866 * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
2867 (PROMOTE_FUNCTION_RETURN): Likewise.
2868 (PROMOTE_PROTOTYPES): Likewise.
2869 (RETURN_IN_MEMORY): Likewise.
2870 (STRUCT_VALUE): Likewise.
2871 (SETUP_INCOMING_VARARGS): Likewise.
2872 (STRICT_ARGUMENT_NAMING): Likewise.
2873
2874 2004-01-24 James A. Morrison <ja2morri@uwaterloo.ca>
2875
2876 * fixinc/fixinc.c (test_test): Initialize res.
2877 (start_flexer): Initialize pz_cmd_save.
2878
2879 2004-01-27 Zack Weinberg <zack@codesourcery.com>
2880
2881 * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
2882 SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
2883
2884 2004-01-27 Zack Weinberg <zack@codesourcery.com>
2885
2886 PR 7198
2887 * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
2888 (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
2889 (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
2890 Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
2891 Possibly rename pattern for consistency.
2892 Remove ??? comments suggesting that this be done.
2893 (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
2894 New patterns.
2895 (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
2896 (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
2897 (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
2898 (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
2899 Update to match.
2900
2901 2004-01-27 Ian Lance Taylor <ian@wasabisystems.com>
2902
2903 * config/arm/arm.c (output_return_instruction): Only restore IP
2904 into SP if frame_pointer_needed.
2905
2906 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
2907
2908 * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
2909 for SCmode and DCmode if ARCH32.
2910 (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
2911 * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
2912 if ARCH32.
2913 (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
2914 if ARCH32.
2915 (BASE_OUTGOING_VALUE_REG): Likewise.
2916
2917 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
2918
2919 PR target/10904
2920 PR target/13058
2921 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
2922 Forbid mode changes from SImode for lower FP regs if ARCH64.
2923
2924 2004-01-27 J"orn Rennecke <joern.rennecke@superh.com>
2925
2926 * Makefile.in (bt-load.o): Depend on except.h.
2927 * bt-load.c (except.h): #include.
2928 (compute_defs_uses_and_gen): If insn at end of BB can throw
2929 within this function, consider registers used by it unavailable for
2930 btr migration.
2931 (move_btr_def): If insn at end of BB can throw, insert before rather
2932 than after.
2933
2934 * flags.h (flag_btr_bb_exclusive): Declare.
2935 * toplev.c (flag_btr_bb_exclusive): New variable.
2936 (f_options): Add btr-bb-exclusive.
2937 * bt-load.c (augment_live_range): Restore old behaviour if
2938 flag_btr_bb_exclusive is set.
2939 * common.opt: Add entry for -fbtr-bb-exclusive.
2940 * opts.c (common_handle_options): Same.
2941 * doc/invoke.texi: Document -fbtr-bb-exclusive.
2942
2943 * bt-load.c (btrs_live_at_end): New variable.
2944 (compute_defs_uses_and_gen): Compute its pointed-to array.
2945 (clear_btr_from_live_range, add_btr_to_live_range): Update it.
2946 (augment_live_range): When augmenting with a new dominator,
2947 use only its btrs_live_at_end set, but also add in the full set
2948 of the old dominator.
2949 (btr_def_live_range): Use btrs_live_at_end.
2950 (move_btr_def): Set other_btr_uses_before_def, and move new set
2951 to the end of the basic block, if appropriate.
2952 (migrate_btr_defs): Allocate and free btrs_live_at_end.
2953
2954 * bt-load.c (basic_block_freq): Remove outdated comment.
2955
2956 2004-01-27 Alan Modra <amodra@bigpond.net.au>
2957
2958 * config/rs6000/rs6000.h: Correct target_flags free bits comment.
2959 (PREDICATE_CODES): Remove duplicate.
2960 * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
2961 (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
2962 (MASK_PROFILE_KERNEL): Adjust define.
2963
2964 2004-01-27 Jakub Jelinek <jakub@redhat.com>
2965
2966 * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
2967 of long string literals from 32 bytes to sizeof (void *) when !-Os
2968 and to 1 with -Os.
2969
2970 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
2971
2972 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
2973 constant addresses in the normal mode.
2974
2975 2004-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2976
2977 * system.h (CHAR_BITFIELD): Delete.
2978 (BOOL_BITFIELD): New.
2979 * c-decl.c (c_scope): Use BOOL_BITFIELD.
2980 * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
2981
2982 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
2983
2984 * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
2985 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2986 (TARGET_PROMOTE_PROTOTYPES): Likewise.
2987 (TARGET_STRUCT_VALUE_RTX): Likewise.
2988 (TARGET_RETURN_IN_MEMORY): Likewise.
2989 (arc_return_in_memory): Likewise.
2990 * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
2991 (PROMOTE_FUNCTION_RETURN): Likewise.
2992 (RETURN_IN_MEMORY): Likewise.
2993 (STRUCT_VALUE): Likewise.
2994
2995 2004-01-26 Richard Henderson <rth@redhat.com>
2996
2997 * c-parse.in (extension): Use itype.
2998 (SAVE_EXT_FLAGS): Don't allocate a tree.
2999 (RESTORE_EXT_FLAGS): Don't read a tree.
3000
3001 2004-01-26 Jan Hubicka <jh@suse.cz>
3002
3003 * cselib.c (discard_useless_values): Clear out value pointer pointing
3004 to datastructure to be recycled.
3005
3006 2004-01-25 Jan Hubicka <jh@suse.cz>
3007
3008 * genextract.c (main): Do not output the memset when not checking.
3009
3010 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3011
3012 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
3013 switch statement instead of a chain of if statements.
3014
3015 2004-01-26 Jeff Law <law@redhat.com>
3016
3017 * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry. Add
3018 acute accents for Petur Runolfsson's entry.
3019
3020 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3021
3022 * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
3023 (TARGET_RETURN_IN_MEMORY): Likewise.
3024 * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
3025 (RETURN_IN_MEMORY): Likewise.
3026
3027 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
3028
3029 * config/rs6000/rs6000.c (rs6000_emit_move): split slow
3030 unaligned load/store into smaller loads and stores.
3031
3032 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
3033
3034 * function.c (assign_parms): Do not assign
3035 long long argument to memory in prologue if
3036 is it loaded into register.
3037
3038 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
3039
3040 PR middle-end/13779
3041 * expr.c (emit_group_load): split constant
3042 correctly into register components of PARALLEL insn.
3043
3044 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
3045
3046 * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
3047 Use adjust_address_nv directly with appropriate mode.
3048 (restore_stack_nonlocal): Ditto.
3049
3050 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3051
3052 * config/xtensa/xtensa-protos.h: Remove the prototype for
3053 xtensa_builtin_saveregs.
3054 * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3055 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3056 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3057 (TARGET_STRUCT_VALUE_RTX): Likewise.
3058 (TARGET_RETURN_IN_MEMORY): Likewise.
3059 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3060 (xtensa_builtin_saveregs): Make it static.
3061 (xtensa_return_in_memory): New.
3062 * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
3063 (PROMOTE_FUNCTION_RETURN): Likewise.
3064 (PROMOTE_PROTOTYPES): Likewise.
3065 (STRUCT_VALUE): Likewise.
3066 (RETURN_IN_MEMORY): Likewise.
3067 (EXPAND_BUILTIN_SAVEREGS): Likewise.
3068
3069 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3070
3071 * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
3072 (arm_setup_incoming_varargs): Likewise.
3073 * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
3074
3075 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3076
3077 * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
3078 (cris_setup_incoming_varargs): Likewise.
3079 * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
3080
3081 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3082
3083 * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
3084 (ns32k_struct_value_rtx): Likewise.
3085 * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
3086 NS32K_STRUCT_VALUE_REGNUM.
3087
3088 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3089
3090 * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3091 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3092 (TARGET_STRUCT_VALUE_RTX): Likewise.
3093 (arm_struct_value_rtx): Likewise.
3094 * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
3095 (STRUCT_VALUE): Likewise.
3096 (STRUCT_VALUE_REGNUM): Likewise.
3097 (PROMOTE_PROTOTYPES): Likewise.
3098
3099 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
3100
3101 * config/ia64/ia64-protos.h: Remove the prototype for
3102 ia64_setup_incoming_varargs and ia64_return_in_memory.
3103 * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
3104 (TARGET_RETURN_IN_MEMORY): Likewise.
3105 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3106 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
3107 (ia64_setup_incoming_varargs): Adjust the arguments to meet
3108 the requirement of TARGET_SETUP_INCOMING_VARARGS.
3109 (ia64_return_in_memory): Make it static. Change the return
3110 type to bool from int. Add an argument.
3111 (ia64_struct_value_rtx): New.
3112 * config/ia64/ia64.h: Remove commented-out definitions of
3113 PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
3114 PROMOTE_PROTOTYPES.
3115 (RETURN_IN_MEMORY): Remove.
3116 (STRUCT_VALUE_REGNUM): Likewise.
3117 (STRICT_ARGUMENT_NAMING): Likewise.
3118
3119 2004-01-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3120
3121 PR target/13666
3122 * config/sparc/sparc.c (function_arg_union_value): New function.
3123 (function_arg): Use it to deal with unions.
3124 (function_value): Likewise. Define 'regbase' only for ARCH64.
3125 Replace a conditional statement by a simpler one.
3126
3127 2004-01-26 Richard Sandiford <rsandifo@redhat.com>
3128
3129 * config/mips/mips.c (mips16_optimize_gp): Delete.
3130 (mips_reorg): Don't call it.
3131
3132 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3133
3134 * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
3135 (floatunsqihf2): Remove operand 6.
3136 (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
3137 fix patterns.
3138 (ldi_conditional, ldf_conditional): Validate operands.
3139
3140 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3141
3142 * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
3143 (HAVE_GAS_HIDDEN): Undefine as interim measure.
3144
3145 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3146
3147 * config/c4x/c4x.c (c4x_legitimate_address_p): Invalidate direct
3148 memory references if TARGET_EXPOSE_LDP nonzero.
3149
3150 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3151
3152 * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
3153
3154 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3155
3156 * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
3157 invalid operand combinations.
3158
3159 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3160
3161 * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
3162 c4x_legitimate_address_p. Fix post_modify check.
3163
3164 * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
3165 * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
3166
3167 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3168
3169 * config/pa/pa-protos.h: Remove the prototype for
3170 hppa_builtin_saveregs. Add a prototype for
3171 pa_return_in_memory.
3172 * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
3173 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3174 (TARGET_STRUCT_VALUE_RTX): Likewise.
3175 (TARGET_RETURN_IN_MEMORY): Likewise.
3176 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3177 (pa_struct_value_rtx): Likewise.
3178 (pa_return_in_memory): Likewise.
3179 * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
3180 PA_STRUCT_VALUE_REGNUM.
3181 (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
3182 (EXPAND_BUILTIN_SAVEREGS): Remove.
3183 (PROMOTE_PROTOTYPES): Likewise.
3184 (PROMOTE_FUNCTION_RETURN): Likewise.
3185
3186 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3187
3188 * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
3189 (TARGET_STRUCT_VALUE_RTX): Likewise.
3190 (vax_struct_value_rtx): Likewise.
3191 * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
3192 VAX_STRUCT_VALUE_REGNUM.
3193 (PROMOTE_PROTOTYPES): Remove.
3194
3195 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3196
3197 * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Handle symref.
3198
3199 2003-04-25 Chris Demetriou <cgd@broadcom.com>
3200
3201 * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
3202 and MIPS64 have HI/LO interlocks. Update comment.
3203
3204 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3205
3206 * config/stormy16/stormy16-protos.h: Remove the prototype for
3207 xstormy16_setup_incoming_varargs.
3208 * config/stormy16/stormy16.c
3209 (xstormy16_setup_incoming_varargs): Remove.
3210 (xstormy16_return_in_memory): New.
3211 (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
3212 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3213 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3214 (TARGET_STRUCT_VALUE_RTX): Likewise.
3215 (TARGET_RETURN_IN_MEMORY): Likewise.
3216 * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
3217 (PROMOTE_FUNCTION_RETURN): Likewise
3218 (PROMOTE_PROTOTYPES): Likewise
3219 (RETURN_IN_MEMORY): Likewise
3220 (STRUCT_VALUE): Likewise
3221 (SETUP_INCOMING_VARARGS): Likewise
3222
3223 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
3224
3225 * config/mips/mips.c (mips_offset_within_object_p): New function.
3226 (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
3227 SYMBOL_CONSTANT_POOL cases. Also use it for SYMBOL_GENERAL if the
3228 ABI has 64-bit pointers and the object file only allows 32-bit symbols.
3229
3230 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3231
3232 * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
3233 (PROMOTE_FUNCTION_RETURN): Likewise.
3234
3235 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3236
3237 * config/mn10300/mn10300-protos.h: Remove the prototype for
3238 mn10300_builtin_saveregs.
3239 * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
3240 (TARGET_STRUCT_VALUE_RTX): Likewise.
3241 (TARGET_RETURN_IN_MEMORY): Likewise.
3242 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3243 (mn10300_return_in_memory): Likewise.
3244 (mn10300_builtin_saveregs): Make it static.
3245 * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
3246 (RETURN_IN_MEMORY): Likewise.
3247 (STRUCT_VALUE): Likewise.
3248 (EXPAND_BUILTIN_SAVEREGS): Likewise.
3249
3250 2004-01-25 Eric Botcazou <ebotcazou@act-europe.fr>
3251
3252 PR bootstrap/13853
3253 * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
3254
3255 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3256
3257 * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
3258 using ccr.
3259
3260 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3261
3262 * config/i860/i860-protos.h: Remove the prototype for
3263 i860_saveregs.
3264 * config/i860/i860.c (i860_saveregs): Make it static.
3265 (i860_struct_value_rtx): New.
3266 (TARGET_STRUCT_VALUE_RTX): Likewise.
3267 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
3268 * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
3269 I860_STRUCT_VALUE_REGNUM.
3270 (EXPAND_BUILTIN_SAVEREGS): Remove.
3271
3272 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3273
3274 * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
3275 (TARGET_RETURN_IN_MEMORY): Likewise.
3276 (m68hc11_struct_value_rtx): Likewise.
3277 (m68hc11_return_in_memory): Likewise.
3278 * config/m68hc11/m68hc11.h: Remove a commented-out definition
3279 of PROMOTE_PROTOTYPES.
3280 (RETURN_IN_MEMORY): Remove.
3281 (STRUCT_VALUE_REGNUM): Likewise.
3282
3283 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3284
3285 * config/mmix/mmix-protos.h: Remove the prototype for
3286 mmix_setup_incoming_varargs.
3287 * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3288 (TARGET_STRUCT_VALUE_RTX): Likewise.
3289 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3290 (mmix_setup_incoming_varargs): Make it static.
3291 (mmix_struct_value_rtx): New.
3292 * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
3293 Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
3294 (STRUCT_VALUE_REGNUM): Remove.
3295 (SETUP_INCOMING_VARARGS): Likewise.
3296
3297 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3298
3299 * config/mips/mips-protos.h: Remove the prototypes for
3300 mips_setup_incoming_varargs and mips_return_in_memory.
3301 * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3302 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3303 (TARGET_PROMOTE_PROTOTYPES): Likewise.
3304 (TARGET_STRUCT_VALUE_RTX): Likewise.
3305 (TARGET_RETURN_IN_MEMORY): Likewise.
3306 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3307 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
3308 (mips_setup_incoming_varargs): Match the prototype for
3309 TARGET_SETUP_INCOMING_VARARGS.
3310 (mips_return_in_memory): Make it static. Add argument fntype.
3311 (mips_strict_argument_naming): New.
3312 * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
3313 (PROMOTE_FUNCTION_ARGS): Likewise.
3314 (PROMOTE_FUNCTION_RETURN): Likewise.
3315 (STRUCT_VALUE): Likewise.
3316 (RETURN_IN_MEMORY): Likewise.
3317 (SETUP_INCOMING_VARARGS): Likewise.
3318 (STRICT_ARGUMENT_NAMING): Likewise.
3319
3320 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3321
3322 * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
3323 (TARGET_RETURN_IN_MEMORY): Likewise.
3324 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
3325 (ip2k_return_in_memory): Likewise.
3326 (ip2k_setup_incoming_varargs): Likewise.
3327 * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
3328 (STRUCT_VALUE): Likewise.
3329 (STRUCT_VALUE_INCOMING): Likewise.
3330 (SETUP_INCOMING_VARARGS): Likewise.
3331
3332 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
3333
3334 * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
3335 (TARGET_RETURN_IN_MEMORY): Likewise.
3336 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
3337 (avr_return_in_memory): Remove.
3338 * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
3339 (STRUCT_VALUE): Likewise.
3340 (STRUCT_VALUE_INCOMING): Likewise.
3341 (STRICT_ARGUMENT_NAMING): Likewise.
3342
3343 2004-01-25 Jan Hubicka <jh@suse.cz>
3344
3345 * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
3346
3347 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
3348
3349 * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
3350 (mips_regno_mode_ok_for_base_p): Declare.
3351 * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
3352 (FRAME_POINTER_REGNUM): Renumber to 78.
3353 (FIRST_PSEUDO_REGISTER): Update comment accordingly.
3354 (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
3355 (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
3356 (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
3357 (REG_MODE_OK_FOR_BASE_P): Likewise.
3358 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
3359 entry for 77 to "$arg" and entry for 78 to "$frame".
3360 (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
3361 (mips_reg_mode_ok_for_base_p): Remove.
3362 (mips_regno_mode_ok_for_base_p): New function, derived from old
3363 BASE_REG_P macro. Don't enforce the mips16 stack pointer
3364 restrictions unless we're being strict.
3365 (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
3366
3367 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3368
3369 * c-common.h: Fix comment typos.
3370 * c-decl.c: Likewise.
3371 * cgraphunit.c: Likewise.
3372 * combine.c: Likewise.
3373 * et-forest.c: Likewise.
3374 * flow.c: Likewise.
3375 * function.c: Likewise.
3376 * ifcvt.c: Likewise.
3377 * integrate.c: Likewise.
3378 * jump.c: Likewise.
3379 * postreload.c: Likewise.
3380 * varray.c: Likewise.
3381
3382 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3383
3384 * doc/frontends.texi: Update copyright.
3385 * doc/gcov.texi: Likewise.
3386 * doc/gty.texi: Likewise.
3387 * doc/sourcebuild.texi: Likewise.
3388 * doc/standards.texi: Likewise.
3389
3390 2004-01-24 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
3391
3392 PR target/12978
3393 * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
3394 Remove movstrqi_small because it conflicts with movstrqi_large.
3395
3396 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3397
3398 * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
3399 (TARGET_STRUCT_VALUE_RTX): Likewise.
3400 (cris_struct_value_rtx): Likewise.
3401 * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
3402 (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
3403 STRUCT_VALUE_REGNUM.
3404 (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
3405
3406 2004-01-24 Ian Lance Taylor <ian@wasabisystems.com>
3407
3408 PR bootstrap/13848
3409 * cse.c (cse_cc_succs): Change the mode of the source expression
3410 as soon as decide we need a new mode. Don't permit changing modes
3411 if we found a match in a successor block.
3412 (cse_condition_code_reg): Save original mode of source expression
3413 so that we know whether we have to change the mode in other
3414 insns.
3415
3416 2004-01-24 Jan Hubicka <jh@suse.cz>
3417
3418 * emit-rtl.c (change_address, adjust_address_1, offset_address,
3419 widen_memory_access): Return early when there is nothing to change.
3420
3421 2004-01-24 Jakub Jelinek <jakub@redhat.com>
3422
3423 * simplify-rtx.c (simplify_relational_operation): Don't
3424 simplify address == constant into address + -constant == 0.
3425
3426 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3427
3428 * gcc.c (process_command): Don't internationalize the
3429 Copyright message.
3430 * mips-tfile.c (main): Likewise.
3431
3432 2004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
3433
3434 * cse.c: (cse_cc_succs) Fix comparison warning.
3435
3436 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3437
3438 * config/h8300/h8300.md: Remove extraneous USE in expanders.
3439
3440 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3441
3442 * config/h8300/h8300-protos.h: Provide prototypes for
3443 h8300_legitimate_constant_p and h8300_legitimate_address_p.
3444 * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
3445 (h8300_rtx_ok_for_base_p): Likewise.
3446 (h8300_legitimate_address_p): Likewise.
3447 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
3448 h8300_legitimate_constant_p.
3449 (RTX_OK_FOR_BASE_P): Remove.
3450 (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
3451
3452 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
3453
3454 * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
3455 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
3456 (REG_OK_FOR_INDEX_STRICT_P): Likewise.
3457 (REG_OK_FOR_BASE_STRICT_P): Likewise.
3458 (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
3459 (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
3460 (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
3461 (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
3462
3463 2004-01-24 Jan Hubicka <jh@suse.cz>
3464
3465 * cselib.c (remove_useless_values): Do not access discarded values.
3466
3467 2004-01-24 Joseph S. Myers <jsm@polyomino.org.uk>
3468
3469 * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
3470 arrays.
3471
3472 2004-01-23 Kazu Hirata <kazu@cs.umass.edu>
3473
3474 * recog.c: Fix a typo in copyright.
3475
3476 2004-01-23 Andrew Pinski <apinski@apple.com>
3477
3478 * config/rs6000/rs6000.md (call): Fix misappiled patch.
3479 (call_value): Likewise.
3480
3481 2004-01-23 Richard Henderson <rth@redhat.com>
3482
3483 PR opt/12941
3484 * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
3485 (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
3486 if SHIFT_COUNT_TRUNCATED is set.
3487
3488 2004-01-23 Bob Wilson <bob.wilson@acm.org>
3489
3490 * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
3491 separate real and imaginary parts.
3492 * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
3493
3494 2004-01-23 Hartmut Penner <hpenner@de.ibm.com>
3495
3496 PR target/13674
3497 * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
3498 loading into GPR.
3499
3500 2004-01-23 Jan Hubicka <jh@suse.cz>
3501
3502 * emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing
3503 change.
3504
3505 * alloc-pool.c (align_four): Kill.
3506 (create_alloc_pool): Align size to eight.
3507 (free_alloc_pool, free_pool): Invalidate deallocated data.
3508
3509 2004-01-23 Ian Lance Taylor <ian@wasabisystems.com>
3510
3511 PR gcc/1532
3512 * cse.c (cse_change_cc_mode): New static function.
3513 (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
3514 (cse_condition_code_reg): New function.
3515 * rtl.h (cse_condition_code_reg): Declare.
3516 * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
3517 * target.h (struct gcc_target): Add fixed_condition_code_regs and
3518 cc_modes_compatible.
3519 * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
3520 (TARGET_CC_MODES_COMPATIBLE): Define.
3521 (TARGET_INITIALIZER): Add new initializers.
3522 * targhooks.c (default_cc_modes_compatible): New function.
3523 * targhooks.c (default_cc_modes_compatible): Declare.
3524 * hooks.c (hook_bool_intp_intp_false): New function.
3525 * hooks.h (hook_bool_intp_intp_false): Declare.
3526 * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
3527 (TARGET_CC_MODES_COMPATIBLE): Define.
3528 (ix86_fixed_condition_code_regs): New static function.
3529 (ix86_cc_modes_compatible): Likewise.
3530 * doc/tm.texi (Condition Code): Document new hooks.
3531
3532 2004-01-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3533
3534 * fixinc/inclhack.def (bad_lval): Renamed to ...
3535 (alpha_bad_lval): ... this.
3536 Removed file list.
3537 Restrict to alpha*-dec-osf*.
3538 * fixinc/fixincl.x: Regenerate.
3539 * fixinc/tests/base/dirent.h: Remove, moving test ...
3540 * fixinc/tests/base/testing.h: ... here, reflecting new name.
3541
3542 2004-01-23 Zack Weinberg <zack@codesourcery.com>
3543
3544 PR c/13814
3545 * c-decl.c (diagnose_mismatched_decls): Also discard a
3546 built-in if we encounter an old-style definition with the
3547 same name.
3548
3549 2004-01-23 Jakub Jelinek <jakub@redhat.com>
3550
3551 * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
3552 set to default{32,64}.
3553
3554 2004-01-21 Jakub Jelinek <jakub@redhat.com>
3555
3556 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
3557 [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
3558
3559 2004-01-23 Eric Botcazou <ebotcazou@act-europe.fr>
3560 Olivier Hainque <hainque@act-europe.fr>
3561
3562 * fold-const.c (fold_binary_op_with_conditional_arg): Only
3563 build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
3564
3565 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
3566
3567 * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
3568 size for minipool references.
3569
3570 2004-01-23 Roger Sayle <roger@eyesopen.com>
3571
3572 * real.c (real_floor, real_ceil): Tweak to allow input and output
3573 arguments to overlap.
3574 (real_round): New function to implement round(3m) semantics.
3575 * real.h (real_round): Prototype here.
3576 * builtins.c (fold_builtin_round): New function to constant fold
3577 round, roundf and roundl.
3578 (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
3579
3580 2004-01-23 Alexandre Oliva <aoliva@redhat.com>
3581
3582 PR optimization/13819
3583 * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
3584 introduced by 2004-01-20's Jan Hubicka's copy_insn change.
3585 (sh_handle_sp_switch_attribute): Remove warning.
3586
3587 2003-11-30 Jan Hubicka <jh@suse.cz>
3588
3589 * i386.c (ix86_emit_restore_regs_using_mov): Deal with large offsets.
3590
3591 2004-01-23 J"orn Rennecke <joern.rennecke@superh.com>
3592
3593 * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
3594 may or may not return non-NIL.
3595 * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
3596 check CANNOT_CHANGE_MODE_CLASS
3597
3598 2004-01-23 Jan Hubicka <jh@suse.cz>
3599
3600 * basic-block.h (PROP_POSTRELOAD): New macro.
3601 (CLEANUP_LOG_LINKS): New.
3602 * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
3603 * toplev.c (rest_of_handle_life): Preserve LOG_LINKS trought cleanup_cfg.
3604
3605 * cselib.c (value_pool): New.
3606 (new_cselib_val): Use pool.
3607 (cselib_init): Initialize value_pool
3608 (cselib_finish): Free pool.
3609
3610 2004-01-23 Eric Botcazou <ebotcazou@libertysurf.fr>
3611
3612 * config/sparc/sparc.c (scan_record_type): New function.
3613 (function_arg_slotno): Use it to determine which kinds of
3614 registers the record can be passed in.
3615
3616 2004-01-22 James A. Mmorrison <ja2morri@uwaterloo.ca>
3617
3618 * config/pa/fptr.c: Fix old-style definition.
3619
3620 2004-01-22 Paolo Bonzini <bonzini@gnu.org>
3621
3622 PR optimization/13724
3623 * cse.c (fold_rtx) <SUBREG>: Fold a SUBREG to zero if it
3624 represents the zero bits produced by a ZERO_EXTEND operation.
3625
3626 2004-01-22 Roger Sayle <roger@eyesopen.com>
3627
3628 PR optimization/13821
3629 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
3630 correctly calculate the lowpart offset of the contracted subreg.
3631
3632 2004-01-22 Ian Lance Taylor <ian@wasabisystems.com>
3633
3634 * doc/invoke.texi (Optimize Options): Note that --param arguments
3635 are subject to change without notice.
3636
3637 2004-01-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3638
3639 * config.gcc (mips-sgi-irix6*o32): Removed.
3640 * config/mips/iris6-o32-as.h: Likewise.
3641 * config/mips/iris6-o32-gas.h: Likewise.
3642 * config/mips/iris6-o32.h: Likewise.
3643
3644 2004-01-22 Jan Hubicka <jh@suse.cz>
3645
3646 * cfgcleanup.c (first_pass): New static variable.
3647 (try_forward_edges): Add work limiting check for threading.
3648 (try_crossjump_bb): Add work limiting check for crossjumping.
3649 (try_optimize_cfg): Maintain first pass variable.
3650
3651 2004-01-22 Bob Wilson <bob.wilson@acm.org>
3652
3653 * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
3654 handles complex and vector modes.
3655
3656 2004-01-22 Kazu Hirata <kazu@cs.umass.edu>
3657
3658 * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
3659 (REG_OK_FOR_BASE_P_STRICT): Likewise.
3660 (STRICT): Likewise.
3661
3662 2004-01-22 Daniel Jacobowitz <drow@mvista.com>
3663
3664 * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
3665 (genrtl_for_stmt): Remove emit_nop calls.
3666
3667 2004-01-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3668
3669 PR target/13713
3670 PR target/13324
3671 * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
3672 movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
3673 clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
3674
3675 2004-01-22 Daniel Jacobowitz <drow@mvista.com>
3676
3677 * config/arm/arm.c: Include "debug.h".
3678 (thumb_pushpop): Take two new arguments. Add some commentary.
3679 Output frame information when pushing.
3680 (thumb_exit, thumb_unexpanded_epilogue): Update calls to
3681 thumb_pushpop.
3682 (thumb_output_function_prologue): Likewise. Accumulate a CFA
3683 offset, and pass it to thumb_pushpop. Output CFI information.
3684 (thumb_expand_prologue): Add some frame-related markers and notes.
3685
3686 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
3687
3688 * config/s390/s390.c (s390_frame_info): Allow large frame sizes
3689 for TARGET_64BIT.
3690 (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
3691 * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
3692
3693 2004-01-22 Roger Sayle <roger@eyesopen.com>
3694 Paolo Bonzini <bonzini@gnu.org>
3695
3696 * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
3697 (subreg_lsb): Change to call new subreg_lsb_1 helper function.
3698 * rtl.h (subreg_lsb_1): Prototype here.
3699 * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
3700 sign extensions.
3701
3702 2004-01-22 Kazu Hirata <kazu@cs.umass.edu>
3703
3704 * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
3705 macro need not be defined if jump-tables should contain
3706 relative addresses only when -fPIC or -fPIC is in effect.
3707
3708 2004-01-22 Jan Hubicka <jh@suse.cz>
3709
3710 * alias.c (reg_base_value): Turn into varray.
3711 (reg_base_value_size): Kill.
3712 (old_reg_base_value): New deletable varray.
3713 (alias_invariant_size): New variable.
3714 (REG_BASE_VALUE): Update to use varray.
3715 (find_base_value): Likewise.
3716 (record_set): Likewise.
3717 (record_base_value): Likewise.
3718 (memrefs_conflict_p): Likewise.
3719 (record_set): Likewise
3720 (record_base_value): Likewise.
3721 (memrefs_conflict_p): Use alias_invariant_size.
3722 (init_alias_analysis): Use varray; set alias_invariant_size;
3723 rescale other arrays to be sized by maxreg.
3724 (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
3725
3726 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
3727
3728 * config/sparc/sparc.c (function_arg_slotno): Use
3729 FLOAT_TYPE_P to detect FP fields in structures.
3730 (function_arg_record_value_1): Likewise.
3731 (function_arg_record_value_2): Likewise.
3732
3733 2004-01-22 Jan Hubicka <jh@suse.cz>
3734
3735 * function.c (allocate_struct_function): Do not initialize expr, emit
3736 and varasm.
3737 (prepare_function_start): Do it here.
3738 * c-parse.in (maybe_type_qual): Do not produce line number notes.
3739
3740 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
3741
3742 PR target/13559
3743 * config/sparc/sparc.c (function_arg_record_value_3): Revert
3744 to 'word_mode' once the first slot has been filled.
3745
3746 2004-01-22 Olivier Hainque <hainque@act-europe.fr>
3747
3748 * config/sparc/sparc.c (function_arg_record_value_1): Fix
3749 computation of the number of integer registers required.
3750
3751 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3752
3753 * config/i386/i386.md: Simplify certain comparisons of
3754 const_int.
3755
3756 2004-01-21 Andrew Pinski <apinski@apple.com>
3757
3758 PR target/13785
3759 * config/rs6000/rs6000.md (call_value): Force operand
3760 1 not operand 0 into a register.
3761
3762 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3763
3764 * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
3765 unwind-dw2-fde.h: Update copyright.
3766
3767 2004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3768
3769 * pa-protos.h: Update copyright.
3770 * pa.h: Likewise.
3771 * pa.md: Likewise.
3772
3773 2004-01-21 Caroline Tice <ctice@apple.com>
3774
3775 PR target/12308
3776 * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
3777 flags register.
3778 (fix_truncdfdi2): Likewise.
3779 (fix_truncsfdi2): Likewise.
3780 (*fix_truncdi_1): Likewise.
3781 (fix_truncxfsi2): Likewise.
3782 (fix_truncdfsi2): Likewise.
3783 (fix_truncsfsi2): Likewise.
3784 (*fix_truncsi_1): Likewise.
3785 (fix_truncxfhi2): Likewise.
3786 (fix_truncdfhi2): Likewise.
3787 (fix_truncsfhi2): Likewise.
3788 (*fix_trunchi_1): Likewise.
3789
3790 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3791
3792 * alias.c, basic-block.h, c-common.c, c-common.h,
3793 c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
3794 calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
3795 combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
3796 cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
3797 defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
3798 expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
3799 genautomata.c, genconditions.c, genemit.c, genflags.c,
3800 gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
3801 ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
3802 langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
3803 line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
3804 ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
3805 rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
3806 target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
3807 unwind.h, varray.c, varray.h: Update copyright.
3808
3809 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
3810
3811 * config/h8300/coff.h: Update copyright.
3812 * config/h8300/elf.h: Likewise.
3813 * config/h8300/h8300-protos.h: Likewise.
3814 * config/h8300/h8300.c: Likewise.
3815 * config/h8300/h8300.h: Likewise.
3816 * config/h8300/h8300.md: Likewise.
3817
3818 2004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3819
3820 * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
3821 ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
3822 ultrix_unistd): New hacks.
3823 * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
3824 ULTRIX_CONST2_CHECK): Add checks.
3825 * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
3826 * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
3827 * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
3828 * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
3829 * fixinc/tests/base/locale.h: New file.
3830 * fixinc/fixincl.x: Rebuilt.
3831
3832 2004-01-21 Andreas Jaeger <aj@suse.de>
3833 Michael Matz <matz@suse.de>
3834
3835 * doc/extend.texi (Extended Asm): Clarify memory clobber.
3836
3837 2004-01-21 Jakub Jelinek <jakub@redhat.com>
3838
3839 * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
3840 _Jv_RegisterClasses through a function pointer.
3841
3842 2004-01-21 Falk Hueffner <falk@debian.org>
3843
3844 PR target/12898
3845 * config/alpha/alpha.c (alpha_emit_set_const_1): If
3846 no_new_pseudos, use gen_rtx_SET directly for SImode constants
3847 which need multiple instructions to emit.
3848
3849 2004-01-21 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
3850
3851 * config/m32r/m32r.h (CPP_SPEC): Define.
3852
3853 2004-01-21 Zack Weinberg <zack@codesourcery.com>
3854
3855 * c-decl.c (merge_decls): Kill different_binding_level and
3856 different_tu arguments; simplify throughout.
3857 (duplicate_decls): Likewise.
3858 (pushdecl, merge_translation_unit_decls): Update calls to
3859 duplicate_decls.
3860
3861 2004-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3862
3863 * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
3864 $(SYSTEM_H).
3865 (print-rtl1.o): Depend on $(SYSTEM_H).
3866
3867 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
3868
3869 PR bootstrap/12730
3870 * configure.ac: Delete definition and subsitution of docdir.
3871 Add info, man, srcman and srcinfo to target hooks. Create doc/
3872 directory.
3873 * configure: Regenerate.
3874 * Makefile.in: Don't substitute docdir and delete all references
3875 throughout.
3876 (MAKEINFOFLAGS): Define.
3877 (stmp-docobjdir): Delete.
3878 (INFOFILES, MANFILES): Define.
3879 (info): Call lang.info, srcinfo and lang.srcinfo.
3880 (generated-manpages): Call lang.man, srcman and lang.srcman.
3881 (srcinfo, srcman): New rules to copy back files to source directory.
3882 (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
3883 (install-man): Revamp rule.
3884 (clean): Update dvi directory.
3885 (distclean): Delete TAGS from front end directorys.
3886 (maintainer-clean): Delete all document files in source directory.
3887
3888 objc/Make-lang.in (objc.man, objc.info): Dummy entries.
3889 (objc.srcman, objc.srcinfo): Likewise.
3890
3891 2004-01-20 Bruce Korb <bkorb@gnu.org>
3892
3893 * fixinc/inclhack.def(math_exception): bypass only for glibc.
3894 (matherr_decl): rename & relocate as exception_structure.
3895 This fix must precede the math_exception fix.
3896
3897 2004-01-20 Roger Sayle <roger@eyesopen.com>
3898
3899 * fold-const.c (fold_convert): Rename to fold_convert_const.
3900 (fold_convert_const): Change arguments to take a tree_code,
3901 a type and the operand/expression to be converted. Return
3902 NULL_TREE if no simplification is possible. Add support for
3903 FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
3904 (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
3905 Adjust call to fold_convert to match new fold_convert_const.
3906 Avoid modifying the tree passed to fold in-place.
3907
3908 2004-01-21 Alan Modra <amodra@bigpond.net.au>
3909
3910 * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
3911 * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
3912 * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
3913
3914 2004-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3915
3916 * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
3917 * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
3918 Likewise. Handle frames larger than 0x7fffffff on 64-bit ports.
3919 (emit_move_sequence): Check scratch_reg first in various if statements.
3920 Extend source simplification to handle all 64-bit CONST_INTs.
3921 (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
3922 frame size.
3923 (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
3924 frame offset calculations.
3925 * pa.h (NEW_HP_ASSEMBLER): Add comment.
3926 (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
3927 LEGITIMATE_64BIT_CONST_INT_P): Define.
3928 (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P. Treat
3929 any CONST_INT as legitimate during and after reload.
3930 (VAL_32_BITS_P, INT_32_BITS): Define.
3931 (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
3932
3933 2004-01-20 Jan Hubicka <jh@suse.cz>
3934
3935 * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
3936 emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
3937 containing hard regs are shared.
3938 (gen_hard_reg_clobber): New function.
3939 (hard_reg_clobbers): New array.
3940 * genemit.c (gen_exp): Use gen_hard_reg_clobber.
3941 (copy_rtx): Do not copy clobbers containing hard regs.
3942 * rtl.h (gen_hard_reg_clobber): Declare.
3943
3944 2004-01-20 Jan Hubicka <jh@suse.cz>
3945
3946 * varray.c: Include hashtab.h
3947 (varray_descriptor): New structure.
3948 (hash_descriptor, eq_descriptor, varray_descriptor,
3949 print_statistics): New static functions
3950 (varray_init, varray_grow): Update statistics
3951 (dump_varray_statistics): New function.
3952 * varray.h (dump_varray_statistics): Declare.
3953 * toplev.c (finalize): Call it.
3954 * Makefile.in (varray.o): Add dependency.
3955
3956 2004-01-20 Jan Hubicka <jh@suse.cz>
3957
3958 * cselib.c: Include alloc-pool.h
3959 (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
3960 (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
3961 (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
3962 unchain_one_elt_loc_list_pool, unchain_one_value,
3963 new_cselib_val): Simplify using allocpool.
3964 (cselib_init): Initialize allocpools.
3965 (cselib_finish): Finish allocpools.
3966 * Makefile.in (cselib.o): Depend on alloc-pool.h
3967
3968 2004-01-20 Richard Sandiford <rsandifo@redhat.com>
3969
3970 * config/mips/mips.c (mips_load_call_address): Make the call insn
3971 use $gp if it could be calling a lazy binding stub.
3972
3973 2004-01-20 Kazu Hirata <kazu@cs.umass.edu>
3974
3975 * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
3976 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
3977 (TARGET_STRUCT_VALUE_RTX): Likewise.
3978 * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
3979 (PROMOTE_FUNCTION_RETURN): Remove.
3980 (STRUCT_VALUE): Remove.
3981
3982 2004-01-20 Denis Chertykov <denisc@overta.ru>
3983
3984 PR bootstrap/13735
3985 * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
3986 register as pointer after reload.
3987
3988 2004-01-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3989
3990 PR optimization/12440
3991 * loop.c: Include ggc.h.
3992 (loop_optimize): Run garbage collector between optimization of loops.
3993 * Makefile.in (loop.o): Add GGC_H dependency.
3994
3995 2004-01-20 Hartmut Penner <hpenner@de.ibm.com>
3996
3997 * gcc/config/rs6000/rs6000.c (function_arg) Handle
3998 vector register special in function without prototype.
3999 (function_arg_advance): Vector parameters get always
4000 GPRs allocated for the linux64 target.
4001
4002 2004-01-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4003
4004 * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
4005 not TARGET_M32RX_MASK.
4006
4007 2004-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
4008
4009 PR target/13557
4010 * config/sparc/sparc.c (function_arg): Reorder the cases.
4011
4012 2004-01-19 Per Bothner <per@bothner.com>
4013
4014 Move cpp_reader's line_maps field to a shared global.
4015 * cpphash.h (cpp_reader): Rename line_maps field to line_table
4016 and change the type to a pointer rather than a struct.
4017 * cppinit.c (cpp_push_main_field): Adjust accordingly.
4018 * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
4019 Likewise.
4020 * cppfiles.c (validate_pch): Likewise.
4021 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
4022 Likewise.
4023 * cpperror.c (print_location): Likewise.
4024 * cpplib.h (cpp_create_reader): New line_maps pointer parameter.
4025 * cppinit.c (cpp_create_reader): Handle new parameter.
4026 (cpp_destroy): Don't free line_maps - that's no longer our job.
4027 * input.h (line_table): New variable.
4028 * toplev.c (line_table): Declare variable.
4029 (general_init): Initialize line_table.
4030 * c-opts.c (c_common_init_options): Pass line_table to
4031 cpp_create_reader.
4032 * fix-header.c (read_scan_file): New local variable line_table.
4033 Initialize, and pass it to cpp_create_reader.
4034 * Makefile.in (LIBS, LIBDEPS): Add libcpp.a.
4035 (C_AND_OBJC_OBJS, fix-header): Remove redundant libcpp.a.
4036
4037 2004-01-19 Per Bothner <per@bothner.com>
4038
4039 Implement a cache for linemap_lookup.
4040 * line-map.h (struct_line_maps): Add cache field.
4041 * line-map.c (linemap_init): Zero cache field.
4042 (linemap_add): Set cache field to offset of newly allocated map.
4043 (linemap_lookup): Use and set cache field.
4044
4045 2004-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
4046
4047 PR optimization/13567
4048 * cse.c (cse_basic_block): Call cse_insn with a non-null
4049 libcall_insn for the last SET insn of a no-confilict block.
4050
4051 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
4052
4053 * Makefile.in (target_noncanonical, program_transform_name): Use
4054 immediate define instead of deferred.
4055 (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
4056 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
4057 GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
4058 deferred backquote.
4059
4060 2004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
4061
4062 * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
4063 true unconditionally.
4064 * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
4065 Remove.
4066 (build_unary_op, build_modify_expr): Don't handle extended
4067 lvalues.
4068 (build_component_ref, build_conditional_expr): Call non_lvalue
4069 instead of pedantic_non_lvalue.
4070 (build_c_cast): Don't condition use of non_lvalue on pedantic.
4071 * fold-const.c (fold): Don't check pedantic directly for
4072 COMPOUND_EXPR. Ensure that results for COMPOUND_EXPR are
4073 passed to pedantic_non_lvalue.
4074 * doc/extend.texi: Remove documentation of extended lvalues.
4075
4076 2004-01-19 Roger Sayle <roger@eyesopen.com>
4077
4078 PR optimization/5263
4079 * simplify-rtx.c (associative_constant_p): Delete.
4080 (simplify_associative_operation): Rewrite to linearize terms, and
4081 attempt to simplify new term against both left and right subterms.
4082 (simplify_binary_operation): Call swap_commutative_operands_p on
4083 op0 and op1, not trueop0 and trueop1. Move the initialization of
4084 trueop0 and trueop1 down to where first needed.
4085 (simplify_relational_operation): Likewise.
4086 * rtlanal.c (commutative_operand_precedence): Also order constant
4087 operands using avoid_constant_pool_reference.
4088
4089 2004-01-19 Richard Henderson <rth@redhat.com>
4090
4091 * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
4092 don't check memory mode.
4093 (unaligned_memory_operand): Likewise.
4094 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
4095 abort for op0 not MEM.
4096
4097 * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
4098 is not a reg, copy to a scratch first.
4099 (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
4100 unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
4101 unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
4102 (reload_inqi, reload_inhi): Fix mode of op0.
4103 (reload_inqi_help, reload_inhi_help, reload_outqi_help,
4104 reload_outhi_help): Likewise. Use define_insn_and_split.
4105
4106 * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
4107 as well as $29 dead.
4108
4109 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
4110
4111 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New. Emit
4112 "tls_object" for thread-local objects.
4113 * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
4114 "#tls" for thread-local sections.
4115 * configure.ac (thread-local checks): Specify --fatal-warnings in
4116 every binutils-specific checks. For sparc*-*-*, test whether the
4117 OS is Solaris and the tools are native and act accordingly.
4118 * configure: Rebuild.
4119
4120 2004-01-19 Jeff Law <law@redhat.com>
4121
4122 * contrib.texi: Update Paolo Carlini's entry. New entries for
4123 Jerry Quinn and Petur Runolfsson.
4124
4125 2004-01-19 Roger Sayle <roger@eyesopen.com>
4126
4127 * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
4128 size, don't use the larger zero-extending loads.
4129
4130 2004-01-19 Richard Henderson <rth@redhat.com>
4131
4132 * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
4133 * alpha.md (UNSPEC_NT_LDA): Remove.
4134 (UNSPEC_CVTLQ, cvtlq): New.
4135 (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
4136 (extendsidi2_fix): Remove.
4137 (extendsidi2 splitter): Use cvtlq.
4138 (extendsidi2 fp peepholes): Remove.
4139 (cvtql): Use SFmode instead of SImode.
4140 (fix_trunc?fsi): Update to match.
4141 (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
4142 (movsi): Rename from movsi_nofix, remove f alternatives.
4143 (movsi_nt_vms): Similarly.
4144 (movsi_fix, movsi_nt_vms_fix): Remove.
4145 (nt_lda): Remove.
4146 * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
4147
4148 2004-01-19 Jan Hubicka <jh@suse.cz>
4149
4150 * cgraph.c (cgraph_remove_node): Fix removal from linked list.
4151 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
4152 list.
4153 (cgraph_remove_unreachable_nodes): New function
4154 (cgraph_decide_inlining_of_small_function): Fix pasto.
4155 (cgraph_decide_inlining_incrementally): Fix pasto.
4156 (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
4157
4158 2004-01-19 Steven Bosscher <stevenb@suse.de>
4159
4160 * gengtype.c (header_file): Make it static.
4161 (write_types_process_field, write_enum_defn): Minor whitespace fixes.
4162 * gengtype.h (header_file): No longer extern.
4163
4164 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4165
4166 * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
4167 * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
4168 * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
4169
4170 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4171
4172 * stmt.c (HAVE_casesi): Define it not already defined.
4173 (HAVE_tablejump): Likewise.
4174 (expand_end_case_type): Resort to the binary tree method if
4175 neither casesi or tablejump is available.
4176
4177 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
4178
4179 * final.c (final_scan_insn): Make non-static again.
4180 * output.h (final_scan_insn): Re-add prototype.
4181 * config/arc/arc.c (arc_output_function_epilogue): Add NULL
4182 to final_scan_insn call.
4183 * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
4184 * config/mips/mips.c (mips_output_conditional_branch): Likewise.
4185 * config/pa/pa.c (output_lbranch, output_call): Likewise.
4186 * config/sh/sh.c (print_slot): Likewise.
4187 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
4188 (output_sibcall, sparc_flat_function_epilogue): Likewise.
4189
4190 2004-01-18 Jan Hubicka <jh@suse.cz>
4191
4192 * basic-block.h (try_redirect_by_replacing_jump): Declare.
4193 * cfgcleanup.c (try_optimize_cfg): Use it.
4194 * cfgrtl.c (try_redirect_by_replacing_jump): Export.
4195 (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
4196 Kill hack.
4197 (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
4198
4199 Revert:
4200 2004-01-16 Geoffrey Keating <geoffk@apple.com>
4201
4202 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
4203 even after reload, just don't remove the actual jump tables.
4204
4205 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4206
4207 * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
4208
4209 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
4210
4211 * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
4212 the size of a pointer in bytes.
4213
4214 2004-01-18 Roger Sayle <roger@eyesopen.com>
4215
4216 * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
4217 live "next" variable, which could lead to an infinite loop.
4218
4219 2004-01-18 Andrew Pinski <pinskia@physics.uc.edu>
4220
4221 * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
4222 block.
4223
4224 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
4225 Check for NULL in the chain and remove repeated code.
4226
4227 2004-01-18 Jan Hubicka <jh@suse.cz>
4228
4229 * coverage.c (checksum_string): Rename to ...
4230 (coverage_checksum_string): ... this one, Use crc32_string; recognize
4231 names containing random number and zero the number out in order to get
4232 match.
4233
4234 2004-01-18 Richard Sandiford <rsandifo@redhat.com>
4235
4236 * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
4237
4238 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
4239
4240 * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
4241 doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
4242 doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
4243 doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
4244 doc/trouble.texi: Remove trailing whitespace.
4245
4246 2004-01-18 Richard Sandiford <rsandifo@redhat.com>
4247
4248 PR target/7618
4249 * config/mips/mips.c: Include cfglayout.h.
4250 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
4251 (mips_unspec_offset_high): Add temporary register argument.
4252 (mips_load_call_address): New function, split out from...
4253 (mips_expand_call): ...here.
4254 (mips_output_cplocal): New function.
4255 (mips_output_function_prologue, mips_output_function_epilogue): Use it.
4256 (mips_emit_loadgp): New function, split out from...
4257 (mips_expand_prologue): ...here.
4258 (mips_output_mi_thunk): New function.
4259
4260 2004-01-17 Bernardo Innocenti <bernie@develer.com>
4261
4262 * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
4263 mcpu32): Remove redundant checks for implied target predefines.
4264
4265 2004-1-17 Andrew Pinski <pinskia@physics.uc.edu>
4266
4267 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
4268 Return type is unsigned int not int.
4269 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
4270 Likewise.
4271
4272 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
4273
4274 * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
4275 doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
4276 "GNU/Linux" and "Microsoft Windows" terminology.
4277
4278 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
4279
4280 * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
4281 doc/cppopts.texi, doc/extend.texi, doc/install.texi,
4282 doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
4283 doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
4284 @smallexample instead of @example.
4285
4286 2004-01-17 Ziemowit Laski <zlaski@apple.com>
4287
4288 * objc/objc-act.c (build_objc_method_call): Use target
4289 hooks instead of macros to determine if ..._stret
4290 dispatchers should be used (NeXT runtime only).
4291
4292 2004-01-17 Roger Sayle <roger@eyesopen.com>
4293
4294 * builtins.c (expand_builtin_expect_jump): Fix mistake in my
4295 last patch. Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
4296
4297 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
4298
4299 * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
4300 (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
4301 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
4302 macros.
4303 * reload1.c (emit_reload_insns): Use them.
4304 * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
4305 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
4306 for NULL PATTERN.
4307
4308 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
4309
4310 * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
4311 (final_scan_insn): Update to take an additional SEEN argument. Emit
4312 a line note after the prologue. Make static.
4313 (line_note_exists): Remove.
4314 (final): Don't initialize line_note_exists. Update call to
4315 final_scan_insn.
4316 * output.h (final_scan_insn): Remove prologue.
4317 * function.c (set_insn_locators): Update comment.
4318 (thread_prologue_and_epilogue_insns): Add a comment.
4319
4320 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
4321
4322 PR target/10781
4323 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
4324 Prototype.
4325 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
4326 New function.
4327 * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
4328 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
4329 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
4330
4331 2004-01-17 Jan Hubicka <jh@suse.cz>
4332
4333 * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
4334 commit.
4335
4336 * toplev.c (HAVE_conditional_execution): Provide default.
4337 (rest_of_handle_reorder_blocks): For conditional_execution target
4338 update liveness once after all transformations
4339 (rest_of_compilation): Do crossjumping before ce3.
4340
4341 2004-01-17 Geoffrey Keating <geoffk@apple.com>
4342
4343 * alias.c (new_alias_set): Mark last_alias_set for PCH.
4344 (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
4345 for PCH.
4346 (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
4347 * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
4348 (get_TOC_alias_set): Mark 'set' for PCH.
4349
4350 2004-01-16 Geoffrey Keating <geoffk@apple.com>
4351
4352 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
4353 even after reload, just don't remove the actual jump tables.
4354
4355 2004-01-17 J. Brobecker <brobecker@gnat.com>
4356
4357 * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
4358 Remove checks for is_ada() and TREE_UNSIGNED.
4359 (subrange_type_die): Emit a byte_size attribute if the subrange
4360 type size is different from the base type size.
4361 (modified_type_die): Replace call to is_ada_subrange_type() by
4362 call to is_subrange_type().
4363
4364 2004-01-16 Andrew Pinski <pinskia@physics.uc.edu>
4365
4366 * config/sh/sh.c: Include ggc.h.
4367
4368 2004-01-16 Geoffrey Keating <geoffk@apple.com>
4369
4370 * Makefile.in (MD5_H): New.
4371 (fold-const.o): Depend on md5.h.
4372 (dwarf2out.o): Likewise.
4373 (cppfiles.o): Likewise.
4374 * cppfiles.c: Include md5.h.
4375 (should_stack_file): Check against list read from PCH file.
4376 (struct pchf_data): New.
4377 (pchf): New variable.
4378 (struct pchf_adder_info): New.
4379 (pchf_adder): New.
4380 (pchf_save_compare): New.
4381 (_cpp_save_file_entries): New.
4382 (_cpp_read_file_entries): New.
4383 (struct pchf_compare_data): New.
4384 (pchf_compare): New.
4385 (check_file_against_entries): New.
4386 * cpphash.h (_cpp_save_file_entries): Prototype.
4387 (_cpp_read_file_entries): Prototype.
4388 * cpppch.c (cpp_write_pch_state): Write the list of headers.
4389 (cpp_read_state): Read the list of headers.
4390
4391 2004-01-17 Jan Hubicka <jh@suse.cz>
4392
4393 * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
4394 builtin_expect specially.
4395 * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
4396 (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
4397 * invoke.texi (max-inline-insns-single): Set to 100.
4398 (large-function-insns): Set to 3000.
4399
4400 2004-01-16 Eric Christopher <echristo@redhat.com>
4401 Chandrakala Chavva <cchavva@redhat.com>
4402
4403 * cppcharset.c (one_iso88591_to_utf8): New function.
4404 (convert_iso88591_utf8): Ditto. Use.
4405 (conversion_tab): Use.
4406 (_cpp_input_to_utf8): New function.
4407 (_cpp_init_iconv_buffer): Ditto.
4408 (_cpp_close_iconv_buffer): Ditto.
4409 * cpphash.h: Prototype new functions.
4410 (cpp_buffer): Add input_cset_desc.
4411 * cppinit.c: Add input_charset default.
4412 * cpplib.c (cpp_push_buffer): Support init and
4413 close of iconv.
4414 * cpplib.h (cpp_options): Add input_charset.
4415
4416 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4417
4418 * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
4419 * config/alpha/unicosmk.h: Remove a commented-out definition
4420 of ASM_OUTPUT_SECTION_NAME.
4421 * config/stormy16/stormy16.h: Likewise.
4422
4423 2004-01-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4424
4425 * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
4426 (alpha___extern_prefix_sys_stat): ... this.
4427 Apply to <sys/mount.h>, too.
4428 Tweak to match more variations.
4429 * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
4430
4431 * fixinc/inclhack.def (alpha___extern_prefix,
4432 alpha___extern_prefix_standards): New hacks to obey
4433 __PRAGMA_EXTERN_PREFIX.
4434 * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
4435 test.
4436 * fixinc/tests/base/standards.h: Likewise.
4437
4438 * fixincl/inclhack.def (alpha_pthread): Tweak to match more
4439 variations.
4440 New testcase.
4441 * fixinc/tests/base/pthread.h: Handle it.
4442
4443 * fixincl/inclhack.def (bad_lval): Sort file list.
4444 Add many missing files up to Tru64 UNIX V5.1B.
4445 * gcc/fixinc/tests/base/libgen.h: Renamed to ...
4446 * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
4447 order.
4448
4449 * fixinc/fixincl.x: Regenerate.
4450
4451 2004-01-16 Mark Mitchell <mark@codesourcery.com>
4452
4453 * version.c (version_string): Change to 3.5.0.
4454 * doc/include/gcc-common.texi (version-GCC): Likewise.
4455
4456 2004-01-16 Jan Hubicka <jh@suse.cz>
4457
4458 * i386.md (load_tp_di): Fix pasto.
4459
4460 PR opt/13608
4461 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
4462
4463 * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
4464 pp_c_character_constant, pp_c_floating_constant,
4465 pp_c_additive_expression, pp_c_shift_expression,
4466 pp_c_equality_expression, pp_c_and_expression,
4467 pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
4468 pp_c_logical_and_expression): Remove inline modifier.
4469 * dwarf2out.c (get_AT): Likewise.
4470 * et-forest.c (et_splay): Likewise.
4471 * ra.h (ra_alloc, ra_calloc): Likewise
4472
4473 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4474
4475 * config/frv/frv-protos.h: Fix comment formatting.
4476 * config/frv/frv.c: Likewise.
4477 * config/frv/frv.h: Likewise.
4478 * config/frv/frv.md: Likewise.
4479 * config/frv/frvbegin.c: Likewise.
4480 * config/frv/frvend.c: Likewise.
4481
4482 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4483
4484 * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
4485 * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
4486 LINKER_DOES_NOT_WORK_WITH_DWARF2.
4487 (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
4488
4489 2004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
4490
4491 PR 11864
4492 * postreload.c (reload_cse_simplify_operands): Don't remove
4493 implicit extension from LOAD_EXTEND_OP.
4494
4495 2004-01-16 Jan Hubicka <jh@suse.cz>
4496
4497 PR opt/11350
4498 * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
4499 after reload.
4500 * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
4501 rtl_try_redirect_by_replacing_branch): Likewise.
4502
4503 2004-01-15 Geoffrey Keating <geoffk@apple.com>
4504
4505 PR pch/13689
4506 * alias.c (struct alias_set_entry): Mark for GC.
4507 (alias_sets): Make static, mark for GC.
4508 (record_alias_subset): Use GC to allocate alias structures.
4509 * varray.c (element): Make generic varrays GCed.
4510
4511 PR pch/13361
4512 * c-typeck.c (constructor_asmspec): Delete.
4513 (struct initializer_stack): Delete field 'asmspec'.
4514 (start_init): Delete saving of asmspec.
4515 (finish_init): Don't update constructor_asmspec.
4516 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
4517 * stmt.c (expand_asm): Duplicate strings from tree.
4518 (expand_asm_operands): Likewise.
4519 * tree.c (tree_size): Update computation of size of STRING_CST.
4520 (make_node): Don't make STRING_CST nodes.
4521 (build_string): Allocate string with tree node.
4522 * tree.def (STRING_CST): Update comment.
4523 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
4524 (tree_string): Place contents of string in tree node.
4525 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
4526 from tree.
4527
4528 * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
4529 altivec operands.
4530
4531 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4532
4533 * c-common.h: Fix comment formatting.
4534 * c-cppbuiltin.c: Likewise.
4535 * c-pragma.c: Likewise.
4536 * calls.c: Likewise.
4537 * collect2.c: Likewise.
4538 * cppcharset.c: Likewise.
4539 * cpptrad.c: Likewise.
4540 * dbxout.c: Likewise.
4541 * defaults.h: Likewise.
4542 * dwarf2out.c: Likewise.
4543 * fold-const.c: Likewise.
4544 * genautomata.c: Likewise.
4545 * genconditions.c: Likewise.
4546 * genflags.c: Likewise.
4547 * gengtype.c: Likewise.
4548 * integrate.c: Likewise.
4549 * loop.c: Likewise.
4550 * predict.c: Likewise.
4551 * sdbout.c: Likewise.
4552
4553 2004-01-15 Zack Weinberg <zack@codesourcery.com>
4554
4555 * config/ia64/ia64.md (*movti_internal): C output template
4556 extracted to ia64.c.
4557 (*movti_internal_reg): Delete.
4558 (reload_inti, reload_outti): Use the correct mode on operand 2
4559 in the first place, don't fix it up in the output template.
4560 (movtf, reload_ointf, reload_outtf): New expanders.
4561 (*movtf_internal): New define_insn_and_split.
4562 * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
4563 make static; do not hand TFmode CONST_DOUBLEs to split_double.
4564 (ia64_split_tmode_move): New function, body mostly pulled
4565 from ia64.md:*movti_internal.
4566 (ia64_function_arg_words): New function, extracted common
4567 logic from ia64_function_arg et seq.
4568 (ia64_function_arg_offset): Likewise. Handle correctly the
4569 case of a scalar quantity 16 bytes wide with only 8-byte alignment.
4570 (ia64_function_arg, ia64_function_arg_partial_nregs)
4571 (ia64_function_arg_advance): Use ia64_function_arg_words and
4572 ia64_function_arg_offset.
4573 (ia64_function_value): TCmode does not go in float regs.
4574 (ia64_secondary_reload_class): Also handle TFmode.
4575 * config/ia64/ia64-protos.h: Remove prototype for
4576 ia64_split_timode; add prototype for ia64_split_tmode_move.
4577
4578 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
4579
4580 * Makefile.in (MAINT): Make it an immediate assignment.
4581
4582 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4583
4584 * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
4585
4586 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4587
4588 * config/h8300/coff.h: Replace Hitachi with Renesas.
4589 * config/h8300/elf.h: Likewise.
4590 * config/h8300/h8300-protos.h: Likewise.
4591 * config/h8300/h8300.c: Likewise.
4592 * config/h8300/h8300.h: Likewise.
4593 * config/h8300/h8300.md: Likewise.
4594 * config/h8300/lib1funcs.asm: Likewise.
4595
4596 2004-01-15 Andrew Pinski <apinski@apple.com>
4597
4598 * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
4599 around it.
4600
4601 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4602
4603 * config/h8300/h8300.c (h8300_return_in_memory): New.
4604 (TARGET_STRUCT_VALUE_RTX): Likewise.
4605 (TARGET_RETURN_IN_MEMORY): Likewise.
4606 * config/h8300/h8300.h (STRUCT_VALUE): Remove.
4607 (RETURN_IN_MEMORY): Likewise.
4608
4609 2004-01-15 Richard Earnshaw <rearnsha@arm.com>
4610
4611 PR optimization/13375
4612 * gcse.c (handle_avail_expr): Just return if the source is not a
4613 single set.
4614
4615 2004-01-15 Richard Earnshaw <rearnsha@arm.com>
4616 Daniel Jacobowitz <drow@mvista.com>
4617
4618 * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
4619 (EQUIV): Define.
4620 (ARM_FUNC_ALIAS): New macro.
4621 * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
4622 * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
4623
4624 2004-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4625
4626 PR optimization/12372
4627 * calls.c (expand_call): Add call_fusage data for stack arguments in
4628 constant calls.
4629
4630 2004-01-15 Alan Modra <amodra@bigpond.net.au>
4631
4632 * config/rs6000/rs6000.c (uses_TOC): Correct comment. Make static.
4633 (rs6000_elf_declare_function_name): Formatting.
4634 * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
4635
4636 2004-01-15 Jan Hubicka <jh@suse.cz>
4637
4638 PR bootstrap/13692
4639 * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
4640 previous patch.
4641
4642 2004-01-15 Richard Henderson <rth@redhat.com>
4643
4644 * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
4645 integer regs of the same call-savedness.
4646
4647 2004-01-15 Andreas Schwab <schwab@suse.de>
4648
4649 PR bootstrap/13562
4650 * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
4651 status for NOTB/NOTW/NEGW methods.
4652
4653 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4654
4655 * doc/invoke.texi: Update dump file names. Fix a typo.
4656
4657 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4658
4659 * builtins.c (expand_builtin_va_end): Don't use
4660 EXPAND_BUILTIN_VA_END.
4661 * system.h (EXPAND_BUILTIN_VA_END): Poison.
4662 * config/d30v/d30v.h: Remove a commented-out definition of
4663 EXPAND_BUILTIN_VA_END.
4664 * config/stormy16/stormy16.h: Likewise.
4665
4666 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
4667
4668 * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
4669 * targhooks.c (default_struct_value_rtx): Don't use
4670 STRUCT_VALUE_INCOMING_REGNUM.
4671
4672 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
4673
4674 PR bootstrap/12744
4675 * configure.in: Revamp enable-generated-files-in-srcdir rule to define
4676 GENINSRC and not parsedir. Define srcextra as a langhook.
4677 * configure: Regenerate.
4678 * Makefile.in: Suppress default .l.c rule. Don't substitute
4679 parsedir and delete all references throughout. Conditionally define
4680 rule for srcextra dependent on GENINSRC.
4681 (stmp-docobjdir): Delete.
4682 (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
4683 (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
4684 and gengtype-yacc.h back to source directory.
4685 (maintainer-clean): Delete all parse files in source directory.
4686 (distclean): Delete generated files.
4687
4688 * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
4689 (objc-parse.c, objc-parse.y): Don't use parsedir.
4690 (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
4691 directory if requested.
4692 (po-generated): Don't use parsedir.
4693 (objc.maintainer-clean): Delete above files from source directory.
4694
4695 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4696
4697 * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
4698
4699 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4700
4701 * doc/tm.texi: Replace RETURN_IN_MEMORY with
4702 TARGET_RETURN_IN_MEMORY.
4703
4704 2004-01-15 Jan Hubicka <jh@suse.cz>
4705
4706 * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
4707 * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
4708 functions accepting SSE arguments
4709 (function_arg): Warn only when asked to warn.
4710 * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
4711
4712 2004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
4713
4714 * c-parse.in (stmts_and_decls): Make label at end of compound
4715 statement a hard error.
4716
4717 2004-01-14 Jan Hubicka <jh@suse.cz>
4718
4719 * cgraph.c (create_edge): Use local.redefined_extern_inline.
4720 * cgraph.h (cgraph_local_info): Sort fields by size; add
4721 redefined_extern_inline
4722 (cgraph_global_info): Sort fields by size.
4723 (cgraph_node): Likewise.
4724 * cgraphunit.c (cgraph_finalize_function): Se
4725 local.redefined_extern_inline on redefinition.
4726 (cgraph_analyze_function): Use it; fix formating.
4727
4728 2004-01-14 Jan Hubicka <jh@suse.cz>
4729
4730 PR c++/10776
4731 * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
4732 outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
4733 bitmaps
4734 (cache_size): New variable
4735 (add_dependence): Update use; canonize early memory locations
4736 (sched_analyze_1): Likewise.
4737 (sched_analyze_2): Likewise.
4738 (init_dependency_caches): Initialize bitmaps.
4739 (free_dependency_caches): Free bitmaps
4740
4741 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4742
4743 * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
4744 targetm.calls.strict_argument_naming().
4745 * target.h: Likewise.
4746
4747 2004-01-14 Richard Henderson <rth@redhat.com>
4748
4749 PR debug/13231
4750 * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
4751 instructions.
4752
4753 2004-01-14 Richard Henderson <rth@redhat.com>
4754
4755 PR c++/12491
4756 * except.c (struct eh_region): Add u.fixup.resolved.
4757 (resolve_one_fixup_region): Split out from ...
4758 (resolve_fixup_regions): ... here.
4759
4760 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4761
4762 * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
4763
4764 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4765
4766 * config/alpha/alpha.h (STRUCT_VALUE): Remove.
4767 * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
4768 (STRUCT_VALUE): Remove.
4769
4770 2004-01-14 Steven Bosscher <stevenb@suse.de>
4771
4772 * system.h: Poison PROMOTED_MODE
4773 * integrate.c (expand_inline_function): Don't mention the
4774 PROMOTED_MODE.
4775 * loop.c (update_giv_derive): Same.
4776 * tree.h (DECL_RTL): Same.
4777
4778 2004-01-14 J"orn Rennecke <joern.rennecke@superh.com>
4779
4780 PR target/9365
4781 * sh.c (gen_block_redirect): Add special handling of RETURN.
4782 (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
4783 far branch target (i.e. it's a return).
4784
4785 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4786
4787 * regrename.c (find_oldest_value_reg): Fix a warning.
4788
4789 2004-01-14 Richard Earnshaw <rearnsha@arm.com>
4790
4791 PR bootstrap/12527
4792 * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
4793 Move linux-gas.h and linux-elf.h before aout.h.
4794 * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
4795 * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
4796
4797 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
4798
4799 * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
4800 (CONST_INT, VOIDmode, ...).
4801
4802 2004-01-14 Richard Earnshaw <rearnsha@arm.com>
4803
4804 * regrename.c (find_oldest_value_reg): If the replacement uses
4805 multiple hard registers, check that all of them are in CLASS.
4806
4807 2004-01-14 Jan Hubicka <jh@suse.cz>
4808
4809 * alias.c (get_alias_set): Initialize alias set to 0 when subset is
4810 impossible.
4811
4812 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
4813
4814 * Makefile.in: Define MAINT from --enable-maintainer-mode.
4815
4816 2004-01-14 Hartmut Penner <hpenner@de.ibm.com>
4817
4818 * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
4819 Calculate always vrsave_mask if TARGET_ALTIVEC.
4820 (rs6000_emit_prologue): Emit code for vrsave
4821 only if TARGET_ALTIVEC_VRSAVE.
4822 (rs6000_emit_epilogue): Likewise.
4823
4824 2004-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
4825
4826 * config/sparc/sparc.md (tie_add32): Fix pasto.
4827 (tie_add64): Likewise.
4828
4829 2004-01-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4830
4831 * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
4832
4833 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4834
4835 * config/iq2000/iq2000-protos.h: Fix comment formatting.
4836 * config/iq2000/iq2000.c: Likewise.
4837 * config/iq2000/iq2000.md: Likewise.
4838
4839 2004-01-14 J. Brobecker <brobecker@gnat.com>
4840
4841 * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
4842 (subrange_type_die): Add handle for nameless subrange types.
4843
4844 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4845
4846 * config/h8300/h8300-protos.h: Replace do_movsi with
4847 h8300_expand_movsi.
4848 * config/h8300/h8300.c (do_movsi): Change to
4849 h8300_expand_movsi.
4850 * config/h8300/h8300.md (movsi): Replace do_movsi with
4851 h8300_expand_movsi.
4852 (movsf): Likewise.
4853
4854 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4855
4856 * config/h8300/h8300.c (dosize): Change to
4857 h8300_emit_stack_adjustment. Update callers.
4858
4859 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4860
4861 * config/h8300/h8300.md (movstrictqi): Add an alternative with
4862 the source being post_inc. Tighten the predicate for the
4863 destination to register_operand.
4864 (movstricthi): Likewise.
4865
4866 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4867
4868 * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
4869 * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
4870 * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
4871
4872 2004-01-14 Jan Hubicka <jh@suse.cz>
4873
4874 Partial fix PR c++/12850
4875 * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
4876 at zero nest level.
4877
4878 2004-01-13 Bernardo Innocenti <bernie@develer.com>
4879
4880 * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
4881 pseudo-register.
4882
4883 2004-01-13 Devang Patel <dpatel@apple.com
4884
4885 PR debug/7078
4886 * dbxout.c (dbxout_symbol_name): Emit mangled names for
4887 NAMESPACE_DECL memebers.
4888
4889 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
4890
4891 PR c++/12709
4892 * c-common.c (finish_fname_decls): Use the chain only if the
4893 tree is an expr_stmt.
4894
4895 2004-01-13 Vladimir Makarov <vmakarov@redhat.com>
4896
4897 * rtl.def: Add comment about new option in automata_option.
4898
4899 * genautomata.c (PROGRESS_OPTION): New macro.
4900 (progress_flag): New global variable.
4901 (gen_automata_option): Process `progress'.
4902 (transform_insn_regexps, check_unit_distributions_to_automata,
4903 make_automaton, NDFA_to_DFA, build_automaton, create_automata,
4904 expand_automata, write_automata): Print about the progress only if
4905 progress_flag. Remove fflush.
4906 (initiate_automaton_gen): Process command line flag `-progress'.
4907
4908 * doc/md.texi: Describe the new option.
4909
4910 2004-01-13 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4911
4912 * cfg.c (dump_bb): Dump entry edges.
4913
4914 2004-01-13 Richard Earnshaw <rearnsha@arm.com>
4915
4916 * arm.c (thumb_legitimate_address_p): Only allow constant pool
4917 references from SImode.
4918 * arm.md (thumb_movhi_insn): Don't allow minipool references.
4919
4920 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
4921
4922 * system.h (TEXT_SECTION): Poison.
4923 * varasm.c (text_section): Don't use TEXT_SECTION.
4924 * config/sh/sh.c (sh_file_start): Fix a comment typo.
4925 * doc/tm.texi (TEXT_SECTION): Remove.
4926
4927 2004-01-13 Ben Elliston <bje@wasabisystems.com>
4928
4929 * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
4930
4931 2004-01-12 James E Wilson <wilson@specifixinc.com>
4932
4933 * unwind-libunwind.c: Delete.
4934
4935 2004-01-12 Zack Weinberg <zack@codesourcery.com>
4936
4937 PR 13656
4938 * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
4939 oldtype is set, set *newtypep or *oldtypep too. Do not set
4940 them at the very end.
4941 (validate_proto_after_old_defn): Restructure for comprehensibility;
4942 make error messages clearer.
4943
4944 2004-01-12 Zack Weinberg <zack@codesourcery.com>
4945
4946 * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
4947 (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
4948 * varray.c: No need to prototype error.
4949 (varray_check_failed): Wrap long string onto two lines.
4950 (varray_underflow): New function.
4951
4952 2004-01-13 Steven Bosscher <stevenb@suse.de>
4953
4954 PR c++/13376
4955 * function.h (struct function): Kill `name' field.
4956 (current_function_name): Make it an extern function.
4957 * function.c (current_function_name): New function.
4958 * graph.c: Update all uses of current_function_name.
4959 * gcse.c: Likewise.
4960 * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
4961 config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
4962 * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
4963 instead of a strcmp with "main".
4964
4965 2004-01-13 Jan Hubicka <jh@suse.cz>
4966
4967 * c-decl.c (diagnose_mismatched_decls): Fix warning calls.
4968
4969 * cgraphunit.c (cgraph_optimize_function): Always do
4970 optimize_inline_calls when there is always_inline callee.
4971 (cgraph_decide_inlining): Fix formating.
4972 * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
4973 functions.
4974 (expand_call_inline): Likewise.
4975 * toplev.h (sorry): Fix prototype.
4976
4977 2004-01-12 Roger Sayle <roger@eyesopen.com>
4978
4979 * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
4980 conditional jumps that drop through to unconditional jumps or the
4981 end of the sequence.
4982
4983 2004-01-13 Jan Hubicka <jh@suse.cz>
4984
4985 * alias.c (new_alias_set): Construct the alias_set varray.
4986 (init_alias_once): Don't do it here.
4987
4988 2004-01-12 Marc Espie <espie@openbsd.org>
4989
4990 * system.h: handle YYBYACC like YYBISON.
4991
4992 2004-01-12 Jonathan Merriman <jonm@dualitymedia.com>
4993
4994 PR target/10847
4995 * config.gcc: No longer includes conflicting header sparc/sol2.h when
4996 building on sparc64-*-openbsd*.
4997
4998 2004-01-12 Andrew Pinski <pinskia@physics.uc.edu>
4999
5000 PR debug/13539
5001 * dbxout.c (dbxout_type): Protected inheritance is not
5002 private but protected.
5003
5004 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
5005
5006 * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
5007
5008 2004-01-12 Kazu Hirata <kazu@cs.umass.edu>
5009
5010 PR optimization/12508.
5011 * combine.c (try_combine): Remove a dead set in a parallel
5012 even if its destination is a subreg.
5013
5014 Revert:
5015 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
5016 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
5017 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
5018
5019 2004-01-12 Geoffrey Keating <geoffk@apple.com>
5020
5021 * real.c: Update copyright date.
5022 * emit-rtl.c: Likewise.
5023 * rtl.h: Likewise.
5024 * dwarf2out.c: Likewise.
5025 * config/rs6000/darwin-ldouble.c: Likewise.
5026 * config/rs6000/rs6000.md: Likewise.
5027
5028 2004-01-12 David Edelsohn <edelsohn@gnu.org>
5029
5030 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
5031 TFmode to SImode libfuncs.
5032
5033 2004-01-12 Roger Sayle <roger@eyesopen.com>
5034
5035 PR middle-end/11397
5036 * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
5037
5038 2004-01-12 Jan Hubicka <jh@suse.cz>
5039
5040 PR opt/12826
5041 * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
5042 stored.
5043
5044 PR opt/12863
5045 * cfgcleanup.c (label_is_jump_target_p): Move to...
5046 * rtlanal.c (label_is_jump_target_p): ... here.
5047 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Fix redirecting of fallthru
5048 edges unified with branch edges.
5049
5050 2004-01-12 Richard Earnshaw <rearnsha@arm.com>
5051
5052 * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
5053 high word of an integral CONST_DOUBLE.
5054
5055 2004-01-12 Paul Brook <paul@codesourcery.com>
5056
5057 * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
5058
5059 2004-01-12 J"orn Rennecke <joern.rennecke@superh.com>
5060
5061 PR target/13585
5062 * sh-protos.h (check_use_sfunc_addr): Declare.
5063 * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
5064 * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
5065
5066 2004-01-12 Jan Hubicka <jh@suse.cz>
5067
5068 * alias.c: Invlude varray.h
5069 (alias_sets): Turn into varray.
5070 (get_alias_set_entry): Use VARRAY; mark inline.
5071 (mems_in_disjoint_alias_sets_p): Mark inline.
5072 (record_alias_subset): Use varray.
5073 (init_alias_once): Initialize varray.
5074 (new_alias_set): Grow array.
5075 * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
5076
5077 2004-01-12 Jan Hubicka <jh@suse.cz>
5078
5079 Partial fix for PR opt/10776 II
5080 * cselib.c: Include params.h
5081 (cselib_invalidate_mem): Limit amount of nonconflicting memory
5082 locations.
5083 * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
5084 * Makefile.in (cselib.o): Depend on params.h
5085
5086 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
5087
5088 * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
5089 simplify_unary_operation if the operand has a known mode.
5090
5091 2004-01-12 Hartmut Penner <hpenner@de.ibm.com>
5092
5093 PR target/13534
5094 * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
5095 predicate to handle 'ld' conform addresses.
5096 * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
5097 contraint.
5098 (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
5099 are memory contraints.
5100 * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
5101 New prototype.
5102 * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
5103 Change 'o' to 'Y' constraint.
5104 (*movdf_softfloat64): Ditto.
5105
5106 2004-01-12 Bernardo Innocenti <bernie@develer.com>
5107
5108 * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
5109 brace-enclosed syntax in all C output statements.
5110
5111 2004-01-12 David Edelsohn <edelsohn@gnu.org>
5112
5113 PR target/13401
5114 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
5115 Objective-C language type value is 14.
5116
5117 2004-01-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
5118
5119 PR c/12148
5120 * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
5121 `int' in a number of places to make sure we always have a SImode
5122 and not a HImode. Add a 'L' suffix to a number of constants.
5123
5124 2004-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5125
5126 * pa.c: Don't include obstack.h.
5127
5128 * pa.md: Correct constraint in pattern for loading PIC label address.
5129
5130 2004-01-11 Kaz Kojima <kkojima@gcc.gnu.org>
5131
5132 * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
5133 before defining.
5134
5135 2004-01-11 Steven Bosscher <stevenb@suse.de>
5136
5137 PR fortran/9972
5138 * toplev.c (rest_of_handle_inline): Also consider functions
5139 for deferral if the language is GNU F77.
5140
5141 2004-01-11 Zack Weinberg <zack@codesourcery.com>
5142
5143 * c-decl.c (diagnose_arglist_conflict): Add missing space to
5144 diagnostic messages.
5145
5146 2004-01-11 Jakub Jelinek <jakub@redhat.com>
5147
5148 PR middle-end/13392
5149 * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
5150 to drop through label. Don't fall back to SCC even when conditional
5151 jump has not been found.
5152
5153 2004-01-11 Jan Hubicka <jh@suse.cz>
5154
5155 * invoke.texi: Fix syntax error in previous patch.
5156
5157 Partial fix for PR opt/10776
5158 * Makefile.in (reload.o): Include param.h
5159 * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
5160 * reload.c: Include params.h.
5161 (find_equiv_reg): Work limiting check.
5162 * invoke.texi: Document.
5163
5164 2004-01-11 Richard Sandiford <rsandifo@redhat.com>
5165
5166 * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
5167 out-of-bounds accesses to string constants. Simplify mips16
5168 case accordingly.
5169
5170 2004-01-11 Richard Sandiford <rsandifo@redhat.com>
5171
5172 PR optimization/13469
5173 * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
5174 reload_cse_regs (-fnon-call-exceptions only).
5175
5176 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
5177
5178 * config/mcore/lib1.asm: Fix comment formatting.
5179 * config/mcore/mcore-elf.h: Likewise.
5180 * config/mcore/mcore.c: Likewise.
5181 * config/mcore/mcore.h: Likewise.
5182 * config/mcore/mcore.md: Likewise.
5183
5184 2004-01-10 Zack Weinberg <zack@codesourcery.com>
5185
5186 * c-decl.c (duplicate_decls): Break apart into...
5187 (diagnose_arglist_conflict, validate_proto_after_old_defn)
5188 (locate_old_defn, diagnose_mismatched_decls, merge_decls):
5189 ... these new functions. Restructure for comprehensibility.
5190 Remove various archaic special cases. Always report the
5191 location of the previous declaration when a diagnostic is issued.
5192 (redeclaration_error_message): Fold into diagnose_mismatched_decls.
5193 (match_builtin_function_types): Delete unnecessary forward declaration.
5194
5195 2004-01-10 Zack Weinberg <zack@codesourcery.com>
5196
5197 * genautomata.c (make_automaton, NDFA_to_DFA):
5198 Print progress bars with '.' characters instead of '*'.
5199 (build_automaton): Change notes to match.
5200
5201 2004-01-10 Kazu Hirata <kazu@cs.umass.edu>
5202
5203 * config/m32r/m32r.md: Use define_constants for unspec and
5204 unspec_volatile.
5205
5206 2004-01-10 Jan Hubicka <jh@suse.cz>
5207
5208 PR opt/11635
5209 * expr.c (expand_expr_real): More curefully expand union casts.
5210
5211 2004-01-10 Kazu Hirata <kazu@cs.umass.edu>
5212
5213 * config/m32r/m32r.md (flush_icache): Use 1 for
5214 unspec_volatile.
5215
5216 2004-01-10 David Edelsohn <edelsohn@gnu.org>
5217 James E Wilson <wilson@specifixinc.com>
5218
5219 PR debug/12860
5220 * dbxout.c (dbxout_symbol): Remove initialization of
5221 current_sym_code, current_sym_value, and current_sym_addr.
5222 (dbxout_symbol_location): Same.
5223 (dbxout_prepare_symbol): Zero current_sym_code,
5224 current_sym_value, and current_sym_addr.
5225
5226 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
5227
5228 * tree.c (get_unwidened): Reorder conditions so that the null pointer
5229 check is done first.
5230
5231 2004-01-09 Eric Christopher <echristo@redhat.com>
5232
5233 * toplev.c (rest_of_handle_cfg): Add reg_scan pass
5234 if we're running mark_constant_function.
5235
5236 2004-01-09 Jeff Bailey <jbailey@nisa.net>
5237
5238 PR target/12561
5239 * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
5240
5241 2004-01-09 Andrew Pinski <pinskia@physics.uc.edu>
5242
5243 PR debug/11231
5244 * dbxout.c (dbxout_type_fields): Return if any item is
5245 error_mark_node or the type is error_mark_node.
5246
5247 2004-01-09 Geoffrey Keating <geoffk@apple.com>
5248
5249 * config/rs6000/darwin-ldouble.c: Add big comment explaining
5250 exactly what is expected as a 'long double'.
5251 (_xlqadd): When a value to be returned is representable as a
5252 'double', just return it directly, do not construct it using a union.
5253 Also, correct final fixup.
5254 (_xlqmul): Likewise.
5255 (_xlqdiv): Likewise.
5256 * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
5257
5258 * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
5259
5260 2004-01-09 Richard Henderson <rth@redhat.com>
5261
5262 * recog.c (constrain_operands): Validate mem operands.
5263
5264 2004-01-09 James E Wilson <wilson@specifixinc.com>
5265
5266 * gcc.c (init_spec): Remove -lunwind from shared case.
5267 * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
5268
5269 2004-01-09 Steve Ellcey <sje@cup.hp.com>
5270
5271 * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
5272 * configure: Regenerate
5273
5274 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
5275
5276 PR c/11234
5277 * c-typeck.c (build_c_cast): If pedantic, warn for conversions
5278 between function and object pointers.
5279 (digest_init): When comparing a pointer to function type to the
5280 target type, only apply TREE_TYPE once to the pointer to function
5281 type.
5282 * except.c (for_each_eh_label_1): Treat data as a pointer to a
5283 function pointer rather than casting it to a function pointer.
5284 (for_each_eh_label): Update caller.
5285 * recog.h (struct insn_data): Use a struct or union for output.
5286 * genoutput.c (output_insn_data): Update.
5287 * final.c (get_insn_template): Update.
5288
5289 2004-01-09 Mark Mitchell <mark@codesourcery.com>
5290
5291 * expr.h (expand_expr): Make it a macro, not a function.
5292 (expand_expr_real): New function.
5293 * expr.c (store_expr): Adjust logic for deciding whether or not to
5294 copy the value returned by expand_expr.
5295 (expand_expr): Rename to ...
5296 (expand_expr_real): ... this. Add alt_rtl parameter. Adjust
5297 calls to language hooks.
5298 * c-common.h (c_expand_expr): Adjust prototype.
5299 * c-common.c (c_expand_expr): Add alt_rtl parameter.
5300 * langhooks-def.h (lhd_expand_expr): Change prototype.
5301 * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
5302 * langhooks.h (lang_hooks): Change type of expand_expr.
5303 * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
5304 (last_expr_alt_rtl): Likewise.
5305 (expand_expr_stmt_value): Set last_expr_alt_rtl.
5306 (clear_last_expr): Clear it.
5307 (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
5308 (expand_end_bindings): Save and restor last_expr_alt_rtl.
5309 * tree.def (RTL_EXPR): Give it an additional operand.
5310 * tree.h (RTL_EXPR_ALT_RTL): New macro.
5311
5312 2004-01-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5313
5314 * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
5315 * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
5316
5317 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
5318
5319 PR target/13380.
5320 * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
5321 or (ne:SI (reg:CC 17) (const_int 0)).
5322 Be specific about modes wherever possible.
5323
5324 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
5325
5326 * config/m32r/m32r.c (m32r_expand_block_move): Call
5327 gen_movestrsi_internal with two more arguments.
5328 (m32r_output_block_move): Adjust operand numbers.
5329 Properly update the source and destination pointers.
5330 * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
5331 'r+'. Change the set detinations to match_operand.
5332
5333 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
5334
5335 * final.c (FIRST_INSN_ADDRESS): Remove.
5336 (shorten_branches): Don't use FIRST_INSN_ADDRESS.
5337 * system.h (FIRST_INSN_ADDRESS): Poison.
5338 * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
5339 * config/m32r/m32r-protos.h: Remove the prototype for
5340 m32r_first_insn_address.
5341 * config/m32r/m32r.c (m32r_first_insn_address): Remove.
5342 * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
5343 * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
5344
5345 2004-01-09 J. Brobecker <brobecker@gnat.com>
5346
5347 * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
5348 we just created.
5349 (is_ada_subrange_type): DIEs for enumeration subtypes should be
5350 emitted as subrange types too.
5351 (subrange_type_die): Add handling of enumeration subtypes.
5352
5353 2004-01-08 Richard Henderson <rth@redhat.com>
5354
5355 PR opt/12441
5356 Revert: Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
5357 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
5358 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
5359 (ix86_address_cost): Be prepared for SUBREGed registers.
5360 (legitimate_address_p): Accept SUBREGed registers.
5361
5362 2004-01-08 Kelley Cook <kcook@gcc.gnu.org>
5363
5364 * Makefile.in: Rename configure.in to configure.ac
5365 * doc/sourcebuild.texi: Likewise.
5366 * configure: Regenerate.
5367 * config.in: Regenerate.
5368
5369 2004-01-08 Stuart Hastings <stuart@apple.com>
5370
5371 * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
5372
5373 2004-01-08 Jan Hubicka <jh@suse.cz>
5374
5375 * cgraphunit.c (cgraph_decide_inlining): Fix typo.
5376
5377 2004-01-08 Geoffrey Keating <geoffk@apple.com>
5378
5379 * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
5380 (UNSPEC_FIX_TRUNC_TF): New constant.
5381 (movtf_internal): Make splitter active only when insn is active.
5382 (extenddftf2): Rewrite to properly load zero into low part.
5383 (extenddftf2_internal): New.
5384 (extendsftf2): Rewrite.
5385 (truncdftf2): Correct length.
5386 (floatditf2): Delete.
5387 (fix_trunc_helper): New.
5388 (fix_trunctfdi2): Use fix_trunc_helper.
5389 (fix_trunctfsi2): Likewise.fix_trunc
5390 (fix_trunctfsi2_internal): New.
5391
5392 * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
5393 addresses are legitimate on Darwin even when flag_pic.
5394 (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
5395 non-offsettable addresses for loads of TFmode constants.
5396
5397 2004-01-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5398
5399 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
5400 variables in the appropriate bss section.
5401
5402 2004-01-09 Alan Modra <amodra@bigpond.net.au>
5403
5404 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
5405 target_flags has MASK_POWERPC64 when -m64.
5406 * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
5407 to 620, 630, power3, power4 and rs64a entries.
5408 * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
5409
5410 2004-01-08 Richard Sandiford <rsandifo@redhat.com>
5411
5412 * simplify-rtx.c (simplify_immed_subreg): Fix construction of
5413 floating-point constants.
5414
5415 2004-01-08 J. Brobecker <brobecker@gnat.com>
5416
5417 * dwarf2out.c (subrange_type_die): Add context_die parameter.
5418 Create the subrange_type DIE using the given context DIE.
5419 (modified_type_die): Update call to subrange_type_die.
5420
5421 2004-01-08 Zack Weinberg <zack@codesourcery.com>
5422
5423 * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
5424 Add multiple-include guard.
5425
5426 2004-01-08 Hartmut Penner <hpenner@de.ibm.com>
5427
5428 * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
5429 all vector constant loadable by vsplt*.
5430 (output_vec_const_move): Likewise.
5431
5432 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
5433
5434 PR c/6024
5435 * c-typeck.c (comptypes): Only treat enumerated types in the same
5436 translation unit as compatible with each other when they are the
5437 same type.
5438 * doc/extend.texi: Update.
5439
5440 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
5441
5442 PR c/12165
5443 * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
5444 array type from the array element type.
5445
5446 2004-01-07 Alan Modra <amodra@bigpond.net.au>
5447
5448 * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
5449 * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
5450 * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
5451 (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
5452 * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
5453
5454 2004-01-06 Eric Christopher <echristo@redhat.com>
5455
5456 * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
5457 (DWARF2_DEBUGGING_INFO): Define.
5458 (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
5459 * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
5460 * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
5461 for irix as.
5462 (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
5463 * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
5464 * config/mips/iris5gas.h: Ditto.
5465 (DBX_DEBUGGING_INFO): Remove.
5466 (DWARF2_DEBUGGING_INFO): Ditto.
5467 (MIPS_DEBUGGING_INFO): Ditto.
5468 (PREFERRED_DEBUGGING_TYPE): Ditto.
5469 * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
5470 (PREFERRED_DEBUGGING_TYPE): Ditto.
5471 (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
5472 * config/mips/elf64.h: Ditto.
5473
5474 2004-01-06 Jan Hubicka <jh@suse.cz>
5475
5476 * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
5477 (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
5478
5479 2004-01-06 Geoffrey Keating <geoffk@apple.com>
5480
5481 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
5482 (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
5483 * config/rs6000/darwin-ldouble.c: New.
5484
5485 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
5486 for constants.
5487 (constant_subword): Delete.
5488 * rtl.h (constant_subword): Delete prototype.
5489 (immed_double_const): Is not in varasm.c.
5490 * simplify-rtx.c (simplify_immed_subreg): New.
5491 (simplify_subreg): Use simplify_immed_subreg.
5492
5493 * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
5494 than trying to generate RTL directly.
5495 (fix_trunctfsi2): Use expand_fix rather than trying to generate
5496 RTL directly.
5497
5498 * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
5499
5500 2004-01-06 David Edelsohn <edelsohn@gnu.org>
5501
5502 * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
5503 function into a separate macro.
5504 (read_only_data_section): Add void argument.
5505 (private_data_section): Same.
5506 (read_only_private_data_section): Same.
5507 (toc_section): Same.
5508
5509 2004-01-06 Jan Hubicka <jh@suse.cz>
5510
5511 * invoke.texi: Remove typo in last change.
5512
5513 PR target/10301
5514 * config.gcc: Accept opteron and athlon-64 as variants
5515 of k8.
5516 * i386.c (override_options): Likewise.
5517 * invoke.texi (i386 -mtune): Expand documentation.
5518
5519 2004-01-06 Kazu Hirata <kazu@cs.umass.edu>
5520
5521 * alias.c: Fix comment typos.
5522 * builtins.c: Likewise.
5523 * cfg.c: Likewise.
5524 * df.c: Likewise.
5525 * dominance.c: Likewise.
5526 * dwarf2out.c: Likewise.
5527 * emit-rtl.c: Likewise.
5528 * expr.c: Likewise.
5529 * final.c: Likewise.
5530 * fold-const.c: Likewise.
5531 * gcse.c: Likewise.
5532 * genattrtab.c: Likewise.
5533 * genrecog.c: Likewise.
5534 * gensupport.c: Likewise.
5535 * ggc-zone.c: Likewise.
5536 * integrate.c: Likewise.
5537 * local-alloc.c: Likewise.
5538 * loop.c: Likewise.
5539 * recog.c: Likewise.
5540 * regmove.c: Likewise.
5541 * reg-stack.c: Likewise.
5542 * reorg.c: Likewise.
5543 * rtlanal.c: Likewise.
5544 * rtl.h: Likewise.
5545 * sched-ebb.c: Likewise.
5546 * simplify-rtx.c: Likewise.
5547 * toplev.c: Likewise.
5548 * varasm.c: Likewise.
5549
5550 2004-01-06 Kazu Hirata <kazu@cs.umass.edu>
5551
5552 * doc/install.texi: Fix typos.
5553 * doc/invoke.texi: Likewise.
5554 * doc/md.texi: Likewise.
5555
5556 2004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5557
5558 * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
5559
5560 2004-01-06 Jan Hubicka <jh@suse.cz>
5561
5562 * i386.c (init_cumulative_args): Add handling of MMX_REGPARM.
5563 (function_arg_advance): Do not pass aggregates in SSE; deal handling
5564 of MMX_REGPARM.
5565 (function_arg): Add new warnings about ABI changes; fix SSE_REGPARM;
5566 add MMX_REGPARM.
5567 * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
5568 (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
5569 (MMX_REGPARM_MAX): Similarly for -mmmx.
5570
5571 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5572
5573 * config/sh/linux.h: Fix comment formatting.
5574 * config/sh/netbsd-elf.h: Likewise.
5575 * config/sh/sh.c: Likewise.
5576 * config/sh/sh.h: Likewise.
5577 * config/sh/vxworks.h: Likewise.
5578
5579 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5580
5581 * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
5582 * toplev.c (output_file_directive): Don't use
5583 ASM_OUTPUT_MAIN_SOURCE_FILENAME.
5584
5585 2004-01-05 Steven Bosscher <s.bosscher@student.tudelft.nl>
5586
5587 * toplev.c: Fix broken checkin of 2003-12-30.
5588
5589 2004-01-05 Daniel Berlin <dberlin@dberlin.org>
5590
5591 * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
5592 (USING_MMAP): We don't support non-mmap.
5593 (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
5594 large objects.
5595 (struct page_entry): Remove bytes_free.
5596 (struct page_table_chain): Remove.
5597 (struct globals): Remove page_table member.
5598 (loookup_page_table_entry): Function deleted.
5599 (set_page_table_entry): Ditto.
5600 (ggc_allocated_p): No longer need page table lookups.
5601 (ggc_marked_p): Ditto.
5602 (alloc_small_page): Don't care about bytes_free anymore.
5603 (alloc_large_page): Round up size.
5604 (ggc_alloc_zone_1): Mark large objects as such, and calculate
5605 their size the new way.
5606 Remove page table lookups and setting.
5607 (ggc_get_size): Calculate large object size the new way.
5608 (sweep_pages): Redo to account for fact that we no longer have
5609 bytes_free.
5610 (ggc_collect): No longer need to reincrement bytes_free.
5611 (ggc_pch_alloc_object): Handle new large objects properly.
5612 (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
5613
5614 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5615
5616 * doc/invoke.texi: Remove a page break.
5617
5618 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5619
5620 * config/avr/avr.c (avr_output_function_prologue): Remove an
5621 extra pair of curly braces.
5622
5623 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5624
5625 * config/mn10300/mn10300.c: Fix comment formatting.
5626 * config/mn10300/mn10300.h: Likewise.
5627
5628 2004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5629
5630 * tree.h: Update documentation on nothrow_flag.
5631 * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
5632 types.
5633
5634 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
5635
5636 * doc/invoke.texi: Remove traces of dead ports.
5637
5638 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
5639
5640 * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
5641 option.
5642
5643 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
5644
5645 PR target/12945
5646 * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
5647 counter labels.
5648 * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
5649 (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
5650 string constants if TARGET_MIPS16. Use SYMBOL_REF_DECL to check
5651 the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
5652 (mips_symbol_insns): Don't trust the local/global classification.
5653 (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
5654 (override_options): Make -mabicalls -fno-unit-at-a-time imply
5655 -mno-explicit-relocs.
5656 (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
5657 between local and global symbols.
5658
5659 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
5660
5661 * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
5662 (mips_preferred_reload_class): Declare.
5663 * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
5664 (EXTRA_CONSTRAINT): Update accordingly.
5665 (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
5666 * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
5667 (mips_preferred_reload_class): New function. Prefer LEA_REGS if
5668 mips_dangerous_for_la25_p.
5669 (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
5670 if mips_dangerous_for_la25_p.
5671
5672 2004-01-05 Bernardo Innocenti <bernie@develer.com>
5673
5674 * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
5675 warning.
5676
5677 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5678
5679 * configure.ac: Use AC_PROG_CPP_WERROR.
5680 * configure: Regenerate.
5681
5682 2004-01-04 Zack Weinberg <zack@codesourcery.com>
5683
5684 * .cvsignore: Add autom4te.cache.
5685
5686 2004-01-04 Richard Sandiford <rsandifo@redhat.com>
5687
5688 * doc/invoke.texi: Revamp documentation of MIPS options. Remove
5689 -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
5690 -m4650, -mfix7000 and -(m)no-crt0. Put endianness options first,
5691 then architecture options, then ABI options. General rewording.
5692
5693 2004-01-04 Joseph S. Myers <jsm@polyomino.org.uk>
5694
5695 PR c/3414
5696 * doc/extend.texi: Clarify definition of malloc attribute.
5697
5698 2004-01-04 Jan Hubicka <jh@suse.cz>
5699
5700 * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
5701 * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
5702 * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
5703 (cgraph_inline_p): Add extra argument reason.
5704 * cgraphunit.c: Minor formating fixes.
5705 cgraph_first_inlined_callee): New functions.
5706 (record_call_1): Record builtins too.
5707 (cgraph_analyze_function): Update inline_failed messages.
5708 (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
5709 cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
5710 (cgraph_check_inline_limits): Likewise; Add argument reason.
5711 (cgraph_set_inline_failed): New static function.
5712 (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
5713 reasons.
5714 (cgraph_inline_p): Add new argument reason.
5715 * tree-inline.c (expand_call_inline): Update warning.
5716
5717 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5718
5719 * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
5720 with modern equivalents.
5721 * configure: Regenerate.
5722
5723 * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
5724 * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
5725 * configure: Regenerate.
5726
5727 * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
5728
5729 * configure.in: Rename to configure.ac.
5730 * configure.ac: Renamed from configure.in; make minimum necessary
5731 changes for autoconf 2.5x.
5732 * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
5733 * configure: Regenerate with autoconf 2.57.
5734
5735 2004-01-03 Kazu Hirata <kazu@cs.umass.edu>
5736
5737 * config/mips/linux.h: Fix comment formatting.
5738 * config/mips/mips.c: Likewise.
5739 * config/mips/mips.h: Likewise.
5740 * config/mips/mips.md: Likewise.
5741 * config/mips/netbsd.h: Likewise.
5742 * config/mips/windiss.h: Likewise.
5743
5744 2004-01-02 Richard Henderson <rth@redhat.com>
5745
5746 * config/i386/i386.md (fp constant pool splitter): Reorg suppression
5747 for sse and 387; add suppression for mmx.
5748
5749 2004-01-02 Andrew Pinski <pinskia@physics.uc.edu>
5750
5751 * loop.c (loop_optimize): Free all loops_info's mems.
5752
5753 * c-typeck.c (finish_init): Free spelling_base before
5754 setting it again.
5755
5756 * cfgloop.c (flow_loops_find): Always free the sbitmap
5757 headers.
5758
5759 * predict.c (estimate_probability): Free bbs after being
5760 done with it.
5761
5762 2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
5763
5764 * config/mn10300/mn10300.h (PREDICATE_CODES): Add
5765 const_8bit_operand and call_address_operand.
5766
5767 2004-01-02 Jan Hubicka <jh@suse.cz>
5768
5769 * cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls
5770 when there is nothing to inline but warnings are requested.
5771 (cgraph_decide_inlining): Fix memory leak.
5772
5773 2004-01-02 Jan Hubicka <jh@suse.cz>
5774
5775 * expr.c (store_constructor): Fix pasto in previous patch.
5776
5777 2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
5778
5779 * config/i386/cygming.h: Fix comment formatting.
5780 * config/i386/djgpp.h: Likewise.
5781 * config/i386/gthr-win32.c: Likewise.
5782 * config/i386/i386-interix.h: Likewise.
5783 * config/i386/i386.c: Likewise.
5784 * config/i386/i386.h: Likewise.
5785 * config/i386/openbsd.h: Likewise.
5786 * config/i386/winnt.c: Likewise.
5787 * config/i386/xm-mingw32.h: Likewise.
5788
5789 2004-01-02 Joseph S. Myers <jsm@polyomino.org.uk>
5790
5791 * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
5792 copyright and last modification dates.
5793
5794 2004-01-02 Andreas Jaeger <aj@suse.de>, Gerald Pfeifer <gp@suse.de>
5795
5796 * doc/install.texi (Specific): Mention x86_64.
5797
5798 2004-01-01 Hans-Peter Nilsson <hp@bitrange.com>
5799
5800 * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
5801 Call force_operand on plus_constant result.
5802
5803 2004-01-01 Jan Hubicka <jh@suse.cz>
5804
5805 * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
5806 * expr.c (store_constructor): Use vec_init pattern.
5807 * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
5808 * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
5809 (vec_set_optab, vec_extract_optab, vec_init_optab): New.
5810 * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
5811 New patterns.
5812 (sse2_unpc?pd): Fix pattern.
5813 (sse2_movlpd): Kill.
5814 (sse2_movsd): Deal with movlpd too.
5815 * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
5816 (ix86_expand_vector_init): New.
5817 * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
5818 * md.texi (vec_set, vec_extract): Document
5819
5820 2003-12-31 Jan Hubicka <jh@suse.cz>
5821
5822 PR opt/13473
5823 * recog.c (validate_replace_rtx_1): Take care for RTL sharing inside
5824 ASM input operands
5825
5826 PR opt/12617
5827 * toplev.c (dump_file_index): Reorder ce3 and bbro.
5828 (dump_file): Likewise.
5829 (rest_of_compilation): Likewise.
5830
5831 PR debug/13367
5832 * cgraph.c (cgraph_function_possibly_inlined): Even with
5833 flag_really_no_inline we inline always_inline functions.
5834 * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
5835 for non-always_inline functions when there is flag_really_no_inline.
5836 (cgraph_decide_inlining): Limit work done when not inlining.
5837 (cgraph_decide_inlining_incrementally): Likewise.
5838 (cgraph_optimize_function): Check whether something got inlined.
5839 * c-objc-common.c (c_disregard_inline_limits): Do not always inline
5840 extern inline functions when not inlining.
5841
5842 * opts.c (decode_options): Disable crossjumping at -O1
5843 * invoke.texi (-O1): Document change.
5844
5845 See ChangeLog.10 for earlier changes.