* recog.c: Fix a typo in copyright.
[gcc.git] / gcc / ChangeLog
1 2004-01-23 Kazu Hirata <kazu@cs.umass.edu>
2
3 * recog.c: Fix a typo in copyright.
4
5 2004-01-23 Andrew Pinski <apinski@apple.com>
6
7 * config/rs6000/rs6000.md (call): Fix misappiled patch.
8 (call_value): Likewise.
9
10 2004-01-23 Richard Henderson <rth@redhat.com>
11
12 PR opt/12941
13 * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
14 (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
15 if SHIFT_COUNT_TRUNCATED is set.
16
17 2004-01-23 Bob Wilson <bob.wilson@acm.org>
18
19 * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
20 separate real and imaginary parts.
21 * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
22
23 2004-01-23 Hartmut Penner <hpenner@de.ibm.com>
24
25 PR target/13674
26 * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
27 loading into GPR.
28
29 2004-01-23 Jan Hubicka <jh@suse.cz>
30
31 * emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing
32 change.
33
34 * alloc-pool.c (align_four): Kill.
35 (create_alloc_pool): Align size to eight.
36 (free_alloc_pool, free_pool): Invalidate deallocated data.
37
38 2004-01-23 Ian Lance Taylor <ian@wasabisystems.com>
39
40 PR gcc/1532
41 * cse.c (cse_change_cc_mode): New static function.
42 (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
43 (cse_condition_code_reg): New function.
44 * rtl.h (cse_condition_code_reg): Declare.
45 * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
46 * target.h (struct gcc_target): Add fixed_condition_code_regs and
47 cc_modes_compatible.
48 * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
49 (TARGET_CC_MODES_COMPATIBLE): Define.
50 (TARGET_INITIALIZER): Add new initializers.
51 * targhooks.c (default_cc_modes_compatible): New function.
52 * targhooks.c (default_cc_modes_compatible): Declare.
53 * hooks.c (hook_bool_intp_intp_false): New function.
54 * hooks.h (hook_bool_intp_intp_false): Declare.
55 * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
56 (TARGET_CC_MODES_COMPATIBLE): Define.
57 (ix86_fixed_condition_code_regs): New static function.
58 (ix86_cc_modes_compatible): Likewise.
59 * doc/tm.texi (Condition Code): Document new hooks.
60
61 2004-01-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
62
63 * fixinc/inclhack.def (bad_lval): Renamed to ...
64 (alpha_bad_lval): ... this.
65 Removed file list.
66 Restrict to alpha*-dec-osf*.
67 * fixinc/fixincl.x: Regenerate.
68 * fixinc/tests/base/dirent.h: Remove, moving test ...
69 * fixinc/tests/base/testing.h: ... here, reflecting new name.
70
71 2004-01-23 Zack Weinberg <zack@codesourcery.com>
72
73 PR c/13814
74 * c-decl.c (diagnose_mismatched_decls): Also discard a
75 built-in if we encounter an old-style definition with the
76 same name.
77
78 2004-01-23 Jakub Jelinek <jakub@redhat.com>
79
80 * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
81 set to default{32,64}.
82
83 2004-01-21 Jakub Jelinek <jakub@redhat.com>
84
85 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
86 [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
87
88 2004-01-23 Eric Botcazou <ebotcazou@act-europe.fr>
89 Olivier Hainque <hainque@act-europe.fr>
90
91 * fold-const.c (fold_binary_op_with_conditional_arg): Only
92 build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
93
94 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
95
96 * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
97 size for minipool references.
98
99 2004-01-23 Roger Sayle <roger@eyesopen.com>
100
101 * real.c (real_floor, real_ceil): Tweak to allow input and output
102 arguments to overlap.
103 (real_round): New function to implement round(3m) semantics.
104 * real.h (real_round): Prototype here.
105 * builtins.c (fold_builtin_round): New function to constant fold
106 round, roundf and roundl.
107 (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
108
109 2004-01-23 Alexandre Oliva <aoliva@redhat.com>
110
111 PR optimization/13819
112 * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
113 introduced by 2004-01-20's Jan Hubicka's copy_insn change.
114 (sh_handle_sp_switch_attribute): Remove warning.
115
116 2003-11-30 Jan Hubicka <jh@suse.cz>
117
118 * i386.c (ix86_emit_restore_regs_using_mov): Deal with large offsets.
119
120 2004-01-23 J"orn Rennecke <joern.rennecke@superh.com>
121
122 * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
123 may or may not return non-NIL.
124 * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
125 check CANNOT_CHANGE_MODE_CLASS
126
127 2004-01-23 Jan Hubicka <jh@suse.cz>
128
129 * basic-block.h (PROP_POSTRELOAD): New macro.
130 (CLEANUP_LOG_LINKS): New.
131 * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
132 * toplev.c (rest_of_handle_life): Preserve LOG_LINKS trought cleanup_cfg.
133
134 * cselib.c (value_pool): New.
135 (new_cselib_val): Use pool.
136 (cselib_init): Initialize value_pool
137 (cselib_finish): Free pool.
138
139 2004-01-23 Eric Botcazou <ebotcazou@libertysurf.fr>
140
141 * config/sparc/sparc.c (scan_record_type): New function.
142 (function_arg_slotno): Use it to determine which kinds of
143 registers the record can be passed in.
144
145 2004-01-22 James A. Mmorrison <ja2morri@uwaterloo.ca>
146
147 * config/pa/fptr.c: Fix old-style definition.
148
149 2004-01-22 Paolo Bonzini <bonzini@gnu.org>
150
151 PR optimization/13724
152 * cse.c (fold_rtx) <SUBREG>: Fold a SUBREG to zero if it
153 represents the zero bits produced by a ZERO_EXTEND operation.
154
155 2004-01-22 Roger Sayle <roger@eyesopen.com>
156
157 PR optimization/13821
158 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
159 correctly calculate the lowpart offset of the contracted subreg.
160
161 2004-01-22 Ian Lance Taylor <ian@wasabisystems.com>
162
163 * doc/invoke.texi (Optimize Options): Note that --param arguments
164 are subject to change without notice.
165
166 2004-01-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
167
168 * config.gcc (mips-sgi-irix6*o32): Removed.
169 * config/mips/iris6-o32-as.h: Likewise.
170 * config/mips/iris6-o32-gas.h: Likewise.
171 * config/mips/iris6-o32.h: Likewise.
172
173 2004-01-22 Jan Hubicka <jh@suse.cz>
174
175 * cfgcleanup.c (first_pass): New static variable.
176 (try_forward_edges): Add work limiting check for threading.
177 (try_crossjump_bb): Add work limiting check for crossjumping.
178 (try_optimize_cfg): Maintain first pass variable.
179
180 2004-01-22 Bob Wilson <bob.wilson@acm.org>
181
182 * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
183 handles complex and vector modes.
184
185 2004-01-22 Kazu Hirata <kazu@cs.umass.edu>
186
187 * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
188 (REG_OK_FOR_BASE_P_STRICT): Likewise.
189 (STRICT): Likewise.
190
191 2004-01-22 Daniel Jacobowitz <drow@mvista.com>
192
193 * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
194 (genrtl_for_stmt): Remove emit_nop calls.
195
196 2004-01-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
197
198 PR target/13713
199 PR target/13324
200 * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
201 movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
202 clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
203
204 2004-01-22 Daniel Jacobowitz <drow@mvista.com>
205
206 * config/arm/arm.c: Include "debug.h".
207 (thumb_pushpop): Take two new arguments. Add some commentary.
208 Output frame information when pushing.
209 (thumb_exit, thumb_unexpanded_epilogue): Update calls to
210 thumb_pushpop.
211 (thumb_output_function_prologue): Likewise. Accumulate a CFA
212 offset, and pass it to thumb_pushpop. Output CFI information.
213 (thumb_expand_prologue): Add some frame-related markers and notes.
214
215 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
216
217 * config/s390/s390.c (s390_frame_info): Allow large frame sizes
218 for TARGET_64BIT.
219 (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
220 * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
221
222 2004-01-22 Roger Sayle <roger@eyesopen.com>
223 Paolo Bonzini <bonzini@gnu.org>
224
225 * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
226 (subreg_lsb): Change to call new subreg_lsb_1 helper function.
227 * rtl.h (subreg_lsb_1): Prototype here.
228 * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
229 sign extensions.
230
231 2004-01-22 Kazu Hirata <kazu@cs.umass.edu>
232
233 * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
234 macro need not be defined if jump-tables should contain
235 relative addresses only when -fPIC or -fPIC is in effect.
236
237 2004-01-22 Jan Hubicka <jh@suse.cz>
238
239 * alias.c (reg_base_value): Turn into varray.
240 (reg_base_value_size): Kill.
241 (old_reg_base_value): New deletable varray.
242 (alias_invariant_size): New variable.
243 (REG_BASE_VALUE): Update to use varray.
244 (find_base_value): Likewise.
245 (record_set): Likewise.
246 (record_base_value): Likewise.
247 (memrefs_conflict_p): Likewise.
248 (record_set): Likewise
249 (record_base_value): Likewise.
250 (memrefs_conflict_p): Use alias_invariant_size.
251 (init_alias_analysis): Use varray; set alias_invariant_size;
252 rescale other arrays to be sized by maxreg.
253 (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
254
255 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
256
257 * config/sparc/sparc.c (function_arg_slotno): Use
258 FLOAT_TYPE_P to detect FP fields in structures.
259 (function_arg_record_value_1): Likewise.
260 (function_arg_record_value_2): Likewise.
261
262 2004-01-22 Jan Hubicka <jh@suse.cz>
263
264 * function.c (allocate_struct_function): Do not initialize expr, emit
265 and varasm.
266 (prepare_function_start): Do it here.
267 * c-parse.in (maybe_type_qual): Do not produce line number notes.
268
269 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
270
271 PR target/13559
272 * config/sparc/sparc.c (function_arg_record_value_3): Revert
273 to 'word_mode' once the first slot has been filled.
274
275 2004-01-22 Olivier Hainque <hainque@act-europe.fr>
276
277 * config/sparc/sparc.c (function_arg_record_value_1): Fix
278 computation of the number of integer registers required.
279
280 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
281
282 * config/i386/i386.md: Simplify certain comparisons of
283 const_int.
284
285 2004-01-21 Andrew Pinski <apinski@apple.com>
286
287 PR target/13785
288 * config/rs6000/rs6000.md (call_value): Force operand
289 1 not operand 0 into a register.
290
291 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
292
293 * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
294 unwind-dw2-fde.h: Update copyright.
295
296 2004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
297
298 * pa-protos.h: Update copyright.
299 * pa.h: Likewise.
300 * pa.md: Likewise.
301
302 2004-01-21 Caroline Tice <ctice@apple.com>
303
304 PR target/12308
305 * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
306 flags register.
307 (fix_truncdfdi2): Likewise.
308 (fix_truncsfdi2): Likewise.
309 (*fix_truncdi_1): Likewise.
310 (fix_truncxfsi2): Likewise.
311 (fix_truncdfsi2): Likewise.
312 (fix_truncsfsi2): Likewise.
313 (*fix_truncsi_1): Likewise.
314 (fix_truncxfhi2): Likewise.
315 (fix_truncdfhi2): Likewise.
316 (fix_truncsfhi2): Likewise.
317 (*fix_trunchi_1): Likewise.
318
319 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
320
321 * alias.c, basic-block.h, c-common.c, c-common.h,
322 c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
323 calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
324 combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
325 cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
326 defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
327 expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
328 genautomata.c, genconditions.c, genemit.c, genflags.c,
329 gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
330 ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
331 langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
332 line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
333 ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
334 rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
335 target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
336 unwind.h, varray.c, varray.h: Update copyright.
337
338 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
339
340 * config/h8300/coff.h: Update copyright.
341 * config/h8300/elf.h: Likewise.
342 * config/h8300/h8300-protos.h: Likewise.
343 * config/h8300/h8300.c: Likewise.
344 * config/h8300/h8300.h: Likewise.
345 * config/h8300/h8300.md: Likewise.
346
347 2004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
348
349 * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
350 ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
351 ultrix_unistd): New hacks.
352 * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
353 ULTRIX_CONST2_CHECK): Add checks.
354 * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
355 * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
356 * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
357 * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
358 * fixinc/tests/base/locale.h: New file.
359 * fixinc/fixincl.x: Rebuilt.
360
361 2004-01-21 Andreas Jaeger <aj@suse.de>
362 Michael Matz <matz@suse.de>
363
364 * doc/extend.texi (Extended Asm): Clarify memory clobber.
365
366 2004-01-21 Jakub Jelinek <jakub@redhat.com>
367
368 * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
369 _Jv_RegisterClasses through a function pointer.
370
371 2004-01-21 Falk Hueffner <falk@debian.org>
372
373 PR target/12898
374 * config/alpha/alpha.c (alpha_emit_set_const_1): If
375 no_new_pseudos, use gen_rtx_SET directly for SImode constants
376 which need multiple instructions to emit.
377
378 2004-01-21 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
379
380 * config/m32r/m32r.h (CPP_SPEC): Define.
381
382 2004-01-21 Zack Weinberg <zack@codesourcery.com>
383
384 * c-decl.c (merge_decls): Kill different_binding_level and
385 different_tu arguments; simplify throughout.
386 (duplicate_decls): Likewise.
387 (pushdecl, merge_translation_unit_decls): Update calls to
388 duplicate_decls.
389
390 2004-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
391
392 * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
393 $(SYSTEM_H).
394 (print-rtl1.o): Depend on $(SYSTEM_H).
395
396 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
397
398 PR bootstrap/12730
399 * configure.ac: Delete definition and subsitution of docdir.
400 Add info, man, srcman and srcinfo to target hooks. Create doc/
401 directory.
402 * configure: Regenerate.
403 * Makefile.in: Don't substitute docdir and delete all references
404 throughout.
405 (MAKEINFOFLAGS): Define.
406 (stmp-docobjdir): Delete.
407 (INFOFILES, MANFILES): Define.
408 (info): Call lang.info, srcinfo and lang.srcinfo.
409 (generated-manpages): Call lang.man, srcman and lang.srcman.
410 (srcinfo, srcman): New rules to copy back files to source directory.
411 (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
412 (install-man): Revamp rule.
413 (clean): Update dvi directory.
414 (distclean): Delete TAGS from front end directorys.
415 (maintainer-clean): Delete all document files in source directory.
416
417 objc/Make-lang.in (objc.man, objc.info): Dummy entries.
418 (objc.srcman, objc.srcinfo): Likewise.
419
420 2004-01-20 Bruce Korb <bkorb@gnu.org>
421
422 * fixinc/inclhack.def(math_exception): bypass only for glibc.
423 (matherr_decl): rename & relocate as exception_structure.
424 This fix must precede the math_exception fix.
425
426 2004-01-20 Roger Sayle <roger@eyesopen.com>
427
428 * fold-const.c (fold_convert): Rename to fold_convert_const.
429 (fold_convert_const): Change arguments to take a tree_code,
430 a type and the operand/expression to be converted. Return
431 NULL_TREE if no simplification is possible. Add support for
432 FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
433 (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
434 Adjust call to fold_convert to match new fold_convert_const.
435 Avoid modifying the tree passed to fold in-place.
436
437 2004-01-21 Alan Modra <amodra@bigpond.net.au>
438
439 * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
440 * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
441 * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
442
443 2004-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
444
445 * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
446 * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
447 Likewise. Handle frames larger than 0x7fffffff on 64-bit ports.
448 (emit_move_sequence): Check scratch_reg first in various if statements.
449 Extend source simplification to handle all 64-bit CONST_INTs.
450 (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
451 frame size.
452 (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
453 frame offset calculations.
454 * pa.h (NEW_HP_ASSEMBLER): Add comment.
455 (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
456 LEGITIMATE_64BIT_CONST_INT_P): Define.
457 (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P. Treat
458 any CONST_INT as legitimate during and after reload.
459 (VAL_32_BITS_P, INT_32_BITS): Define.
460 (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
461
462 2004-01-20 Jan Hubicka <jh@suse.cz>
463
464 * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
465 emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
466 containing hard regs are shared.
467 (gen_hard_reg_clobber): New function.
468 (hard_reg_clobbers): New array.
469 * genemit.c (gen_exp): Use gen_hard_reg_clobber.
470 (copy_rtx): Do not copy clobbers containing hard regs.
471 * rtl.h (gen_hard_reg_clobber): Declare.
472
473 2004-01-20 Jan Hubicka <jh@suse.cz>
474
475 * varray.c: Include hashtab.h
476 (varray_descriptor): New structure.
477 (hash_descriptor, eq_descriptor, varray_descriptor,
478 print_statistics): New static functions
479 (varray_init, varray_grow): Update statistics
480 (dump_varray_statistics): New function.
481 * varray.h (dump_varray_statistics): Declare.
482 * toplev.c (finalize): Call it.
483 * Makefile.in (varray.o): Add dependency.
484
485 2004-01-20 Jan Hubicka <jh@suse.cz>
486
487 * cselib.c: Include alloc-pool.h
488 (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
489 (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
490 (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
491 unchain_one_elt_loc_list_pool, unchain_one_value,
492 new_cselib_val): Simplify using allocpool.
493 (cselib_init): Initialize allocpools.
494 (cselib_finish): Finish allocpools.
495 * Makefile.in (cselib.o): Depend on alloc-pool.h
496
497 2004-01-20 Richard Sandiford <rsandifo@redhat.com>
498
499 * config/mips/mips.c (mips_load_call_address): Make the call insn
500 use $gp if it could be calling a lazy binding stub.
501
502 2004-01-20 Kazu Hirata <kazu@cs.umass.edu>
503
504 * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
505 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
506 (TARGET_STRUCT_VALUE_RTX): Likewise.
507 * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
508 (PROMOTE_FUNCTION_RETURN): Remove.
509 (STRUCT_VALUE): Remove.
510
511 2004-01-20 Denis Chertykov <denisc@overta.ru>
512
513 PR bootstrap/13735
514 * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
515 register as pointer after reload.
516
517 2004-01-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
518
519 PR optimization/12440
520 * loop.c: Include ggc.h.
521 (loop_optimize): Run garbage collector between optimization of loops.
522 * Makefile.in (loop.o): Add GGC_H dependency.
523
524 2004-01-20 Hartmut Penner <hpenner@de.ibm.com>
525
526 * gcc/config/rs6000/rs6000.c (function_arg) Handle
527 vector register special in function without prototype.
528 (function_arg_advance): Vector parameters get always
529 GPRs allocated for the linux64 target.
530
531 2004-01-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
532
533 * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
534 not TARGET_M32RX_MASK.
535
536 2004-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
537
538 PR target/13557
539 * config/sparc/sparc.c (function_arg): Reorder the cases.
540
541 2004-01-19 Per Bothner <per@bothner.com>
542
543 Move cpp_reader's line_maps field to a shared global.
544 * cpphash.h (cpp_reader): Rename line_maps field to line_table
545 and change the type to a pointer rather than a struct.
546 * cppinit.c (cpp_push_main_field): Adjust accordingly.
547 * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
548 Likewise.
549 * cppfiles.c (validate_pch): Likewise.
550 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
551 Likewise.
552 * cpperror.c (print_location): Likewise.
553 * cpplib.h (cpp_create_reader): New line_maps pointer parameter.
554 * cppinit.c (cpp_create_reader): Handle new parameter.
555 (cpp_destroy): Don't free line_maps - that's no longer our job.
556 * input.h (line_table): New variable.
557 * toplev.c (line_table): Declare variable.
558 (general_init): Initialize line_table.
559 * c-opts.c (c_common_init_options): Pass line_table to
560 cpp_create_reader.
561 * fix-header.c (read_scan_file): New local variable line_table.
562 Initialize, and pass it to cpp_create_reader.
563 * Makefile.in (LIBS, LIBDEPS): Add libcpp.a.
564 (C_AND_OBJC_OBJS, fix-header): Remove redundant libcpp.a.
565
566 2004-01-19 Per Bothner <per@bothner.com>
567
568 Implement a cache for linemap_lookup.
569 * line-map.h (struct_line_maps): Add cache field.
570 * line-map.c (linemap_init): Zero cache field.
571 (linemap_add): Set cache field to offset of newly allocated map.
572 (linemap_lookup): Use and set cache field.
573
574 2004-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
575
576 PR optimization/13567
577 * cse.c (cse_basic_block): Call cse_insn with a non-null
578 libcall_insn for the last SET insn of a no-confilict block.
579
580 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
581
582 * Makefile.in (target_noncanonical, program_transform_name): Use
583 immediate define instead of deferred.
584 (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
585 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
586 GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
587 deferred backquote.
588
589 2004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
590
591 * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
592 true unconditionally.
593 * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
594 Remove.
595 (build_unary_op, build_modify_expr): Don't handle extended
596 lvalues.
597 (build_component_ref, build_conditional_expr): Call non_lvalue
598 instead of pedantic_non_lvalue.
599 (build_c_cast): Don't condition use of non_lvalue on pedantic.
600 * fold-const.c (fold): Don't check pedantic directly for
601 COMPOUND_EXPR. Ensure that results for COMPOUND_EXPR are
602 passed to pedantic_non_lvalue.
603 * doc/extend.texi: Remove documentation of extended lvalues.
604
605 2004-01-19 Roger Sayle <roger@eyesopen.com>
606
607 PR optimization/5263
608 * simplify-rtx.c (associative_constant_p): Delete.
609 (simplify_associative_operation): Rewrite to linearize terms, and
610 attempt to simplify new term against both left and right subterms.
611 (simplify_binary_operation): Call swap_commutative_operands_p on
612 op0 and op1, not trueop0 and trueop1. Move the initialization of
613 trueop0 and trueop1 down to where first needed.
614 (simplify_relational_operation): Likewise.
615 * rtlanal.c (commutative_operand_precedence): Also order constant
616 operands using avoid_constant_pool_reference.
617
618 2004-01-19 Richard Henderson <rth@redhat.com>
619
620 * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
621 don't check memory mode.
622 (unaligned_memory_operand): Likewise.
623 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
624 abort for op0 not MEM.
625
626 * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
627 is not a reg, copy to a scratch first.
628 (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
629 unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
630 unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
631 (reload_inqi, reload_inhi): Fix mode of op0.
632 (reload_inqi_help, reload_inhi_help, reload_outqi_help,
633 reload_outhi_help): Likewise. Use define_insn_and_split.
634
635 * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
636 as well as $29 dead.
637
638 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
639
640 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New. Emit
641 "tls_object" for thread-local objects.
642 * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
643 "#tls" for thread-local sections.
644 * configure.ac (thread-local checks): Specify --fatal-warnings in
645 every binutils-specific checks. For sparc*-*-*, test whether the
646 OS is Solaris and the tools are native and act accordingly.
647 * configure: Rebuild.
648
649 2004-01-19 Jeff Law <law@redhat.com>
650
651 * contrib.texi: Update Paolo Carlini's entry. New entries for
652 Jerry Quinn and Petur Runolfsson.
653
654 2004-01-19 Roger Sayle <roger@eyesopen.com>
655
656 * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
657 size, don't use the larger zero-extending loads.
658
659 2004-01-19 Richard Henderson <rth@redhat.com>
660
661 * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
662 * alpha.md (UNSPEC_NT_LDA): Remove.
663 (UNSPEC_CVTLQ, cvtlq): New.
664 (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
665 (extendsidi2_fix): Remove.
666 (extendsidi2 splitter): Use cvtlq.
667 (extendsidi2 fp peepholes): Remove.
668 (cvtql): Use SFmode instead of SImode.
669 (fix_trunc?fsi): Update to match.
670 (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
671 (movsi): Rename from movsi_nofix, remove f alternatives.
672 (movsi_nt_vms): Similarly.
673 (movsi_fix, movsi_nt_vms_fix): Remove.
674 (nt_lda): Remove.
675 * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
676
677 2004-01-19 Jan Hubicka <jh@suse.cz>
678
679 * cgraph.c (cgraph_remove_node): Fix removal from linked list.
680 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
681 list.
682 (cgraph_remove_unreachable_nodes): New function
683 (cgraph_decide_inlining_of_small_function): Fix pasto.
684 (cgraph_decide_inlining_incrementally): Fix pasto.
685 (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
686
687 2004-01-19 Steven Bosscher <stevenb@suse.de>
688
689 * gengtype.c (header_file): Make it static.
690 (write_types_process_field, write_enum_defn): Minor whitespace fixes.
691 * gengtype.h (header_file): No longer extern.
692
693 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
694
695 * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
696 * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
697 * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
698
699 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
700
701 * stmt.c (HAVE_casesi): Define it not already defined.
702 (HAVE_tablejump): Likewise.
703 (expand_end_case_type): Resort to the binary tree method if
704 neither casesi or tablejump is available.
705
706 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
707
708 * final.c (final_scan_insn): Make non-static again.
709 * output.h (final_scan_insn): Re-add prototype.
710 * config/arc/arc.c (arc_output_function_epilogue): Add NULL
711 to final_scan_insn call.
712 * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
713 * config/mips/mips.c (mips_output_conditional_branch): Likewise.
714 * config/pa/pa.c (output_lbranch, output_call): Likewise.
715 * config/sh/sh.c (print_slot): Likewise.
716 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
717 (output_sibcall, sparc_flat_function_epilogue): Likewise.
718
719 2004-01-18 Jan Hubicka <jh@suse.cz>
720
721 * basic-block.h (try_redirect_by_replacing_jump): Declare.
722 * cfgcleanup.c (try_optimize_cfg): Use it.
723 * cfgrtl.c (try_redirect_by_replacing_jump): Export.
724 (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
725 Kill hack.
726 (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
727
728 Revert:
729 2004-01-16 Geoffrey Keating <geoffk@apple.com>
730
731 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
732 even after reload, just don't remove the actual jump tables.
733
734 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
735
736 * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
737
738 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
739
740 * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
741 the size of a pointer in bytes.
742
743 2004-01-18 Roger Sayle <roger@eyesopen.com>
744
745 * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
746 live "next" variable, which could lead to an infinite loop.
747
748 2004-01-18 Andrew Pinski <pinskia@physics.uc.edu>
749
750 * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
751 block.
752
753 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
754 Check for NULL in the chain and remove repeated code.
755
756 2004-01-18 Jan Hubicka <jh@suse.cz>
757
758 * coverage.c (checksum_string): Rename to ...
759 (coverage_checksum_string): ... this one, Use crc32_string; recognize
760 names containing random number and zero the number out in order to get
761 match.
762
763 2004-01-18 Richard Sandiford <rsandifo@redhat.com>
764
765 * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
766
767 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
768
769 * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
770 doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
771 doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
772 doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
773 doc/trouble.texi: Remove trailing whitespace.
774
775 2004-01-18 Richard Sandiford <rsandifo@redhat.com>
776
777 PR target/7618
778 * config/mips/mips.c: Include cfglayout.h.
779 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
780 (mips_unspec_offset_high): Add temporary register argument.
781 (mips_load_call_address): New function, split out from...
782 (mips_expand_call): ...here.
783 (mips_output_cplocal): New function.
784 (mips_output_function_prologue, mips_output_function_epilogue): Use it.
785 (mips_emit_loadgp): New function, split out from...
786 (mips_expand_prologue): ...here.
787 (mips_output_mi_thunk): New function.
788
789 2004-01-17 Bernardo Innocenti <bernie@develer.com>
790
791 * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
792 mcpu32): Remove redundant checks for implied target predefines.
793
794 2004-1-17 Andrew Pinski <pinskia@physics.uc.edu>
795
796 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
797 Return type is unsigned int not int.
798 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
799 Likewise.
800
801 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
802
803 * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
804 doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
805 "GNU/Linux" and "Microsoft Windows" terminology.
806
807 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
808
809 * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
810 doc/cppopts.texi, doc/extend.texi, doc/install.texi,
811 doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
812 doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
813 @smallexample instead of @example.
814
815 2004-01-17 Ziemowit Laski <zlaski@apple.com>
816
817 * objc/objc-act.c (build_objc_method_call): Use target
818 hooks instead of macros to determine if ..._stret
819 dispatchers should be used (NeXT runtime only).
820
821 2004-01-17 Roger Sayle <roger@eyesopen.com>
822
823 * builtins.c (expand_builtin_expect_jump): Fix mistake in my
824 last patch. Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
825
826 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
827
828 * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
829 (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
830 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
831 macros.
832 * reload1.c (emit_reload_insns): Use them.
833 * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
834 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
835 for NULL PATTERN.
836
837 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
838
839 * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
840 (final_scan_insn): Update to take an additional SEEN argument. Emit
841 a line note after the prologue. Make static.
842 (line_note_exists): Remove.
843 (final): Don't initialize line_note_exists. Update call to
844 final_scan_insn.
845 * output.h (final_scan_insn): Remove prologue.
846 * function.c (set_insn_locators): Update comment.
847 (thread_prologue_and_epilogue_insns): Add a comment.
848
849 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
850
851 PR target/10781
852 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
853 Prototype.
854 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
855 New function.
856 * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
857 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
858 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
859
860 2004-01-17 Jan Hubicka <jh@suse.cz>
861
862 * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
863 commit.
864
865 * toplev.c (HAVE_conditional_execution): Provide default.
866 (rest_of_handle_reorder_blocks): For conditional_execution target
867 update liveness once after all transformations
868 (rest_of_compilation): Do crossjumping before ce3.
869
870 2004-01-17 Geoffrey Keating <geoffk@apple.com>
871
872 * alias.c (new_alias_set): Mark last_alias_set for PCH.
873 (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
874 for PCH.
875 (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
876 * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
877 (get_TOC_alias_set): Mark 'set' for PCH.
878
879 2004-01-16 Geoffrey Keating <geoffk@apple.com>
880
881 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
882 even after reload, just don't remove the actual jump tables.
883
884 2004-01-17 J. Brobecker <brobecker@gnat.com>
885
886 * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
887 Remove checks for is_ada() and TREE_UNSIGNED.
888 (subrange_type_die): Emit a byte_size attribute if the subrange
889 type size is different from the base type size.
890 (modified_type_die): Replace call to is_ada_subrange_type() by
891 call to is_subrange_type().
892
893 2004-01-16 Andrew Pinski <pinskia@physics.uc.edu>
894
895 * config/sh/sh.c: Include ggc.h.
896
897 2004-01-16 Geoffrey Keating <geoffk@apple.com>
898
899 * Makefile.in (MD5_H): New.
900 (fold-const.o): Depend on md5.h.
901 (dwarf2out.o): Likewise.
902 (cppfiles.o): Likewise.
903 * cppfiles.c: Include md5.h.
904 (should_stack_file): Check against list read from PCH file.
905 (struct pchf_data): New.
906 (pchf): New variable.
907 (struct pchf_adder_info): New.
908 (pchf_adder): New.
909 (pchf_save_compare): New.
910 (_cpp_save_file_entries): New.
911 (_cpp_read_file_entries): New.
912 (struct pchf_compare_data): New.
913 (pchf_compare): New.
914 (check_file_against_entries): New.
915 * cpphash.h (_cpp_save_file_entries): Prototype.
916 (_cpp_read_file_entries): Prototype.
917 * cpppch.c (cpp_write_pch_state): Write the list of headers.
918 (cpp_read_state): Read the list of headers.
919
920 2004-01-17 Jan Hubicka <jh@suse.cz>
921
922 * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
923 builtin_expect specially.
924 * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
925 (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
926 * invoke.texi (max-inline-insns-single): Set to 100.
927 (large-function-insns): Set to 3000.
928
929 2004-01-16 Eric Christopher <echristo@redhat.com>
930 Chandrakala Chavva <cchavva@redhat.com>
931
932 * cppcharset.c (one_iso88591_to_utf8): New function.
933 (convert_iso88591_utf8): Ditto. Use.
934 (conversion_tab): Use.
935 (_cpp_input_to_utf8): New function.
936 (_cpp_init_iconv_buffer): Ditto.
937 (_cpp_close_iconv_buffer): Ditto.
938 * cpphash.h: Prototype new functions.
939 (cpp_buffer): Add input_cset_desc.
940 * cppinit.c: Add input_charset default.
941 * cpplib.c (cpp_push_buffer): Support init and
942 close of iconv.
943 * cpplib.h (cpp_options): Add input_charset.
944
945 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
946
947 * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
948 * config/alpha/unicosmk.h: Remove a commented-out definition
949 of ASM_OUTPUT_SECTION_NAME.
950 * config/stormy16/stormy16.h: Likewise.
951
952 2004-01-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
953
954 * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
955 (alpha___extern_prefix_sys_stat): ... this.
956 Apply to <sys/mount.h>, too.
957 Tweak to match more variations.
958 * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
959
960 * fixinc/inclhack.def (alpha___extern_prefix,
961 alpha___extern_prefix_standards): New hacks to obey
962 __PRAGMA_EXTERN_PREFIX.
963 * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
964 test.
965 * fixinc/tests/base/standards.h: Likewise.
966
967 * fixincl/inclhack.def (alpha_pthread): Tweak to match more
968 variations.
969 New testcase.
970 * fixinc/tests/base/pthread.h: Handle it.
971
972 * fixincl/inclhack.def (bad_lval): Sort file list.
973 Add many missing files up to Tru64 UNIX V5.1B.
974 * gcc/fixinc/tests/base/libgen.h: Renamed to ...
975 * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
976 order.
977
978 * fixinc/fixincl.x: Regenerate.
979
980 2004-01-16 Mark Mitchell <mark@codesourcery.com>
981
982 * version.c (version_string): Change to 3.5.0.
983 * doc/include/gcc-common.texi (version-GCC): Likewise.
984
985 2004-01-16 Jan Hubicka <jh@suse.cz>
986
987 * i386.md (load_tp_di): Fix pasto.
988
989 PR opt/13608
990 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
991
992 * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
993 pp_c_character_constant, pp_c_floating_constant,
994 pp_c_additive_expression, pp_c_shift_expression,
995 pp_c_equality_expression, pp_c_and_expression,
996 pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
997 pp_c_logical_and_expression): Remove inline modifier.
998 * dwarf2out.c (get_AT): Likewise.
999 * et-forest.c (et_splay): Likewise.
1000 * ra.h (ra_alloc, ra_calloc): Likewise
1001
1002 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
1003
1004 * config/frv/frv-protos.h: Fix comment formatting.
1005 * config/frv/frv.c: Likewise.
1006 * config/frv/frv.h: Likewise.
1007 * config/frv/frv.md: Likewise.
1008 * config/frv/frvbegin.c: Likewise.
1009 * config/frv/frvend.c: Likewise.
1010
1011 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
1012
1013 * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
1014 * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
1015 LINKER_DOES_NOT_WORK_WITH_DWARF2.
1016 (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
1017
1018 2004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
1019
1020 PR 11864
1021 * postreload.c (reload_cse_simplify_operands): Don't remove
1022 implicit extension from LOAD_EXTEND_OP.
1023
1024 2004-01-16 Jan Hubicka <jh@suse.cz>
1025
1026 PR opt/11350
1027 * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
1028 after reload.
1029 * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
1030 rtl_try_redirect_by_replacing_branch): Likewise.
1031
1032 2004-01-15 Geoffrey Keating <geoffk@apple.com>
1033
1034 PR pch/13689
1035 * alias.c (struct alias_set_entry): Mark for GC.
1036 (alias_sets): Make static, mark for GC.
1037 (record_alias_subset): Use GC to allocate alias structures.
1038 * varray.c (element): Make generic varrays GCed.
1039
1040 PR pch/13361
1041 * c-typeck.c (constructor_asmspec): Delete.
1042 (struct initializer_stack): Delete field 'asmspec'.
1043 (start_init): Delete saving of asmspec.
1044 (finish_init): Don't update constructor_asmspec.
1045 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
1046 * stmt.c (expand_asm): Duplicate strings from tree.
1047 (expand_asm_operands): Likewise.
1048 * tree.c (tree_size): Update computation of size of STRING_CST.
1049 (make_node): Don't make STRING_CST nodes.
1050 (build_string): Allocate string with tree node.
1051 * tree.def (STRING_CST): Update comment.
1052 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
1053 (tree_string): Place contents of string in tree node.
1054 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
1055 from tree.
1056
1057 * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
1058 altivec operands.
1059
1060 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1061
1062 * c-common.h: Fix comment formatting.
1063 * c-cppbuiltin.c: Likewise.
1064 * c-pragma.c: Likewise.
1065 * calls.c: Likewise.
1066 * collect2.c: Likewise.
1067 * cppcharset.c: Likewise.
1068 * cpptrad.c: Likewise.
1069 * dbxout.c: Likewise.
1070 * defaults.h: Likewise.
1071 * dwarf2out.c: Likewise.
1072 * fold-const.c: Likewise.
1073 * genautomata.c: Likewise.
1074 * genconditions.c: Likewise.
1075 * genflags.c: Likewise.
1076 * gengtype.c: Likewise.
1077 * integrate.c: Likewise.
1078 * loop.c: Likewise.
1079 * predict.c: Likewise.
1080 * sdbout.c: Likewise.
1081
1082 2004-01-15 Zack Weinberg <zack@codesourcery.com>
1083
1084 * config/ia64/ia64.md (*movti_internal): C output template
1085 extracted to ia64.c.
1086 (*movti_internal_reg): Delete.
1087 (reload_inti, reload_outti): Use the correct mode on operand 2
1088 in the first place, don't fix it up in the output template.
1089 (movtf, reload_ointf, reload_outtf): New expanders.
1090 (*movtf_internal): New define_insn_and_split.
1091 * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
1092 make static; do not hand TFmode CONST_DOUBLEs to split_double.
1093 (ia64_split_tmode_move): New function, body mostly pulled
1094 from ia64.md:*movti_internal.
1095 (ia64_function_arg_words): New function, extracted common
1096 logic from ia64_function_arg et seq.
1097 (ia64_function_arg_offset): Likewise. Handle correctly the
1098 case of a scalar quantity 16 bytes wide with only 8-byte alignment.
1099 (ia64_function_arg, ia64_function_arg_partial_nregs)
1100 (ia64_function_arg_advance): Use ia64_function_arg_words and
1101 ia64_function_arg_offset.
1102 (ia64_function_value): TCmode does not go in float regs.
1103 (ia64_secondary_reload_class): Also handle TFmode.
1104 * config/ia64/ia64-protos.h: Remove prototype for
1105 ia64_split_timode; add prototype for ia64_split_tmode_move.
1106
1107 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
1108
1109 * Makefile.in (MAINT): Make it an immediate assignment.
1110
1111 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1112
1113 * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
1114
1115 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1116
1117 * config/h8300/coff.h: Replace Hitachi with Renesas.
1118 * config/h8300/elf.h: Likewise.
1119 * config/h8300/h8300-protos.h: Likewise.
1120 * config/h8300/h8300.c: Likewise.
1121 * config/h8300/h8300.h: Likewise.
1122 * config/h8300/h8300.md: Likewise.
1123 * config/h8300/lib1funcs.asm: Likewise.
1124
1125 2004-01-15 Andrew Pinski <apinski@apple.com>
1126
1127 * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
1128 around it.
1129
1130 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1131
1132 * config/h8300/h8300.c (h8300_return_in_memory): New.
1133 (TARGET_STRUCT_VALUE_RTX): Likewise.
1134 (TARGET_RETURN_IN_MEMORY): Likewise.
1135 * config/h8300/h8300.h (STRUCT_VALUE): Remove.
1136 (RETURN_IN_MEMORY): Likewise.
1137
1138 2004-01-15 Richard Earnshaw <rearnsha@arm.com>
1139
1140 PR optimization/13375
1141 * gcse.c (handle_avail_expr): Just return if the source is not a
1142 single set.
1143
1144 2004-01-15 Richard Earnshaw <rearnsha@arm.com>
1145 Daniel Jacobowitz <drow@mvista.com>
1146
1147 * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
1148 (EQUIV): Define.
1149 (ARM_FUNC_ALIAS): New macro.
1150 * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
1151 * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
1152
1153 2004-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1154
1155 PR optimization/12372
1156 * calls.c (expand_call): Add call_fusage data for stack arguments in
1157 constant calls.
1158
1159 2004-01-15 Alan Modra <amodra@bigpond.net.au>
1160
1161 * config/rs6000/rs6000.c (uses_TOC): Correct comment. Make static.
1162 (rs6000_elf_declare_function_name): Formatting.
1163 * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
1164
1165 2004-01-15 Jan Hubicka <jh@suse.cz>
1166
1167 PR bootstrap/13692
1168 * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
1169 previous patch.
1170
1171 2004-01-15 Richard Henderson <rth@redhat.com>
1172
1173 * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
1174 integer regs of the same call-savedness.
1175
1176 2004-01-15 Andreas Schwab <schwab@suse.de>
1177
1178 PR bootstrap/13562
1179 * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
1180 status for NOTB/NOTW/NEGW methods.
1181
1182 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1183
1184 * doc/invoke.texi: Update dump file names. Fix a typo.
1185
1186 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1187
1188 * builtins.c (expand_builtin_va_end): Don't use
1189 EXPAND_BUILTIN_VA_END.
1190 * system.h (EXPAND_BUILTIN_VA_END): Poison.
1191 * config/d30v/d30v.h: Remove a commented-out definition of
1192 EXPAND_BUILTIN_VA_END.
1193 * config/stormy16/stormy16.h: Likewise.
1194
1195 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1196
1197 * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
1198 * targhooks.c (default_struct_value_rtx): Don't use
1199 STRUCT_VALUE_INCOMING_REGNUM.
1200
1201 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
1202
1203 PR bootstrap/12744
1204 * configure.in: Revamp enable-generated-files-in-srcdir rule to define
1205 GENINSRC and not parsedir. Define srcextra as a langhook.
1206 * configure: Regenerate.
1207 * Makefile.in: Suppress default .l.c rule. Don't substitute
1208 parsedir and delete all references throughout. Conditionally define
1209 rule for srcextra dependent on GENINSRC.
1210 (stmp-docobjdir): Delete.
1211 (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
1212 (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
1213 and gengtype-yacc.h back to source directory.
1214 (maintainer-clean): Delete all parse files in source directory.
1215 (distclean): Delete generated files.
1216
1217 * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
1218 (objc-parse.c, objc-parse.y): Don't use parsedir.
1219 (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
1220 directory if requested.
1221 (po-generated): Don't use parsedir.
1222 (objc.maintainer-clean): Delete above files from source directory.
1223
1224 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1225
1226 * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
1227
1228 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1229
1230 * doc/tm.texi: Replace RETURN_IN_MEMORY with
1231 TARGET_RETURN_IN_MEMORY.
1232
1233 2004-01-15 Jan Hubicka <jh@suse.cz>
1234
1235 * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
1236 * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
1237 functions accepting SSE arguments
1238 (function_arg): Warn only when asked to warn.
1239 * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
1240
1241 2004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
1242
1243 * c-parse.in (stmts_and_decls): Make label at end of compound
1244 statement a hard error.
1245
1246 2004-01-14 Jan Hubicka <jh@suse.cz>
1247
1248 * cgraph.c (create_edge): Use local.redefined_extern_inline.
1249 * cgraph.h (cgraph_local_info): Sort fields by size; add
1250 redefined_extern_inline
1251 (cgraph_global_info): Sort fields by size.
1252 (cgraph_node): Likewise.
1253 * cgraphunit.c (cgraph_finalize_function): Se
1254 local.redefined_extern_inline on redefinition.
1255 (cgraph_analyze_function): Use it; fix formating.
1256
1257 2004-01-14 Jan Hubicka <jh@suse.cz>
1258
1259 PR c++/10776
1260 * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
1261 outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
1262 bitmaps
1263 (cache_size): New variable
1264 (add_dependence): Update use; canonize early memory locations
1265 (sched_analyze_1): Likewise.
1266 (sched_analyze_2): Likewise.
1267 (init_dependency_caches): Initialize bitmaps.
1268 (free_dependency_caches): Free bitmaps
1269
1270 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1271
1272 * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
1273 targetm.calls.strict_argument_naming().
1274 * target.h: Likewise.
1275
1276 2004-01-14 Richard Henderson <rth@redhat.com>
1277
1278 PR debug/13231
1279 * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
1280 instructions.
1281
1282 2004-01-14 Richard Henderson <rth@redhat.com>
1283
1284 PR c++/12491
1285 * except.c (struct eh_region): Add u.fixup.resolved.
1286 (resolve_one_fixup_region): Split out from ...
1287 (resolve_fixup_regions): ... here.
1288
1289 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1290
1291 * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
1292
1293 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1294
1295 * config/alpha/alpha.h (STRUCT_VALUE): Remove.
1296 * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
1297 (STRUCT_VALUE): Remove.
1298
1299 2004-01-14 Steven Bosscher <stevenb@suse.de>
1300
1301 * system.h: Poison PROMOTED_MODE
1302 * integrate.c (expand_inline_function): Don't mention the
1303 PROMOTED_MODE.
1304 * loop.c (update_giv_derive): Same.
1305 * tree.h (DECL_RTL): Same.
1306
1307 2004-01-14 J"orn Rennecke <joern.rennecke@superh.com>
1308
1309 PR target/9365
1310 * sh.c (gen_block_redirect): Add special handling of RETURN.
1311 (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
1312 far branch target (i.e. it's a return).
1313
1314 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1315
1316 * regrename.c (find_oldest_value_reg): Fix a warning.
1317
1318 2004-01-14 Richard Earnshaw <rearnsha@arm.com>
1319
1320 PR bootstrap/12527
1321 * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
1322 Move linux-gas.h and linux-elf.h before aout.h.
1323 * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
1324 * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
1325
1326 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
1327
1328 * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
1329 (CONST_INT, VOIDmode, ...).
1330
1331 2004-01-14 Richard Earnshaw <rearnsha@arm.com>
1332
1333 * regrename.c (find_oldest_value_reg): If the replacement uses
1334 multiple hard registers, check that all of them are in CLASS.
1335
1336 2004-01-14 Jan Hubicka <jh@suse.cz>
1337
1338 * alias.c (get_alias_set): Initialize alias set to 0 when subset is
1339 impossible.
1340
1341 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
1342
1343 * Makefile.in: Define MAINT from --enable-maintainer-mode.
1344
1345 2004-01-14 Hartmut Penner <hpenner@de.ibm.com>
1346
1347 * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
1348 Calculate always vrsave_mask if TARGET_ALTIVEC.
1349 (rs6000_emit_prologue): Emit code for vrsave
1350 only if TARGET_ALTIVEC_VRSAVE.
1351 (rs6000_emit_epilogue): Likewise.
1352
1353 2004-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
1354
1355 * config/sparc/sparc.md (tie_add32): Fix pasto.
1356 (tie_add64): Likewise.
1357
1358 2004-01-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1359
1360 * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
1361
1362 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
1363
1364 * config/iq2000/iq2000-protos.h: Fix comment formatting.
1365 * config/iq2000/iq2000.c: Likewise.
1366 * config/iq2000/iq2000.md: Likewise.
1367
1368 2004-01-14 J. Brobecker <brobecker@gnat.com>
1369
1370 * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
1371 (subrange_type_die): Add handle for nameless subrange types.
1372
1373 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
1374
1375 * config/h8300/h8300-protos.h: Replace do_movsi with
1376 h8300_expand_movsi.
1377 * config/h8300/h8300.c (do_movsi): Change to
1378 h8300_expand_movsi.
1379 * config/h8300/h8300.md (movsi): Replace do_movsi with
1380 h8300_expand_movsi.
1381 (movsf): Likewise.
1382
1383 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
1384
1385 * config/h8300/h8300.c (dosize): Change to
1386 h8300_emit_stack_adjustment. Update callers.
1387
1388 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
1389
1390 * config/h8300/h8300.md (movstrictqi): Add an alternative with
1391 the source being post_inc. Tighten the predicate for the
1392 destination to register_operand.
1393 (movstricthi): Likewise.
1394
1395 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
1396
1397 * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
1398 * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
1399 * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
1400
1401 2004-01-14 Jan Hubicka <jh@suse.cz>
1402
1403 Partial fix PR c++/12850
1404 * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
1405 at zero nest level.
1406
1407 2004-01-13 Bernardo Innocenti <bernie@develer.com>
1408
1409 * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
1410 pseudo-register.
1411
1412 2004-01-13 Devang Patel <dpatel@apple.com
1413
1414 PR debug/7078
1415 * dbxout.c (dbxout_symbol_name): Emit mangled names for
1416 NAMESPACE_DECL memebers.
1417
1418 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
1419
1420 PR c++/12709
1421 * c-common.c (finish_fname_decls): Use the chain only if the
1422 tree is an expr_stmt.
1423
1424 2004-01-13 Vladimir Makarov <vmakarov@redhat.com>
1425
1426 * rtl.def: Add comment about new option in automata_option.
1427
1428 * genautomata.c (PROGRESS_OPTION): New macro.
1429 (progress_flag): New global variable.
1430 (gen_automata_option): Process `progress'.
1431 (transform_insn_regexps, check_unit_distributions_to_automata,
1432 make_automaton, NDFA_to_DFA, build_automaton, create_automata,
1433 expand_automata, write_automata): Print about the progress only if
1434 progress_flag. Remove fflush.
1435 (initiate_automaton_gen): Process command line flag `-progress'.
1436
1437 * doc/md.texi: Describe the new option.
1438
1439 2004-01-13 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1440
1441 * cfg.c (dump_bb): Dump entry edges.
1442
1443 2004-01-13 Richard Earnshaw <rearnsha@arm.com>
1444
1445 * arm.c (thumb_legitimate_address_p): Only allow constant pool
1446 references from SImode.
1447 * arm.md (thumb_movhi_insn): Don't allow minipool references.
1448
1449 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
1450
1451 * system.h (TEXT_SECTION): Poison.
1452 * varasm.c (text_section): Don't use TEXT_SECTION.
1453 * config/sh/sh.c (sh_file_start): Fix a comment typo.
1454 * doc/tm.texi (TEXT_SECTION): Remove.
1455
1456 2004-01-13 Ben Elliston <bje@wasabisystems.com>
1457
1458 * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
1459
1460 2004-01-12 James E Wilson <wilson@specifixinc.com>
1461
1462 * unwind-libunwind.c: Delete.
1463
1464 2004-01-12 Zack Weinberg <zack@codesourcery.com>
1465
1466 PR 13656
1467 * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
1468 oldtype is set, set *newtypep or *oldtypep too. Do not set
1469 them at the very end.
1470 (validate_proto_after_old_defn): Restructure for comprehensibility;
1471 make error messages clearer.
1472
1473 2004-01-12 Zack Weinberg <zack@codesourcery.com>
1474
1475 * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
1476 (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
1477 * varray.c: No need to prototype error.
1478 (varray_check_failed): Wrap long string onto two lines.
1479 (varray_underflow): New function.
1480
1481 2004-01-13 Steven Bosscher <stevenb@suse.de>
1482
1483 PR c++/13376
1484 * function.h (struct function): Kill `name' field.
1485 (current_function_name): Make it an extern function.
1486 * function.c (current_function_name): New function.
1487 * graph.c: Update all uses of current_function_name.
1488 * gcse.c: Likewise.
1489 * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
1490 config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
1491 * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
1492 instead of a strcmp with "main".
1493
1494 2004-01-13 Jan Hubicka <jh@suse.cz>
1495
1496 * c-decl.c (diagnose_mismatched_decls): Fix warning calls.
1497
1498 * cgraphunit.c (cgraph_optimize_function): Always do
1499 optimize_inline_calls when there is always_inline callee.
1500 (cgraph_decide_inlining): Fix formating.
1501 * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
1502 functions.
1503 (expand_call_inline): Likewise.
1504 * toplev.h (sorry): Fix prototype.
1505
1506 2004-01-12 Roger Sayle <roger@eyesopen.com>
1507
1508 * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
1509 conditional jumps that drop through to unconditional jumps or the
1510 end of the sequence.
1511
1512 2004-01-13 Jan Hubicka <jh@suse.cz>
1513
1514 * alias.c (new_alias_set): Construct the alias_set varray.
1515 (init_alias_once): Don't do it here.
1516
1517 2004-01-12 Marc Espie <espie@openbsd.org>
1518
1519 * system.h: handle YYBYACC like YYBISON.
1520
1521 2004-01-12 Jonathan Merriman <jonm@dualitymedia.com>
1522
1523 PR target/10847
1524 * config.gcc: No longer includes conflicting header sparc/sol2.h when
1525 building on sparc64-*-openbsd*.
1526
1527 2004-01-12 Andrew Pinski <pinskia@physics.uc.edu>
1528
1529 PR debug/13539
1530 * dbxout.c (dbxout_type): Protected inheritance is not
1531 private but protected.
1532
1533 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
1534
1535 * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
1536
1537 2004-01-12 Kazu Hirata <kazu@cs.umass.edu>
1538
1539 PR optimization/12508.
1540 * combine.c (try_combine): Remove a dead set in a parallel
1541 even if its destination is a subreg.
1542
1543 Revert:
1544 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
1545 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
1546 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
1547
1548 2004-01-12 Geoffrey Keating <geoffk@apple.com>
1549
1550 * real.c: Update copyright date.
1551 * emit-rtl.c: Likewise.
1552 * rtl.h: Likewise.
1553 * dwarf2out.c: Likewise.
1554 * config/rs6000/darwin-ldouble.c: Likewise.
1555 * config/rs6000/rs6000.md: Likewise.
1556
1557 2004-01-12 David Edelsohn <edelsohn@gnu.org>
1558
1559 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
1560 TFmode to SImode libfuncs.
1561
1562 2004-01-12 Roger Sayle <roger@eyesopen.com>
1563
1564 PR middle-end/11397
1565 * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
1566
1567 2004-01-12 Jan Hubicka <jh@suse.cz>
1568
1569 PR opt/12826
1570 * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
1571 stored.
1572
1573 PR opt/12863
1574 * cfgcleanup.c (label_is_jump_target_p): Move to...
1575 * rtlanal.c (label_is_jump_target_p): ... here.
1576 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Fix redirecting of fallthru
1577 edges unified with branch edges.
1578
1579 2004-01-12 Richard Earnshaw <rearnsha@arm.com>
1580
1581 * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
1582 high word of an integral CONST_DOUBLE.
1583
1584 2004-01-12 Paul Brook <paul@codesourcery.com>
1585
1586 * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
1587
1588 2004-01-12 J"orn Rennecke <joern.rennecke@superh.com>
1589
1590 PR target/13585
1591 * sh-protos.h (check_use_sfunc_addr): Declare.
1592 * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
1593 * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
1594
1595 2004-01-12 Jan Hubicka <jh@suse.cz>
1596
1597 * alias.c: Invlude varray.h
1598 (alias_sets): Turn into varray.
1599 (get_alias_set_entry): Use VARRAY; mark inline.
1600 (mems_in_disjoint_alias_sets_p): Mark inline.
1601 (record_alias_subset): Use varray.
1602 (init_alias_once): Initialize varray.
1603 (new_alias_set): Grow array.
1604 * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
1605
1606 2004-01-12 Jan Hubicka <jh@suse.cz>
1607
1608 Partial fix for PR opt/10776 II
1609 * cselib.c: Include params.h
1610 (cselib_invalidate_mem): Limit amount of nonconflicting memory
1611 locations.
1612 * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
1613 * Makefile.in (cselib.o): Depend on params.h
1614
1615 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
1616
1617 * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
1618 simplify_unary_operation if the operand has a known mode.
1619
1620 2004-01-12 Hartmut Penner <hpenner@de.ibm.com>
1621
1622 PR target/13534
1623 * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
1624 predicate to handle 'ld' conform addresses.
1625 * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
1626 contraint.
1627 (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
1628 are memory contraints.
1629 * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
1630 New prototype.
1631 * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
1632 Change 'o' to 'Y' constraint.
1633 (*movdf_softfloat64): Ditto.
1634
1635 2004-01-12 Bernardo Innocenti <bernie@develer.com>
1636
1637 * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
1638 brace-enclosed syntax in all C output statements.
1639
1640 2004-01-12 David Edelsohn <edelsohn@gnu.org>
1641
1642 PR target/13401
1643 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
1644 Objective-C language type value is 14.
1645
1646 2004-01-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
1647
1648 PR c/12148
1649 * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
1650 `int' in a number of places to make sure we always have a SImode
1651 and not a HImode. Add a 'L' suffix to a number of constants.
1652
1653 2004-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1654
1655 * pa.c: Don't include obstack.h.
1656
1657 * pa.md: Correct constraint in pattern for loading PIC label address.
1658
1659 2004-01-11 Kaz Kojima <kkojima@gcc.gnu.org>
1660
1661 * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
1662 before defining.
1663
1664 2004-01-11 Steven Bosscher <stevenb@suse.de>
1665
1666 PR fortran/9972
1667 * toplev.c (rest_of_handle_inline): Also consider functions
1668 for deferral if the language is GNU F77.
1669
1670 2004-01-11 Zack Weinberg <zack@codesourcery.com>
1671
1672 * c-decl.c (diagnose_arglist_conflict): Add missing space to
1673 diagnostic messages.
1674
1675 2004-01-11 Jakub Jelinek <jakub@redhat.com>
1676
1677 PR middle-end/13392
1678 * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
1679 to drop through label. Don't fall back to SCC even when conditional
1680 jump has not been found.
1681
1682 2004-01-11 Jan Hubicka <jh@suse.cz>
1683
1684 * invoke.texi: Fix syntax error in previous patch.
1685
1686 Partial fix for PR opt/10776
1687 * Makefile.in (reload.o): Include param.h
1688 * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
1689 * reload.c: Include params.h.
1690 (find_equiv_reg): Work limiting check.
1691 * invoke.texi: Document.
1692
1693 2004-01-11 Richard Sandiford <rsandifo@redhat.com>
1694
1695 * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
1696 out-of-bounds accesses to string constants. Simplify mips16
1697 case accordingly.
1698
1699 2004-01-11 Richard Sandiford <rsandifo@redhat.com>
1700
1701 PR optimization/13469
1702 * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
1703 reload_cse_regs (-fnon-call-exceptions only).
1704
1705 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
1706
1707 * config/mcore/lib1.asm: Fix comment formatting.
1708 * config/mcore/mcore-elf.h: Likewise.
1709 * config/mcore/mcore.c: Likewise.
1710 * config/mcore/mcore.h: Likewise.
1711 * config/mcore/mcore.md: Likewise.
1712
1713 2004-01-10 Zack Weinberg <zack@codesourcery.com>
1714
1715 * c-decl.c (duplicate_decls): Break apart into...
1716 (diagnose_arglist_conflict, validate_proto_after_old_defn)
1717 (locate_old_defn, diagnose_mismatched_decls, merge_decls):
1718 ... these new functions. Restructure for comprehensibility.
1719 Remove various archaic special cases. Always report the
1720 location of the previous declaration when a diagnostic is issued.
1721 (redeclaration_error_message): Fold into diagnose_mismatched_decls.
1722 (match_builtin_function_types): Delete unnecessary forward declaration.
1723
1724 2004-01-10 Zack Weinberg <zack@codesourcery.com>
1725
1726 * genautomata.c (make_automaton, NDFA_to_DFA):
1727 Print progress bars with '.' characters instead of '*'.
1728 (build_automaton): Change notes to match.
1729
1730 2004-01-10 Kazu Hirata <kazu@cs.umass.edu>
1731
1732 * config/m32r/m32r.md: Use define_constants for unspec and
1733 unspec_volatile.
1734
1735 2004-01-10 Jan Hubicka <jh@suse.cz>
1736
1737 PR opt/11635
1738 * expr.c (expand_expr_real): More curefully expand union casts.
1739
1740 2004-01-10 Kazu Hirata <kazu@cs.umass.edu>
1741
1742 * config/m32r/m32r.md (flush_icache): Use 1 for
1743 unspec_volatile.
1744
1745 2004-01-10 David Edelsohn <edelsohn@gnu.org>
1746 James E Wilson <wilson@specifixinc.com>
1747
1748 PR debug/12860
1749 * dbxout.c (dbxout_symbol): Remove initialization of
1750 current_sym_code, current_sym_value, and current_sym_addr.
1751 (dbxout_symbol_location): Same.
1752 (dbxout_prepare_symbol): Zero current_sym_code,
1753 current_sym_value, and current_sym_addr.
1754
1755 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
1756
1757 * tree.c (get_unwidened): Reorder conditions so that the null pointer
1758 check is done first.
1759
1760 2004-01-09 Eric Christopher <echristo@redhat.com>
1761
1762 * toplev.c (rest_of_handle_cfg): Add reg_scan pass
1763 if we're running mark_constant_function.
1764
1765 2004-01-09 Jeff Bailey <jbailey@nisa.net>
1766
1767 PR target/12561
1768 * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
1769
1770 2004-01-09 Andrew Pinski <pinskia@physics.uc.edu>
1771
1772 PR debug/11231
1773 * dbxout.c (dbxout_type_fields): Return if any item is
1774 error_mark_node or the type is error_mark_node.
1775
1776 2004-01-09 Geoffrey Keating <geoffk@apple.com>
1777
1778 * config/rs6000/darwin-ldouble.c: Add big comment explaining
1779 exactly what is expected as a 'long double'.
1780 (_xlqadd): When a value to be returned is representable as a
1781 'double', just return it directly, do not construct it using a union.
1782 Also, correct final fixup.
1783 (_xlqmul): Likewise.
1784 (_xlqdiv): Likewise.
1785 * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
1786
1787 * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
1788
1789 2004-01-09 Richard Henderson <rth@redhat.com>
1790
1791 * recog.c (constrain_operands): Validate mem operands.
1792
1793 2004-01-09 James E Wilson <wilson@specifixinc.com>
1794
1795 * gcc.c (init_spec): Remove -lunwind from shared case.
1796 * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
1797
1798 2004-01-09 Steve Ellcey <sje@cup.hp.com>
1799
1800 * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
1801 * configure: Regenerate
1802
1803 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
1804
1805 PR c/11234
1806 * c-typeck.c (build_c_cast): If pedantic, warn for conversions
1807 between function and object pointers.
1808 (digest_init): When comparing a pointer to function type to the
1809 target type, only apply TREE_TYPE once to the pointer to function
1810 type.
1811 * except.c (for_each_eh_label_1): Treat data as a pointer to a
1812 function pointer rather than casting it to a function pointer.
1813 (for_each_eh_label): Update caller.
1814 * recog.h (struct insn_data): Use a struct or union for output.
1815 * genoutput.c (output_insn_data): Update.
1816 * final.c (get_insn_template): Update.
1817
1818 2004-01-09 Mark Mitchell <mark@codesourcery.com>
1819
1820 * expr.h (expand_expr): Make it a macro, not a function.
1821 (expand_expr_real): New function.
1822 * expr.c (store_expr): Adjust logic for deciding whether or not to
1823 copy the value returned by expand_expr.
1824 (expand_expr): Rename to ...
1825 (expand_expr_real): ... this. Add alt_rtl parameter. Adjust
1826 calls to language hooks.
1827 * c-common.h (c_expand_expr): Adjust prototype.
1828 * c-common.c (c_expand_expr): Add alt_rtl parameter.
1829 * langhooks-def.h (lhd_expand_expr): Change prototype.
1830 * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
1831 * langhooks.h (lang_hooks): Change type of expand_expr.
1832 * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
1833 (last_expr_alt_rtl): Likewise.
1834 (expand_expr_stmt_value): Set last_expr_alt_rtl.
1835 (clear_last_expr): Clear it.
1836 (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
1837 (expand_end_bindings): Save and restor last_expr_alt_rtl.
1838 * tree.def (RTL_EXPR): Give it an additional operand.
1839 * tree.h (RTL_EXPR_ALT_RTL): New macro.
1840
1841 2004-01-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1842
1843 * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
1844 * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
1845
1846 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
1847
1848 PR target/13380.
1849 * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
1850 or (ne:SI (reg:CC 17) (const_int 0)).
1851 Be specific about modes wherever possible.
1852
1853 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
1854
1855 * config/m32r/m32r.c (m32r_expand_block_move): Call
1856 gen_movestrsi_internal with two more arguments.
1857 (m32r_output_block_move): Adjust operand numbers.
1858 Properly update the source and destination pointers.
1859 * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
1860 'r+'. Change the set detinations to match_operand.
1861
1862 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
1863
1864 * final.c (FIRST_INSN_ADDRESS): Remove.
1865 (shorten_branches): Don't use FIRST_INSN_ADDRESS.
1866 * system.h (FIRST_INSN_ADDRESS): Poison.
1867 * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
1868 * config/m32r/m32r-protos.h: Remove the prototype for
1869 m32r_first_insn_address.
1870 * config/m32r/m32r.c (m32r_first_insn_address): Remove.
1871 * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
1872 * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
1873
1874 2004-01-09 J. Brobecker <brobecker@gnat.com>
1875
1876 * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
1877 we just created.
1878 (is_ada_subrange_type): DIEs for enumeration subtypes should be
1879 emitted as subrange types too.
1880 (subrange_type_die): Add handling of enumeration subtypes.
1881
1882 2004-01-08 Richard Henderson <rth@redhat.com>
1883
1884 PR opt/12441
1885 Revert: Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
1886 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
1887 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
1888 (ix86_address_cost): Be prepared for SUBREGed registers.
1889 (legitimate_address_p): Accept SUBREGed registers.
1890
1891 2004-01-08 Kelley Cook <kcook@gcc.gnu.org>
1892
1893 * Makefile.in: Rename configure.in to configure.ac
1894 * doc/sourcebuild.texi: Likewise.
1895 * configure: Regenerate.
1896 * config.in: Regenerate.
1897
1898 2004-01-08 Stuart Hastings <stuart@apple.com>
1899
1900 * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
1901
1902 2004-01-08 Jan Hubicka <jh@suse.cz>
1903
1904 * cgraphunit.c (cgraph_decide_inlining): Fix typo.
1905
1906 2004-01-08 Geoffrey Keating <geoffk@apple.com>
1907
1908 * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
1909 (UNSPEC_FIX_TRUNC_TF): New constant.
1910 (movtf_internal): Make splitter active only when insn is active.
1911 (extenddftf2): Rewrite to properly load zero into low part.
1912 (extenddftf2_internal): New.
1913 (extendsftf2): Rewrite.
1914 (truncdftf2): Correct length.
1915 (floatditf2): Delete.
1916 (fix_trunc_helper): New.
1917 (fix_trunctfdi2): Use fix_trunc_helper.
1918 (fix_trunctfsi2): Likewise.fix_trunc
1919 (fix_trunctfsi2_internal): New.
1920
1921 * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
1922 addresses are legitimate on Darwin even when flag_pic.
1923 (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
1924 non-offsettable addresses for loads of TFmode constants.
1925
1926 2004-01-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1927
1928 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
1929 variables in the appropriate bss section.
1930
1931 2004-01-09 Alan Modra <amodra@bigpond.net.au>
1932
1933 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
1934 target_flags has MASK_POWERPC64 when -m64.
1935 * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
1936 to 620, 630, power3, power4 and rs64a entries.
1937 * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
1938
1939 2004-01-08 Richard Sandiford <rsandifo@redhat.com>
1940
1941 * simplify-rtx.c (simplify_immed_subreg): Fix construction of
1942 floating-point constants.
1943
1944 2004-01-08 J. Brobecker <brobecker@gnat.com>
1945
1946 * dwarf2out.c (subrange_type_die): Add context_die parameter.
1947 Create the subrange_type DIE using the given context DIE.
1948 (modified_type_die): Update call to subrange_type_die.
1949
1950 2004-01-08 Zack Weinberg <zack@codesourcery.com>
1951
1952 * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
1953 Add multiple-include guard.
1954
1955 2004-01-08 Hartmut Penner <hpenner@de.ibm.com>
1956
1957 * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
1958 all vector constant loadable by vsplt*.
1959 (output_vec_const_move): Likewise.
1960
1961 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
1962
1963 PR c/6024
1964 * c-typeck.c (comptypes): Only treat enumerated types in the same
1965 translation unit as compatible with each other when they are the
1966 same type.
1967 * doc/extend.texi: Update.
1968
1969 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
1970
1971 PR c/12165
1972 * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
1973 array type from the array element type.
1974
1975 2004-01-07 Alan Modra <amodra@bigpond.net.au>
1976
1977 * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
1978 * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
1979 * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
1980 (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
1981 * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
1982
1983 2004-01-06 Eric Christopher <echristo@redhat.com>
1984
1985 * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
1986 (DWARF2_DEBUGGING_INFO): Define.
1987 (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
1988 * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
1989 * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
1990 for irix as.
1991 (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
1992 * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
1993 * config/mips/iris5gas.h: Ditto.
1994 (DBX_DEBUGGING_INFO): Remove.
1995 (DWARF2_DEBUGGING_INFO): Ditto.
1996 (MIPS_DEBUGGING_INFO): Ditto.
1997 (PREFERRED_DEBUGGING_TYPE): Ditto.
1998 * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
1999 (PREFERRED_DEBUGGING_TYPE): Ditto.
2000 (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
2001 * config/mips/elf64.h: Ditto.
2002
2003 2004-01-06 Jan Hubicka <jh@suse.cz>
2004
2005 * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
2006 (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
2007
2008 2004-01-06 Geoffrey Keating <geoffk@apple.com>
2009
2010 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
2011 (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
2012 * config/rs6000/darwin-ldouble.c: New.
2013
2014 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
2015 for constants.
2016 (constant_subword): Delete.
2017 * rtl.h (constant_subword): Delete prototype.
2018 (immed_double_const): Is not in varasm.c.
2019 * simplify-rtx.c (simplify_immed_subreg): New.
2020 (simplify_subreg): Use simplify_immed_subreg.
2021
2022 * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
2023 than trying to generate RTL directly.
2024 (fix_trunctfsi2): Use expand_fix rather than trying to generate
2025 RTL directly.
2026
2027 * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
2028
2029 2004-01-06 David Edelsohn <edelsohn@gnu.org>
2030
2031 * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
2032 function into a separate macro.
2033 (read_only_data_section): Add void argument.
2034 (private_data_section): Same.
2035 (read_only_private_data_section): Same.
2036 (toc_section): Same.
2037
2038 2004-01-06 Jan Hubicka <jh@suse.cz>
2039
2040 * invoke.texi: Remove typo in last change.
2041
2042 PR target/10301
2043 * config.gcc: Accept opteron and athlon-64 as variants
2044 of k8.
2045 * i386.c (override_options): Likewise.
2046 * invoke.texi (i386 -mtune): Expand documentation.
2047
2048 2004-01-06 Kazu Hirata <kazu@cs.umass.edu>
2049
2050 * alias.c: Fix comment typos.
2051 * builtins.c: Likewise.
2052 * cfg.c: Likewise.
2053 * df.c: Likewise.
2054 * dominance.c: Likewise.
2055 * dwarf2out.c: Likewise.
2056 * emit-rtl.c: Likewise.
2057 * expr.c: Likewise.
2058 * final.c: Likewise.
2059 * fold-const.c: Likewise.
2060 * gcse.c: Likewise.
2061 * genattrtab.c: Likewise.
2062 * genrecog.c: Likewise.
2063 * gensupport.c: Likewise.
2064 * ggc-zone.c: Likewise.
2065 * integrate.c: Likewise.
2066 * local-alloc.c: Likewise.
2067 * loop.c: Likewise.
2068 * recog.c: Likewise.
2069 * regmove.c: Likewise.
2070 * reg-stack.c: Likewise.
2071 * reorg.c: Likewise.
2072 * rtlanal.c: Likewise.
2073 * rtl.h: Likewise.
2074 * sched-ebb.c: Likewise.
2075 * simplify-rtx.c: Likewise.
2076 * toplev.c: Likewise.
2077 * varasm.c: Likewise.
2078
2079 2004-01-06 Kazu Hirata <kazu@cs.umass.edu>
2080
2081 * doc/install.texi: Fix typos.
2082 * doc/invoke.texi: Likewise.
2083 * doc/md.texi: Likewise.
2084
2085 2004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2086
2087 * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
2088
2089 2004-01-06 Jan Hubicka <jh@suse.cz>
2090
2091 * i386.c (init_cumulative_args): Add handling of MMX_REGPARM.
2092 (function_arg_advance): Do not pass aggregates in SSE; deal handling
2093 of MMX_REGPARM.
2094 (function_arg): Add new warnings about ABI changes; fix SSE_REGPARM;
2095 add MMX_REGPARM.
2096 * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
2097 (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
2098 (MMX_REGPARM_MAX): Similarly for -mmmx.
2099
2100 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
2101
2102 * config/sh/linux.h: Fix comment formatting.
2103 * config/sh/netbsd-elf.h: Likewise.
2104 * config/sh/sh.c: Likewise.
2105 * config/sh/sh.h: Likewise.
2106 * config/sh/vxworks.h: Likewise.
2107
2108 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
2109
2110 * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
2111 * toplev.c (output_file_directive): Don't use
2112 ASM_OUTPUT_MAIN_SOURCE_FILENAME.
2113
2114 2004-01-05 Daniel Berlin <dberlin@dberlin.org>
2115
2116 * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
2117 (USING_MMAP): We don't support non-mmap.
2118 (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
2119 large objects.
2120 (struct page_entry): Remove bytes_free.
2121 (struct page_table_chain): Remove.
2122 (struct globals): Remove page_table member.
2123 (loookup_page_table_entry): Function deleted.
2124 (set_page_table_entry): Ditto.
2125 (ggc_allocated_p): No longer need page table lookups.
2126 (ggc_marked_p): Ditto.
2127 (alloc_small_page): Don't care about bytes_free anymore.
2128 (alloc_large_page): Round up size.
2129 (ggc_alloc_zone_1): Mark large objects as such, and calculate
2130 their size the new way.
2131 Remove page table lookups and setting.
2132 (ggc_get_size): Calculate large object size the new way.
2133 (sweep_pages): Redo to account for fact that we no longer have
2134 bytes_free.
2135 (ggc_collect): No longer need to reincrement bytes_free.
2136 (ggc_pch_alloc_object): Handle new large objects properly.
2137 (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
2138
2139 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
2140
2141 * doc/invoke.texi: Remove a page break.
2142
2143 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
2144
2145 * config/avr/avr.c (avr_output_function_prologue): Remove an
2146 extra pair of curly braces.
2147
2148 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
2149
2150 * config/mn10300/mn10300.c: Fix comment formatting.
2151 * config/mn10300/mn10300.h: Likewise.
2152
2153 2004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2154
2155 * tree.h: Update documentation on nothrow_flag.
2156 * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
2157 types.
2158
2159 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
2160
2161 * doc/invoke.texi: Remove traces of dead ports.
2162
2163 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
2164
2165 * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
2166 option.
2167
2168 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
2169
2170 PR target/12945
2171 * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
2172 counter labels.
2173 * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
2174 (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
2175 string constants if TARGET_MIPS16. Use SYMBOL_REF_DECL to check
2176 the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
2177 (mips_symbol_insns): Don't trust the local/global classification.
2178 (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
2179 (override_options): Make -mabicalls -fno-unit-at-a-time imply
2180 -mno-explicit-relocs.
2181 (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
2182 between local and global symbols.
2183
2184 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
2185
2186 * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
2187 (mips_preferred_reload_class): Declare.
2188 * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
2189 (EXTRA_CONSTRAINT): Update accordingly.
2190 (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
2191 * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
2192 (mips_preferred_reload_class): New function. Prefer LEA_REGS if
2193 mips_dangerous_for_la25_p.
2194 (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
2195 if mips_dangerous_for_la25_p.
2196
2197 2004-01-05 Bernardo Innocenti <bernie@develer.com>
2198
2199 * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
2200 warning.
2201
2202 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2203
2204 * configure.ac: Use AC_PROG_CPP_WERROR.
2205 * configure: Regenerate.
2206
2207 2004-01-04 Zack Weinberg <zack@codesourcery.com>
2208
2209 * .cvsignore: Add autom4te.cache.
2210
2211 2004-01-04 Richard Sandiford <rsandifo@redhat.com>
2212
2213 * doc/invoke.texi: Revamp documentation of MIPS options. Remove
2214 -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
2215 -m4650, -mfix7000 and -(m)no-crt0. Put endianness options first,
2216 then architecture options, then ABI options. General rewording.
2217
2218 2004-01-04 Joseph S. Myers <jsm@polyomino.org.uk>
2219
2220 PR c/3414
2221 * doc/extend.texi: Clarify definition of malloc attribute.
2222
2223 2004-01-04 Jan Hubicka <jh@suse.cz>
2224
2225 * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
2226 * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
2227 * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
2228 (cgraph_inline_p): Add extra argument reason.
2229 * cgraphunit.c: Minor formating fixes.
2230 cgraph_first_inlined_callee): New functions.
2231 (record_call_1): Record builtins too.
2232 (cgraph_analyze_function): Update inline_failed messages.
2233 (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
2234 cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
2235 (cgraph_check_inline_limits): Likewise; Add argument reason.
2236 (cgraph_set_inline_failed): New static function.
2237 (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
2238 reasons.
2239 (cgraph_inline_p): Add new argument reason.
2240 * tree-inline.c (expand_call_inline): Update warning.
2241
2242 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2243
2244 * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
2245 with modern equivalents.
2246 * configure: Regenerate.
2247
2248 * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
2249 * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
2250 * configure: Regenerate.
2251
2252 * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
2253
2254 * configure.in: Rename to configure.ac.
2255 * configure.ac: Renamed from configure.in; make minimum necessary
2256 changes for autoconf 2.5x.
2257 * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
2258 * configure: Regenerate with autoconf 2.57.
2259
2260 2004-01-03 Kazu Hirata <kazu@cs.umass.edu>
2261
2262 * config/mips/linux.h: Fix comment formatting.
2263 * config/mips/mips.c: Likewise.
2264 * config/mips/mips.h: Likewise.
2265 * config/mips/mips.md: Likewise.
2266 * config/mips/netbsd.h: Likewise.
2267 * config/mips/windiss.h: Likewise.
2268
2269 2004-01-02 Richard Henderson <rth@redhat.com>
2270
2271 * config/i386/i386.md (fp constant pool splitter): Reorg suppression
2272 for sse and 387; add suppression for mmx.
2273
2274 2004-01-02 Andrew Pinski <pinskia@physics.uc.edu>
2275
2276 * loop.c (loop_optimize): Free all loops_info's mems.
2277
2278 * c-typeck.c (finish_init): Free spelling_base before
2279 setting it again.
2280
2281 * cfgloop.c (flow_loops_find): Always free the sbitmap
2282 headers.
2283
2284 * predict.c (estimate_probability): Free bbs after being
2285 done with it.
2286
2287 2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
2288
2289 * config/mn10300/mn10300.h (PREDICATE_CODES): Add
2290 const_8bit_operand and call_address_operand.
2291
2292 2004-01-02 Jan Hubicka <jh@suse.cz>
2293
2294 * cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls
2295 when there is nothing to inline but warnings are requested.
2296 (cgraph_decide_inlining): Fix memory leak.
2297
2298 2004-01-02 Jan Hubicka <jh@suse.cz>
2299
2300 * expr.c (store_constructor): Fix pasto in previous patch.
2301
2302 2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
2303
2304 * config/i386/cygming.h: Fix comment formatting.
2305 * config/i386/djgpp.h: Likewise.
2306 * config/i386/gthr-win32.c: Likewise.
2307 * config/i386/i386-interix.h: Likewise.
2308 * config/i386/i386.c: Likewise.
2309 * config/i386/i386.h: Likewise.
2310 * config/i386/openbsd.h: Likewise.
2311 * config/i386/winnt.c: Likewise.
2312 * config/i386/xm-mingw32.h: Likewise.
2313
2314 2004-01-02 Joseph S. Myers <jsm@polyomino.org.uk>
2315
2316 * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
2317 copyright and last modification dates.
2318
2319 2004-01-02 Andreas Jaeger <aj@suse.de>, Gerald Pfeifer <gp@suse.de>
2320
2321 * doc/install.texi (Specific): Mention x86_64.
2322
2323 2004-01-01 Hans-Peter Nilsson <hp@bitrange.com>
2324
2325 * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
2326 Call force_operand on plus_constant result.
2327
2328 2004-01-01 Jan Hubicka <jh@suse.cz>
2329
2330 * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
2331 * expr.c (store_constructor): Use vec_init pattern.
2332 * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
2333 * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
2334 (vec_set_optab, vec_extract_optab, vec_init_optab): New.
2335 * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
2336 New patterns.
2337 (sse2_unpc?pd): Fix pattern.
2338 (sse2_movlpd): Kill.
2339 (sse2_movsd): Deal with movlpd too.
2340 * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
2341 (ix86_expand_vector_init): New.
2342 * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
2343 * md.texi (vec_set, vec_extract): Document
2344
2345 2003-12-31 Jan Hubicka <jh@suse.cz>
2346
2347 PR opt/13473
2348 * recog.c (validate_replace_rtx_1): Take care for RTL sharing inside
2349 ASM input operands
2350
2351 PR opt/12617
2352 * toplev.c (dump_file_index): Reorder ce3 and bbro.
2353 (dump_file): Likewise.
2354 (rest_of_compilation): Likewise.
2355
2356 PR debug/13367
2357 * cgraph.c (cgraph_function_possibly_inlined): Even with
2358 flag_really_no_inline we inline always_inline functions.
2359 * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
2360 for non-always_inline functions when there is flag_really_no_inline.
2361 (cgraph_decide_inlining): Limit work done when not inlining.
2362 (cgraph_decide_inlining_incrementally): Likewise.
2363 (cgraph_optimize_function): Check whether something got inlined.
2364 * c-objc-common.c (c_disregard_inline_limits): Do not always inline
2365 extern inline functions when not inlining.
2366
2367 * opts.c (decode_options): Disable crossjumping at -O1
2368 * invoke.texi (-O1): Document change.
2369
2370 See ChangeLog.10 for earlier changes.
2371