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