re PR c/3347 (Too large bitfields should be errors)
[gcc.git] / gcc / ChangeLog
1 2003-12-17 Neil Booth <neil@daikokuya.co.uk>
2 Joseph S. Myers <jsm@polyomino.org.uk>
3
4 PR c/3347
5 * c-decl.c (enum_decl_context): Remove BITFIELD.
6 (grokdeclarator): Take bit-field width as an input.
7 Perform bit-field width validation with
8 check_bitfield_type_and_width rather than waiting for
9 finish_struct.
10 (groktypename, groktypename_in_parm_context, start_decl,
11 push_parm_decl, grokfield, start_function): Update calls to
12 grokdeclarator.
13 (check_bitfield_type_and_width): New function.
14 (finish_struct): Move bit-field validation to grokdeclarator
15 and check_bitfield_type_and_width.
16
17 2003-12-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18
19 PR bootstrap/13386
20 * configure.in (gcc_cv_ld_hidden): Set to yes on hppa64*-*-hpux* when
21 using HP native linker.
22 * configure: Rebuilt.
23
24 2003-12-16 Mark Mitchell <mark@codesourcery.com>
25
26 PR c++/13275
27 * c-common.h (enum rid): Add RID_OFFSETOF.
28 * c-parser.in (rid_to_yy): Ignore RID_OFFSETOF.
29 * ginclude/stddef.h (offsetof): Reimplement for C++, using
30 __offsetof__.
31 * doc/extend.texi: Document __offsetof__.
32
33 2003-12-16 Stan Cox <scox@redhat.com>
34
35 * config/iq2000/iq2000.h: Formatting.
36 (MAX_INT_TYPE_SIZE, MAX_INT_TYPE_SIZE, CONST_COSTS, RTX_COSTS)
37 (ADDRESS_COST, ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL)
38 (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR, SLOW_ZERO_EXTEND): Remove
39 * config/iq2000/iq2000.c: Formatting.
40 (iq2000_rtx_costs): New.
41
42 2003-12-16 Richard Earnshaw <rearnsha@arm.com>
43
44 * arm.md (addsi3_carryin_shift): Add missing register constraints.
45
46 2003-12-16 Loren James Rittle <ljrittle@acm.org>
47
48 * testsuite/g++.old-deja/g++.eh/badalloc1.C: Tweak to
49 pass with -pthread on FreeBSD systems.
50
51 2003-12-16 Richard Sandiford <rsandifo@redhat.com>
52
53 * config/mips/mips.c (mips_file_end): Only write symbols that have
54 been referenced at some point.
55
56 2003-12-16 Richard Sandiford <rsandifo@redhat.com>
57
58 * config/mips/mips.c: Include langhooks.h
59 (mips_build_builtin_va_list): Use lang_hooks.types.make_type.
60
61 2003-12-16 Eric Botcazou <ebotcazou@libertysurf.fr>
62
63 PR optimization/13313
64 * combine.c (make_extraction) [REG]: Do not use
65 gen_lowpart_for_combine when POS is non-zero.
66
67 2003-12-16 Hartmut Penner <hpenner@de.ibm.com>
68
69 * altivec.h (vec_cmple, vec_all_numeric): Fix typo.
70 * testsuite/gcc.dg/altivec-10.c: Test for above.
71
72 2003-12-15 David O'Brien <obrien@FreeBSD.org>
73
74 * Makefile.in (CPPFLAGS): Initialize from configure.
75
76 2003-12-15 Roger Sayle <roger@eyesopen.com>
77
78 PR middle-end/13400
79 * ifcvt.c (noce_process_if_block): Disable unconditional write
80 optimizations if we could introduce a store to trapping memory
81 that wasn't present previously.
82
83 2003-12-15 Kazu Hirata <kazu@cs.umass.edu>
84
85 * system.h (DEFAULT_CALLER_SAVES): Poison.
86 * toplev.c (flag_caller_saves): Always initialize with 0.
87 * doc/tm.texi (DEFAULT_CALLER_SAVES): Remove.
88
89 2003-12-15 Kazu Hirata <kazu@cs.umass.edu>
90
91 * flow.c (EXIT_IGNORE_STACK): Move to ...
92 * defaults.h (EXIT_IGNORE_STACK): ... here.
93 * dojump.c (clear_pending_stack_adjust): Don't use #ifdef
94 EXIT_IGNORE_STACK.
95 * function.c (expand_function_end): Likewise.
96 * global.c (global_alloc): Likewise.
97 * ra.c (init_ra): Likewise.
98 * reload1.c (init_elim_table): Likewise.
99 * reorg.c (fill_simple_delay_slots): Likewise.
100 * resource.c (init_resource_info): Likewise.
101 * doc/tm.texi (EXIT_IGNORE_STACK): Document that the default
102 is 0.
103
104 2003-12-15 J"orn Rennecke <joern.rennecke@superh.com>
105
106 * reload.c (reg_overlap_mentioned_for_reload_p):
107 When looking at a PLUS in X, avoid spuriously returning nonzero
108 when IN is a REG or another simple PLUS, or a MEM containing one.
109
110 * loop.c (loop_invariant_p): Amend comment about where new registers
111 might come from.
112
113 2003-12-15 Andreas Jaeger <aj@suse.de>
114
115 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Remove
116 handling of obsolete language CHILL.
117
118 2003-12-15 Waldek Hebisch <hebisch@math.uni.wroc.pl>
119
120 * tree.c (initializer_zerop): Add test for empty set.
121 * integrate.c (function_cannot_inline_p): Forbid inlining
122 functions calling `longjmp'.
123
124 2003-12-15 Nathan Sidwell <nathan@codesourcery.com>
125
126 PR c++/11773
127 * doc/gcov.texi (Gcov and Optimization): Document inline function
128 behaviour. Fix some file suffixes.
129
130 2003-12-14 David O'Brien <obrien@FreeBSD.org>
131
132 * config/i386/i386.h (__amd64, __amd64__): Remove duplicates.
133
134 2003-12-14 Mark Mitchell <mark@codesourcery.com>
135
136 * c-common.h (c_parse_error): Declare it.
137 * c-common.c (c_parse_error): New function.
138 * c-parse.y (yyerror): Use it.
139
140 2003-12-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
141
142 PR target/13054
143 * pa-protos.h (indexed_memory_operand, borx_reg_operand,
144 move_dest_operand, move_src_operand): New protypes.
145 (basereg_operand, move_operand, reg_or_nonsymb_mem_operand): Deleted.
146 * pa.c (copy_reg_pointer, indexed_memory_operand, move_dest_operand,
147 move_src_operand): New functions.
148 (basereg_operand, reg_or_nonsymb_mem_operand, move_operand): Delete.
149 (reg_or_0_or_nonsymb_mem_operand): Return false for unscaled indexed
150 address until cse is not expected on targets with non-equivalent
151 space registers.
152 (hppa_legitimize_address): Canonicalize unscaled indexed addresses
153 on targets non-equivalent space registers.
154 (emit_move_sequence): Break out indexed addresses from destination
155 operand. Similarly, break out unscaled indexed addresses from
156 source operand on targets with non-equivalent space registers. Fix
157 REG_POINTER flag when possible. Mark register pointer when creating
158 new pointers.
159 (print_operand): Handle unscaled index addresses.
160 * pa.h (IS_INDEX_ADDR_P, IS_LO_SUM_DLT_ADDR_P): New macro subroutines
161 for EXTRA_CONSTRAINT.
162 (EXTRA_CONSTRAINT): Rework to make more readable.
163 (MODE_OK_FOR_SCALED_INDEXING_P, MODE_OK_FOR_UNSCALED_INDEXING_P): New
164 subroutines for GO_IF_LEGITIMATE_ADDRESS.
165 (GO_IF_LEGITIMATE_ADDRESS): Rework using new subroutines. Allow scaled
166 and unscaled addresses. Canonicalize unscaled indexed addresses on
167 targets with non-equivalent space registers. Document issues in
168 handling indexed address modes on PA-RISC.
169 (PREDICATE_CODES): Update for new and deleted predicates.
170 * pa.md (move_dest_operand, move_src_operand, indexed_memory_operand):
171 Use new predicates in move patterns.
172 Add peephole2 patterns to optimize floating point stores. Fix
173 constrain preferencing in move patterns. Delete patterns for handling
174 unscaled indexed memory loads. Add missing load and store with
175 base-register modification patterns. Correct SFmode floating point
176 store pattern. Add missing zero extension loads.
177
178 2003-12-13 Steven Bosscher <stevenb@suse.de>
179
180 * ggc-zone.c (struct alloc_zone): Don't pre-declare, it already
181 comes in with ggc.h. Add a new bool field `dead'.
182 (destroy_ggc_zone): Don't destroy a zone at once. Instead, only
183 set the `dead' flag for the dead zone. Wrap a sanity check in
184 ENABLE_CHECKING.
185 (ggc_collect_1): Always mark and sweep if a zone has the `dead'
186 flag set.
187 (ggc_collect): Free dead zones after collecting.
188
189 2003-12-13 Jan Hubicka <jh@suse.cz>
190
191 * coverage.c (get_coverage_counts): Use inform instead of warning
192 about missing profile.
193
194 2003-12-12 Steven Bosscher <stevenb@suse.de>
195
196 * Makefile.in (opts.o, explow.o): Depend on langhooks.h
197
198 2003-12-12 Geoffrey Keating <geoffk@apple.com>
199
200 * config.gcc <i[34567]86-*-darwin*>: Don't use fixproto.
201 <powerpc-*-darwin*>: Likewise.
202
203 2003-12-12 Jakub Jelinek <jakub@redhat.com>
204
205 * config/ia64/linux.h (IA64_GATE_AREA_END): Increase by 64K.
206 (MD_FALLBACK_FRAME_STATE_FOR): Set fpsr_loc, br_loc[6] and
207 br_loc[7]. Update comment.
208 (MD_HANDLE_UNWABI): Define.
209 * config/ia64/unwind-ia64.c (struct unw_state_record): Add
210 unwabi field.
211 (struct _Unwind_Context): Increase br_loc array size to 8 entries.
212 (desc_abi): Set unwabi.
213 (uw_update_reg_address): Allow br up to 7.
214 (uw_update_context): Invoke MD_HANDLE_UNWABI if defined.
215 (uw_install_context): Load b1..b5 from correct locations.
216 Fix insn loading ar.fpsr.
217 * doc/tm.texi: Document MD_HANDLE_UNWABI.
218
219 2003-12-12 Roger Sayle <roger@eyesopen.com>
220
221 PR optimization/13037
222 * loop.c (update_giv_derive): Ignore redundant sets of a biv when
223 calculating how to derive a giv from a biv.
224
225 2003-12-12 Neil Booth <neil@daikokuya.co.uk>
226
227 PR preprocessor/12935 preprocessor/12952 preprocessor/13046
228 * cpplib.c (prepare_directive_trad): Clear skipping only in
229 #if and #elif directives.
230 (do_undef): Call the handler even if the identifier is not a macro.
231 * cpptrad.c (scan_parameters): Emit an error message.
232 (_cpp_create_trad_definition): Remember the params list even on
233 failure.
234
235 2003-12-11 Zack Weinberg <zack@codesourcery.com>
236
237 * arm.c (ARM_ADDRESS_COST, THUMB_ADDRESS_COST): Convert macros
238 to inline functions: arm_arm_address_cost, arm_thumb_address_cost
239 respectively.
240 (arm_address_cost): Use 'em.
241
242 2003-12-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
243
244 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define
245 __STDC_VERSION__ to ISO C94 for C++.
246
247 * fixinc/inclhack.def (alpha_wchar): New fix.
248 * fixinc/fixincl.x: Regenerate.
249 * fixinc/tests/base/wchar.h: New file.
250
251 2003-12-11 David Mosberger <davidm@hpl.hp.com>
252
253 * unwind-libunwind.c (_Unwind_SetGR): Clear the NaT bit as
254 required by C++ ABI for Itanium.
255 * config/t-libunwind (LIB2ADDEH): Remove unwind-libunwind.c.
256 * config/t-libunwind-no-eh: New file.
257 * configure.in: Check libunwind for _Unwind_Resume() and if it's
258 present, set libunwind_has_eh_support to "yes".
259 * configure: Regenerate.
260 * config.gcc (ia64*-*-linux*): If $libunwind_has_eh_support is
261 set to yes, use t-libunwind, otherwise, use t-libunwind-no-eh.
262
263 2003-12-11 Richard Sandiford <rsandifo@redhat.com>
264
265 * config/mips/mips.c (mips_global_pointer): Force functions with
266 a nonlocal goto to set up $gp.
267
268 2003-12-11 James E Wilson <wilson@specifixinc.com>
269
270 PR target/13132
271 * function.c (gen_mem_addressof): When no decl, explicitly clear flag
272 bits.
273
274 2003-12-12 Nick Clifton <nickc@redhat.com>
275
276 * config/m32r/m32r.c: Convert to ISO-C
277
278 2003-12-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
279
280 * doc/invoke.texi: Replace Mitsubishi with Renesas.
281 * config/m32r/m32r.h: Ditto.
282 * config/m32r/m32r.c: Ditto.
283 * config/m32r/m32r.md: Ditto.
284
285 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>
286
287 * basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
288 (BLOCK_HEAD_TREE, BLOCK_END_TREE): Remove.
289 (basic_block_def): Rename `head' to `head_' and `end' to `end_'.
290 (BB_HEAD, BB_END): New accessor macros for the `head_' and `end_'
291 fields of a basic block.
292 * bb-reorder.c, bt-load.c, caller-save.c, cfg.c, cfganal.c,
293 cfgbuild.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgloopanal.c,
294 cfgloopmanip.c, cfgrtl.c, combine.c, conflict.c, df.c, emit-rtl.c,
295 final.c, flow.c, function.c, gcse.c, global.c, graph.c,
296 haifa-sched.c, ifcvt.c, lcm.c, local-alloc.c, loop-unswitch.c,
297 loop.c, postreload.c, predict.c, profile.c, ra-build.c, ra-debug.c,
298 ra-rewrite.c, ra.c, recog.c, reg-stack.c, regclass.c, regmove.c,
299 regrename.c, reload1.c, resource.c, sched-ebb.c, sched-rgn.c,
300 sibcall.c, tracer.c, config/frv/frv.c, config/i386/i386.c,
301 config/ia64/ia64.c: Use the BB_HEAD and BB_END macros instead of
302 accessing the `head' and `end' fields of a basic block directly.
303
304 * gengtype.c: Teach about "void**" pointers and "void *" function
305 types. Fixes earlier commit.
306
307 2003-12-10 Geoffrey Keating <geoffk@apple.com>
308
309 * doc/extend.texi (Vector Extensions): Document that bitwise
310 operations also work on vectors.
311
312 2003-12-10 Richard Earnshaw <rearnsha@arm.com>
313
314 * arm.md: New split patterns for optimizing bitfield accesses.
315
316 2003-12-10 Steven Bosscher <stevenb@suse.de>
317
318 * README.Portability: Remove K+R section.
319
320 * gengtype-lex.l: Teach about "void**" pointers and
321 "void*" function types.
322
323 2003-12-10 Eric Botcazou <ebotcazou@libertysurf.fr>
324
325 PR target/13354
326 * config/sparc/sparc.c (sparc_output_mi_thunk): Load DELTA
327 manually if one can do that with only one instruction.
328
329 2003-12-10 Nick Clifton <nickc@redhat.com>
330
331 * config.gcc (arm-linux): Include linux.h in tm_file so that
332 LINUX_TARGET_OS_CPP_BUILTINS is defined.
333 * config/arm/linux-elf.h (LIB_SPEC): Protect the definition.
334
335 2003-12-09 James E Wilson <wilson@specifixinc.com>
336
337 * rtl.def (CODE_LABEL, NOTE): Correct operand numbers in comments.
338
339 2003-12-09 Matt Austern <austern@apple.com>
340
341 PR c/13134
342 * c-decl.c (duplicate_decls): Copy visibility flag when appropriate.
343
344 2003-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
345
346 * config/m32r/m32r.h: Add support for m32r2 processor. Including
347 a new command line option -m32r2 to select it.
348 * config/m32r/m32r.c: Add support for the new processor variant.
349 * config/m32r/m32r.md: Likewise.
350 * config/m32r/t-m32r: Add m32r2 multilibs.
351 * doc/invoke.texi: Document the new command line switch.
352
353 2003-12-08 Kazu Hirata <kazu@cs.umass.edu>
354
355 * defaults.h (LOCAL_REGNO): Give the default definition.
356 * flow.c (LOCAL_REGNO): Remove.
357 * reload1.c (LOCAL_REGNO): Likewise.
358
359 2003-12-08 Geoffrey Keating <geoffk@apple.com>
360
361 PR target/11848
362 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Allow change of mode
363 in floating-point registers between TFmode and DImode.
364 * rs6000.c (rs6000_emit_move): Split moves early.
365 (secondary_reload_class): Random Whitespace Change.
366 (rs6000_split_multireg_move): Support moves involving FP registers.
367 Emit instructions directly.
368 * rs6000-protos.h (rs6000_split_multireg_move): Update prototype.
369 * altivec.md: Update for changes to rs6000_split_multireg_move.
370 * rs6000.md: Update for changes to rs6000_split_multireg_move.
371 (movtf_internal): Support moves to/from GPRs.
372
373 2003-12-08 Stuart Hastings <stuart@apple.com>
374
375 * config/i386/i386.md: Typo in split of fp-valued if_then_else.
376
377 2003-12-08 James E Wilson <wilson@specifixinc.com>
378
379 PR target/13132
380 * expmed.c (extract_bit_field): Only call mode_for_size for scalar
381 integer modes.
382
383 2003-12-08 Nathanael Nerode <neroden@gcc.gnu.org>
384
385 * doc/install.texi: Revert change of Dec 7; gcc is still a 2.13
386 directory.
387
388 2003-12-08 Alexandre Oliva <aoliva@redhat.com>
389
390 * config/frv/frv.md (subdi2): Merge with _internal insn_and_split,
391 by using match_scratch.
392 (negdi2): New.
393
394 2003-12-08 Jason Merrill <jason@redhat.com>
395 Daniel Berlin <dberlin@dberlin.org>
396
397 PR debug/11114
398 Support namespaces in DWARF 2 output.
399 * dwarf2out.c (gen_namespace_die): New function.
400 (force_namespace_die, setup_namespace_context): New fns.
401 (declare_in_namespace): New fn.
402 (gen_decl_die): Call declare_in_namespace. Handle namespaces.
403 (dwarf2out_decl): Handle namespaces.
404 (scope_die_for): Pass through a namespace scope.
405 (class_scope_p): Rename to class_or_namespace_scope_p.
406 (gen_subprogram_die, gen_variable_die): Adjust.
407 (gen_struct_or_union_die): Always emit a declaration
408 if context_die is a namespace.
409
410 2003-12-08 Jan Hubicka <jh@suse.cz>
411
412 * unwind-pe.h (read_uleb128): Fix handling of large values
413 (read_sleb128): Fix handling of large values
414
415 2003-12-08 Andrew Pinski <pinskia@physics.uc.edu>
416
417 PR middle-end/10060
418 * emit-rtl.c (copy_rtx_if_shared): Split out into ...
419 (copy_rtx_if_shared_1): here and optimize the last one
420 in the sequence into tail-recursion.
421 (reset_used_flags): Optimize the last one
422 in the sequence into tail-recursion.
423
424 2003-12-08 Richard Earnshaw <rearnsha@arm.com>
425
426 * arm.md: New split to transform ((X << y) - 1) into ~(~(X-1) << y)
427 for constant X.
428
429 2003-12-08 Richard Sandiford <rsandifo@redhat.com>
430
431 * calls.c (expand_call): Don't try using tail or recursive calls
432 after the function body has been expanded.
433
434 2003-12-08 Jan Hubicka <jh@suse.cz>
435
436 * i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPS
437
438 2003-12-08 Arnaud Charlet <charlet@act-europe.fr>
439
440 PR ada/13324, PR ada/12614
441 * doc/install.texi: Update requirements for building Ada.
442
443 2003-12-07 David Edelsohn <edelsohn@gnu.org>
444 Graham Reed <greed@pobox.com>
445
446 * collect2.c (GCC_OK_SYMBOL): Add support for AIX C_WEAKEXT.
447 (GCC_UNDEF_SYMBOL): Same.
448
449 2003-12-07 Kazu Hirata <kazu@cs.umass.edu>
450
451 * final.c (final_scan_insn): Don't use FINAL_PRESCAN_LABEL.
452 * system.h (FINAL_PRESCAN_LABEL): Poison.
453 * doc/tm.texi (FINAL_PRESCAN_LABEL): Remove.
454
455 2003-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
456
457 * Makefile.in (compare): Combine toplevel and $(SUBDIRS) cases.
458
459 2003-12-07 Nathanael Nerode <neroden@gcc.gnu.org>
460
461 * configure.in, aclocal.m4: Revert to pre-2.5x conversion status.
462 * configure: Regenerate with autoconf 2.13.
463
464 * configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
465 with modern equivalents.
466 * configure: Regenerate.
467
468 * configure.in: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
469 * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
470 * configure: Regenerate.
471
472 * configure: Regenerate with (preferred) autoconf 2.57.
473 * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
474
475 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
476
477 PR optimization/12965
478 * caller-save.c (save_call_clobbered_regs): Do not save/restore
479 registers around no-return calls.
480
481 2003-12-07 Nathanael Nerode <neroden@gcc.gnu.org>
482
483 * configure.in: Make minimum necessary changes for autoconf 2.5x.
484 * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
485 * configure: Regenerate with autoconf 2.58.
486
487 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
488
489 PR optimization/13318
490 * loop.c (express_from): Protect integer division from overflow.
491
492 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
493
494 PR optimization/13060
495 * function.c (fixup_var_refs_1) [SUBREG]: Recognize even if a
496 replacement already exists. Fix again the whole insn if that fails.
497
498 2003-12-06 Andrew Pinski <pinskia@physics.uc.edu>
499
500 * config/rs6000/rs6000.c (macho_branch_islands): Use
501 HOST_WIDE_INT_PRINT_UNSIGNED.
502
503 2003-12-06 Richard Sandiford <rsandifo@redhat.com>
504
505 * varasm.c (incorporeal_function_p): New.
506 (assemble_external): Use it as a filter.
507 * config/mips/mips.c (mips_output_external): Don't check for builtin
508 functions here.
509
510 2003-12-06 Richard Earnshaw <reanrsha@arm.com>
511
512 * arm.md (IOR (COMPARISON) (AND)): New define_splits.
513
514 2003-12-06 Kelley Cook <kcook@gcc.gnu.org>
515
516 * Makefile.in (program_transform_cross_name): Delete.
517 (GCC_CROSS_NAME, CPP_CROSS_NAME): Delete.
518 (PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Delete.
519 (AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Adjust for above.
520 (install_cpp, install_driver, install-man, uninstall): Likewise.
521
522 2003-12-06 Alan Modra <amodra@bigpond.net.au>
523
524 PR 13169
525 * basic-block.h (PROP_ASM_SCAN): Define.
526 * final.c (regs_asm_clobbered): New array.
527 * regs.h (regs_asm_clobbered): Declare.
528 * flow.c (life_analysis): Init it.
529 (mark_set_regs): Set PROP_ASM_SCAN for asms.
530 (mark_set_1): Set regs_asm_clobbered.
531 * global.c (global_alloc): Don't set eliminable_regset when
532 regs_asm_clobbered.
533
534 2003-12-05 Mark Mitchell <mark@codesourcery.com>
535
536 * config/ia64/ia64.h (MUST_PASS_IN_STACK): Define.
537
538 PR c++/13314
539 * emit-rtl.c (set_mem_attributes_minus_bitpos): Robustify.
540
541 2003-12-05 Andrew Pinski <pinskia@physics.uc.edu>
542
543 PR driver/13211
544 * gcc.c (execute) Increment execution_count when returning
545 early because verbose_only_flag is true.
546
547 2003-12-05 Per Bothner <pbothner@apple.com>
548
549 * cppfiles.c (file_hash_hash): New static function.
550 (hash_string_eq): Renamed static function to file_hash_eq.
551 (_cpp_init_files): Create file_hash table with above callbacks.
552 (cpp_included): Must use htab_find_with_hash insead of htab_find.
553 (_cpp_find_find, make_cpp_dir): Must use htab_find_slot_with_hash.
554
555 2003-12-05 Per Bothner <pbothner@apple.com>
556
557 * line-map.h (source_location): New typedef.
558 (fileline): Redefined as source_location.
559 (struct line_map, linemap_add, linemap_lookup): Replace filefile
560 by source_location.
561 * line-map.c (linemap_add, linemap_lookup): Use source_location.
562
563 2003-12-05 Richard Henderson <rth@redhat.com>
564
565 * config/alpha/alpha.c (alpha_build_builtin_va_list): Add dummy
566 field to suppress -Wpadded warnings.
567
568 2003-12-05 Stuart Hastings <stuart@apple.com>
569
570 * config/rs6000/rs6000.md: Correct macro test of TARGET_MACHO.
571
572 2003-12-05 Stuart Menefy <stuart.menefy@st.com>
573 J"orn Rennecke <joern.rennecke@superh.com>
574
575 PR target/13302
576 * sh.c (sh_build_builtin_va_list): Use (*lang_hooks.types.make_type).
577
578 2003-12-05 Roger Sayle <roger@eyesopen.com>
579
580 * dojump.c (do_jump): If the expression being compared against
581 zero, is the subreg of a promoted variable, perform the comparison
582 in the promoted mode.
583 * simplify-rtx.c (simplify_unary_operation): Optimize sign and
584 zero-extensions of subregs of promoted variables where the
585 extension is identical to that used to promote the variable.
586
587 2003-12-05 Hans-Peter Nilsson <hp@axis.com>
588
589 PR target/13256
590 * resource.h (enum mark_resource_type): Remove member MARK_DEST.
591 The only user changed as follows:
592 * resource.c (mark_set_resources) <case SET>: Always recurse for
593 SET_SRC (x).
594 <case SIGN_EXTRACT, case ZERO_EXTRACT>: Always recurse on
595 operands.
596 <case STRICT_LOW_PART>: Delete, deferring to default code.
597
598 2003-12-05 Waldek Hebisch <hebisch@math.uni.wroc.pl>
599
600 * stmt.c (expand_nl_goto_receiver): Copy hard register clobbers
601 and ASM_INPUT barrier from expand_builtin_setjmp_receiver.
602
603 2003-12-05 Richard Sandiford <rsandifo@redhat.com>
604
605 * config/mips/mips.c (mips_expand_call): Don't allow laziy binding
606 for n32 & n64 abicalls.
607
608 2003-12-05 Richard Sandiford <rsandifo@redhat.com>
609
610 PR bootstrap/13145
611 * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Adjust comment.
612 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Add $fcall.
613 (mips_load_got): Always create a constant MEM.
614 (mips_expand_call): Use load_callsi and load_calldi.
615 * config/mips/mips.md (UNSPEC_LOAD_CALL, FAKE_CALL_REGNO): New consts.
616 (load_callsi, load_calldi): New patterns.
617
618 2003-12-05 Peter Gerwinski <peter@gerwinski.de>
619
620 * tree.def (PLACEHOLDER_EXPR): Clarify commentary.
621
622 2003-12-05 Steven Bosscher <stevenb@suse.de>
623
624 * config/d30v/d30v-protos.h , config/d30v/d30v.c,
625 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
626 config/fr30/fr30-protos.h, config/fr30/fr30.c,
627 config/i370/i370-protos.h, config/i370/i370.c,
628 config/i960/i960-protos.h, config/i960/i960.c,
629 config/ip2k/ip2k-protos.h, config/ip2k/ip2k.c,
630 config/m32r/m32r-protos.h, config/m32r/m32r.c,
631 config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
632 config/ns32k/ns32k-protos.h, config/ns32k/ns32k.c:
633 Convert to ISO C90 function declarations and definitions.
634
635 2003-12-05 Eric Botcazou <ebotcazou@libertysurf.fr>
636
637 * doc/extend.texi (Constructing Calls): Add warning about
638 the limitations of the functions.
639
640 2003-12-05 Eric Botcazou <ebotcazou@libertysurf.fr>
641
642 PR middle-end/11151
643 * function.h (struct function): New field 'x_naked_return_label'.
644 * function.c (free_after_compilation): Set it to NULL.
645 (expand_function_end): Emit 'naked_return_label' if it exists.
646 * rtl.h (expand_naked_return): Declare.
647 * stmt.c (expand_naked_return): New function to generate a
648 jump to 'naked_return_label'.
649 * builtins.c (expand_builtin_return): Call expand_naked_return
650 instead of expand_null_return.
651 * config/sparc/sparc.md (untyped_return): Likewise.
652
653 2003-12-04 Andrew Pinski <pinskia@physics.uc.edu>
654
655 PR target/11322
656 * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
657
658 PR target/12467
659 * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.
660
661 2003-12-04 Stuart Hastings <stuart@apple.com>
662
663 * rs6000.c (output_call, macho_branch_islands,
664 add_compiler_branch_island, no_previous_def, get_previous_label)
665 Revisions of xx_stub functions for branch islands,
666 add -fPIC support for Darwin.
667 * rs6000-protos.h (output_call) Prototype.
668 * rs6000.md Use output_call.
669 * invoke.texi Explain Darwin semantics of -longcall.
670 * testsuite/gcc.dg/darwin-abi-1.c Revise testcase for -longcall/jbsr.
671
672 2003-12-04 Richard Henderson <rth@redhat.com>
673
674 * config/i386/i386.md (addqi3_carry): Use q not r constraints.
675 (subqi3_carry): Likewise.
676
677 2003-12-04 J"orn Rennecke <joern.rennecke@superh.com>
678
679 PR optimization/13260
680 * sh-protos.h (sh_expand_t_scc): Declare.
681 * sh.h (PREDICATE_CODES): Add cmpsi_operand.
682 * sh.c (cmpsi_operand, sh_expand_t_scc): New functions.
683 * sh.md (cmpsi): Use cmpsi_operand. If T_REG is compared to
684 something that is not a CONST_INT, copy it into a pseudo register.
685 (subc): Fix description of new T value.
686 (slt, sgt, sge, sgtu): Don't clobber T after rtl generation is over.
687 (sltu, sleu, sgeu): Likewise.
688 (seq, sne): Likewise. Use sh_expand_t_scc.
689
690 2003-12-04 Nathanael Nerode <neroden@gcc.gnu.org>
691
692 * configure.in: Generalize the CONFIG_HEADERS pattern under which
693 we stamp cstamp-h.
694 * configure: Regenerate.
695
696 * configure.in: Pull AC_CHECK_HEADER call out of shell if statement
697 to avoid trouble when updating to autoconf 2.5x.
698 * configure: Regenerate (with autoconf 2.13 still).
699
700 2003-12-04 J"orn Rennecke <joern.rennecke@superh.com>
701
702 * sh.md (truncdiqi2): Use andi opcode for immediate.
703 (reload_outdf+1,reload_outdf+2): Remove constraints.
704 (movv16sf_i): Fxi multiplier for SUBREG_BYTE.
705 (movv8qi_i+2): Zero-extend low byte before adding it to high byte.
706 (fipr, ftrv): Add .s suffix to opcode.
707
708 2003-12-04 Richard Sandiford <rsandifo@redhat.com>
709
710 PR target/13186
711
712 Revert all of the following patch, except the addition of
713 hook_bool_machine_mode_true:
714
715 2003-11-02 Richard Sandiford <rsandifo@redhat.com>
716
717 * Makefile.in (targhooks.o, reload.o): Update dependencies.
718 (GTFILES): Add targhooks.c.
719 (gt-targhooks.h): New rule; depend on s-gtype.
720 * target.h (direct_pool_load_p): New hook.
721 * target-def.h (TARGET_DIRECT_POOL_LOAD_P): New macro.
722 (TARGET_INITIALIZER): Include it.
723 * targhooks.h (default_direct_pool_load_p): Declare.
724 (hook_bool_machine_mode_true): Declare.
725 * targhooks.c: Include insn-config.h, recog.h, ggc.h and
726 gt-targhooks.h.
727 (pool_symbol): New variable.
728 (default_direct_pool_load_p): New function.
729 (hook_bool_machine_mode_true): New function.
730 * reload.c: Include target.h.
731 (find_reloads): If an alternative will force a constant into memory,
732 count an extra reload if constant pool symbols are not valid
733 addresses. If an alternative uses memory to move values between
734 registers, count the move as two reloads rather than one.
735 * config/s390/s390.c (TARGET_DIRECT_POOL_LOAD_P): Define.
736 * doc/tm.texi (TARGET_DIRECT_POOL_LOAD_P): Document.
737
738 2003-12-03 Mark Mitchell <mark@codesourcery.com>
739
740 * config/ia64/hpux.h (TARGET_HAVE_TLS): Define it to false.
741 * config/ia64/ia64.h (TARGET_HAVE_TLS): Define it to true if
742 HAVE_AS_TLS is true.
743 * config/ia64/ia64.c (TARGET_HAVE_TLS): Do not define it.
744
745 2003-12-03 James E Wilson <wilson@specifixinc.com>
746
747 * gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name.
748
749 * gcc-page.c (extra_order_size_tab): Correct comment.
750
751 2003-12-03 Kazu Hirata <kazu@cs.umass.edu>
752
753 * config/h8300/h8300.c (push): Call gen_push_h8300hs_advanced
754 instead of gen_push_h8300hs.
755 (pop): Call gen_pop_h8300hs_advanced instead of
756 gen_pop_h8300hs.
757 * config/h8300/h8300.h (TRAMPOLINE_SIZE): Use Pmode.
758 * config/h8300/h8300.md (*tablejump_h8300hs_advanced):
759 Tighten the predicate.
760 (*tablejump_h8300hs_normal): Tighten the predicate.
761 (push_h8300hs): Change to
762 push_h8300hs_advanced.
763 (pop_h8300hs): Change to pop_h8300hs_advanced.
764
765 2003-12-03 Eric Christopher <echristo@redhat.com>
766
767 * rtl.c: Fix typo.
768 * config/mips/mips.h: Ditto. Fix formatting.
769
770 2003-12-04 Ben Elliston <bje@wasabisystems.com>
771
772 * future.options: Remove. Move to gnu.org web pages.
773
774 2003-12-03 Eric Christopher <echristo@redhat.com>
775
776 * c-parse.in (c_in_iteration_stmt, c_in_case_stmt): Move
777 from here...
778 * c-tree.h: to here.
779
780 2003-12-03 Jan Hubicka <jh@suse.cz>
781
782 PR optimization/12324
783 * toplev.c (rest_of_decl_compilation): Do not deffer when compiling
784 in unit-at-a-time mode.
785
786 2003-12-03 Jakub Jelinek <jakub@redhat.com>
787
788 * expr.c (store_constructor): Only set RTX_UNCHANGING_P for
789 read-only field if cleared is 0.
790
791 2003-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
792
793 * config.gcc: Mark obsolete targets for GCC 3.4.
794
795 2003-12-03 Zack Weinberg <zack@codesourcery.com>
796
797 * aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.
798 * config.in, configure.in: Regenerate.
799 * cpphash.h: Check both HAVE_ICONV and HAVE_ICONV_H before
800 including iconv.h.
801
802 2003-12-03 Alan Modra <amodra@bigpond.net.au>
803
804 PR target/11229
805 * cse.c (cse_insn): Set classp using src_const_elt if
806 src_eqv_elt is NULL.
807
808 2003-12-03 Richard Earnshaw <rearnsha@arm.com>
809
810 * gcse.c (reg_clear_last_set): New function.
811 (reg_set_info): If data is non-null, treat it as an sbitmap of
812 registers, set the bit for the register being set.
813 (compute_store_table): Allocate last_set_in with xcalloc. Do not
814 memset this array on each iteration. Pass reg_set_in_block[bb->index]
815 to note_stores while computing last_set_in instead of scanning
816 last_set_in after the first pass through the insns.
817 Clear last_set_in using reg_clear_last_set instead of explicitly
818 rescanning after each insn. If checking is enabled, assert that
819 last_set_in is completely zeroed after each bb has been processed.
820
821 2003-12-02 Geoffrey Keating <geoffk@geoffk.org>
822
823 * df.c (df_uses_record) <MEM>: The argument of a MEM is read-only,
824 never read-write.
825 <REG>: Delete incorrect comment.
826 <SET>: Remove 'use_flags' variable.
827
828 2003-12-03 David Edelsohn <edelsohn@gnu.org>
829
830 * function.c (assign_parms): Make sure parm PARALLEL combined
831 in reg is composed of more than one object and the mode really
832 produces a reg.
833
834 2003-12-03 Jan Hubicka <jh@suse.cz>
835
836 * i386.c (classify_argument): Make it 64bit clean.
837
838 2003-12-02 Richard Sandiford <rsandifo@redhat.com>
839
840 * config/mips/mips.c (mips_output_external): Replace checks for
841 specific builtin-in functions with a check for DECL_BUILTIN_IN.
842
843 2003-12-02 Richard Henderson <rth@redhat.com>
844
845 * rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast.
846 * tree.h (TREE_SET_CODE): Likewise.
847 * recog.h (struct insn_operand_data): Move const after ENUM_BITFIELD.
848
849 2003-12-02 Ben Elliston <bje@wasabisystems.com>
850
851 * dbxstclass.h: Rename from this ..
852 * xcoff.h: .. to this.
853 * xcoffout.c: Include xcoff.h.
854
855 2003-12-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
856
857 * Makefile.in (GCC_CFLAGS): Add -Wold-style-definition.
858
859 2003-12-01 James Lemke <jim@wasabisystems.com>
860
861 * config/arm/arm.c (arm_rtx_costs): Improve for xscale multiply.
862
863 2003-12-01 Roger Sayle <roger@eyesopen.com>
864
865 PR optimization/11634
866 * recog.c (split_insn): Factor test of INSN_P and handling of
867 set_noop_p out of here into the two callers.
868 (split_all_insns): Add INSN_P test and set_noop_p handling here.
869 If deleting a no-op set after reload that has a REG_UNUSED note,
870 mark the basic block as changed and recalculate life information.
871 (split_all_insns_noflow): Add INSN_P test and set_noop_p handling
872 here.
873
874 2003-12-01 Roger Sayle <roger@eyesopen.com>
875
876 PR optimization/12322
877 * gcse.c (struct ls_expr): Change type of hash_index from int to
878 unsigned int.
879 (hash_expr): Document hash_table_size parameter and wrap long line.
880 (ldst_entry): Calculate expression's hash_index and record in ptr.
881 (trim_ld_motion_mems): Use hash_index to search a single bucket
882 instead of scanning the entire hash_table. Remove the "del" local
883 variable and use the equivalent "expr == 0" instead. Change last
884 to be a pointer to the pointer to the current element, to simplify
885 and speed-up deleting from a linked list.
886
887 2003-12-01 James E Wilson <wilson@specifixinc.com>
888
889 * doc/contrib.texi: Update David Mosberger.
890
891 * doc/c-tree.texi (CONSTRUCTOR): Clarify element order and handling
892 of missing fields.
893
894 PR target/8407
895 * config/ia64/ia64.c (ia64_function_arg): For single-reg HFA, call
896 gen_rtx_REG to create new reg with argument mode.
897
898 2003-12-01 Steven Bosscher <stevenb@suse.de>
899
900 * ggc.h (struct alloc_zone): Move forward declaration up.
901 (new_ggc_zone): New function prototype.
902 (destroy_ggc_zone): Ditto.
903 * ggc-simple.c (new_ggc_zone): New function, does nothing.
904 (destroy_ggc_zone): Ditto.
905 * ggc-page.c (new_ggc_zone): New function, does nothing.
906 (destroy_ggc_zone): Ditto.
907 * ggc-zone.c (struct page_entry): Fix comment.
908 (ggc_alloc_typed): Use a switch statement instead of ifs.
909 (new_ggc_zone): New function to set up a new GC zone.
910 (destroy_ggc_zone): New function to remove a GC zone.
911 init_ggc): Use new_ggc_zone to set up the default zones.
912 (ggc_collect): Walk a list of zones, instead of just the
913 default zones. Report statistics using the zone name.
914
915 2003-12-01 Ulrich Weigand <uweigand@de.ibm.com>
916
917 * unroll.c (find_splittable_givs): Add missing extend_value_for_giv.
918
919 2003-12-01 Roger Sayle <roger@eyesopen.com>
920
921 PR optimization/12628
922 * toplev.c (rest_of_handle_jump_bypass): Call reg_scan.
923 * regclass.c (reg_scan): Include allocate_reg_info time in
924 TV_REG_SCAN. Minor clean-ups.
925 (reg_scan_update): Minor clean-ups.
926
927 2003-12-01 Ulrich Weigand <uweigand@de.ibm.com>
928
929 * config.gcc (s390x-ibm-tpf*): Add extra_parts.
930
931 2003-12-01 James E Wilson <wilson@specifixinc.com>
932
933 * config/ia64/ia64.h (FUNCTION_ARG_REGNO_P): Use AR_REG_FIRST not
934 GR_ARG_FIRST.
935
936 2003-12-01 Zack Weinberg <zack@codesourcery.com>
937
938 * common.opt: Remove -fgnu-linker.
939 * flags.h: Remove flag_gnu_linker.
940 * opts.c: Don't handle OPT_fgnu_linker.
941 * toplev.c: Don't initialize flag_gnu_linker.
942 Remove gnu-linker entry from f_options.
943 * config/dsp16xx/dsp16xx.h (OPTIMIZATION_OPTIONS):
944 Don't reset flag_gnu_linker.
945 * config/mips/mips.c (override_options): Likewise.
946 * doc/invoke.texi: Remove all mention of -fgnu-linker.
947
948 2003-12-01 Daniel Berlin <dberlin@dberlin.org>
949
950 * ggc-zone.c (ggc_pch_write_object): Calculate object size using
951 ggc_get_size (which accounts for large objects properly).
952
953 2003-12-01 Jeff Sturm <jsturm@one-point.com>
954
955 PR optimization/13024
956 * toplev.c (rest_of_handle_new_regalloc): Remove rebuild_notes
957 parameter.
958 (rest_of_handle_old_regalloc): Likewise. Add rebuild_notes
959 declaration. Rebuild jump labels following local_alloc if necessary.
960 (rest_of_compilation): Remove rebuild_label_notes_after_reload
961 declaration. Don't pass rebuild_notes parameter to
962 rest_of_handle_new_regalloc and rest_of_handle_old_regalloc.
963 Don't rebuild jump labels.
964
965 2003-12-01 Jeff Law <law@redhat.com>
966
967 * flow.c (count_or_remove_death_notes_bb): New. Extracted from
968 count_or_remove_death_notes.
969 (count_or_remove_death_notes): Use EXECUTE_IF_SET_IN_SBITMAP.
970
971 2003-12-01 Andreas Krebbel <krebbel1@de.ibm.com>
972
973 * builtins.c (expand_builtin_longjmp): Added two memory clobbers.
974
975 2003-12-01 Ulrich Weigand <uweigand@de.ibm.com>
976
977 * reload.c (find_reloads_address): Split addresses of type
978 (plus (plus (reg) (reg)) (const_int)) only if one register
979 is either a valid base register or else one of the stack
980 frame related registers (sp/fp/ap).
981
982 2003-12-01 Steven Bosscher <stevenb@suse.de>
983
984 * function.c (update_epilogue_consts): Don't use PARAMS.
985 * rtl.h (web_main): Ditto.
986 * target.h (is_costly_dependence): Ditto
987
988 2003-12-01 Eric Botcazou <ebotcazou@libertysurf.fr>
989
990 PR middle-end/7847
991 * expr.c (expand_expr) [normal_inner_ref]: When 'offset' is non-zero,
992 do not recheck that 'op0' is a MEM. Move comment. When testing for
993 unaligned objects, take also into account the alignment of 'op0' and
994 'mode1' if 'op0' is a MEM.
995
996 2003-12-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
997
998 * doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
999
1000 2003-12-01 Kelley Cook <kcook@gcc.gnu.org>
1001
1002 * doc/install.texi: Note that fastjar is built with automake 1.7.x
1003 and autoconf 2.57.
1004
1005 2003-12-01 Alan Modra <amodra@bigpond.net.au>
1006
1007 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
1008 target_flags directly rather than using TARGET_* defines.
1009
1010 2003-11-30 Ben Elliston <bje@wasabisystems.com>
1011
1012 * doschk.c: Remove.
1013
1014 2003-11-30 Richard Sandiford <rsandifo@redhat.com>
1015
1016 PR target/12727
1017 * config/mips/mips.c (mips_save_reg): Fix frame information for sdc1
1018 on 32-bit big-endian targets.
1019
1020 2003-11-30 Kazu Hirata <kazu@cs.umass.edu>
1021
1022 * genemit.c (register_constraints): Remove.
1023
1024 2003-11-30 Andreas Krebbel <krebbel1@de.ibm.com>
1025
1026 * config/s390/s390.md ("tmdi_reg", "tmsi_reg", "*movdi_64", "*movdi_31",
1027 "iordi3"): Insns now use multiple letter constraints.
1028 ("*movdi_lhi", "*movdi_lli", "*movdi_lay"): Insns deleted. They are now
1029 covered by "*movdi_64".
1030 ("*movsi_lhi", "*movsi_lli", "*movsi_lay"): Insns deleted. They are now
1031 covered by "*movsi_zarch" and "*movsi_esa".
1032 ("*movsi_zarch", "*movsi_!zarch"): New insns.
1033 ("*llgt_sisi_split", "*llgt_didi_split"): Insns deleted. Now covered
1034 by "*andsi3_zarch" and "anddi3".
1035 ("*anddi3_ni"): Insn merged with "anddi3".
1036 ("*andsi3_ni"): Insn merged with "*andsi3_zarch".
1037 ("*andsi3_zarch", "*andsi3_esa"): New insns.
1038 ("*iordi3_oi"): Insn merged with "iordi3".
1039 ("*iorsi3_oi"): Insn merged with "*iorsi3_zarch".
1040 ("*iorsi3_zarch", "*iorsi3_esa"): New insns.
1041
1042 * config/s390/s390.c (s390_single_qi, s390_single_hi): Functions
1043 merged to s390_single_part.
1044 (s390_single_part): New function.
1045 NOTE: Semantics have changed a bit. Now the value of the part must
1046 be different from the others to get a non-negative return value.
1047 (s390_extract_qi, s390_extract_hi): Functions merged to
1048 s390_extract_part.
1049 (s390_extract_part, s390_extra_constraint_str,
1050 s390_const_ok_for_constraint_p): New functions. The L constraint got a
1051 new meaning and the N constraint was added as a multiple letter
1052 constraint.
1053 (s390_extra_constraint): Function deleted.
1054 (print_operand): New output modifier 'i' and 'j' added.
1055 All uses of CONST_OK_FOR_LETTER_P were replaced by
1056 CONST_OK_FOR_CONSTRAINT_P.
1057
1058 * config/s390/s390-protos.h: Function prototypes adapted.
1059 * doc/md.texi: Documentation for new constraint letters added.
1060
1061 2003-11-30 Andreas Schwab <schwab@suse.de>
1062
1063 * Makefile.in ($(DESTDIR)$(infodir)/%.info): Fix missing semicolon.
1064
1065 2003-11-29 James E Wilson <wilson@specifixinc.com>
1066
1067 * gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name
1068 instead of in shared_name.
1069
1070 * final.c (final_start_function): Delete code for NON_SAVING_SETJMP.
1071 * reload1.c (reload): Re-add it here.
1072
1073 2003-11-30 Alan Modra <amodra@bigpond.net.au>
1074
1075 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Don't
1076 set SECTION_WRITE on TARGET_RELOCATABLE.
1077
1078 2003-11-29 Kazu Hirata <kazu@cs.umass.edu>
1079
1080 * config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.
1081
1082 2003-11-28 Gunther Nikl <gni@gecko.de>
1083
1084 * config/m68k/m68k.c (MOTOROLA): Move from here...
1085 * config/m68k/m68k.h (MOTOROLA): ... to here.
1086 (OUTPUT_JUMP): Use do {...} while (0).
1087 * config/m68k/m68k.md: Replace #ifdef MOTOROLA with C statements.
1088
1089 2003-11-28 Gunther Nikl <gni@gecko.de>
1090
1091 * config.gcc (m68020-*-elf*, m68k-*-elf*, m68010-*-netbsdelf*,
1092 m68k*-*-netbsdelf*, m68k-*-rtems*): Add tm_defines containing
1093 MOTOROLA and USE_GAS.
1094 * config/m68k/rtemself.h (MOTOROLA): Delete.
1095 * config/m68k/netbsd-elf.h (MOTOROLA, USE_GAS): Delete.
1096 * config/m68k/m68kelf.h (MOTOROLA, USE_GAS, SGS_CMP_ORDER): Delete.
1097
1098 2003-11-29 Kazu Hirata <kazu@cs.umass.edu>
1099
1100 * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
1101
1102 2003-11-29 Kelley Cook <kcook@gcc.gnu.org>
1103
1104 * Makefile.in (install-info): Install gccinstall.info too.
1105
1106 2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1107
1108 * config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
1109
1110 2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1111
1112 * config/s390/s390.md ("movhi"): Do not emit extender pattern
1113 when loading from a (MEM (ADDRESSOF ...)).
1114 ("movqi"): Likewise.
1115
1116 2003-11-29 Joseph S. Myers <jsm@polyomino.org.uk>
1117
1118 PR c/10333
1119 * c-parse.in (typespec_reserved_nonattr): Reject typeof on
1120 bit-fields.
1121
1122 2003-11-29 Richard Sandiford <rsandifo@redhat.com>
1123
1124 * stmt.c (expand_asm_operands): Check whether force_const_mem
1125 succeeded.
1126
1127 2003-11-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1128
1129 * config/gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.
1130 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): New.
1131
1132 * config/alpha/gnu.h, config/alpha/linux.h,
1133 config/arm/linux-elf.h, config/cris/cris.h, config/cris/linux.h,
1134 config/i370/linux.h, config/i386/gnu.h, config/i386/i386.h,
1135 config/i386/linux-aout.h, config/i386/linux.h,
1136 config/i386/linux64.h, config/ia64/linux.h, config/m68k/linux.h,
1137 config/m68k/uclinux.h, config/mips/linux.h,
1138 config/mn10300/linux.h, config/pa/pa-linux.h,
1139 config/rs6000/sysv4.h, config/s390/linux.h, config/sh/linux.h,
1140 config/sparc/linux.h, config/sparc/linux64.h,
1141 config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Use
1142 HURD_TARGET_OS_CPP_BUILTINS/LINUX_TARGET_OS_CPP_BUILTINS or ensure
1143 all necessary assertions are included.
1144
1145 2003-11-28 Jan Hubicka <jh@suse.cz>
1146
1147 * emit-rtl.c (set_used_flags): New.
1148 (verify_rtx_sharing, verify_rtl_sharing): New.
1149 (unshare_all_rtl_1): Rename to....
1150 (unshare_all_rtl_in_chain): ... this one; make static.
1151 (copy_rtx_if_shared): LABEL_REF chan be shared.
1152 * ifcvt.c (unshare_ifcvt_sequence): New.
1153 (noce_try_move, noce_try_store_flag, noce_try_store_flag_constants,
1154 noce_try_addcc, noce_try_addcc, noce_try_store_flag_mask,
1155 noce_try_cmove, noce_try_store_flag_mask, noce_try_minmax,
1156 noce_try_abs, noce_process_if_block, find_cond_trap
1157 * rtl.h (verify_rtl_sharing, set_used_flags, unshare_all_rtl_in_chain):
1158 Declare.
1159
1160 2003-11-28 Kazu Hirata <kazu@cs.umass.edu>
1161
1162 * config/h8300/h8300.md: Fix a comment typo.
1163
1164 2003-11-28 Kazu Hirata <kazu@cs.umass.edu>
1165
1166 * config/h8300/h8300.md (*movsf_h8300h): Change to
1167 *movsf_h8300hs.
1168 (addsi_h8300): Change to *addsi_h8300.
1169 (addsi_h8300h): Change to *addsi_h8300hs.
1170 (subsi3_h8300): Change to *subsi3_h8300.
1171 (subsi3_h8300h): Change to *subsi3_h8300hs.
1172 (neghi2_h8300h): Change to *neghi2_h8300hs.
1173 (negsi2_h8300h): Change to *negsi2_h8300hs.
1174
1175 2003-11-28 Kazu Hirata <kazu@cs.umass.edu>
1176
1177 * config/h8300/h8300.md (*subhi3_h8300): Remove '&' from the
1178 constraint.
1179 (*subhi3_h8300hs): Likewise.
1180
1181 2003-11-28 David Edelsohn <edelsohn@gnu.org>
1182
1183 * config/rs6000/rs6000.h (MASK_MFCRF): New.
1184 (TARGET_MFCRF): Test target_flags, not processor type.
1185 (TARGET_SWITCHES): Add mfcrf and no-mfcrf.
1186 Change Don't to Do not.
1187 * config/rs6000/rs6000.c (processors_target_table): Add MASK_MFCRF
1188 to power4, 970, G5.
1189
1190 2003-11-27 J"orn Rennecke <joern.rennecke@superh.com>
1191
1192 * cse.c (cse_set_around_loop): When changing a constant load
1193 to a register -register copy, add a REG_EQUAL note.
1194
1195 2003-11-27 Randolph Chung <tausq@debian.org>
1196 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1197
1198 * pa.c (hppa_profile_hook): Split gen_call_profiler into separate
1199 insns. Use the regular call expander for the call to the profiler.
1200 * pa.md (call_profiler): Delete.
1201 (load_offset_label_address): New insn to load the address of the
1202 current function for the profiler.
1203 (lcla1, lcla2): New insns to output a code label and load its address.
1204
1205 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
1206
1207 * final.c (final_scan_insn): Remove commented-out code.
1208
1209 2003-11-27 Nathanael Nerode <neroden@gcc.gnu.org>
1210
1211 * doc/install.texi: Remove ADAC reference and make accurate.
1212
1213 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
1214
1215 * config/h8300/h8300.h (FUNCTION_VALUE): Use R0_REG.
1216 (FUNCTION_VALUE_REGNO_P): Likewise.
1217 * config/h8300/h8300.md: Define R0_REG.
1218
1219 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
1220
1221 * config/h8300/h8300.c: Fix formatting.
1222 * config/h8300/h8300.md: Likewise.
1223
1224 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
1225
1226 * config/h8300/h8300.h (ELIMINABLE_REGS): Update a comment.
1227
1228 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
1229
1230 * config/h8300/h8300.md: Give names to anonymous insns.
1231
1232 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
1233
1234 * config/h8300/h8300.md (extendqisi2): Remove constraints.
1235
1236 2003-11-27 Gunther Nikl <gni@gecko.de>
1237
1238 * doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.
1239
1240 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1241
1242 PR optimization/13041
1243 * final.c (frame_pointer_needed): Fix comment.
1244 * reload1.c (reload): Decrease alignment of the frame
1245 pointer if it was used for register allocation.
1246
1247 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1248
1249 PR target/12900
1250 * reg-stack (move_for_stack_reg): New prototype. Return
1251 whether a control flow insn was deleted.
1252 (subst_stack_regs_pat): Likewise, using the information provided
1253 by move_for_stack_reg.
1254 (subst_stack_regs): Likewise, using the information provided
1255 by subst_stack_regs_pat.
1256 (convert_regs_1): Record whether a control flow insn was deleted,
1257 using the information provided by subst_stack_regs. Purge dead
1258 edges only if a control flow insn was deleted.
1259
1260 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1261
1262 PR middle-end/8028
1263 PR middle-end/9890
1264 PR middle-end/11151
1265 PR middle-end/12210
1266 PR middle-end/12503
1267 PR middle-end/12692
1268 * builtins.c (expand_builtin_apply): Use virtual_outgoing_args_rtx
1269 as the base address to copy the memory arguments to.
1270
1271 2003-11-26 Danny Smith <dannysmith@users.sourceforge.net>
1272
1273 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Declare
1274 function aliases as functions.
1275
1276 2003-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
1277
1278 * aclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal
1279 of ADAC.
1280 * configure: Regenerate.
1281
1282 * Makefile.in: Remove references to ADAC.
1283
1284 * configure.in: Remove check for whether ${ADAC} accepts -Wno-long-long.
1285 * configure: Regenerate.
1286
1287 2003-11-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1288 Olivier Hainque <hainque@act-europe.fr>
1289
1290 PR target/6466
1291 * config/sparc/sparc-protos.h (compute_frame_size): New prototype.
1292 (sparc_flat_compute_frame_size): Likewise.
1293 (sparc_flat_save_restore): Move prototype...
1294 * config/sparc/sparc.c (sparc_flat_save_restore): ...here.
1295 (save_regs): New prototype.
1296 (build_big_number): Likewise.
1297 (apparent_fsize): Change type to HOST_WIDE_INT.
1298 (actual_fsize): Likewise.
1299 (frame_base_offset): Likewise.
1300 (build_big_number): Add support for HOST_BITS_PER_WIDE_INT == 64.
1301 Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
1302 [TARGET_ARCH64]: Use the sequence of sparc_emit_set_const64_longway
1303 to load a 64-bit constant.
1304 (sparc_nonflat_function_prologue): Change string descriptor to
1305 HOST_WIDE_INT_PRINT_DEC. Change offset type to HOST_WIDE_INT.
1306 (output_restore_regs): Change offset type to HOST_WIDE_INT.
1307 (sparc_nonflat_function_epilogue): Change string descriptor to
1308 HOST_WIDE_INT_PRINT_DEC. Use build_big_number.
1309 (output_sibcall): Change size type to HOST_WIDE_INT. Use
1310 build_big_number. Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
1311 (sparc_frame_info): Change types for several components.
1312 (sparc_flat_compute_frame_size): Update types according to previous
1313 change.
1314 (sparc_flat_function_prologue): Change string descriptor to
1315 HOST_WIDE_INT_PRINT_DEC. Change offset type to int. Use
1316 build_big_number.
1317 (sparc_flat_function_epilogue): Change offset type to int.
1318 Rename 'size1' into 'reg_offset1'. Change string descriptor to
1319 HOST_WIDE_INT_PRINT_DEC. Use build_big_number. Change big number
1320 limit to 4096 instead of 4095.
1321
1322 * config/sparc/sparc.c (mems_ok_for_ldd_peep): Change offset type to
1323 HOST_WIDE_INT.
1324
1325 2003-11-24 Waldek Hebisch <hebisch@math.uni.wroc.pl>
1326
1327 * function.c: Make outer_function-chain external.
1328 * function.h: Likewise.
1329
1330 2003-11-24 Richard Sandiford <rsandifo@redhat.com>
1331
1332 * config.gcc (mips-sgi-irix6*): Add t-iris6gld to tmake_file when
1333 using GNU ld.
1334 * config/mips/iris6.h (IRIX6_STARTFILE_SPEC): New, taking the
1335 whole of the previous STARTFILE_SPEC except crtbegin.o%s.
1336 (IRIX6_ENDFILE_SPEC): Likewise ENDFILE_SPEC and crtend.o%s.
1337 (STARTFILE_SPEC, ENDFILE_SPEC): Define in terms of the above.
1338 (SUBTARGET_EXTRA_SPECS): Define.
1339 * config/mips/iris6gld.h (LINK_SPEC): Change -init function
1340 to __gcc_init and -fini function to __gcc_fini.
1341 (STARTFILE_SPEC): Redefine, including irix6-crti.o before crtbegin.o.
1342 (ENDFILE_SPEC): Likewise, including irix6-crtn.o after crtend.o.
1343 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Define.
1344 * config/mips/t-iris6gld,
1345 * config/mips/irix6-crti.asm,
1346 * config/mips/irix6-crtn.asm: New files.
1347
1348 2003-11-24 Eric Christopher <echristo@redhat.com>
1349
1350 PR C/13014
1351 * c-decl.c (c_in_iteration_stmt, c_in_case_stmt): New.
1352 (start_function): Use.
1353 (c_push_function_context): Ditto.
1354 (c-pop_function_context): Ditto.
1355 (language_function): Move...
1356 * c-tree.h: ... here. Add x_in_iteration_stmt, and
1357 x_in_case_stmt.
1358 * c-parse.in (do_stmt_start, select_or_iter_stmt, stmt): Use
1359 c_in_iteration_stmt, c_in_case_stmt for parser state. Move
1360 check for valid break or continue statment here...
1361 * c-semantics.c (genrtl_break_stmt, genrtl_continue_stmt): From
1362 here. Change original errors to abort.
1363
1364 2003-11-24 Jan Hubicka <jh@suse.cz>
1365
1366 * fold-const.c (fold): Do not return early when optimizing
1367 COMPONENT_REF and constant.
1368
1369 2003-11-24 Kazu Hirata <kazu@cs.umass.edu>
1370
1371 * config/h8300/h8300.md (tablejump_h8300): Change to
1372 *tablejump_h8300.
1373 (tablejump_h8300h): Change to *tablejump_h8300hs_advanced.
1374 (tablejump_normal_mode): Change to *tablejump_h8300hs_normal.
1375 (indirect_jump_h8300): Change to *indirect_jump_h8300.
1376 (indirect_jump_h8300h): Change to
1377 *indirect_jump_h8300hs_advanced.
1378 (indirect_jump_normal_mode): Change to
1379 *indirect_jump_h8300hs_normal.
1380
1381 2003-11-24 Kazu Hirata <kazu@cs.umass.edu>
1382
1383 * config/h8300/h8300.md: Remove constraints from expanders.
1384
1385 2003-11-24 Kazu Hirata <kazu@cs.umass.edu>
1386
1387 * config/h8300/h8300.md: (stm_h8300s_2): Change the name to
1388 stm_h8300s_2_advanced.
1389 (stm_h8300s_2_normal): New.
1390 (stm_h8300s_2): Likewise.
1391 (stm_h8300s_3): Change the name to stm_h8300s_3_advanced.
1392 (stm_h8300s_3_normal): New.
1393 (stm_h8300s_3): Likewise.
1394 (stm_h8300s_4): Change the name to stm_h8300s_4_advanced.
1395 (stm_h8300s_4_normal): New.
1396 (stm_h8300s_4): Likewise.
1397 (ldm_h8300s_2): Change the name to ldm_h8300s_2_advanced.
1398 (ldm_h8300s_2_normal): New.
1399 (ldm_h8300s_2): Likewise.
1400 (ldm_h8300s_3): Change the name to ldm_h8300s_3_advanced.
1401 (ldm_h8300s_3_normal): New.
1402 (ldm_h8300s_3): Likewise.
1403 (ldm_h8300s_4): Change the name to ldm_h8300s_4_advanced.
1404 (ldm_h8300s_4_normal): New.
1405 (ldm_h8300s_4): Likewise.
1406 (two peephole2's): Enable only with !TARGET_NORMAL_MODE.
1407 (two peephole2's): New.
1408
1409 2003-11-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1410
1411 * genattrtab.c (simplify_cond): Update indices correctly.
1412 (attr_alt_subset_p, attr_alt_subset_of_compl_p, attr_alt_intersection,
1413 attr_alt_union, attr_alt_complement, attr_alt_bit_p, mk_attr_alt): New.
1414 (check_attr_test, encode_units_mask, compute_alternative_mask,
1415 make_alternative_compare, simplify_and_tree,
1416 attr_rtx_cost, simplify_test_exp, gen_attr,
1417 write_test_expr, walk_attr_value): Handle EQ_ATTR_ALT.
1418 * rtl.def (EQ_ATTR_ALT): New.
1419
1420 2003-11-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1421
1422 * genattrtab.c (strcmp_check, DEF_ATTR_STRING): New macros.
1423 (length_str, delay_type_str, delay_1_0_str, num_delay_slots_str):
1424 New variables.
1425 (main): Initialize them.
1426 (find_attr): Canonicalize the attribute name string.
1427 (attr_rtx_1, copy_boolean, expand_delays, gen_unit): Always canonicalize
1428 string arguments.
1429 (attr_printf, attr_eq): Use DEF_ATTR_STRING.
1430 (check_attr_test, check_attr_value, make_length_attrs,
1431 write_length_unit_log, simplify_by_exploding, gen_attr,
1432 write_test_expr, write_attr_value, write_eligible_delay,
1433 write_complex_function, make_internal_attr,
1434 write_const_num_delay_slots): Changed due to change of type of
1435 find_attr.
1436 (fill_attr, evaluate_eq_attr, simplify_and_tree,
1437 attr_rtx_cost, simplify_by_exploding, walk_attr_value): Use
1438 strcmp_check.
1439
1440 2003-11-23 Kazu Hirata <kazu@cs.umass.edu>
1441
1442 PR target/13122
1443 * config/h8300/h8300.c (push): Call push_h8300hs_normal in
1444 normal mode.
1445 (pop): Call pop_h8300hs_normal in normal mode.
1446 * config/h8300/h8300.md: Likewise.
1447 (pushqi1_h8300hs_normal): New.
1448 (pushqi1): Call pushqi1_h8300hs_normal in normal mode.
1449 (pushhi1_h8300hs_normal): New.
1450 (pushhi1): Call pushhi1_h8300hs_normal in normal mode.
1451 (push_h8300hs_normal): New.
1452 (pop_h8300hs_normal): Likewise.
1453
1454 2003-11-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1455
1456 * genattrtab.c (count_sub_rtxs): Removed.
1457
1458 2003-11-23 Richard Earnshaw <rearnsha@arm.com>
1459
1460 * recog.c (preprocess_constraints): Only zero those elements of
1461 recog_op_alt that are needed for this insn.
1462 * arm.c (note_invalid_constants): A function can't contain invalid
1463 constants if it has no constraints.
1464
1465 2003-11-22 Jan Hubicka <jh@suse.cz>
1466
1467 * i386.c (classify_argument): Pass __float128 in memory.
1468 (ix86_return_in_memory): Likewise.
1469 (ix86_libcall_value): Likewsie.
1470
1471 2003-11-22 Kazu Hirata <kazu@cs.umass.edu>
1472
1473 * config/h8300/h8300.c (dosize): Convert to ISO-C.
1474
1475 2003-11-22 J"orn Rennecke <joern.rennecke@superh.com>
1476
1477 * flow.c (update_life_info): Amend comment about when a register
1478 can become dead.
1479
1480 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
1481
1482 * doc/.cvsignore: Delete.
1483
1484 2003-11-21 Daniel Berlin <dberlin@dberlin.org>
1485 David Edelsohn <edelsohn@gnu.org>
1486
1487 * dwarf2out.c (add_location_or_const_value_attribute): Add support
1488 for PARALLEL.
1489
1490 2003-11-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1491
1492 * config/mips/t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.
1493 (TARGET_LIBGCC2_CFLAGS): Define.
1494
1495 * crtstuff.c [HAS_INIT_SECTION] (__do_global_dtors): Declare.
1496 (__do_global_ctors): Likewise.
1497
1498 2003-11-21 Mark Wielaard <mark@klomp.org>
1499
1500 * doc/invoke.texi (-O2): Doesn't enable -fweb.
1501
1502 2003-11-21 Kazu Hirata <kazu@cs.umass.edu>
1503
1504 * doc/invoke.texi: Mention dV and dZ.
1505
1506 2003-11-21 Kazu Hirata <kazu@cs.umass.edu>
1507
1508 * doc/invoke.texi: Update dump file names.
1509 Remove de, dW, and dX.
1510
1511 2003-11-20 James E Wilson <wilson@specifixinc.com>
1512
1513 PR c/13133
1514 * reload1.c (reload): Delete special handling for setjmp.
1515
1516 2003-11-21 Andreas Tobler <a.tobler@schweiz.ch>
1517
1518 * mklibgcc.in: Evaluate shlib_slibdir_qual during link
1519 step too.
1520 * config/t-slibgcc-darwin: Adjust install path.
1521 * config/rs6000/t-darwin: Revert multilib matches since
1522 it is not used on darwin.
1523
1524 2003-11-20 Richard Henderson <rth@redhat.com>
1525
1526 * ssa.c, ssa-dce.c, ssa-ccp.c: Remove files.
1527 * Makefile.in (OBJS-common, GTFILES): Don't reference them.
1528 (gtype-desc.o, toplev.o, flow.o): Remove ssa.h.
1529 (ssa.o, ssa-dce.o, ssa-ccp.o): Remove.
1530 * flow.c: Don't include ssa.h.
1531 (set_phi_alternative_reg): Remove.
1532 (calculate_global_regs_live): Don't call it.
1533 (mark_used_regs): Don't handle PHI.
1534 * gengtype.c (open_base_files): Don't reference ssa.h.
1535 * rtl.def (PHI): Remove.
1536 * timevar.def (TV_TO_SSA, TV_SSA_CCP, TV_SSA_DCE, TV_FROM_SSA): Kill.
1537 * common.opt: Remove -fssa, -fssa-ccp, -fssa-dce.
1538 * opts.c (common_handle_option): Likewise.
1539 * toplev.c (f_options): Likewise.
1540 (DFI_ssa, DFI_ssa_ccp, DFI_ssa_dce, DFI_ussa): Remove.
1541 (dump_file): Update to match.
1542 (flag_ssa, flag_ssa_ccp, flag_ssa_dce): Remove.
1543 (rest_of_handle_ssa): Remove.
1544 (rest_of_compilation): Don't call it.
1545 * toplev.h (flag_ssa, flag_ssa_dce, flag_ssa_ccp): Remove.
1546 * doc/invoke.texi: Remove -fssa, -fssa-ccp, -fssa-dce.
1547 * doc/passes.texi (SSA optimizations): Remove.
1548
1549 2003-11-20 Bob Wilson <bob.wilson@acm.org>
1550
1551 * configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
1552 * configure: Regenerate.
1553
1554 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1555
1556 * Makefile.in (Makefile): Pass along CONFIG_SHELL.
1557
1558 2003-11-20 David Mosberger <davidm@hpl.hp.com>
1559
1560 * config/t-libunwind (LIB2ADDEH): Add unwind-c.c.
1561 (SHLIB_LC): Define.
1562 * unwind-libunwind.c (_Unwind_GetCFA): Implement.
1563 (_Unwind_GetBSP) [UNW_TARGET_IA64]: New function.
1564
1565 2003-11-20 Fariborz Jahanian <fjahanian@apple.com>
1566 David Edelsohn <edelsohn@gnu.org>
1567
1568 * calls.c (expand_call): Allocate new temp in pass1.
1569 (store_one_arg): If PARALLEL, calculate excess using mode size of
1570 rtvec elt.
1571 * expr.c (emit_push_insn): If PARALLEL, calculate offset using
1572 mode size of rtvec elt.
1573 * function.c (assign_parms): Use parm in register, if available.
1574
1575 2003-11-20 Kazu Hirata <kazu@cs.umass.edu>
1576
1577 * config/h8300/lib1funcs.asm (MOVP): Remove.
1578 (ADDP): Likewise.
1579 (CMPP): Likewise.
1580
1581 2003-11-20 Richard Earnshaw <rearnsha@arm.com>
1582
1583 * arm.c (use_return_insn): New argument, SIBLING. Support returning
1584 with a single instruction if the stack has been decremented by 4
1585 and we have a frame pointer. Update all callers.
1586 (output_return_instruction): Likewise.
1587 (arm_output_epilogue): Change argument to SIBLING. Calculate
1588 really_return from the new argument. Update all callers.
1589 * arm.h (USE_RETURN_INSN): Pass NULL for the sibling.
1590 * arm.md (sibcall_epilogue): Call use_return_insn directly, and
1591 pass the sibling call.
1592 * arm-protos.h (use_return_insn, arm_output_epilogue): Update
1593 prototypes.
1594
1595 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
1596
1597 * Makefile.in (extraclean): Delete.
1598 * configure.in (target_list): Remove extraclean.
1599 * configure: Regenerate.
1600 * doc/makefile.texi, doc/sourcebuild.texi: Update.
1601 * objc/Make-lang.in (objc.extraclean): Delete.
1602
1603 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
1604
1605 * Makefile.in (lang_checks): Add.
1606 (check-c++, check-f77, check-java, check-g++, check-g77,
1607 check-objc): Remove hardcoded targets.
1608 * doc/sourcebuild.texi: Document testsuite hooks.
1609 * objc/Make-lang.in (check-objc, lang_checks): Add.
1610
1611 2003-11-19 Scott Snyder <snyder@fnal.gov>
1612
1613 PR target/13131
1614 * dwarf2out.c (gen_array_type_die): DW_AT_declaration should be a
1615 flag, not a constant.
1616
1617 2003-11-19 Kelley Cook <kcook@gcc.gnu.org>
1618
1619 * config/arc/arc-protos.h: Update to C90 prototypes.
1620 * config/arc/arc.c: Likewise.
1621 * config/arc/initfini.c: Likewise.
1622
1623 2003-11-19 Andreas Krebbel <krebbel1@de.ibm.com>
1624
1625 * stmt.c (expand_goto): Memory clobbers added.
1626
1627 2003-11-19 Andreas Krebbel <krebbel1@de.ibm.com>
1628
1629 * reload.c (find_reloads): Added missing type casts.
1630
1631 2003-11-19 James E Wilson <wilson@specifixinc.com>
1632
1633 * combine.c (sets_function_arg_p): Delete unused function.
1634
1635 2003-11-19 Eric Christopher <echristo@redhat.com>
1636
1637 * reload1.c (reload): Revert 2 previous checkins.
1638
1639 2003-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
1640
1641 * cpptrad.c (_cpp_scan_out_logical_line): Improve test for
1642 whether directive begins at the beginning of a line.
1643
1644 2003-11-19 Richard Sandiford <rsandifo@redhat.com>
1645
1646 * config/frv/frv.c (frv_init_libfuncs): Correct ufix_optab entries.
1647
1648 2003-11-19 Gerald Pfeifer <gp@suse.de>
1649
1650 * doc/install.texi (Specific): Remove information on old versions
1651 of glibc versus old versions of GCC.
1652
1653 2003-11-19 Richard SAndiford <rsandifo@redhat.com>
1654
1655 * emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless
1656 the register lowpart is a TRULY_NOOP_TRUNCATION.
1657
1658 2003-11-19 Richard Henderson <rth@redhat.com>
1659
1660 * config/i386/i386.c (print_reg): Handle QI and HI modes for
1661 non Q regs.
1662
1663 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1664
1665 * config/config.gcc (powerpc-*-darwin*): Add libgcc build
1666 specification file.
1667 * config/t-slibgcc-darwin: New file, libgcc build specification.
1668 * config/t-darwin: Add libgcc2 flag -fPIC.
1669 * config/rs6000/t-darwin: Multilib matches float.
1670 * libgcc-darwin.ver: New file, contains libgcc symbols.
1671
1672 2003-11-18 Nathanael Nerode <neroden@gcc.gnu.org>
1673
1674 * config/ns32k/ns32k.h: Remove obsolete comment.
1675
1676 2003-11-18 Roger Sayle <roger@eyesopen.com>
1677
1678 PR middle-end/11821
1679 * config/arm/arm.c (arm_rtx_costs_1): Improve estimate of the code
1680 size for calls to libgcc's div & mod subroutines when using -Os.
1681
1682 2003-11-18 Jan Hubicka <jh@suse.cz>
1683
1684 * cgraph.c (change_decl_assembler_name): Avoid bogus warnings.
1685
1686 2003-11-18 Marc Espie <espie@openbsd.org>
1687
1688 * config/rs6000/sysv4.h: OpenBSD hooks.
1689
1690 2003-11-18 Richard Henderson <rth@redhat.com>
1691
1692 * expr.c (expand_expr): Don't look through constant arrays if
1693 they don't bind locally.
1694
1695 2003-11-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1696
1697 * expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize
1698 when seeing if truncation or extension.
1699
1700 2003-11-17 Eric Christopher <echristo@redhat.com>
1701
1702 * reload1.c (reload): Fix previous change.
1703
1704 2003-11-17 Scott Snyder <snyder@fnal.gov>
1705
1706 PR debug/11325
1707 * dwarf2out.c (struct die_struct): Add die_definition field.
1708 (add_AT_specification): New.
1709 (gen_subprogram_die, gen_variable_die,
1710 gen_struct_or_union_type_die): Use it.
1711 (prune_unused_types_mark): If we're marking a forward declaration,
1712 also mark the full definition, if it exists.
1713
1714 2003-11-16 Nick Clifton <nickc@redhat.com>
1715
1716 * config/stormy16/stormy16.h (BUILD_VA_LIST_TYPE): Delete.
1717 * config/stormy16/stormy16-protos.h (xstormy16_build_va_list):
1718 Remove prototype.
1719 * config/stormy16/stormy16.c (xstormy16_build_va_list): Rename
1720 to xstormy16_build_builtin_va_list and make static.
1721 (TARGET_BUILD_BUILTIN_VA_LIST): Define.
1722
1723 2003-11-16 Kazu Hirata <kazu@cs.umass.edu>
1724
1725 * config/h8300/h8300-protos.h: Add the prototype for
1726 same_cmp_following_p.
1727 * config/h8300/h8300.c (same_cmp_following_p): New.
1728 * config/h8300/h8300.md (peephole2): Use it.
1729
1730 2003-11-16 Kazu Hirata <kazu@cs.umass.edu>
1731
1732 * config/h8300/h8300.md: Don't use REGNO when its operand is
1733 not guaranteed to be a REG.
1734
1735 2003-11-16 Richard Sandiford <rsandifo@redhat.com>
1736
1737 * Makefile.in (expr.o): Depend on $(TARGET_H).
1738 * target.h (return_in_msb): New target hook.
1739 * target-def.h (TARGET_RETURN_IN_MSB): New macro.
1740 (TARGET_CALLS): Include it.
1741 * calls.c (shift_returned_value): New function.
1742 (expand_call): Use it.
1743 * expr.c: Include target.h.
1744 (copy_blkmode_from_reg): Check targetm.calls.return_in_msb when
1745 deciding what padding is needed. Change the name of the local
1746 padding variable from big_endian_correction to padding_correction.
1747 * stmt.c (shift_return_value): New function.
1748 (expand_return): Use it. Adjust memory->register copy in the same
1749 way as copy_blkmode_from_reg. Only change the return register's
1750 mode if it was originally BLKmode.
1751 * doc/tm.texi (TARGET_RETURN_IN_MSB): Document.
1752 * config/mips/mips.c (TARGET_RETURN_IN_MSB): Define.
1753 (mips_fpr_return_fields): New, split out from mips_function_value.
1754 (mips_return_in_msb, mips_return_fpr_pair): New functions.
1755 (mips_function_value): Rework to use the functions above.
1756 * config/mips/irix6-libc-compat.c: Delete.
1757 * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Undefine.
1758
1759 2003-11-16 Kazu Hirata <kazu@cs.umass.edu>
1760
1761 * doc/install.texi (--enable-checking): Update valgrind's URL.
1762
1763 2003-11-16 Kazu Hirata <kazu@cs.umass.edu>
1764
1765 * config/h8300/h8300.md: Fix warnings by replacing -2147483648
1766 with -2147483647 - 1.
1767
1768 2003-11-16 Gerald Pfeifer <gerald@pfeifer.com>
1769
1770 Fix links in online manuals.
1771 * doc/invoke.texi (H8/300 Options): @xref to ld, not ld.info.
1772 (Precompiled Headers): @pxref to cpp, not cpp.info.
1773
1774 2003-11-16 Jason Merrill <jason@redhat.com>
1775
1776 * Makefile.in, objc/Make-lang.in (objc.tags): Create TAGS.sub
1777 files in each directory and TAGS files that include them for each
1778 front end.
1779
1780 2003-11-15 Kazu Hirata <kazu@cs.umass.edu>
1781
1782 * config/h8300/lib1funcs.asm (divnorm): Store the sign in bit
1783 3 of S2L.
1784 (modnorm): Likewise.
1785 (exitdiv): Look at bit 3 of S2L only.
1786
1787 2003-11-15 Kazu Hirata <kazu@cs.umass.edu>
1788
1789 * config/h8300/h8300.h (DO_GLOBAL_CTORS_BODY): Fix warnings.
1790 (DO_GLOBAL_DTORS_BODY): Likewise.
1791
1792 2003-11-15 Joseph S. Myers <jsm@polyomino.org.uk>
1793
1794 * doc/install.texi (Prerequisites): Refine documentation of
1795 autoconf, automake and perl requirements. Document required
1796 gettext version.
1797
1798 <2003-11-14 Jason Merrill <jason@redhat.com>
1799
1800 * function.c (assign_parms): Use TREE_TYPE to determine the real
1801 type of the argument object.
1802
1803 2003-11-14 Kazu Hirata <kazu@cs.umass.edu>
1804
1805 * config/h8300/lib1funcs.asm (___udivsi3): Peel off the first
1806 iteration.
1807
1808 2003-11-14 Fariborz Jahanian <fjahanian@apple.com>
1809
1810 * config/rs6000/rs6000.c (rs6000_move_block_from_reg):
1811 New routine to save vararg registers on stack. Support for
1812 -mpowerpc64 in mixed mode.
1813
1814 2003-11-14 Bernardo Innocenti <bernie@develer.com>
1815
1816 * config/m68k/m68k.c: Use C statements instead of #ifdef's when testing
1817 for MOTOROLA versus MIT syntax. Improves readability and provides
1818 better compile-time error checking for both code paths.
1819
1820 2003-11-14 Kelley Cook <kcook@gcc.gnu.org>
1821
1822 * config/frv/frv-protos.h: Update for C90.
1823 * config/frv/frv.h: Likewise.
1824 * config/frv/frvbegin.c: Likewise.
1825 * config/frv/frv.c: Likewise.
1826 (frv_adjust_field_align): Delete unused variable.
1827
1828 2003-11-14 Geoffrey Keating <geoffk@apple.com>
1829
1830 * config/rs6000/rs6000.md: Add 'DEFAULT_ABI == ABI_DARWIN'
1831 to each place where TARGET_LONG_DOUBLE_128 is used with
1832 DEFAULT_ABI == ABI_AIX.
1833
1834 * cppfiles.c (_cpp_find_file): Make 'one or more PCH files were found'
1835 message comply with GNU standards.
1836
1837 2003-11-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1838
1839 PR/6552
1840 * function.c (struct epi_info): New field const_equiv.
1841 (update_epilogue_consts): New function.
1842 (keep_stack_depressed): Clear new field and verify scratch register
1843 doesn't have it set.
1844 Call new function via note_stores.
1845 (handle_epilogue_set): Allow setting SP equiv reg in different mode.
1846 Allow PLUS where second operand is register known set to constant.
1847 (emit_equiv_load): Write load using proper mode if source different.
1848 * config/mips/mips.md (return_internal): Put (return) first.
1849
1850 2003-11-14 Kazu Hirata <kazu@cs.umass.edu>
1851
1852 * config/h8300/lib1funcs.asm (___udivsi3): Add a comment.
1853
1854 2003-11-14 Kazu Hirata <kazu@cs.umass.edu>
1855
1856 * config/h8300/lib1funcs.asm (modsi3): Don't save unused
1857 registers.
1858 (divsi3): Likewise.
1859 (reti): Don't restore unused registers.
1860
1861 2003-11-14 Nick Clifton <nickc@redhat.com>
1862
1863 * config/fr30/fr30.c: Include toplev.h
1864
1865 2003-11-14 Richard Earnshaw <rearnsha@arm.com>
1866
1867 * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL.
1868
1869 2003-11-14 Richard Earnshaw <rearnsha@arm.com>
1870
1871 * arm.c (arm_emit_vector_const, arm_output_load_gr): Use ISO C
1872 function definition syntax.
1873
1874 2003-11-14 Eric Christopher <echristo@redhat.com>
1875
1876 * reload1.c (reload): Revert previous patch. Make
1877 check for assignment into reg_equiv_address stricter.
1878
1879 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1880
1881 * Makefile.in (POSTSTAGE1_FLAGS_TO_PASS): Pass ADAFLAGS.
1882
1883 2003-11-14 Richard Sandiford <rsandifo@redhat.com>
1884
1885 * config/frv/frv.c (frv_in_small_data_p): Return false for unknown
1886 section names.
1887
1888 2003-11-14 Jason Merrill <jason@redhat.com>
1889
1890 PR middle-end/12526
1891 * tree.c (build): A CALL_EXPR has side-effects if its arguments do.
1892 * calls.c (call_expr_flags): New fn.
1893 * tree.h: Declare it.
1894
1895 2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
1896
1897 * config/h8300/lib1funcs.asm (__udivsi3): Remove.
1898 (divmodsi3): Change the name to ___udivsi3.
1899 Update all callers.
1900
1901 2003-11-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1902
1903 * libgcc2.c (__negdi2, __addvsi3, __addvdi3, __subvsi3, __subvdi3,
1904 __mulvsi3, __negvsi2, __negvdi2, __mulvdi3, __lshrdi3, __ashldi3,
1905 __ashrdi3, __ffsDI2, __muldi3, __clzDI2, __ctzDI2, __parityDI2,
1906 __udivmoddi4, __divdi3, __moddi3, __cmpdi2, __ucmpdi2,
1907 __fixunstfDI, __fixunsxfDI, __fixunsdfDI, __fixunssfDI,
1908 __floatdixf, __floatditf, __floatdidf, __floatdisf, __gcc_bcmp):
1909 Const-ify and/or initialize automatic variables at declaration.
1910
1911 2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
1912
1913 * config/h8300/lib1funcs.asm (divmodsi4): Replace all the uses
1914 of er4 with er3. Adjust all callers.
1915
1916 2003-11-13 Andrew Pinski <apinski@apple.com>
1917
1918 * config/darwin.c (machopic_output_possible_stub_label):
1919 Allow stub symbol be not defined when outputting possible
1920 stub label.
1921
1922 2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
1923
1924 * config/h8300/lib1funcs.asm (___udivsi3): Jump to reti
1925 instead of exitdiv.
1926 (___umodsi3): Likewise.
1927 (exitdiv): Do not restore any register.
1928 (reti): Restore registers.
1929
1930 2003-11-13 Steven Bosscher <stevenb@suse.de>
1931
1932 * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
1933
1934 2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
1935
1936 * config/h8300/lib1funcs.asm: Fix comment typos.
1937
1938 2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
1939
1940 * config/h8300/lib1funcs.asm (udivsi3): Don't save/restore
1941 unused registers. Don't jump to exitdiv.
1942 (umodsi3): Likewise.
1943
1944 2003-11-13 Mark Mitchell <mark@codesourcery.com>
1945 Kean Johnston <jkj@sco.com>
1946
1947 PR c/13029
1948 * toplev.c (check_global_declarations): Do not warn about unused
1949 static consts.
1950
1951 2003-11-13 Pavel Pisa <pisa@cmp.felk.cvut.cz>
1952 Kazu Hirata <kazu@cs.umass.edu>
1953
1954 * config/h8300/lib1funcs.asm (DenHighNonZero): Optimize using
1955 the approximate quotient method.
1956
1957 2003-11-13 Richard Earnshaw <rearnsha@arm.com>
1958
1959 * combine.c (distribute_notes): When re-distributing the notes from
1960 an insn we are about to delete, ensure we can't end up with a cyclic
1961 list of notes.
1962
1963 2003-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1964
1965 PR optimization/12926
1966 * expr.c (expand_assignment) [COMPONENT_REF]: Don't put
1967 the UNCHANGING_RTX_P flag on memory references to read-only
1968 components that are not addressable.
1969
1970 2003-11-12 Kazu Hirata <kazu@cs.umass.edu>
1971
1972 * config/h8300/lib1funcs.asm (divmodsi4): Clear S0P in
1973 DenHighNonZero.
1974
1975 2003-11-13 Jan Hubicka <jh@suse.cz>
1976
1977 PR opt/12275
1978 * c-decl.c (finish_decl): Use change_decl_assembler_name.
1979 * c-pragma.c (handle_pragma_redefine_extname): Likewise.
1980 * varasm.c (make_decl_rtl): Likewise.
1981 * cgraph.c (change_decl_assembler_name): New function.
1982 * tree.h (set_decl_assembler_name): Kill dead declaration.
1983 (change_decl_assembler_name): Declare.
1984
1985 * decl.c (make_rtl_for_nonlocal_decl): Use change_decl_assembler_name.
1986 * decl2.c (make_rtl_for_nonlocal_decl): Use change_decl_assembler_name.
1987
1988 2003-11-12 Kazu Hirata <kazu@cs.umass.edu>
1989
1990 * config/h8300/lib1funcs.asm (___mulsi3): Don't save/restore
1991 an unused register.
1992
1993 2003-11-12 Richard Sandiford <rsandifo@redhat.com>
1994
1995 PR bootstrap/12752
1996 * config/mips/t-iris6 (MULTILIB_OPTIONS): Put -mabi=n32 first.
1997 (MULTILIB_OSDIRNAMES): Reorder accordingly.
1998
1999 2003-11-12 Janis Johnson <janis187@us.ibm.com>
2000
2001 * rs6000-protos.h (rs6000_initial_elimination_offset): Add.
2002 (rs6000_stack_info): Remove. (debug_stack_info): Remove.
2003 (rs6000_emit_eh_reg_restore): Add
2004 * rs6000.c (rs6000_stack_t): Move from rs6000.h, change data type
2005 of vars_size and total_size to HOST_WIDE_INT.
2006 (emit_frame_save): Change parameter size to HOST_WIDE_INT.
2007 (rs6000_stack_info): Make static; change data size to HOST_WIDE_INT.
2008 (debug_stack_info): Make static; change output format of HOST_WIDE_INT
2009 values.
2010 (rs6000_emit_eh_reg_restore): New, with code formerly in rs6000.md.
2011 (rs6000_initial_elimination_offset): New, with code formerly in
2012 INITIAL_ELIMINATION_OFFSET.
2013 * rs6000.h (rs6000_stack_t): Remove.
2014 (INITIAL_ELIMINATION_OFFSET): Replace code with call to function
2015 rs6000_initial_elimination_offset.
2016 * rs6000.md (UNSPECV_EH_RR split): Replace code with call to
2017 rs6000_emit_eh_reg_restore.
2018
2019 2003-11-12 Mike Stump <mrs@apple.com>
2020
2021 * c-typeck.c (c_convert_parm_for_inlining): Add argnum, which
2022 is the argumnt we are processing so that warnings and errors
2023 will have that information.
2024 * c-tree.h (c_convert_parm_for_inlining): Add argnum.
2025 * lang-hooks-def.h
2026 (lhd_tree_inlining_convert_parm_for_inlining): Likewse.
2027 * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): Likewise.
2028 * langhooks.h (convert_parm_for_inlining): Likewise.
2029 * tree-inline.c (initialize_inlined_parameters): Compute and
2030 pass argnum down.
2031
2032 2003-11-12 Alexey Starovoytov <alexey.starovoytov@sun.com>
2033 Roger Sayle <roger@eyesopen.com>
2034
2035 PR optimization/12953
2036 * tree-inline.c (inline_forbidden_p_1): Added check for BUILT_IN
2037 before switch by FUNCTION_CODE.
2038
2039 2003-11-12 Richard Earnshaw <rearnsha@arm.com>
2040
2041 * arm.md (storehi): Avoid use of explicit subreg.
2042 (storehi_bigend, storeinthi, movhi_bigend): Likewise.
2043
2044 2003-11-12 J"orn Rennecke <joern.rennecke@superh.com>
2045
2046 * config/sh/sh.md (prefetch): New pattern.
2047
2048 2003-11-11 Eric Christopher <echristo@redhat.com>
2049
2050 * reload1.c (reload): Verify that addresses for
2051 reg_equiv_* are valid for the architecture.
2052
2053 2003-11-11 Eric Christopher <echristo@redhat.com>
2054
2055 * function.c (purge_addressof_1): Add libcall check.
2056 Remove test for cached replacements on fallback case.
2057 Simplify mode comparisons. Add libcall test for
2058 paradoxical subregs.
2059
2060 2003-11-11 Kazu Hirata <kazu@cs.umass.edu>
2061
2062 * config/h8300/t-h8300: Fix an obsolete comment.
2063
2064 2003-11-11 James E Wilson <wilson@specifixinc.com>
2065
2066 * expmed.c (store_bit_field, extract_bit_field): Revert last two
2067 changes.
2068
2069 2003-11-11 Kazu Hirata <kazu@cs.umass.edu>
2070
2071 * config/h8300/lib1funcs.asm: Replace DenHighZero with
2072 DenHighNonZero.
2073
2074 2003-11-11 Jan Hubicka <jh@suse.cz>
2075
2076 * cgraphunit.c (cgraph_function_possibly_inlined_p): Use
2077 really_no_inline.
2078
2079 2003-11-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2080
2081 * pa.h (TRAMPOLINE_TEMPLATE): Fix flushing of cache lines when
2082 generating 64-bit code.
2083
2084 2003-11-10 David Edelsohn <edelsohn@gnu.org>
2085
2086 * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Remove
2087 accidental commit in previous change.
2088
2089 2003-11-10 Fariborz Jahanian <fjahanian@apple.com>
2090
2091 * config/rs6000/rs6000.h (STACK_SIZE_MODE): Add definition.
2092 * config/rs6000/rs6000.c (reg_or_mem_operand): Add macho-style
2093 address recognition.
2094 (macho_lo_sum_memory_operand): Routine to recognize macho-style
2095 address recognition.
2096
2097 2003-11-10 Richard Henderson <rth@redhat.com>
2098
2099 * dwarf2out.c (gen_label_die): Cope with DECL_RTL not set.
2100
2101 2003-11-10 Matt Austern <austern@apple.com>
2102
2103 * config/darwin-protos.h (darwin_assemble_visibility): Declare.
2104 * config/darwin.c (darwin_assemble_visibility): Define. Warn for
2105 anything other than VISIBILITY_DEFAULT and VISIBILITY_HIDDEN.
2106 * config/darwin.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Use
2107 darwin_assemble_visibility instead of default.
2108
2109 2003-11-10 Waldek Hebisch <hebisch@math.uni.wroc.pl>
2110
2111 PR target/12865
2112 * config/sparc/sparc.c (sparc_initialize_trampoline): Call
2113 __enable_execute_stack only after writing onto the stack.
2114 (sparc64_initialize_trampoline): Likewise.
2115
2116 2003-11-09 Roger Sayle <roger@eyesopen.com>
2117
2118 * loop.c (check_dbra_loop): Try swapping the comparison operands
2119 of the loop condition to identify a suitable induction variable.
2120 * unroll.c (loop_iterations): Likewise.
2121
2122 2003-11-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2123
2124 * config/sparc/sparc.h (TARGET_CPU_CPP_BUILTINS): Fix sparc vs
2125 sparc64 #cpu and #machine assertions.
2126
2127 2003-11-09 Richard Henderson <rth@redhat.com>
2128
2129 * Makefile.in (rtlanal.o): Depend on BASIC_BLOCK_H.
2130
2131 2003-11-09 Jan Hubicka <jh@suse.cz>
2132
2133 * tree-optimize.c (tree_rest_of_compilation): Fix warning.
2134
2135 * cgraphunit.c (cgraph_expand_function): Use
2136 cgraph_possibly_inlined_p.
2137 * tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.
2138
2139 * opts.c (common_handle_option): Do not set max-inline-insns.
2140 * params.def: Update comments.
2141 (PARAM_MAX_INLINE_INSNS): Kill.
2142 * invoke.texi (max-inline-insns): Kill.
2143
2144 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
2145
2146 PR c/3190
2147 PR c/8714
2148 * c-format.c (set_Wformat): Do not enable -Wformat-y2k by default.
2149 * invoke.texi: Update.
2150
2151 2003-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2152
2153 PR optimization/12630
2154 * pa.c (compute_movstrsi_length): Rename to compute_movstr_length.
2155 Handle length computation 64-bit moves.
2156 (compute_clrstr_length, output_block_clear): Implement block clear.
2157 (output_block_move): Handle 64-bit moves.
2158 (pa_adjust_insn_length): Use compute_movstr_length and
2159 compute_clrstr_length.
2160 * pa.md (movstrsi): Revise operand order and comments. Don't use
2161 match_scratch.
2162 (movstrsi_internal): Delete.
2163 (movstrsi_prereload, movstrsi_postreload): New insns. Define splitter
2164 and peephole2 patterns to transform prereload to postreload form.
2165 (movstrdi, movstrdi_prereload, movstrdi_postreload, clrstrsi,
2166 clrstrsi_prereload, clrstrsi_postreload, clrstrdi, clrstrdi_prereload,
2167 clrstrdi_postreload): New patterns for 64-bit block move, and block
2168 clear.
2169 * pa-protos.h (output_block_clear): New prototype.
2170
2171 2003-11-08 Andreas Schwab <schwab@suse.de>
2172
2173 * dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO ||
2174 XCOFF_DEBUGGING_INFO.
2175
2176 2003-11-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2177
2178 * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.
2179
2180 2003-11-07 Geoffrey Keating <geoffk@apple.com>
2181
2182 * config/rs6000/rs6000.c (rs6000_legitimize_address): Remove
2183 redundant parens.
2184
2185 * cppfiles.c (pch_open_file): New parameter 'invalid_pch', set it.
2186 (find_file_in_dir): Likewise.
2187 (_cpp_find_file): Print message if no header file is found
2188 but an invalid PCH file was.
2189
2190 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
2191
2192 * c-typeck.c (pedantic_lvalue_warning): Deprecate compound
2193 expressions as lvalues.
2194 (internal_build_compound_expr): Remove special handling for
2195 non-pedantic case.
2196 * doc/extend.texi: Document that all extended lvalues are now
2197 deprecated.
2198
2199 2003-11-07 Geoffrey Keating <geoffk@apple.com>
2200
2201 PR 11654
2202 * dbxout.c (struct dbx_file): Do not save for PCH.
2203 (current_file): Likewise.
2204 (dbxout_init): Don't allocate struct dbx_file using GC.
2205 (dbxout_start_source_file): Likewise.
2206
2207 2003-11-07 Falk Hueffner <falk@debian.org>
2208
2209 * config/alpha/elf.h, config/alpha/unicosmk.h,
2210 config/alpha/vms.h: Convert to ISO C90.
2211
2212 2003-11-07 Nathanael Nerode <neroden@gcc.gnu.org>
2213
2214 * config/arm/pe.h: Convert to ISO C90.
2215
2216 2003-11-07 J"orn Rennecke <joern.rennecke@superh.com>
2217
2218 * sh-protos.h (sh_pch_valid_p): Declare.
2219 * sh.c ("intl.h"): Include.
2220 (TARGET_PCH_VALID_P): Override.
2221 (sh_target_switches): New variable.
2222 (target_switches): Define.
2223 (sh_pch_valid_p): New function.
2224
2225 * sh.h (MODE_AFTER): Don't change mode unless TARGET_HITACHI.
2226
2227 2003-11-07 Jan Hubicka <jh@suse.cz>
2228
2229 * i386.c (x86_64_sign_extended_value): Return false from tls variables.
2230 (x86_64_zero_extended_value): likewise.
2231
2232 2003-11-07 Richard Sandiford <rsandifo@redhat.com>
2233
2234 * config/mips/mips.md (loadgp): Take $25 as a second operand.
2235 * config/mips/mips.c (mips_expand_prologue): Modify accordingly.
2236
2237 2003-11-06 Matt Austern <austern@apple.com>
2238
2239 * c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY
2240 field instead of hanging an attribute object off the decl.
2241 * tree.h (DECL_VISIBLITY): New accessor macro for
2242 symbol_visibility field in struct tree_decl.
2243 (enum symbol_visibility): Move definition to before tree_decl.
2244 (struct tree_decl): Define new two-bit field, symbol_visibility.
2245 (decl_visibility): Remove declaration.
2246 * varasm.c (maybe_assemble_visibility): Use DECL_VISIBILITY
2247 instead of decl_visibility.
2248 (default_binds_local_p_1): Use DECL_VISIBILITY instead of
2249 decl_visibility.
2250 (decl_visibility): Remove.
2251
2252 2003-11-06 Ulrich Weigand <uweigand@de.ibm.com>
2253
2254 * config/s390/s390.c (s390_emit_epilogue): Recognize more cases
2255 where register 14 will be saved.
2256
2257 2003-11-06 Geoffrey Keating <geoffk@apple.com>
2258
2259 * config/rs6000/rs6000.h (USE_FP_FOR_ARG_P): Move to rs6000.c.
2260 (USE_ALTIVEC_FOR_ARG_P): Likewise.
2261 * config/rs6000/rs6000.c (USE_FP_FOR_ARG_P): Move from rs6000.h.
2262 Take a pointer as the CUM parameter. Update callers.
2263 (USE_ALTIVEC_FOR_ARG_P): Likewise. Also correct for Darwin/AIX
2264 32-bit ABIs.
2265 (function_arg_advance): Use USE_ALTIVEC_FOR_ARG_P. Correct case
2266 of vector parameters as named arguments of stdarg function.
2267 (function_arg): Likewise.
2268
2269 * config/rs6000/darwin.h (ASM_SPEC): Use -force_cpusubtype_ALL when
2270 -maltivec is specified, not the non-existent -faltivec.
2271
2272 2003-11-06 Ulrich Weigand <uweigand@de.ibm.com>
2273
2274 * config/s390/s390-protos.h (s390_function_value): Declare.
2275 * config/s390/s390.c (TARGET_RETURN_IN_MEMORY): Define.
2276 (s390_return_in_memory): New function.
2277 (s390_function_value): New function.
2278 (s390_function_arg_float): Return false for all arguments larger
2279 than 8 bytes.
2280 (s390_function_arg_pass_by_reference): Likewise. Return true for
2281 all vector arguments.
2282 (s390_function_arg_integer): New function.
2283 (s390_function_arg_advance): Call it. Add sanity checks.
2284 (s390_function_arg): Likewise.
2285 * config/s390/s390.h (FUNCTION_VALUE): Call s390_function_value.
2286 (LIBCALL_VALUE): Likewise.
2287 (RET_REG): Remove.
2288 (RETURN_IN_MEMORY): Remove.
2289
2290 2003-11-06 Richard Sandiford <rsandifo@redhat.com>
2291
2292 * config/mips/mips-protos.h (mips_initial_elimination_offset): Change
2293 return type to HOST_WIDE_INT.
2294 * config/mips/mips.c (mips_frame_info): Give sizes type HOST_WIDE_INT.
2295 Make initialized a bool. Make register masks unsigned ints.
2296 (compute_frame_size): Make same mask change here. Use HOST_WIDE_INT
2297 where appropriate.
2298 (mips_initial_elimination_offset): Return a HOST_WIDE_INT.
2299 (mips_output_function_prologue): Print sizes as HOST_WIDE_INTs.
2300
2301 2003-11-06 Richard Sandiford <rsandifo@redhat.com>
2302
2303 * config/frv/frv.c (frv_initial_elimination_offset): Remove bogus
2304 negation.
2305
2306 2003-11-06 Richard Sandiford <rsandifo@redhat.com>
2307
2308 * config/frv/frv.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
2309
2310 2003-11-06 Momchil Velikov <velco@fadata.bg>
2311
2312 * config/mips/mips.c (override_options): Set MASK_SOFT_FLOAT
2313 for VR4111 too.
2314
2315 2003-11-06 Jan Hubicka <jh@suse.cz>
2316
2317 * builtins.c (simplify_builtin_strrchr, simplify_builtin_strpbrk): Add
2318 missing casts.
2319
2320 2003-11-06 Zack Weinberg <zack@codesourcery.com>
2321
2322 * genmodes.c: Change the word "bitsize" to "precision" throughout.
2323 * machmode.def: Likewise.
2324 * machmode.h (GET_MODE_SIZE): Cast value to unsigned short.
2325 (GET_MODE_BITSIZE): Define as GET_MODE_SIZE * BITS_PER_UNIT.
2326 (GET_MODE_PRECISION): New macro.
2327 (mode_bitsize): Renamed mode_precision.
2328 * stor-layout.c (mode_for_size, smallest_mode_for_size):
2329 Use GET_MODE_PRECISION; clarify comments.
2330
2331 2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk>
2332
2333 * doc/install-old.texi: Remove old documentation of building
2334 cross-compilers.
2335 * doc/install.texi: Move some of it to here.
2336
2337 2003-11-05 Per Bothner <pbothner@apple.com>
2338
2339 PR preprocessor/12891
2340 * c-opts.c (finish_options): Set include_cursor to disable premature
2341 calls to push_command_line_include from cpp_scan_nooutput.
2342 Fixes bug reported by DJ Delorie.
2343
2344 2003-11-05 Geoffrey Keating <geoffk@apple.com>
2345
2346 * config/rs6000/rs6000.c (setup_incoming_varargs): Remove
2347 code supporting old-style varargs.
2348
2349 * config/rs6000/rs6000.c (rs6000_machopic_legitimize_pic_address): Use
2350 an intermediate register for better optimisation.
2351
2352 2003-11-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2353
2354 PR optimization/10080
2355 * cfgloopanal.c (variable_initial_value, variable_initial_values,
2356 simple_loop_exit_p): Record the fact that initial value is extended
2357 from inner mode.
2358 (count_strange_loop_iterations, count_loop_iterations): Handle
2359 ivs that iterate in a narrower mode. Fix handling of overflows.
2360 Improve handling of NE conditions.
2361 (inverse, fits_in_mode_p): New static functions.
2362 (simple_increment): Detect variables that iterate in a narrower mode.
2363 * cfgloop.h (struct loop_desc): Fields inner_mode and extend added.
2364
2365 2003-11-05 Geoffrey Keating <geoffk@apple.com>
2366
2367 * config/rs6000/rs6000.c (compute_vrsave_mask): Correct off-by-one
2368 error.
2369
2370 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin
2371 needs VRSAVE.
2372
2373 2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk>
2374
2375 * c-typeck.c (pedantic_lvalue_warning): Deprecate use of
2376 conditional expressions as lvalues.
2377
2378 2003-11-05 Kazu Hirata <kazu@cs.umass.edu>
2379
2380 * tsystem.h: Add the prototype of strlen.
2381 * unwind-pe.h (read_encoded_value_with_base): Add an
2382 appropriate cast to handle a case where the pointer size is
2383 smaller than sizeof (int).
2384
2385 2003-11-04 Richard Sandiford <rsandifo@redhat.com>
2386
2387 * config/mips/mips-protos.h (mips_global_pic_constant_p): Delete.
2388 (mips_delegitimize_address): Delete.
2389 (mips_gotoff_global, mips_load_got_page): Declare.
2390 (mips_load_got_global, mips_rewrite_small_data): Declare.
2391
2392 * config/mips/mips.h (FIND_BASE_TERM): Remove definition.
2393 (DANGEROUS_FOR_LA25_P): Use global_got_operand.
2394 (PREDICATE_CODES): Add global_got_operand, local_got_operand and
2395 small_data_pattern. Remove CONST from const_arith_operand's entry.
2396
2397 * config/mips/mips.c (UNSPEC_ADDRESS_P, CONST_GP_P): New macros.
2398 (UNSPEC_ADDRESS, UNSPEC_ADDRESS_TYPE): Likewise.
2399 (mips_constant_type): Delete.
2400 (mips_symbol_type): Add SYMBOL_GOTOFF_PAGE, SYMBOL_GOTOFF_GLOBAL,
2401 SYMBOL_GOTOFF_CALL and SYMBOL_GOTOFF_LOADGP.
2402 (NUM_SYMBOL_TYPES): New macro.
2403 (mips_address_type): Remove ADDRESS_INVALID.
2404 (machine_function): Add has_gp_insn_p.
2405 (mips_constant_info): Delete.
2406 (mips_address_info): Add the address type as an extra field. Replace
2407 the c field with symbol_type.
2408 (mips_split_p, mips_lo_relocs, mips_hi_relocs): New arrays.
2409 (TARGET_DELEGITIMIZE_ADDRESS): Remove definition.
2410 (mips_reloc_offset_ok_p, mips_classify_constant): Delete.
2411 (mips_split_const, mips_symbolic_constant_p): New functions.
2412 (mips_symbolic_address_p): Take the symbol type and mode as arguments.
2413 (mips_classify_address): Return true if the address is valid, storing
2414 its type in INFO. Use mips_symbolic_constant_p. Use mips_lo_relocs[]
2415 to test whether a LO_SUM address is allowed.
2416 (mips_symbol_insns): Return 0 for general mips16 symbols.
2417 Reorder SYMBOL_GOT_GLOBAL case to match mips_symbol_type definition.
2418 Handle the new SYMBOL_GOTOFF_*s.
2419 (mips_address_insns): Update call to mips_classify_address.
2420 (mips_const_insns): Be more fussy about HIGH constants. Remove use
2421 of mips_classify_constant. Be more accurate about CONSTs.
2422 (mips_global_pic_constant_p): Delete.
2423 (const_arith_operand): Only accept CONST_INTs.
2424 (call_insn_operand): Remove call to mips_classify_constant.
2425 Let mips_symbolic_constant_p check for invalid offsets.
2426 (move_operand): Check for general_operands first. Only accept symbolic
2427 constants if they satisfy mips_symbolic_constant_p and cannot be split.
2428 (symbolic_constant): Use mips_symbolic_constant_p.
2429 (global_got_operand, local_got_operand): New predicates.
2430 (stack_operand): Update call to mips_classify_address.
2431 (mips_legitimate_address_p): Likewise.
2432 (mips_reloc, mips_lui_reloc): Delete.
2433 (mips_force_temporary): Only use the given temporary if no_new_pseudos.
2434 Use emit_move_insn.
2435 (mips_split_symbol, mips_unspec_address): New functions.
2436 (mips_unspec_offset_high): New function.
2437 (mips_load_got): Replace reloc argument with a symbol_type.
2438 Use mips_unspec_address to create the address and put it in a
2439 LO_SUM with the base register.
2440 (mips_load_got16, mips_load_got32): Delete.
2441 (mips_emit_high, mips_legitimize_symbol): Delete.
2442 (mips_gotoff_global): New function.
2443 (mips_load_got_page, mips_load_got_global): New functions.
2444 (mips_legitimize_symbol): Inline handling of LO_SUM splits.
2445 (mips_legitimize_const_move): Likewise. Remove HIGH handling.
2446 Inline code to handle constants plus invalid offsets. Use
2447 mips_split_symbol to legitimize constant pool addresses.
2448 (mips_delegitimize_address): Delete.
2449 (mips_rtx_costs): Give legitimate symbolic constants and CONST_DOUBLEs
2450 a cost of 1 insn. Give the rest a cost of CONSTANT_POOL_ADDRESS.
2451 (mips_subword): Pass memrefs through mips_rewrite_small_data.
2452 (mips_output_move): Remove use of mips_classify_constant.
2453 (mips_expand_call): Use mips_unspec_offset_high to calculate the
2454 high part of the GOT address for calls to global functions.
2455 (override_options): Initialize mips_split_p[], mips_lo_relocs[]
2456 and mips_hi_relocs[].
2457 (print_operand): Use print_operand_reloc to handle '%h' and '%R'.
2458 Remove use of mips_classify_constant.
2459 (mips_reloc_string): Delete.
2460 (print_operand_reloc): New function.
2461 (print_operand_address): Update call to mips_classify_address.
2462 (mips_rewrite_small_data_p, small_data_pattern_1): New functions.
2463 (small_data_pattern): New predicate.
2464 (mips_rewrite_small_data_1, mips_rewrite_small_data): New functions.
2465 (mips_function_has_gp_insn): New function.
2466 (mips_global_pointer): Use it.
2467 (mips_gp_insn): Delete.
2468 (mips_expand_prologue): When compiling for n32/n64 abicalls, use a
2469 single loadgp pattern to initialize $gp. Pass it the offset of _gp
2470 from the start of the current function.
2471 (mips16_gp_pseudo_reg): Revert last patch.
2472
2473 * config/mips/mips.md (RELOC_*): Delete.
2474 (UNSPEC_LOADGP, UNSPEC_FIRST_ADDRESS): New constants.
2475 (got): New insn attribute.
2476 (type): Set to "load" if got == load.
2477 (length): Set to 4 if got == load, 8 if got == xgot_high.
2478 (lui[sd]i): Delete.
2479 (*xgot_hi[sd]i, *xgot_lo[sd]i): New patterns.
2480 (*got_disp[sd]i, *got_page[sd]i): Likewise.
2481 (*low[sd]i): Change constraints to "d". Add a new define_split to
2482 rewrite small data constants into LO_SUMs.
2483 (loadgp): New insns.
2484
2485 2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2486
2487 * config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.
2488
2489 2003-11-04 DJ Delorie <dj@redhat.com>
2490
2491 * config/v850/v850.md (mulhisi3): Expand the const_int case
2492 separately to avoid trying to sign extend the const.
2493
2494 2003-11-04 Richard Sandiford <rsandifo@redhat.com>
2495
2496 * emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant
2497 addresses to be shared.
2498 (force_const_mem): Return a copy of the pool entry.
2499
2500 2003-11-03 Andreas Jaeger <aj@suse.de>
2501
2502 * Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.
2503
2504 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
2505
2506 * Makefile.in (cpp.dvi): New target split from cpp.info.
2507 (gcc.dvi): New target split from gcc.info.
2508 (gccint.dvi): New target split from gccint.info.
2509 (cppinternals.dvi): New target split from cppinternals.info
2510 (gccinstall.info): New specific rule.
2511 (gccinstall.dvi): Likewise.
2512 (dvi): Move targets to $(docobjdir).
2513 ($(docobjdir)/%.dvi): New implicit rule.
2514
2515 2003-11-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2516
2517 * doc/gty.texi (tag, desc): Say more about role of desc values in
2518 selecting between tags.
2519
2520 2003-11-03 Alexander Kabaev <ak03@gte.com>
2521
2522 * real.c (encode_ieee_single): Ensure proper promotion.
2523
2524 2003-11-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2525
2526 * doc/contrib.texi: Add Giovanni Bajo, Dara Hazeghi, Falk Hueffner,
2527 and Andrew Pinski.
2528
2529 2003-11-03 Syd Polk <spolk@apple.com>
2530
2531 * config/rs6000/rs6000.c (rs6000_override_options): Add G3, G4, and G5
2532 marketing names to the list of supported processors.
2533 * config/rs6000/rs6000.h: Ditto.
2534 * doc/invoke.texi: Ditto.
2535 * config.gcc: Ditto.
2536
2537 2003-11-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2538
2539 * fixinc/inclhack.def (stdio_va_list): Allow tab before va_list.
2540 Merge two substitutions.
2541 * fixinc/fixincl.x: Regenerate.
2542 Fixes PR bootstrap/12666.
2543
2544 2003-11-03 Joseph S. Myers <jsm@polyomino.org.uk>
2545
2546 * doc/install-old.texi: Remove VMS documentation.
2547
2548 2003-11-03 Jan Hubicka <jh@suse.cz>
2549
2550 * i386.c (override_options): Remove hack enabling 128bit long double
2551 commited by accident.
2552
2553 2003-11-02 Per Bothner <per@bothner.com>
2554
2555 * c-opts.c (needValue): Do cpp_find_main_file before processing
2556 any imacros flags, so pfile->main_file is set for the latter.
2557
2558 2003-11-03 Andreas Jaeger <aj@suse.de>
2559 Zack Weinberg <zack@codesourcery.com>
2560
2561 * Makefile.in (GCC_CFLAGS): Allow blacklisting of warnings.
2562 (SYSCALLS.c.X-warn): Suppress warnings.
2563
2564 2003-11-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2565
2566 PR optimization/12845
2567 * pa.c (output_cbranch): Use cmpb for DImode comparisons with 0.
2568
2569 2003-11-02 Zack Weinberg <zack@codesourcery.com>
2570
2571 * print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.
2572 * config/i386/i386.c (print_reg): Abort on a virtual register
2573 if code != -1; not if file == asm_out_file.
2574 * config/i386/i386.h (PRINT_REG): Document meaning of CODE == -1.
2575 (DEBUG_PRINT_REG): Delete, unused.
2576
2577 2003-11-02 Andreas Schwab <schwab@suse.de>
2578
2579 * config/ia64/fde-glibc.c (_GNU_SOURCE): Define to 1 instead of
2580 empty to avoid conflict with the definition from configure.
2581
2582 2003-11-02 Roger Sayle <roger@eyesopen.com>
2583
2584 PR optimization/10817
2585 * ifcvt.c (noce_emit_move_insn): Improve documentation comment.
2586 (noce_try_move): New function to optimize an if-the-else into an
2587 unconditional move, i.e. "if (a!=b) x=a; else x=b" into "x=a".
2588 (noce_process_if_block): Attempt simplification with noce_try_move.
2589
2590 * simplify-rtx.c (simplify_ternary_operation): Some minor fixes
2591 and improvements to the optimizations of IF_THEN_ELSE expressions.
2592 (simplify_subreg): Silence signed/unsigned comparison warning.
2593
2594 2003-11-02 Richard Sandiford <rsandifo@redhat.com>
2595
2596 * Makefile.in (targhooks.o, reload.o): Update dependencies.
2597 (GTFILES): Add targhooks.c.
2598 (gt-targhooks.h): New rule; depend on s-gtype.
2599 * target.h (direct_pool_load_p): New hook.
2600 * target-def.h (TARGET_DIRECT_POOL_LOAD_P): New macro.
2601 (TARGET_INITIALIZER): Include it.
2602 * targhooks.h (default_direct_pool_load_p): Declare.
2603 (hook_bool_machine_mode_true): Declare.
2604 * targhooks.c: Include insn-config.h, recog.h, ggc.h and
2605 gt-targhooks.h.
2606 (pool_symbol): New variable.
2607 (default_direct_pool_load_p): New function.
2608 (hook_bool_machine_mode_true): New function.
2609 * reload.c: Include target.h.
2610 (find_reloads): If an alternative will force a constant into memory,
2611 count an extra reload if constant pool symbols are not valid
2612 addresses. If an alternative uses memory to move values between
2613 registers, count the move as two reloads rather than one.
2614 * config/s390/s390.c (TARGET_DIRECT_POOL_LOAD_P): Define.
2615 * doc/tm.texi (TARGET_DIRECT_POOL_LOAD_P): Document.
2616
2617 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2618
2619 PR optimization/12799
2620 * postreload.c (reload_cse_move2add): Generate the add2
2621 patterns manually.
2622
2623 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2624
2625 * config/sparc/sparc.c (function_arg_partial_nregs) [TARGET_ARCH64]:
2626 Return 0 for all complex modes whose size is lesser or equal to
2627 a word. Add a ??? comment for the condition used with 16-byte
2628 aligned modes.
2629
2630 2003-11-01 Kelley Cook <kcook@gcc.gnu.org>
2631
2632 * .cvsignore: Remove c-parse* and tradcif.c.
2633 * objc/.cvsignore: Delete.
2634
2635 2003-11-01 Roger Sayle <roger@eyesopen.com>
2636
2637 * unwind-sjlj.c (_Unwind_GetCFA): Return (_Unwind_Word)0 instead
2638 of NULL.
2639
2640 2003-11-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2641
2642 * som.h (DO_GLOBAL_DTORS_BODY): Change to C90 declaration.
2643
2644 * libgcc2.c (SYMBOL__MAIN): Provide C90 declaration.
2645
2646 * collect2.c (scan_libraries): Fix typos.
2647
2648 PR preprocessor/12847
2649 * cppfiles.c, cppexp.c, cpperror.c, cpplib.h, cpplib.c, cpplex.c,
2650 cppinit.c, cpptrad.c, cppmacro.c, fix-header.c, cpppch.c, c-pch.c,
2651 c-incpath.c, cppcharset.c (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN,
2652 DL_ERROR, DL_ICE, DL_EXTRACT, DL_WARNING_P): Prefix macro names with
2653 "CPP_".
2654
2655 2003-11-01 Fariborz Jahanian <fjahanian@apple.com>
2656
2657 * config/rs6000/rs6000.c (rs6000_mixed_function_arg): Correct
2658 no_units calculation.
2659
2660 2003-11-01 Andreas Jaeger <aj@suse.de>
2661
2662 * unwind-dw2.c (_Unwind_FrameState): Remove commas at end of
2663 enumeration list.
2664
2665 2003-11-01 Andreas Schwab <schwab@suse.de>
2666
2667 * config/ia64/sysv4.h (SDATA_SECTION_FUNCTION): Update to C90
2668 prototypes.
2669 (SBSS_SECTION_FUNCTION): Likewise.
2670
2671 2003-11-01 Andreas Jaeger <aj@suse.de>
2672
2673 * Makefile.in (GCC_CFLAGS): Add @WERROR@ for target files.
2674
2675 2003-11-01 Andreas Tobler <a.tobler@schweiz.ch>
2676
2677 * config/rs6000/sysv4.h (EXTRA_SECTION_FUNCTIONS): Update to C90
2678 prototypes.
2679
2680 2003-11-01 Andreas Jaeger <aj@suse.de>
2681
2682 * unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable.
2683 (uw_frame_state_for): Constify variables.
2684 (extract_cie_info): Constify first argument.
2685
2686 * unwind-dw2-fde-darwin.c: Adjust prototype of
2687 _Unwind_Find_registered_FDE for recent changes.
2688 (examine_objects): Constify return value and local variable result.
2689 (_Unwind_Find_FDE): Constify return value and local variable ret.
2690
2691 2003-10-31 Per Bothner <pbothner@apple.com>
2692
2693 * c-opts.c (finish_options): Change to returns boolean - false iff
2694 the call to cpp_find_main_file fails.
2695 (c_common_init): Skip preprocess_file if finish_options failed.
2696 (c_common_parse_file): Break if finish_options failed.
2697 Fixes PR preprocessor/12545.
2698
2699 2003-10-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2700
2701 * aclocal.m4: Blacklist ultrix* for mmap file.
2702 * configure: Rebuilt.
2703
2704 * function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable
2705 reg_parm_stack_space.
2706 * toplev.c (default_get_pch_validity): Fix warning.
2707
2708 * vax.c: Include toplev.h.
2709 (vax_init_libfuncs): Fix typo (umod).
2710 * vax.h (ASM_COMMENT_START): Define.
2711 (PRINT_OPERAND): Fix warning when HOST_WIDE_INT is a long long.
2712
2713 2003-10-31 Roger Sayle <roger@eyesopen.com>
2714
2715 PR middle-end/11968
2716 * expr.c (expand_expr <MULT_EXPR>): Remove inappropriate and
2717 confusing comment; distributivity isn't handled in expand_expr.
2718 * fold-const.c (extract_muldiv_1 <PLUS_EXPR>): Allow overflow
2719 in distributivity, if wrap-around semantics are specified with
2720 -fwrapv.
2721
2722 2003-11-01 Alan Modra <amodra@bigpond.net.au>
2723
2724 PR 12315
2725 * final.c (profile_function): Allow for NULL svrtx.
2726
2727 2003-10-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2728
2729 * pa.c (pa_select_section): Use new style declaration.
2730 * som.h (readonly_data): Likewise.
2731
2732 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
2733
2734 * config/rs6000/rs6000.c: Update to C90 prototypes.
2735
2736 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2737
2738 PR target/7513
2739 * arm.h (CONDITIONAL_REGISTER_USAGE): Disable use of LR in Thumb
2740 code.
2741
2742 2003-10-31 Andreas Jaeger <aj@suse.de>,
2743 Zack Weinberg <zack@codesourcery.com>
2744
2745
2746 * crtstuff.c (__register_frame_info, __register_frame_info_bases)
2747 (__deregister_frame_info, __deregister_frame_info_bases):
2748 Constify void * argument.
2749 * unwind-dw2-fde.h (struct fde_vector):
2750 Constify 'orig_data' and 'array' fields.
2751 (__register_frame_info, __register_frame_info_bases)
2752 (__deregister_frame_info, __deregister_frame_info_bases):
2753 Constify void * argument.
2754 (get_cie, next_fde, _Unwind_Find_FDE): Constify arguments,
2755 return values, and casts of type fde *, struct dwarf_fde *,
2756 and struct dwarf_cie *.
2757 * unwind-dw2-fde.c (__register_frame_info, __register_frame_info_bases)
2758 (__deregister_frame_info, __deregister_frame_info_bases):
2759 Constify void * argument.
2760 (get_cie_encoding, ): Constify struct dwarf_cie * argument.
2761 (get_fde_encoding, fde_unencoded_compare, fde_single_encoding_compare)
2762 (fde_mixed_encoding_compare, fde_compare_t, start_fde_sort, fde_insert)
2763 fde_split, SWAP, frame_downheap, frame_heapsort)
2764 (classify_object_over_fdes, add_fdes, linear_search_fdes,
2765 binary_search_unencoded_fdes, binary_search_single_encoding_fdes,
2766 binary_search_mixed_encoding_fdes, search_object, _Unwind_Find_FDE):
2767 Constify arguments, local variables, return values, and casts
2768 of type fde *, fde **, struct dwarf_fde *, and struct dwarf_cie *.
2769 Use const pointer types in sizeof expressions, for clarity.
2770 * unwind-dw2-fde-glibc.c
2771 (_Unwind_find_registered_FDE, _Unwind_find_FDE): Constify return value.
2772 (struct unw_eh_callback_data): Constify 'ret' field.
2773
2774 2003-10-31 Fariborz Jahanian <fjahanian@apple.com>
2775 David Edelsohn <edelsohn@gnu.org>
2776
2777 * config/rs6000/rs6000.c (rs6000_mixed_function_arg): New.
2778 (function_arg): Call it.
2779 (rs6000_function_value): Widen integral return value to mode based
2780 on TARGET_32BIT, not word_mode.
2781 * config/rs6000/rs6000.h (PROMOTE_MODE): Likewise.
2782 (UNITS_PER_ARG): New.
2783 (RS6000_ARG_SIZE): Use it.
2784
2785 2003-10-31 Gerald Pfeifer <gerald@pfeifer.com>
2786
2787 * .cvsignore: No longer ignore gengtype-lex.c, gengtype-yacc.c,
2788 and gengtype-yacc.h.
2789
2790 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2791
2792 PR optimization/8896
2793 * postreload.c (reload_combine): Check that REGY doesn't die in an
2794 insn of the form (set (regx) (plus (regx) (regy))), ie REGX != REGY.
2795
2796 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
2797
2798 PR/10239
2799 * cfgrtl.c (delete_insn): Decrease LABEL_NUSES for all REG_LABEL notes.
2800
2801 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
2802
2803 PR/11640
2804 * cfgrtl.c (try_redirect_by_replacing_jump): Move jump
2805 immediatelly before BARRIER.
2806
2807 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
2808
2809 * Makefile.in (STRICT2_WARN): Add -Wold-style-definition.
2810
2811 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2812
2813 PR target/11271
2814 * reload.c (find_reloads_address): Handle any register in
2815 (PLUS (PLUS (REG) (REG)) (CONST_INT).
2816
2817 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2818
2819 * ggc-page.c (ggc_pch_read): Wrap call to poison_pages in
2820 ENABLE_GC_CHECKING not in GGC_POISON.
2821
2822 2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
2823
2824 PR bootstrap/9863
2825 * configure.in: Bail out if awk is missing.
2826 * configure: Regenerate.
2827
2828 PR ada/12761
2829 * Makefile.in: Move default definitions of X_ADA_CFLAGS,
2830 T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from ada/Make-lang.in to here.
2831
2832 2003-10-30 Richard Henderson <rth@redhat.com>
2833
2834 * c-objc-common.c (c_tree_printer): Handle types correctly.
2835 Factor code a bit.
2836
2837 2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
2838
2839 * value-prof.c, web.c: Update to C90.
2840
2841 2003-10-30 Eric Christopher <echristo@redhat.com>
2842
2843 * function.c (purge_addressof_1): Add case for REG_RETVAL
2844 notes when modes are unequal.
2845
2846 2003-10-31 Jan Hubicka <jh@suse.cz>
2847
2848 * i386-modes.def: Add XFmode format adjustment.
2849
2850 2003-10-30 Jan Hubicka <jh@suse.cz>
2851
2852 * real.c (encode_ieee_extended): Back out previous patch.
2853
2854 2003-10-30 Jan Hubicka <jh@suse.cz>
2855
2856 * real.c (encode_ieee_extended): Initialize whole array.
2857 * reg-stack.c (move_for_stack_reg0: Use always XFmode.
2858 * i386-modes.def: Change definitions of TFmode and XFmode.
2859 * i386.c (classify_argument): Rename TFmodes to XFmodes; add new TFmode
2860 code.
2861 (construct_container): Allow constructing of TFmode integer containers.
2862 (ix86_return_in_memory): XFmode is not returned in memory.
2863 (init_ext_80387_constants): Always use XFmode.
2864 (print_operand): Likewise.
2865 (ix86_prepare_fp_compare_regs): Likewise.
2866 (split_to_parts): Deal with TFmode.
2867 (split_long_move): Simplify.
2868 (ix86_init_mmx_sse_builtins): Add __float80, __float128.
2869 (ix86_memory_move_cost): Do not confuse TFmode.
2870 * i386.h (LONG_DOUBLE_TYPE_SIZE): Set to 96.
2871 (IS_STACK_MODE): TFmode is not stack mode.
2872 (HARD_REGNO_NREGS, CLASS_MAX_NREGS): Deal nicely with XFmode.
2873 (VALID_SSE_REG_MODE): Allow TFmode.
2874 (VALID_FP_MODE_P): Disallow TFmode.
2875 (VALID_INT_MODE_P): Allow TFmode in 64bit mode.
2876 * i386.md (TFmode patterns): Kill.
2877 (movtf, motf_rex64): New patterns.
2878
2879 2003-10-30 Richard Sandiford <rsandifo@redhat.com>
2880
2881 * config/mips/mips.md (adddi3): Fix typo in mips16 stack pointer code.
2882
2883 2003-10-30 Richard Sandiford <rsandifo@redhat.com>
2884
2885 * config/mips/mips.md (mov_lwl): Use memory_operand where appropriate.
2886 (mov_lwr, mov_swl, mov_swr): Likewise.
2887 (mov_ldl, mov_ldr, mov_sdl, mov_sdr): Likewise.
2888
2889 2003-10-30 Richard Sandiford <rsandifo@redhat.com>
2890
2891 * config/mips/mips.c (mips_global_pointer): Don't try to use $25.
2892
2893 2003-10-30 Richard Henderson <rth@redhat.com>
2894
2895 * config/mips/mips.c (mips_build_builtin_va_list): Use runtime
2896 test for irix6 rather than preprocessor test.
2897
2898 2003-10-30 Richard Henderson <rth@redhat.com>
2899
2900 * cppcharset.c (one_utf8_to_utf16): Initialize 's' to silence warning.
2901
2902 2003-10-30 Ulrich Weigand <uweigand@de.ibm.com>
2903
2904 * config/s390/s390.c (struct machine_function): Use save_return_addr_p
2905 as a general flag that the return address register needs to be saved,
2906 not necessarily because of __builtin_return_addr (0).
2907 (s390_split_branches): Remove TEMP_REG and TEMP_USED arguments,
2908 remove special handling of zSeries machines.
2909 (s390_optimize_prolog): Remove TEMP_USED argument, treat the return
2910 register as a regular register on zSeries machines.
2911 (s390_reorg): Adjust calls to s390_split_branches and
2912 s390_optimize_prolog.
2913 (s390_frame_info): On zSeries machines, do not assume the return
2914 register is always used. Update regs_ever_live with current data
2915 for the special registers.
2916 (s390_emit_epilogue): Use save_return_addr_p to determine whether
2917 the return register was saved.
2918 * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Do not mark
2919 RETURN_REGNUM fixed on zSeries machines.
2920 (REG_ALLOC_ORDER): Use RETURN_REGNUM last.
2921 * config/s390/s390.md ("*doloop_si"): Handle branch overflow
2922 via ahi-jgne pair on zSeries machines.
2923 ("*doloop_di"): Likewise.
2924 ("*doloop_di_long"): Remove.
2925
2926 2003-10-30 Richard Earnshaw <rearnsha@arm.com>
2927
2928 * arm.c (arm_override_options): Revert change of arm_constant_limit
2929 when optimizing for size.
2930
2931 2003-10-29 Richard Henderson <rth@redhat.com>
2932
2933 * fold-const.c (fold_single_bit_test): Convert the input to the
2934 operational intermediate type.
2935
2936 2003-10-29 Richard Henderson <rth@redhat.com>
2937
2938 * builtins.c (std_build_builtin_va_list): New.
2939 * expr.h (std_build_builtin_va_list): Declare.
2940 * defaults.h (BUILD_VA_LIST_TYPE): New.
2941 * system.h (BUILD_VA_LIST_TYPE): Poison.
2942 * target-def.h (TARGET_BUILD_BUILTIN_VA_LIST): New.
2943 * target.h (struct gcc_target): Add build_builtin_va_list.
2944 * tree.c (build_common_tree_nodes_2): Use it.
2945
2946 * config/alpha/alpha-protos.h, config/alpha/alpha.c,
2947 config/alpha/alpha.h, config/alpha/unicosmk.h,
2948 config/d30v/d30v-protos.h, config/d30v/d30v.c, config/d30v/d30v.h,
2949 config/i386/i386-protos.h, config/i386/i386.c, config/i386/i386.h,
2950 config/i860/i860-protos.h, config/i860/i860.c, config/i860/i860.h,
2951 config/i960/i960-protos.h, config/i960/i960.c, config/i960/i960.h,
2952 config/mips/iris6.h, config/mips/mips-protos.h, config/mips/mips.c,
2953 config/mips/mips.h, config/rs6000/rs6000-protos.h,
2954 config/rs6000/rs6000.c, config/rs6000/rs6000.h,
2955 config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
2956 config/sh/sh-protos.h, config/sh/sh.c, config/sh/sh.h,
2957 config/xtensa/xtensa-protos.h, config/xtensa/xtensa.c,
2958 config/xtensa/xtensa.h: Rename foo_build_va_list to
2959 foo_build_builtin_va_list; make it static. Define
2960 TARGET_BUILD_BUILTIN_VA_LIST. Remove BUILD_VA_LIST_TYPE.
2961 Update protos.
2962
2963 * config/i386/i386.c (ix86_expand_carry_flag_compare): Make static.
2964 * config/iq2000/iq2000.h (BUILD_VA_LIST_TYPE): Remove.
2965
2966 2003-10-29 James E Wilson <wilson@specifixinc.com>
2967
2968 * recog.c (asm_operand_ok): Add missing break after case 'X'.
2969 Change if statements to else if statements in default case.
2970 (extract_constrain_insn_cached): Fix misspelling of constrain_operands
2971 in comment.
2972 (constrain_operands_cached): Likewise.
2973 (constrain_operands): Change if statements to else if statements in
2974 default case.
2975 * reload.c (find_reloads): Likewise.
2976
2977 2003-10-29 Richard Henderson <rth@redhat.com>
2978
2979 * config/m68k/m68k.c (notice_update_cc): Clear cc status for
2980 shifts and rotates.
2981
2982 2003-10-30 Alan Modra <amodra@bigpond.net.au>
2983
2984 * config/rs6000/rs6000.md: Remove duplicate pattern.
2985
2986 2003-10-29 Hans-Peter Nilsson <hp@axis.com>
2987
2988 * real.c (do_divide): Initialize result with a 0.
2989
2990 * configure.in <enable-checking for valgrind>: Look for
2991 <valgrind/memcheck.h> first. AC_DEFINE HAVE_VALGRIND_MEMCHECK_H
2992 if it exists.
2993 * configure, config.in: Regenerate.
2994 * ggc-common.c [ENABLE_VALGRIND_CHECKING &&
2995 HAVE_VALGRIND_MEMCHECK_H]: Include <valgrind/memcheck.h>. Use
2996 #elif for other alternatives.
2997 * ggc-page.c: Ditto.
2998 * ggc-zone.c: Don't assume <valgrind/memcheck.h>; instead copy
2999 include structure from ggc-common.c.
3000
3001 2003-10-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3002
3003 * pa-linux.h (ASM_OUTPUT_ADDR_VEC_ELT): Use label in big switch ELTs.
3004 (ASM_OUTPUT_ADDR_DIFF_ELT): Use label difference in big switch ELTs.
3005 * pa.c (pa_adjust_insn_length): Check for btable branches using
3006 attribute TYPE_BTABLE_BRANCH.
3007 (pa_reorg): Simplify.
3008 * pa.h (CASE_VECTOR_MODE): Change big switch mode to SImode.
3009 (ASM_OUTPUT_ADDR_VEC_ELT): As above.
3010 (ASM_OUTPUT_ADDR_DIFF_ELT): As above.
3011 * pa.md (btable_branch): New instruction type.
3012 (in_branch_delay, in_nullified_branch_delay, in_call_delay): Disallow
3013 btable branches.
3014 (define_delay): Add btable branches to insn types that may have an
3015 insn in the delay position.
3016 (Z2, Z3): Add btable branch to list.
3017 Simplify unamed pattern set copy pic_label_operand to register. Add
3018 PA 2.0 variant.
3019 (short_jump): New jump for use in branch tables.
3020 (casesi, casesi0): Revise for new branch table formats.
3021 (casesi32, casesi32p, casesi64p): New casesi patterns.
3022 (indirect_jump): Move.
3023
3024 2003-10-29 David Edelsohn <edelsohn@gnu.org>
3025
3026 * config/rs6000/rs6000.h (UNITS_PER_WORD): Revert to
3027 !TARGET_POWERPC64.
3028 (UNITS_PER_GPR_WORD): Delete.
3029 (HARD_REGNO_NREGS): Revert to UNITS_PER_WORD.
3030 (HARD_REGNO_MODE_OK): Same.
3031 (CLASS_MAX_NREGS): Same.
3032
3033 2003-10-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3034
3035 * pa.h (ASM_COMMENT_START): Define.
3036
3037 2003-10-29 Zack Weinberg <zack@codesourcery.com>
3038
3039 * genmodes.c (complete_mode): Record MODE_CC, MODE_INT,
3040 MODE_FLOAT, and MODE_PARTIAL_INT modes as having one
3041 component, not zero.
3042
3043 2003-10-29 Andreas Schwab <schwab@suse.de>
3044
3045 * config/ia64/t-ia64 (LIB2ADDEH): Add $(srcdir)/gthr-gnat.c.
3046
3047 2003-10-29 Eric Botcazou <ebotcazou@libertysurf.fr>
3048
3049 * config/sparc/sparc.c (function_arg_partial_nregs) [TARGET_ARCH64]:
3050 Never return 1 for complex integral modes whose size is lesser or
3051 equal to a word.
3052 (function_arg_pass_by_reference) [TARGET_ARCH64]: Mention CTImode
3053 in the comment.
3054 (function_arg_advance) [TARGET_ARCH64]: Don't special-case complex
3055 modes.
3056 (sparc_va_arg) [TARGET_ARCH64]: Handle any types whose size is
3057 greater than 16 bytes by reference.
3058
3059 2003-10-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3060
3061 * config/ia64/ia64.c (ia64_assemble_integer): Test POINTER_SIZE,
3062 not TARGET_ILP32.
3063 (ia64_initialize_trampoline): Use globalize_label target call.
3064
3065 2003-10-29 Andreas Schwab <schwab@suse.de>
3066
3067 * doc/install.texi (Building): Add a sentence about building Ada
3068 for a canadian cross.
3069
3070 2003-10-28 Zack Weinberg <zack@codesourcery.com>
3071
3072 * config/ia64/ia64.c (cmptf_libfunc): New static.
3073 (ia64_expand_compare): Add logic to open-code calls to
3074 _U_Qfcmp for TFmode comparisons.
3075 (ia64_hpux_init_libfuncs): Initialize cmptf_libfunc.
3076 Set libfuncs for TFmode eq/ne/gt/ge/lt/gt to 0; these should
3077 never be generated anymore.
3078 * config/ia64/ia64.md (cmptf): New expander.
3079
3080 2003-10-28 Zack Weinberg <zack@codesourcery.com>
3081
3082 * ia64.md (UNSPEC_SETF_EXP,UNSPEC_FR_SQRT_RECIP_APPROX): New constants.
3083 (*sqrt_approx): New instruction pattern for approximate square roots.
3084 (*setf_exp_xf): New instruction pattern for exponentiation.
3085 (*maddxf4_alts_truncsf): New instruction pattern for truncation.
3086 (sqrtsf2_internal_thr): New define_and_split implementing
3087 throughput-optimized inline calculation of SFmode square root.
3088 (sqrtdf2_internal_thr): Likewise for DFmode.
3089 (sqrtxf2_internal_thr): Likewise for XFmode.
3090 (sqrtsf2, sqrtdf2, sqrtxf2): New expanders to choose between
3091 latency- and throughput-optimized square root algorithms.
3092 * ia64.h (MASK_INLINE_SQRT_LAT, MASK_INLINE_SQRT_THR,
3093 TARGET_INLINE_SQRT_LAT, TARGET_INLINE_SQRT_THR, TARGET_INLINE_SQRT):
3094 New macros.
3095 (TARGET_SWITCHES): Add -minline-sqrt-min-latency and
3096 -minline-sqrt-max-throughput.
3097 * ia64.c (ia64_override_options): If both -minline-sqrt-min-latency
3098 and -minline-sqrt-max-throughput are given, notify the user
3099 that both options cannot be used simultaneously.
3100 If -minline-sqrt-min-latency is given, notify the user that
3101 this mode is not yet implemented.
3102 (rtx_needs_barrier): Reformat initial comment to obey
3103 72-character width limit. Support UNSPEC_SETF_EXP and
3104 UNSPEC_FR_SQRT_RECIP_APPROX.
3105
3106 2003-10-29 Alan Modra <amodra@bigpond.net.au>
3107
3108 * config/rs6000/rs6000.md (movdf_softfloat64): Allow dummy ctr,ctr
3109 moves.
3110
3111 2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3112
3113 PR target/11598
3114 PR libgcj/10610
3115 * config/rs6000/sysv4.h (PREFERRED_STACK_BOUNDARY): New macro.
3116
3117 2003-10-28 Richard Earnshaw <rearnsha@arm.com>
3118
3119 * arm.c (arm_output_epilogue): When using a frame pointer, don't emit
3120 an extra stack adjustment insn if the stack pointer is already
3121 pointing at the right place.
3122 (use_return_insn): Allow a return insn to be used when we have a
3123 frame pointer if the stack pointer is in the right place.
3124 (output_return_instruction): Handle it.
3125
3126 2003-10-28 Andreas Jaeger <aj@suse.de>
3127
3128 * ggc-zone.c (check_cookies): Add missing variable.
3129 Add void to prototypes.
3130
3131 2003-10-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3132
3133 * config/mips/irix6-libc-compat.c (inet_makeaddr): Prototype.
3134 * crtstuff.c (__do_global_ctors_1): Move prototype.
3135 * unwind-dw2.c (NO_SIZE_OF_ENCODED_VALUE): Define when
3136 appropriate.
3137 * unwind-sjlj.c (_Unwind_GetCFA, _Unwind_FindEnclosingFunction):
3138 Mark parameter with __attribute__((unused)).
3139
3140 2003-10-27 Zack Weinberg <zack@codesourcery.com>
3141
3142 * c-decl.c (pushdecl): Clarify comment.
3143
3144 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
3145
3146 * doc/install.texi: Update instructions for Ada cross builds
3147
3148 PR ada/5909:
3149 * doc/sourcebuild.texi: Document Ada test suite.
3150
3151 2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
3152
3153 * config/m68hc11/m68hc11.c: Convert to ISO C90.
3154 * config/m68hc11/m68hc11-protos.h: Likewise.
3155
3156 2003-10-27 Jan Hubicka <jh@suse.cz>
3157 Eric Botcazou <ebotcazou@libertysurf.fr>
3158
3159 * toplev.c (enum dump_file_index, dump_file): Fix ordering of
3160 webizer pass dump.
3161
3162 2003-10-27 Jakub Jelinek <jakub@redhat.com>
3163 Jan Hubicka <jh@suse.cz>
3164
3165 * reload1.c (struct elim_table): Change offset, initial_offset and
3166 previous_offset fields to HOST_WIDE_INT.
3167 (offsets_at): Change from int to HOST_WIDE_INT.
3168 (reload): Adjust offsets_at initialization.
3169 (eliminate_regs_in_insn): Change type of offset to HOST_WIDE_INT.
3170 (verify_initial_elim_offsets): Change type of t to HOST_WIDE_INT.
3171 * config/i386/i386.c (ix86_compute_frame_layout): Change offset type
3172 to HOST_WIDE_INT. Don't save regs using mov for huge frame sizes
3173 if TARGET_64BIT.
3174 (pro_epilogue_adjust_stack): New function.
3175 (ix86_expand_prologue, ix86_expand_epilogue): Use it.
3176 * config/i386/i386.md (pro_epilogue_adjust_stack): Remove.
3177 (pro_epilogue_adjust_stack_1): Remove * in front of name.
3178 (pro_epilogue_adjust_stack_rex64): Handle -2147483648 properly.
3179 (pro_epilogue_adjust_stack_rex64_2): New insn.
3180
3181 * config/i386/i386.c (ix86_expand_epilogue): Fix comment typo.
3182
3183 * config/i386/i386.c (ix86_expand_call): Replace 40 with
3184 FIRST_REX_INT_REG + 3 /* R11 */.
3185
3186 2003-10-26 Richard Henderson <rth@redhat.com>
3187
3188 * config/alpha/alpha.md (attr cannot_copy): New.
3189 (call_osf_2_er, call_value_osf_2_er, ldgp_er_1, ldgp_er_2,
3190 prologue_ldgp_er_2, prologue_ldgp_1): Set it.
3191 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Test it.
3192
3193 2003-10-26 Daniel Berlin <dberlin@dberlin.org>
3194
3195 * ggc-zone.c: New file, zone allocating collector.
3196 * configure: Accept zone option for --with-gc
3197 * configure.in: Ditto.
3198 * ggc.h (ggc_pch_count_object): Pass bool indicating
3199 stringiness. Update all callers.
3200 (ggc_pch_alloc_object): Ditto.
3201 (ggc_pch_write_object): Ditto.
3202 (ggc_alloc_rtx): Use typed allocation, since all RTX's are of a single
3203 type.
3204 (ggc_alloc_rtvec): Ditto.
3205 (ggc_alloc_tree): Use zone allocation, since some things using this macro
3206 aren't a single typecode.
3207 * ggc-none.c (ggc_alloc_typed): New function.
3208 (ggc_alloc_zone): Ditto.
3209 * ggc-page.c: Ditto on both functions.
3210
3211 2003-10-26 Gunther Nikl <gni@gecko.de>
3212
3213 * config/m68k/m68k.c (m68k_compute_frame_layout): Ensure FPU related
3214 frame information is always valid.
3215 (m68k_output_function_prologue): Remove superfluous TARGET_68881
3216 test; fix formatting.
3217
3218 2003-10-26 Gunther Nikl <gni@gecko.de>
3219
3220 * config/m68k/m68k.c (m68k_compute_frame_layout): Swap reg_mask and
3221 reg_rev_mask computation.
3222 (m68k_output_function_prologue): Fix usage of current_frame (one typo
3223 and one missing); use reg_rev_mask not reg_mask.
3224 (m68k_output_function_epilogue): Fix usage of current_frame;
3225 use fpu_rev_mask not fpu_mask.
3226
3227 2003-10-26 Bernardo Innocenti <bernie@develer.com>
3228
3229 * config/m68k/m68k.c (m68k_output_function_prologue): Eliminate
3230 num_saved_regs, use current_frame.reg_no instead.
3231
3232 2003-10-26 Bernardo Innocenti <bernie@develer.com>
3233 Paul Dale <pauli@snapgear.com>
3234
3235 * doc/extend.texi (interrupt_handler): Add m68k to the
3236 list of processors implementing it.
3237 * doc/invoke.texi (-msep-data): Document new m68k option.
3238 (-mno-sep-data): Likewise.
3239 (-mid-shared-library): Likewise.
3240 (-mno-id-shared-library): Likewise.
3241 (-mshared-library-id): Likewise.
3242
3243 2003-10-26 Andreas Jaeger <aj@suse.de>
3244
3245 * unwind-dw2.c (_Unwind_GetGR): Avoid warning about unsigned
3246 comparison.
3247 (_Unwind_SetGR): Likewise.
3248
3249 2003-10-26 Ottavio Campana <ottavio@campana.vi.it>
3250
3251 PR target/12690
3252 * config/i386/mmintrin.h (_mm_set1_pi8): Fix comment.
3253
3254 2003-10-26 Gunther Nikl <gni@gecko.de>
3255
3256 * config/m68k/m68k.c (m68k_output_function_prologue): Move front
3257 comment from here to...
3258 (m68k_save_reg): ...here. Fix comment formatting.
3259 (m68k_output_function_prologue): Fix comment formatting.
3260 (m68k_output_function_epilogue): Likewise.
3261 (const_method): Likewise.
3262
3263 2003-10-26 Kazu Hirata <kazu@cs.umass.edu>
3264
3265 * toplev.c (default_get_pch_validity): Guard the use of
3266 target_options with #ifdef TARGET_OPTIONS.
3267 (default_pch_valid_p): Likewise.
3268
3269 2003-10-26 Andreas Jaeger <aj@suse.de>
3270 Zack Weinberg <zack@codesourcery.com>
3271 Andreas Tobler <toa@pop.agri.ch>
3272
3273 * dwarf2out.c (output_cfi): Use HOST_WIDE_INT_PRINT.
3274 (output_die): Likewise.
3275 (print_die): Likewise.
3276
3277 2003-10-26 Andreas Jaeger <aj@suse.de>
3278
3279 * tree.h (dwarf2out_def_cfa, dwarf2out_args_size,
3280 dwarf2out_reg_save, new_loc_descr): Update prototypes for recent
3281 dwarf2out.c change.
3282
3283 * toplev.c (default_pch_valid_p): Fix warning.
3284
3285 2003-10-25 Roger Sayle <roger@eyesopen.com>
3286
3287 * simplify-rtx.c (simplify_replace_rtx): Avoid allocating duplicate
3288 RTL nodes. If an operator's operands are unchanged, return the
3289 original argument unchanged.
3290
3291 2003-10-26 Graham Stott <graham.stott@btinternet.com>
3292
3293 Fix bootstrap failure.
3294 * expmed.c (store_bit_field): Don't compare bitsize against
3295 modes with zero bit-size.
3296
3297 (extract_bit_field): Likewise
3298
3299 2003-10-25 Jan Hubicka <jh@suse.cz>
3300
3301 * dwarf2out.c (dw_cfi_oprnd_struct): Offset is HOST_WIDE_INT.
3302 (cfa_loc): Likewise.
3303 (reg_save, stack_adjust_offset, queue_reg_save): Replace long by
3304 HOST_WIDE_INT.
3305 (args_size, old_args_size): change type to HOST_WIDE_INT.
3306 (dwarf2out_def_cfa, dwarf2out_args_size,
3307 dwarf2out_reg_save, new_loc_descr): offset is HOST_WIDE_INT.
3308 (dw_val_struct): integers, unsigneds and offsets are HOST_WIDE_INT.
3309 (add_AT_int, add_AT_unsigned, att_AT_offset, AT_int, AT_unsigned,
3310 AT_offset): Use HOST_WIDE_INT.
3311 (based_loc_descr): offset is HOST_WIDE_INT.
3312 (add_data_member): Likewise.
3313 (add_const_value_attribute): Simplify.
3314
3315 2003-10-25 Richard Henderson <rth@redhat.com>
3316
3317 * config/i386/i386.c (ix86_eax_live_at_start_p): New.
3318 (ix86_expand_prologue): Save and restore eax around stack probe
3319 if it's live.
3320
3321 2003-10-25 Jan Hubicka <jh@suse.cz>
3322
3323 * cppcharset.c (one_utf8_to_utf32): Initialize 's' to silence warning.
3324
3325 2003-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
3326
3327 PR target/12712
3328 * reg-stack.c (convert_regs_1): Create an arbitrary input stack
3329 if the block has no predecessors.
3330 (convert_regs_2): Document the problem with successors whose
3331 only predecessor is the block to be processed.
3332 (convert_regs): Don't create the arbitrary input stack here.
3333
3334 2003-10-24 Zack Weinberg <zack@codesourcery.com>
3335
3336 * genmodes.c (struct mode_data): Add contained and next_cont
3337 fields.
3338 (complete_mode): Maintain linked list of modes that have a
3339 given component.
3340 (emit_mode_unit_size): Delete.
3341 (emit_mode_nunits): New.
3342 (emit_insn_modes_c): Update to match.
3343 (emit_mode_adjustments): Propagate size and alignment
3344 adjustments from component modes to their containers.
3345 * machmode.h (mode_unit_size): Delete.
3346 (mode_nunits): New.
3347 (GET_MODE_NUNITS): Just return the value in the table.
3348 (GET_MODE_UNIT_SIZE): Compute using GET_MODE_INNER and
3349 GET_MODE_SIZE.
3350 * expmed.c (store_bit_field, extract_bit_field): Can use a
3351 plain move instruction if bitsize >= GET_MODE_BITSIZE of
3352 destination/source mode, respectively.
3353 * varasm.c (assemble_real): Write out the full size of the
3354 constant, not just its bitsize.
3355 (output_constant): Honor TYPE_MODE of TREE_REAL_CSTs.
3356
3357 * config/ia64/ia64-modes.def: Define XFmode as well as TFmode.
3358 Use ADJUST_BYTESIZE and ADJUST_ALIGNMENT to set size and
3359 alignment of XF and TF modes in compliance with ia64 ABIs.
3360 Can now hardwire the format of both modes.
3361 * config/ia64/ia64.c: Change TFmode to XFmode wherever appropriate.
3362 (general_tfmode_operand, destination_tfmode_operand)
3363 (tfreg_or_fp01_operand, spill_tfmode_operand): Rename to
3364 general_xfmode_operand, destination_xfmode_operand,
3365 xfreg_or_fp01_operand, spill_xfmode_operand respectively.
3366 (ia64_init_builtins): Make TYPE_PRECISION of fpreg_type
3367 and float80_type be 96 so they get XFmode. Use !TARGET_HPUX,
3368 not INTEL_EXTENDED_IEEE_FORMAT, to decide how to define
3369 __float128.
3370 * config/ia64/ia64.h: Default TARGET_HPUX to 0.
3371 Change TFmode to XFmode wherever appropriate. Remove all
3372 references to INTEL_EXTENDED_IEEE_FORMAT.
3373 (LONG_DOUBLE_TYPE_SIZE): Varies with TARGET_HPUX.
3374 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define (always 96).
3375 (PREDICATE_CODES): Update to match function renames.
3376 * config/ia64/ia64.md: Change TF to XF throughout; rename all
3377 patterns to match. Remove all references to
3378 INTEL_EXTENDED_IEEE_FORMAT. Update predicate calls to match
3379 function renames.
3380 * config/ia64/ia64-protos.c: Update all prototypes to match
3381 renamed functions.
3382 * config/ia64/hpux.h: Redefine TARGET_HPUX to 1.
3383 Remove all references to INTEL_EXTENDED_IEEE_FORMAT.
3384 * config/ia64/lib1funcs.asm: Add __divxf3 as new name for
3385 __divtf3; keep old name for backward compatibility.
3386 (L__compat): New section providing forwarding stubs for
3387 __fixtfti, __fixunstfti, __floattitf.
3388 * config/ia64/t-ia64: Add __compat to LIB1ASMFUNCS.
3389
3390 2003-10-24 Geoffrey Keating <geoffk@apple.com>
3391
3392 PR 10757
3393 * c-pch.c: Include target.h. Improve comments.
3394 (struct c_pch_validity): Add target_data_length.
3395 (pch_init): Add target's validity data.
3396 (c_common_valid_pch): Check target's validity data.
3397 * target-def.h (TARGET_GET_PCH_VALIDITY): New.
3398 (TARGET_PCH_VALID_P): New.
3399 (TARGET_INITIALIZER): Add new fields.
3400 * target.h: Include tm.h.
3401 (struct gcc_target): Add get_pch_validity, pch_valid_p.
3402 * toplev.h (default_get_pch_validity): New prototype.
3403 (default_pch_valid_p): New prototype.
3404 * toplev.c (default_get_pch_validity): New routine.
3405 (default_pch_valid_p): New routine.
3406 * Makefile.in (TARGET_H): Add TM_H. Replace all users of
3407 target.h with $(TARGET_H).
3408 (c-pch.o): Add TARGET_H.
3409 * doc/tm.texi (PCH Target): New node.
3410 (TARGET_GET_PCH_VALIDITY): Document.
3411 (TARGET_PCH_VALID_P): Document.
3412
3413 2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
3414
3415 * Makefile.in: Define a vpath for %.texi. Remove explicit $(docdir)
3416 and $(docdir)/include from any *.texi dependencies.
3417 ($(docobjdir)/%.dvi): Depend on stmp-docobjdir.
3418 ($(docobjdir)/%.1): Depend on .pod instead of .texi.
3419 ($(docobjdir)/%.7): Likewise.
3420 (%.pod): New implicit rule.
3421 (cpp.pod): New dependency only rule.
3422 (gcc.pod): New intermediate rule with dependencies and commands.
3423 (gfdl.pod): Likewise.
3424 (fsf-funding.pod): Likewise.
3425
3426 2003-10-24 Nathanael Nerode <neroden@gcc.gnu.org>
3427
3428 * fixinc/mkfixinc.sh: Remove special cases for svr4 and ptx, and
3429 related code.
3430 * fixinc/fixinc.ptx: Remove.
3431 * fixinc/fixinc.svr4: Remove.
3432
3433 2003-10-24 Ulrich Weigand <uweigand@de.ibm.com>
3434
3435 * config/s390/s390.c (load_multiple_operation): Allow both SImode
3436 and DImode if word_mode is DImode.
3437 (store_multiple_operation): Likewise.
3438 * config/s390/s390.md ("load_multiple", "store_multiple"): Likewise.
3439 ("*load_multiple_di"): Allow only if word_mode == DImode.
3440 ("movqi"): Use LLGC whenever TARGET_ZARCH.
3441 ("fix_truncdfsi2"): Fix incorrect temporary size.
3442 ("fix_truncsfsi2"): Likewise.
3443 ("*bras_r", "*brasl_r", "*basr_r"): Remove predicate and constraint
3444 string for function return value operand.
3445 ("*bras_tls", "*brasl_tls", "*basr_tls"): Likewise.
3446
3447 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
3448
3449 * c-parse.in (array_declarator): Use expr_no_commas.
3450 Fixes PR c/11943.
3451
3452 2003-10-24 Richard Sandiford <rsandifo@redhat.com>
3453
3454 * config/mips/linux.h: Wrap MD_FALLBACK_FRAME_STATE_FOR and
3455 associated includes in #ifndef inhibit_libc.
3456
3457 2003-10-24 Roger Sayle <roger@eyesopen.com>
3458
3459 * doc/libgcc.texi: Document some more of the libgcc API.
3460
3461 2003-10-24 Richard Earnshaw <rearnsha@arm.com>
3462
3463 * arm.c (arm_rtx_costs_1, case TARGET_THUMB): Adjust costs for
3464 comparing a constant with small negative numbers and add costing
3465 for constants in conjunction with AND.
3466 (note_invalid_constants): Tidy previous change.
3467 (thumb_cmp_operand): Tidy.
3468 (thumb_cmpneg_operand): New function.
3469 * arm.h (CONDITIONAL_REGISTER_USAGE): Don't use HI regs if optimizing
3470 for size.
3471 (FIRST_LO_REGNUM, FIRST_HI_REGNUM, LAST_HI_REGNUM): Define.
3472 (PREDICATE_CODES): Add thumb_cmpneg_operand.
3473 * arm.md (cbranchsi4): Convert to define_expand. Handle comparison
3474 with a negative constant.
3475 (cbranchsi4_insn): Matcher for cbranchsi4.
3476 (cbranchsi4_scratch): Similar, but a scratch is available for
3477 handling negative constants.
3478 (movsi_cbranchsi4): New pattern.
3479 (tstsi3_cbranch): Renamed from andsi3_cbranch_scratch, remove scratch
3480 and use the TST instruction.
3481 (andsi3_cbranch, orrsi3_cbranch, xorsi3_cbranch, cbranchne_decr1)
3482 (addsi3_cbranch, subsi3_cbranch): Ensure that register preferencing
3483 cannot see high regs or memory alternatives.
3484 (bicsi3_cbranch_scratch, bicsi3_cbranch): New patterns.
3485
3486 2003-10-24 Richard Earnshaw <rearnsha@arm.com>
3487
3488 * arm.c (note_invalid_constants): Try to extract the constant
3489 pool value using avoid_constant_pool_reference; only use
3490 get_pool_constant if that returns the original reference.
3491
3492 2003-10-24 Jan Hubicka <jh@suse.cz>
3493
3494 PR c++/12624
3495 * varasm.c (notice_global_symbol): Disqualify global registers.
3496
3497 2003-10-23 Roger Sayle <roger@eyesopen.com>
3498
3499 PR middle-end/11414
3500 * loop.c (load_mems): Use redirect_jump to forward jumps from
3501 the original loop end label to the new "loop sink" block's label.
3502
3503 2003-10-23 Roger Sayle <roger@eyesopen.com>
3504
3505 PR middle-end/12705
3506 * optabs.c (expand_binop): When expanding complex operations
3507 inline, always calculate result into a new temporary register.
3508 Minor code clean-ups.
3509
3510 2003-10-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3511
3512 * objc/lang-specs.h: Handle -print-objc-runtime-info.
3513 * doc/invoke.texi (Objective-C Dialect Options): Document it.
3514
3515 2003-10-24 Danny Smith <dannysmith@users.sourceforge.net>
3516
3517 * config/i386/cygwin.asm: Add copyright notice. Add comment
3518 on why this code is needed.
3519
3520 2003-10-23 Kazu Hirata <kazu@cs.umass.edu>
3521
3522 * config/h8300/clzhi2.c: Fix warnings.
3523 * config/h8300/ctzhi2.c: Likewise.
3524 * config/h8300/fixunssfsi.c: Likewise.
3525 * config/h8300/parityhi2.c: Likewise.
3526 * config/h8300/popcounthi2.c: Likewise.
3527
3528 2003-10-23 James E Wilson <wilson@specifixinc.com>
3529
3530 * gcc.c (option_map): Delete --target and --use-version.
3531
3532 2003-10-23 Fariborz Jahanian <fjahanian@apple.com>
3533 David Edelsohn <edelsohn@gnu.org>
3534
3535 * config/rs6000/rs6000.h (UNITS_PER_WORD): Use TARGET_32BIT, not
3536 TARGET_POWREPC64.
3537 (UNITS_PER_GPR_WORD): Define.
3538 (HARD_REGNO_NREGS): Use UNITS_PER_GPR_WORD.
3539 (HARD_REGNO_CALL_PART_CLOBBERED): Define.
3540 (HARD_REGNO_MODE_OK): Use UNITS_PER_GPR_WORD.
3541 (CLASS_MAX_NREGS): Use UNITS_PER_GPR_WORD.
3542 * config/rs6000/rs6000.c (function_arg): Generate PARALLEL for
3543 DFmode and DImode in 32-bit ABI / 64-bit computation mode.
3544 (rs6000_emit_prologue): Select reg_mode and reg_size using
3545 TARGET_32BIT, not TARGET_POWERPC64.
3546 (rs6000_function_value): Generate PARALLEL for DImode in 32-bit
3547 ABI / 64-bit computation mode
3548
3549 2003-10-22 Andrew Haley <aph@redhat.com>
3550
3551 * toplev.c (output_file_directive): Allow for null input_name.
3552
3553 2003-10-22 Waldek Hebisch <hebisch@math.uni.wroc.pl>
3554
3555 * config/i386/i386.c (classify_argument): Handle SET_TYPE.
3556
3557 2003-10-22 Chris Demetriou <cgd@broadcom.com>
3558
3559 * configure.in: In --enable-generated-files-in-srcdir option
3560 handling, fix default case handling.
3561 * configure: Regenerate.
3562
3563 2003-10-22 Phil Edwards <phil@codesourcery.com>
3564
3565 * config.gcc: Update *-*-vxworks* generic hook and comments.
3566 (arm-wrs-vxworks, i[4567]86-wrs-vxworks, mips-wrs-vxworks,
3567 mips-wrs-windiss, sh-wrs-vxworks): New stanzas.
3568 * genmultilib: Allow the MULTILIB_OSDIRNAMES to be mapped directly.
3569 * config/svr4.h (SWITCH_TAKES_ARG): Undefine it before redefining it.
3570 * config/windiss.h: New file.
3571 * config/arm/t-vxworks: New file.
3572 * config/arm/vxworks.h: New file.
3573 * config/i386/t-vxworks: New file.
3574 * config/i386/vxworks.h: New file.
3575 * config/mips/t-vxworks: New file.
3576 * config/mips/vxworks.h: New file.
3577 * config/mips/windiss.h: New file.
3578 * config/sh/t-vxworks: New file.
3579 * config/sh/vxworks.h: New file.
3580
3581 2003-10-22 Kazu Hirata <kazu@cs.umass.edu>
3582
3583 * config/h8300/h8300.c (h8300_output_function_epilogue): Remove.
3584 (h8300_saveall_function_p): New.
3585 (h8300_insert_attributes): Insert the saveall attribute if
3586 #pragma saveall is specified.
3587 (h8300_attribute_table): Add saveall.
3588 (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
3589 * doc/extend.texi: Mention the saveall attribute.
3590
3591 2003-10-22 Joseph S. Myers <jsm@polyomino.org.uk>
3592
3593 * c-typeck.c (pedantic_lvalue_warning): Unconditionally warn of
3594 deprecation of casts as lvalues.
3595 * fixinc/inclhack.def (obstack_lvalue_cast): New fix.
3596 * fixinc/fixincl.x: Regenerate.
3597 * fixinc/tests/base/obstack.h: New test.
3598
3599 2003-10-22 Andreas Schwab <schwab@suse.de>
3600
3601 PR target/12676
3602 * config/m68k/m68k.c (output_addsi3): Fix range check to work on
3603 LP64 platforms.
3604
3605 2003-10-22 Jan Hubicka <jh@suse.cz>
3606
3607 * dwarf2out.c (dwarf2out_abstract_function): Use DW_AT to check
3608 presence of DW_AT_inline.
3609 (gen_subprogram_die): Likewise; do not abort instead of emitting
3610 DW_AT_not_inline.
3611
3612 2003-10-22 Jan Hubicka <jh@suse.cz>
3613
3614 * cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when
3615 global info is not ready.
3616
3617 2003-10-22 Kazu Hirata <kazu@cs.umass.edu>
3618
3619 * doc/extend.texi: Mention H8S wherever H8/300H is mentioned.
3620
3621 2003-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3622
3623 * config/s390/s390.md ("movstr_short_64", "movstr_short_31"): Merge ...
3624 ("*movstr_short"): ... into this insn pattern.
3625 ("movstr_short"): New expander.
3626 ("*movstr_long_64"): Rename from "movstr_long_64", simplify.
3627 ("*movstr_long_31"): Rename from "movstr_long_31", simplify.
3628 ("movstr_long"): New expander.
3629 ("clrstr_short_64", "clrstr_short_31"): Merge ...
3630 ("*clrstr_short"): ... into this insn pattern.
3631 ("clrstr_short"): New expander.
3632 ("*clrstr_long_64"): Rename from "clrstr_long_64", simplify.
3633 ("*clrstr_long_31"): Rename from "clrstr_long_31", simplify.
3634 ("clrstr_long"): New expander.
3635 ("cmpmem_short_64", "cmpmem_short_31"): Merge ...
3636 ("*cmpmem_short"): ... into this insn pattern.
3637 ("cmpmem_short"): New expander.
3638 ("*cmpmem_long_64"): Rename from "cmpmem_long_64".
3639 ("*cmpmem_long_31"): Rename from "cmpmem_long_31".
3640 ("cmpmem_long"): New expander.
3641 * config/s390/s390.c (s390_expand_movstr): Use new expanders.
3642 (s390_expand_clrstr): Likewise.
3643 (s390_expand_cmpmem): Likewise.
3644
3645 2003-10-22 Mark Mitchell <mark@codesourcery.com>
3646
3647 * c-pch.c (struct c_pch_validity): Add pch_init field.
3648 (pch_init): Set it.
3649 (c_common_valid_pch): Check it.
3650
3651 2003-10-22 David Taylor <dtaylor@emc.com>
3652
3653 PR debug/12500
3654 * dbxout.c (dbxout_typedefs): Use COMPLETE_OR_VOID_TYPE_P.
3655
3656 2003-10-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3657
3658 * config/alpha/alpha.c (function_value [ENABLE_CHECKING]): Don't call
3659 alpha_return_in_memory if no VALTYPE specified.
3660
3661 2003-10-22 Jan Hubicka <jh@suse.cz>
3662
3663 PR debug/12389
3664 * Makefile.in (dwarf2out.o): Depend on cgraph.h.
3665 * cgraph.c (cgraph_function_possibly_inlined_p): New function.
3666 * cgraph.h (cgraph_function_possibly_inlined_p): Declare.
3667 (cgraph_global_info): Add flag inlined
3668 * dwarf2out.c (gen_subprogram_die, gen_decl_die): Use
3669 cgraph_function_possibly_inded_p
3670 * cgraphunit.c (mark_inline): Set inlined flag.
3671 * toplev.c (rest_of_decl_compilation): Call outlining_inline_function
3672 only for possibly inlined functions.
3673 * c-decl.c (duplicate_decls): Never output abstract DIE representing old
3674 body of function.
3675
3676 2003-10-22 Andrew Haley <aph@redhat.com>
3677
3678 * varasm.c (output_constructor): Make constructor annotation
3679 conditional on ASM_COMMENT_START.
3680
3681 2003-10-21 Jason Merrill <jason@redhat.com>
3682
3683 * tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.
3684 (get_narrower): Likewise.
3685
3686 * stor-layout.c (layout_decl): Do packed field alignment for
3687 bit-fields, too.
3688
3689 2003-10-21 Eric Christopher <echristo@redhat.com>
3690
3691 * expr.c (convert_move): Use FLOAT_EXTEND for extensions.
3692
3693 2003-10-21 Geoffrey Keating <geoffk@apple.com>
3694
3695 * c-pch.c: Add comments in various places.
3696 (struct c_pch_validity): Add the lengths of various strings.
3697 (host_machine): New static.
3698 (target_machine): New static.
3699 (get_ident): Bump version number.
3700 (pch_init): Write out version, host, target validity data.
3701 (c_common_valid_pch): Check version, host, target.
3702 * Makefile.in (c-pch.o): Add version.h; define HOST_MACHINE and
3703 TARGET_MACHINE.
3704
3705 2003-10-21 Jason Merrill <jason@redhat.com>
3706
3707 * tree.h (IS_EXPR_CODE_CLASS): Use strchr.
3708 (EXPR_P): New macro.
3709
3710 2003-10-21 Zack Weinberg <zack@codesourcery.com>
3711
3712 * config/ia64/ia64.md (cmpxchg_acq_si): Mark operand 3 as DImode.
3713 * config/ia64/ia64.c (ia64_expand_fetch_and_op,
3714 ia64_expand_op_and_fetch): Make sure the REG for ar.ccv is
3715 DImode. Use convert_move to load ar.ccv.
3716 (ia64_expand_compare_and_swap): Likewise.
3717 If expand_expr doesn't put 'old' and 'new' in the proper
3718 modes, run them through convert_to_mode.
3719
3720 2003-10-21 Eric Christopher <echristo@redhat.com>
3721
3722 * config/frv/frv.c (frv_adjust_field_align): Check DECL_ARTIFICIAL
3723 for too large bitfields.
3724
3725 2003-10-21 Mark Mitchell <mark@codesourcery.com>
3726
3727 * Makefile.in ($(docobjdir)/%.info): Honor BUILD_INFO.
3728
3729 2003-10-21 Andrew Haley <aph@redhat.com>
3730
3731 * varasm.c (output_constructor): Annotate constructor.
3732
3733 2003-10-21 Mark Mitchell <mark@codesourcery.com>
3734
3735 * Makefile.in ($(DESTDIR)$(infodir)/%.info): Conditionalize chmod
3736 on existence of destination file.
3737
3738 2003-10-21 Jan Hubicka <jh@suse.cz>
3739
3740 * haifa-sched.c (choose_ready): Initialize index.
3741
3742 2003-10-21 Jason Merrill <jason@redhat.com>
3743
3744 * tree.c (build1): Fix off-by-one error.
3745
3746 2003-10-21 Robert Millan <robertmh@gnu.org>
3747
3748 * config/i386/kfreebsdgnu.h: New. i386-*-kfreebsd-gnu definitions.
3749 * config/kfreebsdgnu.h: New. *-*-kfreebsd-gnu definitions.
3750 * config/t-kfreebsd-gnu: New. *-*-kfreebsd-gnu tmake_file.
3751 * config.gcc: Add *-*-kfreebsd*-gnu and i[34567]86-*-kfreebsd*-gnu.
3752
3753 2003-10-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3754
3755 * web.c: Fix various comments.
3756
3757 2003-10-20 Nicolas Pitre <nico@cam.org>
3758
3759 * config/arm/arm.c (arm_override_options): Set arm_constant_limit
3760 to 2 instead of 1 when optimize_size is true. Gather code based on
3761 optimize_size together. Add comment about XScale load latency.
3762
3763 2003-10-21 Gunther Nikl <gni@gecko.de>
3764
3765 * config/m68k/m68k.c (m68k_output_function_prologue): Remove
3766 obsolete comments.
3767
3768 2003-10-20 Kelley Cook <kcook@gcc.gnu.org>
3769
3770 * Makefile.in: Get parsedir and docobjdir from configure.
3771 * configure.in: Recogonize --enable-generated-files-in-srcdir.
3772 Pass along parsedir and docobjdir.
3773 * configure: Regenerate.
3774 * doc/install.texi: Document --enable-generated-files-in-srcdir.
3775
3776 2003-10-20 Kelley Cook <kcook@gcc.gnu.org>
3777
3778 * Makefile.in: Define $(docdir) before the Make-lang.in fragments are
3779 included.
3780
3781 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
3782
3783 * c-common.c (expand_tree_builtin): Ensure creal and cimag
3784 functions do not return lvalues.
3785
3786 2003-10-20 Jason Merrill <jason@redhat.com>
3787
3788 PR c/12553
3789 * tree.c (build1) <ADDR_EXPR>: Set TREE_SIDE_EFFECTS
3790 appropriately.
3791
3792 PR c/11446
3793 * stor-layout.c (layout_decl): Fix alignment handling.
3794
3795 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
3796
3797 * doc/extend.texi: Deprecate casts as lvalues.
3798
3799 2003-10-20 Jan Hubicka <jh@suse.cz>
3800
3801 * toplev.c (rest_of_compilation): Fix webizer pass ordering.
3802
3803 * cgraphunit.c (decide_is_function_needed): Fix test dealing
3804 with functions implicitly made inline.
3805
3806 * cgraphunit.c (cgraph_decide_inlining_incrementally): New function.
3807 (cgraph_finalize_function): Use it.
3808 (cgraph_mark_inline): Allow incrmental decisions
3809 * invoke.texi (max-inline-slope, min-inline-insns): Kill.
3810 * params.def (PARAM_MAX_INLINE_SLOPE, PARAM_MIN_INLINE_INSNS): Kill.
3811 * tree-inline.c (limits_allow_inlining): Kill.
3812 (expand_call_inline): Always use unit-at-a-time path.
3813
3814 2003-10-20 Zack Weinberg <zack@codesourcery.com>
3815
3816 * fixinc/inclhack.def (hpux11_snprintf): New edit.
3817 * fixinc/fixincl.x: Regenerate.
3818 * fixinc/tests/base/stdio.h: Add test for hpux11_snprintf.
3819
3820 2003-10-20 Mark Mitchell <mark@codesourcery.com>
3821
3822 * Makefile.in (install-info): Simplify.
3823 ($(DESTDIR)$(infodir)/%.info): New rule.
3824 * configure.in (target_list): Remove install-info.
3825 * doc/.cvsignore (gcc.info*): Remove.
3826 (gccint.info*): Likewise.
3827 (gccinstall.info*): Likewise.
3828 (cpp.info*): Likewise.
3829 (cppinternals.info*): Likewise.
3830 (*.info*): Add it.
3831 * doc/sourcebuild.texi: Update description of install-info.
3832 * objc/Make-lang.in (objc.install-info): Remove.
3833
3834 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3835
3836 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Define _ABIO32.
3837 Use it in _MIPS_SIM definition.
3838 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Likewise.
3839
3840 2003-10-20 Zack Weinberg <zack@codesourcery.com>
3841
3842 * config/i386/i386.c (print_reg): Abort if REGNO (x) is a
3843 virtual register, but only if file == asm_out_file.
3844 * config/i386/i386.h (HI_REGISTER_NAMES): Use "argp", not "",
3845 for ARG_POINTER_REGNUM.
3846
3847 2003-10-20 Zack Weinberg <zack@codesourcery.com>
3848
3849 * c-common.c (registered_builtin_types): New static.
3850 (c_common_type_for_mode): Consult registered_builtin_types.
3851 (c_register_builtin_type): Add type to registered_builtin_types.
3852 * optabs.c (init_floating_libfuncs): Initialize libfuncs for
3853 all MODE_FLOAT modes, not just the ones corresponding to
3854 float_type_node, double_type_node, and long_double_type_node.
3855
3856 2003-10-20 Richard Henderson <rth@redhat.com>
3857
3858 * config/alpha/alpha.h (PREDICATE_CODES): Add normal_memory_operand.
3859 * config/alpha/alpha-protos.h: Remove PREDICATE_CODES prototypes.
3860
3861 2003-10-20 Dorit Naishlos <dorit@il.ibm.com>
3862
3863 * config/rs6000/rs6000.h: (rs6000_sched_insert_nops):
3864 support new flag -minsert-sched-nops.
3865 (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Define.
3866 * config/rs6000/rs6000.c: (rs6000_sched_insert_nops):
3867 support new flag -minsert-sched-nops.
3868 (is_cracked_insn, is_microcoded_insn): New functions.
3869 (rs6000_sched_finish): New function.
3870 (rs6000_issue_rate): Return 5 for power4.
3871 (get_next_active_insn, insn_terminates_group_p): New
3872 functions.
3873 (is_costly_group, force_new_group): New functions.
3874 (redefine_groups, pad_groups): New functions.
3875 (rs6000_variable_issue): Use new functions.
3876 * doc/invoke.texi (-minsert-sched-nops): Document new
3877 option.
3878
3879 2003-10-20 David S. Miller <davem@redhat.com>
3880
3881 * config/sparc/sparc.md (type attribute): Add new insn types
3882 fpa, fpm_pack, fgm_mul, fgm_pdist, and fgm_cmp for VIS.
3883 (patterns emitting VIS insns): Use them.
3884 * config/sparc/ultra1_2.md: Add VIS scheduling rules.
3885 * config/sparc/ultra3.md: Likewise.
3886
3887 2003-10-20 Falk Hueffner <falk@debian.org>
3888
3889 PR target/12654
3890 * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't do
3891 comparison against constant by adjusting the argument except for
3892 EQ and NE.
3893
3894 2003-10-19 Mark Mitchell <mark@codesourcery.com>
3895
3896 * config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js,
3897 arm1136jfs, and armv6j.
3898 * config/arm/arm.c (FL_ARCH6J): New macro.
3899 (FL_VFPV2): Likewise.
3900 (all_cores): Add entries for arm926ejs, arm1026ejs, arm1136js,
3901 and arm1136jfs.
3902 (all_architectures): Add entry for armv6j.
3903 (arm_override_options): Add entries for arm926ejs, arm1026ejs,
3904 arm1136js, and arm1136jfs.
3905 * config/arm/arm.h (TARGET_CPU_arm926ej_s): New macro.
3906 (TARGET_CPU_arm1026ej_s): Likewise.
3907 (TARGET_CPU_arm1136j_s): Likewise.
3908 (TARGET_CPU_arm1136jf_s): Likewise.
3909 * doc/invoke.texi: Document new ARM cores and architecture
3910 variants.
3911
3912 2003-10-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3913
3914 * Makefile.in (toplev.o): Add value-prof.h dependency.
3915 (value-prof.o): Add REGS_H dependency.
3916 * common.opt (fprofile-values, fvpt): New.
3917 * flags.h (flag_value_profile_transformations): Declare.
3918 * opts.c (common_handle_option): Handle -fprofile_values and
3919 -fvpt.
3920 * profile.c (branch_prob): Don't remove death notes here.
3921 * timevar.def (TV_VPT): New.
3922 * value-prof.c: Include regs.h.
3923 (insn_divmod_values_to_profile, gen_divmod_fixed_value, gen_mod_pow2,
3924 gen_mod_subtract, divmod_fixed_value_transform,mod_pow2_value_transform,
3925 mod_subtract_transform, value_profile_transformations): New.
3926 (insn_values_to_profile): Call insn_divmod_values_to_profile.
3927 (find_values_to_profile): Add dumps.
3928 * value-prof.h (value_profile_transformations): Declare.
3929 * toplev.c: Include value-prof.h.
3930 (rest_of_handle_value_profile_transformations): New.
3931 (enum dump_file_index): Add DFI_vpt.
3932 (dump_file): Add vpt dump.
3933 (flag_value_profile_transformations): New.
3934 (lang_independent_options): Add flag_profile_values and
3935 flag_value_profile_transformations.
3936 (rest_of_compilation): Call
3937 rest_of_handle_value_profile_transformations.
3938 (process_options): Let -fvpt imply -fprofile-values.
3939 * doc/invoke.texi (-fvpt): Document.
3940
3941 2003-10-19 Jan Hubicka <jh@suse.cz>
3942
3943 * i386.c (print_reg): Do not abort on certain registers.
3944
3945 PR optimization/12612
3946 * reg-stack.c (subst_stack_regs_pat): Use st(1) for clobbers.
3947 * i386.md (fpatan, fyl2x, fscale patterns and expanders): Use
3948 match_scratch; avoid bogus paralles.
3949
3950 PR target/12674
3951 * i386.c (ix86_function_regparm): Disable implicit register passing
3952 conventions when profiling.
3953
3954 2003-10-19 Eric Botcazou <ebotcazou@libertysurf.fr>
3955 Richard Henderson <rth@redhat.com>
3956
3957 PR optimization/8178
3958 * config/i386/i386.md (*movsi_zero): Delete.
3959 (*ffs_no_cmove): Use ix86_expand_clear to zero the third operand.
3960
3961 2003-10-19 Richard Henderson <rth@redhat.com>
3962
3963 * config/alpha/alpha.c (fix_operator): New.
3964 (divmod_operator): Tidy.
3965 (alpha_emit_xfloating_cvt): Handle UNSIGNED_FIX.
3966 * config/alpha/alpha.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
3967 (PREDICATE_CODES): Update.
3968 * config/alpha/alpha.md (fix_truncdfsi_ieee): Use match_operator.
3969 (fix_truncdfsi_internal, fix_truncdfdi_ieee): Likewise.
3970 (fix_truncsfsi_ieee, fix_truncsfsi_internal): Likewise.
3971 (fix_truncsfdi_ieee): Likewise.
3972 (fix_truncdfdi2, fix_truncsfdi2): Turn into define_expand.
3973 (fixuns_truncdfdi2, fixuns_truncsfdi2, fixuns_trunctfdi2): New.
3974 * config/alpha/alpha-protos.h: Update.
3975
3976 2003-10-19 Richard Sandiford <rsandifo@redhat.com>
3977
3978 * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Simplify.
3979 * config/mips/mips.c (mips_load_got): Assume Pmode == ptr_mode.
3980 * config/mips/mips.md (extendsidi2, *extendsidi2): Merge. Don't accept
3981 constant operands.
3982
3983 2003-10-18 Kazu Hirata <kazu@cs.umass.edu>
3984
3985 * doc/extend.texi: Fix typos.
3986 * doc/invoke.texi: Likewise.
3987
3988 2003-10-18 Nicolas Pitre <nico@cam.org>
3989
3990 * config/arm/arm.c (arm_override_options): Use arm_tune_xscale for
3991 XScale optimizations not arm_arch_xscale.
3992 * config/arm/arm.h (CONSTANT_ALIGNMENT_FACTOR, MOVE_RATIO): Likewise.
3993
3994 2003-10-18 Ulrich Weigand <uweigand@de.ibm.com>
3995
3996 * config/s390/s390-protos.h (shift_count_operand): Add prototype.
3997 * config/s390/s390.c (shift_count_operand): New function.
3998 (s390_extra_constraint): Use it to implement 'Y' constraint.
3999 (print_shift_count_operand): New function.
4000 (print_operand): Use it to implement '%Y'.
4001 * config/s390/s390.h (EXTRA_ADDRESS_CONSTRAINT): Add 'Y' constraint.
4002 (PREDICATE_CODES): Add shift_count_operand.
4003 * config/s390/s390.md ("rotldi3"): Merge alternatives,
4004 using "shift_count_operand" predicate and "Y" constraint,
4005 and "%Y" to output the combined shift count.
4006 ("rotlsi3"): Likewise.
4007 ("ashldi3", "*ashldi3_31", "*ashldi3_64"): Likewise.
4008 ("ashrdi3", "*ashrdi3_31", "*ashrdi3_64", "*ashrdi3_cc_31",
4009 "*ashrdi3_cc_64", "*ashrdi3_cconly_31", "*ashrdi3_cconly_64"): Likewise.
4010 ("ashlsi3", "ashrsi3", "*ashrsi3_cc", "*ashrsi3_cconly"): Likewise.
4011 ("lshrdi3", "*lshrdi3_31", "*lshrdi3_64"): Likewise.
4012 ("lshrsi3"): Likewise.
4013
4014 2003-10-18 Gunther Nikl <gni@gecko.de>
4015
4016 * config/m68k/m68k.c (m68k_output_function_epilogue): Add missing
4017 argument to asm_fprintf statement.
4018
4019 2003-10-18 Fariborz Jahanian <fjahanian@apple.com>
4020
4021 * rs6000.md: Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.
4022 (ashrdisi3_noppc64) Generate more efficient code for 32-bit right-shift of
4023 a "long long" argument.
4024
4025 2003-10-18 Alexandre Oliva <aoliva@redhat.com>
4026
4027 * final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
4028 as well.
4029
4030 2003-10-18 Richard Sandiford <rsandifo@redhat.com>
4031
4032 * rtl.h (rtl_size): Declare.
4033 (rtunion): Remove rtwint.
4034 (rtx_def): Replace 'fld' with a union of an rtunion or a HOST_WIDE_INT.
4035 (RTX_HDR_SIZE, RTX_SIZE): New macros.
4036 (RTL_CHECK1): Adjust for new rtx_def layout.
4037 (RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2): Likewise.
4038 (XWINT, XCWINT): Likewise. Access the rtx structure directly.
4039 (X0WINT): Remove.
4040 (X0ANY): New macro.
4041 * rtl.def: Adjust comments for new rtx_def layout.
4042 * ggc.h (ggc_alloc_rtx): Take the rtx code as argument, not the
4043 number of slots.
4044 * rtl.c (rtx_size): New array.
4045 (rtx_alloc): Adjust call to ggc_alloc_rtx. Use RTX_HDR_SIZE.
4046 (copy_rtx): Use RTX_HDR_SIZE. Adjust for new rtx_def layout.
4047 (shallow_copy_rtx): Adjust call to ggc_alloc_rtx. Use RTX_SIZE.
4048 * integrate.c (copy_rtx_and_substitute): Use X0ANY to copy '0' fields.
4049 * emit-rtl.c (copy_most_rtx): Likewise.
4050 (copy_rtx_if_shared): Use RTX_SIZE.
4051 (copy_insn_1): Use RTX_HDR_SIZE. Adjust for new rtx_def layout.
4052 * gengenrtl.c (gendef): Adjust ggc_alloc_rtx call. Use RTX_HDR_SIZE.
4053 * gengtype.c (write_rtx_next): Use RTX_HDR_SIZE.
4054 (adjust_field_rtx_def): Expect "rtx_def" to be a union rather than
4055 an array. Adjust output for new rtx_def layout.
4056 * ggc-page.c (RTL_SIZE): Use RTX_HDR_SIZE.
4057 * reload1.c (eliminate_regs): Use RTX_SIZE.
4058 * rtlanal.c (loc_mentioned_in_p): Adjust for new rtx_def layout.
4059 * gdbinit.in (pi): Likewise.
4060
4061 2003-10-18 Jan Hubicka <jh@suse.cz>
4062
4063 * integrate.c (copy_decl_for_inlining): Revert previous patch.
4064
4065 2003-10-18 Jan Hubicka <jh@suse.cz>
4066
4067 * integrate.c (copy_decl_for_inlining): Fix copying of copies.
4068
4069 2003-10-18 Roger Sayle <roger@eyesopen.com>
4070
4071 * libgcc.texi: Group multi-word types, such as "long double" and
4072 "unsigned int", using braces in @deftypefn and @deftypefnx nodes.
4073 Document __unord?f2 as returning a non-zero value, not just one.
4074
4075 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
4076
4077 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Define.
4078 ($(T)crti.o, $(T)crtn.o): Pass CRTSTUFF_T_CFLAGS here too.
4079
4080 2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
4081
4082 * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
4083 match_operand.
4084
4085 2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
4086
4087 * config/sparc/sparc.c (function_arg_record_value_1): New fourth
4088 parameter packed_p. Search for a DECL_PACKED field only if
4089 packed_p is false. Pass packed_p recursively.
4090 (function_arg_record_value_2): Likewise.
4091 (function_arg_record_value): Update calls to
4092 function_arg_record_value_1 and function_arg_record_value_2.
4093
4094 2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
4095
4096 * cse.c (cse_insn) [src_folded]: Check that the tentative replacement
4097 was successfully forced to memory before using the result.
4098
4099 2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
4100
4101 PR optimization/8178
4102 * config/i386/i386.md (*movsi_zero): New insn to set
4103 a register to zero on TARGET_USE_MOV0 targets.
4104
4105 2003-10-18 Kelley Cook <kcook@gcc.gnu.org>
4106
4107 * Makefile.in (Makefile): Depend on the all Make-lang.in fragments.
4108 (POSTSTAGE1_FLAGS_TO_PASS): Pass down MAKEINFO and MAKEINFOFLAGS.
4109
4110 2003-10-17 David Edelsohn <edelsohn@gnu.org>
4111
4112 * doc/invoke.texi (gcse-las): Fix typo.
4113
4114 2003-10-17 Andrew Pinski <pinskia@physics.uc.edu>
4115
4116 * doc/install.texi: Remove first part of the sentence for
4117 zsh not working. Change gcc to GCC.
4118
4119 PR bootstrap/12546
4120 * doc/install.texi: Document that zsh does not work when
4121 configuring gcc.
4122
4123 2003-10-17 Nathanael Nerode <neroden@gcc.gnu.org>
4124
4125 * config/ptx4.h: Switch to DWARF 2; update comments.
4126
4127 2003-10-17 Segher Boessenkool <boessen@de.ibm.com>
4128 Hartmut Penner <hpenner@de.ibm.com>
4129
4130 PR 10404, partial 11591, partial 11601
4131 * config/rs6000/altivec.md ("altivec_dst", "altivec_dstt",
4132 "altivec_dstst", "altivec_dststt", "altivec_lvsl", "altivec_lvsr",
4133 "altivec_lvebx", "altivec_lvehx", "altivec_lvewx", "altivec_lvxl",
4134 "altivec_lvx", "altivec_stvx", "altivec_stvxl", "altivec_stvebx",
4135 "altivec_stvehx", "altivec_stvewx"): Use a memory_operand.
4136 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): New function.
4137 (altivec_expand_stv_builtin): Adjust for the memory_operand.
4138 (altivec_expand_builtin): Call altivec_expand_lv_builtin.
4139 (altivec_init_builtins): Use `long int' for memory offsets.
4140
4141 2003-10-17 Jan Hubicka <jh@suse.cz>
4142
4143 * opts.c (common_handle_option): Handle OPT_fweb
4144 * invoke.texi (-fweb): Add missing parts of documentation.
4145
4146 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4147
4148 * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
4149 before redefinition.
4150
4151 2003-10-17 Mostafa Hagog <mustafa@il.ibm.com>
4152
4153 * common.opt: Add description of the new -fgcse-las flag.
4154 * flags.h (flag_gcse_las): Declaration of global flag_gcse_las.
4155 * gcse.c (hash_scan_set): Handle the case of store expression and
4156 insert the memory expression to the hash table, this way we make it
4157 possible to discover redundant loads after stores and remove them.
4158 (pre_insert_copy_insn): moved the call to update_ld_motion_stores,
4159 to pre_insert_copies, it is not the correct place to call it after
4160 adding stores to be in the available expression hash table.
4161 (pre_insert_copies): Added the call to update_ld_motion_stores when
4162 one or more copies were inserted.
4163 * opts.c (common_handle_option): Handle the -fgcse-las flag.
4164 * toplev.c (flag_gcse_las): Initialization of flag_gcse_las.
4165
4166 * doc/invoke.tex: Document new -fgcse-las flag.
4167
4168 2003-10-18 Alan Modra <amodra@bigpond.net.au>
4169
4170 * config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code
4171 for posterity, then remove it.
4172
4173 2003-10-17 Richard Earnshaw <rearnsha@arm.com>
4174 Nathan Sidwell <nathan@codesourcery.com>
4175
4176 * config/arm/arm.c (use_return_insn): Not a single instruction, if
4177 there's a frame pointer.
4178 (arm_output_epilogue): Protect stack pointer from being corrupted
4179 on interrupt.
4180
4181 2003-10-17 Ulrich Weigand <uweigand@de.ibm.com>
4182
4183 * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.
4184
4185 2003-10-17 Ulrich Weigand <uweigand@de.ibm.com>
4186
4187 * combine.c (simplify_set): Do not clear out undobuf.other_insn
4188 already set elsewhere.
4189
4190 2003-10-17 Kelley Cook <kcook@gcc.gnu.org>
4191
4192 * config/i386/i386.c (ix86_expand_prologue): Use
4193 gen_allocate_stack_worker.
4194
4195 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4196
4197 * config.gcc (mips-sgi-irix6*o32): Only enable use_collect2
4198 without gas.
4199 (mips-sgi-irix6*): Likewise.
4200
4201 * config/mips/iris6gas.h: New file.
4202 * gcc/config.gcc (mips-sgi-irix6*): Use it.
4203
4204 * config/mips/mips.h (TARGET_IRIX): Provide default.
4205 (TARGET_IRIX5): Likewise.
4206 (TARGET_SGI_O32_AS): Likewise.
4207 * config/mips/iris5.h (TARGET_IRIX): Redefine as 1.
4208 (TARGET_IRIX5): Likewise.
4209 * config/mips/iris6.h (TARGET_IRIX6): Remove.
4210 (TARGET_IRIX5): Redefine as 0.
4211
4212 * config/mips/mips.c (mips_output_external): Test for IRIX 6 O32
4213 linker workaround with TARGET_IRIX and mips_abi instead of
4214 ASM_OUTPUT_UNDEF_FUNCTION.
4215 (mips_file_end): Inline old ASM_OUTPUT_UNDEF_FUNCTION definition,
4216 testing TARGET_IRIX and mips_abi explicitly.
4217 * config/mips/iris5.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove.
4218 * config/mips/iris6.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove undef.
4219
4220 * config/mips/mips.c (irix_output_external_libcall): Renamed from
4221 mips_output_external_libcall.
4222 Use new TARGET_IRIX in guard.
4223 * config/mips/mips-protos.h (irix_output_external_libcall): Match
4224 this.
4225 * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Likewise.
4226
4227 * config/mips/iris5gas.h (HAVE_GAS_SHF_MERGE): Update comment.
4228 Define as 0.
4229
4230 * config/mips/iris6.h (FUNCTION_NAME_ALREADY_DECLARED): Define
4231 depending on mips_abi.
4232 * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Define as 1.
4233 * config/mips/mips.c (mips_output_function_prologue): Test
4234 FUNCTION_NAME_ALREADY_DECLARED at runtime.
4235 (mips_output_function_epilogue): Likewise.
4236 (build_mips16_function_stub): Likewise.
4237 (build_mips16_call_stub): Likewise.
4238 * config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Provide
4239 default.
4240
4241 * config/mips/iris6.h (DWARF2_UNWIND_INFO): Don't define for native
4242 IRIX 6 O32 assembler.
4243 (SUBTARGET_CC1_SPEC): Enforce mips2 ISA with O32 ABI.
4244 (TARGET_OS_CPP_BUILTINS): Define _ABIO32, use it to define
4245 _MIPS_SIM for O32 ABI.
4246 (DWARF2_FRAME_INFO): Don't define for native IRIX 6 O32 assembler.
4247 (ASM_DECLARE_FUNCTION_NAME): Integrate mips.h version.
4248 (ASM_DECLARE_FUNCTION_SIZE): Move undef before redefinition.
4249 Integrate O32 version.
4250 (SUBTARGET_ASM_SPEC): Handle -mabi=32.
4251 (SUBTARGET_ASM_DEBUGGING_SPEC): Add mdebug_asm_spec for gas with
4252 O32 ABI.
4253 (BSS_SECTION_ASM_OP_32): Define.
4254 (BSS_SECTION_ASM_OP_64): Likewise.
4255 (BSS_SECTION_ASM_OP): Define differently for O32 and N32/N64 ABIs
4256 using them.
4257 (TARGET_ASM_NAMED_SECTION): Reflect renaming.
4258 Move up to allow override for O32 ABI without GNU as.
4259 (EH_FRAME_SECTION_NAME): Define explicitly.
4260 (MUST_USE_SJLJ_EXCEPTIONS): Define.
4261 [_MIPS_SIM == _ABIO32 && !GAS] (CTORS_SECTION_ASM_OP,
4262 DTORS_SECTION_ASM_OP): Dummy definitions.
4263 (TARGET_ASM_NAMED_SECTION): Undef statically.
4264 (EH_FRAME_SECTION_NAME): Likewise.
4265 (ASM_OUTPUT_FILENAME): Integrate mips.h version.
4266 (LINK_SPEC): Only use default options -call_shared -no_unresolved
4267 without -r.
4268 Don't pass -init, -fini with -mabi=32.
4269 (COLLECT_PARSE_FLAG): Define.
4270
4271 * config/mips/mips.c (iris6_asm_named_section_1): Changed guard to
4272 TARGET_IRIX.
4273 Renamed to use irix_ prefix.
4274 (iris6_asm_named_section): Likewise.
4275 (iris_section_align_entry_eq): Likewise.
4276 (iris_section_align_entry_hash): Likewise.
4277 (iris6_file_start): Likewise.
4278 (iris6_section_align_1): Likewise.
4279 (iris6_file_end): Likewise.
4280 (iris6_section_type_flags): Likewise.
4281 (iris_section_align_htab): Likewise.
4282 (iris_orig_asm_out_file): Likewise.
4283 [TARGET_IRIX] (TARGET_ASM_FILE_START): Reflect rename.
4284 (TARGET_ASM_FILE_END): Likewise.
4285 (TARGET_SECTION_TYPE_FLAGS): Likewise.
4286
4287 * config/mips/mips.c [TARGET_IRIX5 && !TARGET_IRIX6]
4288 (TARGET_ASM_UNALIGNED_HI_OP): Use runtime initialization in
4289 override_options instead.
4290 (TARGET_ASM_UNALIGNED_SI_OP): Likewise.
4291 (TARGET_ASM_UNALIGNED_DI_OP): Likewise.
4292 * config/mips/mips.c (override_options) [USE_COLLECT2]: Restore
4293 flag_gnu_linker to defaults without USE_COLLECT2 for non-IRIX O32
4294 assemblers.
4295 Likewise for constructor/destructor handling.
4296 (override_options): Handle IRIX O32 assembler quirks.
4297 [TARGET_IRIX] (irix_asm_named_section): Handle O32 ABI with and
4298 without gas.
4299 (mips_file_start): Use new TARGET_IRIX.
4300 (mips_declare_object_name): No special processing for IRIX O32
4301 assembler.
4302 (mips_finish_declare_object): Likewise.
4303 (irix_asm_output_align): Renamed from iris6_asm_output_align.
4304 Don't record alignment for O32 ABI.
4305 (irix_file_start): Renamed from iris6_file_start.
4306 Return early for O32 ABI.
4307 (irix_file_end): Renamed from iris6_file_end.
4308 Don't emit .section directives for O32 ABI.
4309 * config/mips/iris6.h (ASM_OUTPUT_ALIGN): Reflect renaming.
4310 * config/mips/mips-protos.h (irix_asm_output_align): Likewise.
4311
4312 * config/mips/t-iris6 (MULTILIB_OPTIONS): Add mabi=32.
4313 (MULTILIB_OSDIRNAMES): Likewise.
4314
4315 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4316
4317 * collect2.c (COLLECT_PARSE_FLAG): Provide default.
4318 (main): Use it.
4319 * doc/tm.texi (COLLECT_PARSE_FLAG): Document it.
4320
4321 2003-10-17 Richard Earnshaw <rearnsha@arm.com>
4322
4323 * arm-modes.def (CC_Nmode): New condition code mode.
4324 * arm.c (thumb_condition_code): Delete.
4325 (arm_select_cc_mode): Handle single-bit test for Thumb.
4326 (arm_print_operand, cases 'd' and 'D'): Don't special case the
4327 condition code logic for Thumb.
4328 (get_arm_condition_code): Handle CC_Nmode.
4329 (thumb_cbrch_target_operand): New function.
4330 * arm.h (PREDICATE_CODES): Add thumb_cbrch_target_operand.
4331 * arm-protos.h (thumb_cbrch_target_operand): Add prototype.
4332 * arm.md: Add Thumb split patterns for zero_extract and
4333 sign_extract.
4334 (tbit_cbranch, andsi3_cbranch_scratch, andsi3_cbranch)
4335 (orrsi3_cbranch_scratch, orrsi3_cbranch, xorsi3_cbranch_scratch)
4336 (xorsi3_cbranch, addsi3_cbranch, addsi3_cbranch_scratch)
4337 (subsi3_cbranch, subsi3_cbranch_scratch): New Thumb patterns.
4338 (cbranchne_decr1): Re-work to use CC_Nmode.
4339
4340 * arm.c (thumb_expand_epilogue): Add clobbers of registers restored
4341 by the return instruction. Add a use of the link register if it
4342 wasn't stored.
4343
4344 2003-10-17 Richard Earnshaw <rearnsha@arm.com>
4345
4346 * flow.c (init_propagate_block_info): Don't abort if a conditional
4347 jump is not a comparison of a register. Instead, just don't record
4348 conditional life information.
4349
4350 2003-10-16 Jan Hubicka <jh@suse.cz>
4351
4352 PR optimization/12630
4353 * pa.md (movstrsi, movstrsi_internal): Use match_scratch in clobbers
4354 for operands 7 and 8.
4355
4356 2003-10-16 Kelley Cook <kcook@gcc.gnu.org>
4357
4358 * objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.
4359
4360 2003-10-16 Danny Smith <dannysmith@users.sourceforge.net>
4361
4362 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.
4363
4364 * config/i386/winnt.c (gen_stdcall_suffix): Make static
4365 (gen_fastcall_suffix): Likewise.
4366 (i386_pe_dllexport_p): Likewise.
4367 (i386_pe_dllimport_p): Likewise.
4368 (i386_pe_mark_dllexport): Likewise.
4369 (i386_pe_mark_dllimport): Likewise.
4370 (i386_pe_asm_named_section): Fix formatting.
4371
4372 2003-10-16 Zack Weinberg <zack@codesourcery.com>
4373
4374 * configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
4375 * system.h: Declare snprintf if necessary.
4376 * configure, config.in: Regenerate.
4377
4378 2003-10-15 David Edelsohn <edelsohn@gnu.org>
4379
4380 * config/rs6000/rs6000.c (rs6000_va_arg): Only align vector
4381 arguments if TARGET_ALTIVEC_ABI.
4382
4383 2003-10-15 Roger Sayle <roger@eyesopen.com>
4384
4385 * builtins.c (fold_builtin_memcpy, fold_builtin_mempcpy,
4386 fold_builtin_memmove, fold_builtin_strcpy, fold_builtin_strncpy,
4387 fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
4388 New functions.
4389 (expand_builtin_memcpy): Use integer_zerop instead of testing
4390 host_integerp and tree_low_cst directly. Move misapplied hunk
4391 for optimization wher SRC and DEST point to the same location.
4392 (expand_builtin_mempcpy): From here.
4393 (expand_builtin_memmove): Use integer_zerop instead of testing
4394 host_integerp and tree_low_cst_directly.
4395 (expand_builtin_memset): Likewise.
4396 (expand_builtin_memcmp): Likewise (and for integer_onep).
4397 (expand_builtin_strncmp): Likewise.
4398 (fold_builtin): Call the appropriate fold_builtin_foo functions
4399 to optimize memcpy, mempcpy, memmove, strcpy, strncpy, memcmp,
4400 strcmp and strncmp.
4401
4402 2003-10-15 Geoffrey Keating <geoffk@apple.com>
4403
4404 * config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
4405 prototype. Clean up some whitespace.
4406 * config/darwin.c: Use gen_rtx_FOO (...) rather than
4407 gen_rtx (FOO, ...).
4408 (machopic_non_lazy_ptr_name): Make static.
4409 (name_needs_quotes): Allow '.' and '$' unquoted.
4410 (machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
4411 case.
4412
4413 2003-10-15 Gábor Lóki <alga@rgai.hu>
4414
4415 * fold-const.c (tree_swap_operands_p): Disable some features
4416 when optimizing for size.
4417
4418 2003-10-15 David Daney <ddaney@avtrex.com>
4419
4420 * config/mips/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New
4421 * config/mips/mips.h (DWARF_FRAME_REGNUM): Fixed to allow unwind
4422 from leaf functions.
4423 (DWARF_FRAME_RETURN_COLUMN): Ditto.
4424 (SIGNAL_UNWIND_RETURN_COLUMN): New, used
4425 by MD_FALLBACK_FRAME_STATE_FOR.
4426 * testsuite/gcc.dg/cleanup-9.c: Added mips*-*-linux* target.
4427
4428 2003-10-15 Zack Weinberg <zack@codesourcery.com>
4429
4430 * genmodes.c: Include hashtab.h.
4431 (modes_by_name, hash_mode, eq_mode, struct mode_adjust)
4432 (adj_bytesize, adj_alignment, adj_format, new_adjust)
4433 (_ADD_ADJUST, ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FORMAT)
4434 (print_maybe_const_decl, emit_mode_adjustments): New.
4435 (known_modes): Rename to modes.
4436 (find_mode): Kill class argument; look up in hash table.
4437 (new_mode): Insert into hash table also.
4438 (new_adjust): New.
4439 (reset_float_format, make_partial_integer_mode)
4440 (make_vector_mode): Tweak error reporting.
4441 (reset_float_format): Correct type of fourth argument.
4442 (emit_insn_modes_h): Add #defines to help make mode_size,
4443 mode_base_align, and real_format_for_mode conditionally const.
4444 (emit_mode_size, emit_mode_base_align): Use print_maybe_const_decl.
4445 (emit_real_format_for_mode): Likewise, but temporarily disabled.
4446 (emit_insn_modes_c): Call emit_mode_adjustments.
4447 (main): Initialize modes_by_name.
4448 * Makefile.in: Update dependencies.
4449 * machmode.def: Document EXPR arguments and new ADJUST_* statements.
4450 * machmode.h: Use CONST_MODE_SIZE and CONST_MODE_BASE_ALIGN in
4451 declarations of mode_size and mode_base_align. Declare
4452 init_adjust_machine_modes.
4453 * toplev.c (backend_init): Call init_adjust_machine_modes.
4454
4455 2003-10-15 Olivier Hainque <hainque@act-europe.fr>
4456
4457 * genmodes.c (calc_wider_mode): Allocate enough room for all the
4458 entries we'll possibly assign in the sort buffer.
4459
4460 2003-10-15 Ulrich Weigand <uweigand@de.ibm.com>
4461
4462 * config.gcc (s390x-ibm-tpf*): New target.
4463 * doc/install.texi: Document it.
4464 * config/s390/t-tpf: New file.
4465 * config/s390/tpf.h: New file.
4466
4467 2003-10-15 Hans-Peter Nilsson <hp@axis.com>
4468
4469 PR target/12598
4470 * config/cris/cris.md (define_split "*mov_sidesi_biap_mem"+1)
4471 (define_splits "*mov_sidesi_mem"+1, "casesi"+9, +10, +11, +12):
4472 Use cris_mem_op and replace_equiv_address, not gen_rtx_MEM.
4473 ("call", "call_value", define_split "*mov_sidesi_mem"+19, +20)
4474 (define_split "*mov_sidesi_mem"+21, +22, +23, +24, +25, +26, +27)
4475 (define_split "*mov_sidesi_mem"+28, +29, +30): Use
4476 replace_equiv_address, not gen_rtx_MEM.
4477 * config/cris/cris.c (cris_mem_op): New match_operator function.
4478 (cris_notice_update_cc): Use replace_equiv_address, not
4479 gen_rtx_MEM.
4480 * config/cris/cris.h (PREDICATE_CODES): Add cris_mem_op.
4481
4482 2003-10-15 Bernardo Innocenti <bernie@develer.com>
4483
4484 * config/m68k/m68k.h (MASK_SEP_DATA, TARGET_SEP_DATA,
4485 MASK_ID_SHARED_LIBRARY, TARGET_ID_SHARED_LIBRARY): Move
4486 definitions after the other flags.
4487
4488 2003-10-14 Ziemowit Laski <zlaski@apple.com>
4489
4490 * c-parse.in (methoddef, methodproto): Call objc_add_method()
4491 instead of add_method().
4492 * objc/objc-act.c (objc_check_decl): Do not check for
4493 constant_string_type.
4494 (add_method): Rename to objc_add_method().
4495 (really_start_method): Call objc_add_method() instead of
4496 add_method().
4497 * objc/objc-act.h (add_method): Rename to objc_add_method().
4498
4499 2003-10-14 Ulrich Weigand <uweigand@de.ibm.com>
4500
4501 * config/s390/s390-protos.h (s390_alc_comparison): Add prototype.
4502 (s390_slb_comparison): Likewise.
4503 * config/s390/s390.c (s390_alc_comparison, s390_slb_comparison):
4504 New functions.
4505 * config/s390/s390.h (PREDICATE_CODES): Add s390_alc_comparison
4506 and s390_slb_comparison.
4507 * config/s390/s390.md ("*adddi3_31", "*subdi3_31"): Do not use on
4508 zSeries machines.
4509 ("*adddi3_31z", "*subdi3_31z"): New insns.
4510 ("*adddi3_alc_cc", "*adddi3_alc", "*subdi3_slb_cc", "*subdi3_slb",
4511 "*addsi3_alc_cc", "*addsi3_alc", "*subsi3_slb_cc", "*subsi3_slb"):
4512 New insns.
4513
4514 2003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
4515
4516 * configure.in: Clean up some feedback echoes.
4517 * configure: Regenerate.
4518
4519 * aclocal.m4: Properly quote names of macros being defined.
4520
4521 * config.gcc (am33_2.0-*-linux*): Use t-slibgcc-elf-ver.
4522
4523 2003-10-14 Steve Ellcey <sje@cup.hp.com>
4524
4525 * config/ia64/ia64.c (ia64_expand_call): Force function address
4526 to DImode.
4527 * config/ia64/ia64.md (call_gp): Put DImode on operand 0.
4528
4529 2003-10-14 Ulrich Weigand <uweigand@de.ibm.com>
4530
4531 * config/s390/s390.md ("muldf3", "*muldf3", "*muldf3_ibm",
4532 "mulsf3", "*mulsf3", "*mulsf3_ibm"): Do not clobber CC.
4533 ("divdf3", "*divdf3", "*divdf3_ibm", "divsf3", "*divsf3",
4534 "*divsf3_ibm"): Likewise.
4535
4536 2003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
4537
4538 * config.gcc, config/m68hc11/t-m68hc11-gas: Replace uses of
4539 target_alias with target_noncanonical.
4540
4541 2003-10-14 Geoffrey Keating <geoffk@apple.com>
4542
4543 * expr.c (block_move_libcall_safe_for_call_parm): Clean up,
4544 and add case for machines where outgoing register parameters
4545 get stack space.
4546
4547 * config/darwin.c (machopic_indirect_data_reference): Use a scratch
4548 register when generating indirect address.
4549
4550 2003-10-14 Richard Earnshaw <rearnsha@arm.com>
4551
4552 * arm.c (arm_addimm_operand): MODE arguemnt is unused.
4553 * arm.md (cbranchne_decr1): Fix bootstrap warning.
4554
4555 2003-10-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4556
4557 * fixinc/inclhack.def (alpha_pthread_gcc): New fix.
4558 * fixinc/fixincl.x: Regenerate.
4559 * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_GCC_CHECK]: New
4560 testcase.
4561 Fixes PR bootstrap/9330.
4562
4563 2003-10-13 Eric Christopher <echristo@redhat.com>
4564
4565 * config/frv/frv.c (frv_adjust_field_align): Redo check for
4566 too wide bitfields.
4567 (frv_hard_regno_mode_ok): Add SPR_P and AP_FIRST.
4568 * config/frv/frv.h (FUNCTION_PROFILER): Remove abort call.
4569 (SBSS_SECTION_ASM_OP): Remove.
4570 (EXTRA_SECTIONS): Remove in_sbss.
4571 (EXTRA_SECTION_FUNCTIONS): Remove SBSS_SECTION_FUNCTION.
4572 (SBSS_SECTION_FUNCTION, sbss_section): Remove.
4573 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Change sbss_section to
4574 named_section.
4575
4576 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4577
4578 * Makefile.in, configure.in, config.host, mkheaders.in: Replace
4579 uses of ${target_alias} for directory names (and other places which
4580 won't like the empty string) with ${target_noncanonical}. Introduce
4581 call early in configure.in to _GCC_TOPLEV_NONCANONICAL_TARGET so it's
4582 available.
4583 * configure: Regenerate.
4584
4585 2003-10-13 Ian Lance Taylor <ian@wasabisystems.com>
4586
4587 * config/arm/iwmmxt.md (cond_iwmmxt_movsi_insn): New pattern.
4588 * config/arm/arm.md: For splits which rely on conditional moves,
4589 remove ! TARGET_IWMMXT condition.
4590
4591 2003-10-13 David S. Miller <davem@redhat.com>
4592
4593 * ifcvt.c (num_removed_blocks): Rename to num_true_changes.
4594 (find_cond_trap): Always increment if we emit a conditional
4595 trap insn.
4596
4597 2003-10-13 Zack Weinberg <zack@codesourcery.com>
4598
4599 * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o
4600 with min-insn-modes.o.
4601 (STAGESTUFF): Add min-insn-modes.c.
4602 (genobjs): Add genmodes.o.
4603 (print-rtl.o, print-rtl1.o): Depend on $(TM_P_H).
4604 (insn-modes.o): Depend on $(TM_H) not $(GTM_H); also real.h.
4605 (min-insn-modes.c, min-insn-modes.o): New rules.
4606 (s-modes): Also generate min-insn-modes.c.
4607 ($(BUILD_PREFIX_1)insn-modes.o): Kill.
4608 * genmodes.c (struct mode_data): Add format field.
4609 (blank_mode, validate_mode, complete_mode): Update to match.
4610 (make_scalar_mode): Separate into make_int_mode and make_float_mode.
4611 (_SCALAR_MODE): Kill.
4612 (FLOAT_MODE, FRACTIONAL_FLOAT_MODE): Add format argument.
4613 (emit_insn_modes_c_header): Adjust.
4614 (emit_min_insn_modes_c_header, emit_real_format_for_mode)
4615 (emit_min_insn_modes_c): New functions.
4616 (emit_insn_modes_c): Call emit_real_format_for_mode.
4617 (main): Add -m option to generate min-insn-modes.c.
4618 * machmode.h: Update documentation. Add format argument to
4619 all uses of FLOAT_MODE.
4620 * real.c: Don't define real_format_for_mode here.
4621
4622 * dwarfout.c: Move default definition of PRINT_REG...
4623 * defaults.h: ...here.
4624 * print-rtl.c: Include tm_p.h.
4625 (DEBUG_PRINT_REG, DEBUG_REGISTER_NAMES, debug_reg_names, reg_names):
4626 Kill.
4627 (print_rtx): Use PRINT_REG, not DEBUG_PRINT_REG. But surround
4628 this entire block with #ifndef GENERATOR_FILE.
4629 * regclass.c: Unconditionally define reg_names.
4630 * config/mips/mips.h, config/rs6000/rs6000.h, config/sh/sh.h
4631 Don't define DEBUG_REGISTER_NAMES.
4632 * config/rs6000/darwin.h: Don't use DEBUG_REGISTER_NAMES in
4633 redefinition of REGISTER_NAMES.
4634 * config/i386/i386.h: Don't define DEBUG_PRINT_REG.
4635
4636 * combine.c: Change all preprocessor conditionals on
4637 EXTRA_CC_MODES to use SELECT_CC_MODE instead; rearrange a bit
4638 for clarity.
4639 * genopinit.c: Remove mention of EXTRA_CC_MODES in comment.
4640 * configure.in: Don't define EXTRA_CC_MODES.
4641 * configure, config.in: Regenerate.
4642 * doc/tm.texi: Remove documentation of EXTRA_CC_MODES.
4643
4644 * config/arc/arc.c, config/m32r/m32r.c, config/sparc/sparc.c:
4645 May assume that GET_MODE_CLASS is accurate for extra CC modes
4646 at all times.
4647
4648 * config/i860/i860.h (INIT_CUMULATIVE_ARGS): Pass correct
4649 number of arguments to aggregate_value_p.
4650
4651 * genmodes.c (RESET_FLOAT_FORMAT, reset_float_format): New.
4652 * machmode.def: Explain ARCH-modes.def. Document
4653 RESET_FLOAT_FORMAT. Improve commentary on various mode
4654 clusters. Do not define OI, PQI, PHI, PSI, PDI, QF, HF, TQF,
4655 XF, or TF modes here. Remove backward-compatibility
4656 definition of CC.
4657
4658 * config/alpha/alpha-modes.def: New file; define TF mode.
4659 * config/arc/arm-modes.def: Define XF mode.
4660 * config/c4x/c4x-modes.def: Define QF and HF modes. Unset
4661 float format for SF and DF modes.
4662 * config/dsp16xx/dsp16xx-modes.def: New file; define HF mode.
4663 * config/i386/i386-modes.def: Define XF and TF modes.
4664 * config/i960/i960-modes.def: Define TF mode.
4665 * config/ia64/ia64-modes.def: Define TF and OI modes.
4666 * config/m68k/m68k-modes.def: New file; define XF mode.
4667 * config/mips/mips-modes.def: New file; define TF mode, reset
4668 formats for SF and DF modes.
4669 * config/pa/pa-modes.def: Define TF mode.
4670 * config/rs6000/rs6000.c: Define TF and PSI modes.
4671 * config/s390/s390-modes.def: Define OI mode.
4672 * config/sh/sh-modes.def: New file; define PSI mode.
4673 * config/sparc/sparc-modes.def: Define TF mode.
4674 * config/vax/vax-modes.def: New file; reset formats for SF and
4675 DF modes.
4676
4677 * config/c4x/c4x.c (c4x_override_options): No need to mess
4678 with real_format_for_mode or set REAL_MODE_FORMATs.
4679 (c4x_immed_int_constant): Don't apply GET_MODE_CLASS to rtx
4680 variable.
4681 * config/i386/i386.c (override_options): No need to set
4682 REAL_MODE_FORMATs here.
4683 * config/i960/i960.c (i960_initialize): Likewise.
4684 * config/m68k/m68k.c (m68k_override_options): Likewise.
4685 * config/ia64/ia64.c (ia64_override_options): Set REAL_MODE_FORMAT
4686 for TFmode only if not the default.
4687 * config/mips/mips.c (override_options): Likewise.
4688 * config/vax/vax.c (override_optionms): Set REAL_MODE_FORMAT for
4689 DFmode only if not the default.
4690
4691 * config/i370/i370.h (RET_REG): Don't consider TFmode.
4692 * config/m68hc11/m68hc11.c (print_operand): Don't consider XFmode.
4693 * config/dsp16xx/dsp16xx.c (hard_regno_mode_ok): #if 0 out use
4694 of modes that don't appear anywhere in the machine description.
4695
4696 * config/arc/arc-modes.def, config/arm/arm-modes.def
4697 * config/c4x/c4x-modes.def, config/frv/frv-modes.def
4698 * config/i386/i386-modes.def, config/i960/i960-modes.def
4699 * config/ia64/ia64-modes.def, config/mmix/mmix-modes.def
4700 * config/pa/pa-modes.def, config/pdp11/pdp11-modes.def
4701 * config/rs6000/rs6000-modes.def, config/s390/s390-modes.def
4702 * config/sparc/sparc-modes.def: Convert to new style for
4703 declaring extra CC modes.
4704
4705 2003-10-13 Zack Weinberg <zack@codesourcery.com>
4706
4707 * cpplex.c (_cpp_clean_line): In the common case of a line
4708 with no trigraphs and no \-newline, avoid writing to memory.
4709 (_cpp_skip_block_comment): Use a local 'cur' pointer instead
4710 of the buffer member. Make c an uchar to avoid unnecessary
4711 sign extensions.
4712
4713 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4714
4715 * configure.in: Remove unnecessary test.
4716 * configure: Regenerate.
4717
4718 * configure.in: Fix grammatical error. Move UWIN host error to...
4719 * config.host: Here.
4720 * configure: Regenerate.
4721
4722 2003-10-13 Andreas Krebbel <krebbel1@de.ibm.com>
4723
4724 * config/s390/s390.md ("*fmadddf4", "*fmsubdf4", "*fmaddsf4",
4725 "*fmsubsf4"): Insns are now dependent on TARGET_FUSED_MADD instead
4726 of flag_unsafe_math_optimizations.
4727 * config/s390/s390.h ("MASK_NO_FUSED_MADD", "TARGET_NO_FUSED_MADD",
4728 "TARGET_FUSED_MADD", "TARGET_SWITCHES"): Introduced new target flags
4729 fused-madd and no-fused-madd.
4730 * doc/invoke.texi: Documented the new options fused-madd and
4731 no-fused-madd for S/390.
4732
4733 2003-10-14 Alan Modra <amodra@bigpond.net.au>
4734
4735 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Choose
4736 MASK_ALIGN_NATURAL if rs6000_alignment_string not given. Don't
4737 assign DEFAULT_ABI.
4738 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Update comment.
4739 * config/rs6000/rs6000.c: Formatting.
4740 (rs6000_parse_alignment_option): Only set rs6000_alignment_flags
4741 when rs6000_alignment_string given.
4742
4743 2003-10-13 Eric Botcazou <ebotcazou@libertysurf.fr>
4744
4745 PR target/12538
4746 * config/sparc/sparc.c (MUST_SAVE_REGISTER): Delete.
4747 (sparc_flat_must_save_register_p): New function to decide whether
4748 a register must be saved/restored in the function prologue/epilogue.
4749 (sparc_flat_compute_frame_size): Use it instead of MUST_SAVE_REGISTER.
4750
4751 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
4752
4753 * config/avr/avr.c, config/avr/avr-protos.h: Convert to
4754 ISO C90 function declarations and definitions.
4755 * config/sh/sh.c, config/sh/sh-protos.h: Likewise.
4756
4757 2003-10-12 Nathanael Nerode <neroden@gcc.gnu.org>
4758
4759 * config.gcc (*-*-freebsd*): Use tm_defines instead of tiny
4760 config files which do the same thing.
4761 * config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
4762 config/freebsd6.h: Remove now unnecessary files.
4763
4764 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
4765
4766 * c-common.c (c_common_truthvalue_conversion): Warn if the
4767 address of a non-weak function is used as a truth value.
4768
4769 2003-10-12 Kazu Hirata <kazu@cs.umass.edu>
4770
4771 * config/h8300/h8300.c (WORD_REG_USED): Use SP_REG instead of
4772 a literal.
4773 * config/h8300/h8300.h (REGNO_OK_FOR_BASE_P): Use MAC_REG
4774 instead of a literal.
4775
4776 2003-10-12 Hans-Peter Nilsson <hp@bitrange.com>
4777
4778 * doc/extend.texi (Function Attributes): Mention the exceptional
4779 path for noreturn-marked functions.
4780
4781 2003-10-12 Jan Hubicka <jh@suse.cz>
4782
4783 * cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable
4784 warning.
4785
4786 2003-10-12 Danny Smith <dannysmith@users.sourceforge.net>
4787
4788 * config/i386/i386.c (x86_this_parameter): Fix typo.
4789
4790 203-10-11 Jan Hubicka <jh@suse.cz>
4791
4792 * Makefile.in (web.o): New.
4793 * web.c: New file.
4794 * rtl.h (web_main): Declare.
4795 * timervar.def (TV_WEB): New.
4796 * toplev.c (dump_file_index, dump_file_info): Add DFI_web.
4797 (rest_of_hanle_web): New.
4798 (flag_web): New static variable.
4799 (lang_independent_options): Add "web".
4800 (rest_of_compilation): Call rest_of_handle_web.
4801 * invoke.texi (-fweb): Document.
4802 * common.opt (fweb): New.
4803 * flags.h (flag_web): New.
4804 * opts.c (decode_options): Set flag_web at -O3.
4805
4806 * passes.texi (web construction): Document.
4807 * invoke.texi (-O3): Document that -fweb is enabled.
4808
4809 * regrename.c (regrename_optimize): Deal better with situation when
4810 replacement failed.
4811
4812 * sched-ebb.c: Include params.h and profile.h
4813 (schedule_ebbs): Use tracer parameters to discover superblocks
4814 * Makefile.in (sched-ebb.o): Add dependencies.
4815
4816 2003-10-11 Roger Sayle <roger@eyesopen.com>
4817
4818 * fold-const.c (negate_mathfn_p): New function to determine whether
4819 a built-in mathematical function is sign preserving, f(-x) == -f(x).
4820 Add support for BUILT_IN_ASIN, BUILT_IN_ASINF and BUILT_IN_ASINL.
4821 (tree_swap_operands_p): Change API to take an additional argument
4822 indicating that the swapped operands evaluate in reverse order.
4823 Canonicalize VAR_DECLs and PARM_DECLs last if we can, i.e. neither
4824 operand side-effects or we don't care about flag_evaluation_order.
4825 (reorder_operands_p): New function to check whether its safe to
4826 evaluate the given operands in reverse order.
4827 (negate_expr_p): We can always negate integer constants unless
4828 we honor -ftrapv and the signed type would overflow. Only allow
4829 -(A-B) into B-A if reorder_operands_p says that its OK. Allow
4830 negation of COMPLEX_CST if both real and imaginary parts can be
4831 negated. Allow negation through floating point extensions and
4832 sign-preserving built-in functions.
4833 (negate_expr): Move the code to negate integers from "fold" to
4834 here. Always negate integer constants unless we honor -ftrapv
4835 and the signed type would overflow. Always negate real constants
4836 unless we honor -ftrapping-math. Only convert -(A-B) into B-A
4837 if allowed by reorder_operands_p. Add support for COMPLEX_CST.
4838 Optimize negation through floating point extensions and
4839 sign-preserving built-in functions (as defined by negate_mathfn_p).
4840 (fold): Adjust calls to tree_swap_operands_p.
4841 (fold <NEGATE_EXPR>): Move the remaining negation optimizations
4842 to negate_expr_p/negate_expr.
4843 (fold <MINUS_EXPR>): Use reorder_operands_p to check whether we're
4844 allowed to convert (-A) - B into (-B) - A.
4845
4846 2003-10-11 Roger Sayle <roger@eyesopen.com>
4847
4848 * builtins.c (expand_builtin_strcmp): Defend against the possibility
4849 that gen_cmpstrsi may fail: Stabilize the argument list against
4850 re-evaluation and expand the library call directly using this saved
4851 argument list if a cmpstrsi sequence can't be generated.
4852 (expand_builtin_strncmp): Likewise.
4853
4854 * config/i386/i386.md (cmpstrsi, movstrsi): Disable with -Os.
4855
4856 2003-10-11 Roger Sayle <roger@eyesopen.com>
4857
4858 PR optimization/12260
4859 * simplify-rtx.c (simplify_unary_operation): Simplify all unary
4860 operations through CONST nodes. Optimize (neg (plus X C)) as
4861 (minus -C X) for constant values C.
4862 (simplify_binary_operation): Optimize (minus (neg X) C) as
4863 (minus -C X) for constant values C.
4864 (simplify_plus_minus): Avoid creating (neg (const (plus X C)),
4865 instead create (minus -C X).
4866
4867 2003-10-11 Roger Sayle <roger@eyesopen.com>
4868
4869 * expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call
4870 safe_from_p for us, once it chooses an evaluation order.
4871 (expand_expr <MULT_EXPR>): Likewise.
4872 (expand_expr <MIN_EXPR> <MAX_EXPR>): Likewise. If expand_operands
4873 places the second operand in "target", swap the operands.
4874 (do_store_flag): Let expand_operands call safe_from_p for us.
4875
4876 2003-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
4877
4878 PR optimization/12544
4879 * function.c (put_var_into_stack): Don't generate ADDRESSOFs
4880 for DECL_NONLOCAL decls.
4881
4882 2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
4883
4884 * expr.c: Follow spelling conventions.
4885 * final.c: Likewise.
4886 * optabs.c: Likewise.
4887 * sched-deps.c: Likewise.
4888 * sdbout.c: Likewise.
4889
4890 Sat Oct 11 12:24:23 CEST 2003 Jan Hubicka <jh@suse.cz>
4891
4892 * varasm.c (notice_global_symbol): Fix handling of variables; avoid
4893 re-computing of variable.
4894
4895 2003-10-11 Richard Henderson <rth@redhat.com>
4896
4897 * config/alpha/alpha.c (alpha_return_in_memory): Rename from
4898 return_in_memory, make static, change signature to match target hook.
4899 (alpha_setup_incoming_varargs): Make static, change signature to
4900 match target hook, add code for vms and unicos.
4901 (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
4902 TARGET_PROMOTE_PROTOTYPES, TARGET_STRUCT_VALUE_RTX,
4903 TARGET_RETURN_IN_MEMORY, TARGET_SETUP_INCOMING_VARARGS,
4904 TARGET_STRICT_ARGUMENT_NAMING,
4905 TARGET_PRETEND_OUTGOING_VARARGS_NAMED): New.
4906 * config/alpha/alpha-protos.h: Update.
4907 * config/alpha/alpha.h (PROMOTE_FUNCTION_ARGS,
4908 PROMOTE_FUNCTION_RETURN, RETURN_IN_MEMORY,
4909 SETUP_INCOMING_VARARGS): Remove.
4910 * config/alpha/unicosmk.h (SETUP_INCOMING_VARARGS): Remove.
4911 * config/alpha/vms.h (SETUP_INCOMING_VARARGS): Remove.
4912
4913 2003-10-11 Ian Lance Taylor <ian@wasabisystems.com>
4914
4915 * config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
4916
4917 2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
4918
4919 * config/m68k/lb1sf68.asm: Follow spelling conventions.
4920 * config/m68k/m68k.c: Likewise.
4921 * config/m68k/m68k.h: Likewise.
4922 * config/m68k/m68k.md: Likewise.
4923
4924 2003-10-11 Roger Sayle <roger@eyesopen.com>
4925
4926 * builtins.c (expand_builtin_memcpy): Optimize case when the two
4927 pointer arguments are the equal, non-volatile and side-effect free.
4928 (expand_builtin_mempcpy): Likewise.
4929 (expand_builtin_memmove): Likewise.
4930 (expand_builtin_strcpy): Likewise.
4931 (expand_builtin_memcmp): Likewise.
4932 (expand_builtin_strcmp): Likewise.
4933 (expand_builtin_strncmp): Likewise.
4934
4935 2003-10-11 Roger Sayle <roger@eyesopen.com>
4936
4937 * combine.c (apply_distributive_law): Enable "distributive" floating
4938 point optimizations with -funsafe-math-optimizations.
4939
4940 2003-10-11 Andrew Pinski <pinskia@physics.uc.edu>
4941
4942 * genmodes.c (emit_mode_mask) Change MASK to MODE_MASK.
4943
4944 2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
4945
4946 * config/m68k/m68k-protos.h: Remove the prototype for
4947 finalize_pic.
4948
4949 2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
4950
4951 * config/m68k/m68k.c: Fix comment typos.
4952
4953 2003-10-11 Bernardo Innocenti <bernie@develer.com>
4954
4955 * config/m68k/m68k-protos.h (use_return_insn): Change return type from
4956 int to bool.
4957 * config/m68k/m68k.c (struct m68k_frame): Add funcdef_no member.
4958 (current_frame): New global var.
4959 (m68k_compute_frame_layout): Cache computations in current_frame.
4960 (m68k_initial_elimination_offset): Use values from current_frame
4961 instead of recomputing them.
4962 (use_return_insn): Likewise.
4963 (m68k_output_function_prologue): Likewise.
4964 (m68k_output_function_epilogue): Likewise.
4965 * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Fold __PIC__ handling
4966 inside the block for __pic__.
4967
4968 2003-10-11 Peter Barada <peter@baradas.org>
4969 Bernardo Innocenti <bernie@develer.com>
4970
4971 * config/m68k/m68k.c (m68k_frame): Move before protos referencing it.
4972 (m68k_save_reg): Add boolean parameter `interrupt_handler'.
4973 (m68k_interrupt_function_p): New function.
4974 (m68k_handle_fndecl_attribute): Ditto.
4975 (m68k_compute_frame_layout): Ditto.
4976 (m68k_attribute_table): Define back-end specific attributes.
4977 (m68k_output_function_epilogue): Emit RTE instruction for interrupt
4978 functions.
4979
4980 2003-10-11 Bernardo Innocenti <bernie@develer.com>
4981
4982 * config/m68k/t-uclinux: New target Makefile fragment.
4983 * config/m68k/uclinux.h: New target macro file.
4984 * config.gcc (m68k-*-uclinux): New target definition.
4985
4986 2003-10-10 Roger Sayle <roger@eyesopen.com>
4987
4988 * builtins.c (builtin_mathfn_code): Generalize to check whether
4989 the call is to any built-in function by comparing the call's
4990 argument list against the builtin decl's function type.
4991
4992 2003-10-10 Roger Sayle <roger@eyesopen.com>
4993
4994 * cse.c (constant_pool_entries_regcost): New global variable to
4995 hold the register cost component of constant_pool_entries_cost.
4996 (fold_rtx): Calculate constant_pool_entries_regcost at the same
4997 time as constant_pool_entries_cost.
4998 (cse_insn): Set both src_folded_cost and src_folded_regcost from
4999 constant_pool_entries_cost and constant_pool_entries_regcost.
5000 (cse_main): Initialize constant_pool_entries_regcost to zero.
5001
5002 * optabs.c (expand_unop): Attach a REG_EQUAL note describing
5003 the semantics of the sequence of bit operations used to negate
5004 a floating-point value.
5005 (expand_abs_nojump): Likewise attach a REG_EQUAL note describing
5006 the semantics of the bit operations used to abs a floating point
5007 value.
5008
5009 2003-10-11 Bernardo Innocenti <bernie@develer.com>
5010 Paul Dale <pauli@snapgear.com>
5011
5012 * config/m68k/lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__
5013 support.
5014 * config/m68k/m68k-none.h (ASM_SPEC): Pass --pcrel to assembler on
5015 -fpic, -fPIC, -msep-data and -mid-shared-library.
5016 * config/m68k/m68k.c (m68k_library_id_string): New global variable.
5017 (override_options): Add -msep-data and -mshared-library-id support.
5018 (m68k_output_function_prologue): Generate code to load A5 for
5019 TARGET_ID_SHARED_LIBRARY and TARGET_SEP_DATA.
5020 (m68k_output_mi_thunk): Emit indirect jump on TARGET_ID_SHARED_LIBRARY.
5021 (m68k_output_pic_call): New function.
5022 * gcc/config/m68k/m68k.h (TARGET_SEP_DATA): New target flag.
5023 (TARGET_ID_SHARED_LIBRARY): Ditto.
5024 (TARGET_SWITCHES): Add switches for -mid-shared-library and -msep-data.
5025 * gcc/config/m68k/m68k.md (call): Call m68k_output_pic_call().
5026 (call_value): Likewise.
5027
5028 2003-10-10 Zack Weinberg <zack@codesourcery.com>
5029
5030 * gengenrtl.c (find_formats, genheader): Make i an unsigned
5031 int, remove cast of NUM_RTX_CODE.
5032 * machmode.h: Make the HAVE_MACHINE_MODES #ifdef encompass the
5033 entire file. Remove the #ifs on GET_MODE_MASK etc and
5034 GET_MODE_WIDER_MODE etc.
5035
5036 2003-10-10 Eric Christopher <echristo@redhat.com>
5037
5038 * lcm.c (optimize_mode_switching): Change NORMAL_MODE
5039 to MODE_ENTRY and MODE_EXIT. Add MODE_AFTER for insns
5040 that set mode.
5041 * config/sh/sh.h (MODE_ENTRY): New macro.
5042 (MODE_EXIT): Ditto.
5043 (MODE_AFTER): Ditto.
5044 * config/sh/sh.md: Change for MODE_AFTER. Add
5045 fp_set attribute.
5046 * doc/tm.texi: Document MODE_AFTER, MODE_ENTRY, and MODE_EXIT.
5047
5048 2003-10-10 Zack Weinberg <zack@codesourcery.com>
5049
5050 * genmodes.c, mode-classes.def: New files.
5051 * machmode.def: Rewritten to genmodes.c interface.
5052 * Makefile.in (extra_modes_file): New substitution variable.
5053 (MACHMODE_H): No longer includes machmode.def or
5054 @extra_modes_file@; instead, mode-classes.def and insn-modes.h.
5055 (BUILD_RTL): Add $(BUILD_PREFIX)insn-modes.o.
5056 (OBJS-common): Add insn-modes.o.
5057 (STAGESTUFF): Add insn-modes.c, insn-modes.h, s-modes, and
5058 genmodes$(build_exeext).
5059 (insn-modes.o, insn-modes.c, insn-modes.h, s-modes, genmodes.o,
5060 genmodes$(build_exeext), $(BUILD_PREFIX_1)insn-modes.o): New targets.
5061 (s-genrtl): Don't depend on $(RTL_BASE_H).
5062 (gengenrtl.o): Don't depend on coretypes.h, $(GTM_H), real.h,
5063 or $(RTL_BASE_H); just rtl.def.
5064 * gengenrtl.c: Don't include coretypes.h, tm.h, rtl.h, or
5065 real.h. Give fake definition of CONST_DOUBLE_FORMAT and
5066 substitute definition of NUM_RTX_CODE. Add casts to avoid
5067 warnings.
5068 * machmode.h: Include insn-modes.h, not machmode.def. Include
5069 mode-classes.def to define enum mode_class. Tweak definitions
5070 of GET_MODE_CLASS, GET_MODE_SIZE, GET_MODE_BITSIZE, GET_MODE_MASK,
5071 GET_MODE_INNER, GET_MODE_WIDER_MODE, GET_CLASS_NARROWEST_MODE.
5072 (inner_mode_array): Renamed mode_inner.
5073 (mode_base_align): New.
5074 * rtl.c (mode_name, mode_class, mode_bitsize, mode_size,
5075 mode_unit_size, mode_wider_mode, mode_mask_array,
5076 inner_mode_array, class_narrowest_mode): Delete definitions.
5077 * stor-layout.c (get_mode_alignment): Use mode_base_align.
5078 * real.h: Use MIN_MODE_FLOAT and MAX_MODE_FLOAT, not QFmode
5079 and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.
5080
5081 * config/ip2k/ip2k.h, config/iq2000/iq2000.h:
5082 No need to define BITS_PER_UNIT.
5083
5084 2003-10-10 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5085
5086 * config/ia64/ia64.c (ia64_vms_init_libfuncs): New function.
5087 (ia64_output_function_prologue): Only write .prologue if --with-gnu-as.
5088 (ia64_initialize_trampoline): If not using GAS, declare trampoline
5089 as global.
5090 * config/ia64/ia64.h (ASM_APP_ON, ASM_APP_OFF): Add vers for not GAS.
5091 (ASM_OUTPUT_DEBUG_LABEL): Likewise.
5092
5093 * stor-layout.c (compute_record_mode): Don't force BLKmode if
5094 field is zero-length BLKmode.
5095 * expr.c (expand_expr, case COMPONENT_REF): Handle case of BLKmode
5096 zero-size references.
5097
5098 * combine.c (distribute_links): Properly test for REG being set.
5099
5100 * config/alpha/alpha.c (alpha_expand_block_mode): Don't use
5101 gen_lowpart and company except for REG.
5102
5103 2003-10-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5104
5105 * pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
5106
5107 2003-10-10 Nathanael Nerode <neroden@gcc.gnu.org>
5108
5109 * config.gcc (mips*-*-netbsd*): Remove content-free line.
5110
5111 2003-10-10 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
5112
5113 * gcov-io.h: Check BITS_PER_UNIT when defining gcov_unsigned_t,
5114 gcov_position_t and gcov_type.
5115
5116 2003-10-09 Kaz Kojima <kkojima@gcc.gnu.org>
5117
5118 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
5119 * configure: Regenerate.
5120
5121 2003-10-09 Kazu Hirata <kazu@cs.umass.edu>
5122
5123 * config/h8300/h8300.md (define_asm_attributes): Specify
5124 the length of an asm insn more precisely.
5125
5126 2003-10-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5127
5128 * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
5129
5130 2003-10-09 Bob Wilson <bob.wilson@acm.org>
5131
5132 * config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
5133 FP register number to 48 and MAC16 accumulator to 0x210.
5134
5135 2003-10-09 Nathanael Nerode <neroden@gcc.gnu.org>
5136
5137 * config.gcc: Remove redundant thread_file setting clauses for
5138 various *-*-linux* targets.
5139
5140 2003-10-09 Kazu Hirata <kazu@cs.umass.edu>
5141
5142 * config/h8300/h8300.md (define_asm_attributes): New.
5143
5144 2003-10-09 Roger Sayle <roger@eyesopen.com>
5145
5146 * optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
5147 to the comparison, as emit_libcall_block calls copy_rtx on equiv.
5148
5149 2003-10-09 Dorit Naishlos <dorit@il.ibm.com>
5150
5151 * haifa-sched.c (ok_for_early_schedule): New function.
5152 (early_queue_to_ready): New function.
5153 (schedule_block): Allow early removal of insns from Q.
5154 (schedule_insn): Update INSN_TICK in case of premature
5155 issue.
5156 * common.opt (sched_stalled_insns): New flag.
5157 (sched_stalled_insns_dep): New flag.
5158 * flags.h: Same above flags.
5159 * opts.c: Same as above.
5160 * toplev.c: Same as above.
5161 * target.h (targetm.sched.is_costly_dependence): New
5162 hook.
5163 * target-def.h: Same as above.
5164 * config/rs6000/rs6000.h: (rs6000_sched_costly_dep):
5165 Support new flag -msched-costly-dep.
5166 (DEFAULT_SCHED_COSTLY_DEP): Define.
5167 * config/rs6000/rs6000.c:
5168 (rs6000_is_costly_dependence): New function.
5169 (is_load_insn, is_store_insn): New functions.
5170 (is_load_insn1, is_store_insn1, is_mem_ref): New
5171 functions.
5172 * doc/invoke.texi (-fsched-stalled-insns-dep)
5173 (-fsched-stalled-insns, -msched-costly-dep): Document
5174 options.
5175 * doc/tm.texi (is_costly_dependence): Define new
5176 scheduler target hook.
5177
5178 2003-10-09 Jason Merrill <jason@redhat.com>
5179
5180 PR c++/6392
5181 * c-common.c (c_build_qualified_type): Look through arrays first.
5182 (c_apply_type_quals_to_decl): Look through arrays.
5183
5184 * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
5185 types with constructors.
5186
5187 * coverage.c (build_ctr_info_value): Use build_decl to make a
5188 VAR_DECL.
5189 (create_coverage): Likewise.
5190
5191 * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
5192 here.
5193 (expand_asm_operands): Not here.
5194 (parse_input_constraint): No longer static.
5195 * tree.h: Declare it.
5196
5197 2003-10-08 Kaz Kojima <kkojima@gcc.gnu.org>
5198
5199 * config/sh/t-linux (SHLIB_LINK): Override to use a linker script
5200 libgcc_s.so.
5201 (SHLIB_INSTALL): Likewise.
5202
5203 2003-10-08 Nathanael Nerode <neroden@gcc.gnu.org>
5204
5205 * doc/install.texi: Remove reference to removed 'pthreads' thread
5206 option.
5207
5208 2003-10-08 Aldy Hernandez <aldyh@redhat.com>
5209
5210 * config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
5211 operand 2.
5212
5213 2003-10-08 Nathanael Nerode <neroden@gcc.gnu.org>
5214
5215 * config.gcc: Don't accept --enable-threads=pthreads. Clean
5216 up related case statements.
5217 * configure.in: Don't accept --enable-threads=pthreads,
5218 decosf1, mach, or os2 (none of which work anyway). Alphabetize
5219 supported thread files in case clause.
5220 * configure: Regenerate.
5221
5222 2003-10-08 Geoffrey Keating <geoffk@apple.com>
5223
5224 * function.c (pad_to_arg_alignment): Move 'boundary_in_bytes'
5225 definition to above SPARC_STACK_BOUNDARY_HACK.
5226
5227 2003-10-08 Jason Merrill <jason@redhat.com>
5228
5229 * c-pretty-print.c (pp_c_postfix_expression)
5230 <COMPOUND_LITERAL_EXPR>: Fix thinko.
5231
5232 2003-10-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5233
5234 * mklibgcc.in: Don't hide undefined or typeless symbols.
5235
5236 2003-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5237
5238 PR optimization/12142
5239 * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
5240 uses of the register in the SET_SRC. Remove unnecessary argument.
5241 * pa.c (legitimize_pic_address): Before reload, use a scratch register
5242 for the intermediate result in loading the address of a SYMBOL_REF.
5243 Set the MEM_NOTRAP_P flag for the MEM. Add a REG_EQUAL to the insn
5244 which loads the SYMBOL_REF address.
5245
5246 2003-10-08 Timo Kokkonen <tjko@iki.fi>
5247 Eric Botcazou <ebotcazou@libertysurf.fr>
5248
5249 PR bootstrap/12490
5250 * scan-decls.c (MAX_EXTERN_C_BRACES): New preprocessor constant
5251 to define the size of the extern_C_braces array. Set it to 200.
5252 (scan_decls): Abort when extern_C_braces_length is out-of-bounds.
5253
5254 2003-10-08 Carlo Wood <carlo@alinoe.com>
5255
5256 * Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
5257 a space after the -o option. flex 2.5.31 understands both, with
5258 and without the space. Removed that space.
5259
5260 2003-10-08 Richard Sandiford <rsandifo@redhat.com>
5261
5262 * config/mips/mips.c (mips_frame_info): Add cprestore_size field.
5263 (compute_frame_size): Initialize it. Remove the .cprestore slot
5264 from args_size.
5265 (mips_output_function_prologue): Simplify accordingly.
5266 (mips_debugger_offset): Change the mips16 frame pointer offset from
5267 current_function_outgoing_args to cfun->machine->frame.args_size.
5268 (mips_initial_elimination_offset): Likewise.
5269 (mips_expand_prologue): Likewise.
5270 (mips_expand_epilogue): Likewise.
5271
5272 2003-10-08 Richard Sandiford <rsandifo@redhat.com>
5273
5274 * config/mips/mips.h (EXTRA_CONSTRAINT): Add 'W' constraint.
5275 (EXTRA_MEMORY_CONSTRAINT): Define.
5276 (CAN_ELIMINATE): Remove lwu workaround.
5277 * config/mips/mips.md (*zero_extendsidi2_mem): Enable for mips16 too.
5278 Use a 'W' constraint for the source operand.
5279
5280 2003-10-08 Kazu Hirata <kazu@cs.umass.edu>
5281
5282 * genopinit.c (main): Output code to declare undefined
5283 variables.
5284
5285 2003-10-07 Kelley Cook <kcook@gcc.gnu.org>
5286
5287 * gengtype-lex.l: Remove -Wtraditional cruft.
5288 * Makefile.in (gengtype-lex.c): Likewise.
5289
5290 2003-10-07 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5291
5292 * cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly.
5293
5294 2003-10-07 Jason Merrill <jason@redhat.com>
5295
5296 PR c++/12519
5297 * c-semantics.c (genrtl_cleanup_stmt): Ignore the CLEANUP_DECL if
5298 it isn't a decl.
5299
5300 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
5301
5302 * gcc.c (cpp_options): Only pass -fworking-directory for -g* if
5303 not overridden.
5304 Fixes PR bootstrap/12173.
5305
5306 2003-10-07 Zack Weinberg <zack@codesourcery.com>
5307
5308 * errors.c: Don't include coretypes.h or tm.h.
5309 (trim_filename): Use IS_DIR_SEPARATOR.
5310 * Makefile.in: Update dependencies of errors.o and
5311 $(BUILD_PREFIX_1)errors.o.
5312
5313 2003-10-07 Geoffrey Keating <geoffk@apple.com>
5314
5315 * function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into
5316 account when aligning arguments.
5317 * calls.c (STACK_POINTER_OFFSET): Move default from here ...
5318 * defaults.h (STACK_POINTER_OFFSET): ... to here.
5319 * config/sparc/sparc.h (STACK_BOUNDARY): Add comment about how
5320 it's wrong when TARGET_ARCH64 && TARGET_STACK_BIAS.
5321 (SPARC_STACK_BOUNDARY_HACK): Define.
5322 * config/rs6000/rs6000.c (function_arg): On non-SVR4 systems,
5323 arrange for vector parameters to varargs functions to be passed
5324 in both memory and GPRs when appropriate.
5325 (rs6000_va_arg): Vector arguments passed in memory are 16-byte
5326 aligned.
5327
5328 * hooks.c (hook_bool_tree_true): New.
5329 (hook_rtx_tree_int_null): New.
5330 (hook_rtx_rtx_null): Use NULL, not 0.
5331 * hooks.h: Add 'extern' to everything.
5332 (hook_bool_tree_true): New.
5333 (hook_rtx_tree_int_null): New.
5334 * targhooks.c (hook_bool_CUMULATIVE_ARGS_true): New.
5335 * targhooks.h (hook_bool_CUMULATIVE_ARGS_true): New.
5336 * config/rs6000/rs6000-protos.h (setup_incoming_varargs): Remove
5337 prototype.
5338 * config/rs6000/rs6000.c (rs6000_return_in_memory): New.
5339 (setup_incoming_varargs): Prototype.
5340 (TARGET_PROMOTE_FUNCTION_ARGS): Define.
5341 (TARGET_PROMOTE_FUNCTION_RETURN): Define.
5342 (TARGET_STRUCT_VALUE_RTX): Define.
5343 (TARGET_RETURN_IN_MEMORY): Define.
5344 (TARGET_SETUP_INCOMING_VARARGS): Define.
5345 (TARGET_STRICT_ARGUMENT_NAMING): Define.
5346 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Define.
5347 (init_cumulative_args): Use rs6000_return_in_memory.
5348 (setup_incoming_varargs): Make 'static'.
5349 * config/rs6000/rs6000.h (PROMOTE_FUNCTION_ARGS): Delete.
5350 (PROMOTE_FUNCTION_RETURN): Delete.
5351 (STRUCT_VALUE): Delete.
5352 (RETURN_IN_MEMORY): Delete.
5353 (SETUP_INCOMING_VARARGS): Delete.
5354
5355 2003-10-07 Gerald Pfeifer <gerald@pfeifer.com>
5356
5357 * doc/invoke.texi (Warning Options): Simplify and clarify the
5358 descriptions of -Wnonnull and -Winit-self.
5359
5360 2003-10-07 Richard Earnshaw <rearnsha@arm.com>
5361
5362 * optabs.c (init_intraclass_conv_libfuncs): Fix order of array
5363 indicees for floating-point conversersion libcalls.
5364
5365 2003-10-07 Nathanael Nerode <neroden@gcc.gnu.org>
5366
5367 * Makefile.in: Add more comments separating large conceptually
5368 separate sections.
5369
5370 * configure.in: Clean up thread file logic.
5371 * configure: Regenerate.
5372
5373 2003-10-07 Danny Smith <dannysmith@users.sourceforge.net>
5374
5375 * config/i386/cygming.h (READONLY_DATA_SECTION_ASM_OP): Define.
5376 (switch_to_section): Handle in_readonly_data.
5377 * config/i386/winnt.c (i386_pe_asm_named_section): Handle
5378 readonly data.
5379
5380 2003-10-07 Richard Earnshaw <rearnsha@arm.com>
5381
5382 * arm.md (cmpsi2_addneg): New ARM pattern. Add peephole2 to generate
5383 it.
5384 (cbranchne_decr1): New Thumb pattern.
5385 * arm.c (arm_addimm_operand): New insn predicate.
5386 * arm-protos.h: Add a prototype for it.
5387 * arm.h (PREDICATE_CODES): Add it.
5388
5389 2003-10-07 Dorit Naishlos <dorit@il.ibm.com>
5390
5391 * sched-int.h (sched_info): New field
5392 sched_max_insns_priority.
5393 * sched-rgn.c (init_ready_list): Add invocations to
5394 targetm.sched.adjust_priority.
5395 (sched_max_insns_priority): Init new field.
5396 * sched-ebb.c (sched_max_insns_priority): Init new field.
5397 * haifa-sched.c (set_priorities): Set
5398 sched_info->sched_max_insns_priority.
5399 * config/rs6000/rs6000.h:
5400 (rs6000_sched_restricted_insns_priority_str): Support new
5401 flag -mprioritize-restricted-insns.
5402 (DEFAULT_RESTRICTED_INSNS_PRIORITY): Define.
5403 * config/rs6000/rs6000.c (is_dispatch_slot_restricted): New
5404 function.
5405 (rs6000_adjust_priority): Change priority of restricted
5406 insns, using above new function and new flag.
5407 * doc/invoke.texi (-mprioritize-restricted-insns): Document
5408 new option.
5409
5410 2003-10-07 Zack Weinberg <zack@codesourcery.com>
5411
5412 * expr.c (cmpstr_optab, cmpmem_optab): New.
5413 * genopinit.c: Initialize them.
5414 * optabs.h: Declare them.
5415 * optabs.c (init_optabs): Clear them.
5416 (prepare_cmp_insn): Use cmpstr_optab and cmpmem_optab to find
5417 block memory compare insns, not conditional chains. Restructure
5418 the fallback generation of a call to memcmp/bcmp for better
5419 readability.
5420
5421 2003-10-07 Richard Sandiford <rsandifo@redhat.com>
5422
5423 * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): New macro.
5424 (mips_save_restore_fn): New typedef.
5425 (mips_add_large_offset_to_sp, mips_emit_frame_related_store): Remove.
5426 (mips_set_frame_expr, mips_frame_set): Move above prologue code.
5427 (save_restore_insns): Remove, replacing with...
5428 (mips_save_restore_reg, mips_for_each_saved_reg): ...these new fns.
5429 (mips_save_reg, mips_restore_reg): New function.
5430 (mips_expand_prologue, mips_expand_epilogue): Rework.
5431 * config/mips/mips.h (MIPS_TEMP1_REGNUM, MIPS_TEMP2_REGNUM): Remove.
5432 (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): New macros.
5433 (MIPS_PROLOGUE_TEMP, MIPS_EPILOGUE_TEMP): New macros.
5434
5435 2003-10-07 Richard Sandiford <rsandifo@redhat.com>
5436
5437 * config/mips/mips.c (mips_expand_prologue): Remove unused
5438 traversal of function arguments.
5439
5440 2003-10-07 Richard Sandiford <rsandifo@redhat.com>
5441
5442 * doc/invoke.texi: Remove documentation of -mentry.
5443 * config/mips/mips.c (mips_entry_string, mips_entry): Remove.
5444 (override_options, mips_save_reg_p): Remove handling.
5445 (compute_frame_size, mips_output_function_prologue): Likewise.
5446 (mips_expand_prologue, mips_expand_epilogue): Likewise.
5447 * config/mips/mips.h (mips_entry_string): Remove declaration.
5448 (TARGET_OPTIONS): Remove -mentry.
5449 * config/mips/mips16.S: Remove mention of -mentry.
5450
5451 2003-10-06 Zack Weinberg <zack@codesourcery.com>
5452
5453 * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)
5454 (LTI_extenddfxf2, LTI_extenddftf2, LTI_truncdfsf2, LTI_truncxfsf2)
5455 (LTI_trunctfsf2, LTI_truncxfdf2, LTI_trunctfdf2, LTI_floatsisf)
5456 (LTI_floatdisf, LTI_floattisf, LTI_floatsidf, LTI_floatdidf)
5457 (LTI_floattidf, LTI_floatsixf, LTI_floatdixf, LTI_floattixf)
5458 (LTI_floatsitf, LTI_floatditf, LTI_floattitf, LTI_fixsfsi, LTI_fixsfdi)
5459 (LTI_fixsfti, LTI_fixdfsi, LTI_fixdfdi, LTI_fixdfti, LTI_fixxfsi)
5460 (LTI_fixxfdi, LTI_fixxfti, LTI_fixtfsi, LTI_fixtfdi, LTI_fixtfti)
5461 (LTI_fixunssfsi, LTI_fixunssfdi, LTI_fixunssfti, LTI_fixunsdfsi)
5462 (LTI_fixunsdfdi, LTI_fixunsdfti, LTI_fixunsxfsi, LTI_fixunsxfdi)
5463 (LTI_fixunsxfti, LTI_fixunstfsi, LTI_fixunstfdi, LTI_fixunstfti)
5464 (extendsfdf2_libfunc, extendsfxf2_libfunc, extendsftf2_libfunc)
5465 (extenddfxf2_libfunc, extenddftf2_libfunc, truncdfsf2_libfunc)
5466 (truncxfsf2_libfunc, trunctfsf2_libfunc, truncxfdf2_libfunc)
5467 (trunctfdf2_libfunc, floatsisf_libfunc, floatdisf_libfunc)
5468 (floattisf_libfunc, floatsidf_libfunc, floatdidf_libfunc)
5469 (floattidf_libfunc, floatsixf_libfunc, floatdixf_libfunc)
5470 (floattixf_libfunc, floatsitf_libfunc, floatditf_libfunc)
5471 (floattitf_libfunc, fixsfsi_libfunc, fixsfdi_libfunc, fixsfti_libfunc)
5472 (fixdfsi_libfunc, fixdfdi_libfunc, fixdfti_libfunc, fixxfsi_libfunc)
5473 (fixxfdi_libfunc, fixxfti_libfunc, fixtfsi_libfunc, fixtfdi_libfunc)
5474 (fixtfti_libfunc, fixunssfsi_libfunc, fixunssfdi_libfunc)
5475 (fixunssfti_libfunc, fixunsdfsi_libfunc, fixunsdfdi_libfunc)
5476 (fixunsdfti_libfunc, fixunsxfsi_libfunc, fixunsxfdi_libfunc)
5477 (fixunsxfti_libfunc, fixunstfsi_libfunc, fixunstfdi_libfunc)
5478 (fixunstfti_libfunc): Delete.
5479 * optabs.h (struct optab_handlers): Break out of struct optab.
5480 (struct convert_optab, convert_optab, enum convert_optab_index,
5481 convert_optab_table, sext_optab, zext_optab, trunc_optab,
5482 sfix_optab, ufix_optab, sfixtrunc_optab, ufixtrunc_optab,
5483 sfloat_optab, ufloat_optab): New.
5484 (set_conv_libfunc): Prototype.
5485 (GEN_FCN): Use C90 indirect call syntax, remove unnecessary cast.
5486 (trunc_optab): Renamed btrunc_optab.
5487 * builtins.c (expand_builtin_mathfn): Update to match.
5488 * optabs.c (extendtab, fixtab, fixtrunctab, floattab): Delete.
5489 (convert_optab_table, new_convert_optab, init_convert_optab)
5490 (init_interclass_conv_libfuncs, init_intraclass_conv_libfuncs)
5491 (set_conv_libfunc): New.
5492 (can_extend_p, gen_extend_insn, can_fix_p, can_float_p)
5493 (expand_float, expand_fix): Use new conversion optabs,
5494 not old insn code tables or long chains of ifs.
5495 (init_optabs): No need to clear old insn code tables.
5496 Initialize the new optabs, not the old libfunc array entries.
5497 Don't handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
5498 * genopinit.c: Initialize conversion optabs, not the
5499 former insn code tables. Remove unnecessary casts.
5500 Handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
5501 * expr.c (convert_move): Remove redundant check that
5502 to_real==from_real. Use the conversion optabs instead
5503 of long chains of tests of modes. Move partial-integer-mode
5504 interconversion above all integer conversion. Do not recurse
5505 on a value forced into a register in the original mode.
5506
5507 * config/gofast.h, config/frv/frv.c, config/ia64/ia64.c
5508 * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
5509 * config/sparc/sparc.c: Use set_conv_libfunc to adjust entries
5510 in new conversion optabs; do not reference the old libfunc
5511 array entries. No need to include libfuncs.h.
5512
5513 2003-10-06 Roger Sayle <roger@eyesopen.com>
5514
5515 * config/i386/i386.c (ix86_expand_setcc): Annotate the floating
5516 point comparison sequence with a REG_EQUAL note that describes
5517 the comparison's semantics.
5518
5519 2003-10-06 Roger Sayle <roger@eyesopen.com>
5520
5521 * expr.c (expand_expr <COND_EXPR>): Handle the void type semantics
5522 of COND_EXPR when expanding the "A op 0 ? FOO : A" optimizations.
5523
5524 2003-10-06 Roger Sayle <roger@eyesopen.com>
5525 Zack Weinberg <zack@codesourcery.com>
5526
5527 * optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL
5528 instruction by using LCT_CONST and then calling emit_libcall_block
5529 ourselves.
5530
5531 2003-10-06 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
5532
5533 PR optimization/11974
5534 * optabs.c (expand_unop): Promote libcall outmode according to
5535 hard_libcall_value.
5536
5537 2003-10-06 Zack Weinberg <zack@codesourcery.com>
5538
5539 * real.h (REAL_MODE_FORMAT): New macro.
5540 * c-cppbuiltin.c, optabs.c, real.c, config/alpha/alpha.c
5541 * config/c4x/c4x.c, config/i370/i370.c, config/i386/freebsd.h
5542 * config/i386/i386.c, config/i960/i960.c, config/ia64/ia64.c
5543 * config/m68k/m68k.c, config/mips/mips.c, config/rs6000/rs6000.c
5544 * config/vax/vax.c: Use REAL_MODE_FORMAT instead of referring
5545 directly to real_format_for_mode array, wherever possible.
5546
5547 2003-10-06 Devang Patel <dpatel@apple.com>
5548
5549 * dwarf2out.c (is_main_source): Remove variable.
5550 (dwarf2out_start_source_file): Do not check is_main_source.
5551 Do not reset is_main_source.
5552 (dwarf2out_init): Do not initialize is_main_source.
5553
5554 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5555
5556 * fixinc/inclhack.def (stdio_va_list): Removed _ap fix.
5557 (irix_stdio_va_list): Don't require leading printf, IRIX 6.5.21
5558 introduced some multi-line prototypes.
5559 * fixinc/fixincl.x: Regenerate.
5560
5561 2003-10-06 Richard Sandiford <rsandifo@redhat.com>
5562
5563 * config/mips/mips.h (PREDICATE_CODES): Add stack_operand.
5564 * config/mips/mips.c (stack_operand): New predicate.
5565 * config/mips/mips.md: Use it for the destination of mips16 insns
5566 that store $31.
5567
5568 2003-10-06 Richard Sandiford <rsandifo@redhat.com>
5569
5570 * config/mips/mips.md (*lowsi): Renamed from lowsi.
5571 (*lowdi): Likewise lowdi.
5572 (*lowsi_mips16, *lowdi_mips16): New patterns.
5573 * config/mips/mips.c (mips_const_insns, mips_output_move): Remove
5574 mips16 CONSTANT_RELOC handling.
5575 (mips_delegitimize_address): Adjust for new sdata representation.
5576
5577 2003-10-06 Richard Sandiford <rsandifo@redhat.com>
5578
5579 * config/mips/mips.c (mips_arg_info): If MUST_PASS_IN_STACK,
5580 skip any remaining register arguments.
5581
5582 2003-10-06 Ulrich Weigand <uweigand@de.ibm.com>
5583
5584 * reload.c (find_reloads_subreg_address): Use correct offset for
5585 paradoxical MEM subregs on big-endian targets.
5586
5587 2003-10-06 Andrew Haley <aph@redhat.com>
5588
5589 * tree.c (get_callee_fndecl): Call
5590 lang_hooks.lang_get_callee_fndecl.
5591 * langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): New.
5592 (lhd_get_callee_fndecl): New.
5593
5594 2003-10-06 Andrew Pinski <apinski@apple.com>
5595
5596 * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
5597 error in calculating the length of the string.
5598 (machopic_stub_name): Likewise.
5599
5600 2003-10-06 Roger Sayle <roger@eyesopen.com>
5601
5602 * optabs.c (prepare_float_lib_cmp): Attach a REG_EQUAL note
5603 describing the return value of the comparison libcall to the
5604 REG_RETVAL instruction of the emitted sequence.
5605
5606 2003-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5607
5608 PR optimization/12215
5609 * cse.c (cse_set_around_loop): Emit the move at the beginning
5610 of the next basic block for trapping sets.
5611
5612 2003-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5613
5614 PR optimization/11637
5615 * combine.c (adjust_for_new_dest): New function to adjust the
5616 notes and LOG_LINKS when the dest of an insn has changed.
5617 (try_combine): Use it when deleting the first insn of a two-insn
5618 parallel or splitting a two-load parallel.
5619
5620 2003-10-06 Richard Sandiford <rsandifo@redhat.com>
5621
5622 * config/mips/mips.c (mips_classify_constant): Only allow UNSPECs
5623 if TARGET_EXPLICIT_RELOCS.
5624
5625 2003-10-06 Mark Mitchell <mark@codesourcery.com>
5626
5627 PR bootstrap/12512
5628 * Makefile.in (info): Use double-colon rules.
5629 (dvi): Likewise.
5630 (generated-manpages): Likewise.
5631 * configure.in: Do not create lang.info, lang.dvi, or
5632 lang.generated-manpages hooks.
5633 * configure: Regenerated.
5634 * objc/Make-lang.in (objc.info): Remove.
5635 (objc.dvi): Remove.
5636 (objc.generated-manpages): Remove.
5637 * doc/sourcebuild.texi: Update description of info, dvi, and
5638 generated-manpages hooks.
5639
5640 2003-10-06 Richard Sandiford <rsandifo@redhat.com>
5641
5642 * config/mips/mips.md: Merge mips16 lw/srl pattern with its splitter.
5643
5644 2003-10-05 Andrew Pinski <apinski@apple.com>
5645
5646 * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
5647 errors in memcpy destinations.
5648 (machopic_stub_name): Likewise.
5649
5650 2003-10-05 Andrew Pinski <apinski@apple.com>
5651
5652 * config/darwin.c (machopic_non_lazy_ptr_name):
5653 Change strcat to memcpy and add length together.
5654 (machopic_stub_name): Likewise.
5655
5656 2003-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5657
5658 * config/sh/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Handle new
5659 signal trampoline codes.
5660
5661 2003-10-05 Chris Demetriou <cgd@broadcom.com>
5662
5663 * config/mips/mips.md (*divsf3): Move description of
5664 SB-1 F2 erratum from here to...
5665 (divsf3): Here. Disable if TARGET_FIX_SB1 is set and
5666 flag_unsafe_math_optimizations is not.
5667
5668 2003-10-05 Aldy Hernandez <aldyh@redhat.com>
5669
5670 * config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
5671 TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
5672
5673 2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
5674
5675 * c-pretty-print.c: Fix comment typos.
5676 * c-pretty-print.h: Likewise.
5677 * calls.c: Likewise.
5678 * cfgloopmanip.c: Likewise.
5679 * cgraphunit.c: Likewise.
5680 * cppfiles.c: Likewise.
5681 * final.c: Likewise.
5682 * function.c: Likewise.
5683 * gcov-io.h: Likewise.
5684 * gcse.c: Likewise.
5685 * genoutput.c: Likewise.
5686 * loop.c: Likewise.
5687 * postreload.c: Likewise.
5688 * reg-stack.c: Likewise.
5689 * regmove.c: Likewise.
5690 * sched-int.h: Likewise.
5691 * sched-rgn.c: Likewise.
5692 * simplify-rtx.c: Likewise.
5693 * tree-inline.c: Likewise.
5694 * config/m68hc11/m68hc11.h: Likewise.
5695 * config/mmix/mmix.c: Likewise.
5696 * config/mn10300/mn10300.md: Likewise.
5697 * config/sh/sh.h: Likewise.
5698
5699 2003-10-05 Richard Henderson <rth@redhat.com>
5700
5701 * tree-inline.c (remap_type): New.
5702 (remap_decl): Use it. Remap DECL_SIZE*.
5703 (copy_body_r): Use it.
5704 (walk_tree): Walk TREE_TYPE too.
5705 (copy_tree_r): Don't walk subtrees of types.
5706 * tree.c (variably_modified_type_p): Restructure. Consider integer
5707 types with non-const bounds variably modified.
5708
5709 2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
5710
5711 * doc/invoke.texi: Fix typos.
5712
5713 2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
5714
5715 * fold-const.c: Follow spelling conventions.
5716 * function.c: Likewise.
5717 * config/c4x/c4x.h: Likewise.
5718 * config/c4x/c4x.md: Likewise.
5719 * config/frv/frv.md: Likewise.
5720 * config/rs6000/aix.h: Likewise.
5721 * config/rs6000/linux64.h: Likewise.
5722 * config/xtensa/xtensa.c: Likewise.
5723
5724 2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
5725
5726 * c-pretty-print.c: Fix comment formatting.
5727 * cfglayout.c: Likewise.
5728 * cfgloopanal.c: Likewise.
5729 * cppcharset.c: Likewise.
5730 * dbxout.c: Likewise.
5731 * ggc-page.c: Likewise.
5732 * ggc.h: Likewise.
5733 * target.h: Likewise.
5734
5735 2003-10-04 Kelley Cook <kelleycook@wideopenwest.com>
5736
5737 * gengtype-lex.l: Recognize typedef of functions without PARAMS macro.
5738
5739 2003-10-04 Nathanael Nerode <neroden@gcc.gnu.org>
5740
5741 * config/v850/v850-c.c, config/v850/v850-protos.h, config/v850/v850.c:
5742 Convert to ISO C90 function declarations and definitions.
5743
5744 2003-10-04 Zack Weinberg <zack@codesourcery.com>
5745
5746 * libfuncs.h
5747 (LTI_eqhf2, LTI_nehf2, LTI_gthf2, LTI_gehf2, LTI_lthf2)
5748 (LTI_lehf2, LTI_unordhf2, LTI_eqsf2, LTI_nesf2, LTI_gtsf2)
5749 (LTI_gesf2, LTI_ltsf2, LTI_lesf2, LTI_unordsf2, LTI_eqdf2)
5750 (LTI_nedf2, LTI_gtdf2, LTI_gedf2, LTI_ltdf2, LTI_ledf2)
5751 (LTI_unorddf2, LTI_eqxf2, LTI_nexf2, LTI_gtxf2, LTI_gexf2)
5752 (LTI_ltxf2, LTI_lexf2, LTI_unordxf2, LTI_eqtf2, LTI_netf2)
5753 (LTI_gttf2, LTI_getf2, LTI_lttf2, LTI_letf2, LTI_unordtf2)
5754 (eqhf2_libfunc, nehf2_libfunc, gthf2_libfunc, gehf2_libfunc)
5755 (lthf2_libfunc, lehf2_libfunc, unordhf2_libfunc, eqsf2_libfunc)
5756 (nesf2_libfunc, gtsf2_libfunc, gesf2_libfunc, ltsf2_libfunc)
5757 (lesf2_libfunc, unordsf2_libfunc eqdf2_libfunc, nedf2_libfunc)
5758 (gtdf2_libfunc, gedf2_libfunc, ltdf2_libfunc, ledf2_libfunc)
5759 (unorddf2_libfunc eqxf2_libfunc, nexf2_libfunc, gtxf2_libfunc)
5760 (gexf2_libfunc, ltxf2_libfunc, lexf2_libfunc, unordxf2_libfunc
5761 (eqtf2_libfunc, netf2_libfunc, gttf2_libfunc, getf2_libfunc)
5762 (lttf2_libfunc, letf2_libfunc, unordtf2_libfunc):
5763 Delete.
5764 * optabs.h (OTI_eq, OTI_ne, OTI_gt, OTI_ge, OTI_lt, OTI_le)
5765 (OTI_unord, eq_optab, ne_optab, gt_optab, ge_optab, lt_optab)
5766 (le_optab, unord_optab): New.
5767
5768 * optabs.c (prepare_float_lib_cmp): Rewrite. Get the libfuncs
5769 from the code_to_optab table, not a giant switch; use
5770 swap_condition; do widening only if a comparison function that
5771 we can call exists in a wider mode, not if a cmp_optab insn or
5772 libfunc exists in a wider mode; call protect_from_queue
5773 exactly once on each operand.
5774 (init_optabs): Initialize the new optabs, not the deleted libfuncs.
5775
5776 * config/gofast.h, config/ia64/ia64.c, config/mips/mips.c
5777 * config/pa/pa.c, config/rs6000/rs6000.c, config/sparc/sparc.c:
5778 Set floating point comparison libfuncs using set_optab_libfunc
5779 on the appropriate optab.
5780
5781 * config/ia64/ia64.c (ia64_hpux_init_libfuncs): Fix typo.
5782 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Correct ABI
5783 selector conditionals.
5784
5785 2003-10-04 Stephane Carrez <stcarrez@nerim.fr>
5786
5787 * config/m68hc11/t-m68hc11-gas (MULTILIB_MATCHES): m68hcs12 is
5788 identical to m68hc12 as far as libraries are concerned.
5789
5790 2003-10-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5791
5792 PR c/12446
5793 * c-typeck.c (convert_for_assignment): Issue an error for
5794 array to pointer assignment after default conversion.
5795 (digest_init): Likewise.
5796
5797 2003-10-04 Fariborz Jahanian <fjahanian@apple.com>
5798
5799 * c-decl.c (duplicate_decls): retain DECL_COMMON of old declaration
5800
5801 2003-10-03 Gerald Pfeifer <gerald@pfeifer.com>
5802
5803 * doc/extend.texi (Function Attributes): Fix title of GNU C
5804 Preprocessor manual.
5805 (C++ Extensions): Fix reference to "Predefined Macros" in the
5806 GNU C Preprocessor manual.
5807
5808 2003-10-04 Richard Earnshaw <reanrsha@arm.com>
5809
5810 * doc/extend.texi: Document how GCC estimates and relies on the size
5811 of an asm.
5812
5813 2003-10-04 Richard Sandiford <rsandifo@redhat.com>
5814
5815 * config/mips/mips.c (mips_pad_arg_upward): Pad floating-point
5816 arguments downward for big-endian o64.
5817
5818 2003-10-03 Robert Bowdidge <bowdidge@apple.com>
5819
5820 * ggc-page.c (ggc_pch_write_object): Replace fseek() with fwrite() in
5821 PCH generation, avoiding too-frequent flushes when writing to NFS
5822 file system.
5823
5824 2003-10-03 Ziemowit Laski <zlaski@apple.com>
5825
5826 * objc/objc-act.c (lookup_category): Mark as 'inline'.
5827
5828 2003-10-03 Alexander Malmberg <alexander@malmberg.org>
5829 Ziemowit Laski <zlaski@apple.com>
5830
5831 * objc/objc-act.c (add_method_to_hash_list, lookup_category):
5832 New functions.
5833 (lookup_method_in_hash_lists): New parameter indicating whether
5834 we are messaging 'Class' or 'id'.
5835 (check_duplicates): Likewise; do not assume all methods will
5836 be either class or instance methods.
5837 (generate_category, finish_class): Use lookup_category().
5838 (add_method): Use add_method_to_hash_list(); insert instance
5839 methods of root classes into the global class method hash table.
5840 (add_category): Use lookup_category(); avoid constructing
5841 duplicate categories.
5842 (really_start_method): Add method to corresponding @interface,
5843 if not already there (and if the @interface exists).
5844 (finish_message_expr, finish_objc): Adjust calls to
5845 check_duplicates().
5846
5847 2003-10-03 Roger Sayle <roger@eyesopen.com>
5848
5849 PR optimization/9325, PR java/6391
5850 * fold-const.c (fold_convert): For floating point to integer
5851 conversions, return the maximum/minimum representable integer
5852 value if the real constant overflows the destination type.
5853 * tree.c (real_value_from_int_cst): Allow the type to be NULL,
5854 meaning don't truncate the result to a floating point mode.
5855 Simplify the logic by calling real_from_integer directly.
5856 * simplify-rtx.c (simplify_unary_operation): Implement the
5857 same semantics for folding floating point to integer conversions
5858 in RTL.
5859
5860 2003-10-03 Chris Demetriou <cgd@broadcom.com>
5861
5862 * config/mips/mips.c (mips_emit_prefetch): Restructure
5863 to avoid use of arrays, handle indexed prefetch.
5864 * config/mips/mips.h (ISA_HAS_FP4, ISA_HAS_PREFETCH): Update comments.
5865 (ISA_HAS_PREFETCHX): New deffine.
5866 * config/mips/mips.md ("type" attr): Add new "prefetchx" value,
5867 update comments.
5868 (prefetch_indexed_di, prefetch_indexed_si): New insns.
5869
5870 2003-10-03 Jeff Sturm <jsturm@one-point.com>
5871 Roger Sayle <roger@eyesopen.com>
5872
5873 PR optimization/12289
5874 * calls.c (emit_call_1): Pretend to have popped the arguments
5875 to noreturn and longjmp functions instead of ignoring them.
5876 (expand_call): Don't adjust stack_pointer_dela while
5877 inhibit_defer_pop is set.
5878
5879 2003-10-03 Andreas Schwab <schwab@suse.de>
5880
5881 PR bootstrap/12276
5882 * configure.in: Check for libunwind on the host only if building
5883 a native compiler.
5884 * configure: Regenerated.
5885
5886 2003-10-03 Paolo Carlini <pcarlini@unitus.it>
5887
5888 * unwind-pe.h (read_encoded_value_with_base): Constify u and
5889 its inizialization cast.
5890
5891 2003-10-03 Richard Sandiford <rsandifo@redhat.com>
5892
5893 PR target/12485
5894 * config/mips/mips.c (mips_load_got): GOT accesses can't trap.
5895
5896 2003-10-02 Mark Mitchell <mark@codesourcery.com>
5897
5898 PR optimization/12180
5899 * tree-inline.c (inline_forbidden_p_1): Do not permit inlining of
5900 functions containing calls to __builtin_next_arg.
5901
5902 2003-10-02 Chris Demetriou <cgd@broadcom.com>
5903
5904 * config/mips/mips.c (mips_emit_prefetch): Use operand 3
5905 in instructions being output.
5906 * config/mips/mips.md (prefetch_si_address): Change third
5907 operand's constraint letter to 'I'.
5908 (prefetch_di_address): Likewise.
5909 (prefetch_si, prefetch_di): Set third operand to const0_rtx.
5910
5911 2003-10-02 Zack Weinberg <zack@codesourcery.com>
5912
5913 * system.h: Poison macros obsoleted by earlier patch.
5914 * config/cris/cris.c: C90-ify a function definition.
5915
5916 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
5917
5918 PR/12292
5919 * combine.c (make_field_assignment): Check whether rtx's code
5920 is CONST_INT before using INTVAL.
5921
5922 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
5923
5924 * cgraph.c (cgraph_node): Use INSERT instead of 1 in
5925 htab_find_slot_with_hash.
5926 (cgraph_node_for_identifier): Use NO_INSERT.
5927 (cgraph_remove_node): Use NO_INSERT.
5928 (cgraph_varpool_node): Use INSERT.
5929 (cgraph_varpool_node_for_identifier): Use NO_INSERT.
5930
5931 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
5932
5933 Waldek Hebisch <hebisch@math.uni.wroc.pl>
5934 PR/12072
5935 * varasm.c (compare_constant): Fix thinko.
5936
5937 2003-10-02 Richard Sandiford <rsandifo@redhat.com>
5938
5939 * config/frv/frv.c (frv_issue_rate): New function.
5940 (frv_pack_insns): Use it.
5941 (TARGET_SCHED_ISSUE_RATE): Define.
5942
5943 2003-10-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
5944
5945 * config/mcore/mcore.c: Convert to ISO C90 function declarations
5946 and definitions.
5947 * config/mcore/mcore.h: Likewise.
5948 * config/mcore/mcore-protos.h: Likewise.
5949
5950 2003-10-02 Richard Sandiford <rsandifo@redhat.com>
5951
5952 * config/frv/frv.c (frv_use_dfa_pipeline_interface): New function.
5953 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
5954
5955 2003-10-01 Per Bothner <pbothner@apple.com>
5956
5957 * c-lex.c (src_line): Remove unneeded static variable.
5958 (cb_line_change): Set input_line directly, instead of src_line.
5959 (get_non_padding_token): We no longer need to compensate for the
5960 "horrible things" the C++ front-end does with the current line number,
5961
5962 * cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change
5963 callback even when popping the main file.
5964 * c-lex.c (fe_file_change): Handle a NULL new_map.
5965 * fix-header.c (cb_file_change): Likewise.
5966 * c-ppoutput.c (pp_file_change): Likewise.
5967
5968 * cppinit.c (cpp_read_main_file): Split into two functions:
5969 Distribute _cpp_stack_file call over the two functions.
5970 (cpp_find_main_file): New function.
5971 Don't call _cpp_do_file_change even if working_directory flag set.
5972 (cpp_push_main_file): New function.
5973 * cppfiles.c (_cpp_find_failed): New helper function.
5974 (find_file): Made non-static and renamed to _cpp_find_file.
5975 (_cpp_stack_file): No longer needed. But note the following.
5976 (stack_file): Made non-static and renamed to _cpp_stack_file.
5977 * fix-header.c (cpp_read_main_file): Replace cpp_read_main_file
5978 call with calls to cpp_find_main_file and cpp_push_main_file.
5979 (search_path_head): If there is no current buffer, use main_file.
5980 * cpphash.h: Update function declarations.
5981 * cpplib.h: Update function declarations.
5982
5983 * c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet.
5984 (c_common_parse_file): No longer need to call cpp_read_main_file
5985 when file_index > 0 (as in multi-file or server compiation).
5986 (finish_options): Change to <built-in> is an LC_ENTER, not LC_RENAME
5987 as this now happens before cpp_push_main_file.
5988 (push_command_line_include): When done with options, pass LC_LEAVE
5989 instead of LC_RENAME to cpp_change_file and finally cpp_push_main_file.
5990 (fe_file_change): Handle NULL new_map, and simplify.
5991 * cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed
5992 08-28 change, since we're never called with a NULL buffer.
5993 (_cpp_lex_direct): Likewise.
5994 * cpptrad.c (_cpp_read_logical_line_trad): Likewise.
5995 Return false if buffer is NULL at end.
5996
5997 * cpplex.c (_cpp_get_fresh_line): Return value now just depends on
5998 whether pfile->buffer is NULL after pop, ignoring return_at_eof.
5999 * cpphash.h (struct cpp_buffer): Remove unused return_at_eof field.
6000 * cpplib.c (cpp_push_buffer): Since we no longer set return_at_eof,
6001 remove the unused return_at_eof parameter.
6002 * cppfiles.c, cpplib.c, cppmacro.c, cpppch.c, fix-header.c:
6003 Update callers of cpp_push_buffer.
6004
6005 2003-10-01 Zack Weinberg <zack@codesourcery.com>
6006
6007 * target.h (init_libfuncs): New hook.
6008 * target-def.h: Default TARGET_INIT_BUILTINS and
6009 TARGET_INIT_LIBFUNCS to hook_void_void. Add
6010 TARGET_INIT_LIBFUNCS to TARGET_INITIALIZER.
6011 * builtins.c (default_init_builtins): Delete.
6012 * expr.h (default_init_builtins): Delete prototype.
6013 * doc/tm.texi: Document TARGET_INIT_LIBFUNCS and US_SOFTWARE_GOFAST.
6014 Tweak documentation of TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL.
6015 Remove documentation of INIT_TARGET_OPTABS, MULSI3_LIBCALL,
6016 DIVSI3_LIBCALL, UDIVSI3_LIBCALL, MODSI3_LIBCALL, UMODSI3_LIBCALL,
6017 MULDI3_LIBCALL, DIVDI3_LIBCALL, UDIVDI3_LIBCALL, MODDI3_LIBCALL,
6018 and UMODDI3_LIBCALL,
6019
6020 * Makefile.in (optabs.o): Depends on target.h.
6021 * defaults.h: Provide default for FLOAT_LIB_COMPARE_RETURNS_BOOL.
6022 * optabs.c: Include target.h.
6023 (prepare_float_lib_cmp): No need for #ifdef around use of
6024 FLOAT_LIB_COMPARE_RETURNS_BOOL.
6025 (set_optab_libfunc): New function.
6026 (init_optabs): Delete use of all *_LIBCALL defines.
6027 Call targetm.init_libfuncs not INIT_TARGET_OPTABS.
6028 * optabs.h: Prototype set_optab_libfunc.
6029
6030 * config.gcc: Remove all references to pa/long_double.h,
6031 ia64/hpux_longdouble.h, and gofast.h.
6032 (mips-*-*): When --enable-gofast, just add US_SOFTWARE_GOFAST
6033 to tm_defines; don't set INIT_SUBTARGET_OPTABS or change tm_file.
6034
6035 * config/alpha/alpha.c, config/c4x/c4x.c, config/cris/cris.c
6036 * config/frv/frv.c, config/h8300/h8300.c, config/i860/i860.c
6037 * config/ia64/ia64.c, config/ip2k/ip2k.c, config/m68hc11/m68hc11.c
6038 * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
6039 * config/sparc/sparc.c, config/vax/vax.c:
6040 Provide a definition for TARGET_INIT_LIBFUNCS. Where
6041 necessary, include optabs.h, libfuncs.h, and/or config/gofast.h.
6042
6043 * config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.h
6044 * config/avr/avr.h, config/cris/cris.h, config/frv/frv.h
6045 * config/h8300/h8300.h, config/i860/i860.h, config/ip2k/ip2k.h
6046 * config/iq2000/iq2000.h, config/m68hc11/m68hc11.h, config/mips/mips.h
6047 * config/rs6000/aix.h, config/rs6000/sysv4.h, config/sparc/elf.h
6048 * config/sparc/lite.h, config/sparc/netbsd-elf.h, config/sparc/sol2.h
6049 * config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h
6050 * config/vax/elf.h: Don't define or use INIT_TARGET_OPTABS,
6051 INIT_SUBTARGET_OPTABS, or any *_LIBCALL macros.
6052
6053 * config/ia64/hpux.h: Redefine INTEL_EXTENDED_IEEE_FORMAT to 0.
6054 Set TARGET_INIT_LIBFUNCS and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
6055 * config/pa/pa-hpux.h: Define LONG_DOUBLE_TYPE_SIZE,
6056 HPUX_LONG_DOUBLE_LIBRARY, and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
6057 * config/ia64/hpux_longdouble.h, config/pa/long_double.h: Delete.
6058
6059 * config/rs6000/xcoff.h: Don't define RS6000_ITRUNC nor RS6000_UITRUNC.
6060 * config/sparc/sparc.h: Default SUN_CONVERSION_LIBFUNCS and
6061 SUN_INTEGER_MULTIPLY_64 to 0.
6062 * config/sparc/sol2.h: Redefine SUN_CONVERSION_LIBFUNCS and
6063 SUN_INTEGER_MULTIPLY_64 to 1.
6064 * config/sparc/elf.h: Redefine SUN_CONVERSION_LIBFUNCS and
6065 SUN_INTEGER_MULTIPLY_64 to 0.
6066 * config/sparc/lite.h, config/sparc/liteelf.h, config/sparc/sp86x-elf.h:
6067 Define US_SOFTWARE_GOFAST.
6068 * config/vax/vax.h: Default TARGET_ELF to 0.
6069 * config/vax/elf.h: Redefine TARGET_ELF to 1.
6070
6071 * config/gofast.h: Don't define any macros here. Provide one
6072 static function, gofast_maybe_init_libfuncs, which does what
6073 INIT_GOFAST_LIBFUNCS used to do but only if US_SOFTWARE_GOFAST
6074 is already defined. Do not clear negation libfuncs. Do
6075 not mess with HFmode, XFmode, or TFmode libfuncs.
6076
6077 * config/avr/avr.c (avr_init_once): #if 0 out; mark FIXME.
6078
6079 2003-10-01 Kelley Cook <kelleycook@wideopenwest.com>
6080
6081 PR C/12466
6082 * c-parse.in (parmlist_2): Mark declaration with an ellipsis as ISO C.
6083
6084 2003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6085
6086 * config/mips/xm-iris5.h: Remove, unnecessary.
6087 * config.build (mips-sgi-irix5*): Remove.
6088 (mips-sgi-irix6*o32): Likewise.
6089 * config.gcc (mips-sgi-irix6*o32): Remove xm_file.
6090 (mips-sgi-irix5cross64): Likewise.
6091 (mips-sgi-irix5*): Likewise.
6092 * config.host (mips-sgi-irix5*): Remove.
6093 (mips-sgi-irix6*o32): Likewise.
6094
6095 2003-10-01 Zack Weinberg <zack@codesourcery.com>
6096
6097 * dbxout.c (dbxout_fptype_value): Delete.
6098 (dbxout_type): Emit R3 for all COMPLEX_TYPEs.
6099
6100 2003-10-01 Alexandre Oliva <aoliva@redhat.com>
6101
6102 * output.h (compute_reloc_for_constant): Declare.
6103 * varasm.c (compute_reloc_for_constant): Extract from...
6104 (output_addressed_constants): ... here. Adjust all callers.
6105
6106 2003-10-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6107
6108 * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
6109 * configure: Rebuilt.
6110
6111 2003-10-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6112
6113 * fold-const.c (make_range): When handling unsigned, don't reverse
6114 range if high bound is zero.
6115
6116 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
6117
6118 * config/frv/frv.h (PREDICATE_CODES): Added
6119 condexec_si_media_operator, condexec_sf_add_operator and
6120 condexec_sf_conv_operator. Removed condexec_sf_binary_operator
6121 and condexec_sf_unary_operator.
6122
6123 2003-10-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6124
6125 * aclocal.m4: Add ultrix* to /dev/zero blacklist.
6126 * configure: Rebuilt.
6127
6128 2003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6129
6130 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.
6131 Allow override.
6132 * doc/tm.texi (MUST_USE_SJLJ_EXCEPTIONS): Document.
6133
6134 2003-09-23 David S. Miller <davem@redhat.com>
6135
6136 * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine
6137 before redefining.
6138 * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
6139
6140 2003-10-01 Steven Bosscher <steven@gcc.gnu.org>
6141
6142 * config/cris/cris-protos.h, config/cris/cris.c: Convert to ISO
6143 C90 function declarations and definitions.
6144
6145 2003-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6146
6147 * config.gcc (cris-*-linux*): Revert mistaken commit.
6148
6149 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6150
6151 PR optimization/11753
6152 * config/sparc/sparc.md (length attribute) [fcc branch]: Add 1 to
6153 the length in the non-V9 case.
6154
6155 2003-09-30 Richard Henderson <rth@redhat.com>
6156
6157 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor
6158 DWARF_ALT_FRAME_RETURN_COLUMN.
6159 * unwind-dw2.c (dwarf_reg_size_table): Expand by one.
6160 (_Unwind_GetGR, _Unwind_SetGR): Validate lookup column.
6161 (uw_frame_state_for): Return end-of-stack for null return address.
6162 * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Add.
6163
6164 * config/alpha/alpha.c (alpha_sa_mask): Add r31 for eh_return.
6165 (alpha_expand_prologue): Store a zero for it.
6166 (alpha_expand_epilogue): Don't reload it.
6167 * config/alpha/alpha.h (DWARF_ALT_FRAME_RETURN_COLUMN): New.
6168 * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Use column 64
6169 for the sigframe return address.
6170
6171 2003-09-30 Kelley Cook <kelleycoook@wideopenwest.com>
6172
6173 * sdbout.c: Convert to ISO C90 prototypes.
6174 * objc/objc-act.c: Likewise.
6175
6176 2003-09-30 Kelley Cook <kelleycoook@wideopenwest.com>
6177
6178 * config/i386/cygwin1.c: Convert to ISO C90 prototypes.
6179 * config/i386/winnt.c: Likewise.
6180 * config/i386/cygming.h: Likewise.
6181
6182 2003-09-30 Kazu Hirata <kazu@cs.umass.edu>
6183
6184 * fold-const.c (fold): Fold (A & ~B) - (A & B) into
6185 (A ^ B) - B for any B.
6186
6187 2003-09-30 Nathanael Nerode <neroden@gcc.gnu.org>
6188
6189 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
6190 powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.
6191
6192 2003-09-30 Richard Earnshaw <rearnsha@arm.com>
6193
6194 * arm/ieee754-sf.S: Tidy formatting.
6195
6196 2003-09-30 Nicolas Pitre <nico@cam.org>
6197
6198 * arm/lib1funcs.asm (ARM_DIV_MOD_BODY): Split into ARM_DIV_BODY
6199 and ARM_MOD_BODY.
6200 (ARM_MOD_BODY): Rewritten. added clz insns for __ARM_ARCH__ >= 5.
6201 (ARM_DIV_BODY): Added clz insns for __ARM_ARCH__ >= 5,
6202 added better divisor alignment in the other case.
6203 (ARM_DIV2_ORDER): Added, finds the order of a single bit divisor.
6204 (__divsi3, __udivsi3, __modsi3, __umodsi3): rewritten using the
6205 macros above, add fast exits for divisor >= dividend, etc.
6206
6207 2003-09-30 Nicolas Pitre <nico@cam.org>
6208
6209 * arm/ieee754-df.S: Split compilation of fixunsdfsi from
6210 L_fixdfsi target.
6211 * arm/t-arm-elf (LIB1ASMFUNCS): Add _fixunsdfsi.
6212
6213 2003-09-30 Nathanael Nerode <neroden@gcc.gnu.org>
6214
6215 * config.gcc: Default use_fixproto to 'no'.
6216
6217 2003-09-30 Richard Sandiford <rsandifo@redhat.com>
6218
6219 PR optimization/12345
6220 * config/mips/mips-protos.h (mips_restore_gp): Remove.
6221 (mips_gp_save_slot): Declare.
6222 * config/mips/mips.c (mips_restore_gp): Remove in favor of...
6223 (mips_gp_save_slot): ...this new function.
6224 * config/mips/mips.md (exception_receiver): Use mips_gp_save_slot
6225 and mips_output_move to generate the output template.
6226 (call_internal): Force splitting if TARGET_SPLIT_CALLS. Don't emit
6227 a gp load after a noreturn call. Load the gp using a move rather
6228 than an exception_receiver pattern.
6229 (call_value_internal, call_value_multiple_internal): Likewise.
6230 (call_split, call_value_split, call_value_multiple_split): Clobber $28.
6231
6232 2003-09-30 Carlo Wood <carlo@alinoe.com>
6233
6234 PR debug/12319
6235 * cfglayout.c (insn_scope): Use prologue_locator and
6236 epilogue_locator; return the outer function scope for
6237 pro- and epilogue insns.
6238
6239 2003-09-29 Zack Weinberg <zack@codesourcery.com>
6240
6241 * objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
6242 REAL_TYPEs based on the bitsize of the type's mode, not the
6243 mode directly.
6244
6245 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6246
6247 * dwarf2out.c (default_eh_frame_section): Split into ...
6248 (named_section_eh_frame_section, collect2_eh_frame_section): ... new
6249 functions.
6250 * output.h (named_section_eh_frame_section): Declare.
6251 (collect2_eh_frame_section): Likewise.
6252
6253 2003-09-29 Zack Weinberg <zack@codesourcery.com>
6254
6255 * real.c (real_sqrt): Use get_canonical_qnan directly.
6256
6257 * dwarf2out.c (add_const_value_attribute): Use real_to_target.
6258
6259 * varasm.c (assemble_real): Use real_to_target directly,
6260 calculate the number of significant elements of the result
6261 array and write them out in a loop, instead of using a giant
6262 switch statement to pick the correct REAL_VALUE_TO_TARGET_*
6263 macro.
6264
6265 2003-09-29 Jan Hubicka <jh@suse.cz>
6266
6267 PR c++/12175
6268 * varasm.c (notice_global_symbol): Discard external symbols.
6269
6270 PR optimization/12286
6271 * gcov-io.c (gcov_read_words): Fix memmove call.
6272 * profile.c (compute_branch_probabilities): Add extra sanity checks.
6273
6274 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6275
6276 * config.gcc (sparc-*-solaris2*): Handle Solaris 10 and up like
6277 Solaris 7-9.
6278
6279 * fixinc/inclhack.def (solaris_widec): Replace solaris2.[0-5]* by
6280 wildcards which explicitly match micro versions.
6281 * fixinc/fixincl.x: Regenerate.
6282
6283 2003-09-29 Kazu Hirata <kazu@cs.umass.edu>
6284
6285 * fold-const.c (fold): Fold (A & ~B) - (A & B) into
6286 (A ^ B) - B, where B is any power of 2 minus 1.
6287
6288 2003-09-29 Jan Hubicka <jh@suse.cz>
6289
6290 * libgcov.c (gcov_exit): Fix two pastos.
6291
6292 2003-09-29 Kazu Hirata <kazu@cs.umass.edu>
6293
6294 * config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
6295 define_split immediately below to form define_insn_and_split.
6296
6297 2003-09-29 Kazu Hirata <kazu@cs.umass.edu>
6298
6299 * config/h8300/h8300.md (*tstsi_variable_bit): New.
6300 (*tstsi_variable_bit_qi): Likewise.
6301
6302 2003-09-28 Phil Edwards <phil@codesourcery.com>
6303
6304 * doc/cppopts.texi: Use 'dashMP' instead of '-MP' as a cross-
6305 reference name.
6306
6307 2003-09-28 Richard Henderson <rth@redhat.com>
6308
6309 * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
6310 file and line separately.
6311
6312 2003-09-28 Ulrich Weigand <uweigand@de.ibm.com>
6313
6314 * config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
6315 "*adddi3_carry2_cc", "*adddi3_carry2_cconly", "*subdi3_borrow_cc",
6316 "*subdi3_borrow_cconly"): New insns.
6317 ("*addsi3_sub", "*subsi3_sub"): Remove.
6318 ("*subdi3_cc", *subdi3_cconly"): Use only if TARGET_64BIT.
6319 ("*subsi3_cc"): Fix op_type attribute.
6320
6321 2003-09-28 Richard Henderson <rth@redhat.com>
6322
6323 * stmt.c (expand_asm_operands): Take a location_t, instead of
6324 individual file and line.
6325 * c-typeck.c (c_expand_asm_operands): Likewise.
6326 * tree.h (expand_asm_operands): Update decl.
6327 * c-common.h (c_expand_asm_operands): Likewise.
6328 * c-semantics (genrtl_asm_stmt): Update call.
6329
6330 2003-09-28 Philip Blundell <philb@gnu.org>
6331
6332 * config/arm/arm.c (legitimize_pic_address): Check
6333 SYMBOL_REF_LOCAL_P, not ENCODED_SHORT_CALL_ATTR_P.
6334 (arm_assemble_integer): Likewise.
6335
6336 2003-09-28 Steven Bosscher <steven@gcc.gnu.org>
6337
6338 * config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
6339 config/c4x/c4x-c.c, config/c4x/c4x-protos.h, config/c4x/c4x.c,
6340 config/c4x/c4x.h:
6341 Convert to ISO C90 function declarations and definitions.
6342
6343 2003-09-28 Steven Bosscher <steven@gcc.gnu.org>
6344
6345 * config/stormy16/stormy16.c, config/stormy16/stormy16-protos.h:
6346 Convert to ISO C90 function declarations and definitions.
6347
6348 2003-09-28 Richard Sandiford <rsandifo@redhat.com>
6349
6350 * config/mips/mips.c (mips_constant_info): Add reloc field.
6351 (mips_classify_constant): Initialize it. Always set SYMBOL to the
6352 underlying symbol, not to an unspec.
6353 (mips_delegitimize_address, print_operand): Clean up accordingly.
6354
6355 2003-09-28 Richard Sandiford <rsandifo@redhat.com>
6356
6357 * config/mips/mips-protos.h (mips16_gp_pseudo_reg): Remove.
6358 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Remove orphaned comment.
6359 * config/mips/mips.c (mips_reloc_offset_ok_p): New function.
6360 (mips_classify_constant): Use it.
6361 (mips_splittable_symbol_p): Add an offset argument.
6362 (mips_classify_address): Adjust call accordingly.
6363 (mips_legitimize_symbol): Handle sdata references with LO_SUM rather
6364 than a relocation unspec. Update call to mips_splittable_symbol_p.
6365 Generalize the code that copes with symbols + invalid offsets.
6366 (print_operand): Allow '%R' to be applied to small data addresses.
6367 (mips_reloc_string): Remove RELOC_GPREL16.
6368 (mips_sdata_pointer): Renamed from mips16_gp_pseudo_reg. Return $gp
6369 for TARGET_EXPLICIT_RELOCS. Return null if we can't use gp-relative
6370 relocation operators.
6371 * config/mips/mips.md (RELOC_GPREL16): Remove. Shuffle other reloc
6372 constants accordingly.
6373
6374 2003-09-27 Roger Sayle <roger@eyesopen.com>
6375
6376 * toplev.c (flag_evaluation_order): New global variable.
6377 * flags.h (flag_evaluation_order): Prototype here.
6378 * expr.c (expand_operands): If we need to preserve observable
6379 evaluation order, protect exp1 from clobbering exp0's result.
6380
6381 2003-09-28 Andreas Jaeger <aj@suse.de>
6382
6383 * c-decl.c (finish_function): Convert definition to ISO C90.
6384 * ifcvt.c (mark_loop_exit_edges): Likewise.
6385 * ra-rewrite.c (emit_colors): Likewise.
6386
6387 2003-09-27 Nathanael Nerode <neroden@gcc.gnu.org>
6388
6389 * config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
6390 * config.gcc (arm*-*-uclinux*): Disable fixproto.
6391 * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
6392 powerpc-*-eabialtivec*): Disable fixproto.
6393
6394 2003-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
6395
6396 PR optimization/12340
6397 * loop.h (struct induction): Document the new semantics
6398 of the 'same' field for bivs.
6399 * unroll.c (biv_total_increment): Don't count the same
6400 biv increment several times.
6401 (loop_iterations) [GENERAL_INDUCT]: Likewise.
6402
6403 2003-09-27 Graham Stott <graham.stott@btinternet.com>
6404
6405 * unroll.c (loop_interations)[GT]: Add missing break.
6406
6407 2003-09-27 Kelley Cook <kcook@gcc.gnu.org>
6408
6409 * config/chorus.h, config/darwin-c.c, config/darwin-protos.h,
6410 config/darwin.c, config/darwin.h, config/dbx.h, config/dbxcoff.h,
6411 config/dbxelf.h, config/elfos.h, config/fp-bit.h,
6412 config/freebsd-nthr.h, config/freebsd-spec.h, config/freebsd.h,
6413 config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
6414 config/freebsd6.h, config/netbsd-aout.h, config/netbsd-elf.h,
6415 config/netbsd.h, config/netware.h, config/openbsd-oldgas.h,
6416 config/openbsd.h, config/ptx4.h, config/alpha/alpha-protos.h,
6417 config/alpha/alpha.c, config/alpha/alpha.h, config/alpha/alpha.md,
6418 config/alpha/elf.h, config/alpha/ev4.md, config/alpha/ev5.md,
6419 config/alpha/ev6.md, config/alpha/freebsd.h, config/alpha/linux-elf.h,
6420 config/alpha/linux.h, config/alpha/netbsd.h, config/alpha/openbsd.h,
6421 config/alpha/osf.h, config/alpha/osf5.h, config/alpha/unicosmk.h,
6422 config/alpha/vms-cc.c, config/alpha/vms-crt0-64.c,
6423 config/alpha/vms-crt0.c, config/alpha/vms-dwarf2.asm,
6424 config/alpha/vms-dwarf2eh.asm, config/alpha/vms-ld.c,
6425 config/alpha/vms-psxcrt0-64.c, config/alpha/vms-psxcrt0.c,
6426 config/alpha/vms.h, config/alpha/vms64.h, config/alpha/vms_tramp.asm,
6427 config/alpha/xm-vms.h, config/arc/arc-modes.def,
6428 config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
6429 config/arc/arc.md, config/arc/initfini.c, config/arc/lib1funcs.asm,
6430 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
6431 config/avr/avr.md, config/d30v/d30v-protos.h, config/d30v/d30v.h,
6432 config/d30v/d30v.md, config/fr30/fr30-protos.h, config/fr30/fr30.c,
6433 config/fr30/fr30.h, config/fr30/fr30.md, config/fr30/lib1funcs.asm,
6434 config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
6435 config/frv/frv-abi.h, config/frv/frv-asm.h, config/frv/frv-modes.def,
6436 config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
6437 config/frv/frv.md, config/frv/frvbegin.c, config/frv/frvend.c,
6438 config/frv/lib1funcs.asm, config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
6439 config/h8300/parityhi2.c, config/h8300/popcounthi2.c,
6440 config/i370/i370-c.c, config/i370/i370-protos.h, config/i370/i370.c,
6441 config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
6442 config/i370/mvs.h, config/i370/oe.h, config/i386/darwin.h,
6443 config/i960/i960-c.c, config/i960/i960-coff.h,
6444 config/i960/i960-modes.def, config/i960/i960-protos.h,
6445 config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
6446 config/i960/rtems.h, config/ia64/elf.h, config/ia64/ia64.h,
6447 config/m32r/initfini.c, config/m32r/m32r-protos.h, config/m32r/m32r.c,
6448 config/m32r/m32r.h, config/m32r/m32r.md, config/m68hc11/larith.asm,
6449 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
6450 config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
6451 config/m68hc11/m68hc12.h, config/m68k/coff.h, config/m68k/crti.s,
6452 config/m68k/crtn.s, config/m68k/hp320.h, config/m68k/hp320base.h,
6453 config/m68k/lb1sf68.asm, config/m68k/linux.h, config/m68k/m68020-elf.h,
6454 config/m68k/m68k-aout.h, config/m68k/m68k-none.h,
6455 config/m68k/m68k-protos.h, config/m68k/m68k.c, config/m68k/m68k.h,
6456 config/m68k/m68k.md, config/m68k/m68kelf.h, config/m68k/m68kv4.h,
6457 config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
6458 config/m68k/rtemself.h, config/m68k/sgs.h, config/mcore/lib1.asm,
6459 config/mcore/mcore-elf.h, config/mcore/mcore-pe.h,
6460 config/mcore/mcore-protos.h, config/mcore/mcore.c,
6461 config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
6462 config/mips/elforion.h, config/mips/iris5.h, config/mips/iris6.h,
6463 config/mips/iris6gld.h, config/mips/irix6-libc-compat.c,
6464 config/mips/linux.h, config/mips/mips-protos.h, config/mips/mips.c,
6465 config/mips/mips.h, config/mips/mips.md, config/mips/netbsd.h,
6466 config/mips/openbsd.h, config/mips/r3900.h, config/mips/rtems.h,
6467 config/mips/vr.h, config/mn10300/linux.h,
6468 config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
6469 config/mn10300/mn10300.h, config/mn10300/mn10300.md,
6470 config/ns32k/__unorddf2.c, config/ns32k/__unordsf2.c,
6471 config/ns32k/netbsd.h, config/ns32k/ns32k-protos.h,
6472 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/ns32k/ns32k.md,
6473 config/pdp11/2bsd.h, config/pdp11/pdp11-modes.def,
6474 config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
6475 config/pdp11/pdp11.h, config/pdp11/pdp11.md, config/rs6000/biarch64.h,
6476 config/rs6000/default64.h, config/sh/coff.h, config/sh/crt1.asm,
6477 config/sh/crti.asm, config/sh/crtn.asm, config/sh/elf.h,
6478 config/sh/embed-elf.h, config/sh/linux.h, config/sh/little.h,
6479 config/sh/netbsd-elf.h, config/sh/rtems.h, config/sh/rtemself.h,
6480 config/sh/sh-protos.h, config/sh/sh.c, config/sh/sh.h,
6481 config/sh/sh.md, config/sh/sh64.h, config/sh/shmedia.h,
6482 config/sh/sshmedia.h, config/sh/ushmedia.h, config/sparc/pbd.h,
6483 config/sparc/sparc.h, doc/install-old.texi, fixinc/fixinc.ptx,
6484 fixinc/fixinc.svr4: GNU CC -> GCC.
6485
6486 2003-09-26 Loren James Rittle <ljrittle@acm.org>
6487
6488 * objc/objc-act.c (tm_p.h): Tweak order.
6489 * objc/Make-lang.in (objc/objc-act.o): Add $(TM_P_H).
6490
6491 2003-09-26 Nathanael Nerode <neroden@gcc.gnu.org>
6492
6493 * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
6494 Include t-slibgcc-elf-ver and t-linux in tmake_file.
6495 * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
6496 Disable fixproto.
6497 * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
6498 Disable fixproto.
6499 * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
6500 sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto.
6501
6502 * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
6503
6504 2003-09-26 Loren James Rittle <ljrittle@acm.org>
6505
6506 * config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
6507 * objc/objc-act.c (tm_p.h): Include.
6508
6509 2003-09-26 Per Bothner <pbothner@apple.com>
6510
6511 * dbxout.c (dbxout_typedefs): Output typedefs in forward order.
6512 No longer any need to reverse by recursion.
6513
6514 2003-09-26 Roger Sayle <roger@eyesopen.com>
6515 Richard Henderson <rth@redhat.com>
6516
6517 PR optimization/11741
6518 * gcse.c (pre_insert_copy_insn): Tweak the logic for finding the
6519 appropriate set to match that in hash_scan_insn. Fall back to
6520 the original copy method, if we can't validate changing insn.
6521 (pre_delete): Only delete instructions that have a single_set,
6522 instead of aborting when we encounter an PARALLEL insn with more
6523 then one SET.
6524
6525 2003-09-26 Andreas Krebbel <krebbel1@de.ibm.com>
6526
6527 * config/s390/s390.md ("builtin_setjmp_setup"): Insn deleted.
6528 ("builtin_longjmp"): Insn deleted.
6529 ("save_stack_nonlocal"): Save literal pool base pointer behind
6530 backchain and stack pointer.
6531 ("restore_stack_nonlocal"): Restore literal pool base pointer.
6532 * config/s390/s390.h (STACK_SAVEAREA_MODE): Double size of
6533 the stack save area for the nonlocal goto case.
6534
6535 2003-09-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6536
6537 PR bootstrap/12358
6538 * pa.c (output_bvb): Fix typo.
6539
6540 2003-09-26 Richard Sandiford <rsandifo@redhat.com>
6541
6542 * expmed.c (store_bit_field): Don't search for an integer mode
6543 unless we need the result.
6544
6545 2003-09-26 Richard Sandiford <rsandifo@redhat.com>
6546
6547 * expr.c (emit_move_insn_1): If there is no move pattern for the
6548 original mode, try using a pattern for the corresponding integer mode.
6549
6550 2003-09-26 Richard Sandiford <rsandifo@redhat.com>
6551
6552 PR middle-end/9200
6553 * combine.c (if_then_else_cond): Tighten mode check.
6554
6555 2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6556
6557 * cppcharset.c, cpphash.h: Rename 'struct strbuf' to
6558 'struct _cpp_strbuf'.
6559
6560 * config/i386/netbsd-elf.h, config/i386/netbsd64.h,
6561 config/i386/netware.h, config/i386/nto.h, config/i386/openbsd.h,
6562 config/i386/pentium.md, config/i386/pmmintrin.h, config/i386/ppro.md,
6563 config/i386/ptx4-i.h, config/i386/rtemself.h, config/i386/sco5.h,
6564 config/i386/sol2.h, config/i386/svr3gas.h, config/i386/sysv3.h,
6565 config/i386/sysv4-cpp.h, config/i386/sysv4.h, config/i386/sysv5.h,
6566 config/i386/unix.h, config/i386/uwin.h, config/i386/vsta.h,
6567 config/i386/xm-cygwin.h, config/i386/xm-djgpp.h,
6568 config/i386/xm-mingw32.h, config/i386/xmmintrin.h: Replace
6569 "GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".
6570 * config/i386/i386-aout.h, config/i386/i386-coff.h,
6571 config/i386/i386-interix.h, config/i386/i386-interix3.h,
6572 config/i386/i386-modes.def, config/i386/i386-protos.h,
6573 config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
6574 config/i386/i386elf.h, config/i386/k6.md, config/i386/kaos-i386.h,
6575 config/i386/linux-aout.h, config/i386/linux.h, config/i386/linux64.h,
6576 config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
6577 config/i386/mmintrin.h, config/i386/moss.h: GNU CC -> GCC.
6578 "GNU compiler" -> GCC.
6579 * config/i386/att.h, config/i386/beos-elf.h, config/i386/biarch64.h,
6580 config/i386/bsd.h, config/i386/crtdll.h, config/i386/cygming.h,
6581 config/i386/cygwin.h, config/i386/cygwin1.c, config/i386/cygwin2.c,
6582 config/i386/darwin.h, config/i386/djgpp.h, config/i386/emmintrin.h,
6583 config/i386/freebsd-aout.h, config/i386/freebsd.h,
6584 config/i386/freebsd64.h, config/i386/gas.h: GNU CC -> GCC.
6585
6586 2003-09-25 Kelley Cook <kelleycook@wideopenwest.com>
6587
6588 * cgraph.c (dump_cgraph): Don't output newline before dump. Add in
6589 "local" to the callgraph dump. Output "after inlining" earlier.
6590 * cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
6591 callgraph dumps. Correct misspellings.
6592 (cgraph_decide_inlining): Output number of insns before inlining.
6593 Output the calling function into which a function is inlined.
6594 (cgraph_decide_small_functions): Format dump file like always_inline.
6595
6596 2003-09-25 Loren James Rittle <ljrittle@acm.org>
6597
6598 * config/i386/i386.h (ix86_return_in_memory): Add prototype.
6599
6600 2003-09-25 Ulrich Weigand <uweigand@de.ibm.com>
6601
6602 * config/s390/s390.c (s390_emit_prologue): Simplify accesses to
6603 FPR slots in the save area.
6604 (s390_emit_epilogue): Likewise.
6605
6606 2003-09-25 Richard Sandiford <rsandifo@redhat.com>
6607
6608 * cgraph.h (cgraph_remove_edge): Declare.
6609 * cgraph.c (cgraph_remove_edge): Make extern.
6610 * cgraphunit.c (cgraph_finalize_function): Call cgraph_remove_edge
6611 instead of cgraph_remove_call.
6612
6613 2003-09-25 Ulrich Weigand <uweigand@de.ibm.com>
6614
6615 * objc/objc-act.c (gen_declaration_1): Fix printf format.
6616
6617 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
6618
6619 * arm.c (all_cores): arm710t, arm720t and arm740t are all based on the
6620 arm7tdmi core.
6621
6622 2003-09-25 Ziemowit Laski <zlaski@apple.com>
6623
6624 * config/darwin-protos.h (objc_image_info_section):
6625 New prototype.
6626
6627 2003-09-25 Ziemowit Laski <zlaski@apple.com>
6628
6629 * Makefile.in (stub-objc.o): Depend on $(GGC_H).
6630
6631 2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6632
6633 * config.gcc: Get rid of more gratuitious 'x'es. Actually allow
6634 tsc701 as a --with-cpu, --with-tune setting for sparc.
6635
6636 2003-09-25 Ziemowit Laski <zlaski@apple.com>
6637
6638 * c-parse.in (objc_try_stmt): Do not specify a %type.
6639
6640 2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6641
6642 * config.gcc: New 'widely ported system' clause for rtems.
6643 Set thread file there, not in individual clauses.
6644
6645 2003-09-25 Richard Sandiford <rsandifo@redhat.com>
6646
6647 PR target/6222
6648 * config/mips/mips.c (mips_va_arg): Handle arguments that must be
6649 passed on the stack.
6650
6651 2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6652
6653 * config.gcc (widely ported systems section): Mostly alphabetize
6654 by system. Comment the case where we can't.
6655 * config.gcc (widely ported systems section): Reindent and clean up.
6656
6657 * config.gcc: Remove some unnecessary uses of 'x' in case statements.
6658 Actually allow ep9312 as an arm --with-arch setting.
6659
6660 * config.gcc (*-hpux11): Disable fixproto.
6661
6662 2003-09-24 Phil Edwards <phil@codesourcery.com>
6663
6664 PR pch/12112
6665 * gcc/cppfiles.c (pch_open_file): Return based on combined
6666 result of all files.
6667 (validate_pch): Return validate flag for current file.
6668
6669 2003-09-24 Roger Sayle <roger@eyesopen.com>
6670
6671 PR bootstrap/12358
6672 * fold-const.c (tree_swap_operands_p): Only reorder operands when
6673 one of the operands is constant.
6674
6675 2003-09-24 Ziemowit Laski <zlaski@apple.com>
6676
6677 MERGE OF objc-improvements-branch into MAINLINE:
6678 * Makefile.in (C_OBJS): Add in stub-objc.o.
6679 (c-parse.y): Change sed demarcations to begin with '@@'.
6680 (stub-objc.o): New rule.
6681 * c-common.c (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
6682 flag_replace_objc_classes): New flags.
6683 * c-common.h (RID_AT_THROW, RID_AT_TRY, RID_AT_CATCH, RID_AT_FINALLY,
6684 RID_AT_SYNCHRONIZED): New keywords.
6685 (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
6686 flag_replace_objc_classes): New flags.
6687 (lookup_interface, is_class_name, objc_is_object_ptr, objc_check_decl,
6688 objc_comptypes, objc_message_selector, lookup_objc_ivar,
6689 get_current_scope, objc_mark_locals_volatile): New prototypes,
6690 some moved from c-tree.h.
6691 * c-decl.c (get_current_scope, objc_mark_locals_volatile): New functions.
6692 (finish_decl): Adjust where objc_check_decl() gets called.
6693 * c-lang.c (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
6694 objc_comptypes, objc_message_selector, lookup_objc_ivar): Remove stubs.
6695 * c-opts.c (c_common_handle_option): Add handling for flag_nil_receivers,
6696 flag_objc_exceptions, flag_replace_objc_classes and flag_zero_link.
6697 * c-parse.in: Replace 'ifc' and 'end ifc' sed markers with '@@ifc' and
6698 '@@end_ifc', respectively.
6699 (AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY, AT_SYNCHRONIZED): New %tokens.
6700 (objc_try_stmt, superclass, class_ivars, objc_try_catch-stmt,
6701 objc_finally_block): New rules.
6702 (component_decl_list2): Clean up semantic action for @defs construct.
6703 (component_decl, c99_block_start): Remove call to add_objc_decls().
6704 (poplevel): Add call to objc_clear_super_receiver().
6705 (stmt): Add rules for @throw, @try..@catch..@finally and @synchronized
6706 constructs.
6707 (classdef, methodprotolist): Clean up/simplify.
6708 (methodprotolist2): Eliminate.
6709 (methodproto): Call add_method() instead of add_class_method() and
6710 add_instance_method().
6711 (receiver): Add TYPENAME production.
6712 (reswords): Add "throw", "try", "catch", "finally" and "synchronized".
6713 (rid_to_yy): Add AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY and
6714 AT_SYNCHRONIZED.
6715 * c-tree.h (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
6716 objc_comptypes, objc_message_selector)
6717 * c-typeck.c (comptypes): In ObjC mode, call objc_comptypes() for
6718 struct and pointer types.
6719 (build_c_cast): Do not discard ObjC protocol qualifiers.
6720 (convert_for_assignment): Cache result of comp_target_types() instead
6721 of calling it more than once.
6722 * c.opt (fnext-runtime): Update description string.
6723 (fnil-receivers, fobjc-exceptions, freplace-objc-classes, fzero-link):
6724 New ObjC/ObjC++-specific flags.
6725 * function.h (GCC_FUNCTION_H): Header guard.
6726 * gengtype-lex.l: Teach lexer about new @@... sed demarcations.
6727 * stub-objc.c: New file, to be used to satisfy references to ObjC
6728 functions by the C and C++ front-ends.
6729 * config/darwin.c (_OBJC_IMAGE_INFO): New global metadata.
6730 * config/darwin.h (FUNCTION): Add in_objc_image_info.
6731 (SECTION_FUNCTION): Add objc_image_info_section.
6732 * doc/invoke.texi: Link to GCC web site for Objective-C information.
6733 (-fconstant-string-class): Update documentation.
6734 (-fno-nil-receivers, -fobjc-exceptions, -freplace-objc-classes,
6735 -fzero-link): New documentation.
6736 * objc/Make-lang.in (objc-parse.y): Change sed demarcations to begin
6737 with '@@'.
6738 * objc/lang-specs.h (@objective-c-header): Fix -E spec.
6739 * objc/objc/objc-act.c: Replace TYPE_NAME with OBJC_TYPE_NAME
6740 throughout; provide casts for return values from memory allocation
6741 functions (xmalloc, alloca, ggc_alloc, etc.).
6742 (OBJC_VOID_AT_END): New macro.
6743 (rtl.h): Do not #include any more.
6744 (STRING_OBJECT_GLOBAL_NAME): Replaced with STRING_OBJECT_GLOBAL_FORMAT.
6745 (TAG_MSGSEND_STRET, TAG_MSGSENDSUPER_STRET, TAG_MSGSEND_NONNIL,
6746 TAG_MSGSEND_NONNIL_STRET, TAG_EXCEPTIONEXTRACT, TAG_EXCEPTIONTRYENTER,
6747 TAG_EXCEPTIONTRYEXIT, TAG_EXCEPTIONMATCH, TAG_EXCEPTIONTHROW,
6748 TAG_SYNCENTER, TAG_SYNCEXIT): New NeXT runtime entry points.
6749 (struct val_stack, catch_count_stack, exc_binding_stack, val_stack_push,
6750 val_stack_pop): New.
6751 (objc_check_decl): Fix precondition for error message, along with
6752 the message itself.
6753 (lookup_and_install_protocols): Remove nonexistent protocols from
6754 protocol list instead of returning error_mark_node.
6755 (create_builtin_decl): Use DECL_ARTIFICIAL only for VAR_DECLs.
6756 (setup_string_decl): Generalize to use STRING_OBJECT_GLOBAL_FORMAT.
6757 (synth_module_prologue): General clean-up; construct NeXT-specific
6758 runtime API prototypes if needed.
6759 (build_string_class_template): Remove.
6760 (check_string_class_template, string_layout_checked): New.
6761 (build_objc_string_object): Generalize to work with
6762 -fconstant-string-class.
6763 (build_objc_symtab_template): Fix layout for the NeXT runtime.
6764 (build_metadata_decl): New.
6765 (forward_declare_categories): Call build_metadata_decl() instead of
6766 create_builtin_decl() et al.
6767 (build_module_descriptor): Use OBJC_VOID_AT_END instead of
6768 void_list_node_1.
6769 (build_selector_reference_decl, build_class_reference_decl,
6770 build_objc_string_decl): Do not set TREE_READONLY.
6771 (get_proto_encoding): Do not call hack_method_prototype().
6772 (get_class_reference): Add failure mode for invalid class names;
6773 support -fzero-link; defer if in an ObjC++ template declaration.
6774 (objc_declare_alias, objc_declare_class): Fix up duplicate name
6775 lookup; check for global scope if in ObjC++.
6776 (is_class_name): Generalize to work with various tree nodes (TYPE_DECL,
6777 RECORD_TYPE, IDENTIFIER_NODE, etc.)
6778 (objc_is_id): Removed.
6779 (objc_is_object_ptr): New function.
6780 (get_class_ivars_from_name): New function, used for @defs construct.
6781 (get_class_ivars): Add option to return raw ivars; create a
6782 ClASS_OWN_IVARS list for each class as needed.
6783 (objc_enter_block, objc_exit_block, objc_declare_variable,
6784 objc_build_throw_stmt, val_stack_push, val_stack_pop,
6785 objc_build_try_enter_fragment, objc_build_extract_expr,
6786 objc_build_try_exit_fragment, objc_build_extract_fragment,
6787 objc_build_try_prologue, objc_build_try_epilogue,
6788 objc_build_catch_stmt, objc_build_catch_epilogue,
6789 objc_build_finally_prologue, objc_build_finally_epilogue,
6790 objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
6791 objc_build_synchronized_epilogue, build_objc_exception_stuff):
6792 New functions.
6793 (_JBLEN): _setjmp jmpbuf size (needs to be made a target hook in
6794 the future).
6795 (build_private_template): Fix up calls to get_class_ivars().
6796 (offset_is_register, forwarding_offset): Remove.
6797 (objc_method_parm_type, objc_encoded_type_size): New functions.
6798 (encode_method_prototype): Simplify to no longer depend on
6799 back-end information.
6800 (build_tmp_function_decl_xxx, build_tmp_function_decl,
6801 hack_method_prototype): Removed.
6802 (generate_protocol_references): Remove calls to
6803 build_tmp_function_decl().
6804 (generate_protocols): Adjust calls to encode_method_prototype().
6805 (build_class_template): Generate sel_id' and 'gc_object_type' fields
6806 for the NeXT runtime.
6807 (synth_forward_declarations): Call build_metadata_decl().
6808 (check_ivars): Check that the number of ivars matches also.
6809 (build_super_template): Modify super_type directly; disable debugging
6810 output while generating decl.
6811 (build_ivar_list_initializer): Skip list elements that are not
6812 FIELD_DECLs.
6813 (ivar_list_length): New function.
6814 (generate_ivar_lists): Call ivar_list_length() instead of list_length()
6815 and encode_method_prototype() instead of encode_method_def().
6816 (build_shared_structure_initializer): Generate 'sel_id' field for
6817 the NeXT runtime.
6818 (generate_category): Do not set TREE_USED.
6819 (build_keyword_selector): Ditto; transform into a function argument
6820 chain.
6821 (get_arg_type_list): If there are no user-specified arguments, use
6822 '...'; use OBJC_VOID_AT_END.
6823 (check_duplicates): Add a parameter indicating whether methods or
6824 selectors are being checked.
6825 (receiver_is_class_object): Add parameters indicating whether
6826 receiver is 'self' or 'super'; robustify.
6827 (build_message_expr): Defer call to finish_message_expr() if
6828 inside an ObjC++ template.
6829 (lookup_method_in_hash_lists): New function.
6830 (finish_message_expr): Complete rewrite/fix.
6831 (build_objc_method_call): Ditto; factor out commonalities between
6832 the GNU and NeXT runtimes; acccommodate ..._stret and ...NonNil
6833 messenger variants on the NeXT.
6834 (lookup_instance_method_static, lookup_class_method_static):
6835 Fold into a single lookup_method_static() function with an
6836 additional parameter.
6837 (add_class_method, add_instance_method): Fold into a single
6838 add_method() function with an additional parameter.
6839 (add_category): Make duplicate categories a hard error in ObjC++.
6840 (add_instance_variable): Properly handle unnamed ivars, arrays of
6841 zero or no size and bitfields. In ObjC++, check for nontrivial
6842 C++ class instances.
6843 (is_public): Allow C functions to access non-@public ivars, with
6844 a warning.
6845 (start_class): Move common initializations to
6846 synth_module_prologue(); check for global scope if in ObjC++.
6847 (continue_class): Fix calls to finish_struct().
6848 (objc_declare_protocols, start_protocol): Check for global scope
6849 if in ObjC++.
6850 (encode_pointer): Encode 'BOOL *' specially on the NeXT.
6851 (encode_aggregate_within): Rewrite to properly distinguish
6852 struct tags from typedefs in both ObjC and ObjC++.
6853 (encode_bitfield, encode_complete_bitfield): Remove.
6854 (encode_next_bitfield, encode_gnu_bitfield): New functions.
6855 (encode_field_decl): Call encode_next_bitfield() or
6856 encode_gnu_bitfield() as needed.
6857 (synth_self_and_ucmd_args): New function.
6858 (start_method_def): Use it.
6859 (objc_types_are_equivalent): New function.
6860 (comp_proto_with_proto): Use it instead of comptypes(), since
6861 we need symmetry.
6862 (really_start_method): Use lookup_method_static() instead of
6863 lookup_class_method_static() and lookup_instance_method_static();
6864 Emit 'extern "C"' if in ObjC++ mode.
6865 (add_objc_decls): Removed.
6866 (UOBJC_SUPER_scope): New variable.
6867 (get_super_receiver): Move construction of 'super' from
6868 add_objc_decls(); remove dependency on struct objc_class.
6869 (encode_method_def): Removed; encode_method_prototype() is
6870 used instead.
6871 (objc_clear_super_receiver): New function.
6872 (objc_expand_function_end): Do not do anything for ordinary
6873 C functions.
6874 (finish_method_def): Mark ObjC methods as un-inlinable.
6875 (gen_declaration_1): Emit widths of bitfields.
6876 (finish_objc): Call generate_objc_image_info() if needed;
6877 use check_duplicates() when checking for selector duplicates.
6878 (generate_objc_image_info): New function.
6879 * objc/objc-act.h (add_instance_method, add_class_method,
6880 get_class_ivars): Remove prototypes.
6881 (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
6882 objc_build_synchronized_prologue, objc_build_synchronized_epilogue,
6883 objc_build_catch_stmt, objc_build_catch_epilogue,
6884 objc_build_finally_prologue, objc_build_finally_epilogue,
6885 add_method, get_class_ivars_from_name): New prototypes.
6886 (CLASS_BINFO_ELTS, PROTOCOL_BINFO_ELTS): New.
6887 (TYPE_PROTOCOL_LIST): Robustify to distinguish from
6888 TRANSLATION_UNIT_DECLs.
6889 (OBJC_TYPE_NAME): New.
6890 (objc_tree_code): Ensure that either <c-tree.h> or <cp/cp-tree.h>
6891 got included.
6892 (IS_SUPER): Robustify.
6893 (umsg_stret_decl, umsg_super_stret_decl, umsg_nonnil_decl,
6894 umsg_nonnil_stret_decl, objc_storage_class, objc_exception_extract_decl,
6895 objc_exception_try_enter_decl, objc_exception_try_exit_decl,
6896 objc_exception_match_decl, objc_exception_throw_decl,
6897 objc_sync_enter_decl, objc_sync_exit_decl, objc_exception_data_template,
6898 objc_setjmp_decl, objc_stack_exception_data, objc_caught_exception,
6899 objc_rethrow_exception, objc_eval_once, objc_exception_block_stack,
6900 objc_catch_type): New ObjC/ObjC++ roots.
6901 * objc/objc-tree.def (MESSAGE_SEND_EXPR, CLASS_REFERENCE_EXPR): New
6902 ObjC/ObjC++ tree node codes.
6903
6904 2003-09-24 Alexandre Oliva <aoliva@redhat.com>
6905
6906 * cpplib.c (do_pragma): Reintroduce cb_line_change call in the
6907 code path that calls a handler.
6908
6909 2003-09-24 Nathanael Nerode <neroden@gcc.gnu.org>
6910
6911 * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
6912 Disable fixproto.
6913
6914 * config.gcc: Clean up and reindent $with_cpu=yes|no clause and
6915 the section giving $with_cpu defaults by target.
6916
6917 * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
6918 arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*,
6919 rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*,
6920 rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*,
6921 rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*,
6922 i[34567]86-pc-msdosdjgpp*): Disable fixproto.
6923
6924 2003-09-24 David Edelsohn <edelsohn@gnu.org>
6925
6926 * config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
6927 together. Protect load string instruction with TARGET_STRING.
6928 (movti_string): Collapse case 1 and 2 together.
6929
6930 2003-09-24 Nathan Sidwell <nathan@codesourcery.com>
6931
6932 * c-common.c (c_common_type_for_mode): Check for VOIDmode.
6933
6934 2003-09-24 Richard Earnshaw <rearnsha@arm.com>
6935
6936 * arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in
6937 do...while(0)
6938
6939 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
6940
6941 * config.gcc: Move use_fixproto=no from generic vxworks clause to
6942 specific one.
6943
6944 * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
6945 (accidentally missed in last pass).
6946
6947 2003-09-23 Andrew Pinski <apinski@apple.com>
6948
6949 PR bootstrap/12383
6950 * configure: Regenerate.
6951
6952 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
6953
6954 * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
6955 missed in last pass).
6956
6957 2003-09-23 Alexandre Oliva <aoliva@redhat.com>
6958
6959 * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
6960 constant.
6961
6962 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
6963
6964 * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
6965
6966 * config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
6967 powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
6968 powerpcle-*-eabi*): Disable fixproto.
6969
6970 * config.gcc: Move use_fixproto=no from generic FreeBSD clause to
6971 specific FreeBSD clauses.
6972 * config.gcc: Move use_fixproto=no from generic NetBSD clause to
6973 specific NetBSD clauses.
6974 * config.gcc: Move use_fixproto=no from generic OpenBSD clause
6975 to specific OpenBSD clauses.
6976
6977 2003-09-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6978
6979 * pa.c (hppa_expand_prologue): Do pic register save in frame marker
6980 without adding a frame note.
6981 * pa.md (allocate_stack): Save pic register in new frame marker when
6982 generating pic code.
6983
6984 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>
6985
6986 * cgraphunit.c (cgraph_expand_all_functions): Renamed from
6987 cgraph_expand_functions.
6988
6989 2003-09-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6990
6991 * Makefile.in (gnucompare*): Merge into ...
6992 (slowcompare*): ... here.
6993 (fastcompare*): New targets.
6994 * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for
6995 other "fast" cmp programs.
6996 * configure: Regenerate.
6997
6998 2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6999
7000 * targhooks.c: Include output.h.
7001 * Makefile.in (targhooks.o): Add output.h to dependency list.
7002
7003 2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7004
7005 * config.host: Removed superfluous newline.
7006
7007 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
7008
7009 * config.gcc: Use ${target}, not $machine.
7010 * configure.in: Don't set $machine.
7011 * configure: Regenerate.
7012
7013 2003-09-23 Geoffrey Keating <geoffk@apple.com>
7014
7015 * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
7016
7017 * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
7018 pass zero-size arrays by reference.
7019 (rs6000_va_arg): Likewise.
7020
7021 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * config.gcc: Set use_fixproto=no in each specific *-gnu*
7024 configuration, rather than the generic one.
7025
7026 2003-09-23 Richard Henderson <rth@redhat.com>
7027
7028 * tree-inline.c (remap_save_expr): Map new save_expr to identity
7029 rather than to error_mark_node.
7030
7031 2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7032
7033 * configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
7034 Update description.
7035 * configure: Regenerate.
7036 * config.in: Likewise.
7037 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
7038 HAVE_GAS_SHF_MERGE value.
7039 * varasm.c (mergeable_string_section): Likewise.
7040 (mergeable_constant_section): Likewise.
7041
7042 2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7043
7044 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO
7045 value.
7046
7047 2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7048
7049 * target.h (struct gcc_target): New member external_libcall.
7050 * target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default.
7051 (TARGET_ASM_OUT): Use it.
7052 * doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document.
7053 * targhooks.c: Convert to ISO C 90.
7054 (default_external_libcall): New function.
7055 * targhooks.h (default_external_libcall): Declare.
7056 * varasm.c (assemble_external_libcall): Use
7057 targetm.asm_out.external_libcall instead of
7058 ASM_OUTPUT_EXTERNAL_LIBCALL.
7059 * config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6]
7060 (mips_output_external_libcall): Declare.
7061 * config/mips/mips.c (mips_output_external_libcall): Change
7062 definition guard.
7063 Change to match TARGET_ASM_EXTERNAL_LIBCALL.
7064 Only operate for O32 ABI.
7065 * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define
7066 instead of ASM_OUTPUT_EXTERNAL_LIBCALL.
7067 * config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef,
7068 superceded by TARGET_ASM_EXTERNAL_LIBCALL.
7069
7070 2003-09-22 Nathnael Nerode <neroden@gcc.gnu.org>
7071
7072 * config.gcc: Do per-target disabling of fixproto here in clauses,
7073 not in t- fragments.
7074 * configure.in: Adjust to set STMP_FIXPROTO correctly.
7075 * configure: Regenerate.
7076 * config/arm/t-semi, config/cris/t-cris, config/i386/t-beos,
7077 config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux,
7078 t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks,
7079 xtensa/t-xtensa: Remove setting of STMP_FIXPROTO.
7080 * config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd,
7081 t-interix, t-linux-aout: Delete files consisting only of
7082 setting of STMP_FIXPROTO.
7083
7084 * config.host: Allow unknown hosts (not targets). Allow
7085 ns32k-*-netbsdelf* as a host (not a target). Remove redundant
7086 empty clauses. Remove useless obsolete-configuration clause.
7087 Prune unsupported configuration list. Collapse identical
7088 clauses for closely related systems. Rewrite comment for
7089 unsupported hosts list. Reorganize a little.
7090
7091 2003-09-22 Richard Henderson <rth@redhat.com>
7092
7093 * c-common.c (c_common_signed_or_unsigned_type): Examine mode,
7094 not precision.
7095
7096 2003-09-22 David Edelsohn <edelsohn@gnu.org>
7097 Hartmut Penner <hpenner@de.ibm.com>
7098 Segher Boessenkool <boessen@de.ibm.com>
7099
7100 * config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ...
7101 (gpr_or_gpr_p): Test INT_REGNO_P and convert to boolean.
7102 (rs6000_split_altivec_in_gprs): Rename to ...
7103 (rs6000_split_multireg_move): Add support for update addressing.
7104 * config/rs6000/rs6000-protos.h: Same.
7105 * config/rs6000/altivec.md: Same.
7106 * config/rs6000/rs6000.md (movdi_internal32): Use new splitter for
7107 multiple GPRs.
7108 (movti): Remove TARGET_STRING || TARGET_POWERPC64 final condition.
7109 (movti_power): Use new splitter for multiple GPRs.
7110 (movti_string): Same.
7111 (movti_ppc64): Same.
7112
7113 2003-09-22 Bob Wilson <bob.wilson@acm.org>
7114
7115 * config/xtensa/xtensa-protos.h: Convert to ISO C90.
7116 * config/xtensa/xtensa.c: Convert to ISO C90. Minor formatting fixes.
7117
7118 2003-09-22 Alexandre Oliva <aoliva@redhat.com>
7119
7120 * config/mn10300/mn10300.md: Revert 2003-09-17's patch.
7121 (andsi3): Set attr cc to set_zn when using shifts or adds.
7122
7123 2003-09-22 Bernardo Innocenti <bernie@develer.com>
7124
7125 * doc/contrib.texi: Add Peter Barada, Paul Dale and myself.
7126
7127 2003-09-22 Bernardo Innocenti <bernie@develer.com>
7128
7129 * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS):
7130 Resurrect -mrtd option.
7131
7132 2003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
7133
7134 PR target/12281
7135 * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Call
7136 mark_referenced instead of setting TREE_SYMBOL_REFERENCED.
7137
7138 2003-09-22 Olivier Hainque <hainque@act-europe.fr>
7139
7140 PR target/9786
7141 * reg-stack.c (convert_regs_1): Purge possible dead eh edges
7142 after potential deletion of trapping insn. Avoids later ICE
7143 from call to fixup_abnormal_edges.
7144 (convert_regs_2): Stack the current block successors before
7145 processing this block, that is, before the potential deletion of
7146 dead edges by convert_regs_1, because these edges have been used
7147 to initialize the predecessors count.
7148
7149 2003-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
7150
7151 * real.c: Fix several nits in the head comment.
7152
7153 2003-09-21 Richard Henderson <rth@redhat.com>
7154
7155 * tree.h c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
7156 diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
7157 print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
7158 tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
7159 config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Revert.
7160
7161 2003-09-21 Richard Henderson <rth@redhat.com>
7162
7163 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
7164 (TREE_FILENAME, TREE_LINENO): Likewise.
7165 (set_tree_locus, copy_tree_locus, set_tree_file_line): New.
7166 (TREE_LOCUS_SET_P): New.
7167 * c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
7168 diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
7169 print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
7170 tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
7171 config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Update to match.
7172
7173 2003-09-21 Nathanael Nerode <neroden@gcc.gnu.org>
7174
7175 * config/vax/vax-protos.h: Convert to ISO C90.
7176 * config/vax/vax.c: Convert to ISO C90.
7177
7178 2003-09-21 Graham Stott <grahams@btinternet.com>
7179
7180 PR target/12353
7181 * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.
7182
7183 2003-09-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7184
7185 PR target/12301
7186 * reorg.c (stop_search_p): Return 1 for insns that can
7187 throw internally.
7188
7189 2003-09-20 Richard Henderson <rth@redhat.com>
7190
7191 * c-format.c (gcc_diag_char_table): Add %J.
7192 (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Likewise.
7193 (check_format_types): Fix wanted_type name lookup.
7194 (init_dynamic_diag_info): Setup %J.
7195 * diagnostic.c (text_specifies_location): Implement %J.
7196 * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c, calls.c,
7197 dwarfout.c, expr.c, function.c, stmt.c, stor-layout.c, toplev.c,
7198 tree-inline.c, tree-optimize.c, varasm.c, config/arm/pe.c,
7199 config/i386/winnt.c, config/ia64/ia64.c, config/mcore/mcore.c,
7200 config/v850/v850.c, objc/objc-act.c: Use %J in diagnostics.
7201
7202 * tree-inline.c: Include intl.h
7203 (inline_forbidden_p_1): Fix i18n of inline_forbidden_reason.
7204 * Makefile.in (tree-inline.o): Update.
7205
7206 2003-09-20 Roger Sayle <roger@eyesopen.com>
7207
7208 * config/i386/i386.c (ix86_expand_carry_flag_compare): Fix
7209 transformation of a>=0 into (unsigned)a<0x80000000.
7210
7211 2003-09-20 Andrew Pinski <apinski@apple.com>
7212
7213 * config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.
7214
7215 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7216
7217 * Makefile.in: Don't set (unused) DLLTOOL.
7218
7219 * config/arm/t-linux, config/arm/t-netbsd, config/arm-t-semi:
7220 Remove obsolete references to ENQUIRE.
7221
7222 2003-09-19 Nathanael Nerode <neroden@gcc.gnu.org>
7223
7224 * configure.in: Remove --with-elf, which doesn't work.
7225 * configure: Regenerate.
7226 * config.gcc: Remove references to $elf, which does nothing.
7227
7228 * config/i386/xm-vsta.h: Remove xm-file believed useless.
7229 * config.build (i386-vsta): Remove reference to it.
7230 * config.host (i386-vsta): Remove reference to it.
7231
7232 2003-09-19 Phil Edwards <phil@codesourcery.com>
7233
7234 * doc/install.texi: Document the multiple testsuite options.
7235
7236 2003-09-19 Gerald Pfeifer <gerald@pfeifer.com>
7237
7238 * doc/install.texi (Specific): Add the specific versions of GCC
7239 where support for FreeBSD 1, HP-UX version 9 and older, and AIX
7240 version 3 and older was discontinued.
7241
7242 2003-09-19 Joel Sherrill <joel@oarcorp.com>
7243
7244 * config/m68k/t-m68kbare, config/m68k/t-rtems: Change 68681 to
7245 68881.
7246
7247 2003-09-19 Bernardo Innocenti <bernie@develer.com>
7248
7249 * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines
7250 for -m68030, -m68020-60 and -m68020-40.
7251 * config/m68k/m68k.h (TARGET_68030): New target flag.
7252 * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, MASK_REGPARM,
7253 TARGET_REGPARM): Remove.
7254 * config/m68k/m68k.h: Regroup and renumber target flags.
7255 * config/m68k/m68k.h (TARGET_SWITCHES): Fix some tabulations.
7256 * config/m68k/m68k.h (RETURN_POPS_ARGS): Always evaluate to 0.
7257 * config/m68k/m68k.h (FUNCTION_ARG): Likewise.
7258 * config/m68k/m68k.h (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
7259 * config/m68k/m68k-none.h: Use MASK_xxx values in M68K_CPU_xxx macros.
7260
7261 2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7262
7263 * config/m68k/t-rtems (m68k-*-rtems*): New.
7264 * config.gcc: Use config/m68k/t-rtems.
7265
7266 2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7267
7268 * config/mips/t-rtems: New.
7269 * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems.
7270
7271 2003-09-19 Kelley Cook <kelleycook@wideopenwest.com>
7272
7273 * cgraph.c: Fix typo in debugging output.
7274
7275 2003-09-19 T. Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7276 Eric Botcazou <ebotcazou@libertysurf.fr>
7277
7278 PR target/12166
7279 * config/sparc/sol2-c1.asm (start): Set __Argv if GCRT1.
7280
7281 2003-09-18 Mike Stump <mrs@apple.com>
7282
7283 * c-ppoutput.c (print): Use fileline typedef for field 'line'.
7284 (print_line, maybe_print_line, cb_define, cb_undef, cb_include,
7285 cb_ident, cb_def_pragma): Use fileline typedef.
7286 * cpphash.h (struct cpp_reader): Likewise for field out.first_line.
7287
7288 2003-09-18 Danny Smith <dannysmith@users.sourceforge.net>
7289
7290 * config/i386/winnt.c (gen_stdcall_suffix): Quit summation of
7291 total parm size if a parm has incomplete type.
7292 (gen_fastcall_suffix): Likewise.
7293
7294 2003-09-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7295
7296 * except.c (output_function_exception_table): Adjust last change
7297 to handle TYPE of INTEGER_CST.
7298
7299 2003-09-18 Mark Mitchell <mark@codesourcery.com>
7300
7301 PR target/11184
7302 * builtins.c (expand_builtin_apply): Use convert_memory_address
7303 before returning the value.
7304
7305 * alias.c (find_base_value): Simplify use of
7306 convert_memory_address.
7307 (find_base_term): Likewise.
7308 * builtins.c (expand_builtin_stejmp_setup): Likewise.
7309 (expand_builtin_longjmp): Likewise.
7310 (expand_builtin_prefetch): Likewise.
7311 (get_memory_rtx): Likewise.
7312 (expand_builtin_return): Likewise.
7313 (expand_builtin_memcpy): Likewise.
7314 (expand_builtin_strncpy): Likewise.
7315 (expand_builtin_memset): Likewise.
7316 (expand_builtin_va_arg): Likewise.
7317 (expand_builtin_va_copy): Likewise.
7318 (expand_builtin_alloca): Likewise.
7319 * calls.c (expand_call): Likewise.
7320 * except.c (expand_builtin_extract_return_addr): Likewise.
7321 (expand_builtin_eh_return): Likewise.
7322 * explow.c (convert_memory_address): Define even when
7323 POINTER_EXTEND_UNSIGNED is not defined. Do nothing if the address
7324 is already in the right mode.
7325 * explow.c (memory_address): Simplify use of convert_memory_address.
7326 (probe_stack_range): Likewise.
7327 * expmed.c (make_tree): Likewise.
7328 * expr.c (emit_block_move_in_libcall): Likewise.
7329 (expand_assignment): Likewise.
7330 (expand_expr): Likewise.
7331 * function.c (assign_parms): Likewise.
7332 (expand_function_end): Likewise.
7333 * integrate.c (copy_rtx_and_substitute): Likewise.
7334 * stmt.c (expand_computed_goto): Likewise.
7335
7336 2003-09-18 Roger Sayle <roger@eyesopen.com>
7337
7338 * simplify-rtx.c (simplify_unary_operation): Only transform
7339 (not (eq X Y)) into (ne X Y) when mode is BImode or STORE_FLAG_VALUE
7340 is -1. RTL "not" is a bit-wise not, "~", not a logical not "!".
7341
7342 2003-09-18 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7343
7344 PR target/11674
7345 * config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.
7346
7347 2003-09-18 Roger Sayle <roger@eyesopen.com>
7348
7349 * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
7350 PARITY_EXPR): Delete unused tree codes.
7351 * c-common.c (c_common_truthvalue_conversion): Delete references
7352 to FFS_EXPR and POPCOUNT_EXPR.
7353 * c-pretty-print.c (pp_c_postfix_expression): Remove FFS_EXPR.
7354 (pp_c_expression): Likewise.
7355 * expr.c (expand_expr): Delete RTL expansion of FFS_EXPR, CLZ_EXPR,
7356 CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.
7357 * fold-const.c (tree_expr_nonnegative_p): Remove FFS_EXPR, CLZ_EXPR,
7358 CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR. Add support for calls to
7359 BUILT_IN_FFS, BUILT_IN_PARITY and BUILT_IN_POPCOUNT and their long
7360 and long long variants.
7361
7362 2003-09-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
7363
7364 * c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
7365 * c-pretty-print.c: Fix formatting.
7366 (pp_c_integer_constant): Append type annotation to literals. Tidy.
7367 (pp_c_type_specifier): Tidy.
7368 (pp_c_compound_literal): New function.
7369 (pp_c_initializer): Simplify..
7370 (pp_c_initializer_list): Likewise.
7371 (pp_c_brace_enclosed_initializer_list): New function.
7372 (pp_c_postfix_expression): Simplify.
7373
7374 2003-09-17 Alexandre Oliva <aoliva@redhat.com>
7375
7376 * config/mn10300/mn10300.md (andsi3, iorsi3, xorsi3,
7377 one_complsi2, bit-clear, bit-set, iorqi3): Make them set_zn.
7378
7379 2003-09-17 Richard Henderson <rth@redhat.com>
7380
7381 * tree-optimize.c (tree_rest_of_compilation): Save and restore
7382 input_location.
7383
7384 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7385
7386 * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
7387
7388 2003-09-17 Richard Henderson <rth@redhat.com>
7389
7390 * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
7391
7392 2003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7393
7394 * configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
7395 * configure: Regenerate.
7396
7397 2003-09-17 Mark Mitchell <mark@codesourcery.com>
7398
7399 PR debug/12066
7400 * dbxout.c (dbxout_init): Use a langhook to find builtin types.
7401 * langhooks-def.h (lhd_return_null_tree_v): New function.
7402 (LANG_HOOKS_BUILTIN_TYPE_DECLS): New macro.
7403 (LANG_HOOKS_DECLS): Add it to the intializer.
7404 * langhooks.c (lhd_return_null_tree_v): New function.
7405 * langhooks.h (lang_hooks_for_decls): Add builtin_type_decls.
7406
7407 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7408
7409 * configure.in: Quote gcc_config_arguments for configargs.h.
7410 * configure: Regenerated.
7411 * gccbug.in: Don't shell-expand gcc_config_arguments.
7412
7413 2003-09-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
7414
7415 PR c++/11357
7416 * c-pretty-print.c (pp_c_floating_constant): Append
7417 type-annotation to floating constants.
7418
7419 2003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7420
7421 * config/mips/iris5.h (TARGET_OS_CPP_BUILTINS): Define _LONGLONG.
7422 Define _ABIO32.
7423 Use it for _MIPS_SIM.
7424 * config/mips/iris6-o32.h (TARGET_OS_CPP_BUILTINS): Removed.
7425
7426 * config/mips/iris6-o32-as.h (SUBTARGET_ASM_OPTIMIZING_SPEC):
7427 Moved ...
7428 * config/mips/iris5.h (SUBTARGET_ASM_OPTIMIZING_SPEC): ... here,
7429 updating comment.
7430 Fixes PR target/10190.
7431
7432 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7433
7434 * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
7435 to shared libraries.
7436
7437 2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
7438
7439 PR optimization/11646
7440 * cfgrtl.c (purge_dead_edges) [JUMP_INSN]: Rematerialize the
7441 EDGE_ABNORMAL flag for EH edges.
7442 * toplev.c (rest_of_handle_cse): Delete unreachable blocks
7443 if dead edges were purged.
7444
7445 2003-09-16 Bernardo Innocenti <bernie@develer.com>
7446
7447 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.
7448 * config/m68k/m68k-none.h (CPP_CPU_DEFAULT_SPEC): Kill all definitions.
7449 * config/m68k/m68k-none.h (CPP_FPU_SPEC): Remove.
7450 * config/m68k/m68k-none.h (CPP_SPEC): Likewise.
7451
7452 2003-09-16 Ian Lance Taylor <ian@wasabisystems.com>
7453
7454 * cfgcleanup.c (label_is_jump_target_p): Correct use of table
7455 returned by tablejump_p.
7456
7457 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7458
7459 * dwarf2asm.c (dw2_asm_output_nstring): Add comment.
7460
7461 2003-09-16 Roger Sayle <roger@eyesopen.com>
7462
7463 PR bootstrap/12269
7464 * simplify-rtx.c (simplify_gen_relational): Allow the cmp_mode
7465 argument to be VOIDmode, taking the mode of the comparison from
7466 the operands. Only call simplify_relational_operation if we
7467 know the mode of the comparison. Honor FLOAT_STORE_FLAG_VALUE
7468 if comparison has a floating point result. Ensure that the
7469 result is always of the specified mode.
7470 (simplify_replace_rtx): Simplify call to simplify_gen_relational.
7471 (simplify_unary_operation): Ensure the correct mode and cmp_mode
7472 are always passed to simplify_gen_relational. Simplify NOT of
7473 comparison operator in any mode, not just BImode.
7474 (simplify_ternary_operation): Correct tests on the return value
7475 of simplify_relational_operation to use const_true_rtx, not
7476 const1_rtx. Abort if it ever returns a non-constant result.
7477
7478 * cfgloopanal.c (count_strange_loop_iterations): Use the function
7479 simplify_relational_operation, not simplify_gen_relational, if
7480 we're only interested in constant comparisons and will ignore
7481 non-constant results.
7482
7483 2003-09-16 Roger Sayle <roger@eyesopen.com>
7484
7485 * fold-const.c (tree_swap_operands_p): New function to determine
7486 the prefered ordering of operands.
7487 (fold): Numerous clean-ups. Use tree_swap_operands_p when swapping
7488 operands to commutative, comparison or ternary operators. Replace
7489 uses of TREE_SET_CODE with recursive call to fold. Remove duplicate
7490 transformation of A ? B : C into !A ? C : B.
7491
7492 2003-09-16 Jakub Jelinek <jakub@redhat.com>
7493
7494 * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7495 * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7496 * config/arm/linux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7497 * config/rs6000/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7498 * config/rs6000/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7499 * config/sh/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7500 * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7501 * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7502
7503 2003-09-16 Jason Merrill <jason@redhat.com>
7504 Jakub Jelinek <jakub@redhat.com>
7505
7506 * c-common.c (handle_warn_unused_result_attribute): New function.
7507 (c_common_attribute_table): Add warn_unused_result.
7508 (c_expand_expr): Issue warning when result of inlined function
7509 with warn_unused_result attribute is ignored.
7510 * calls.c (expand_call): Issue warning when result of function
7511 with warn_unused_result attribute is ignored.
7512 * c-common.h (STMT_EXPR_WARN_UNUSED_RESULT): Define.
7513 * expr.c (expr_wfl_stack): Define.
7514 (expand_expr) <case EXPR_WITH_FILE_LOCATION>: If ignore,
7515 pass const0_rtx as target. Chain locations into expr_wfl_stack.
7516 * tree-inline.c (expand_call_inline): Set STMT_EXPR_WARN_UNUSED_RESULT
7517 bit if inlined function has warn_unused_result attribute.
7518 * input.h (expr_wfl_stack): Declare.
7519 * doc/extend.texi: Document warn_unused_result attribute.
7520
7521 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
7522
7523 * cpplib.c (do_pragma): Remove unnecessary cb_line_change.
7524
7525 2003-09-15 Bob Wilson <bob.wilson@acm.org>
7526
7527 * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
7528 ATTRIBUTE_UNUSED.
7529 (call_insn_operand): For PIC, don't allow a direct call to a
7530 function in a different section than the current one.
7531
7532 2003-09-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7533
7534 * doc/invoke.texi (Warning Options): Add missing hyphen before
7535 "Wimport". Change "-Wno-endif-labels" to "-Wendif-labels".
7536 Move "-Wold-style-definition" to the C-only section.
7537 Fix the ordering of the warning options.
7538
7539 2003-09-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7540 Jeff Law <law@redhat.com>
7541
7542 * gcse.c (remove_reachable_equiv_notes): New.
7543 replace_store_insn): Call it. Update antic list.
7544 (store_killed_in_insn): Take REG_EQUAL notes into account.
7545 (build_store_vectors, delete_store): Add parameter to
7546 replace_store_insn call.
7547
7548 2003-09-15 Bob Wilson <bob.wilson@acm.org>
7549
7550 * config/xtensa/xtensa.h (LEGITIMATE_PIC_OPERAND_P): Use
7551 SYMBOL_REF_LOCAL_P.
7552
7553 2003-09-15 Kazu Hirata <kazu@cs.umass.edu>
7554
7555 * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.
7556 (FUNCTION_ARG_PADDING): Use DEFAULT_FUNCTION_ARG_PADDING.
7557 * config/ia64/ia64.c (ia64_hpux_function_arg_padding):
7558 Likewise.
7559 * config/m68hc11/m68hc11.c (m68hc11_function_arg_padding):
7560 Likewise.
7561 * config/rs6000/rs6000.c (function_arg_padding): Likewise.
7562 * config/sparc/sparc.c (function_arg_padding): Likewise.
7563
7564 2003-09-15 Vladimir Makarov <vmakarov@redhat.com>
7565
7566 * haifa-sched.c (schedule_block): Use ready_remove_first instead
7567 of choose_ready for non-dfa insn scheduling.
7568
7569 2003-09-15 Andreas Jaeger <aj@suse.de>
7570 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7571
7572 * doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
7573 * c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
7574 * c-parse.in: Warn about old-style parameter definition.
7575 * c-common.c: Define warn_old_style_defintion.
7576 * c-common.h: Declare it.
7577 * c.opt: Add Wold-style-defintion.
7578
7579 2003-09-15 Andreas Jaeger <aj@suse.de>
7580
7581 * config/rs6000/altivec.h: Convert () prototypes to ISO C90.
7582 * config/rs6000/rs6000.c: Likewise.
7583
7584 2003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7585
7586 PR optimization/10914
7587 * expr.h (get_condition, canonicalize_condition): Declaration changed.
7588 * cfgloopanal.c (simple_loop_exit_p): Add parameter to a get_condition
7589 and canonicalize_condition calls.
7590 * gcse.c (fis_get_condition, delete_null_pointer_checks_1,
7591 delete_null_pointer_checks): Ditto.
7592 * ifcvt.c (noce_get_alt_condition, noce_get_condition): Ditto.
7593 * predict.c (estimate_probability, expected_value_to_br_prob): Ditto.
7594 * loop.c (check_dbra_loop, get_condition_for_loop): Ditto.
7595 (canonicalize_condition, get_condition): Allow to return comparisons
7596 of cc mode registers.
7597 * loop-unswitch.c (may_unswitch_on_p, unswitch_single_loop): Allow
7598 cc mode registers comparison in condition.
7599
7600 2003-09-12 Mark Mitchell <mark@codesourcery.com>
7601
7602 * coverage.c (create_coverage): Do not call pushlevel/poplevel.
7603 * langhooks-def.h (lhd_do_nothing_iii_return_null_tree): New
7604 function.
7605 * langhooks.c (lhd_do_nothing_iii_return_null_tree): Define it.
7606
7607 2003-09-14 Kazu Hirata <kazu@cs.umass.edu>
7608
7609 * combine.c (simplify_comparison): Convert
7610 (ne (and (lshiftrt (xor X CST) Y) 1) 0) into
7611 (eq (and (lshiftrt X Y) 1) 0).
7612
7613 2003-09-14 Kazu Hirata <kazu@cs.umass.edu>
7614
7615 * alias.c: Follow spelling conventions.
7616 * cpphash.h: Likewise.
7617 * fold-const.c: Likewise.
7618
7619 2003-09-14 Alexandre Oliva <aoliva@redhat.com>
7620
7621 * c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.
7622 * c-lex.c (cb_line_change): Skip line changing whenever
7623 c-ppoutput.c would.
7624
7625 2003-09-14 Steven Bosscher <steven@gcc.gnu.org>
7626
7627 * ra.c: Convert to ISO C90 prototypes.
7628 * ra-build.c: Likewise.
7629 * ra-colorize.c: Likewise.
7630 * ra-debug.c: Likewise.
7631 * ra-rewrite.c: Likewise.
7632
7633 2003-09-14 Richard Sandiford <rsandifo@redhat.com>
7634
7635 * Makefile.in (%.dvi): Remove excess $(docdir).
7636
7637 2003-09-14 Richard Sandiford <rsandifo@redhat.com>
7638
7639 * function.c (STACK_BYTES): Move definition to head of file.
7640 (assign_parms): Don't pass current_function_pretend_args_size
7641 directly to SETUP_INCOMING_VARARGS. For partial register arguments,
7642 round current_function_pretend_args_size up to STACK_BYTES. Skip any
7643 excess before laying out the argument.
7644
7645 2003-09-14 Andreas Jaeger <aj@suse.de>
7646
7647 * objc/objc-act.c: Convert to ISO C90 prototypes.
7648 * objc/objc-act.h: Likewise.
7649
7650 2003-09-14 Olaf Hering <olh@suse.de>
7651
7652 * config/rs6000/rs6000.c: Fix typo: Remove extra ')'.
7653
7654 2003-09-13 Andrew Pinski <pinskia@physics.uc.edu>
7655
7656 PR target/12021
7657 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
7658 as they already are done in config/m68k/m68k.h.
7659 * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise
7660
7661 * config/rs6000/rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Remove.
7662 (machopic_output_stub): Only generate pic base symbols when using pic
7663 and generate them in the form L00000000$spb.
7664
7665 2003-09-13 Richard Henderson <rth@redhat.com>
7666
7667 * cgraphunit.c (cgraph_assemble_pending_functions): Export.
7668 (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
7669 * cgraph.h: Update.
7670
7671 2003-09-12 Dale Johannesen <dalej@apple.com>
7672
7673 * config/rs6000/rs6000.c: Fix typos in previous.
7674
7675 2003-09-12 Ziemowit Laski <zlaski@apple.com>
7676
7677 * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
7678 when allocating pp->buffer.
7679
7680 2003-09-12 Geoffrey Keating <geoffk@apple.com>
7681
7682 * config/darwin.c (machopic_select_rtx_section): Use
7683 const_data_section for things that might require relocation.
7684
7685 2003-09-12 H.J. Lu <hongjiu.lu@intel.com>
7686
7687 PR bootstrap/12264
7688 * tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.
7689
7690 2003-09-12 Bob Wilson <bob.wilson@acm.org>
7691
7692 * config/xtensa/elf.h (ASM_SPEC): Remove no-density option. Reformat.
7693 * config/xtensa/linux.h (ASM_SPEC): Likewise.
7694 * config/xtensa/xtensa.h (TARGET_SWITCHES): Remove -mbig-endian,
7695 -mlittle-endian, -m[no-]density, -m[no-]abs, -m[no-]addx, -m[no-]mac16,
7696 -m[no-]mul16, -m[no-]mul32, -m[no-]nsa, -m[no-]minmax, -m[no-]sext,
7697 -m[no-]booleans, -mhard-float, -msoft-float, -m[no-]hard-float-div,
7698 -m[no-]hard-float-recip, -m[no-]hard-float-sqrt, and
7699 -m[no-]hard-float-rsqrt options. Delete corresponding MASK_* macros
7700 and redefine corresponding TARGET_* macros with constants from the
7701 xtensa-config.h header.
7702 * doc/invoke.texi (Option Summary, Xtensa Options): Remove documention
7703 for the options listed above.
7704
7705 2003-09-12 Dale Johannesen <dalej@apple.com>
7706
7707 * config/rs6000/rs6000-protos.h: Use C90 prototypes.
7708 * config/rs6000/rs6000-c.c: Ditto.
7709 * config/rs6000/rs6000.c: Ditto.
7710 * config/rs6000/ sysv4.h: Ditto.
7711
7712 2003-09-12 Chris Lattner <sabre@nondot.org>
7713
7714 * loop.c: Move comments describing BIV's and GIV's to top of file
7715
7716 2003-09-12 Roger Sayle <roger@eyesopen.com>
7717
7718 PR optimization/8967
7719 * alias.c (write_dependence_p): Modify to take an additional constp
7720 argument that controls whether the UNCHANGING_RTX_P flags are used.
7721 (anti_dependence, output_dependence): Adjust write_dependence_p
7722 callers to pass this additional argument, to return the same result.
7723 (unchanging_anti_dependence): New variant of anti_dependence that
7724 ignores the UNCHANGING_RTX_P property on memory references.
7725 * rtl.h (unchaning_anti_dependence): Prototype here.
7726 * flow.c (init_propagate_block): Place fake constant mem writes on
7727 the mem_set_list so that dead writes to const variables are deleted.
7728 (insn_dead_p): Change anti_dependence to unchanging_anti_dependence.
7729 (mark_used_regs): Likewise.
7730
7731 2003-09-12 Richard Sandiford <rsandifo@redhat.com>
7732
7733 * config/mcore/mcore-protos.h (mcore_r15_operand_p): Declare.
7734 (mcore_secondary_reload_class): Declare.
7735 (mcore_output_inline_const_forced): Remove.
7736 * config/mcore/mcore.md (movsi): Remove the code that forced
7737 non-inlineable constants into a register if the target was r15
7738 or the stack pointer. Remove constant restrictions from the main
7739 define_insn. Remove r <- I, r <- M and r <- N alternatives in favor
7740 of an r <- P alternative. Remove fallback define_insn for reload.
7741 (movhi, movqi): Use gen_lowpart rather than gen_SUBREG. Remove reload
7742 define_insn. Use mcore_output_move in the remaining define_insn.
7743 Adjust condition and constraints in the way as for movsi.
7744 (movdi): Always split unacceptable constants into two. Use
7745 simplify_gen_subreg instead of operand_subword{,_force}.
7746 * config/mcore/mcore.c (mcore_output_inline_const_forced): Remove.
7747 (mcore_output_move): Support HImode and QImode moves as well.
7748 (mcore_m15_operand_p): New function.
7749 (mcore_reload_class): Use it to detect cases where LRW_REGS are better.
7750 (mcore_secondary_reload_class): New function.
7751 * config/mcore/mcore.h (SECONDARY_RELOAD_CLASS): Redefine in
7752 terms of mcore_secondary_reload_class.
7753
7754 2003-09-11 Mike Stump <mrs@apple.com>
7755
7756 * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
7757
7758 2003-09-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7759
7760 * builtins.c (fold_builtin_logarithm): if N can't be truncated to
7761 MODE exactly, then only convert logN(N) -> 1.0 if
7762 flag_unsafe_math_optimizations is set.
7763
7764 * builtins.c (builtin_dconsts_init, dconstpi, dconste,
7765 init_builtin_dconsts): Delete.
7766 * emit-rtl.c (dconstpi, dconste): Define.
7767 (init_emit_once): Initialize dconstpi & dconste.
7768 * real.h (dconstpi, dconste): Declare.
7769
7770 2003-09-11 Alexandre Oliva <aoliva@redhat.com>
7771
7772 PR fortran/11522
7773 * dwarf2out.c (gen_inlined_subroutine_die): Emit abstract function
7774 for ultimate origin even if block is abstract.
7775
7776 2003-09-11 Roger Sayle <roger@eyesopen.com>
7777
7778 * combine.c (combine_simplify_rtx): Move several NOT and NEG
7779 optimizations from here...
7780 * simplify-rtx.c (simplify_unary_operation): to here. Recursively
7781 simplify expressions using simplify_gen_*ary instead of gen_rtx_*.
7782
7783 2003-09-11 Richard Henderson <rth@redhat.com>
7784
7785 * cgraphunit.c (cgraph_finalize_function): Add nested arg.
7786 Tweek tests for function already generated.
7787 (cgraph_expand_function): Don't double announce in !unit-at-a-time.
7788 * cgraph.h (cgraph_finalize_function): Update for extra arg.
7789 * c-decl.c (finish_function): Likewise.
7790
7791 2003-09-10 Joe Buck <jbuck@welsh-buck.org>
7792
7793 * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.
7794
7795 2003-09-10 Jerry Quinn <jlquinn@optonline.net>
7796
7797 * real.c: Update URL to VAX floating point docs.
7798 (decode_vax_d): Extract 8 exponent bits instead of 7.
7799
7800 2003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
7801
7802 * combine.c (force_to_mode): Set fuller_mask based only on mask,
7803 not op_mode.
7804
7805 2003-09-11 Jan Hubicka <jh@suse.cz>
7806
7807 * c-objc-common.c (c_cannot_inline_tree_fn): Warn
7808 on why function is not inlinable; do not check
7809 the body.
7810 (inline_forbidden_p): Move to...
7811 * tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
7812 deal with alloca, longjmp.
7813 (inline_forbidden_p): New static function.
7814 (find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
7815 find_builtin_longjmp_call): Kill.
7816
7817 2003-09-10 Richard Henderson <rth@redhat.com>
7818
7819 * cgraph.h (struct cgraph_node): Rename lowered to analyzed.
7820 * cgraphunit.c: Update to match.
7821 (record_call_1): Rearrange. Call lang hook for language nodes.
7822 (cgraph_analyze_function): Don't call lower_function.
7823 * langhooks.h (struct lang_hooks_for_callgraph): Replace
7824 lower_function with analyze_expr.
7825 * langhooks-def.h: Update to match.
7826 * langhooks.c (lhd_callgraph_analyze_expr): New.
7827
7828 2003-09-10 Martin Husemann <martin@duskware.de>
7829
7830 PR target/11965
7831 * config/sparc/sparc.c (sparc_v8plus_shift): Protect against
7832 constants greater than 63.
7833 * config/sparc/sparc.md (ashlsi3, ashrsi3, lshrsi3): Protect
7834 against constants greater than 31.
7835 (*ashldi3_sp64, *ashrdi3_sp64, *lshrdi3_sp64): Protect against
7836 constants greater than 63.
7837
7838 2003-09-09 Richard Henderson <rth@redhat.com>
7839
7840 * cgraphunit.c (cgraph_finalize_function): Remove unused argument.
7841 * cgraph.h (cgraph_finalize_function): Update.
7842 * c-decl.c (finish_function): Update.
7843
7844 2003-09-09 Devang Patel <dpatel@apple.com>
7845
7846 * config/darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.
7847 * doc/invoke.texi: Document new Darwin linker option -nofixprebinding.
7848
7849 2003-09-09 Eric Christopher <echristo@redhat.com>
7850
7851 * configure.in: Change usage of 'head' to 'sed 1q'.
7852 * configure: Regenerate.
7853
7854 2003-09-09 Richard Henderson <rth@redhat.com>
7855
7856 * except.c: Include cgraph.h.
7857 (output_function_exception_table): Invoke
7858 cgraph_varpool_mark_needed_node.
7859 * Makefile.in (except.o): Update.
7860
7861 2003-09-07 Kelley Cook <kelleycook@wideopenwest.com>
7862
7863 * Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS
7864 and use it throughout.
7865
7866 2003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7867
7868 * builtins.c (real_dconstp, fold_builtin_logarithm,
7869 fold_builtin_exponent): New, split out from fold_builtin. Also
7870 generalize to add log2, log10, exp2 and exp10/pow10 equivalents.
7871 * emit-rtl.c (dconst3, dconst10, dconstthird): New.
7872 (init_emit_once): Initialize new dconsts, use ARRAY_SIZE in lieu
7873 of hardcoded array size.
7874 * fold-const.c (fold): Add cases for exp2, exp10 and pow10.
7875 (tree_expr_nonnegative_p): Likewise.
7876 * real.h (dconst3, dconst10, dconstthird): New.
7877
7878 2003-09-09 Jan Hubicka <jh@suse.cz>
7879
7880 * cgraphunit.c (cgraph_finalize_function): Fix handling of extern
7881 inline functions.
7882 (cgraph_finalize_compilation_unit): Fix crash when dealing with lost
7883 DECL_SAVED_TREE.
7884
7885 2003-09-09 Roger Sayle <roger@eyesopen.com>
7886
7887 * builtins.c (fold_builtin_cabs): Protect the complex argument
7888 against multiple evaluation when optimizing cabs* into sqrt*.
7889
7890 2003-09-09 Jan Hubicka <jh@suse.cz>
7891
7892 * varasm.c (notice_global_symbol): Properly deal with weak symbols.
7893
7894 2003-09-08 Kelley Cook <kelleycook@wideopenwest.com>
7895
7896 * Makefile.in: Revert yesterday's change.
7897
7898 2003-09-08 Bernardo Innocenti <bernie@develer.com>
7899 Peter Barada <peter@baradas.org>
7900
7901 * config/m68k/coff.h (REGISTER_NAMES): Add fake register `argptr'
7902 * config/m68k/hp320.h (REGISTER_NAMES): Likewise.
7903 * config/m68k/linux.h (REGISTER_NAMES): Likewise.
7904 * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
7905 * gcc/config/m68k/sgs.h (REGISTER_NAMES): Likewise.
7906 * config/m68k/m68k-protos.h (m68k_initial_elimination_offset): Add prototype.
7907 * config/m68k/m68k.c (m68k_frame): New struct, simular to ix86 back-end.
7908 (m68k_compute_frame_layout): New function.
7909 (m68k_initial_elimination_offset): New function.
7910 (m68k_output_function_prologue): ColdFire-specific movem handling.
7911 (m68k_output_function_epilogue): Likewise.
7912 * config/m68k/m68k.h (FIRST_PSEOUDO_REGISTER): Make room for argptr reg.
7913 (ARG_POINTER_REGNUM): Add new definition.
7914 (INITIAL_FRAME_POINTER_OFFSET): Remove macro.
7915 (ELIMINABLE_REGS): Define new macro, like in ix86 back-end.
7916 (CAN_ELIMINATE): Likewise.
7917 (INITIAL_ELIMINATION_OFFSET): Likewise.
7918
7919 2003-09-08 Bernardo Innocenti <bernie@develer.com>
7920
7921 * config/m68k/m68k.c (m68k_output_function_prologue): Simplify
7922 by removing redundant variable cfa_store_offset.
7923
7924 2003-09-08 Mark Mitchell <mark@codesourcery.com>
7925
7926 * langhooks-def.h (lhd_register_builtin_type): New function.
7927 (LANG_HOOKS_REGISTER_BUILTIN_TYPE): New macro.
7928 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
7929 * langhooks.h (lang_hooks_for_types): Add register_builtin_type.
7930 * langhooks.c (lhd_register_builtin_type): New function.
7931 * c-common.h (c_register_builtin_type): Declare.
7932 * c-common.c (c_register_builtin_type): New function.
7933 * c-lang.c (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define to
7934 c_register_builtin_type.
7935 * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Remove __fpreg,
7936 __float80, and __float128 macros.
7937 * config/ia64/ia64.c (ia64_init_builtins): Create __fpreg,
7938 __float80, and __float128 types.
7939
7940 2003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7941
7942 * builtin-types.def
7943 (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE,
7944 BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE_COMPLEX_DOUBLE,
7945 BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT_COMPLEX_FLOAT): New.
7946 * builtins.def (BUILT_IN_CACOS, BUILT_IN_CACOSF, BUILT_IN_CACOSH,
7947 BUILT_IN_CACOSHF, BUILT_IN_CACOSHL, BUILT_IN_CACOSL,
7948 BUILT_IN_CARG, BUILT_IN_CARGF, BUILT_IN_CARGL, BUILT_IN_CASIN,
7949 BUILT_IN_CASINF, BUILT_IN_CASINH, BUILT_IN_CASINHF,
7950 BUILT_IN_CASINHL, BUILT_IN_CASINL, BUILT_IN_CATAN,
7951 BUILT_IN_CATANF, BUILT_IN_CATANH, BUILT_IN_CATANHF,
7952 BUILT_IN_CATANHL, BUILT_IN_CATANL, BUILT_IN_CCOS, BUILT_IN_CCOSF,
7953 BUILT_IN_CCOSH, BUILT_IN_CCOSHF, BUILT_IN_CCOSHL, BUILT_IN_CCOSL,
7954 BUILT_IN_CEXP, BUILT_IN_CEXPF, BUILT_IN_CEXPL, BUILT_IN_CPOW,
7955 BUILT_IN_CPOWF, BUILT_IN_CPOWL, BUILT_IN_CPROJ, BUILT_IN_CPROJF,
7956 BUILT_IN_CPROJL, BUILT_IN_CSIN, BUILT_IN_CSINF, BUILT_IN_CSINH,
7957 BUILT_IN_CSINHF, BUILT_IN_CSINHL, BUILT_IN_CSINL, BUILT_IN_CSQRT,
7958 BUILT_IN_CSQRTF, BUILT_IN_CSQRTL, BUILT_IN_CTAN, BUILT_IN_CTANF,
7959 BUILT_IN_CTANH, BUILT_IN_CTANHF, BUILT_IN_CTANHL, BUILT_IN_CTANL):
7960 New.
7961 * doc/extend.texi: Document new builtins.
7962
7963 2003-09-09 Jan Hubicka <jh@suse.cz>
7964
7965 * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated
7966 finalization.
7967 * cgraphunit.c (decide_is_fnction_needed): Avoid special case of nested
7968 functions, check for COMDAT.
7969 (cgraph_assemble_pending_functions): Break out from...
7970 (cgraph_finalize_function): ... here; allow redefinig of extern inline
7971 functions.
7972 (record_call_1): Record function references only in non-unit-at-a-time
7973 mode.
7974 (cgraph_analyze_function): Reset current_function_decl.
7975 (cgraph_finalize_compilation_unit): Assemble pending functions.
7976
7977 2003-09-08 Mark Mitchell <mark@codesourcery.com>
7978
7979 * mklibgcc.in (libcc.a): Depend on stmp-dirs.
7980 (libgov.a): Likewise.
7981 (libgcc_eh.a): Likewise.
7982
7983 2003-09-08 Roger Sayle <roger@eyesopen.com>
7984
7985 * fold-const.c (operand_equal_p): Clarify documentation.
7986
7987 2003-09-08 Richard Henderson <rth@redhat.com>
7988
7989 * c-decl.c (c_expand_body_1): Push and pop function context here.
7990 * tree-optimize.c (tree_rest_of_compilation): ... not here. Take
7991 nested argument instead of computing nesting ourselves.
7992
7993 2003-09-08 Jakub Jelinek <jakub@redhat.com>
7994
7995 * toplev.c (rest_of_handle_stack_regs): Call split_all_insns before
7996 regstack if optimizing but not scheduling after reload.
7997
7998 2003-09-08 Jakub Jelinek <jakub@redhat.com>
7999
8000 * config/sparc/sparc.c (struct machine_function): New type.
8001 (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
8002 (sparc_override_options): Initialize init_machine_status.
8003 (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand,
8004 tie_symbolic_operand, tle_symbolic_operand): New functions.
8005 (symbolic_operand): Disallow tls_symbolic_operand.
8006 (symbolic_memory_operand): Likewise.
8007 (tls_call_delay, sparc_cannot_force_const_mem, legitimate_constant_p,
8008 constant_address_p, legitimate_pic_operand_p, legitimate_address_p):
8009 New functions.
8010 (sparc_tls_symbol): New variable.
8011 (sparc_tls_get_addr, sparc_tls_got, legitimize_tls_address,
8012 legitimize_address): New functions.
8013 (print_operand): Handle %&.
8014 (sparc_init_machine_status, get_some_local_dynamic_name,
8015 get_some_local_dynamic_name_1): New functions.
8016 (sparc_output_dwarf_dtprel): New function.
8017 * config/sparc/sparc.h (CONSTANT_ADDRESS_P): Moved into
8018 constant_address_p.
8019 (LEGITIMATE_PIC_OPERAND_P): Moved into legitimate_pic_operand_p.
8020 (LEGITIMATE_CONSTANT_P): Moved into legitimate_constant_p.
8021 (GO_IF_LEGITIMATE_ADDRESS): Moved into legitimate_address_p.
8022 (LEGITIMIZE_ADDRESS): Moved into legitimize_address.
8023 (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
8024 (TARGET_TLS, TARGET_SUN_TLS, TARGET_GNU_TLS): Define.
8025 (ASM_OUTPUT_DWARF_DTPREL): Define.
8026 (PREDICATE_CODES): Add tgd_symbolic_operand, tld_symbolic_operand,
8027 tie_symbolic_operand, tle_symbolic_operand.
8028 * config/sparc/sparc.md (UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_TLSLDO,
8029 UNSPEC_TLSIE, UNSPEC_TLSLE, UNSPEC_TLSLD_BASE): New constants.
8030 (tls_call_delay): New attribute.
8031 (in_call_delay): Use it.
8032 (movqi, movhi, movsi, movdi): Call legitimize_tls_address if needed.
8033 (tgd_hi22, tgd_lo10, tgd_add32, tgd_add64, tgd_call32, tgd_call64,
8034 tldm_hi22, tldm_lo10, tldm_add32, tldm_add64, tldm_call32, tldm_call64,
8035 tldo_hix22, tldo_lox10, tldo_add32, tldo_add64, tie_hi22, tie_lo10,
8036 tie_ld32, tie_ld64, tie_add32, tie_add64, tle_hix22_sp32,
8037 tle_lox10_sp32, tle_hix22_sp64, tle_lox10_sp64): New insns.
8038 (tldo_ldub_sp32, tldo_ldub1_sp32, tldo_ldub2_sp32, tldo_ldsb1_sp32,
8039 tldo_ldsb2_sp32, tldo_ldub_sp64, tldo_ldub1_sp64, tldo_ldub2_sp64,
8040 tldo_ldub3_sp64, tldo_ldsb1_sp64, tldo_ldsb2_sp64, tldo_ldsb3_sp64,
8041 tldo_lduh_sp32, tldo_lduh1_sp32, tldo_ldsh1_sp32, tldo_lduh_sp64,
8042 tldo_lduh1_sp64, tldo_lduh2_sp64, tldo_ldsh1_sp64, tldo_ldsh2_sp64,
8043 tldo_lduw_sp32, tldo_lduw_sp64, tldo_lduw1_sp64, tldo_ldsw1_sp64,
8044 tldo_ldx_sp64, tldo_stb_sp32, tldo_stb_sp64, tldo_sth_sp32,
8045 tldo_sth_sp64, tldo_stw_sp32, tldo_stw_sp64, tldo_stx_sp64): New
8046 insns.
8047 * config/sparc/sparc-protos.h (legitimate_constant_p,
8048 constant_address_p, legitimate_pic_operand_p, legitimate_address_p,
8049 legitimize_tls_address, legitimize_address, tls_symbolic_operand,
8050 tls_call_delay, sparc_output_dwarf_dtprel): New prototypes.
8051 * config/sparc/linux.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
8052 * config/sparc/linux64.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Likewise.
8053 * configure.in (sparc*-*-*): Add TLS check.
8054 * configure: Rebuilt.
8055
8056 2003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
8057
8058 PR target/11689
8059 * config/i386/i386.c (memory_address_length): Fix computation when
8060 the base is esp or ebp.
8061
8062 2003-09-07 Mark Mitchell <mark@codesourcery.com>
8063
8064 PR c++/11852
8065 * varasm.c (initializer_constant_valid_p): Correct logic for
8066 CONSTRUCTORs.
8067
8068 2003-09-07 Roger Sayle <roger@eyesopen.com>
8069
8070 * expr.c (expand_operands): New function to expand an operand pair.
8071 (expand_expr): Call expand_operands whenever we need to expand both
8072 operands of a binary operator.
8073 (do_store_flag): Likewise for operands of comparison operations.
8074
8075 2003-09-07 Roger Sayle <roger@eyesopen.com>
8076
8077 * combine.c (combine_simplify_rtx): Don't convert -(A*B) into
8078 (-A)*B if we care about sign-dependent rounding.
8079
8080 2003-09-07 Gabriel Dos Reis <gcc@integrable-solutions.net>
8081
8082 * c-pretty-print.h (pp_c_left_brace): Declare.
8083 (pp_c_right_brace): Likewise.
8084 * c-pretty-print.c (pp_c_left_brace): Now a function
8085 (pp_c_right_brace): Likewise.
8086
8087 2003-09-07 Jan Hubicka <jh@suse.cz>
8088
8089 * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.
8090
8091 2003-09-07 Gabriel Dos Reis <gdr@integrable-solutions.net>
8092
8093 * diagnostic.c (warn_deprecated_use): Move to toplev.c
8094
8095 2003-09-07 Gabriel Dos Reis <gdr@integrable-solutions.net>
8096
8097 * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
8098 * Makefile.in (langhooks.o): Depend on diagnostic.h
8099
8100 2003-09-06 James E Wilson <wilson@tuliptree.org>
8101
8102 * loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
8103 simplify.
8104
8105 2003-09-07 Kelley Cook <kelleycook@wideopenwest.com>
8106
8107 * Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
8108 and use it throughout.
8109
8110 2003-09-07 Jan Hubicka <jh@suse.cz>
8111
8112 * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.
8113
8114 * toplev.c (rest_of_decl_compilation): Do not finalize external
8115 virables.
8116
8117 * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
8118 functions.
8119 (cgraph_varpool_finalize_decl): Notice global symbol when needed.
8120
8121 2003-09-06 Jan Hubicka <jh@suse.cz>
8122
8123 PR target/12070
8124 * calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.
8125
8126 PR opt/12082
8127 * cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.
8128
8129 2003-09-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
8130
8131 * diagnostic.c (announce_function): Move to toplev.c.
8132
8133 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8134
8135 * gcse.c (expr_equiv_p): Don't consider anything to be equal to
8136 volatile mem.
8137
8138 2003-09-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8139
8140 * ggc-common.c (init_ggc_heuristics): Don't use the heuristics
8141 when gc checking is enabled.
8142
8143 2003-09-06 Steven Bosscher <steven@gcc.gnu.org>
8144
8145 PR c/9862
8146 * c-decl.c (c_expand_body_1): Move return warning from here...
8147 (finish_function): ...to here.
8148
8149 2003-09-05 Geoffrey Keating <geoffk@apple.com>
8150
8151 * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Always return
8152 a subset of the input class.
8153
8154 2003-09-05 Kazu Hirata <kazu@cs.umass.edu>
8155
8156 * config/i860/i860.c: Follow spelling conventions.
8157 * config/i860/i860.h: Likewise.
8158 * config/sh/sh.h: Likewise.
8159
8160 2003-09-05 Nitin Yewale <NitinY@KPITCummins.com>
8161
8162 * config/h8300/h8300-protos.h: Declare h8300_hard_regno_rename_ok
8163 * config/h8300/h8300.h (HARD_REGNO_RENAME_OK): New.
8164 * config/h8300/h8300.c (h8300_hard_regno_rename_ok): New.
8165
8166 2003-09-05 Roger Sayle <roger@eyesopen.com>
8167 Richard Henderson <rth@redhat.com>
8168
8169 PR optimization/1823
8170 * expmed.c (expand_divmod <EXACT_DIV_EXPR>): Use an unsigned
8171 multiplication to implement division by constant integer.
8172
8173 2003-09-05 Jan Hubicka <jh@suse.cz>
8174
8175 * opts.c (decode_options): Enable unit-at-a-time at -O2.
8176 * params.def (max-inline-insns-single): Set to 500
8177 (max-inline-insns-auto): Set to 150
8178 * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
8179
8180 2003-09-04 Richard Henderson <rth@redhat.com>
8181
8182 * cgraph.c (cgraph_mark_reachable_node): Split out from ...
8183 (cgraph_mark_needed_node): Remove needed argument.
8184 * cgraph.h: Update to match.
8185 * cgraphunit.c (decide_is_function_needed): Split out from ...
8186 (cgraph_finalize_function): Reorg. Avoid deferred_inline_function
8187 if we generated the function.
8188 (record_call_1): Update for cgraph_mark_reachable_node.
8189 * varasm.c (mark_referenced): Likewise.
8190 * objc/objc-act.c (mark_referenced_methods): Likewise.
8191
8192 2003-09-04 DJ Delorie <dj@redhat.com>
8193
8194 * targhooks.c: Add comment explaining the migration process.
8195
8196 2003-09-04 Eric Christopher <echristo@redhat.com>
8197
8198 * config/frv/t-frv: Fix path for frv-abi.h.
8199 * config/frv/frv-asm.h: Fix string concatenation.
8200
8201 2003-09-04 DJ Delorie <dj@redhat.com>
8202
8203 * builtins.c (apply_args_size): Guard against a NULL cfun.
8204 (expand_builtin_apply_args_1): Likewise.
8205 (expand_builtin_apply): Likewise.
8206 Fixes PR bootstrap/12172.
8207
8208 2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8209
8210 * configure.in (gcc_cv_as_ix86_cmov_sun_syntax): Check if
8211 assembler supports Sun syntax for cmov.
8212 * configure: Regenerate.
8213 * config.in: Likewise.
8214 * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
8215 HAVE_AS_IX86_CMOV_SUN_SYNTAX.
8216 * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
8217 Fixes PR target/12101.
8218
8219 2003-09-04 Matt Austern <austern@apple.com>
8220
8221 * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
8222 with verbosity 0, instead of DECL_NAME, for human-readable string.
8223
8224 2003-09-04 Eric Christopher <echristo@redhat.com>
8225
8226 * targhooks.c (default_return_in_memory): Allow
8227 unconverted ports.
8228
8229 2003-09-04 Eric Christopher <echristo@redhat.com>
8230
8231 * targhooks.c (default_return_in_memory): Fix typo
8232 in last checkin.
8233
8234 2003-09-04 Eric Christopher <echristo@redhat.com>
8235
8236 * targhooks.c (default_return_in_memory): Fix default
8237 definition.
8238
8239 2003-09-04 Bernardo Innocenti <bernie@develer.com>
8240
8241 * config/m68k/m68k.c (m68k_coff_asm_named_section): Restore
8242 deleted function.
8243 * config/m68k/coff.h (M68K_TARGET_COFF): Add flag used to
8244 enable coff-only code in m68k.c.
8245
8246 2003-09-04 Nick Clifton <nickc@redhat.com>
8247
8248 * config.gcc: Add v850e1 target. Allow --with-cpu to accept
8249 v850e1.
8250 * config/v850/v850.h: Accept v850e1 as a default CPU.
8251 Accept -mv850e1 as a command line option.
8252 * doc/invoke.texi: Document new -mv850e1 command line switch.
8253 * config/v850/t-v850: Treat -mv850e1 as a multilib alias for
8254 -mv850e.
8255
8256 2003-09-04 Nick Clifton <nickc@redhat.com>
8257
8258 * config.gcc (v850e-*-*): Use t-v850e makefile fragment.
8259 * config/v850/t-v850: Only produce one extra multilib - for
8260 the v850e.
8261 * config/v850/t-v850e: New file: Only produce one extra
8262 multilib - for the v850.
8263
8264 2003-09-04 Jakub Jelinek <jakub@redhat.com>
8265
8266 * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.
8267 * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function.
8268 * unwind.h (_Unwind_GetBSP): New prototype.
8269 * libgcc-std.ver: Add empty GCC_3.3.2 version.
8270 * mkmap-symver.awk: For symbol versions with no exported symbols,
8271 don't put anything into version script, just change all symbol
8272 versions which inherit from it to inherit from its ancestor.
8273
8274 2003-09-04 Eric Christopher <echristo@redhat.com>
8275
8276 * config/mips/mips.c (mips_expand_prologue): Convert to
8277 calls.struct_value_rtx hook.
8278 (reg_or_const_float_1_operand): New.
8279 * config/mips/mips.h: Update Comments.
8280 (mips_arg): Add reg_or_const_float_1_operand.
8281 * config/mips/mips.md (divdf3); Convert to expander.
8282 (divsf3): Ditto.
8283 (*divdf3): New pattern.
8284 (*divsf3): Ditto.
8285
8286 2003-09-04 Jan Hubicka <jh@suse.cz>
8287
8288 * toplev.c (wrapup_global_declarations): Fix final pass in
8289 unit-at-atime mode.
8290
8291 2003-09-04 Mark Mitchell <mark@codesourcery.com>
8292
8293 * doc/extend.texi: Document removal of cast-as-lvalue extension in
8294 C++.
8295
8296 2003-09-04 Nicolas Roche <roche@act-europe.fr>
8297
8298 * gcc.c (process_command): Fix typo.
8299
8300 2003-09-03 David O'Brien <obrien@FreeBSD.org>
8301
8302 optimization/11980
8303 * config/i386/freebsd.h (SIZE_TYPE): Support TARGET_64BIT.
8304 (PTRDIFF_TYPE): Likewise.
8305 (WCHAR_TYPE_SIZE): Likewise.
8306
8307 2003-09-03 DJ Delorie <dj@redhat.com>
8308
8309 * targhooks.c: New file.
8310 * targhooks.h: New file.
8311 * Makefile.in: Add targhooks.o support.
8312 (function.o): Depend on$(TARGET_H).
8313 (stmt.o): Likewise.
8314 (combine.o): Depend on $(TREE_H) and $(TARGET_H).
8315 * builtins.c (apply_args_size, expand_builtin_apply_args_1,
8316 expand_builtin_apply): Convert to calls.struct_value_rtx hook.
8317 (expand_builtin_saveregs): Convert to
8318 calls.expand_builtin_saveregs hook.
8319 * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
8320 here, instead of ...
8321 (get_parm_info) ... here.
8322 (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
8323 hook.
8324 (finish_function): Handle calls.promote_prototypes hook here too.
8325 * c-typeck.c (convert_arguments): Convert to
8326 calls.promote_prototypes hook.
8327 (c_convert_parm_for_inlining): Likewise.
8328 * calls.c (initialize_argument_information): Convert to
8329 calls.promote_function_args hook.
8330 (expand_call): Convert to calls.struct_value_rtx,
8331 calls.strict_argument_naming,
8332 calls.pretend_outgoing_varargs_named, and
8333 calls.promote_function_return hooks. Pass fndecl to
8334 aggregate_value_p. Initialize CUMULATIVE_ARGS before calling
8335 hooks, so they can use that.
8336 (emit_library_call_value_1): Likewise.
8337 * combine.c (setup_incoming_promotions): Convert to
8338 calls.promote_function_args hook.
8339 * emit-rtl.c: Convert to calls.struct_value_rtx hook.
8340 * expr.c (expand_assignment): Pass call to aggregate_value_p.
8341 (expand_expr): Likewise.
8342 * expr.h: Remove support for SETUP_INCOMING_VARARGS,
8343 STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
8344 RETURN_IN_MEMORY macro defaults.
8345 * final.c (profile_function): Convert to calls.struct_value_rtx
8346 hook.
8347 * function.c (aggregate_value_p): Accept function type tree as
8348 second parameter; try to deduce fntype from it. Convert to
8349 calls.return_in_memory hook.
8350 (assign_parms): Convert to calls.setup_incoming_varargs,
8351 calls.strict_argument_naming, calls.promote_function_args,
8352 calls.pretend_outgoing_varargs_named hooks. Pass fndecl to
8353 aggregate_value_p.
8354 (expand_function_start): Likewise. Convert to
8355 calls.struct_value_rtx hook.
8356 (expand_function_end): Convert to calls.promote_function_return hook.
8357 (allocate_struct_function): Pass fndecl to aggregate_value_p.
8358 * hard-reg-set.h: Update comments to new hook names.
8359 * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
8360 * reg-stack.c (stack_result): Likewise.
8361 * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
8362 * stmt.c (expand_value_return): Convert to
8363 calls.promote_function_return hook.
8364 * target-def.h: Add TARGET_PROMOTE_FUNCTION_ARGS,
8365 TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
8366 TARGET_STRUCT_VALUE_RTX, TARGET_RETURN_IN_MEMORY,
8367 TARGET_EXPAND_BUILTIN_SAVEREGS, TARGET_SETUP_INCOMING_VARARGS,
8368 TARGET_STRICT_ARGUMENT_NAMING,
8369 TARGET_PRETEND_OUTGOING_VARARGS_NAMED, and TARGET_CALLS.
8370 * target.h: Likewise.
8371 * tree.h (aggregate_value_p): Also takes a tree to deduce function
8372 attributes from (for target hooks).
8373 * doc/tm.texi (PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN,
8374 PROMOTE_PROTOTYPES, RETURN_IN_MEMORY, STRUCT_VALUE_REGNUM,
8375 STRUCT_VALUE, STRUCT_VALUE_INCOMING_REGNUM, STRUCT_VALUE_INCOMING,
8376 EXPAND_BUILTIN_SAVEREGS, SETUP_INCOMING_VARARGS,
8377 STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED): Convert
8378 to hooks.
8379
8380 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Pass function
8381 to aggregate_value_p.
8382 * config/arm/arm.c (arm_init_cumulative_args,
8383 arm_output_mi_thunk): Likewise.
8384 * config/i386/i386.c (ix86_return_pops_args, x86_this_parameter):
8385 Likewise.
8386 * config/mips/mips.c (mips_save_reg_p, mips_expand_prologue,
8387 mips_can_use_return_insn): Likewise.
8388 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
8389 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
8390 * config/sparc/sparc.c (sparc_output_mi_thunk): Pass function to
8391 aggregate_value_p.
8392 * config/story16/stormy16.c (xstormy16_asm_output_mi_thunk): Pass
8393 function to aggregate_value_p.
8394 * objc/objc-act.c (generate_struct_by_value_array): Pass NULL to
8395 aggregate_value_p.
8396
8397 * config/sh/sh-protos.h (sh_builtin_saveregs): Remove.
8398 (sh_attr_renesas_p, sh_cfun_attr_renesas_p, sh_function_arg,
8399 sh_function_arg_advance, sh_pass_in_reg_p): New. * config/sh/sh.c
8400 (sh_handle_renesas_attribute, sh_promote_prototypes,
8401 sh_struct_value_rtx, sh_return_in_memory, sh_builtin_saveregs,
8402 sh_setup_incoming_varargs, sh_strict_argument_naming,
8403 sh_pretend_outgoing_varargs_named): New decls.
8404 (targetm): Add new hooks.
8405 (calc_live_regs): Save MACL and MACH if the function has the
8406 renesas attribute.
8407 (sh_expand_prologue): Support renesas attribute.
8408 (sh_builtin_saveregs): Make static.
8409 (sh_build_va_list): Support renesas attribute.
8410 (sh_va_start): Likewise.
8411 (sh_va_arg): Likewise.
8412 (sh_promote_prototypes): New.
8413 (sh_function_arg): New, moved from sh.h. Support renesas
8414 attribute.
8415 (sh_function_arg_advance): Likewise.
8416 (sh_return_in_memory): Likewise.
8417 (sh_strict_argument_naming): Likewise.
8418 (sh_pretend_outgoing_varargs_named): Likewise.
8419 (sh_struct_value_rtx): New.
8420 (sh_attribute): Add renesas attribute.
8421 (sh_handle_renesas_attribute): New.
8422 (sh_attr_renesas_p, sh_cfun_attr_renesas_p): New.
8423 (sh_ms_bitfield_layout_p): Support renesas attribute also.
8424 (sh_output_mi_thunk): Pass function to aggregate_value_p. *
8425 config/sh/sh.h (TARGET_SWITCHES): Add -mrenesas as an alias for
8426 -mhitachi.
8427 (STRUCT_VALUE_REGNUM, STRUCT_VALUE, RETURN_IN_MEMORY): Moved to
8428 target hooks.
8429 (sh_args): Add renesas_abi flag.
8430 (INIT_CUMULATIVE_ARGS): Set it. Pass fndecl to aggregate_value_p.
8431 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Move to sh.c.
8432 (PASS_IN_REG_P): Support renesas attribute. Pass DF and TF on the
8433 stack for the renesas abi.
8434 (STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
8435 SETUP_INCOMING_VARARGS, EXPAND_BUILTIN_SAVEREGS,
8436 PROMOTE_PROTOTYPES): Moved to sh.c. * config/sh/sh.md (call): Set
8437 call cookie to indicate renesas calls.
8438
8439 2003-09-03 Mostafa Hagog <mustafa@il.ibm.com>
8440
8441 * gcse.c (replace_one_set): New function.
8442 (pre_insert_copy_insn): Change the order of copying
8443 to make copy propagation discover additional PRE opportunities.
8444
8445 2003-09-03 Roger Sayle <roger@eyesopen.com>
8446
8447 PR optimization/11700.
8448 * simplify-rtx.c (simplify_subreg): Check that the subreg offset
8449 of a hard register is representable before trying to simplify it
8450 using subreg_hard_regno.
8451
8452 2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8453
8454 * configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
8455 * configure: Regenerate.
8456
8457 2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8458
8459 * intl.h (N_): Remove parentheses.
8460
8461 2003-09-03 Bernardo Innocenti <bernie@develer.com>
8462
8463 * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
8464 * config/i370/linux.h (LINUX_DEFAULT_ELF): Remove unconditional
8465 definition and code blocks compiled when not defined.
8466 * config/i386/linux.h (LINUX_DEFAULT_ELF): Likewise.
8467 * config/i386/linux64.h (LINUX_DEFAULT_ELF): Likewise.
8468 * config/sparc/linux.h: (LINUX_DEFAULT_ELF): Likewise.
8469 * config/sparc/linux64.h: (LINUX_DEFAULT_ELF): Likewise.
8470
8471 2003-09-03 Jeff Sturm <jsturm@one-point.com>
8472
8473 * cgraphunit.c (visited_nodes): New static variable.
8474 (record_call_1): Use walk_tree with visited_nodes.
8475 (cgraph_create_edges): Use walk_tree with visited_nodes.
8476 Setup/teardown visited_nodes hashtable.
8477
8478 2003-09-03 Roger Sayle <roger@eyesopen.com>
8479
8480 * toplev.c (flag_rounding_math): New global variable.
8481 (f_options): Add to the list of language independent options.
8482 * flags.h (flag_rounding_math): Prototype here.
8483 (HONOR_SIGN_DEPENDENT_ROUNDING): Use flag_rounding_math instead.
8484 * common.opt (frounding-math): New common command line option.
8485 * opts.c (common_handle_option): Handle OPT_frounding_math.
8486 (set_fast_math_flags): -ffast-math clears flag_rounding_math.
8487
8488 * doc/invoke.texi: Document this new command line option.
8489
8490 2003-09-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8491
8492 * config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
8493
8494 2003-09-03 Jan Hubicka <jh@suse.cz>
8495
8496 * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.
8497 * c-decl.c (finish_function): Kill arguments, always use cgraph path.
8498 * c-objc-common.c: Kill include of gt-c-objc-common.h
8499 (expand_deferred_fns, deffer_fn): Kill function.
8500 (deferred_fns): Kill variable.
8501 (finish_cdtor): Update finish_function call.
8502 (c_objc_common_finish_file): Always call cgraph code.
8503 * c-parse.c: Regenerate.
8504 * c-parse.y: Regenerate.
8505 * c-tree.h (finish_function): Update prototype.
8506 * objc-acct.c (build_module_descriptor, finish_method_def):
8507 Update call of finish_function.
8508 * cgraphunit.c (cgraph_default_inline_p, cgraph_analyze_function): Add
8509 forward prototype.
8510 (cgraph_finalize_function): In non-unit-at-a-time mode analyze the
8511 function and assemble it if needed.
8512 (cgraph_finalize_compilation_unit): Do nothing in non-unit-at-a-time
8513 mode.
8514 (cgraph_optimize): Likewise.
8515 (cgraph_expand_function): In non-unit-at-a-time mode keep function body
8516 even when it has no inline callees.
8517 * c-parse.in: Update calls to finish_function.
8518
8519 2003-09-03 Nick Clifton <nickc@redhat.com>
8520
8521 * config/arm/arm.h: Handle TARGET_CPU_iwmmxt.
8522 Use #error to generate the message if TARGET_DEFAULT is not
8523 recognised.
8524
8525 2003-09-03 Richard Sandiford <rsandifo@redhat.com>
8526
8527 * config/mips/mips.h (MASK_UNUSED1): Remove.
8528 (MASK_XGOT, TARGET_XGOT): Define.
8529 (TARGET_SWITCHES): Add an entry for -mxgot.
8530 (ASM_SPEC): Map -mxgot to -xgot.
8531 * config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
8532 whether we're using a big-GOT sequences.
8533 (mips_legitimize_const_move, mips_expand_call): Likewise.
8534 (override_options): Revert 2003-01-09 change.
8535 * doc/invoke.texi: Document -mxgot.
8536
8537 2003-09-02 Jason Merrill <jason@redhat.com>
8538
8539 * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
8540 * config/sparc/sol2.h: Not here.
8541
8542 2003-09-02 Roger Sayle <roger@eyesopen.com>
8543
8544 * expr.c (expand_expr): The code following both_summands performs
8545 the same task as simplify_gen_binary. Replace all gotos to
8546 both_summands with a call to simplify_gen_binary and delete the
8547 now unused label.
8548
8549 2003-09-02 Jason Merrill <jason@redhat.com>
8550
8551 PR c++/7327
8552 * config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.
8553
8554 2003-09-02 Jeff Sturm <jsturm@one-point.com>
8555
8556 * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
8557 (cgraph_optimize_function): Set current_function_decl to the
8558 fndecl we're integrating from.
8559
8560 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8561
8562 * builtins.def: Break out _Complex math functions into their
8563 own category.
8564
8565 2003-09-02 Andreas Jaeger <aj@suse.de>
8566
8567 * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
8568
8569 2003-09-02 Josef Zlomek <zlomekj@suse.cz>
8570
8571 * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
8572 finding the note again.
8573
8574 2003-09-02 Nathanael Nerode <neroden@gcc.gnu.org>
8575
8576 * config.gcc: Remove host-specific rewrites of target_alias.
8577
8578 2003-09-01 Mark Mitchell <mark@codesourcery.com>
8579
8580 * Makefile.in (genprogs): Fix typo.
8581
8582 * Makefile.in (gencheck.o): Remove build commands.
8583 (dummy-conditions.o): Likewise.
8584 (read-rtl.o): Likewise.
8585 (gensupport.o): Likewise.
8586 (genconfig$(build_exeext)): Remove rule.
8587 (genconfig.o): Remove build commands.
8588 (genflags$(build_exeext)): Remove rule.
8589 (genflags.o): Remove build commands.
8590 (gencodes$(build_exeext)): Remove rule.
8591 (gencodes.o): Remove build commands.
8592 (genconstants.o): Remove build commands.
8593 (genemit$(build_exeext)): Remove rule.
8594 (genemit.o): Remove build commands.
8595 (genrecog$(build_exeext)): Remove rule.
8596 (genrecog.o): Remove build commands.
8597 (genextract$(build_exeext)): Remove rule.
8598 (genextract.o): Remove build commands.
8599 (genpeep$(build_exeext)): Remove rule.
8600 (genpeep.o): Remove build commands.
8601 (genattr$(build_exeext)): Remove rule.
8602 (genattr.o): Remove build commands.
8603 (genprognames): New variable.
8604 (genprogs): Likewise.
8605 (genobjs): Likewise.
8606 (genprogs): New rule.
8607 (genobjs): Likewise.
8608 (genattrtab.o): Remove build commands.
8609 (genautomata.o): Likewise.
8610 (genoutput$(build_exeext)): Remove rule.
8611 (genoutput.o): Remove build commands.
8612 (gengenrtl.o): Likewise.
8613 (genpreds.o): Likewise.
8614 (gengtype.o): Likewise.
8615 (genconditions.o): Likewise.
8616 (gen-protos.o): Likewise.
8617 (scan.o): Likewise.
8618 (fix-header.o): Likewise.
8619 (scan-decls.o): Likewise.
8620 (check-g++): Combine with other check targets.
8621 (check-gcc): Likewise.
8622 (check-g77): Likewise.
8623 (check-objc): Likewise.
8624
8625 2003-09-01 Nathanael Nerode <neroden@gcc.gnu.org>
8626
8627 * config.gcc: Remove host-specific stuff which is unused here
8628 since the introduction of config.host.
8629
8630 * doc/fragments.texi: Mention config.host.
8631 * doc/sourcebuild.texi: Mention config.host. Give brief descriptions
8632 of config.build, config.host, and config.gcc.
8633
8634 2003-09-01 Zack Weinberg <zack@codesourcery.com>
8635
8636 * c-decl.c (pushdecl): Don't put variables on
8637 C_TYPE_INCOMPLETE_VARS of a type unless that type is itself
8638 incomplete.
8639
8640 2003-09-01 Nathanael Nerode <neroden@gcc.gnu.org>
8641
8642 * config.host: New file.
8643 * config.gcc: Remove some host-specific stuff and some
8644 logic needed only for repeated invocation.
8645 * configure.in: Use config.host.
8646 * configure: Regenerate.
8647
8648 2003-09-01 Josef Zlomek <zlomekj@suse.cz>
8649
8650 * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
8651 * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR.
8652 * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR.
8653 (fold): Kill BIT_ANDTC_EXPR and label bit_and.
8654 * tree.def (BIT_ANDTC_EXPR): Kill.
8655
8656 2003-08-31 Nathanael Nerode <neroden@gcc.gnu.org>
8657
8658 * configure.in: Remove uses of "for x in .. ${foo}" idiom.
8659 * configure: Regenerate.
8660
8661 * config.gcc: Remove references to install_headers_dir, now unused
8662 since introduction of config.build.
8663 * config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
8664
8665 * doc/fragments.texi, doc/sourcebuild.texi: Mention new file
8666 config.build.
8667
8668 * config.build: New file.
8669 * config.gcc: Remove some build-specific stuff.
8670 * configure.in: Use config.build.
8671 * configure: Regnerate.
8672
8673 2003-08-31 Steven Bosscher <steven@gcc.gnu.org>
8674 Roger Sayle <roger@eyesopen.com>
8675
8676 PR middle-end/11823
8677 * stmt.c (expand_end_case_type): Only use jump tables for dense
8678 switch statements when optimizing for size.
8679
8680 2003-08-31 Olivier Hainque <hainque@act-europe.fr>
8681
8682 * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
8683 the != 0 case, which ensures pending stack adjustments are flushed.
8684
8685 2003-08-30 Zack Weinberg <zack@codesourcery.com>
8686
8687 * configure.frag: Delete file.
8688 * configure.in: Rename the substitution variables
8689 dep_host_xmake_file and dep_tmake_file to xmake_file and
8690 tmake_file respectively. Do not expand $srcdir in the
8691 value of these; leave that for Make. Introduce a new
8692 substitution varaible, all_lang_makefrags, which lists
8693 subdirectory Make-lang.in files; exclude these from
8694 all_lang_makefiles, which is now only for subdirectory
8695 outputs. Do not invoke configure.frag. Do not set nor
8696 AC_SUBST_FILE target_overrides, host_overrides, or
8697 language_fragments. Create build subdirectories in
8698 config.status extra commands.
8699 * configure: Regenerate.
8700 * Makefile.in: Update substitutions to match changes to
8701 configure. Use include directives instead of @-insertions
8702 to read in host, target, and language fragments.
8703 (Makefile rule): Do not invoke configure.frag. Do not copy
8704 config.status to config.run before executing it. Set
8705 CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
8706 regenerated.
8707 (cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
8708
8709 2003-08-30 Zack Weinberg <zack@codesourcery.com>
8710
8711 * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.
8712 * c-typeck.c (same_translation_unit_p): New function.
8713 (comptypes): Use it instead of flags parameter to identify
8714 structure types from different translation units.
8715 * c-decl.c (duplicate_decls): Always call comptypes with
8716 COMPTYPE_STRICT flags argument.
8717 (c_reset_state): Set BLOCK_SUPERCONTEXT of the block formed
8718 to file_scope_decl.
8719
8720 2003-08-30 Zack Weinberg <zack@codesourcery.com>
8721
8722 * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
8723 * c-decl.c (struct c_scope): Remove "incomplete" field.
8724 (pushdecl): Attach variables with incomplete types to
8725 the TYPE_MAIN_VARIANT of the incomplete type in question.
8726 (finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
8727 to complete, not at current_scope->incomplete. All such
8728 variables do need completion.
8729
8730 2003-08-30 Richard Earnshaw <rearnsha@arm.com>
8731 Nicolas Pitre <nico@cam.org>
8732
8733 * arm/lib1funcs.asm (RETCOND): Delete.
8734 (RETLDM): New assembler macro. Use it for returning with ldm/ldr.
8735 (ARM_LDIV0, THUMB_LDIV0): Collapse multiple definitions.
8736 (__ARM_ARCH__): Move here from ieee754-?f.S.
8737 (RET, RETc): Clean up definitions.
8738 (DIV_FUNC_END): Renamed from FUNC_END. All uses changed.
8739 (FUNC_END): New macro that marks the end of any function.
8740 (ARM_FUNC_START): New macro that allows an assembler routine to be
8741 implemented in ARM code even if a Thumb-only build.
8742 Unconditionally include ieee754-?f.S.
8743 * arm/ieee754-df.S: Delete macros moved to lib1funcs.asm.
8744 Mark ends of functions.
8745 Split into separate conditionally-compiled units.
8746 Use RETLDM to return from routines.
8747 * arm/ieee754-sf.S: Similarly.
8748 * t-arm-elf (LIB1ASMFUNCS): Remove _ieee754_dp and _ieee754_sp.
8749 Add _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
8750 _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2
8751 _fixsfsi and _fixunssfsi.
8752
8753 * arm/ieee754-df.S (__muldf3): Fix bug when result of a
8754 multiplication underflows to zero.
8755 (__adddf3): Fix bug when using VFP ordering on little-endian
8756 processors.
8757 (__fixdfsi): Use rrx to extract the carry into a register instead of
8758 MRS instruction. Optimize later use of result.
8759 * arm/ieee754-sf.S (__fixsfsi): Likewise.
8760 (__fixunssfsi): Use a better sequence for handling negative-or-zero.
8761
8762 2003-08-29 Richard Henderson <rth@redhat.com>
8763
8764 * tree-optimize.c: New file.
8765 * Makefile.in (OBJS-archive): Add tree-optimize.o.
8766 (tree-optimize.o): New.
8767 * c-decl.c (store_parm_decls): Use allocate_struct_function.
8768 (finish_function): Don't free_after_parsing or free_after_compilation.
8769 (set_save_expr_context): Move to tree-optimize.c.
8770 (c_expand_body_1): Use tree_rest_of_compilation.
8771 * c-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
8772 * objc/objc-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
8773 * c-objc-common.c (expand_deferred_fns): Don't emit unused inlines;
8774 iterate until closure.
8775 * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_START,
8776 LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END): New.
8777 (LANG_HOOKS_RTL_EXPAND_INITIALIZER): New.
8778 * langhooks.h (struct lang_hooks_for_rtl_expansion): New.
8779 * toplev.h (tree_rest_of_compilation): Declare it.
8780
8781 2003-08-29 Richard Henderson <rth@redhat.com>
8782
8783 * function.h (struct function): Add rtl_inline_init, saved_for_inline.
8784 * integrate.c (save_for_inline): Set saved_for_inline.
8785 * c-semantics.c (genrtl_scope_stmt): Check it.
8786 * toplev.c (wrapup_global_declarations): Check it.
8787 (rest_of_handle_inlining): Set and check rtl_inline_init.
8788 (rest_of_compilation): Remove out of date comment.
8789
8790 2003-08-29 Richard Henderson <rth@redhat.com>
8791
8792 * function.c (allocate_struct_function): New, split out of ...
8793 (prepare_function_start, init_function_start): ... here.
8794 * expr.c (init_expr): Use ggc_alloc_cleared.
8795 * stmt.c (init_stmt_for_function): Likewise.
8796 * tree.h (allocate_struct_function): Declare.
8797
8798 2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
8799
8800 * config.gcc: Don't use negated character class in shell case
8801 clause.
8802
8803 2003-08-29 Richard Henderson <rth@redhat.com>
8804
8805 * function.h (struct function): Move function_frequency and
8806 max_jumptable_ents before start of bit field members.
8807
8808 2003-08-29 Richard Henderson <rth@redhat.com>
8809
8810 * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
8811 (fold_builtin_constant_p) ... not here.
8812
8813 2003-08-29 Richard Henderson <rth@redhat.com>
8814
8815 * c-tree.h (C_DECL_FILE_SCOPE): Move ...
8816 * tree.h (DECL_FILE_SCOPE_P): ... here, and rename.
8817 * c-decl.c, c-objc-common.c, c-typeck.c: Update to match.
8818
8819 2003-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8820
8821 * builtins.def: Fix typos.
8822 (ATTR_MATHFN_FPROUNDING_STORE): New macro.
8823 (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL, BUILT_IN_MODF,
8824 BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO, BUILT_IN_REMQUOF,
8825 BUILT_IN_REMQUOL, BUILT_IN_SINCOS, BUILT_IN_SINCOSF,
8826 BUILT_IN_SINCOSL): Use ATTR_MATHFN_FPROUNDING_STORE.
8827
8828 * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL):
8829 Use ATTR_MATHFN_FPROUNDING_ERRNO.
8830
8831 2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
8832
8833 * config.gcc (i386-*-vsta): Fix obvious bogosity.
8834
8835 * fixinc/inclhack.def: Remove special cases for unsupported
8836 PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
8837 * fixinc/fixincl.x: Regenerate.
8838
8839 2003-08-29 Mark Mitchell <mark@codesourcery.com>
8840
8841 * Makefile.in (cpp.info): Just state dependencies.
8842 (gcc.info): Likewise.
8843 (gccint.info): Likewise.
8844 (gccinstall.info): Likewise.
8845 (cppinternals.info): Likewise.
8846 (cpp.dvi): Likewise.
8847 (gcc.dvi): Likewise.
8848 (gccint.dvi): Likewise.
8849 (gccinstall.dvi): Likewise.
8850 (cppinternals.dvi): Likewise.
8851 (gcov.1): Likewise.
8852 (cpp.1): Likewise.
8853 (gcc.1): Likewise.
8854 (gfdl.7): Likewise.
8855 (gpl.7): Likewise.
8856 (fsf-funding.7): Likewise.
8857 ($(objdir)/%.info): New pattern rule.
8858 (%.dvi): Likewise.
8859
8860 2003-08-29 Kelley Cook <kelleycook@wideopenwest.com>
8861
8862 * Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.
8863 (restage2): Likewise.
8864 (restage3): Likewise.
8865 (restage4): Likewise.
8866 (restageprofile): Likewise.
8867 (restagefeedback): Likewise.
8868 (bubblestrap): Likewise.
8869
8870 2003-08-29 Nathanael Nerode <neroden@gcc.gnu.org>
8871
8872 * config.gcc: Narrow unsupported target match to avoid clobbering
8873 i?86-sequent-sysv4*.
8874
8875 2003-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8876
8877 * builtins.c (mathfn_built_in): Handle new math builtins.
8878
8879 2003-08-28 Per Bothner <per@bothner.com>
8880
8881 Fix (hopefully temporary) for breakage caused by my 08-21 patch.
8882 * cpplex.c (_cpp_get_fresh_line): Check for null buffer.
8883 (_cpp_lex_buffer): Likewise.
8884 * cpptrad.c (_cpp_read_logical_line_trad): Likewise.
8885
8886 2003-08-28 Ulrich Weigand <uweigand@de.ibm.com>
8887
8888 * config/s390/s390.md ("*mulsi3_sign"): New insn.
8889 ("mulsidi3" expander, "mulsi_6432" insn): Remove, replace by ...
8890 ("mulsidi3"): ... this new insn.
8891 ("umulsidi3"): New insn.
8892 ("divmoddi3", "divmodtidi3", "divmodtisi3"): Simplify by using
8893 mixed-mode matching constraints.
8894 ("udivmodsi4", "udivmoddisi3"): New insns.
8895 ("udivsi3", "umodsi3"): Use only in ESA/390 mode.
8896
8897 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8898
8899 * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,
8900 BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
8901 BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
8902 BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
8903 BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
8904 BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
8905 BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
8906 BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
8907 BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
8908 BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
8909 BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
8910 * builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
8911 BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
8912 BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
8913 BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
8914 * tree.c: Assign new type_nodes.
8915 * tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
8916 TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
8917 (float_ptr_type_node, double_ptr_type_node,
8918 long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
8919
8920 * doc/extend.texi: Document new builtins.
8921
8922 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8923
8924 * builtin-types.def (BT_FN_FLOAT_INT_FLOAT,
8925 BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
8926
8927 * builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
8928 BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
8929 BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
8930 BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
8931 BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
8932 BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
8933 BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
8934 BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
8935 BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
8936 BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
8937
8938 * doc/extend.texi: Document new builtins.
8939
8940 2003-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
8941
8942 * fixinc/mkfixinc.sh: Remove special case code for unsupported
8943 variants of i?86, powerpcle, and thumb.
8944 * fixinc/mkfixinc.sh: Remove special case code for unsupported
8945 arm and hppa variants.
8946
8947 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8948
8949 * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
8950 BT_FN_INT_LONGDOUBLE, BT_FN_LONG_FLOAT, BT_FN_LONG_DOUBLE,
8951 BT_FN_LONG_LONGDOUBLE, BT_FN_LONGLONG_FLOAT,
8952 BT_FN_LONGLONG_DOUBLE, BT_FN_LONGLONG_LONGDOUBLE,
8953 BT_FN_FLOAT_FLOAT_LONGDOUBLE, BT_FN_DOUBLE_DOUBLE_LONGDOUBLE,
8954 BT_FN_FLOAT_FLOAT_INT, BT_FN_DOUBLE_DOUBLE_INT,
8955 BT_FN_LONGDOUBLE_LONGDOUBLE_INT, BT_FN_FLOAT_FLOAT_LONG,
8956 BT_FN_DOUBLE_DOUBLE_LONG, BT_FN_LONGDOUBLE_LONGDOUBLE_LONG,
8957 BT_FN_FLOAT_FLOAT_FLOAT_FLOAT, BT_FN_DOUBLE_DOUBLE_DOUBLE_DOUBLE,
8958 BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE): New.
8959
8960 * builtins.def (BUILT_IN_ACOS, BUILT_IN_ACOSF, BUILT_IN_ACOSH,
8961 BUILT_IN_ACOSHF, BUILT_IN_ACOSHL, BUILT_IN_ACOSL, BUILT_IN_ASIN,
8962 BUILT_IN_ASINF, BUILT_IN_ASINH, BUILT_IN_ASINHF, BUILT_IN_ASINHL,
8963 BUILT_IN_ASINL, BUILT_IN_ATANH, BUILT_IN_ATANHF, BUILT_IN_ATANHL,
8964 BUILT_IN_CBRT, BUILT_IN_CBRTF, BUILT_IN_CBRTL, BUILT_IN_COPYSIGN,
8965 BUILT_IN_COPYSIGNF, BUILT_IN_COPYSIGNL, BUILT_IN_COSH,
8966 BUILT_IN_COSHF, BUILT_IN_COSHL, BUILT_IN_DREM, BUILT_IN_DREMF,
8967 BUILT_IN_DREML, BUILT_IN_EXP10, BUILT_IN_EXP10F, BUILT_IN_EXP10L,
8968 BUILT_IN_EXP2, BUILT_IN_EXP2F, BUILT_IN_EXP2L, BUILT_IN_EXPM1,
8969 BUILT_IN_EXPM1F, BUILT_IN_EXPM1L, BUILT_IN_FDIM, BUILT_IN_FDIMF,
8970 BUILT_IN_FDIML, BUILT_IN_FMA, BUILT_IN_FMAF, BUILT_IN_FMAL,
8971 BUILT_IN_FMAX, BUILT_IN_FMAXF, BUILT_IN_FMAXL, BUILT_IN_FMIN,
8972 BUILT_IN_FMINF, BUILT_IN_FMINL, BUILT_IN_HYPOT, BUILT_IN_HYPOTF,
8973 BUILT_IN_HYPOTL, BUILT_IN_ILOGB, BUILT_IN_ILOGBF, BUILT_IN_ILOGBL,
8974 BUILT_IN_LDEXP, BUILT_IN_LDEXPF, BUILT_IN_LDEXPL, BUILT_IN_LLRINT,
8975 BUILT_IN_LLRINTF, BUILT_IN_LLRINTL, BUILT_IN_LLROUND,
8976 BUILT_IN_LLROUNDF, BUILT_IN_LLROUNDL, BUILT_IN_LOG10,
8977 BUILT_IN_LOG10F, BUILT_IN_LOG10L, BUILT_IN_LOG1P, BUILT_IN_LOG1PF,
8978 BUILT_IN_LOG1PL, BUILT_IN_LOG2, BUILT_IN_LOG2F, BUILT_IN_LOG2L,
8979 BUILT_IN_LOGB, BUILT_IN_LOGBF, BUILT_IN_LOGBL, BUILT_IN_LRINT,
8980 BUILT_IN_LRINTF, BUILT_IN_LRINTL, BUILT_IN_LROUND,
8981 BUILT_IN_LROUNDF, BUILT_IN_LROUNDL, BUILT_IN_NEXTAFTER,
8982 BUILT_IN_NEXTAFTERF, BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD,
8983 BUILT_IN_NEXTTOWARDF, BUILT_IN_NEXTTOWARDL, BUILT_IN_POW10,
8984 BUILT_IN_POW10F, BUILT_IN_POW10L, BUILT_IN_REMAINDER,
8985 BUILT_IN_REMAINDERF, BUILT_IN_REMAINDERL, BUILT_IN_RINT,
8986 BUILT_IN_RINTF, BUILT_IN_RINTL, BUILT_IN_SCALB, BUILT_IN_SCALBF,
8987 BUILT_IN_SCALBL, BUILT_IN_SCALBLN, BUILT_IN_SCALBLNF,
8988 BUILT_IN_SCALBLNL, BUILT_IN_SCALBN, BUILT_IN_SCALBNF,
8989 BUILT_IN_SCALBNL, BUILT_IN_SINH, BUILT_IN_SINHF, BUILT_IN_SINHL,
8990 BUILT_IN_TANH, BUILT_IN_TANHF, BUILT_IN_TANHL): New.
8991
8992 * doc/extend.texi: Document new builtins.
8993
8994 2003-08-28 Ulrich Weigand <uweigand@de.ibm.com>
8995
8996 * config/s390/s390.c (legitmate_constant_p): Use LARL on
8997 zSeries machines even in 31-bit addressing mode.
8998 (legitimate_reload_constant_p): Likewise.
8999 (legitimize_pic_address): Likewise.
9000 (legitimize_tls_address): Likewise.
9001 (s390_split_branches): Likewise.
9002 (s390_dump_pool): Likewise.
9003 (s390_mainpool_finish): Likewise.
9004 (s390_chunkify_start): Likewise.
9005 (s390_select_rtx_section): Likewise.
9006 * config/s390/s390.md ("doloop_si"): Likewise.
9007 ("pool_start_31", "pool_end_31"): Likewise.
9008 ("pool_start_64", "pool_end_64"): Likewise.
9009 ("main_base_31_small", "main_base_31_large"): Likewise.
9010 ("main_base_64"): Likewise.
9011 ("reload_base_31", "reload_base_64"): Likewise.
9012 ("*movsi_larl"): New insn.
9013 ("cjump", "icjump"): Use long branches on zSeries machines.
9014 ("jump"): Likewise.
9015 ("call"): Use BRASL on zSeries machines.
9016 ("call_value", "call_value_tls"): Likewise.
9017 ("brasl", "bras", "basr_64", "basr_31", "bas_64", "bas_31"): Remove
9018 and replace by ...
9019 ("*bras", "*brasl", "*basr") ... these new insns.
9020 ("brasl_r", "bras_r", "basr_64_r", "basr_31_r", "bas_64_r",
9021 "bas_31_r"): Remove and replace by ...
9022 ("*bras_r", "*brasl_r", "*basr_r") ... these new insns.
9023 ("brasl_tls", "bras_tls", "basr_64_tls", "basr_31_tls",
9024 "bas_64_tls", "bas_31_tls"): Remove and replace by ...
9025 ("*bras_tls", "*brasl_tls", "*basr_tls") ... these new insns.
9026 ("*return_si", "*return_di"): Remove and replace by ...
9027 ("*return"): ... this new insn.
9028 ("rotlsi3"): Allow on zSeries machines.
9029
9030 * config/s390/s390.c (legitimize_reload_constant_p): Use
9031 LL/LH type instructions in z/Architecture mode.
9032 * config/s390/s390.md ("*movsi_lli"): Likewise.
9033 ("*andsi3_ni", "*andhi3_ni", "*andqi3_ni"): Likewise.
9034 ("*iorsi3_ni", "*iorhi3_ni", "*iorqi3_ni"): Likewise.
9035 ("*extendqisi2"): Use LB in z/Architecture mode.
9036 ("*zero_extendqisi2_64", "*zero_extendqisi2_31"): Use LLGC in
9037 z/Architecture mode.
9038 ("zero_extendqihi2", "*zero_extendqihi2_64", "*zero_extendqihi2_31"):
9039 Likewise.
9040
9041 * config/s390/s390.md ("*tmdi_ext"): Allow in both 64-bit
9042 and 31-bit mode.
9043 ("ptr_extend"): Allow only in 64-bit mode.
9044
9045 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9046
9047 * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)
9048 (TOOLDIR_BASE_PREFIX, STANDARD_BINDIR_PREFIX): Remove unnecessary
9049 definitions.
9050 (main): Only use standard_startfile_prefix if native.
9051 * doc/tm.texi (STANDARD_STARTFILE_PREFIX): Update.
9052
9053 2003-08-27 Per Bothner <pbothner@apple.com>
9054
9055 * cpperror.c (print_location): Don't check for !pfile->buffer. That
9056 test fails following my 08-21 change, and it seems unnecessary anyway.
9057 (cpp_error): Likewise.
9058
9059 2003-08-27 Jason Merrill <jason@redhat.com>
9060
9061 * real.c (do_multiply): Initialize with memset.
9062
9063 2003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9064
9065 * gcov.c (typedef struct arc_info): New field cs_count.
9066 (accumulate_line_counts): Find cycles correctly.
9067
9068 2003-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9069
9070 * config/s390/s390.c (struct machine_function): Remove member
9071 literal_pool_label.
9072 (s390_optimize_prolog): Replace TEMP_REG argument with
9073 TEMP_USED and BASE_USED. Do not check get_pool_size ().
9074 (general_s_operand): Accept all immediates before reload if
9075 ALLOW_IMMEDIATE. If not ALLOW_IMMEDIATE, reject literal pool
9076 references.
9077 (s390_output_symbolic_const): Remove UNSPEC_LTREL_OFFSET handling.
9078 (find_constant_pool_ref): Ignore UNSPECV_POOL_ENTRY insns.
9079 (s390_alloc_pool): New function.
9080 (s390_new_pool): Call it.
9081 (s390_dump_pool): Add REMOTE_LABEL argument.
9082 (s390_chunkify_start): Add BASE_REG argument. Do not check
9083 get_pool_size ().
9084 (s390_chunkify_finish): Add BASE_REG argument. Adapt
9085 s390_dump_pool call.
9086 (s390_pool_count, s390_nr_constants): Remove.
9087 (s390_output_constant_pool): Remove.
9088 (s390_mainpool_start): New function.
9089 (s390_mainpool_finish): New function.
9090 (s390_mainpool_cancel): New function.
9091 (s390_reorg): Implement main literal pool handling.
9092 (s390_emit_prologue): Emit main_pool placeholder instead of
9093 literal_pool_31 / literal_pool_64 insns.
9094 * config/s390/s390.h (s390_pool_count, s390_nr_constants): Remove.
9095 (ASM_OUTPUT_POOL_PROLOGUE, ASM_OUTPUT_SPECIAL_POOL_ENTRY): Remove.
9096 * config/s390/s390.md (UNSPEC_MAIN_BASE): New symbolic constant.
9097 ("main_base_31_small", "main_base_31_large"): New insns.
9098 ("main_base_64", "main_pool"): New insns.
9099 ("literal_pool_31", "literal_pool_64"): Remove.
9100
9101 2003-08-27 Nathanael Nerode <neroden@gcc.gnu.org>
9102
9103 * fixinc/inclhack.def (ptx_netswap): New disabled fix, ported from
9104 fixinc.ptx.
9105 * fixinc/inclhack.def (undefine_null): Don't generate \r characters.
9106 Prettify a little.
9107 * fixinc/fixincl.x: Regenerate.
9108
9109 2003-08-27 Richard Earnshaw <rearnsha@arm.com>
9110
9111 * lib1funcs.asm (L_ieee754_sp): New. Include ieee754-sf.S.
9112 (L_ieee754_dp): New. Include ieee754-df.S.
9113 * arm/ieee754-sf.S: Rework to allow interworking, calling from Thumb,
9114 and compilation in apcs-26 mode.
9115 * arm/ieee754-df.S: Likewise.
9116 * t-arm-elf (DPBIT, FPBIT, fp-bit.c dp-bit.c): Delete rules
9117 (LIB1ASMFUNCS): Add _ieee754_sp and _ieee754_dp targets.
9118
9119 2003-08-27 Nicolas Pitre <nico@cam.org>
9120
9121 * arm/ieee754-sf.S: New.
9122 * arm/ieee754-df.S: New.
9123
9124 2003-08-27 Jakub Jelinek <jakub@redhat.com>
9125
9126 * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust
9127 and restore it if returning NULL.
9128
9129 2003-08-27 Richard Sandiford <rsandifo@redhat.com>
9130
9131 * calls.c (initialize_argument_information): If an argument has no
9132 stack space associated with it, and BLOCK_REG_PADDING is defined,
9133 use it to decide at which end the argument should be padded.
9134 * function.c (assign_parms): Allocate BLKmode stack slots.
9135 * config/mips/mips-protos.h (mips_pad_arg_upward): Declare.
9136 (mips_pad_reg_upward): Declare.
9137 * config/mips/mips.h (PAD_VARARGS_DOWN): Use FUNCTION_ARG_PADDING.
9138 (CUMULATIVE_ARGS): Remove num_adjusts and adjusts.
9139 (FUNCTION_ARG_PADDING): Use mips_pad_arg_upward.
9140 (BLOCK_REG_PADDING): Use mips_pad_reg_upward.
9141 * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
9142 (mips_expand_call): Remove code for generating structure shifts.
9143 (mips_arg_info): Don't set struct_p. Don't set fpr_p for non-float
9144 types unless using the EABI.
9145 (function_arg_advance): Don't generate shift instructions.
9146 (function_arg): Don't return them. Don't short-circuit the
9147 check for double structure chunks for DFmode arguments.
9148 (mips_pad_arg_upward, mips_pad_reg_upward): New functions.
9149 (mips_expand_prologue): Remove code to emit structure shifts.
9150 * config/mips/irix6-libc-compat.c: Remove workarounds for buggy
9151 structure passing (inet_ntoa, inet_lnaof, inet_netof). Update
9152 comments to say that only structure returns are a problem.
9153
9154 2003-08-26 Nathanael Nerode <neroden@gcc.gnu.org>
9155
9156 * fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h:
9157 Fix to match produced versions.
9158 * fixinc/inclhack.def (longlong_t): New disabled test, ported
9159 from fixinc.svr4.
9160 * fixinc/inclhack.def (ptx_pwd_h): New disabled fix, ported
9161 from fixinc.ptx.
9162 * fixinc/inclhack.def (ptx_sys_mc_param_h): New disabled fix,
9163 ported from fixinc.ptx.
9164
9165 2003-08-26 Per Bothner <pbothner@apple.com>
9166
9167 * cpplib.h (struct cpp_token): Change type of field line to fileline.
9168 (cpp_error_with_line): Use fileline for appropriate parameter.
9169 * cpphash.h (struct cpp_macro): Change type of field line to fileline.
9170 (struct cpp_reader): Likewise for fields line and directive_line.
9171 (_cpp_begin_message): Use fileline for appropriate parameter.
9172 * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
9173 cpp_error): Use fileline for appropriate parameters and variables.
9174 (print_location): New local lin, since it is not a fileline.
9175
9176 2003-08-26 Roger Sayle <roger@eyesopen.com>
9177
9178 PR middle-end/12002
9179 * tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
9180 (FLOAT_TYPE_P): Define in terms of these two new macros.
9181 * fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
9182 for complex floating point types.
9183
9184 2003-08-26 Ulrich Weigand <uweigand@de.ibm.com>
9185
9186 * config/s390/s390.c (emit_prologue): Don't check literal pool size.
9187 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
9188 s390_output_pool_entry.
9189
9190 2003-08-26 Nathanael Nerode <neroden@gcc.gnu.org>
9191
9192 * fixinc/inclhack.def (svr4_preproc_lint_on,
9193 svr4_preproc_lint_off, svr4_preproc_machine): New disabled
9194 fixes, ported from fixinc.svr4.
9195
9196 2003-08-26 Mark Mitchell <mark@codesourcery.com>
9197
9198 * doc/install.texi (Prerequisites): Mention GNU make requirement.
9199
9200 * Makefile.in (AR_FOR_TARGET): Export it.
9201 (AR_CREATE_FOR_TARGET): Likewise.
9202 (AR_FLAGS_FOR_TARGET): Likewise.
9203 (AR_EXTRACT_FOR_TARGET): Likewise.
9204 (AWK): Likewise.
9205 (BUILD_PREFIX): Likewise.
9206 (BUILD_PREFIX_1): Likewise.
9207 (DESTDIR): Likewise.
9208 (GCC_FOR_TARGET): Likewise.
9209 (INCLUDES): Likewise.
9210 (INSTALL_DATA): Likewise.
9211 (LIB1ASMSRC): Likewise.
9212 (LIBGCC2_CFLAGS): Likewise.
9213 (MACHMODE_H): Likewise.
9214 (NM_FOR_TARGET): Likewise.
9215 (RANLIB_FOR_TARGET): Likewise.
9216 (libsubdir): Likewise.
9217 (slibdir): Likewise.
9218 (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
9219 exporting.
9220 (libgcc.a): Don't pass them here.
9221 (stmp-multilib): Or here.
9222 (install-libgcc): Or here.
9223 (install-multilib): Or here.
9224 (POSTSTAGE1_FLAGS_TO_PASS): Or here.
9225 (stage1_build): Or here.
9226
9227 2003-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
9228
9229 * config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
9230 "*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
9231
9232 2003-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
9233
9234 * config/s390/s390.md ("*fmadddf", "*fmsubdf",
9235 "*fmaddsf", "*fmsubsf"): New insns.
9236
9237 2003-08-26 Roger Sayle <roger@eyesopen.com>
9238
9239 * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
9240 (C1*C2)/X when unsafe math optimizations are allowed.
9241 (fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
9242 math optimizations. Minor code clean-ups. Recursively call
9243 fold when constructing sub-expressions.
9244
9245 2003-08-26 Roger Sayle <roger@eyesopen.com>
9246
9247 * builtins.c (fold_builtin_bitop): New function to perform constant
9248 folding of ffs, clz, ctz, popcount and parity builtin functions
9249 and their long and long long variants (such as ffsl and ffsll).
9250 (fold_builtin): fold_builtin_bitop when appropriate.
9251 * simplify-rtx.c (simplify_unary_operation): Honor both
9252 CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
9253 evaluating clz and ctz at compile-time, for operands wider
9254 than HOST_WIDE_INT.
9255
9256 2003-08-26 Nathan Sidwell <nathan@codesourcery.com>
9257
9258 * builtins.c (build_function_call_expr): Don't set
9259 TREE_SIDE_EFFECTS here.
9260 * expr.c (emit_block_move_via_libcall): Likewise.
9261 (clear_storage_via_libcall): Likewise.
9262 * tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
9263 CALL_EXPRs.
9264
9265 * gcse.c (is_too_expensive): New function.
9266 (gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
9267
9268 2003-08-25 Zack Weinberg <zack@codesourcery.com>
9269
9270 * config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
9271 commented-out logic to use DCE threads (if present), add
9272 support for POSIX threads.
9273 * config/ia64/hpux.h: Define CPP_SPEC to set appropriate
9274 #defines for -pthread. Add -lpthread to LIB_SPEC when
9275 -pthread. In both cases take -mt as a synonym for -pthread
9276 for acc compatibility.
9277 Define GTHREAD_USE_WEAK to 0.
9278 * config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
9279 Remove old logic for DCE threads from LIB_SPEC.
9280 * config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
9281
9282 2003-08-25 Roger Sayle <roger@eyesopen.com>
9283
9284 * builtins.c (expand_builtin_mathfn): Rearrange so that we only
9285 return 0 for invalid argument types. Instead drop through to a
9286 call of expand_call at the bottom of function. If op is SQRT,
9287 try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
9288
9289 2003-08-25 Richard Henderson <rth@redhat.com>
9290
9291 * config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
9292 result when op0 is SImode.
9293
9294 2003-08-25 Nathanael Nerode <neroden@twcny.rr.com>
9295
9296 * fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
9297 from fixinc.svr4.
9298 * fixinc/fixincl.x: Regenerate.
9299 * fixinc/tests/base/sys/signal.h: Regenerate.
9300
9301 2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
9302
9303 * combine.c (simplify_comparison): Re-enable widening of comparisons
9304 with non-paradoxical subregs of non-REG expressions.
9305
9306 2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
9307
9308 * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
9309
9310 2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
9311
9312 * combine.c (combine_simplify_rtx): Fix RTL sharing bug.
9313
9314 2003-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
9315
9316 * pretty-print.h (pp_maybe_newline_and_indent): New macro.
9317 * c-pretty-print.h (c_pretty_printer): Now typedef to the
9318 structure. Be consistent with pretty-print.h abd cxx-pretty-print.h
9319 (struct c_pretty_print_info): Document. Add new fields.
9320 (pp_type_specifier_seq): Rename from pp_c_type_specifier.
9321 (pp_direct_abstract_declarator): New macro.
9322 (pp_ptr_operator): Likewise.
9323 (pp_simple_type_specifier): Likewise.
9324 (pp_expression): Likewise.
9325 (pp_parameter_list): Rename from pp_parameter_declaration.
9326 * c-pretty-print.c (pp_c_whitespace): Now a function.
9327 (pp_c_left_paren): Likewise.
9328 (pp_c_right_paren): Likewise.
9329 (pp_c_dot): Likewise.
9330 (pp_c_ampersand): Likewise.
9331 (pp_c_arrow): Likewise.
9332 (pp_c_semicolon): Likewise.
9333 (pp_c_type_cast): New function.
9334 (pp_c_space_for_pointer_operator): Likewise.
9335 (pp_c_call_argument_list): Likewise.
9336 (pp_c_cv_qualifier): Adjust prototype.
9337 (pp_c_type_qualifier_list): Likewise.
9338 (pp_c_pointer): Likewise. Handle REFERENCE_TYPE here.
9339 (pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
9340 Adjust to follow standard grammar.
9341 (pp_c_specifier_qualifier_list): Adjusr prototype. Handle
9342 REFERENCE_TYPE. Tidy.
9343 (pp_c_parameter_type_list): Adjust prototype. Tidy.
9344 (pp_c_parameter_declaration): Remove.
9345 (pp_c_abstract_declarator): Adjust prototype.
9346 (pp_c_direct_abstract_declarator): Likewise.
9347 (pp_c_type_id): Likewise.
9348 (pp_c_storage_class_specifier): Likewise.
9349 (pp_c_function_specifier): Likewise.
9350 (pp_c_declaration_specifiers): Likewise.
9351 (pp_c_direct_declarator): Likewise.
9352 (pp_c_declarator): Likewise.
9353 (pp_c_declarator): Likewise.
9354 (pp_c_declaration): Likewise.
9355 (pp_c_attributes): Likewise. Tidy.
9356 (pp_c_function_definition): Adjust prototype.
9357 (pp_c_char): Likewise.
9358 (pp_c_string_literal): Likewise.
9359 (pp_c_integer_constant): Likewise.
9360 (pp_c_character_constant): Likewise.
9361 (pp_c_bool_constant): Likewise.
9362 (pp_c_enumeration_constant): Likewise.
9363 (pp_c_floating_constant): Likewise.
9364 (pp_c_constant): Likewise.
9365 (pp_c_identifier): Likewise.
9366 (pp_c_primary_expression): Likewise. Remove TARGET_EXPR case. Tidy.
9367 (pp_c_initializer): Adjust prototype.
9368 (pp_c_init_declarator): Likewise.
9369 (pp_c_initializer_list): Likewise.
9370 (pp_c_id_expression): Likewise.
9371 (pp_c_postfix_expression): Likewise.
9372 (pp_c_expression_list): Likewise.
9373 (pp_c_unary_expression): Likewise.
9374 (pp_c_cast_expression): Likewise.
9375 (pp_c_multiplicative_expression): Likewise.
9376 (pp_c_additive_expression): Likewise.
9377 (pp_c_shift_expression): Likewise.
9378 (pp_c_relational_expression): Likewise.
9379 (pp_c_equality_expression): Likewise.
9380 (pp_c_and_expression): Likewise.
9381 (pp_c_exclusive_or_expression): Likewise.
9382 (pp_c_inclusive_or_expression): Likewise.
9383 (pp_c_logical_and_expression): Likewise.
9384 (pp_c_logical_or_expression): Likewise.
9385 (pp_c_conditional_expression): Likewise.
9386 (pp_c_assignment_expression): Likewise.
9387 (pp_c_expression): Likewise. Tidy.
9388 (pp_c_statement): Likewise. Document.
9389 (pp_c_pretty_printer_init): Adjust prototype. Tidy.
9390
9391 * c-lang.c (c_initialize_diagnostics): Update.
9392 * c-common.h (strip_pointer_operator): Declare.
9393 * c-common.c (strip_pointer_operator): Define.
9394
9395 2003-08-25 Mark Mitchell <mark@codesourcery.com>
9396
9397 PR c++/8795
9398 * tree.h (build_method_type_directly): Declare.
9399 * c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
9400 (vector_size_helper): Likewise.
9401 * tree.c (build_method_type_directly): New function.
9402 (build_method_type): Use it.
9403
9404 2003-08-24 Richard Henderson <rth@redhat.com>
9405
9406 * config/i386.i386.c (ix86_return_in_memory): Reformat. Return true
9407 for 16-byte vector modes if sse not enabled; warn for abi change.
9408 (ix86_value_regno): Only return xmm0 for 16-byte vector types.
9409
9410 2003-08-24 Kazu Hirata <kazu@cs.umass.edu>
9411
9412 * rtlanal.c (may_trap_p): Simplify an integer comparison.
9413
9414 2003-08-24 Nathanael Nerode <neroden@gcc.gnu.org>
9415
9416 * fixinc/inclhack.def (AAB_svr4_replace_byteorder): Enhance
9417 comment. Enable for DYNIX/ptx systems (when they switch to
9418 regular fixincludes).
9419 * fixinc/fixincl.x: Regenerate.
9420
9421 2003-08-23 Jason Eckhardt <jle@rice.edu>
9422
9423 * config/i860/t-i860: New.
9424 * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
9425
9426 2003-08-23 Jakub Jelinek <jakub@redhat.com>
9427
9428 * c-decl.c (pushdecl): Only put decls which finish_struct will do
9429 something about onto incomplete chain.
9430 (finish_struct): If not removing type from incomplete
9431 list, update prev.
9432
9433 2003-08-20 Jan Hubicka <jh@suse.cz>
9434
9435 PR target/11369
9436 * i386.c (ix86_expand_carry_flag_compare): Validate operand.
9437
9438 PR target/11031
9439 * i386.c (const_0_to_3_operand, const_0_to_7_operand,
9440 const_0_to_15_operand, const_0_to_255_operand): New predicates.
9441 * i386.h (PREDICATE_CODES): Add these.
9442 * i386.c (pinsrw and pextrw patterns): Use them.
9443
9444 PR target/10984
9445 * i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
9446
9447 PR target/8869
9448 * expr.c (convert_modes): Deal properly with integer to vector
9449 constant conversion.
9450
9451 PR target/8871
9452 * i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
9453
9454 2003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
9455
9456 * config/s390/s390.h (LOAD_EXTEND_OP): Remove.
9457 * config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
9458 ("*movhi"): ... this.
9459 ("movqi", "*movqi"): Likewise.
9460 ("movqi_64"): Remove.
9461 ("*zero_extendhisi2_31"): Change predicate to s_operand.
9462
9463 2003-08-23 Dale Johannesen <dalej@apple.com>
9464 * calls.c (emit_library_call_value_1): Fix obvious errors in
9465 arguments to emit_group_store.
9466
9467 2003-08-23 Jason Eckhardt <jle@rice.edu>
9468
9469 * calls.c (emit_library_call_value_1): Remove code related
9470 to LIBGCC_NEEDS_DOUBLE.
9471 * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
9472 * doc/tm.texi: Likewise.
9473 * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
9474
9475 2003-08-23 Richard Sandiford <rsandifo@redhat.com>
9476
9477 * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
9478
9479 2003-08-23 Richard Sandiford <rsandifo@redhat.com>
9480
9481 * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
9482 as well. Put memory references in the varargs alias set.
9483 (mips_expand_prologue): Remove varargs handling from here.
9484
9485 2003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
9486
9487 * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
9488 s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
9489 s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
9490 for function pointer calls.
9491 * config/s390/s390.md ("*negdi2_31"): Likewise.
9492
9493 2003-08-23 Roger Sayle <roger@eyesopen.com>
9494
9495 * combine.c (apply_distributive_law): Correct comment.
9496
9497 2003-08-23 Jason Eckhardt <jle@rice.edu>
9498
9499 * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
9500
9501 2003-08-22 Jason Eckhardt <jle@rice.edu>
9502
9503 * config/i860/i860.c (i860_build_va_list): Create the va_decl
9504 declaration. Document the va_list structure.
9505 (i860_va_start): Initialize the va_list structure.
9506 (i860_va_arg): Rewrite completely.
9507 * config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
9508 * config/i860/varargs.asm: Do not allocate or initialize
9509 a va_list. Return the address of the register save area.
9510
9511 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
9512
9513 * config/iq2000/iq2000.c: Fix comment typos.
9514 * config/iq2000/iq2000.md: Likewise.
9515
9516 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
9517
9518 * config/iq2000/iq2000.c: Follow spelling conventions.
9519 * config/iq2000/iq2000.h: Likewise.
9520 * config/mn10300/mn10300.c: Likewise.
9521
9522 2003-08-22 Jason Eckhardt <jle@rice.edu>
9523
9524 * config/i860/i860.c (output_move_double): Don't set latehalf
9525 to zero for CONST_INT (since it could be, e.g., -1).
9526
9527 * config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
9528 (MODSI3_LIBCALL): ...with this one.
9529 (UREMSI3_LIBCALL): Replace this macro...
9530 (UMODSI3_LIBCALL): ...with this one.
9531
9532 2003-08-22 Jason Eckhardt <jle@rice.edu>
9533
9534 * config/i860/i860-protos.h (output_delay_insn): Remove prototype.
9535 (output_delayed_branch): Remove prototype.
9536 (single_insn_src_p): Remove prototype.
9537 * config/i860/i860.c (single_insn_src_p): Remove function.
9538 (output_delayed_branch): Remove function.
9539 (output_delay_insn): Remove function.
9540 (va_start): Remove unconditional test and dead code, re-format.
9541 Fix coding style and spelling problems in various comments.
9542 * config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
9543 (blockage pattern): ...and use it here.
9544 (all define_peephole patterns related to delayed branches): Remove.
9545 Fix coding style and spelling problems in various comments.
9546
9547 2003-08-22 Jason Eckhardt <jle@rice.edu>
9548
9549 * config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
9550 Remove all uses of the PARAMS macro. Remove superflous prototypes.
9551 Convert all function definitions from traditional to ISO C90 syntax.
9552 * config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
9553 with 'GCC'. Remove all uses of the PARAMS macro.
9554 * config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
9555 * config/i860/i860.md: Likewise.
9556 * config/i860/sysv4.h: Likewise.
9557 * config/i860/varargs.asm: Likewise.
9558
9559 2003-08-22 Jason Eckhardt <jle@rice.edu>
9560
9561 * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
9562 argument.
9563 (tdesc_section): Add prototype.
9564 Update copyright dates.
9565 * config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
9566 (TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
9567 (TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
9568 (targetm): Likewise.
9569 (i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
9570 for '%d' where necessary.
9571 (i860_va_start): Remove 'stdarg_p' argument. Make conditional checks
9572 on 'stdarg_p' unconditional. Divide current_function_args_info.ints
9573 by UNITS_PER_WORD when referencing (likewise for .floats).
9574 (I860_SVR4_VARARGS): Rename...
9575 (I860_SVR4_VA_LIST): ...to this.
9576 Call build() with 't' rather than 'field'.
9577 (i860_rtx_costs): New function.
9578 (TARGET_RTX_COSTS): Define.
9579 (i860_internal_label): New function.
9580 (TARGET_ASM_INTERNAL_LABEL): Define.
9581 (i860_file_start): New function.
9582 Update copyright dates.
9583 * config/i860/i860.h (CPP_PREDEFINES): Remove.
9584 (TARGET_CPU_CPP_BUILTINS): Define.
9585 (EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
9586 (CONST_COSTS): Remove (and move code to i860_rtx_costs).
9587 (ASM_FILE_START): Remove.
9588 (ASM_FILE_START_1): Remove.
9589 (ASM_GLOBALIZE_LABEL): Remove.
9590 (ASM_OUTPUT_INTERNAL_LABEL): Remove.
9591 (ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
9592 with targetm.asm_out.internal_label.
9593 Update copyright dates.
9594 * config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
9595 (CPP_PREDEFINES): Remove.
9596 (TARGET_OS_CPP_BUILTINS): Define.
9597 (GLOBAL_ASM_OP): Define.
9598 (ASM_FILE_START): Remove.
9599 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
9600 (TARGET_ASM_FILE_START): Define.
9601 Update copyright dates.
9602
9603 2003-08-22 Jason Eckhardt <jle@rice.edu>
9604
9605 * gcc/config.gcc (i860-*-sysv4*): Add target.
9606 * config/i860/i860-protos.h: New.
9607 * config/i860/i860.c: New.
9608 * config/i860/i860.h: New.
9609 * config/i860/i860.md: New.
9610 * config/i860/sysv4.h: New.
9611 * config/i860/varargs.asm: New.
9612 * config/i860/x-sysv4: New.
9613
9614 2003-08-22 Jason Eckhardt <jle@rice.edu>
9615
9616 * config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
9617 Remove all uses of PARAMS macro.
9618 Convert all function definitions to ISO C90 syntax.
9619 * config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
9620 * config/pa/fptr.c: Likewise.
9621 * config/pa/lib2funcs.asm: Likewise.
9622 * config/pa/long_double.h: Likewise.
9623 * config/pa/milli64.S: Likewise.
9624 * config/pa/pa-64.h: Likewise.
9625 * config/pa/pa-hpux.h: Likewise.
9626 * config/pa/pa-hpux10.h: Likewise.
9627 * config/pa/pa-hpux11.h: Likewise.
9628 * config/pa/pa-linux.h: Likewise.
9629 * config/pa/pa-modes.def: Likewise.
9630 * config/pa/pa-osf.h: Likewise.
9631 * config/pa/pa-pro-end.h: Likewise.
9632 * config/pa/pa.md: Likewise.
9633 * config/pa/pa32-linux.h: Likewise.
9634 * config/pa/pa64-linux.h: Likewise.
9635 * config/pa/pa64-hpux.h: Likewise.
9636 * config/pa/pa64-regs.h: Likewise.
9637 * config/pa/quadlib.c: Likewise.
9638 * config/pa/rtems.h: Likewise.
9639 * config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
9640 all uses of the PARAMS macro.
9641 * config/pa/pa.h: Likewise.
9642 * config/pa/som.h: Likewise.
9643
9644 * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
9645 Remove all uses of PARAMS macro.
9646 Convert all function definitions to ISO C90 syntax.
9647 * config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
9648 Remove all uses of PARAMS macro.
9649 * config/iq2000.h: Remove all uses of PARAMS macro.
9650 * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
9651
9652 2003-08-23 Ulrich Weigand <uweigand@de.ibm.com>
9653
9654 * config/s390/s390-protos.h (s390_output_pool_entry): Declare.
9655 * config/s390/s390.c (gen_consttable): Remove.
9656 (s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
9657 (s390_output_pool_entry): New function.
9658 * config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
9659 UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
9660 UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
9661 (UNSPECV_POOL_ENTRY): ... this new constant.
9662 ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
9663 "consttable_ti", "consttable_sf", "consttable_df"): Remove ...
9664 ("*pool_entry"): ... and replace by this new insn.
9665 ("literal_pool_31"): Do not emit anchor label if pool empty.
9666
9667 * config/s390/s390.c (struct machine_function): Add save_return_addr_p.
9668 (s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
9669 (s390_fixup_clobbered_return_reg): Remove.
9670 (s390_reorg): Don't call s390_fixup_clobbered_return_reg.
9671 (s390_return_addr_rtx): Always retrieve return address from save area
9672 slot. Use save_return_addr_p to force slot to be filled.
9673 (s390_emit_prologue): Remove has_hard_reg_initial_val test.
9674
9675 2003-08-22 Chris Demetriou <cgd@broadcom.com>
9676
9677 * config/mips/mips.h (MASK_FIX_SB1, TARGET_FIX_SB1): New defines.
9678 (TARGET_SWITCHES): Add -mfix-sb1 and -mno-fix-sb1.
9679 * config/mips/mips.md (divdf3, divsf3, sqrtdf2, sqrtsf2): Work
9680 around SB-1 errata if TARGET_FIX_SB1 is set.
9681 (recip.d insn, recip.s insn, rsqrt.d insn, rsqrt.s insn): Likewise.
9682 * doc/invoke.texi: Document MIPS -mfix-sb1 and -mno-fix-sb1.
9683
9684 2003-08-22 Roger Sayle <roger@eyesopen.com>
9685
9686 * hashtable.c (ht_expand): Avoid calculating rehash for the common
9687 case that the first probe hits an empty hash table slot.
9688
9689 2003-08-22 Mark Mitchell <mark@codesourcery.com>
9690
9691 * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
9692
9693 2003-08-22 Mark Mitchell <mark@codesourcery.com>
9694
9695 * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
9696 (ptr_extend_plus_imm): ... this.
9697 * config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
9698 optimization in C++.
9699 (ia64_output_mi_thunk): Support ILP32 mode.
9700
9701 2003-08-22 Bernardo Innocenti <bernie@develer.com>
9702
9703 * gcc/config/m68k/m68k.c (m68k_coff_asm_named_section): remove unused
9704 function.
9705 * gcc/config/m68k/m68k.c (-m68k_svr3_asm_out_constructor): likewise.
9706
9707 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
9708
9709 * config/i386/i386.c (const_int_1_operand): Simplify an
9710 integer comparison.
9711
9712 2003-08-22 Alan Modra <amodra@bigpond.net.au>
9713
9714 * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
9715 * config/rs6000/ppc64-fp.c: Likewise.
9716
9717 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
9718
9719 * cfgcleanup.c: Fix comment typos.
9720 * emit-rtl.c: Likewise.
9721 * optabs.c: Likewise.
9722 * ra-build.c: Likewise.
9723 * rtlanal.c: Likewise.
9724 * tree.h: Likewise.
9725
9726 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
9727
9728 * c-decl.c: Fix comment formatting.
9729 * cfgrtl.c: Likewise.
9730 * combine.c: Likewise.
9731 * convert.c: Likewise.
9732 * dominance.c: Likewise.
9733 * dwarf2out.c: Likewise.
9734 * dwarfout.c: Likewise.
9735 * expmed.c: Likewise.
9736 * fold-const.c: Likewise.
9737 * gcov.c: Likewise.
9738 * genattrtab.c: Likewise.
9739 * ggc-common.c: Likewise.
9740 * mips-tfile.c: Likewise.
9741 * regmove.c: Likewise.
9742
9743 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
9744
9745 * builtin-attrs.def: Fix comment formatting.
9746 * c-pretty-print.c: Likewise.
9747 * diagnostic.h: Likewise.
9748 * langhooks.h: Likewise.
9749 * recog.c: Likewise.
9750 * simplify-rtx.c: Likewise.
9751 * tree.def: Likewise.
9752
9753 2003-08-22 Bernardo Innocenti <bernie@develer.com>
9754
9755 * config/m68k/m68k-protos.h: Convert to ISO C90.
9756 * config/m68k/m68k.c: Likewise.
9757
9758 2003-08-21 Bernardo Innocenti <bernie@develer.com>
9759 Paul Dale <pauli@snapgear.com>
9760 Peter Barada <peter@baradas.org>
9761
9762 * config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
9763 ColdFire cores.
9764
9765 2003-08-21 Zack Weinberg <zack@codesourcery.com>
9766
9767 * Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
9768 * config.gcc (*-*-openbsd): Don't set tm_file.
9769 (alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
9770 arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
9771 h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
9772 i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
9773 i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
9774 m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
9775 m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
9776 m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
9777 mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
9778 sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
9779 xscale-*-coff): Use explicit and complete lists of target headers
9780 to include. Move definitions to tm_defines where appropriate.
9781 (hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
9782 not-yet-contributed configuration.
9783
9784 * config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
9785 * config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
9786 * config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
9787 * config/i386/nto.h, config/iq2000/iq2000.h,
9788 * config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
9789 * config/m68k/linux.h, config/m68k/m68k-aout.h
9790 * config/m68k/m68k-none.h, config/m68k/m68kv4.h
9791 * config/m68k/netbsd.h, config/m68k/openbsd.h
9792 * config/m68k/sgs.h, config/mcore/mcore-pe.h,
9793 * config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
9794 * config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
9795 Remove includes of other target config headers, and
9796 definitions of macros moved to tm_defines lists. Add #undefs
9797 where now necessary to prevent redefinition warnings.
9798
9799 * config/h8300/coff.h: New file split out of...
9800 * config/h8300/elf.h: ...here.
9801 * config/m68k/hp320base.h: New file split out of...
9802 * config/m68k/hp320.h: ...here.
9803 * config/rs6000/lynxbase.h: New file split out of...
9804 * config/rs6000/lynx.h: ...here.
9805
9806 * config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
9807 * config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
9808
9809 * config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
9810 * config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
9811 * config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
9812 Remove unnecessary #ifndef.
9813 * config/s390/s390.h: Prefix #include of s390/fixdfdi.h
9814 [under IN_LIBGCC2] with config/.
9815
9816 2003-08-21 Per Bothner <pbothner@apple.com>
9817
9818 * cppfiles.c (stack_file): Correctly pass return_at_eof parameter
9819 to cpp_push_buffer.
9820 * cpplex.c (_cpp_get_fresh_line): Don't buffer->prev - handled
9821 by return_at_eof check. Always call _cpp_pop_buffer at end.
9822
9823 2003-08-21 Kazu Hirata <kazu@cs.umass.edu>
9824
9825 PR target/11805
9826 * config/h8300/h8300.md (two anonymous patterns): Remove.
9827
9828 2003-08-21 Richard Sandiford <rsandifo@redhat.com>
9829
9830 * config/mips/mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.
9831 * config/mips/mips.c (function_arg_pass_by_reference): Never return
9832 true for n32 & n64.
9833
9834 2003-08-21 Josef Zlomek <zlomekj@suse.cz>
9835
9836 * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
9837 and similarly in (A | C) == D where C & ~D != 0.
9838
9839 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9840
9841 PR 8180
9842 * configure.in: When testing with_libs and with_headers, treat
9843 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9844 * configure: Regenerate.
9845
9846 2003-08-20 Peter Barada <peter@baradas.org>
9847
9848 * longlong.h (umul_ppmm): Add ColdFire support.
9849
9850 2003-08-20 Peter Barada <peter@baradas.org>
9851 Bernardo Innocenti <bernie@develer.com>
9852
9853 * config/m68k/m68k-none.h: Introduce new ColdFire archs.
9854 * config/m68k/m68k.h: Likewise.
9855 * config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
9856 * config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
9857 * config/m68k/linux.h: Likewise.
9858 * config/m68k/m68k.c: Likewise.
9859 * config/m68k/m68k.md: Likewise.
9860 * config/m68k/m68kelf.h: Likewise.
9861 * config/m68k/netbsd-elf.h: Likewise.
9862 * config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.
9863
9864 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9865
9866 * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
9867 * config/m68k/m68k.md: Likewise.
9868
9869 2003-08-20 Mark Mitchell <mark@codesourcery.com>
9870
9871 PR java/11996
9872 Revert this change:
9873 2003-08-19 Mark Mitchell <mark@codesourcery.com>
9874 * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
9875 types with precisions other than those given by native machine
9876 modes.
9877
9878 2003-08-20 Gunther Nikl <gni@gecko.de>
9879
9880 * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
9881 selected by FSGLMUL_USE_S and FSGLDIV_USE_S
9882 * config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
9883 * config/m68k/m68k.md (anonymous define_insn): Likewise
9884 * config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
9885 * config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
9886 code selected by NO_ASM_FMOVECR
9887
9888 2003-08-20 Gunther Nikl <gni@gecko.de>
9889
9890 * config/m68k/m68k.c (output_move_const_into_data_reg,
9891 output_move_himode): unify MOTOROLA/MIT handling of moveq
9892 * config/m68k/m68k.md (movsi_const0, anonymous define_insn):
9893 Likewise
9894
9895 2003-08-20 Gunther Nikl <gni@gecko.de>
9896
9897 * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
9898 label name
9899 * config/m68k/m68k.c (m68k_output_function_epilogue): replace
9900 HOST_WIDE_INT_PRINT_DEC with %wd
9901
9902 2003-08-20 Loren James Rittle <ljrittle@acm.org>
9903
9904 * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
9905 redefine warning.
9906
9907 2003-08-20 Roger Sayle <roger@eyesopen.com>
9908
9909 PR middle-end/11984
9910 * fold-const.c (fold <PLUS_EXPR>): Check for integer constant
9911 operands before calling tree_int_cst_lt when performing associative
9912 transformations.
9913
9914 2003-08-20 Jason Merrill <jason@redhat.com>
9915
9916 * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
9917 (EXPR_CHECK): Don't check for 'r' or 's' if we're
9918 checking IS_EXPR_CODE_CLASS.
9919 * calls.c (calls_function_1): Likewise.
9920 * fold-const.c (fold): Likewise.
9921 * tree.c (iterative_hash_expr): Likewise.
9922 * tree-inline.c (walk_tree, copy_tree_r): Likewise.
9923
9924 2003-08-20 Gunther Nikl <gni@gecko.de>
9925
9926 * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
9927 depending on MOTOROLA_BSR
9928 * config/m68k/m68k.md (anonymous define_insn): Likewise
9929
9930 2003-08-20 Jason Merrill <jason@redhat.com>
9931
9932 * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
9933 (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
9934 fold_trunc_transparent_mathfn, fold_builtin): Likewise.
9935 * dojump.c (do_jump): Likewise.
9936 * fold-const.c (operand_equal_p, fold): Likewise.
9937 (tree_expr_nonnegative_p): Likewise.
9938
9939 * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
9940 TYPE_USER_ALIGN for FIELD_DECLs.
9941
9942 * attribs.c (decl_attributes): Rebuild the function pointer type after
9943 changing the target type.
9944 * tree.c (get_qualified_type): Also check that the attributes match.
9945
9946 2003-08-19 Matt Kraai <kraai@alumni.cmu.edu>
9947
9948 * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
9949 * objc/config-lang.in (stagestuff): ... to here.
9950
9951 2003-08-19 Mark Mitchell <mark@codesourcery.com>
9952
9953 PR c++/11946
9954 * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
9955 NOP_EXPR) when necessary.
9956 * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
9957 types with precisions other than those given by native machine
9958 modes.
9959
9960 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9961
9962 * cpppch.c (cpp_valid_state): Re-add warning about PCH not used
9963 because some macro is defined.
9964
9965 * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
9966 options.
9967 * config/i386/darwin.h (ASM_SPEC): New.
9968 (SUBTARGET_EXTRA_SPECS): New.
9969 * config/rs6000/darwin.h (ASM_SPEC): New.
9970 (SUBTARGET_EXTRA_SPECS): New.
9971 * configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
9972 a cross-compiler between two different processors on Darwin.
9973 * configure: Regenerate.
9974
9975 2003-08-19 Kazu Hirata <kazu@cs.umass.edu>
9976
9977 * builtins.c: Fix comment typos.
9978 * c-common.c: Likewise.
9979 * c-decl.c: Likewise.
9980 * c-pretty-print.c: Likewise.
9981 * cfgbuild.c: Likewise.
9982 * cfglayout.c: Likewise.
9983 * cfgloopanal.c: Likewise.
9984 * cgraphunit.c: Likewise.
9985 * cppfiles.c: Likewise.
9986 * dwarfout.c: Likewise.
9987 * expr.c: Likewise.
9988 * fold-const.c: Likewise.
9989 * gcse.c: Likewise.
9990 * ggc-page.c: Likewise.
9991 * haifa-sched.c: Likewise.
9992 * pretty-print.c: Likewise.
9993 * tree.c: Likewise.
9994 * tree.h: Likewise.
9995 * value-prof.c: Likewise.
9996
9997 2003-08-19 Kazu Hirata <kazu@cs.umass.edu>
9998
9999 * c-decl.c: Follow spelling conventions.
10000 * cppfiles.c: Likewise.
10001
10002 2003-08-19 Kazu Hirata <kazu@cs.umass.edu>
10003
10004 * c-common.c: Fix comment formatting.
10005 * c-common.h: Likewise.
10006 * c-decl.c: Likewise.
10007 * cppinit.c: Likewise.
10008 * cpplib.h: Likewise.
10009 * emit-rtl.c: Likewise.
10010 * input.h: Likewise.
10011 * line-map.h: Likewise.
10012 * opts.c: Likewise.
10013 * opts.h: Likewise.
10014 * simplify-rtx.c: Likewise.
10015
10016 2003-08-19 Daniel Jacobowitz <drow@mvista.com>
10017
10018 * unwind-c.c: Add libgcc-style exception.
10019 * unwind-dw2.c: Likewise.
10020 * unwind-pe.h: Likewise.
10021 * unwind-sjlj.c: Likewise.
10022 * unwind.inc: Likewise.
10023
10024 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
10025
10026 PR c/5582 PR c++/10538
10027 * langhooks-def.h (lhd_decl_uninit): Declare.
10028 (LANG_HOOKS_DECL_UNINIT): New macro.
10029 (LANG_HOOKS_INITIALIZER): Adjust.
10030 * langhooks.h (struct lang_hooks): Add new field
10031 decl_uninit.
10032 * langhooks.c (lhd_decl_uninit): Define.
10033 * c-common.c (c_decl_uninit_1): New function.
10034 (c_decl_uninit): New function.
10035 (warn_init_self): Define.
10036 * c-common.h (c_decl_uninit): Declare.
10037 (warn_init_self): Declare.
10038 * c.opt: Introduce -Winit-self.
10039 * c-opts.c (c_common_handle_options): Set warn_init_self.
10040 * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
10041 * objc/objc-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
10042 * function.c (uninitialized_vars_warning): Call the language hook.
10043 * doc/invoke.texi: Document -Winit-self.
10044
10045 2003-08-19 Chris Demetriou <cgd@broadcom.com>
10046
10047 * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
10048 to use better predicates and constraints. Define new
10049 instruction to handle "trap_if" with DI-mode arguments.
10050 (conditional_trap): FAIL if trap code is not 0.
10051
10052 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
10053
10054 * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
10055 strstr with $pb to a strcompare with "<pic base>"
10056 (ix86_output_addr_diff_elt): Output the real pic base.
10057
10058 2003-08-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
10059
10060 * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
10061 (LANG_HOOKS_INITIALIZER): Correct.
10062 * c-lang.c: Likewise.
10063
10064 2003-08-19 Jan Hubicka <jh@suse.cz>
10065
10066 * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
10067 (cgraph_varpool_mark_needed_node): Likewise.
10068 * cgraph.h (notice_global_symbol): Declare
10069 * varasm.c (notice_global_symbol): Break out from ...
10070 (assemble_start_function): ... here; update for variables.
10071 (assemble_variable): Use notice_global_symbol.
10072
10073 2003-08-19 Richard Sandiford <rsandifo@redhat.com>
10074
10075 * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
10076 expect SFmode and DFmode arguments to be passed in FPRs,
10077 regardless of the underlying type.
10078
10079 2003-08-19 Richard Sandiford <rsandifo@redhat.com>
10080
10081 PR target/11924
10082 * config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
10083 (mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.
10084
10085 2003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
10086
10087 PR c/11207
10088 * c-typeck.c (set_init_index): Check for negative index.
10089
10090 2003-08-18 Bob Wilson <bob.wilson@acm.org>
10091
10092 * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
10093 call0 ABI.
10094 * config/xtensa/crtn.asm (_init, _fini): Likewise.
10095 * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
10096 __umodsi3, __modsi3): Likewise.
10097 * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
10098 $(INCLUDES).
10099
10100 2003-08-18 Aldy Hernandez <aldyh@redhat.com>
10101
10102 * config/rs6000/spe.md ("*nabssf2_gpr"): New.
10103
10104 2003-08-18 Richard Sandiford <rsandifo@redhat.com>
10105
10106 * config/mips/mips.md: Quote C code in braces. Remove use of
10107 fake const0_rtx operands. Remove double backslashes. Use \;.
10108 Remove workarounds for bogus warnings.
10109
10110 2003-08-18 Richard Sandiford <rsandifo@redhat.com>
10111
10112 * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
10113 (muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
10114 rather than TARGET_MIPS4300.
10115 (mulsf3_internal, mulsf3_r4300): Likewise.
10116
10117 2003-08-18 Richard Sandiford <rsandifo@redhat.com>
10118
10119 * config/mips/mips.md: Renumber unspecs. Clean up comments.
10120
10121 2003-08-17 Roger Sayle <roger@eyesopen.com>
10122
10123 * simplify-rtx.c (associative_constant_p): New function to test
10124 whether an RTX expression is an immediate constant.
10125 (simplify_associative_operation): New function to perform some
10126 reassociation optimizations of associative binary expressions.
10127 (simplify_binary_operation): Use simplify_associative_operation
10128 to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
10129 Floating point expressions are only reassociated when unsafe
10130 math optimizations are permitted.
10131
10132 2003-08-17 Andreas Jaeger <aj@suse.de>
10133
10134 * config/alpha/alpha.md: Remove usage of PARAMS.
10135
10136 * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
10137 * config/i386/i386-interix.h: Likewise.
10138 * config/i386/winnt.c: Likewise.
10139 * config/i386/cygming.h: Likewise.
10140 * config/i386/cygwin2.c: Likewise.
10141 * config/darwin.c: Likewise.
10142 * config/darwin-c.c: Likewise.
10143 * config/darwin-protos.h: Likewise.
10144 * config/darwin.h: Likewise.
10145 * config/s390/s390-protos.h: Likewise.
10146 * config/s390/s390.c: Likewise.
10147 * config/ia64/ia64.c: Likewse
10148 * config/ia64/ia64-protos.h: Likewise.
10149 * config/ia64/ia64-c.c: Likewise.
10150
10151 2003-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10152
10153 * config/sparc/sparc.c: Convert to ISO C.
10154
10155 * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
10156 * config/sparc/sparc.c: Likewise.
10157
10158 2003-08-16 Nathan Sidwell <nathan@codesourcery.com>
10159
10160 PR c++/11512
10161 * stmt.c (expand_expr_stmt_value): Don't warn about any void
10162 typed expression.
10163
10164 2003-08-16 Jan Hubicka <jh@suse.cz>
10165
10166 * i386.c (ix86_fntype_regparm): Rename from ...
10167 (ix86_function_regparm): ... this one; add fastcall and local
10168 functions.
10169 (ix86_function_ok_for_sibcall): Update.
10170 (ix86_return_pops_args): Likewise.
10171 (init_cumulative_args): Likewise.
10172 (x86_can_output_mi_thunk): Likewise.
10173 (function_arg): Fix formating.
10174 (x86_this_parameter): Fix fastcall.
10175 (x86_output_mi_thunk): Likewise.
10176
10177 * cgraph.c (cgraph_mark_needed_node): Do not mark functions without
10178 body as reachable; mark nested functions as needed too.
10179 (dump_cgraph): Do not output global.calls.
10180 * cgraph.h (cgraph_global_info): Kill.
10181 * cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
10182 (record_call_1): Speedup.
10183 (cgraph_analyze_function): Break out from ...; compute inlining
10184 parameters.
10185 (cgraph_finalize_compilation_unit): ... here.
10186 (cgraph_mark_inline): Kill computation of calls.
10187 (cgraph_decide_inlining): Do not compute most of initial values.
10188
10189 2003-08-14 Roger Sayle <roger@eyesopen.com>
10190
10191 * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
10192 to negate if either operand is easy to negate, if we don't care
10193 about sign-dependent rounding.
10194 (negate_expr): Make the logic to negate a REAL_CST explicit.
10195 Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
10196 that's easy to negate, if we don't honor sign-dependent rounding.
10197 (fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
10198 negate, and the symmetric A * -B as -A * B if A is easy to negate.
10199 (fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
10200 -C/D if B and C are cheap to negate. Add an explicit rule to
10201 optimize X/-1.0 as -X when we don't care about signaling NaNs.
10202
10203 2003-08-14 Zack Weinberg <zack@codesourcery.com>
10204
10205 * Makefile.in (tm_file): Rename tm_include_list.
10206 (tm_p_file): Rename tm_p_include_list.
10207 (build_xm_file): Rename build_xm_include_list.
10208 (host_xm_file): Rename host_xm_include_list.
10209 (xm_file): Rename xm_include_list.
10210 (xm_file_list): Add to be substituted.
10211 (cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
10212 Update to match.
10213 (bt-load.o): Add missing dependency on $(TM_H).
10214 * configure.in: Prefix value of EXTRA_MODES_FILE with config/.
10215 For each of tm_file, tm_p_file, xm_file, host_xm_file, and
10216 build_xm_file, generate both *_file_list and *_include_list
10217 values from it. (xm_file_list was formerly not being generated.)
10218 In *_include_list, prefix the names of all headers found in
10219 $(srcdir)/config with config/. In each loop, consider only
10220 the special case files that can actually appear in that list.
10221 AC_SUBST all *_file_list and all *_include_list variables; do
10222 not AC_SUBST the plain *_file variables.
10223 * configure: Regenerate.
10224
10225 2003-08-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10226
10227 * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
10228
10229 2003-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10230
10231 * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
10232 direct calls.
10233 (attr_length_call): Include it here. Improve length estimate for
10234 local calls.
10235 (output_call): Use targetm.binds_local_p.
10236
10237 2003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10238
10239 * builtins.c (CASE_MATHFN): New helper macro.
10240 (mathfn_built_in): Simplify and sort.
10241
10242 * protoize.c (substr): Delete, callers changed to `strstr'.
10243
10244 2003-08-13 Zack Weinberg <zack@codesourcery.com>
10245
10246 * config.gcc (iq2000*-*-elf*): Don't set xm_file.
10247 * config/iq2000/xm-iq2000.h: Delete file.
10248
10249 2003-08-13 Geoffrey Keating <geoffk@apple.com>
10250
10251 * gengtype.c (walk_type): Process a subobject before processing
10252 the pointer that points to the subobject.
10253
10254 2003-08-13 Per Bothner <pbothner@apple.com>
10255
10256 * regclass.c (init_reg_modes): Make non-static.
10257 Rename to init_reg_modes_once per new naming convention.
10258 (init_regs): Don't call init_reg_modes here.
10259 * emit-rtl.c (init_emit_once): Call init_reg_modes_once here instead.
10260 * rtl.h (init_reg_modes_once): New declaration.
10261 * toplev.c (backend_init): Call init_regs after init_emit_once.
10262
10263 2003-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
10264
10265 * config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
10266 special index for MD_FALLBACK_FRAME_STATE_FOR to itself.
10267
10268 2003-08-13 J"orn Rennecke <joern.rennecke@superh.com>
10269
10270 * sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
10271 * sh.md (load_ra): Change insn predicate to TARGET_SH1.
10272
10273 2003-08-13 Dale Johannesen <dalej@apple.com>
10274
10275 * config/rs6000/rs6000.md (ctrsi, ctrdi): Reenable
10276 handling of decrement-and-branch farther than 32 bits.
10277
10278 2003-08-12 Kelley Cook <kelleycook@wideopenwest.com>
10279
10280 * configure.in (make_compare_target): Move test to ...
10281 * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
10282 * configure: Regenerate.
10283
10284 2003-08-12 Richard Sandiford <rsandifo@redhat.com>
10285
10286 * config/mips/iris6.h: Convert to C90 prototypes.
10287 * config/mips/irix6-libc-compat.c: Likewise.
10288 * config/mips/mips-protos.h: Likewise.
10289 * config/mips/mips.c: Likewise.
10290
10291 2003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10292
10293 fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel. Enable
10294 for selected machines. Comment heavily.
10295 fixinc/fixincl.x: Rebuild.
10296 fixinc/tests/base/fs/rfs/rf_cache.h: New file.
10297
10298 2003-08-12 Richard Sandiford <rsandifo@redhat.com>
10299
10300 * config/mips/mips.h: Tweak various comments.
10301 * config/mips/mips.c: Likewise.
10302
10303 2003-08-11 James E Wilson <wilson@tuliptree.org>
10304
10305 PR optimization/11319
10306 PR target/10021
10307 * alias.c (find_base_value, case REG): Return 0 not src if no base
10308 found.
10309
10310 2003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10311
10312 * gcse.c (gmalloc): Fix last change.
10313
10314 2003-08-11 Roger Sayle <roger@eyesopen.com>
10315
10316 * simplify-rtx.c (simplify_binary_operation): Replace calls to
10317 gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
10318 and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
10319 gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.
10320
10321 2003-08-11 Roger Sayle <roger@eyesopen.com>
10322
10323 * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
10324 * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
10325 typecode for an ABS_EXPR.
10326
10327 * doc/c-tree.texi: Document ABS_EXPR.
10328
10329 2003-08-11 Roger Sayle <roger@eyesopen.com>
10330
10331 * fold-const.c (fold): Optimize any associative floating point
10332 operator with -funsafe-math-optimizations, not just MULT_EXPR.
10333
10334 2003-08-11 Kaz Kojima <kkojima@gcc.gnu.org>
10335
10336 * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
10337 information in SHmedia case too.
10338 (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
10339 Likewise.
10340 (__set_fpscr): Use an access via GOT for PIC case.
10341
10342 2003-08-11 Kelley Cook <kelleycook@wideopenwest.com>
10343
10344 * configure.in (intermodule): Make switch test more portable.
10345 * configure: Regenerate.
10346
10347 2003-08-11 Kelley Cook <kelleycook@wideopenwest.com>
10348
10349 * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
10350 (restrap): Likewise.
10351
10352 2003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10353
10354 * gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC.
10355 (grealloc): Size argument is a size_t.
10356 (gcalloc): New function. Use throughout in lieu of
10357 gmalloc/memset.
10358
10359 * config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
10360 xmalloc/memset.
10361 * config/ia64/ia64.c (ia64_reorg): Likewise.
10362 * conflict.c (conflict_graph_new): Likewise.
10363 * fixinc/fixincl.c (run_compiles): Likewise.
10364 * genattrtab.c (optimize_attrs): Likewise.
10365 * genrecog.c (new_decision): Likewise.
10366 * haifa-sched.c (schedule_block): Likewise.
10367 * hashtable.c (ht_create): Likewise.
10368
10369 2003-08-11 Bob Wilson <bob.wilson@acm.org>
10370
10371 * config/xtensa/lib2funcs.S: Fix whitespace.
10372 * config/xtensa/xtensa.md (all insns and expanders): Use brace block
10373 syntax where appropriate. Remove unnecessary backslash escapes.
10374 Reformat comments and fix some code formatting.
10375 (extendqisi2): Rearrange conditional.
10376 (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
10377 *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
10378 of fatal_insn.
10379
10380 2003-08-11 Richard Sandiford <rsandifo@redhat.com>
10381
10382 * config/mips/mips.c: Various formatting fixes.
10383 (override_options): Resync -mtune handling with gas.
10384 (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
10385 * config/mips/mips.h: More formatting fixes.
10386 (mips_abi): Move declaration.
10387 * config/mips/mips.md (exception_receiver): Add mode to
10388 unspec_volatile.
10389
10390 2003-08-11 Aldy Hernandez <aldyh@redhat.com>
10391
10392 * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
10393 evsplatfi here.
10394 (bdesc_1arg): Remove evsplati and evsplatfi.
10395
10396 2003-08-11 J"orn Rennecke <joern.rennecke@superh.com>
10397
10398 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
10399 into account.
10400
10401 2003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10402
10403 * builtins.c (expand_builtin_strcat): Optimize constant strings.
10404
10405 2003-08-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
10406
10407 * pretty-print.c (pp_base_indent): Rename from pp_indent.
10408 * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
10409 (struct c_pretty_print_info): Add more fields.
10410 (pp_c_left_paren): Move to c-pretty-print.c.
10411 (pp_c_right_paren): Likewise.
10412 (pp_c_left_brace): Likewise.
10413 (pp_c_right_brace): Likewise.
10414 (pp_c_left_bracket): Likewise.
10415 (pp_c_right_bracket): Likewise.
10416 (pp_c_declarator): Declare.
10417 (pp_c_direct_declarator): Likewise.
10418 (pp_c_specifier_qualifier_list): Likewise.
10419 (pp_c_type_id): Likewise.
10420 * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
10421 (pp_c_type_qualifier_list): New.
10422 (pp_c_pointer): Likewise.
10423 (pp_c_parameter_type_list): Likewise.
10424 (pp_c_function_definition): Likewise.
10425 (pp_c_id_expression): Likewise.
10426 (pp_c_simple_type_specifier): Tidy.
10427 (pp_c_unary_expression): Likewise.
10428 (pp_c_expression): Likewise.
10429 (pp_c_pretty_printer_init): Likewise.
10430 (pp_c_specifier_qualifier_list): Rework..
10431 (pp_c_abstract_declarator): Likewise.
10432 (pp_c_postfix_expression): Likewise.
10433 (pp_c_primary_expression): Likewise.
10434 (pp_c_cast_expression): Likewise.
10435 (pp_c_direct_abstract_declarator): Likewise.
10436 (pp_c_storage_class_specifier): Likewise.
10437 (pp_c_function_specifier): Likewise.
10438 (pp_c_declaration_specifiers): Likewise.
10439 (pp_c_direct_declarator): Likewise.
10440 (pp_c_declarator): Likewise.
10441 (pp_c_declaration): Likewise.
10442 (pp_c_statement): Likewise.
10443 (pp_c_integer_constant): Rename from pp_c_integer_literal.
10444 (pp_c_character_constant): Rename from pp_c_character_literal.
10445 (pp_c_bool_constant): Rename from pp_c_bool_literal.
10446 (pp_c_enumeration_constant): Rename from pp_c_enumerator.
10447 (pp_c_floating_constant): Rename from pp_c_real_literal.
10448 (pp_c_constant): Rename from pp_c_literal.
10449 * c-lang.c: Include diagnostic.h and c-pretty-print.h
10450 (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
10451 (c_initialize_diagnostics): New.
10452 * Makefile.in (c-lang.o): Update dependency.
10453
10454 2003-08-10 Nathan Sidwell <nathan@codesourcery.com>
10455
10456 * c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
10457
10458 2003-08-10 Richard Sandiford <rsandifo@redhat.com>
10459
10460 * config/mips/mips.c (mips_no_mips16_string): Remove.
10461 (override_options): Don't handle -mips16 as part of -mipsN.
10462 * config/mips/mips.h (mips_no_mips16_string): Remove declaration.
10463 (TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
10464 (TARGET_OPTIONS): Remove -mno-mips16.
10465
10466 2003-08-10 Richard Sandiford <rsandifo@redhat.com>
10467
10468 * config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
10469 (coprocessor2_operand): Likewise.
10470 * config/mips/mips.c (STAB_CODE_TYPE): Remove.
10471 (lookup_name): Remove declaration.
10472 (abort_with_insn): Remove. Replace all uses with fatal_insn.
10473 (mips16, mips_abicalls): Remove.
10474 (mips_char_to_class): Remove initialiser: all entries are NO_REGS.
10475 (arith32_operand, large_int, true_reg_or_0_operand): Remove.
10476 (coprocessor_operand, coprocessor2_operand): Remove.
10477 (override_options): Don't set mips16 or mips_abicalls.
10478 (print_operand): Don't expect SIGN_EXTEND operands.
10479 (mips_secondary_reload_class): Likewise.
10480 (mips_output_conditional_branch): Remove disabled long-branch code.
10481 * config/mips/mips.h (call_used_regs): Remove declaration.
10482 (may_call_alloca): Likewise.
10483 (mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
10484 (mips_abicalls, mips16): Remove declarations.
10485 (ASM_FINAL_SPEC, LIB_SPEC): Remove.
10486 (CC1_SPEC): Remove outdated comment.
10487 (MIPS_VERSION, MACHINE_TYPE): Remove.
10488 (TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
10489 (PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
10490 (STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
10491 (PUSH_ROUNDING): Likewise.
10492 (ASSEMBLER_SCRATCH_REGNUM): Remove.
10493 * config/mips/mips.md: Replace mips_cpu_attr with mips_tune
10494 and mips16 with TARGET_MIPS16.
10495
10496 2003-08-09 Per Bothner <pbothner@apple.com>
10497
10498 * cppinit.c (cpp_read_main_file): Split out source-independent
10499 initialization to separate function ...
10500 (cpp_post_options): New function.
10501 * cppfiles.c (cpp_stack_file): Rename public name to ...
10502 (_cpp_stack_file): New internal function name.
10503 * cpplib.h: Update accordingly.
10504 * cppinit.c: (cpp_create_reader): Initialize cpp_readers line here.
10505 (cpp_read_main_file): Don't initialize line here.
10506 * c-opts.c (c_common_post_options): Call cpp_post_options.
10507 (c_common_parse_file): Call cpp_read_main_file, not cpp_stack_file.
10508 * fix-header.c (read_scan_file): Call cpp_post_options.
10509
10510 2003-08-09 Per Bothner <per@bothner.com>
10511
10512 * c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.
10513
10514 2003-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10515
10516 * pa.c (pa_asm_output_mi_thunk): Fix typo.
10517
10518 2003-08-09 Neil Booth <neil@daikokuya.co.uk>
10519
10520 PR preprocessor/11839
10521 * cppfiles.c (open_file): Handle ENOTDIR.
10522
10523 2003-08-09 Richard Sandiford <rsandifo@redhat.com>
10524
10525 PR target/11699
10526 * config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.
10527
10528 2003-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10529
10530 * pa.md (extzv, extv, insv): Fix operand limit checks. Fail if
10531 source/destination is not a register operand.
10532
10533 2003-08-08 Richard Henderson <rth@redhat.com>
10534
10535 PR target/11535
10536 * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
10537 RETURN_ADDRESS_POINTER_REGNUM.
10538 (ia64_expand_prologue): Don't frob it.
10539 (ia64_output_function_epilogue): Likewise.
10540 (ia64_return_addr_rtx): New.
10541 (ia64_split_return_addr_rtx): New.
10542 * config/ia64/ia64-protos.h: Update.
10543 * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
10544 (RETURN_ADDRESS_POINTER_REGNUM): Remove.
10545 (GENERAL_REGNO_P): Don't check it.
10546 (AR_*_REGNUM): Renumber.
10547 (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10548 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
10549 (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
10550 (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
10551 (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
10552 * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
10553 (movdi_ret_addr): New.
10554
10555 2003-08-08 Geoffrey Keating <geoffk@apple.com>
10556
10557 * config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
10558
10559 2003-08-08 Roger Sayle <roger@eyesopen.com>
10560
10561 * tree.h (get_identifier) Define a macro form of get_identifier
10562 that calls get_identifier_with_length when the string is constant.
10563 (get_identifier_with_length): Change type of second argument to
10564 size_t in prototype.
10565 * stringpool.c (get_identifier): Undefine the macro before giving
10566 the function definition.
10567 (get_identifier_with_length): Change type of second argument to
10568 size_t in function definition.
10569 * hashtable.c (calc_hash): Change type of second argument to size_t.
10570 (ht_lookup): Change type of third argument to size_t. Reorganize
10571 to speed-up the cases where the hash table slot is empty, or the
10572 first probe matches (i.e. there isn't a collision).
10573 * hashtable.h (ht_lookup): Adjust function prototype.
10574
10575 2003-08-08 Bernardo Innocenti <bernie@develer.com>
10576
10577 PR target/9697
10578 PR target/11777
10579 * longlong.h (count_leading_zeros): Exclude on __mcpu32__.
10580
10581 2003-08-08 Neil Booth <neil@daikokuya.co.uk>
10582
10583 * common.opt: Add debug switches.
10584 * flags.h (use_gnu_debug_info_extensions): Boolify.
10585 * opts.c (write_symbols, debug_info_level,
10586 use_gnu_debug_info_extensions): Move from toplev.c.
10587 (set_debug_level): New.
10588 (common_handle_options): Handle debug switches.
10589 (print_help): Display target options directly.
10590 * toplev.c (debug_hooks): Don't initialize.
10591 (write_symbols, debug_info_level,
10592 use_gnu_debug_info_extensions): Move to opts.c.
10593 (debug_args, display_help, decode_g_option): Remove.
10594 (process_options): Set no debug if level zero here,
10595 and no-debug-hooks. Error here if impossible debug format selected.
10596 * toplev.h (display_help, decode_g_option): Remove.
10597
10598 2003-08-08 Richard Sandiford <rsandifo@redhat.com>
10599
10600 * tree.c (get_file_function_name_long): Fix size of alloca() area.
10601
10602 2003-08-08 Kelley Cook <kelleycook@wideopenwest.com>
10603
10604 * configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
10605 and gcc_cv_prog_cmp_skip.
10606 * configure: Regenerate.
10607
10608 2003-08-08 Stan Cox <scox@redhat.com>
10609
10610 * config/iq2000: New port.
10611 * config.gcc (iq2000-*-elf): Added.
10612 * doc/install.texi (Specific): Add iq2000 description.
10613
10614 2003-08-08 Andreas Schwab <schwab@suse.de>
10615
10616 * configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
10617 and insert missing empty argument.
10618 * configure: Regenerate.
10619
10620 2003-08-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10621
10622 * pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
10623 (attr_length_millicode_call): Likewise.
10624 (attr_length_call): Likewise. Revise some maximum insn lengths.
10625 (attr_length_indirect_call): Likewise.
10626 (output_call): Fix thinko that added extra nop.
10627 * pa.h (IN_NAMED_SECTION_P): Define.
10628
10629 PR c++/11712
10630 * pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
10631 __STDC_EXT__ when using C++ dialect.
10632
10633 2003-08-07 J"orn Rennecke <joern.rennecke@superh.com>
10634
10635 * sh.c (calc_live_regs): If the return address pointer is live,
10636 force pr live.
10637 (sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
10638 for saves / restores.
10639 (sh_expand_epilogue): If sh_media_register_for_return returns a
10640 register number, flag the instructions that restores PR_MEDIA_REG
10641 as possibly dead.
10642 Remove dead update of offset.
10643 (sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
10644 we can use the result of get_hard_reg_initial_val.
10645 * sh.md (UNSPEC_RA): New constant.
10646 (movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
10647 (load_ra). Handle UNSPEC_RA.
10648 (sibcall_media): Use PR_MEDIA_REG.
10649
10650 * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
10651 * sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
10652 needs saving on SHmedia.
10653
10654 2003-08-07 Ulrich Weigand <uweigand@de.ibm.com>
10655
10656 * config/s390/s390.md: Replace all occurrences of \\t with \t.
10657
10658 2003-08-07 Richard Sandiford <rsandifo@redhat.com>
10659
10660 * local-alloc.c (combine_regs): Fix comment typo.
10661
10662 2003-08-06 Zack Weinberg <zack@codesourcery.com>
10663
10664 * c-decl.c (builtin_decls): Replace with first_builtin_decl
10665 and last_builtin_decl.
10666 (c_init_decl_processing): Initialize both.
10667 (c_reset_state): Iterate from first_builtin_decl to
10668 last_builtin_decl inclusive to reintroduce builtins.
10669
10670 2003-08-06 David Mosberger <davidm@hpl.hp.com>
10671
10672 * doc/extend.texi (Function Attributes): Document the IA-64 version
10673 of the "model" attribute.
10674
10675 * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
10676 (SYMBOL_REF_SMALL_ADDR_P): Ditto.
10677 (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
10678
10679 * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
10680 (ia64_encode_section_info): Likewise.
10681 (ia64_attribute_table): Add "model" attribute.
10682 (TARGET_ENCODE_SECTION_INFO): Define.
10683 (small_addr_symbolic_operand): New function.
10684 (got_symbolic_operand): Return 0 for a symbolref to an object
10685 in the small address area.
10686 (enum ia64_addr_area): New type.
10687 (small_ident1): New variable.
10688 (small_ident2): Likewise.
10689 (init_idents): New function.
10690 (ia64_get_addr_area): Likewise.
10691 (ia64_encode_addr_area): Likewise.
10692 (ia64_encode_section_info): Likewise.
10693 (ia64_expand_load_address): For symbolic references to objects in
10694 the small-address-area, load the address via gen_rtx_SET() (which,
10695 eventually, will expand into "addl").
10696
10697 2003-08-06 Per Bothner <pbothner@apple.com>
10698
10699 * line-map.h (fileline): New typedef.
10700 (struct line_map, linemap_add, linemap_lookup): Use it.
10701 * input.h (struct location_s): Comment notes that long-term we want
10702 to replace it by fileline.
10703
10704 2003-08-06 J"orn Rennecke <joern.rennecke@superh.com>
10705
10706 Fix SHcompact exception handling:
10707 * sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
10708 by the prologue, return a MEM with return_address_pointer_rtx
10709 as address.
10710 * sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
10711 (RETURN_ADDR_OFFSET): Don't define.
10712 (SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
10713 registers that are visible in compact mode. Show that SHmedia
10714 registers still exist in compact mode, even if there are not
10715 readily accessible.
10716 (ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
10717 if GLOBAL. Use DW_EH_PE_textrel (nominally) for CODE,
10718 and DW_EH_PE_pcrel for pic data.
10719 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
10720 set SYMBOL_FLAG_FUNCTION in symbol, and actually use
10721 DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
10722 (ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
10723 * sh.md (movsi_media-1): New splitter.
10724
10725 2003-08-06 Graeme Peterson <gp@qnx.com>
10726
10727 * config/i386/nto.h: New.
10728 * config/i386/t-nto: New.
10729 * config.gcc (i[34567]86-*-nto-qnx*): New.
10730
10731 2003-08-06 Phil Edwards <pme@gcc.gnu.org>
10732
10733 * doc/install.texi (*-*-solaris2*): Refine configure instructions.
10734
10735 2003-08-06 Alan Modra <amodra@bigpond.net.au>
10736
10737 * calls.c (load_register_parameters): Arrange for call_fusage to
10738 report the whole register as used when shifting to the msb.
10739
10740 2003-08-05 Roger Sayle <roger@eyesopen.com>
10741
10742 * builtins.c (expand_builtin): When not optimizing, call the library
10743 function for all builtins that have library functions (except alloca).
10744
10745 2003-08-05 Alexandre Oliva <aoliva@redhat.com>
10746
10747 * c.opt: Introduce -fworking-directory.
10748 * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
10749 * c-common.h (flag_working_directory): Declare.
10750 * c-common.c (flag_working_directory): Define.
10751 * c-opts.c (c_common_handle_options): Set it.
10752 (sanitize_cpp_opts): Set...
10753 * cpplib.h (struct cpp_options): ... working_directory option.
10754 (struct cpp_callbacks): Add dir_change.
10755 * cppinit.c (read_original_filename): Call...
10756 (read_original_directory): New. Look for # 1 "directory//"
10757 and process it.
10758 (cpp_read_main_file): Call dir_change callback if working_directory
10759 option is set.
10760 * gcc.c (cpp_unique_options): Pass -g*.
10761 * c-lex.c (cb_dir_change): New.
10762 (init_c_lex): Set dir_change callback.
10763 * toplev.c (src_pwd): New static variable.
10764 (set_src_pwd, get_src_pwd): New functions.
10765 * toplev.h (get_src_pwd, set_src_pwd): Declare.
10766 * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
10767 * dwarf2out.c (gen_compile_unit_die): Likewise.
10768 * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
10769
10770 2003-08-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
10771
10772 * pretty-print.h (pp_set_line_maximum_length): Make macro.
10773 (pp_set_prefix): Likewise.
10774 (pp_destroy_prefix): Likewise.
10775 (pp_remaining_character_count_for_line): Likewise.
10776 (pp_clear_output_area): Likewise.
10777 (pp_formatted_text): Likewise.
10778 (pp_last_position_in_text): Likewise.
10779 (pp_emit_prefix): Likewise.
10780 (pp_append_text): Likewise.
10781 (pp_flush): Likewise.
10782 (pp_format_text): Likewise.
10783 (pp_format_verbatim): Likewise.
10784 (pp_tree_identifier): Tidy.
10785 * pretty-print.c (pp_base_format_text): Rename from pp_format_text.
10786 (pp_base_format_verbatim): Rename from pp_format_verbatim.
10787 (pp_base_flush): Rename from pp_flush.
10788 (pp_base_set_line_maximum_length): Rename from
10789 pp_set_line_maximum_length.
10790 (pp_base_clear_output_area): Rename from pp_clear_output_area.
10791 (pp_base_set_prefix): Rename from pp_set_prefix.
10792 (pp_base_destroy_prefix): Rename from pp_destroy_prefix.
10793 (pp_base_emit_prefix): Rename from pp_emit_prefix.
10794 (pp_base_append_text): Rename from pp_append_text.
10795 (pp_base_formatted_text): Rename from pp_formatted_text.
10796 (pp_base_last_position_in_text): Rename from pp_last_position_in_text.
10797 (pp_base_remaining_character_count_for_line): Rename from
10798 pp_remaining_character_count_for_line.
10799 * diagnostic.h (diagnostic_format_decoder): Tidy.
10800 (diagnostic_flush_buffer): Likewise.
10801 * c-pretty-print.h: (pp_c_string_literal): Declare.
10802 (pp_c_real_literal): Likewise.
10803 (pp_c_integer_literal): Likewise.
10804 * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
10805 pp_identifier.
10806 (pp_c_character_literal): Tidy.
10807 (pp_c_string_literal): Make public.
10808 (pp_c_bool_literal): Likewise.
10809 (pp_c_integer_literal): Likewise.
10810 (pp_c_real_literal): Likewise.
10811
10812 * Makefile.in (C_PRETTY_PRINT_H): New variable.
10813 (c-pretty-print.o): Update dependence.
10814
10815 2003-08-05 Chris Demetriou <cgd@broadcom.com>
10816
10817 * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
10818 ".set nomacro" state.
10819 (fix_truncsfsi2_macro): Likewise.
10820
10821 2003-08-05 Steven Bosscher <steven@gcc.gnu.org>
10822
10823 * tree.h (DID_INLINE_FUNC): Remove macro.
10824 (DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
10825 add tree check for FUNCTION_DECL.
10826 (DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
10827 (struct tree_decl): Rename inlined_function_flag to
10828 declared_inline_flag.
10829 * c-common.h (c_lang_decl): Remove.
10830 (DECL_ESTIMATED_INSNS): Remove.
10831 * c-tree.h (struct lang_decl): Don't include c_lang_decl.
10832 (DECL_DECLARED_INLINE_P): Remove.
10833 * c-decl.c (grokdeclarator): Update comment. With -finline-functions,
10834 do not reset DECL_DECLARED_INLINE_P. Don't use DID_INLINE_FUNC.
10835 (finish_function): Make uninlinable a bool. Fixup call to
10836 tree_inlinable_function_p() and fix some code style issues.
10837 * cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
10838 * cgraph.c (dump_cgraph): Likewise.
10839 * cgraphunit.c (cgraph_decide_inlining): Likewise
10840 (cgraph_finalize_compilation_unit): Likewise.
10841 Also update call to tree_inlinable_function_p().
10842 (cgraph_default_inline_p): Don't use DID_INLINE_FUNC. Instead
10843 look at DECL_DECLARED_INLINE and reverse logic.
10844 * print-tree.c (print_node): Likewise.
10845 * toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
10846 * tree-inline.h (tree_inlinable_function_p): Make a bool. Update
10847 prototype.
10848 * tree-inline.c (inlinable_function_p): Split up in this function to
10849 check for basic inlining inhibiting conditions, and new
10850 limits_allow_inlining() function. Warn if inlining is impossible
10851 because the inline candidate calls alloca or uses sjlj exceptions.
10852 (limits_allow_inlining): this new function to check if the inlining
10853 limits are satisfied. Throttle from currfn_max_inline_insns, not from
10854 MAX_INLINE_INSNS_SINGLE. The latter only makes sense if
10855 MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
10856 Update prototypes.
10857 (tree_inlinable_function_p): Make a bool. Update call to
10858 inlinable_function_p
10859 (expand_call_inline): Use limits_allow_inlining() when not in
10860 unit-at-a-time mode to decide on inlining. Don't use DID_INLINE_FUNC,
10861 instead see if the function was declared `inline'.
10862
10863 2003-08-05 Josef Zlomek <zlomekj@suse.cz>
10864
10865 * gcse.c (try_replace_reg): Fix updating of note.
10866
10867 2003-08-04 Roger Sayle <roger@eyesopen.com>
10868
10869 PR middle-end/11771
10870 * fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
10871 logic in negate_expr, i.e. we don't invert (A-B) for floating
10872 point types unless flag_unsafe_math_optimizations.
10873
10874 2003-08-04 Roger Sayle <roger@eyesopen.com>
10875
10876 * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
10877 Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
10878 for floating point expressions with -ffast-math.
10879 (fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
10880 * expmed.c (expand_mult): Wrap long line. Expand x*2.0 as x+x.
10881
10882 2003-08-04 Roger Sayle <roger@eyesopen.com>
10883
10884 * c-common.c (flag_noniso_default_format_attributes): Delete.
10885 (built_in_attribute): Don't define/undefine DEF_FN_ATTR.
10886 (c_attrs_initialized): Delete.
10887 (c_common_nodes_and_builtins): Don't test c_attrs_initialized,
10888 always call c_init_attributes.
10889 (c_init_attributes): Don't define/undefine DEF_FN_ATTR. Don't
10890 set c_attrs_initialized when done.
10891 (c_common_insert_default_attributes): Delete.
10892 * c-common.h (flag_noniso_default_format_attributes): Delete.
10893 (c_coomon_insert_default_attributes): Delete prototype.
10894 * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
10895 flag_noniso_default_format_attributes.
10896
10897 * c-decl.c (c_insert_default_attributes): Delete.
10898 * c-tree.h (c_insert_default_attributes): Delete prototype.
10899
10900 * attribs.c (decl_attributes): Don't call insert_default_attributes
10901 langhook. Update function description comment.
10902 * langhooks.h (lang_hooks): Remove insert_default_attributes field.
10903 * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
10904 * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
10905 * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.
10906
10907 * objc/objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't
10908 define.
10909
10910 2003-08-04 Richard Sandiford <rsandif@redhat.com>
10911
10912 * config/mips/mips.c (override_options): Disable -G on targets that
10913 have no .section support.
10914 (mips_select_section): Use default_select_section for such targets.
10915
10916 2003-08-04 Nathanael Nerode <neroden@gcc.gnu.org>
10917
10918 * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
10919 * fixinc/inclhack.def (static_getrnge): Remove disabled hack.
10920 * fixinc/fixincl.x: Rebuild.
10921 * fixinc/tests/base/regexp.h: New test.
10922
10923 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
10924
10925 * c-ppoutput.c (cb_line_change): Don't skip line changing while
10926 parsing macro arguments in the top-level context.
10927
10928 2003-08-04 Neil Booth <neil@daikokuya.co.uk>
10929
10930 * config.in: Remove HAVE_LSTAT.
10931 * configure, configure.in: Don't test for lstat.
10932
10933 2003-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
10934
10935 * opts.c (decode_options): Do language-specific initialization for
10936 the global diagnostic context.
10937 * langhooks-def.h (lhd_initialize_diagnostics): Declare.
10938 (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
10939 (LANG_HOOKS_INITIALIZER): Adjust.
10940 * langhooks.h (struct lang_hooks): Add new field
10941 initialize_diagnostics.
10942 * langhooks.c (lhd_initialize_diagnostics): Define.
10943
10944 2003-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
10945
10946 * pretty-print.h: Adjust macro definitions.
10947 * pretty-print.c (pp_newline): Rename to pp_base_newline.
10948 (pp_character): Rename to pp_base_character.
10949 (pp_string): Rename to pp_base_string.
10950 * c-pretty-print.c (pp_buffer): Move to pretty-print.h
10951 (pp_newline): Likewise. Adjust.
10952 (pp_c_char): Adjust.
10953
10954 2003-08-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10955
10956 * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
10957 BUILT_IN_LLABS): Move to miscellaneous section.
10958
10959 2003-08-03 Neil Booth <neil@daikokuya.co.uk>
10960
10961 PR preprocessor/11534
10962 * cppexp.c (parse_defined): Warn only if -pedantic.
10963
10964 2003-08-03 Neil Booth <neil@daikokuya.co.uk>
10965
10966 * cppfiles.c (stack_file): Use file path.
10967
10968 2003-08-02 Roger Sayle <roger@eyesopen.com>
10969
10970 * builtin-types.def (BT_SSIZE): New primitive type.
10971 (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
10972 BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
10973 BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
10974 BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
10975 * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
10976 BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
10977 BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
10978 * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
10979 few functions that define default attributes using it.
10980 * c-common.c (c_common_insert_default_attributes): Do nothing.
10981
10982 * doc/extend.texi: Document these "new" builtins.
10983
10984 2003-08-02 Kaz Kojima <kkojima@gcc.gnu.org>
10985
10986 * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
10987 (LIB_SPEC): Set -lpthread always when -pthread set. Set -lieee
10988 when -mieee-fp set and -shared not set.
10989 (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.
10990
10991 2003-08-02 Neil Booth <neil@daikokuya.co.uk>
10992
10993 * cppfiles.c (struct _cpp_file): Rename once_only_next to
10994 next_file. Remove import and pragma_once, add once_only.
10995 (find_file): Add new file structures to the all_files list.
10996 (should_stack_file): Mark #import-ed files once-only, and
10997 don't stack them if the file has already been stacked.
10998 (_cp_mark_file_once_only): Simplify.
10999 * cpphash.h (struct cpp_reader): Rename once_only_files
11000 to all_files. Rename saw_pragma_once to seen_once_only.
11001 (_cpp_mark_file_once_only): Update prototype.
11002 * cpplib.c (do_pragma_once): Update.
11003
11004 2003-08-02 Neil Booth <neil@daikokuya.co.uk>
11005
11006 * cppfiles.c (ENOTDIR): Remove.
11007 (open_file_in_dir): Rename find_file_in_dir. Handle errors
11008 other than ENOENT here.
11009 (once_only_file_p): Rename should_stack_file.
11010 (find_file, open_file_failed, read_file_guts): Report errors
11011 with full path name.
11012 (read_file): Move pch handling to should_stack_file.
11013 (should_stack_file): Handle PCH and once-only issues, and
11014 reading the file.
11015 (stack_file): Don't do file reads.
11016
11017 2003-08-02 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11018
11019 * libgcov.c (gcov_exit): Cleanup and fix.
11020 * profile.c (compute_value_histograms): Don't try to read profiles
11021 that are not present.
11022
11023 2003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11024
11025 * builtins.def: Categorize.
11026
11027 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
11028 Mind fp rounding.
11029 (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.
11030
11031 2003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
11032
11033 * config.gcc: Enable posix threads by default on darwin.
11034
11035 2003-08-01 Jakub Jelinek <jakub@redhat.com>
11036
11037 * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
11038 even if nehedges1 is 0.
11039
11040 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
11041
11042 * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
11043 fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
11044 fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
11045 and defintions.
11046
11047 * fixinc/inclhack.def (broken_cabs): Make matching more generous.
11048 * fixinc/fixincl.x: Regenerate.
11049 * fixinc/tests/base/math.h: Regenerate to match test_text change.
11050
11051 2003-08-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11052
11053 * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
11054
11055 2003-08-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11056
11057 * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
11058 for accesses to exc_ptr.
11059
11060 2003-08-01 Geoffrey Keating <geoffk@apple.com>
11061
11062 * doc/sourcebuild.texi (Front End Directory): Don't make references
11063 to libsubdir, it's not part of the interface to frontends.
11064 * doc/install.texi (Configuration): Help users read faster by saying
11065 that GCC's configure options are the standard autoconf ones.
11066 Mention --libdir. Update the default rules for finding the
11067 assembler. Don't use libsubdir since we haven't said what it means.
11068 (Specific): In the Solaris 7 notes, update the place to put the
11069 assembler.
11070 * doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
11071 * doc/cpp.texi (Search Path): Actually, the search path
11072 depends on libdir, which can relocate with cpp.
11073 * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
11074 now a private interface between the Makefile and the driver.
11075
11076 2003-08-01 Richard Henderson <rth@redhat.com>
11077
11078 * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
11079
11080 * varasm.c (lookup_constant_def): New function.
11081 * rtl.h (lookup_constant_def): Declare it.
11082 * dwarf2out.c (loc_descriptor_from_tree): Use it.
11083 Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.
11084
11085 2003-08-01 Zack Weinberg <zack@codesourcery.com>
11086
11087 * c-decl.c (gettags, pushdecl_function_level): Delete.
11088 (last_function_parm_vars): Rename last_function_parm_others.
11089 (current_function_parm_vars): Rename current_function_parm_others.
11090 (struct c_scope): Rewrite comment explaining this data structure.
11091 Add names_last, blocks_last, parms_last fields. Rename
11092 incomplete_list to incomplete.
11093 (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
11094 (poplevel): Ignore second argument. No need to nreverse
11095 anything. Restructure such that each list is processed
11096 exactly once. Use 'const location_t *locus' syntactic sugar
11097 variable where useful. Issue unused variable warnings
11098 ourselves, do not rely on function.c.
11099 (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
11100 (pushdecl_top_level): Likewise. Don't call duplicate_decls.
11101 (implicitly_declare): decl cannot be error_mark_node.
11102 (undeclared_variable): Manipulate scope structure directly.
11103 (c_make_fname_decl): Likewise.
11104 (getdecls, c_init_decl_processing): Fix comment.
11105 (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT. No need
11106 for 'last' variable.
11107 (grokparms): No need to nreverse parms list.
11108 (store_parm_decls_newstyle): Set up the parms_last and
11109 names_last fields of the new scope too.
11110 (store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
11111 on parms to begin with; check this under ENABLE_CHECKING. Set
11112 up parms_last.
11113 (check_for_loop_decls): Refer directly to current_scope->tags.
11114 Use consistent quote style in diagnostics.
11115 (c_write_global_declarations): The names list is not backward.
11116
11117 * c-common.h: Don't prototype gettags.
11118 * c-parse.in: Call poplevel with second argument 0 always.
11119
11120 2003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11121
11122 * builtins.def: Resort builtins.
11123
11124 2003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11125
11126 * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
11127 DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
11128 Prepend "__builtin_" onto NAME with string concatenation. Remove
11129 explicit "__builtin_" from each macro call.
11130
11131 Reformat entire file.
11132
11133 2003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11134
11135 * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
11136 ATTR_MATHFN_FPROUNDING_ERRNO): New macros. Use throughout.
11137
11138 2003-08-01 Andreas Krebbel <krebbel1@de.ibm.com>
11139
11140 * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
11141 CCL1, or CCL2 modes with floating point operations.
11142
11143 * config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
11144 "*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
11145 "*subdf3_cconly"): New insns.
11146 ("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.
11147
11148 2003-08-01 Neil Booth <neil@daikokuya.co.uk>
11149
11150 * Makefile.in: Refine dependencies.
11151 * c-opts.c (c_common_handle_option): Do nothing for -Wimport.
11152 * c.opt: Update help for -Wimport.
11153 * cppfiles.c: Include hashtab.h. Update comments.
11154 (stack_file): Read the file before updating dependencies.
11155 (once_only_file_p): Be smarter about marking once-only files.
11156 (_cpp_mark_file_once_only): Correct the check for existence on
11157 the list.
11158 (open_file_failed): Use name not path, which is NULL.
11159 * cpphash.h: Don't include hashtab.h.
11160 (struct _cpp_file): Remove.
11161 (struct cpp_reader): Update.
11162 * cppinit.c (cpp_create_reader): Don't initialize warn_import.
11163 * cpplib.h (struct cpp_options): Remove warn_import.
11164 (cpp_simplify_path): Remove.
11165
11166 2003-08-01 Nathan Sidwell <nathan@codesourcery.com>
11167
11168 PR c++/11295
11169 * doc/extend.texi (Statement Expressions): Document C++ semantics.
11170
11171 2003-07-31 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
11172
11173 * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
11174
11175 2003-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11176
11177 * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
11178 throughout.
11179 * builtins.def: Likewise.
11180
11181 2003-07-31 Jason Merrill <jason@redhat.com>
11182
11183 * Makefile.in (bubblestrap): Don't require a previous full
11184 bootstrap.
11185
11186 * expr.c (mostly_zeros_p): No longer static.
11187 * tree.h: Declare it.
11188 * stmt.c (resolve_asm_operand_names): Don't copy the pattern
11189 unless we need to do substitutions.
11190
11191 2003-07-31 Roger Sayle <roger@eyesopen.com>
11192
11193 * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
11194 pow(x,c)*x as pow(x,c+1) for constant values c. Optimize x*x
11195 as pow(x,2.0) when the latter will be expanded back into x*x.
11196 (fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
11197 * builtins.c (expand_builtin_pow): Ignore flag_errno_math as
11198 pow can never set errno when used with an integer exponent.
11199 Always use expand_powi when exponent is -1, 0, 1 or 2.
11200 (fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
11201 as 1.0/(x*x). This avoids unbounded recursion as we now prefer
11202 the pow forms of these expressions.
11203
11204 2003-07-31 Geoffrey Keating <geoffk@apple.com>
11205
11206 * Makefile.in (libexecdir): New.
11207 (libsubdir): Use gcc instead of gcc-lib.
11208 (libexecsubdir): New.
11209 (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
11210 (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
11211 gcc-lib.
11212 (installdirs): Make libexecsubdir.
11213 (install-common): Put executables in libexecsubdir.
11214 (itoolsdir): Use libexecsubdir.
11215 (itoolsdatadir): New.
11216 (install-mkheaders): Separate data files and executables.
11217 (install-collect2): Put executables in libexecsubdir.
11218 (uninstall): Remove libexecsubdir.
11219 * mkheaders.in: Update for new arrangement of files.
11220 (libexecdir): New.
11221 (libexecsubdir): New.
11222 (itoolsdir): Use libexecsubdir.
11223 (itoolsdatadir): New.
11224 * gcc.c (gcc_libexec_prefix): New.
11225 (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
11226 (standard_exec_prefix_1): Use libexec.
11227 (standard_exec_prefix_2): New.
11228 (standard_libexec_prefix): New.
11229 (process_command): Update for new arrangement of files. Compute
11230 gcc_libexec_prefix. Update for change from gcc-lib to gcc.
11231
11232 2003-07-31 Nathanael Nerode <neroden@gcc.gnu.org>
11233
11234 * inclhack.def (stdio_va_list): Avoid bogus replacement which
11235 triggers on Interix.
11236 * fixincl.x: Regenerate.
11237
11238 2003-07-31 Jakub Jelinek <jakub@redhat.com>
11239
11240 * config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
11241 SYMBOL_REFs not inside UNSPEC even in PLUS rtx.
11242
11243 2003-07-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11244
11245 * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
11246
11247 2003-07-31 Per Bothner <pbothner@apple.com>
11248
11249 * opts.c (in_fnames, num_in_fnames): Moved here from c-opts.
11250 (add_input_filename): New function.
11251 (handle_options): Call add_input_filename directly instead of
11252 with a lang hook.
11253 * opts.h (in_fnames, num_in_fnames): Moved here.
11254 (add_input_filename): Declare.
11255 * c-decl.c: Need to #include opts.h.
11256 * Makefile.in (c-decl.o): Also depends on opts.h.
11257 * c-opts.c (in_fnames, num_in_fnames): Moved to opts.c.
11258 (c_common_handle_filename): Replaced by add_input_filename.
11259 * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
11260 Remove.
11261 * langhooks.h (struct lang_hooks): Remove handle_filename hook.
11262 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME): Remove macro.
11263 (LANG_HOOKS_INITIALIZER): Remove use of LANG_HOOKS_HANDLE_FILENAME.
11264 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME): Remove macro.
11265
11266 2003-07-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11267
11268 * combine.c (try_combine): Set JUMP_LABEL for newly created
11269 unconditional jump.
11270
11271 2003-07-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11272
11273 * fold-const.c (fold): Fold some comparisons of bit operations.
11274
11275 2003-07-31 Jan Hubicka <jh@suse.cz>
11276
11277 * cgraph.c (create_edge): Fix typo.
11278 * i386.c (pic_symbolic_operand): Reorder tests.
11279
11280 2003-07-31 Nathan Sidwell <nathan@codesourcery.com>
11281
11282 * doc/gcov.texi (Invoking Gcov): Describe output name mangling
11283 more fully.
11284 (Gcov Data Files): Update.
11285
11286 2003-07-31 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11287
11288 * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
11289 default.
11290
11291 * gthr-posix.c: New file.
11292 * gthr-posix.h: Define _REENTRANT if missing.
11293 Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
11294
11295 * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
11296 by gthr-posix.o.
11297 * config/alpha/t-osf-pthread: New file.
11298
11299 * fixinc/inclhack.def (alpha_pthread): New fix.
11300 * fixinc/fixincl.x: Regenerate.
11301 * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
11302
11303 * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
11304 warning.
11305 Fixes PR bootstrap/9330.
11306
11307 2003-07-31 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11308
11309 * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
11310 without GNU ld.
11311 Update comment.
11312 * configure: Regenerate.
11313
11314 2003-07-31 Vladimir Makarov <vmakarov@redhat.com>
11315
11316 * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
11317 setter.
11318
11319 2003-07-30 Roger Sayle <roger@eyesopen.com>
11320
11321 * builtins.def: Alphabetize.
11322
11323 2003-07-30 Matt Kraai <kraai@alumni.cmu.edu>
11324
11325 * doc/c-tree.texi: Normalize spellings of "lowercase" and
11326 "uppercase".
11327 * doc/cpp.texi: Likewise.
11328 * doc/md.texi: Likewise.
11329 * doc/rtl.texi: Likewise.
11330 * doc/tm.texi: Likewise.
11331
11332 2003-07-30 Matt Kraai <kraai@alumni.cmu.edu>
11333
11334 * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
11335 (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
11336 of cc1obj.
11337
11338 2003-07-30 Chris Demetriou <cgd@broadcom.com>
11339
11340 * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
11341 macros before defining them.
11342
11343 2003-07-31 Ulrich Weigand <uweigand@de.ibm.com>
11344
11345 * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
11346 UNSPECV_BLOCKAGE): New constants.
11347 ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
11348 "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
11349 splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
11350 "fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.
11351
11352 (all insns and expanders): Write output control string as brace block
11353 where appropriate. Remove \-escapes for doublequote characters.
11354
11355 2003-07-31 Jan Hubicka <jh@suse.cz>
11356
11357 * gcse.c (insert_store): Fix typo in previous patch.
11358
11359 2003-07-30 Neil Booth <neil@daikokuya.co.uk>
11360
11361 * cppfiles.c (stack_file, open_file_failed): Use path for deps.
11362
11363 2003-07-30 Andi Kleen <ak@muc.de>
11364
11365 * loop.c (check_dbra_loop): Allow LTU in the loop condition.
11366
11367 2003-07-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11368
11369 * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
11370 * gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
11371 GCOV_N_VALUE_COUNTERS): New.
11372 * profile.c (compute_value_histograms): New static function.
11373 (branch_prob): Read back the value histograms.
11374 * rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
11375 * rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
11376 * value-prof.c: Add comment on reading the profile.
11377 * value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
11378 * doc/invoke.texi (-fprofile-values): Document behavior with
11379 -fbranch-probabilities.
11380
11381 2003-07-30 David Edelsohn <edelsohn@gnu.org>
11382
11383 * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
11384
11385 2003-07-30 Ulrich Weigand <uweigand@de.ibm.com>
11386
11387 * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
11388 symbolically.
11389
11390 2003-07-30 Jan Hubicka <jh@suse.cz>
11391
11392 * gcse.c (insert_store): Ignore fake edges.
11393
11394 * c-common.c (flag_vtable_gc): Kill.
11395 * c-common.g (flag_vtable_gc): Kill.
11396 * c-opts (c_common_handle_option): Kill.
11397 * c.opt (fvtable-gc): Kill.
11398 * final.c (final_scan_insn): Do not call assemble_vtable_entry.
11399 * output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
11400 * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
11401
11402 * invoke.texi (-ftable-gc): Kill documentation.
11403
11404 * tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
11405 just because function body is missing.
11406
11407 * i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
11408
11409 2003-07-30 Ranjit Mathew <rmathew@hotmail.com>
11410
11411 * unwind-sjlj.c: Fix typo in file description.
11412
11413 2003-07-30 Alan Modra <amodra@bigpond.net.au>
11414
11415 * calls.c (load_register_parameters): When shifting reg sized values
11416 to the msb, move the value to a reg first.
11417
11418 2003-07-29 Geoffrey Keating <geoffk@apple.com>
11419
11420 * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
11421 * line-map.h (linemap_add): Update comments.
11422 * line-map.c (linemap_add): Update comments, interpret zero-length
11423 filename as "<stdin>".
11424
11425 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
11426
11427 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
11428
11429 2003-07-29 Zack Weinberg <zack@codesourcery.com>
11430
11431 * c-decl.c (last_function_parm_vars, current_function_parm_vars):
11432 New static variables.
11433 (struct c_scope): Add parms and warned_forward_parm_decls
11434 fields; remove parm_order.
11435 (storedecls, storetags): Delete.
11436 (poplevel): Also clear bindings on the parms chain.
11437 (pushdecl): Handle forward declarations of parameters, and
11438 chain PARM_DECLs on the parms list, not the names list.
11439 (lookup_name_current_level): Check for PARM_DECLs on the parms
11440 list too.
11441 (push_parm_decl): Don't update parm_order.
11442 (clear_parm_order): Rename mark_forward_parm_decls. Issue the
11443 warning, only once per parameter list, and set TREE_ASM_WRITTEN
11444 on the decls here. Then move the forward decls to the names list.
11445 (grokparms): Set last_function_parm_vars.
11446 (get_parm_info): Don't use gettags or getdecls. No need to
11447 extract non-parms from the parms list, or reorganize the parms
11448 list. Feed nonparms back in the TREE_TYPE of the list node
11449 returned. Issue only one error per parameter list for "void"
11450 appearing more than once in said parameter list. Collapse
11451 parmlist_tags_warning into this function to avoid double scan
11452 of tags list.
11453 (start_function): Set current_function_parm_vars.
11454 (store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
11455 directly. Get non-parms from current_function_parm_vars; no
11456 need to extract them from the parms chain. Properly bind tags
11457 in the new scope.
11458 (store_parm_decls_oldstyle): No need to extract non-parameters
11459 from the parms chain, nor to store them back afterward. Move
11460 declaration to top of function, restructure code reordering
11461 DECL_ARGUMENTS.
11462 (store_parm_decls): No need to save and restore warn_shadow.
11463 * c-parse.in: Don't call parmlist_tags_warning nor
11464 clear_parm_order. Call mark_forward_parm_decls when forward
11465 parm decls are encountered.
11466 * c-tree.h: Prototype mark_forward_parm_decls; not
11467 clear_parm_order or parmlist_tags_warning.
11468
11469 2003-07-29 Geoffrey Keating <geoffk@apple.com>
11470
11471 * c-common.c (allow_pch): Remove.
11472 * c-common.h (allow_pch): Remove.
11473 (c_common_no_more_pch): Declare.
11474 * c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
11475 * c-pch.c: Include hosthooks.h.
11476 (c_common_valid_pch): Don't check allow_pch.
11477 (c_common_read_pch): Clear valid_pch to prevent reading PCH files.
11478 (c_common_no_more_pch): New.
11479 * ggc-common.c: Include hosthooks.h.
11480 (gt_pch_save): Call gt_pch_get_address.
11481 (gt_pch_restore): Call gt_pch_use_address.
11482 * hooks.c (hook_voidp_size_t_null): New.
11483 (hook_bool_voidp_size_t_false): New.
11484 * hooks.h (hook_voidp_size_t_null): New.
11485 (hook_bool_voidp_size_t_false): New.
11486 * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
11487 (HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
11488 (HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
11489 HOST_HOOKS_GT_PCH_USE_ADDRESS.
11490 * hosthooks.h (struct host_hooks): Add gt_pch_get_address,
11491 gt_pch_use_address.
11492 * doc/hostconfig.texi (Host Common): Document
11493 HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
11494 * Makefile.in (c-pch.o): Depend on hosthooks.h.
11495 (ggc-common.o): Likewise.
11496
11497 * config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
11498 (HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
11499 (pch_address_space): New.
11500 (darwin_rs6000_gt_pch_get_address): New.
11501 (darwin_rs6000_gt_pch_use_address): New.
11502
11503 2003-07-29 Neil Booth <neil@daikokuya.co.uk>
11504
11505 PR preprocessor/11569
11506 PR preprocessor/11649
11507 * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
11508 * cppfiles.c: Completely rewritten.
11509 * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
11510 struct cpp_path is now struct cpp_dir.
11511 (remove_duplicates): Don't simplify path names.
11512 * c-opts.c (c_common_parse_file): cpp_read_next_file renamed
11513 cpp_stack_file.
11514 * cpphash.h: Include hashtab.h.
11515 (_cpp_file): Declare.
11516 (struct cpp_buffer): struct include_file is now struct _cpp_file,
11517 and struct cpp_path is now struct cpp_dir. Rename members.
11518 (struct cpp_reader): Similarly. New members once_only_files,
11519 file_hash, file_hash_entries, quote_ignores_source_dir,
11520 no_search_path, saw_pragma_once. Remove all_include_files and
11521 max_include_len. Make some members bool.
11522 (_cpp_mark_only_only): Renamed from _cpp_never_reread.
11523 (_cpp_stack_file): Renamed from _cpp_read_file.
11524 (_cpp_stack_include): Renamed from _cpp_execute_include.
11525 (_cpp_init_files): Renamed from _cpp_init_includes.
11526 (_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
11527 * cppinit.c (cpp_create_reader): Initialize no_search_path. Update.
11528 (cpp_read_next_file): Rename and move to cppfiles.c.
11529 (cpp_read_main_file): Update.
11530 * cpplib.c (run_directive): Update for renamed members.
11531 (do_include_common, _cpp_pop_buffer): Update.
11532 (do_import): Undeprecate #import.
11533 (do_pragma_once): Undeprecate. Use _cpp_mark_file_once_only.
11534 * cpplib.h: Remove file_name_map_list.
11535 (cpp_options): Remove map_list.
11536 (cpp_dir): Rename from cpp_path. New datatype for name_map.
11537 (cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
11538
11539 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
11540
11541 * Makefile.in: Make stamp-objdir safe for parallel builds.
11542
11543 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
11544
11545 * Makefile.in (stmp-docobjdir): New target; ensure $docobjdir exists.
11546 (info): Depend on stmp-docobjdir.
11547
11548 2003-07-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11549
11550 * configure: Regenerate.
11551
11552 2003-07-29 Jan Hubicka <jh@suse.cz>
11553
11554 PR C++/11131
11555 * tree-inline.c (expand_call_inline): Always call inlinable_function_p
11556 in !unit-at-a-time mode.
11557
11558 2003-07-28 Geoffrey Keating <geoffk@apple.com>
11559
11560 * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
11561 main function.
11562
11563 2003-07-28 Mark Mitchell <mark@codesourcery.com>
11564
11565 PR c++/11667
11566 * c-common.c (shorten_compare): Take into account differences
11567 between C and C++ representation for enumeration types.
11568 * tree.h (set_min_and_max_values_for_integral_type): Declare.
11569 * stor-layout.c (set_min_and_max_values_for_integral_type): New
11570 function, broken out from ...
11571 (fixup_signed_type): ... here and ...
11572 (fixup_unsigned_type): ... here.
11573
11574 2003-07-28 Zack Weinberg <zack@codesourcery.com>
11575
11576 * c-decl.c: Update commentary, adjust blank lines throughout.
11577 (struct c_scope): Fix indentation. Reorder members so
11578 outer-context pointers come first, booleans last.
11579 (duplicate_decls, define_label): Use a 'locus' variable for
11580 diagnostic locations in a few more places.
11581 (warn_if_shadowing): Un-split a conditional that fits on one line.
11582 (c_init_decl_processing): No need to clear current_scope and
11583 current_function_scope.
11584 (start_decl): Merge if/else if statements with same action.
11585 (push_parm_decl): Rename old_immediate_size_expand to use
11586 save_foo convention; save/restore around entire function.
11587 (grokdeclarator): Remove unnecessary braces.
11588
11589 2003-07-28 Hans-Peter Nilsson <hp@bitrange.com>
11590 Michael Culbertson <Michael.J.Culbertson@wheaton.edu>
11591
11592 * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
11593 when warn_declaration_after_statement. Call pedwarn_c90, not
11594 pedwarn. Correct message: it's "ISO C90", not "ISO C89".
11595 * c-common.c (warn_declaration_after_statement): Define.
11596 * c-common.h (warn_declaration_after_statement): Declare.
11597 * c.opt (Wdeclaration-after-statement): New.
11598 * c-errors.c (pedwarn_c90): New function.
11599 * c-opts.c (c_common_handle_option) <case
11600 OPT_Wdeclaration_after_statement>: New.
11601 * c-tree.h (pedwarn_c90): Declare.
11602 * doc/invoke.texi (Option Summary): Document
11603 -Wdeclaration-after-statement.
11604 (Warning Options): Ditto.
11605
11606 2003-07-28 Jan Hubicka <jh@suse.cz>
11607
11608 * i386.md (memory attribute) Avoid accessing uninitialized memory
11609 for ishift1 type instructions.
11610
11611 2003-07-28 Jakub Jelinek <jakub@redhat.com>
11612
11613 * configure.in (--enable-checking): Add fold category.
11614 (ENABLE_FOLD_CHECKING): Define if requested.
11615 * configure: Rebuilt.
11616 * config.in: Rebuilt.
11617 * doc/install.texi: Document it.
11618 * fold-const.c: Include md5.h.
11619 [ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
11620 [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
11621 print_fold_checksum): New functions.
11622
11623 * fold-const.c (fold): Never modify argument passed to fold, instead
11624 change a copy and return it.
11625 * convert.c (convert_to_integer): Likewise.
11626
11627 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11628
11629 * fixinc/fixinc.svr4: Remove dead code. Remove now-unnecessary
11630 cleanup of junk after #else and #endif directives. Collapse repeated
11631 clauses into for statment.
11632
11633 * fixinc/fixincl.sh: GNU C -> GCC. Add usage comment.
11634
11635 2003-07-27 Zack Weinberg <zack@codesourcery.com>
11636
11637 * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
11638 (keep_next_if_subblocks): Rename next_is_function_body.
11639 (pushlevel): Adjust commentary. Always set ->keep on the
11640 outermost level of a function. Don't set ->keep_if_subblocks.
11641 (poplevel): Adjust commentary. Don't look at ->keep_if_subblocks.
11642 (store_parm_decls): Adjust to match.
11643 (finish_function): Adjust to match.
11644 Call poplevel with all three arguments zero.
11645
11646 * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
11647 New functions split out of store_parm_decls.
11648 Avoid unnecessary work. Use local variables consistently.
11649 (store_parm_decls): Likewise.
11650
11651 (finish_function): No need to set functionbody flag on call to
11652 poplevel.
11653 (struct language_function): Remove scope field.
11654 (c_push_function_context, c_pop_function_context): No need to
11655 save and restore current_scope.
11656
11657 2003-07-27 Nathan Sidwell <nathan@codesourcery.com>
11658
11659 * doc/extend.texi (Deprecated Features): Implicit typename is
11660 gone. Default args on types is going.
11661
11662 2003-07-26 J"orn Rennecke <joern.rennecke@superh.com>
11663
11664 * Makefile.in (ifcvt.o): Depend on target.h
11665 * ifcvt.c (target.h): Include.
11666 (if_convert): Don't call mark_loop_exit_edges if we can't
11667 modify jumps.
11668
11669 2003-07-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11670
11671 * doc/install.texi (Testing): Adjust required versions of DejaGnu.
11672
11673 2003-07-26 Richard Henderson <rth@redhat.com>
11674
11675 PR inline-asm/11676
11676 * cse.c (count_reg_usage): Handle asm_operands properly.
11677
11678 2003-07-26 Roger Sayle <roger@eyesopen.com>
11679
11680 * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
11681 (DEF_EXT_FALLBACK_BUILTIN): Delete.
11682 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
11683 the regular DEF_EXT_LIB_BUILTIN macro.
11684 (BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
11685 the regular DEF_LIB_BUILTIN macro.
11686 (BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
11687 BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
11688 BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
11689 DEF_EXT_LIB_BUILTIN macro.
11690
11691 * c-decl.c (duplicate_decls): Remove code to handle builtin
11692 functions prototyped without an argument list.
11693
11694 2003-07-26 Danny Smith <dannysmith@users.sourceforge.net>
11695
11696 * config/i386/winnt.c: Revert 2003-07-08 change.
11697 (i386_pe_section_type_flags): Remove error_with_decl here too.
11698
11699 2003-07-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
11700
11701 * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
11702 * config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
11703 * config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
11704 (v850_handle_data_area_attribute): Likewise.
11705
11706 2003-07-26 Geoffrey Keating <geoffk@apple.com>
11707
11708 * varasm.c (output_constant_def_contents): Use
11709 ASM_DECLARE_CONSTANT_NAME if defined.
11710 * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
11711 * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
11712 objects get at least one byte to prevent assembler problems.
11713 (ASM_DECLARE_CONSTANT_NAME): New.
11714
11715 * Makefile.in (libbackend.o): Remove options_.h.
11716 (mostlyclean): Likewise.
11717
11718 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
11719 insert a label at the end of an function under Mach-O.
11720
11721 * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
11722
11723 2003-07-25 Aldy Hernandez <aldyh@redhat.com>
11724
11725 * config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
11726 equality.
11727 (spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
11728
11729 * config/rs6000/spe.h: Remove __ev64_opaque__ definition.
11730
11731 2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
11732
11733 * doc/passes.texi (Passes): Mention pretty-printing and
11734 diagnostic files.
11735
11736 2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
11737
11738 * doc/extend.texi (Function Attributes): GNU C++ does now allow
11739 unused parameter decls.
11740 (Attribute Syntax): GNU C++ does not allow label attributes to be
11741 after the ':'.
11742
11743 2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
11744
11745 * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
11746 (objc_declare_class): Likewise.
11747 (error_with_ivar): Likewise.
11748 (start_class): Likewise.
11749 (warn_with_method): Likewise.
11750
11751 2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
11752
11753 Remove pedwarn_with_decl, warning_with_decl and error_with_decl
11754 from GCC.
11755 * calls.c (try_to_integrate): Don't use xxx_with_decl.
11756 (expand_call): Likewise.
11757 * dwarfout.c (output_reg_number): Likewise.
11758 * expr.c (expand_expr): Likewise.
11759 * function.c (assign_temp): Likewise.
11760 (uninitialized_vars_warning): Likewise.
11761 (setjmp_args_warning): Likewise.
11762 (expand_function_end): Likewise.
11763 * stmt.c (fixup_gotos): Likewise.
11764 (warn_about_unused_variables): Likewise.
11765 (expand_end_bindings): Likewise.
11766 * stor-layout.c (layout_decl): Likewise.
11767 (place_field): Likewise.
11768 * toplev.c (check_global_declarations): Likewise.
11769 (rest_of_handle_inlining): Likewise.
11770 (default_tree_printer): New function.
11771 (general_init): Initialize diagnostic machinery before routing
11772 signals to the ICE machinery. Set default tree printer.
11773 * toplev.h (pedwarn_with_decl): Remove declaration.
11774 (warning_with_decl): Likewise.
11775 (error_with_decl): Likewise.
11776 (pedwarn): Remove attribute for the time being.
11777 * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
11778 * varasm.c (named_section): Likewise.
11779 (make_decl_rtl): Likewise.
11780 (assemble_variable): Likewise.
11781 (merge_weak): Likewise.
11782 (declare_weak): Likewise.
11783
11784 * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
11785 * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
11786 (format_with_decl): Remove.
11787 (diagnostic_for_decl): Likewise.
11788 (pedwarn_with_decl): Likewise.
11789 (warning_with_decl): Likewise.
11790 (error_with_decl): Likewise.
11791 (diagnostic_initialize): Adjust.
11792 (diagnostic_count_diagnostic): Likewise.
11793 (announce_function): Likewise.
11794 (lhd_print_error_function): Likewise.
11795 (diagnostic_report_current_module): Likewise.
11796 (default_diagnostic_starter): Likewise.
11797 (diagnostic_report_diagnostic): Likewise.
11798 (default_diagnostic_finalizer): Likewise.
11799 (verbatim): Likewise.
11800 (error): Likewise.
11801 (warning): Likewise.
11802 * opts.c (common_handle_option): Likewise.
11803 * pretty-print.c: New file.
11804 * c-pretty-print.h (pp_base): Override.
11805 * c-pretty-print.c: Adjust use of macros throughout.
11806 (pp_buffer): New macro.
11807 (pp_newline): Likewise.
11808 * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
11809 * Makefile.in (DIAGNOSTIC_H): New variable.
11810 (c-errors.o): Use it.
11811 (c-objc-common.o): Likewise.
11812 (c-common.o): Likewise.
11813 (c-opts.o): Likewise.
11814 (c-format.o): Likewise.
11815 (diagnostic.o): Likewise.
11816 (opts.o): Likewise.
11817 (toplev.o): Likewise.
11818 (rtl-error.o): Likewise.
11819 (dwarf2out.o): Likewise.
11820 (jump.o): Likewise.
11821 (pretty-print.o): New rule.
11822
11823 2003-07-24 Roger Sayle <roger@eyesopen.com>
11824
11825 * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
11826 front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
11827 (BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
11828 from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
11829 (DEF_FRONT_END_LIB_BUILTIN): Delete.
11830 (DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
11831 (BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
11832
11833 * builtins.c (build_string_literal): New function to construct
11834 a char* pointer to a string literal.
11835 (expand_builtin_fputs): Change 2nd argument from "int ignore" to
11836 "rtx target" to be consistent with other expand_builtin_* functions.
11837 Change 3rd argument from "int unlocked" to "bool unlocked".
11838 (expand_builtin_printf): Rewrite of c_expand_builtin_printf from
11839 c-common.c to avoid front-end dependencies. Optimize printf("")
11840 as a no-op when the result isn't required. Handle embedded NULs
11841 in format string.
11842 (expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
11843 from c-common.c to avoid front-end dependencies. Likewise, optimize
11844 fprintf(fp,"") as a no-op when the result isn't required, evaluating
11845 fp for side-effects. Handle embedded NULs in format string.
11846 (expand_builtin_sprintf): Fix typo.
11847 (expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
11848 optimizing. Adjust calls of expand_builtin_fputs to match the API
11849 change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
11850 expand_builtin_printf. Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
11851 and BUILT_IN_FPRINTF using expand_builtin_fprintf.
11852
11853 * c-common.c (is_valid_printf_arglist): Delete.
11854 (c_expand_builtin): Delete.
11855 (c_expand_builtin_printf): Moved to builtins.c. Delete.
11856 (c_expand_builtin_fprintf): Moved to builtins.c. Delete.
11857 (c_expand_expr): No longer treat CALL_EXPRs specially.
11858 (CALLED_AS_BUILT_IN): Delete.
11859
11860 2003-07-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11861
11862 PR optimization/11631
11863 * gcse.c (store_motion): Connect infinite loops to exit.
11864
11865 2003-07-24 Jason Merrill <jason@redhat.com>
11866
11867 * tree.h (boolean_type_node): Move from C/C++/Java frontends.
11868 (boolean_true_node, boolean_false_node): Likewise.
11869 (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
11870 * tree.c (build_common_tree_nodes): Init boolean_type_node.
11871 (build_common_tree_nodes_2): Init boolean_{true,false}_node.
11872 * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
11873 * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
11874 (truthvalue_true_node): Renamed from boolean_true_node.
11875 (truthvalue_false_node): Renamed from boolean_false_node.
11876 * c-decl.c: Just set truthvalue_* to integer_*.
11877 * c-*.[ch]: s/boolean/truthvalue/. s/c_bool/boolean/.
11878
11879 2003-07-24 Roger Sayle <roger@eyesopen.com>
11880
11881 * c-decl.c (match_builtin_function_types): New subroutine of
11882 duplicate_decls to test whether a redeclaration of a builtin
11883 function is suitably close, i.e. the return type and all of
11884 the argument types have the same modes as the builtin expects.
11885 (duplicate_decls): Fuzzy type matching for builtin functions
11886 moved to match_builtin_function_types.
11887
11888 2003-07-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11889
11890 * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible
11891 flag correctly.
11892
11893 2003-07-24 Zack Weinberg <zack@codesourcery.com>
11894
11895 * c-decl.c: Search-and-replace change 'binding level' to
11896 'scope' in commentary.
11897 (struct binding_level): Now struct c_scope.
11898 (current_binding_level): Now current_scope.
11899 (free_binding_level): Now scope_freelist.
11900 (current_function_level): Now current_function_scope.
11901 (global_binding_level): Now global_scope.
11902 (make_binding_level): Now make_scope.
11903 (pop_binding_level): Now pop_scope.
11904
11905 2003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11906
11907 * configure.in (libgcc_visibility): Add missing whitespace.
11908
11909 2003-07-24 Richard Henderson <rth@redhat.com>
11910
11911 * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
11912 __gcc_personality_v0.
11913
11914 2003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11915
11916 * Makefile.in: Replace pwd by ${PWD_COMMAND}.
11917
11918 2003-07-24 Nathan Sidwell <nathan@codesourcery.com>
11919
11920 * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
11921 documentation missed from my 2003-07-09 patch.
11922
11923 2003-07-24 Nathanael Nerode <neroden@gcc.gnu.org>
11924
11925 * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
11926 it's not provided.
11927 * configure: Rebuild.
11928
11929 2003-07-24 Steven Bosscher <steven@gcc.gnu.org>
11930
11931 PR c/10602
11932 * c-typeck.c (type_lists_compatible_p): Do not compare
11933 arguments if one of them is an error_mark_node
11934
11935 2003-07-24 Alan Modra <amodra@bigpond.net.au>
11936
11937 * config/rs6000/rs6000.c (rs6000_emit_prologue): Save fp regs inline
11938 if current_function_calls_eh_return.
11939
11940 2003-07-23 Mark Mitchell <mark@codesourcery.com>
11941
11942 * doc/c-tree.texi (OFFSET_TYPE): Update description.
11943
11944 2003-07-23 Bob Wilson <bob.wilson@acm.org>
11945
11946 * config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
11947 * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
11948 __umodsi3, __modsi3): Increase frame size to 32.
11949
11950 2003-07-23 Geoffrey Keating <geoffk@apple.com>
11951
11952 * config/rs6000/host-darwin.c: ANSIfy, update comment for sigaltstack
11953 prototype.
11954
11955 2003-07-23 Mark Mitchell <mark@codesourcery.com>
11956
11957 * doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
11958
11959 PR optimization/10679
11960 * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
11961
11962 2003-07-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11963
11964 PR target/11607 and PR target/11516
11965 * pa.md (extzv, extv, insv): Revert latter half of last patch.
11966
11967 2003-07-22 Mark Mitchell <mark@codesourcery.com>
11968
11969 * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
11970 * varasam.c (output_constant): Likewise.
11971
11972 2003-07-22 Kazu Hirata <kazu@cs.umass.edu>
11973
11974 * alias.c: Fix comment formatting.
11975 * c-common.c: Likewise.
11976 * c-decl.c: Likewise.
11977 * c-opts.c: Likewise.
11978 * combine.c: Likewise.
11979 * cpplib.c: Likewise.
11980 * diagnostic.c: Likewise.
11981 * dojump.c: Likewise.
11982 * final.c: Likewise.
11983 * fold-const.c: Likewise.
11984 * gcc.c: Likewise.
11985 * gcse.c: Likewise.
11986 * ggc-page.c: Likewise.
11987 * jump.c: Likewise.
11988 * loop.c: Likewise.
11989 * mips-tfile.c: Likewise.
11990 * recog.c: Likewise.
11991 * regclass.c: Likewise.
11992 * regmove.c: Likewise.
11993 * tree.c: Likewise.
11994 * tree.h: Likewise.
11995
11996 2003-07-22 Per Bothner <pbothner@apple.com>
11997
11998 * line-map.c (add_line_map): Handle invalid LEAVE request.
11999 Fixes PR preprocessor/11361.
12000
12001 2003-07-22 Per Bothner <pbothner@apple.com>
12002
12003 * diagnostic.c.(diagnostic_report_current_module): Update to match
12004 2003-06-05 changes to push_srcloc and pop_srcloc.
12005
12006 2003-07-22 Wolfgang Bangerth <bangerth@dealii.org>
12007
12008 * doc/trouble.texi: Better document two-stage name lookup.
12009
12010 2003-07-22 Eric Christopher <echristo@redhat.com>
12011
12012 * config/s390.c (s390_valid_pointer_mode): New.
12013 (TARGET_VALID_POINTER_MODE): Use.
12014 (s390_emit_prologue): Add tpf profiling hooks.
12015 (s390_emit_epilogue): Ditto.
12016 * config/s390.h (MASK_TPF): New.
12017 (TARGET_TPF): Use.
12018 (POINTERS_EXTEND_UNSIGNED): Define.
12019 * config/s390.md (ptr_extend): New pattern.
12020
12021 2003-07-22 Zack Weinberg <zack@codesourcery.com>
12022
12023 * hashtable.c (approx_sqrt): Make static.
12024 * hashtable.h: Don't prototype approx_sqrt.
12025 * line-map.c (init_line_maps): Rename linemap_init.
12026 (free_line_maps): Rename linemap_free.
12027 (add_line_map): Rename linemap_add.
12028 (lookup_line): Rename linemap_lookup.
12029 (print_containing_files): Rename linemap_print_containing_files.
12030 * linemap.h: Update to match.
12031
12032 * cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
12033 linemap routines to use new names.
12034
12035 2003-07-16 Nathan Sidwell <nathan@codesourcery.com>
12036
12037 * c-common.c (handle_packed_attribute): Don't pack a struct via a
12038 typedef. Propagate packedness from a main variant.
12039
12040 2003-07-22 Nathanael Nerode <neroden@gcc.gnu.org>
12041
12042 * Makefile.in (install-common): Add dependency on installdirs.
12043
12044 2003-07-21 Alexandre Oliva <aoliva@redhat.com>
12045
12046 * c-common.c (c_common_type_for_mode): Return integer types for
12047 pointer modes.
12048
12049 2003-07-22 Geoffrey Keating <geoffk@apple.com>
12050
12051 * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
12052 (finish_decl): Call maybe_apply_pragma_weak here.
12053 (grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
12054 TREE_PUBLIC and TREE_STATIC are decided.
12055 (start_function): Move call to maybe_apply_pragma_weak. Check that
12056 DECL_ASSEMBLER_NAME isn't set too early.
12057
12058 * cpplex.c (_cpp_process_line_notes): Mention option name in
12059 trigraphs warning.
12060
12061 2003-07-22 Kazu Hirata <kazu@cs.umass.edu>
12062
12063 * combine.c (if_then_else_cond): Simplify the comparison of
12064 rtx against -1, 0, and 1.
12065 * loop.c (check_dbra_loop): Likewise.
12066 * optabs.c (emit_conditional_move): Likewise.
12067 (emit_conditional_add): Likewise.
12068 * config/i386/i386.md (*movsi_or): Likewise.
12069 (*movdi_or_rex6): Likewise.
12070
12071 2003-07-22 Jan Hubicka <jh@suse.cz>
12072
12073 * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
12074
12075 2003-07-21 Neil Booth <neil@daikokuya.co.uk>
12076
12077 * cppfiles.c (open_file_pch): Don't put unused entries in the
12078 splay tree. Remove dead code.
12079
12080 2003-07-21 Geoffrey Keating <geoffk@apple.com>
12081
12082 * c-common.h (num_in_fnames): Declare.
12083 (c_static_assembler_name): Move from here...
12084 * c-tree.h (c_static_assembler_name): ... to here.
12085 * c-opts.c: Don't include langhooks-def.h.
12086 (c_static_assembler_name): Move to c-decl.c.
12087 (num_in_fnames): Make externally visible.
12088 * c-decl.c: Include langhooks-def.h.
12089 (c_static_assembler_name): Move from c-opts.c.
12090 * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
12091 (c-opts.o): Remove $(LANGHOOKS_DEF_H).
12092
12093 * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
12094 when it's not needed.
12095
12096 2003-07-21 Jakub Jelinek <jakub@redhat.com>
12097
12098 * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
12099 * config/rs6000/rs6000.c (rs6000_return_addr): Set it.
12100 (rs6000_emit_prologue): Save FPRs inline if set.
12101
12102 2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
12103
12104 * config/ia64/ia64.md (prefetch): Support predicate.
12105
12106 2003-07-21 Josef Zlomek <zlomekj@suse.cz>
12107
12108 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
12109 * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
12110 table.
12111
12112 2003-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
12113
12114 PR optimization/11536
12115 * unroll.c (loop_iterations): Do not replace a register holding
12116 the final value by its equivalent before the loop if it is not
12117 invariant.
12118
12119 2003-07-21 Dave Fluri <dave.fluri@onlink.net>
12120
12121 * doc/extend.texi: Fixes to spelling, grammar, and diction.
12122
12123 2003-07-21 Ben Elliston <bje@wasabisystems.com>
12124
12125 * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
12126 (V850 Options): Spelling fixes.
12127
12128 2003-07-20 Lisa M. Goldstein <opus@gnu.org>
12129
12130 * doc/invoke.texi: Fixes to style, grammar and diction.
12131
12132 2003-07-20 Roger Sayle <roger@eyesopen.com>
12133
12134 * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
12135 * system.h (SMALL_STACK): Poison obsolete target macro.
12136 * doc/tm.texi (SMALL_STACK): Remove target macro documentation.
12137
12138 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
12139
12140 * configure.in: Cache the results of testing for cmp's capabilities.
12141 * configure: Regenerate.
12142
12143 2003-07-20 Mark Mitchell <mark@codesourcery.com>
12144
12145 PR debug/11279
12146 * dwarf2out.c (gen_enumeration_type_die): Remember that
12147 enumerators can be unsigned.
12148
12149 2003-07-19 Zack Weinberg <zack@codesourcery.com>
12150
12151 * c-decl.c (named_labels, shadowed_labels, label_level_chain)
12152 (push_label_level, pop_label_level): Kill.
12153 (struct binding_level): Rename level_chain to outer.
12154 Add outer_function field. Change parm_flag, function_body,
12155 keep, keep_if_subblocks to 1-bit bitfields of type bool.
12156 (current_function_level): New variable.
12157 (keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
12158 (keep_next_level, declare_parm_level, warn_if_shadowing):
12159 Update to match.
12160 (struct language_function): Kill named_labels, shadowed_labels fields.
12161 (c_init_decl_processing, start_function, c_push__function_context)
12162 (c_pop_function_context): No need to muck with named_labels nor
12163 shadowed_labels.
12164
12165 (make_binding_level): No need to clear the structure here.
12166 (pop_binding_level): Always operate on current_binding_level.
12167 Update current_function_level if necessary.
12168 (pushlevel): Don't clear named_labels. Update current_function_level
12169 if necessary. Use "true" and "false" where appropriate.
12170 (poplevel): Diagnose labels defined but not used, or vice
12171 versa, and clear out label-meanings leaving scope, while
12172 walking down the decls list, for all binding levels.
12173 Handle LABEL_DECLs appearing in the shadowed list.
12174 pop_binding_level takes no arguments.
12175 (pushdecl_function_level): Use current_function_level.
12176
12177 (make_label, bind_label): New static functions.
12178 (declare_label): New exported function.
12179 (lookup_label, define_label): Rewritten for new data structure.
12180 (shadow_label): Kill.
12181
12182 * c-tree.h: Prototype declare_label; don't prototype
12183 push_label_level, pop_label_level, nor shadow_label.
12184 * c-parse.in: Remove all calls to push_label_level and
12185 pop_label_level. Use declare_label for __label__ decls.
12186
12187 * doc/extend.texi: Clarify that __label__ can be used to
12188 declare labels with local scope in any nested block, not
12189 just statement expressions. Cross-reference nested functions
12190 section from local labels section.
12191
12192 2003-07-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12193
12194 * sched-rgn.c (find_rgns): Initialize current_edge correctly.
12195
12196 2003-07-19 Phil Edwards <pme@gcc.gnu.org>
12197
12198 * doc/makefile.texi (restrap, profiledbootstrap): Document targets.
12199
12200 2003-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12201
12202 * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
12203 fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
12204
12205 2003-07-19 Ulrich Weigand <uweigand@de.ibm.com>
12206
12207 * config/s390/s390.c (legitimize_pic_address): Access local symbols
12208 relative to the GOT instead of relative to the literal pool base.
12209 (s390_output_symbolic_const): Handle new GOT-relative accesses.
12210 * config/s390/s390.md ("call"): Access local functions and PLT stubs
12211 relative to the GOT instead of relative to the literal pool base.
12212 ("call_value"): Likewise.
12213 ("call_value_tls"): Likewise.
12214
12215 * config/s390/s390.c (s390_chunkify_start): Remove pool anchor
12216 reloading. Support LTREL_BASE / LTREL_OFFSET construct.
12217 (s390_chunkify_finish): Likewise.
12218 (s390_chunkify_cancel): Likewise.
12219 (s390_reorg): Adapt caller.
12220 (find_base_register_in_addr,
12221 find_base_register_ref, replace_base_register_ref): Delete.
12222 (find_ltrel_base, replace_ltrel_base): New functions.
12223 (find_constant_pool_ref): Handle LTREL_BASE unspecs.
12224 (s390_decompose_address): Handle LTREL_BASE unspecs. Optimize
12225 base vs. index register usage.
12226 (struct constant_pool): Remove 'anchor'.
12227 (s390_add_anchor): Delete.
12228 (s390_dump_pool): Remove anchor handling.
12229 * config/s390/s390.md ("reload_anchor"): Remove.
12230
12231 * config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
12232 (s390_load_got): New function. Use LTREL_BASE/OFFSET.
12233 (s390_emit_prologue): Use it.
12234 * config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
12235 "builtin_setjmp_receiver"): Cleanup. Use s390_load_got. Do not
12236 hard-code register 14.
12237 * config/s390/s390-protos.h (s390_load_got): Declare.
12238
12239 * config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
12240 Support TImode constants.
12241 * config/s390/s390.md ("consttable_ti"): New.
12242 ("consttable_si", "consttable_di"): Handle TLS symbols correctly.
12243
12244 * config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
12245 UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
12246 UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
12247 UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
12248 UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
12249 New symbolic constants.
12250 ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
12251 "consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
12252 "pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
12253 "pool", "literal_pool_31", "literal_pool_64"): Cleanup. Use
12254 symbolic UNSPEC values.
12255 * config/s390/s390.c (larl_operand, s390_short_displacement,
12256 bras_sym_operand, s390_cannot_force_const_mem,
12257 s390_delegitimize_address, s390_decompose_address,
12258 legitimize_pic_address, s390_output_symbolic_const,
12259 s390_function_profiler): Use symbolic UNSPEC values.
12260
12261 2003-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12262
12263 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
12264 c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
12265 c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
12266 collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
12267 cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
12268 cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
12269 dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
12270 fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
12271 gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
12272 genemit.c genextract.c genoutput.c genrecog.c gensupport.c
12273 ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
12274 integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
12275 loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
12276 postreload.c prefix.c print-tree.c protoize.c ra-build.c
12277 ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
12278 regmove.c regrename.c reload.c reload1.c reorg.c resource.c
12279 sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
12280 simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
12281 tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
12282 varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
12283 casts.
12284
12285 2003-07-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
12286
12287 * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
12288 * toplev.h (warning): Remove attribute.
12289
12290 2003-07-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
12291
12292 * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
12293 (pop_label_level): Likewise.
12294 (duplicate_decls): Likewise.
12295 (implicitly_declare): Likewise.
12296 (shadow_label): Likewise.
12297 (start_decl): Likewise.
12298 (finish_decl): Likewise.
12299 (grokdeclarator): Likewise.
12300 (get_parm_info): Likewise.
12301 (detect_field_duplicates): Likewise.
12302 (finish_struct): Likewise.
12303 (start_function): Likewise.
12304 (store_parm_decls): Likewise.
12305 (finish_function): Likewise.
12306 (c_expand_body_1): Likewise.
12307 (check_for_loop_decls): Likewise.
12308 (merge_translation_unit_decls): Likewise.
12309
12310 2003-07-19 Neil Booth <neil@daikokuya.co.uk>
12311
12312 * common.opt: Document --param.
12313 * opts.c (columns, undocumented_msg): New.
12314 (print_help): Get number of columns from environment. Print
12315 --param help. Tweak newline handling.
12316 (print_param_help): New.
12317 (print_filtered_help): Better handling of duplicates. Complain
12318 about undocumented switches.
12319 (print_switch): New.
12320 (wrap_help): Improve wrapping, use COLUMNS.
12321 * opts.sh: Ignore comments in records.
12322 * params.def: Fix typos and remove trailing periods.
12323 * toplev.c (display_help): Don't dump --param help.
12324 * doc/sourcebuild.texi: Update.
12325
12326 2003-07-18 Richard Henderson <rth@redhat.com>
12327
12328 PR target/11556
12329 * optabs.c (prepare_operand): Fail gracefully instead of abort
12330 if the predicate doesn't satisfy.
12331 (gen_cond_trap): Allow prepare_operand to fail.
12332
12333 2003-07-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
12334
12335 * c-common.c: Don't undefine GCC_DIAG_STYLE.
12336 (fname_decl): Don't use xxx_with_decl.
12337 (c_add_case_label): Likewise.
12338 (handle_section_attribute): Likewise.
12339 (handle_alias_attribute): Likewise.
12340 (handle_no_instrument_function_attribute): Likewise.
12341 (handle_no_limit_stack_attribute): Likewise.
12342 * c-objc-common.c (c_tree_printer): Print IDENTIFIER_NODEs.
12343 * c-format.c (gcc_cdiag_char_table): Add '%E' format-specifier.
12344
12345 2003-07-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12346
12347 * Makefile.in (ifcvt.o): Add cfgloop.h.
12348 * basic-block.h (EDGE_LOOP_EXIT): New flag.
12349 * cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
12350 * ifcvt.c: Include cfgloop.h.
12351 (mark_loop_exit_edges): New static function.
12352 (if_convert): Call it.
12353 (find_if_header): Ignore branches out of loops.
12354
12355 2003-07-18 Kazu Hirata <kazu@cs.umass.edu>
12356
12357 * combine.c (simplify_comparison): Don't share rtx when converting
12358 (ne (and (not X) 1) 0) to (eq (and X 1) 0).
12359
12360 2003-07-18 David Edelsohn <edelsohn@gnu.org>
12361
12362 * config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
12363 (AGGREGATES_PAD_UPWARD_ALWAYS): Define.
12364 (MUST_PASS_IN_STACK): Define.
12365 (BLOCK_REG_PADDING): Define.
12366
12367 2003-07-18 Richard Henderson <rth@redhat.com>
12368
12369 * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
12370 to skip the addr_vec.
12371
12372 2003-07-18 Alexandre Oliva <aoliva@redhat.com>
12373
12374 * combine.c (combinable_i3pat): Don't forbid occurrences of
12375 i2dest or i1dest in inner_dest if inner_dest is a mem.
12376
12377 2003-07-18 Jan Hubicka <jh@suse.cz>
12378
12379 * cgraph.c (cgraph_remove_node): Clear the hash table slot.
12380
12381 2003-07-17 Jakub Jelinek <jakub@redhat.com>
12382
12383 PR target/11087
12384 * loop.c (basic_induction_var): Check if convert_modes emitted any
12385 instructions. Remove them and return 0 if so.
12386
12387 2003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12388
12389 PR optimization/11083
12390 * toplev.c (rest_of_handle_addresof): Rename into
12391 rest_of_handle_addressof. Delete unreachable blocks
12392 if dead edges were purged after the addressof pass.
12393
12394 2003-07-18 Neil Booth <neil@daikokuya.co.uk>
12395
12396 * Makefile.in, configure, configure.in: Remove handling of
12397 lang-options.h and options_.h.
12398 * toplev.c (struct lang_opt, documented_lang_options): Remove.
12399 (display_help): Don't use documented_lang_options.
12400
12401 2003-07-17 Zack Weinberg <zack@codesourcery.com>
12402
12403 * c-decl.c (pushdecl_function_level): Make static, return nothing.
12404 (kept_level_p): Fold into poplevel.
12405 (undeclared_variable): Moved here from c-typeck.c. Export.
12406 * c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
12407 (undeclared_variable): Prototype here. Don't prototype
12408 kept_level_p nor pushdecl_function_level.
12409 * c-parse.in: Change first argument to poplevel from
12410 "kept_level_p()" to "KEEP_MAYBE".
12411 * c-typeck.c (undeclared_variable): Moved to c-decl.c.
12412
12413 2003-07-17 Roger Sayle <roger@eyesopen.com>
12414
12415 * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
12416 commutative operands instead of modifying the RTL in-place.
12417
12418 2003-07-17 Mark Mitchell <mark@codesourcery.com>
12419
12420 PR optimization/11557
12421 * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
12422 unless we know which function is being called.
12423
12424 2003-07-17 Roger Sayle <roger@eyesopen.com>
12425
12426 * cse.c (fold_rtx): Use swap_commutative_operands_p to determine
12427 whether to reorder the operands of a commutative binary operator.
12428
12429 2003-07-17 Roger Sayle <roger@eyesopen.com>
12430
12431 * fold-const.c (const_binop): Avoid performing the FP operation at
12432 compile-time, if either operand is NaN and we honor signaling NaNs,
12433 or if we're dividing by zero and either flag_trapping_math is set
12434 or the desired mode doesn't support infinities.
12435 (fold_initializer): New function to fold an expression ignoring any
12436 potential run-time exceptions or traps.
12437 * tree.h (fold_initializer): Prototype here.
12438 * c-typeck.c (build_binary_op): Move to the end of the file so
12439 that intializer_stack is in scope. If constructing an initializer,
12440 i.e. when initializer_stack is not NULL, use fold_initializer to
12441 fold expressions.
12442 * simplify-rtx.c (simplify_binary_operation): Likewise, avoid
12443 performing FP operations at compile-time, if they would raise an
12444 exception at run-time.
12445
12446 2003-07-17 Geoffrey Keating <geoffk@apple.com>
12447
12448 PR 11498
12449 * Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
12450 (langhooks.o): Add $(GGC_H), gt-langhooks.h.
12451 (GTFILES): Add langhooks.c.
12452 (gt-langhooks.h): New.
12453 * c-common.h (c_static_assembler_name): Prototype.
12454 * c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
12455 * objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
12456 * c-opts.c: Include langhooks-def.h.
12457 (c_static_assembler_name): New.
12458 * langhooks.c: Include ggc.h. Include gt-langhooks.h.
12459 (var_labelno): New.
12460 (lhd_set_decl_assembler_name): Give static objects with context
12461 unique names.
12462 * varasm.c (var_labelno): Delete.
12463 (make_decl_rtl): Don't change the assembler name once it's set.
12464
12465 * c-opts.c (this_input_filename): New.
12466 (finish_options): Take new parameter, name of file being compiled.
12467 Update callers. Set this_input_filename.
12468 (push_command_line_include): Use this_input_filename not
12469 main_input_filename.
12470
12471 2003-07-17 Neil Booth <neil@daikokuya.co.uk>
12472
12473 * Makefile.in: Depend .pot generation on options.c.
12474 * po/exgettext: Add an extra_files variable containing additional
12475 files to scan.
12476
12477 2003-07-17 Zack Weinberg <zack@codesourcery.com>
12478
12479 * objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
12480 c_write_global_declarations.
12481
12482 * c-decl.c: Fix typos in several comments. Remove all
12483 #if 0 blocks; reindent as needed. Remove unused argument
12484 to declare_parm_level; all callers changed.
12485 * c-parse.in: Update calls to declare_parm_level. Avoid
12486 issuing a double warning in some circumstances.
12487 * c-typeck.c: Update calls to declare_parm_level.
12488 * c-tree.h: Update prototype of declare_parm_level.
12489
12490 * c-pragma.c (apply_pragma_weak): Don't complain about a
12491 redundant #pragma weak.
12492
12493 * objc/objc-act.c (forward_declare_categories,
12494 build_selector_reference_decl, build_class_reference_decl,
12495 build_objc_string_decl, synth_forward_declarations,
12496 build_protocol_reference): Set TREE_PUBLIC on synthetic
12497 forward decl to 0, consistent with eventual definition.
12498 Correct comments to match.
12499
12500 * fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
12501 in regexp that don't form a range expression.
12502 * fixinc/fixincl.def: Regenerate.
12503
12504 2003-07-17 Richard Henderson <rth@redhat.com>
12505
12506 PR target/10907
12507 * config/ia64/ia64.c (ia64_epilogue_uses): GP is live at end
12508 even with !TARGET_CONST_GP.
12509 (ia64_function_ok_for_sibcall): Reject non-local functions.
12510
12511 2003-07-17 Steven Bosscher <steven@gcc.gnu.org>
12512
12513 * c-common.c (c_estimate_num_insns_1): Don't handle
12514 METHOD_CALL_EXPR.
12515 * expr.c (safe_from_p): Likewise.
12516 * gengtype.c (adjust_field_tree_exp): Likewise.
12517 * stmt.c (warn_if_unused_value): Likewise
12518 * tree.c (first_rtl_op): Likewise.
12519 * tree.def: Don't define METHOD_CALL_EXPR.
12520 * java/lang.c (java_estimate_num_insns_1): Don't handle
12521 METHOD_CALL_EXPR.
12522
12523 2003-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
12524
12525 PR other/11466
12526 * doc/invoke.texi (SPARC Options): Document "-mlittle-endian"
12527 and its restrictions for the SPARC64 port.
12528 Move the entry of "-mimpure-text" before that of "-mv8".
12529
12530 2003-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
12531 Phil Edwards <phil@jaj.com>
12532
12533 * doc/install.texi (*-*-solaris2*): Document the step-by-step
12534 procedure to bootstrap and install.
12535 Document the preference for the legacy Sun tools in /usr/bin
12536 over the POSIX tools in /usr/xpg4/bin for the build process.
12537
12538 2003-07-17 Neil Booth <neil@daikokuya.co.uk>
12539
12540 * c.opt: Document Uncodumented; use it. Document ObjC options.
12541 * opts.c (print_filtered_help): Skip undocumented switches.
12542 * opts.h (CL_UNDOCUMENTED): New.
12543 * opts.sh: Handle Undocumented.
12544 * toplev.c (documented_lang_options): Prevent its becoming empty.
12545 objc:
12546 * lang-options.h: Remove.
12547
12548 2003-07-16 Ulrich Weigand <uweigand@de.ibm.com>
12549
12550 * loop.c (check_ext_dependent_givs): Pass const struct loop *
12551 instead of struct loop_info * as argument. Accept BIVs with
12552 increment +/- 1 provided there is a friendly exit test against
12553 a loop-invariant value.
12554 (strength_reduce): Adapt call to check_ext_dependent_givs.
12555
12556 2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
12557 Con Bradley <con.bradley@superh.com>
12558
12559 * sh-protos.h (sh_get_pr_initial_val): Declare.
12560 * sh.c (regno_reg_class): Make its elements type enum reg_class.
12561 (output_stack_adjust): Remove emit_fn argument. Add epilogue_p
12562 and live_regs_mask arguments. Changed all callers.
12563 (save_schedule_s): New structure.
12564 (save_schedule): New typedef.
12565 (scavenge_reg, sh5_schedule_saves, sh5_schedule_saves): New functions.
12566 (calc_live_regs): For TARGET_SHMEDIA, use leaf_function_p.
12567 In interrupts handlers, also save registers that are usually
12568 partially saved, and make sure there is at least one general purpose
12569 register saved if a target register needs saving.
12570 Add casts in comparisons to avoid warnings.
12571 (sh_media_register_for_return): return -1 for interrupt handlers.
12572 (MAX_SAVED_REGS, MAX_TEMPS): New defines.
12573 (sh_expand_prologue): Use sh5_schedule_saves. Check that any temp
12574 registers used are available.
12575 Set RTX_FRAME_RELATED_P where appropriate.
12576 Add an REG_FRAME_RELATED_EXPR for r0 + offset addressing.
12577 (sh_expand_epilogue, sh_set_return_address): Use sh5_schedule_saves.
12578 (initial_elimination_offset): Likewise.
12579 * sh.h (DWARF_CIE_DATA_ALIGNMENT): Set to -4.
12580 (LOCAL_ALIGNMENT, GENERAL_REGISTER_P): Add casts to avoid warnings.
12581 (FP_REGISTER_P): Add casts to fix broken handling of unsigned REGNO.
12582 (XD_REGISTER_P, TARGET_REGISTER_P): Likewise.
12583 (HARD_REGNO_CALL_PART_CLOBBERED): Also yield nonzero for r15,
12584 and for target registers.
12585 (RETURN_IN_MEMORY): Add parentheses to avoid warnings.
12586 (regno_reg_class): Make its elements type enum reg_class.
12587 (CONSTRAINT_LEN): Don't use isdigit.
12588 (FUNCTION_ARG_REGNO_P): Add casts to avoid warnings.
12589 (FUNCTION_ARG): Add parentheses to avoid warnings.
12590 (RETURN_ADDR_RTX): Use sh_get_pr_initial_val.
12591 (RETURN_ADDR_OFFSET): Define to -1 for TARGET_SH5.
12592 (SH_DBX_REGISTER_NUMBER): Add casts to avoid warnings.
12593 (EH_RETURN_DATA_REGNO): Use unsigned constants to avoid warnings.
12594 * sh.md (xordi3+1): Remove unused variable regno.
12595 (return_media): Check that tr0 is available before using it.
12596
12597 2003-07-16 Neil Booth <neil@daikokuya.co.uk>
12598
12599 * c.opt: Document more options.
12600
12601 2003-07-16 Roger Sayle <roger@eyesopen.com>
12602
12603 * combine.c (subst): Also handle (subreg (const_double ...)) case
12604 if created by a substitution, by using the original inner mode.
12605
12606 2003-07-16 Roger Sayle <roger@eyesopen.com>
12607
12608 * simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons
12609 to MODE_FLOAT constants if FLOAT_STORE_FLAG_VALUE is defined.
12610 (simplify_rtx): Likewise. Simplify (lo_sum (high X) X) as X.
12611
12612 2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
12613
12614 * doc/install.texi (--without-headers): New.
12615
12616 Partial Fix PR/10129
12617 * config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
12618 (machopic_output_function_base_name): New; print the true pic label.
12619 (machopic_classify_ident): Pic Base is always a defined data.
12620 * config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
12621 * config/darwin-proto.h (machopic_output_function_base_name): Prototype.
12622
12623 * gcse.c (gcse_constant_p): COMPARE of the same registers is a constant
12624 if they are not floating point registers.
12625
12626 PR c/10962
12627 * ggc.h: Add header guards.
12628 * c-decl.c (finish_struct): Sort fields if
12629 number greater than 15 and there are no
12630 anonymous structs/unions.
12631 * c-common.h: Include ggc.h.
12632 (sorted_fields_type): New struct.
12633 (field_decl_cmp): New prototype.
12634 (resort_sorted_fields): New prototype.
12635 (DECL_DECLARES_TYPE_NON_TEMPLATE_P): New macro.
12636 * c-tree.h: (lang_type): Use pointer to sorted_fields_type
12637 as s, removing other fields.
12638 * c-typeck.c (lookup_field): Use s in lang_type.
12639 These were mostly moved from cp/class.c:
12640 * c-common.c (field_decl_cmp): New static function.
12641 (field_decl_cmp): New function.
12642 (resort_sorted_fields): New function.
12643
12644 2003-07-16 Geoffrey Keating <geoffk@apple.com>
12645
12646 * config/darwin.c (machopic_select_section): Use decl_readonly_section
12647 to do most of the work.
12648
12649 2003-07-16 Hans-Peter Nilsson <hp@bitrange.com>
12650
12651 * config/mmix/mmix-protos.h: Convert prototypes to ISO C90.
12652 * config/mmix/mmix.c: Convert functions to ISO C90.
12653 (mmix_eh_return_handler_rtx, mmix_output_shifted_value): Tweak
12654 formatting.
12655 (mmix_get_hard_reg_initial_val): Tweak section head comment.
12656
12657 2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
12658
12659 * c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK.
12660
12661 2003-07-16 Jakub Jelinek <jakub@redhat.com>
12662
12663 * unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.
12664 (uw_update_context_1): Use it.
12665 * config/rs6000/rs6000.c (insn_after_throw): Remove.
12666 (rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location
12667 in parent frame if _Unwind_* called directly instead of through
12668 .plt.
12669 (rs6000_emit_eh_toc_restore): Remove.
12670 (rs6000_emit_prologue): Update stack pointer before doing any saving
12671 if current_function_calls_eh_return. Generate unwind info for $r2.
12672 (rs6000_emit_epilogue): Restore stack pointer after doing all
12673 restoring if current_function_calls_eh_return. Restore $r2.
12674 * config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove.
12675 * config/rs6000/rs6000.md (eh_return): Remove call to
12676 rs6000_emit_eh_toc_restore.
12677 * config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define.
12678 * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define.
12679
12680 2003-07-15 Jakub Jelinek <jakub@redhat.com>
12681
12682 * expr.c (emit_block_move): Don't move anything if size is const 0.
12683 (clear_storage): Test against const0_rtx instead of comparing INTVAL
12684 against 0.
12685
12686 2003-07-15 David S. Miller <davem@redhat.com>
12687
12688 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only
12689 emit nop if the last real insn is CALL_INSN.
12690
12691 2003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
12692
12693 * config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
12694 as "nul".
12695 * config/i386/xm-mingw32.h: Change GNU CC to GCC.
12696
12697 2003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
12698
12699 * config/i386/winnt.c (associated_type): Artificial methods are not
12700 affected by the import/export status of their class unless they are
12701 COMDAT.
12702 (i386_pe_dllimport_p): Do not mark artificial methods as dllimport.
12703
12704 * config/i386/winnt.c: Fix GCC copyright comment.
12705
12706 2003-07-16 Gabriel Dos Reis <gcc@integrable-solutions.net>
12707
12708 PR c++/11531
12709 * diagnostic.c (diagnostic_report_diagnostic): Don't ICE if we're
12710 not recursing on hard error.
12711 (diagnostic_for_decl): Likewise.
12712 * diagnostic.def: Rearrange.
12713
12714 2003-07-15 J"orn Rennecke <joern.rennecke@superh.com>
12715
12716 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
12717 If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode.
12718
12719 2003-07-15 J"orn Rennecke <joern.rennecke@superh.com>
12720 Richard Henderson <rth@redhat.com>
12721
12722 * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table
12723 to decide if to access a _Unwind_Ptr or a _Unwind_Word.
12724 (_Unwind_SetGR): Likewise.
12725 (_Unwind_GetPtr, _Unwind_SetSpColumn): New functions.
12726 (Unwind_SpTmp): New typedef.
12727 (uw_update_context_1): Use _Unwind_SetSpColumn and _Unwind_GetPtr.
12728 (uw_update_context): Use _Unwind_GetPtr.
12729 (init_dwarf_reg_size_table): Move above uw_init_context_1.
12730 (uw_init_context_1): Initialize dwarf_reg_size_table if necessary.
12731 Use _Unwind_SetSpColumn.
12732 (uw_install_context_1): Don't initialize dwarf_reg_size_table.
12733 Use _Unwind_GetPtr.
12734
12735 2003-07-15 Neil Booth <neil@daikokuya.co.uk>
12736
12737 * c.opt: Document more options.
12738 * toplev.c (documented_lang_options): Remove all local help strings.
12739
12740 2003-07-15 Mark Mitchell <mark@codesourcery.com>
12741
12742 PR debug/11473
12743 * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of
12744 base classes.
12745
12746 2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
12747
12748 PR target/10795
12749 * config/i386/i386.c (ix86_expand_carry_flag_compare): Don't
12750 swap comparison operands if doing so would generate an
12751 unrecognizable insn.
12752
12753 2003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12754
12755 PR optimization/11320
12756 * sched-int.h (struct deps) [reg_conditional_sets]: New field.
12757 (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
12758 * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
12759 current_sched_info->compute_jump_reg_dependencies. Record which
12760 registers are used and which registers are set by the jump.
12761 Clear deps->reg_conditional_sets after a barrier.
12762 Set deps->reg_conditional_sets if the insn is a COND_EXEC.
12763 Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
12764 (init_deps): Initialize reg_conditional_sets.
12765 (free_deps): Clear reg_conditional_sets.
12766 * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
12767 Mark registers live on entry of the fallthrough block and conditionally
12768 set as set by the jump. Mark registers live on entry of non-fallthrough
12769 blocks as used by the jump.
12770 * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
12771 Mark new parameters as unused.
12772
12773 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
12774
12775 * doc/invoke.texi: Resync MIPS -march documentation.
12776
12777 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
12778
12779 * config/mips/mips.h (PROCESSOR_R9000): New processor_type.
12780 (TARGET_MIPS9000, TUNE_MIPS9000): New macros.
12781 (GENERATE_MULT3_SI): True for TARGET_MIPS9000.
12782 * config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry.
12783 (mips_rtx_costs): Adjust integer multiplication costs for the rm9000.
12784 (mips_issue_rate): Handle PROCESSOR_R9000.
12785 (mips_use_dfa_pipeline_interface): Likewise.
12786 * config/mips/9000.md: New file.
12787 * config/mips/mips.md: Include it.
12788 (define_attr cpu): Add r9000.
12789 (mulsi3_mult3): Use "mul" for rm9000 code.
12790
12791 2003-07-15 Stan Cox <scox@redhat.com>
12792
12793 * config/mips/mips.h (PROCESSOR_R7000): New processor_type.
12794 (TARGET_MIPS7000, TUNE_MIPS7000): New macros.
12795 (GENERATE_MULT3_SI): True for TARGET_MIPS7000.
12796 * config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry.
12797 (mips_rtx_costs): Adjust integer multiplication costs for the rm7000.
12798 (mips_issue_rate): Handle PROCESSOR_R7000.
12799 (mips_use_dfa_pipeline_interface): Likewise.
12800 * config/mips/7000.md: New file.
12801 * config/mips/mips.md: Include it.
12802 (define_attr cpu): Add r7000.
12803 (mulsi3_mult3): Use "mul" for rm7000 code.
12804
12805 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
12806
12807 * config/mips/mips.md (define_attr type): Add condmove. Use it for
12808 the conditional move patterns.
12809 * config/mips/5400.md (ir_vr54_move): Rename to ir_vr54_condmove.
12810 Check for condmove type.
12811 (ir_vr54_arith): Add move type.
12812 * config/mips/5500.md (ir_vr55_move, ir_vr55_arith): Likewise.
12813 * config/mips/sr71k.md (ir_sr70_move, ir_sr70_arith): Likewise.
12814
12815 2003-07-15 Neil Booth <neil@daikokuya.co.uk>
12816
12817 * c-opts.c (print_help): Remove.
12818 (c_common_handle_option): Don't handle --help.
12819 * c.opt: Document some options.
12820 (--help): Remove.
12821 * opts.c (print_filtered_help): New.
12822 (print_help): Use it.
12823
12824 2003-07-14 Geoffrey Keating <geoffk@apple.com>
12825
12826 * c-common.c (c_common_type_for_mode): Handle V4DFmode.
12827 * tree.c: (build_common_tree_nodes_2): Likewise.
12828 * tree.h (enum tree_index): Add TI_V4DF_TYPE.
12829 (V4DF_type_node): New.
12830
12831 * c-opts.c (push_command_line_include): Don't free deferred_opts,
12832 we'll need it.
12833 (finish_options): Reset init_cursor.
12834
12835 2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
12836
12837 * expr.c (expand_assignment): Remove an unused argument
12838 SUGGEST_REG.
12839 * expr.h: Update the prototype.
12840 * function.c: Update the callers.
12841 * stmt.c: Likewise.
12842
12843 2003-07-14 Mark Mitchell <mark@codesourcery.com>
12844
12845 PR debug/11098
12846 * integrate.c (copy_decl_for_inlining): Do not mark copied decls
12847 as DECL_ABSTRACT.
12848
12849 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12850
12851 * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
12852 with __cplusplus, not "we must use the C++ compiler's type"
12853 * fixinc/inclhack.def (void_null): Note that Interix needs this.
12854 * fixinc/fixincl.x: Regenerate.
12855
12856 2003-07-14 Geoffrey Keating <geoffk@apple.com>
12857
12858 * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
12859 and unseen_objects from the global data before calling
12860 __deregister_frame_info_bases.
12861 (examine_objects): Insert objects into the seen_objects list,
12862 not unseen_objects.
12863 (_Unwind_Find_FDE): Always unlock the global object lists, even if
12864 we couldn't allocate a data structure to put in it.
12865
12866 * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
12867 (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
12868 (SET_TYPE_PROTOCOL_LIST): New.
12869 * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
12870 (get_object_reference): Likewise.
12871
12872 2003-07-14 Jan Hubicka <jh@suse.cz>
12873
12874 * cfglayout.c (locator_file): Break out from ....
12875 (insn_file): ... here.
12876 (locator_line): Break out from ....
12877 (insn_line): ... here.
12878 * rtl.h (locator_file, locator_line): Declare.
12879 (final_start_function): Set proper line/file info.
12880
12881 2003-07-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
12882
12883 * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
12884 handled by pp_c_cast_expression.
12885
12886 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
12887
12888 * config/mips/mips.c (mips_expand_prologue): Use a single insn to
12889 allocate 32768 bytes of stack. Use addition rather than subtraction
12890 when a single insn is enough.
12891 * config/mips/mips.md: Remove insns and splitters for subtracting
12892 constants.
12893 (subsi3): Only accept register operands.
12894 (subsi3_internal): Likewise. Use for TARGET_MIPS16 as well.
12895 (subdi3_internal_3, subsi3_internal_2): Likewise.
12896 (casesi): Use expand_binop to subtract the lower bound.
12897
12898 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
12899
12900 * config/mips/mips.c (mips_in_small_data_p): Don't handle
12901 TARGET_MIPS16 specially.
12902
12903 2003-07-14 Richard Sandiford <rsandifo@redhat.com>
12904
12905 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
12906 mips_output_aligned_bss.
12907 * config/mips/linux.h: Likewise.
12908 * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
12909 * config/mips/mips.c (mips_output_aligned_bss): New function.
12910
12911 * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
12912 * config/mips/elf64.h: Likewise.
12913
12914 * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
12915 mips_declare_object_name.
12916 (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
12917 * config/mips/elf64.h: As for elf.h.
12918 * config/mips/iris6.h: Likewise.
12919 * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
12920 * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
12921 do...while (0) block.
12922 * config/mips/mips-protos.h (mips_declare_object_name): Declare.
12923 (mips_finish_declare_object): Declare.
12924 * config/mips/mips.c (mips_declare_object_name): New function.
12925 (mips_finish_declare_object): New function.
12926
12927 * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
12928 * config/mips/linux.h: Likewise.
12929
12930 * config/mips/mips.c (inside_function): Delete.
12931 (file_in_function_warning, ignore_line_number): Delete.
12932 (mips_output_filename): Don't warn about changing filenames within
12933 a function.
12934 (mips_output_lineno): Update accordingly.
12935 (mips_output_function_prologue): Don't reset the deleted variables.
12936 * config/mips/mips.h (inside_function): Delete.
12937 (file_in_function_warning, ignore_line_number): Delete.
12938
12939 * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
12940 * config/mips/elf64.h: Likewise.
12941 * config/mips/openbsd.h: Likewise.
12942 * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
12943 * config/mips/linux.h: Likewise.
12944 * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
12945 (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
12946
12947 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
12948 to the list of include files when using gas.
12949 (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
12950 * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
12951 * config/mips/elf64.h: Likewise.
12952 * config/mips/iris5.h: Likewise.
12953 * config/mips/linux.h: Likewise.
12954 * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
12955 * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
12956 (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
12957 * config/mips/sdb.h: ...this new file.
12958
12959 2003-07-14 Douglas Rupp <rupp@gnat.com>
12960
12961 * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
12962 argument to getcwd; use fixed buffer instead.
12963
12964 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12965
12966 * fixinc/mkfixinc.sh: Treat OpenBSD normally.
12967 * fixinc/fixinc.wrap: Delete.
12968
12969 2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12970
12971 * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
12972 don't have 2.
12973
12974 2003-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12975
12976 * ggc-page.c (struct globals): Add new fields to keep track of the
12977 total allocated memory and overhead.
12978 (ggc_print_statistics): Print them.
12979 (ggc_alloc): Keep track of the total allocated memory and the
12980 overhead.
12981
12982 * tree.c (dump_tree_statistics): Increase spacing.
12983 (enum tree_node_kind): Move to ...
12984 * tree.h (enum tree_node_kind): ... here.
12985 (tree_node_counts, tree_node_sizes): Declare.
12986
12987 2003-07-14 James A. Morrison <ja2morri@student.math.uwaterloo.ca>
12988
12989 * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
12990
12991 2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12992
12993 PR optimization/11440
12994 * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
12995 SIGN_EXTRACT SETs.
12996
12997 2003-07-14 Alan Modra <amodra@bigpond.net.au>
12998
12999 * doc/tm.texi (BLOCK_REG_PADDING): Describe.
13000 * expr.h (struct locate_and_pad_arg_data): Add where_pad.
13001 (emit_group_load, emit_group_store): Adjust declarations.
13002 Remove most occurrences of #ifdef TREE_CODE.
13003 * expr.c (emit_group_load): Add "type" param, and use
13004 BLOCK_REG_PADDING to determine need for a shift. Optimize non-
13005 aligned accesses if !SLOW_UNALIGNED_ACCESS.
13006 (emit_group_store): Likewise.
13007 (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
13008 emit_group_load and emit_group_store calls.
13009 * calls.c (store_unaligned_arguments_into_pseudos): Tidy. Use
13010 BLOCK_REG_PADDING to determine whether we need endian_correction.
13011 (load_register_parameters): Localize vars. Handle shifting of
13012 small values to the correct end of regs. Adjust emit_group_load
13013 call.
13014 (expand_call, emit_library_call_value_1): Adjust emit_group_load
13015 and emit_group_store calls.
13016 * function.c (assign_parms): Set mem alignment for stack slots.
13017 Adjust emit_group_store call. Store values at the "wrong" end
13018 of regs to the stack. Use BLOCK_REG_PADDING.
13019 (locate_and_pad_parm): Save where_pad.
13020 (expand_function_end): Adjust emit_group_load call.
13021 * stmt.c (expand_value_return): Adjust emit_group_load call.
13022 * Makefile.in (calls.o): Depend on $(OPTABS_H).
13023 * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
13024 (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
13025 (MUST_PASS_IN_STACK): Define.
13026 (BLOCK_REG_PADDING): Define.
13027 * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
13028 (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
13029 * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
13030 (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
13031 Act on AGGREGATES_PAD_UPWARD_ALWAYS.
13032
13033 2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
13034
13035 * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
13036
13037 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13038
13039 * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
13040 both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
13041
13042 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
13043
13044 PR other/11123
13045 * toplev.c: Don't cut off option names.
13046
13047 2003-07-13 Andreas Jaeger <aj@suse.de>
13048
13049 * c-decl.c (link_hash_hash): Avoid warning about casting pointer
13050 to integer of different size.
13051
13052 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
13053
13054 * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
13055 to (eq (and X 1) 0).
13056
13057 2003-07-13 Andreas Jaeger <aj@suse.de>
13058
13059 * config.gcc: Add pmmintrin.h for x86_64-*-*.
13060
13061 2003-07-13 Zack Weinberg <zack@codesourcery.com>
13062
13063 * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
13064 (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
13065 list. Move these all together down by cpplib.
13066
13067 * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
13068 definition of CPPCHAR_SIGNED_T.
13069
13070 * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
13071 * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
13072 * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
13073
13074 * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
13075 * cppinit.c (cpp_create_reader): Likewise.
13076
13077 * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
13078 * cpptrad.c: Likewise. All callers changed.
13079 * cpplib.c: All callers changed.
13080 * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
13081 * hashtable.h: Define GTY(x) to nothing here too.
13082
13083 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13084
13085 * stor-layout.c (compute_record_mode): Remove very obsolete test
13086 that forces BLKmode for records with fields crossing word boundary.
13087
13088 2003-07-13 Zack Weinberg <zack@codesourcery.com>
13089
13090 * Makefile.in: Remove orphan reference to acconfig.h.
13091
13092 2003-07-13 Andreas Jaeger <aj@suse.de>
13093
13094 * cgraphunit.c: Convert prototypes to ISO C90.
13095
13096 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
13097
13098 * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
13099 (for OpenBSD).
13100 * fixinc/fixincl.x: Rebuild.
13101
13102 2003-07-12 Zack Weinberg <zack@codesourcery.com>
13103
13104 * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
13105 i?86-*-*. Use correct name of cache variable.
13106 * configure: Regenerate.
13107
13108 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
13109
13110 * config/alpha/alpha.c: Fix comment typos.
13111 * config/alpha/alpha.md: Likewise.
13112 * config/arm/arm.c: Likewise.
13113 * config/arm/arm.md: Likewise.
13114 * config/arm/lib1funcs.asm: Likewise.
13115 * config/avr/avr.md: Likewise.
13116 * config/arm/README-interworking: Fix typos.
13117
13118 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
13119
13120 * c-format.c: Fix comment formatting.
13121 * c-typeck.c: Likewise.
13122 * coverage.c: Likewise.
13123 * cppcharset.c: Likewise.
13124 * cpplib.c: Likewise.
13125 * dbxout.c: Likewise.
13126 * gcov-io.h: Likewise.
13127 * toplev.c: Likewise.
13128
13129 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
13130
13131 * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
13132 fix.
13133
13134 2003-07-12 Zack Weinberg <zack@codesourcery.com>
13135
13136 * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
13137 uses three-argument AC_DEFINE so no acconfig.h entries are
13138 needed.
13139 (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
13140 which contains the GAS version number as a scaled integer.
13141 (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers. Add
13142 ability to check for ELF assembler.
13143 (gcc_GAS_CHECK_FEATURE): New macro.
13144 * configure.in: Use gcc_AC_CHECK_TYPE. Rewrite all
13145 assembler feature checks using gcc_GAS_CHECK_FEATURE.
13146 Use three-argument AC_DEFINE everywhere.
13147 * acconfig.h: Deleted.
13148 * config.in, configure: Regenerate.
13149
13150 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
13151
13152 * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
13153 (on OpenBSD).
13154 * fixinc/fixincl.x: Regenerate.
13155
13156 * fixinc/inclhack.def (gnu_types): Improve comment.
13157
13158 2003-07-12 Andreas Jaeger <aj@suse.de>
13159
13160 * fp-test.c (main): Use ISO C90 prototype.
13161
13162 * version.c: Remove unneded include of ansidecl.h.
13163
13164 * cgraph.h: Convert prototypes to ISO C90.
13165 * cgraph.c: Likewise.
13166 * fix-header.c: Likewise.
13167 * ra.h: Likewise.
13168 * protoize.c: Likewise.
13169
13170 2003-07-12 Jan Hubicka <jh@suse.cz>
13171
13172 * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
13173 warning.
13174
13175 2003-07-12 Jan Hubicka <jh@suse.cz>
13176 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13177
13178 * cgraph.c (cgraph_max_uid): New global variable.
13179 (cgraph_node): Set uid field.
13180 (create_edge): Keep inline flags consistent.
13181 (dump_cgraph): Dump more info.
13182 * cgraph.h (struct cgraph_local_info): Remove inline_many and
13183 can_inline_once; add inlinable, disgread_inline_limits, and self_insn
13184 (struct cgraph_global_info): Add insns, calls, cloned_times,
13185 will_be_output.
13186 (struct cgraph_node): Add uid.
13187 (struct cgraph_edge): Add inline_call.
13188 (cgraph_max_uid, cgraph_inline_p): Declare.
13189 * cgraph.c: Include params.h and fibheap.h
13190 (cgraph_mark_functions_to_inline_once): Kill.
13191 (INSNS_PER_CALL): New constant.
13192 (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
13193 static variables.
13194 (cgraph_finalize_function): Do not analyze inlining.
13195 (cgraph_finalize_compilation_unit): Set inlining attributes.
13196 (cgraph_mark_functions_to_output): More consistency checks.
13197 (cgraph_optimize_function): Set current_function_decl to NULL.
13198 (cgraph_expand_function): Use new inline flags.
13199 (cgraph_postorder): Expand from cgraph_expand_functions.
13200 (INLINED_TIMES, SET_INLINED_TIMES): New macros.
13201 (cgraph_inlined_into, cgraph_inlined_callees,
13202 cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
13203 cgraph_mark_inline, cgraph_check_inline_limits,
13204 cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
13205 cgraph_decide_inlining, cgraph_inline_p): New functions.
13206 * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
13207 PARAM_INLINE_UNIT_GROWTH): New parameters.
13208 * tree-inline.c (struct inline_data): New field current_decl.
13209 (expand_call_inline): Avoid forward declarations; use
13210 inlinable_function_p.
13211 (optimize_inline_calls): Set id.current_decl.
13212
13213 2003-07-11 Andrew Pinski <pinskia@physics.uc.edu>
13214
13215 * configure.in: Remove wrongly added definition of
13216 local_prefix.
13217 * configure: Regenerate.
13218
13219 2003-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13220
13221 * rtl.def (NOTE): Do not use padding.
13222
13223 2003-07-11 Dara Hazeghi <dhazeghi@yahoo.com>
13224
13225 * doc/install.tex: Update required binutils for i?86-*-linux*
13226
13227 2003-07-11 Richard Henderson <rth@redhat.com>
13228
13229 * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
13230
13231 2003-07-11 Mark Mitchell <mark@codesourcery.com>
13232
13233 * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
13234 TRANSLATION_UNIT_DECL as top_level.
13235
13236 2003-07-11 Jakub Jelinek <jakub@redhat.com>
13237
13238 * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
13239 then fall back to cmpstrM.
13240 * builtins.c (expand_builtin_memcmp): Likewise.
13241 * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
13242 (s390_expand_cmpmem): ... this.
13243 * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
13244 cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
13245 from cmpstr* patterns. Rename call to s390_expand_cmpstr
13246 to s390_expand_cmpmem.
13247 * config/s390/s390.c (s390_expand_cmpstr): Rename to...
13248 (s390_expand_cmpstr): ... this. Rename cmpstr* instructions
13249 to cmpmem*.
13250 * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
13251 cmpstr* patterns.
13252 * doc/md.texi (cmpstrM): Describe as String compare insn, not
13253 Block compare insn.
13254 (cmpmemM): Add.
13255
13256 2003-07-11 Loren James Rittle <ljrittle@acm.org>
13257
13258 * config/i386/freebsd.h (SET_ASM_OP): Remove.
13259 (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
13260 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
13261 MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
13262
13263 2003-07-11 Richard Henderson <rth@redhat.com>
13264
13265 * function.c (assign_parms): Don't recombine complex args if
13266 fnargs is unchanged from orig_fnargs.
13267 (split_complex_args): Return args without complex before copying.
13268 Re-layout the modified parameters.
13269
13270 2003-07-11 J"orn Rennecke <joern.rennecke@superh.com>
13271
13272 * regclass.c (choose_hard_reg_mode): Add third argument.
13273 Changed all callers.
13274 * rtl.h (choose_hard_reg_mode): Update declaration.
13275 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
13276 Take HARD_REGNO_CALL_PART_CLOBBERED into account.
13277
13278 2003-07-11 Geoffrey Keating <geoffk@apple.com>
13279
13280 * c-decl.c (finish_decl): Handle 'used' here...
13281 * cgraphunit.c (cgraph_finalize_function): ... and here ...
13282 * c-common.c: (handle_used_attribute): ... not here.
13283
13284 * configure.in (onstep): Support --enable-intermodule.
13285 * Makefile.in (OBJS-common): New.
13286 (OBJS-md): New.
13287 (OBJS-archive): New.
13288 (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
13289 (OBJS-onestep): New.
13290 (libbackend.a): Support @onestep@.
13291 (libbackend.o): New.
13292 * configure: Regenerate.
13293
13294 * c-common.h (c_reset_state): New prototype.
13295 (c_parse_file): New prototype.
13296 (finish_file): Move prototype from c-tree.h.
13297 * c-decl.c: Include <hashtab.h>.
13298 (builtin_decls): New.
13299 (current_file_decl): New.
13300 (duplicate_decls): Add extra parameter. Change all callers. Don't
13301 output duplicate common symbols.
13302 (link_hash_hash): New.
13303 (link_hash_eq): New.
13304 (poplevel): Handle popping of the top level.
13305 (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
13306 (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
13307 (pushdecl_top_level): Likewise.
13308 (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
13309 (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
13310 (finish_decl): Handle TRANSLATION_UNIT_DECL.
13311 (merge_translation_unit_decls): New.
13312 (c_write_global_declarations): New.
13313 (c_reset_state): New.
13314 (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
13315 * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
13316 * c-objc-common.c (c_cannot_inline_tree_fn): Handle
13317 TRANSLATION_UNIT_DECL.
13318 (c_objc_common_finish_file): Call merge_translation_unit_decls.
13319 * c-opts.c (in_fnames): Rename from in_fname.
13320 (c_common_decode_option): Handle multiple input filenames.
13321 (c_common_post_options): Likewise.
13322 (c_common_parse_file): Likewise; also, call c_parse_file rather than
13323 yyparse.
13324 * c-parse.in: Move cleanup code to c_parse_file.
13325 (free_parser_stacks): Move contents to c_parse_file.
13326 (c_parse_file): New.
13327 * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
13328 for integer types.
13329 (C_DECL_FILE_SCOPE): New.
13330 (finish_file): Move prototype to c-common.h.
13331 (merge_translation_unit_decls): New prototype.
13332 (comptypes): Add extra parameter to prototype.
13333 (c_write_global_declarations): New prototype.
13334 * c-typeck.c (tagged_types_tu_compatible_p): New.
13335 (function_types_compatible_p): Add extra parameter, change all callers.
13336 (type_lists_compatible_p): Likewise.
13337 (comptypes): Likewise.
13338 (struct tagged_tu_seen): New.
13339 (tagged_tu_seen_base): New.
13340 (build_unary_op): Handle TRANSLATION_UNIT_DECL.
13341 (c_mark_addressable): Remove #if 0 code.
13342 * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
13343 comment explaining why it shouldn't have to.
13344 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
13345 options.
13346 * cppinit.c (cpp_read_next_file): New.
13347 (cpp_read_main_file): Use it.
13348 * cpplib.c (undefine_macros): New.
13349 (cpp_undef_all): New.
13350 * cpplib.h (cpp_read_next_file): Prototype.
13351 (cpp_undef_all): Prototype.
13352 * langhooks-def.h (write_global_declarations): Remove prototype.
13353 * toplev.h (write_global_declarations): Add prototype.
13354 * tree.c (decl_type_context): Use switch statement, handle
13355 TRANSLATION_UNIT_DECL.
13356 * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
13357 (TRANSLATION_UNIT_DECL): New kind of tree.
13358 * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
13359 * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
13360 * doc/invoke.texi: Make attempt to document new functionality.
13361
13362 2003-05-19 Per Bothner <bothner@apple.com>
13363
13364 * gcc.c (combine_inputs): New.
13365 (process_command): Set combine_inputs.
13366 (do_spec_1): Handle combine_inputs.
13367 (main): Likewise.
13368
13369 2003-07-10 James E Wilson <wilson@tuliptree.org>
13370
13371 PR optimization/9745
13372 * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
13373 loop_insn_emit_before.
13374 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
13375
13376 2003-07-10 Zack Weinberg <zack@codesourcery.com>
13377
13378 * cppcharset.c: Fix comment.
13379 (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
13380 (EILSEQ): #define to EINVAL if not already defined.
13381 (convert_using_iconv): #if out when !HAVE_ICONV.
13382 (init_iconv_desc): Handle !HAVE_ICONV here...
13383 (cpp_init_iconv): ...not here.
13384
13385 2003-07-11 Neil Booth <neil@daikokuya.co.uk>
13386
13387 * common.opt: More --help messages.
13388 * opts.c (print_help): Use puts().
13389 * toplev.c (f_options): Remove help text.
13390 (display_help): Don't dump f_options.
13391
13392 2003-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13393
13394 * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
13395 Move i?86-*-interix* to the don't-fix list.
13396 * fixinc/fixinc.interix: Delete with extreme prejudice.
13397
13398 2003-07-10 Dara Hazeghi <dhazeghi@yahoo.com>
13399
13400 PR bootstrap/10758
13401 * doc/install.texi: Document requirements for ia64-*-hpux* target.
13402
13403 2003-07-10 Roger Sayle <roger@eyesopen.com>
13404
13405 * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
13406
13407 2003-07-10 Zack Weinberg <zack@codesourcery.com>
13408
13409 * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
13410 one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
13411 one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
13412 convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
13413 convert_no_conversion, convert_using_iconv): New functions.
13414 (APPLY_CONVERSION): New macro.
13415 (struct conversion, conversion_tab): New data structure.
13416 (init_iconv_desc): Check conversion_tab for a custom conversion
13417 primitive before trying to use iconv.
13418 (convert_cset): Deleted.
13419 (cpp_init_iconv): Use UTF- terminology, not UCS-.
13420 (_cpp_destroy_iconv): Update to match.
13421 (_cpp_valid_ucn): We don't need iconv to implement UCNs.
13422 (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
13423 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
13424 (_cpp_interpret_string_notranslate): New function, moved here
13425 from cpplib.c.
13426
13427 * cpphash.h (convert_f, struct cset_converter): New types.
13428 (struct cpp_reader): narrow_cset_desc and wide_cset_desc
13429 are now struct cset_converter, not bare iconv_t.
13430 Update prototypes.
13431 * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
13432 all callers changed.
13433
13434 2003-07-10 Kelley Cook <kelleycook@wideopenwest.com>
13435
13436 * Makefile.in (options.h): Depend on Makefile. Add move-if-change
13437 to opts.sh command line.
13438 * opts.sh: Write to temporary files with a move-if-change at the end.
13439
13440 2003-07-10 Denis Chertykov <denisc@overta.ru>
13441 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13442
13443 * combine.c (gen_binary): Handle the CLOBBER rtx and
13444 don't build a binary operation with it.
13445
13446 2003-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13447
13448 * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
13449 store_killed_after, store_killed_before): Keep track of the correct
13450 dependency function to use.
13451
13452 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>
13453 * toplev.c (do_compile): Don't try to open dump files before
13454 lang_dependent_init initializes dump_base_name.
13455
13456 2003-07-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13457
13458 * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
13459 Use ARRAY_SIZE.
13460 * config/frv/frv.c (frv_expand_builtin): Likewise.
13461 * config/sh/sh.c (sh_media_init_builtins): Likewise.
13462
13463 2003-07-09 Mark Mitchell <mark@codesourcery.com>
13464
13465 PR c++/10032
13466 * doc/invoke.texi (C++ Dialect Options): Change documentation of
13467 -fpermissive.
13468
13469 2003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
13470
13471 * tm.texi (RETURN_ADDR_OFFSET): Document.
13472
13473 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
13474
13475 * gcov-io.h: Update documentation.
13476 (GCOV_UNSIGNED2STRING): New.
13477 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
13478 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
13479 GCOV_TAG_SUMMARY_LENGTH): Adjust.
13480 (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
13481 GCOV_TAG_COUNTER_NUM): New.
13482 (GCOV_BLOCK_SIZE): Number of words.
13483 (gcov_var): Adjust buffer type.
13484 * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
13485 (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
13486 count, not byte count.
13487 (gcov_open): Adjust overread init.
13488 (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
13489 gcov_write_string, gcov_write_tag, gcov_write_length,
13490 gcov_write_tag_length): Adjust.
13491 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13492 (gcov_sync, gcov_seek): Adjust.
13493 * gcov-dump.c (print_usage): Show gcc version only.
13494 (dump_file): Use GCOV_UNSIGNED2STRING.
13495 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
13496 * gcov.c (print_version): Show gcc version only.
13497 (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
13498 GCOV_TAG_*_NUM macros.
13499 (read_count_file): Use GCOV_UNSIGNED2STRING. Use
13500 GCOV_TAG_COUNTER_LENGTH.
13501 * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
13502 Use GCOV_TAG_COUNTER_NUM.
13503 * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
13504 (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
13505
13506 2003-07-10 Andreas Schwab <schwab@suse.de>
13507
13508 * gcov-dump.c (dump_file): Fix missing address operator.
13509
13510 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
13511
13512 PR c/11449
13513 * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
13514 of HOST_WIDE_INT.
13515 (fold_single_bit_test): If sign_bit_p() fails, assume that the
13516 bit being tested is not a sign bit.
13517
13518 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
13519
13520 * config/h8300/h8300.md (a peephole2): New.
13521
13522 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
13523
13524 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
13525 * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
13526 from ld-linux.so.2 to ld.so.1.
13527 2001-11-18 Alexandre Oliva <aoliva@redhat.com>
13528 * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
13529 * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
13530 nor -Wl,-rpath-link.
13531 (LIB_SPEC): Add -rpath-link if !static.
13532 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
13533 * config/mn10300/mn10300.c (mn10300_protect_label): New
13534 variable.
13535 * config/mn10300/linux.h (PRINT_OPERAND,
13536 PRINT_OPERAND_ADDRESS): Set it during their execution.
13537 (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
13538 mn10300_protect_label is set.
13539 * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
13540 -Wl,-rpath-link.
13541 (LIB_SPEC, STARTFILE_SPEC): Define.
13542 2001-05-11 Alexandre Oliva <aoliva@redhat.com>
13543 * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
13544 FLOAT_BIT_ORDER_MISMATCH.
13545 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
13546 * config.gcc (am33_2.0-*-linux*): Added.
13547 * config/mn10300/linux.h: New.
13548 * config/mn10300/t-linux: New.
13549
13550 2003-07-10 Andreas Jaeger <aj@suse.de>
13551
13552 * fold-const.c: Properly wrap prototypes.
13553
13554 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
13555
13556 2003-06-16 Alexandre Oliva <aoliva@redhat.com>
13557 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
13558 Moved from...
13559 * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
13560 * config/mn10300/mn10300.h: GTY-declare it.
13561 2003-06-11 Alexandre Oliva <aoliva@redhat.com>
13562 * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
13563 prototype. Use incoming RTL argument.
13564 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
13565 * config/mn10300/mn10300.md (int_label): Move C statements...
13566 (GOTaddr2picreg): ... here.
13567 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
13568 * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
13569 * config/mn10300/mn10300.c (mn10300_encode_section_info):
13570 ... here. New function.
13571 (TARGET_ENCODE_SECTION_INFO): Define to it.
13572 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
13573 * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
13574 pattern name.
13575 (mn10300_loadPC): Define as insn splittable after reload.
13576 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
13577 * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
13578 be defined in .rodata even in PIC, now that the assembler
13579 supports that.
13580 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
13581 * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
13582 symbol take an underscore prefix.
13583 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
13584 * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
13585 legitimize_pic_address): Declare.
13586 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
13587 the PIC register as fixed.
13588 (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
13589 (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
13590 PIC.
13591 (LEGITIMATE_PIC_OPERAND_P): Define.
13592 (PIC_OFFSET_TABLE_REGNUM): Define.
13593 (GOT_SYMBOL_NAME): Define.
13594 (SYMBOLIC_CONST_P): Define.
13595 (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
13596 symbols.
13597 (MN10300_GLOBAL_P): Test it.
13598 (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
13599 (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
13600 * config/mn10300/mn10300.c (print_operand): Handle unspec.
13601 (expand_prologue): Set PIC register.
13602 (call_address_operand): Don't match SYMBOL_REFs in PIC.
13603 (legitimize_address): Call legitimize_pic_address.
13604 (legitimize_pic_address): New fn.
13605 (legitimate_pic_operand_p): New fn.
13606 * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
13607 (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
13608 UNSPEC_PLT): New constants.
13609 (pop_pic_reg): New insn.
13610 (movsi): Adjust non-PIC addresses.
13611 (builtin_setjmp_receiver): Restore the PIC register.
13612 (casesi): New insn.
13613 (call): Adjust non-PIC addresses.
13614 (int_label, GOTaddr2picreg): New expands.
13615 (am33_loadPC): New insn.
13616 (mn10300_loadPC): New expand.
13617 (call_next_insn): New insn.
13618 (add_GOT_to_pic_reg): New expand.
13619 (symGOT2reg, symGOT2reg_i): New expands.
13620 (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
13621 (sym2PIC, sym2PLT): New expands.
13622
13623 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
13624
13625 * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
13626 2001-05-01 Alexandre Oliva <aoliva@redhat.com>
13627 * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
13628 to flag_unsafe_math_optimizations.
13629 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
13630 * config/mn10300/mn10300.c (expand_prologue): Mark
13631 FP-register-saving insns as frame-related.
13632 2001-02-13 Alexandre Oliva <aoliva@redhat.com>
13633 * config/mn10300/mn10300.c
13634 (mn10300_get_live_callee_saved_regs): Don't search past
13635 LAST_EXTENDED_REGNUM.
13636 (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
13637 * config/mn10300/mn10300.md: Remove excessive line breaks from
13638 `@' output patterns that were accounted as additional
13639 alternatives.
13640 * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
13641 Re-introduce changes accidentally removed in Richard Sandiford's
13642 2000-12-05's patch.
13643 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
13644 Re-instate am33-2 lost in merge from net GCC.
13645 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
13646 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
13647 floating-point registers.
13648 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
13649 * config/mn10300/mn10300.md (movdf): Revert some am33-specific
13650 pessimizations that had gone in on 2000-05-08.
13651 2000-06-28 Graham Stott <grahams@cygnus.co.uk>
13652 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
13653 2000-06-22 Graham Stott <grahams@cygnus.co.uk>
13654 * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
13655 operand 0.
13656 * (movhi): Likewise.
13657 * (movsi): Likewise.
13658 * (movsf): Likewise.
13659 * (movdi): Likewise.
13660 * (movdf): Likewise.
13661 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
13662 * config/mn10300/mn10300.c (fp_regs_to_save): New function.
13663 (can_use_return_insn, initial_offset): Add fp_regs_to_save.
13664 (expand_prologue, expand_epilogue): Save and restore FP regs.
13665 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
13666 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
13667 2000-05-13 Alexandre Oliva <aoliva@cygnus.com>
13668 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
13669 subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
13670 Do not clobber cc0.
13671 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
13672 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
13673 Discourage the two-argument, longer opcodes.
13674 (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
13675 ones.
13676 * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
13677 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
13678 * config/mn10300/mn10300.md (cmpsf): New pattern.
13679 (branch): Test mdep.fpCC and output fbCC.
13680 * config/mn10300/mn10300.c (print_operand): Output conditions.
13681 (notice_cc_update): Recognize fcmp and set mdep.fpCC.
13682 2000-05-10 Alexandre Oliva <aoliva@cygnus.com>
13683 * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
13684 mulsf3, divsf3): Use the `F' constraint for FP values.
13685 * config/mn10300/mn10300.c (const_1f_operand): New function.
13686 * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
13687 * config/mn10300/mn10300.md (sqrtsf2): New expand.
13688 (rsqrtsf2): New insn.
13689 2000-05-09 Alexandre Oliva <aoliva@cygnus.com>
13690 * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
13691 previous check-in.
13692 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
13693 * config/mn10300/mn10300.md (abssf2, negdf2): On
13694 TARGET_AM33_2, expand to...
13695 (abssf2_am33_2, negdf2_am33_2): New insns.
13696 (addsf3, subsf3, mulsf3, divsf3): Likewise.
13697 (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
13698 * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
13699 movdi, movdf): Added FP regs.
13700 * invoke.texi (-mam33-2, -mno-am33-2): Document.
13701 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
13702 * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
13703 New macros.
13704 (REGNO_AM33_2_FP_P): Renamed to...
13705 (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
13706 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
13707 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
13708 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
13709 regs from GENERAL_REGS.
13710 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
13711 * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
13712 * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
13713 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
13714 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
13715 * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
13716 as FP_REGS.
13717 2000-04-21 Alexandre Oliva <aoliva@cygnus.com>
13718 * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
13719 (EXTRA_CONSTRAINT): Added OK_FOR_Q.
13720 * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
13721 * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
13722 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
13723 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
13724 AM33/2.0 floating-point registers.
13725 (CONDITIONAL_REGISTER_USAGE): Adjust.
13726 (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
13727 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
13728 (REG_CLASS_FROM_LETTER): Added `f' and `A'.
13729 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
13730 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
13731 (MULTILIB_DIRNAMES): Likewise.
13732 * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
13733 `__AM33_2__' when `-mam33-2' is given.
13734 (TARGET_AM33_2): Define.
13735 (TARGET_SWITCHES): Adjust.
13736 * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
13737 when appropriate.
13738
13739 2003-07-09 Matt Kraai <kraai@alumni.cmu.edu>
13740
13741 * doc/install.texi: Add missing @.
13742
13743 2003-07-09 Bob Wilson <bob.wilson@acm.org>
13744
13745 * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
13746
13747 2003-07-09 Aldy Hernandez <aldyh@redhat.com>
13748
13749 PR/11144
13750 * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
13751
13752 2003-07-09 Nathanael Nerode <neroden@gcc.gnu.org>
13753
13754 PR bootstrap/11043
13755 * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
13756 "x-crtfini.o" with "crtinit.o", "crtfini.o".
13757
13758 * fixinc/inclhack.def (limits_ifndefs): Add select test.
13759 * fixinc/fixincl.x: Rebuild.
13760
13761 * fixinc/inclhack.def (math_exception): Improve bypass and comment.
13762 * fixinc/fixincl.x: Rebuild.
13763
13764 2003-07-09 Hans-Peter Nilsson <hp@bitrange.com>
13765
13766 * doc/install.texi (Configuration): Document the valgrind option
13767 to --enable-checking.
13768
13769 2003-07-09 Jan Hubicka <jh@suse.cz>
13770
13771 * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
13772
13773 2003-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13774
13775 * c-lex.c (cb_ident): Cast cstr.text to const char *.
13776
13777 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
13778
13779 * gcov-io.h: Update documentation.
13780 (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
13781 GCOV_NOTE_MAGIC.
13782 (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
13783 (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
13784 (struct gcov_var): Change buffer's type. Add endian flag.
13785 (gcov_open): Remove mode in libgcov.
13786 (gcov_magic): Prototype.
13787 * gcov-io.c (from_file): New.
13788 (gcov_open): Clear endian flag.
13789 (gcov_magic): New.
13790 (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
13791 pointers.
13792 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13793 gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
13794 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
13795 * gcov-iov.c (main): Correct cast.
13796 * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
13797 conversion.
13798 (gcov_begin_output): Use GCOV_NOTE_MAGIC.
13799 (coverage_init): Use GCOV_NOTE_SUFFIX.
13800 * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
13801 Rename to gcov_version, and return flag.
13802 (gcov_exit): Use gcov_version.
13803 (__gcov_init): Use gcov_version.
13804 * Makefile.in (coverageexts): Update.
13805 * gcov.c (print_version): Remove endianness conversion.
13806 (create_file_names): Use GCOV_NOTE_SUFFIX.
13807 (read_graph_file): Use gcov_magic.
13808 (read_count_file): Likewise.
13809 * gcov-dump.c (dump_file): Remove endianness conversion, use
13810 gcov_magic.
13811
13812 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
13813
13814 * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
13815 coverage is on.
13816 * configure: Regenerated.
13817 * Makefile.in (ALL_CFLAGS): Correct its comment.
13818
13819 2003-07-08 Mark Mitchell <mark@codesourcery.com>
13820
13821 * fold-const.c (make_range): Do not access operand 1 for a
13822 zero-operand operator.
13823
13824 2003-07-09 Neil Booth <neil@daikokuya.co.uk>
13825
13826 * toplev.c (warn_dummy, W_options): Die.
13827 (display_help): Don't print W_options.
13828 * common.opt: Add W_options help from toplev.c.
13829
13830 2003-07-09 Andreas Jaeger <aj@suse.de>
13831
13832 * opts.c (wrap_help): Only pass int arguments as arguments to
13833 printf's '*' modifier. Change argument of function.
13834
13835 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
13836
13837 * doc/invoke.texi: Fix misspelling of "@item".
13838
13839 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
13840
13841 * config/i386/i386.md: Remove an old comment about
13842 NOTICE_UPDATE_CC.
13843
13844 2003-07-09 Jan Hubicka <jh@suse.cz>
13845
13846 * cgraph.c (cgraph_node_name): New function.
13847 (dump_cgraph): Use it.
13848 * cgraph.h (cgraph_dump_file): Declare.
13849 (cgraph_node_name): Declare.
13850 * cgraphunit.c: Include timevar.h
13851 (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
13852 (cgraph_optimize_function): Use TV_INTEGRATION.
13853 (cgraph_mark_local_functions): reorganize dumps.
13854 (cgraph_mark_functions_to_inline_once): Likewise.
13855 (cgraph_optimize): Likewise; use timevar.
13856 * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
13857 * toplev.c (dump_file_index): Add DFI_cgraph.
13858 (dump_file_info): Likewise.
13859 (cgraph_dump_file): New global variable.
13860 (do_compile): Open and close cgraph dump.
13861 * invoke.texi (-d): Document new flag; renumber.
13862
13863 2003-07-08 Roger Sayle <roger@eyesopen.com>
13864
13865 PR c/11370
13866 * calls.c (emit_call_1): Don't bother popping the arguments off of
13867 the stack after a noreturn function call; The adjustment is dead.
13868 (expand_call): Likewise.
13869
13870 2003-07-08 Geoffrey Keating <geoffk@apple.com>
13871
13872 * expr.c (MOVE_MAX_PIECES): Move from here...
13873 * defaults.h (MOVE_MAX_PIECES): ... to here.
13874
13875 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
13876
13877 * Makefile.in (stage1-start): Handle an empty SUBDIRS.
13878
13879 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13880
13881 * genattr.c (internal_dfa_insn_code): Don't prototype.
13882 * genattrtab.c (attr_desc): Add `static_p' field.
13883 (expand_units): Make blockage range and ready cost functions
13884 static.
13885 (write_attr_get): Don't add extern prototypes in C file. Mark
13886 static functions as appropriate.
13887 (find_attr, make_internal_attr): Initialize static_p.
13888 * genattrtab.h (ATTR_STATIC): New macro.
13889 * genautomata.c (output_internal_reset_func): Mark output function
13890 as inline.
13891 (make_internal_dfa_insn_code_attr): Mark output function as static.
13892
13893 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13894
13895 * genattrtab.h: Add new macros for attr `special' flags.
13896 * genattrtab.c (attr_desc): Reorder/resize fields better.
13897 Use attr `special' macros in all calls to make_internal_attr.
13898 * genautomata.c: Likewise.
13899
13900 2003-07-09 Jan Hubicka <jh@suse.cz>
13901
13902 * c-common.c (c_estimate_num_insns_1): New static function.
13903 (c_estimate_num_insns): New global function.
13904 * c-common.h (DECL_NUM_STMTS): Rename to...
13905 (DECL_ESTIMATED_INSNS): ... this.
13906 (c_estimate_num_insns): Declare.
13907 * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
13908 * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
13909 * c-semantics.c (add_stmt): Do not account statements.
13910 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
13911 New.
13912 * langhooks.h (lang_hooks_for_tree_inlining): Add
13913 estimate_num_insns
13914 * params.def (max-inline-insns-auto, max-inline-insns-auto): set
13915 to 100.
13916 (max-inline-insns): set to 300.
13917 (min-inline-insns): set to 10.
13918 * tree-inline.c (struct inline_data): Rename inlined_stmts to
13919 inlined-insns.
13920 (INSNS_PER_STMT): Kill.
13921 (inlinable_function_p): Compute and store body size.
13922 (expand_call_inline): Likewise.
13923 (optimize_inline_calls): Likewise.
13924
13925 2003-07-08 James E Wilson <wilson@tuliptree.org>
13926
13927 PR target/10021
13928 * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
13929 loop over new variable t2 instead of t.
13930
13931 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
13932
13933 PR bootstrap/11455
13934 * config/i386/winnt.c: Replace use of error(), warning() with
13935 error_with_decl(), warning_with_decl(), throughout.
13936
13937 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
13938
13939 * opts.c (wrap_help): Use unsigned int, not size_t.
13940
13941 2003-07-08 Stephane Carrez <stcarrez@nerim.fr>
13942
13943 * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
13944 as .file/.loc directives are incompatible with linker relaxation.
13945
13946 2003-07-08 Zack Weinberg <zack@codesourcery.com>
13947
13948 * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
13949 * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
13950 * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
13951 * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
13952 * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
13953 * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
13954 Escape { and } characters which are not part of range expressions.
13955 * fixinc/fixincl.x: Regenerate.
13956 * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
13957
13958 2003-07-08 Steven Bosscher <steven@gcc.gnu.org>
13959
13960 PR c/1687
13961 * tree-inline.c (find_alloca_call): Use
13962 walk_tree_without_duplicates, instead of walk_tree.
13963 (find_builtin_longjmp_call): Likewise.
13964 * c-objc-common.c (c_cannot_inline_fn): Likewise.
13965 * c-semantics.c (find_reachable_label): Likewise.
13966
13967 2003-07-08 Jakub Jelinek <jakub@redhat.com>
13968
13969 PR c/11420
13970 * config/i386/i386.c (ix86_check_movabs): New function.
13971 * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
13972 * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
13973 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
13974
13975 2003-07-08 Chris Demetriou <cgd@broadcom.com>
13976
13977 * Makefile.in (install-po): Cope with empty CATALOGS.
13978
13979 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
13980
13981 * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
13982 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
13983 (SECTION_FUNCTION_TEMPLATE): Delete.
13984 * config/mips/elf.h: As for elf64.h.
13985 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
13986 * config/mips/linux.h: As for elf.h
13987 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
13988 * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
13989 (EXTRA_SECTION_FUNCTIONS): Remove sdata_section. Remove the handling
13990 of in_sdata from current_section_name and current_section_flags.
13991 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
13992 * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
13993 (MASK_GP_OPT, TARGET_GP_OPT): Delete.
13994 (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
13995 (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
13996 (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
13997 * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
13998 (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
13999 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
14000 (override_options): Remove setting of MASK_GPOPT.
14001 (mips_output_external): Use mips_in_small_data_p to check whether a
14002 symbol needs an .extern directive. Don't emit such directives for
14003 TARGET_EXPLICIT_RELOCS.
14004 (mips_declare_object): Update accordingly.
14005 (mips_select_rtx_section): Call named_section rather than
14006 SMALL_DATA_SECTION.
14007 (mips_select_section): Use default_elf_section_section for everything
14008 except .text string constants.
14009 (mips_in_small_data_p): New function.
14010 (mips_encode_section_info): Remove small data handling.
14011 (mips_unique_section): Delete.
14012 (iris6_section_type_flags): New function.
14013 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
14014
14015 2003-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14016
14017 PR Target/11453
14018 * pa.md: Disparage all mtsar constraints.
14019 (extzv, extv, insv): Don't fail on length of {32|64}.
14020
14021 2003-07-08 Zack Weinberg <zack@codesourcery.com>
14022
14023 * system.h: Poison MAP_CHARACTER.
14024 * config/i370/i370-protos.h (mvs_map_char): Delete.
14025 * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
14026 * config/i370/i370.h (MAP_CHARACTER): Delete definition.
14027 (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
14028
14029 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
14030
14031 * toplev.c (randomize): Correct call to time().
14032
14033 2003-07-08 Jakub Jelinek <jakub@redhat.com>
14034
14035 * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
14036 REG_EQUIV notes as well.
14037
14038 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
14039
14040 * doc/md.texi: Fix the description of addmodecc.
14041
14042 2003-07-07 Zack Weinberg <zack@codesourcery.com>
14043
14044 * Makefile.in (top_builddir): Set to "..", not ".".
14045 (INTLLIBS, INTLDEPS): Delete.
14046 (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
14047 (LIBDEPS): Add $(LIBICONV_DEP).
14048 (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
14049 (INCLUDES): Replace -I../intl with @INCINTL@.
14050 ($(top_builddir)/intl/libintl.a): Delete rule.
14051 (stage2-start, stage3-start, stage4-start, stageprofile-start,
14052 stagefeedback-start): Use $$ for variable to be evaluated by
14053 shell, not make.
14054 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
14055 HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
14056 * aclocal.m4: sinclude ../config/progtest.m4. Add
14057 contents of lcmessage.m4 from gettext distro.
14058 * configure.in: Check for wchar.h and setlocale. Set
14059 LIBICONV_DEP to the empty string and substitute it.
14060 Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls;
14061 this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR,
14062 not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included
14063 in $LIBINTL, to avoid linking it twice.
14064 * configure, config.in: Regenerate.
14065
14066 2003-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
14067
14068 * fixinc/mkfixinc.sh: Remove winnt support.
14069 * fixinc/fixinc.winnt: Delete with extreme prejudice.
14070
14071 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
14072
14073 * Makefile.in: Update.
14074 * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
14075 * c.opt: Update documentation.
14076 * common.opt: Add some help text.
14077 * opts.c: Include intl.h.
14078 (wrap_help, print_help): New.
14079 (find_opt, handle_option, common_handle_option): opt_text now
14080 contains the '-'. Use print_help to output help.
14081 * opts.h (struct cl_option): New member "help".
14082 * opts.sh: Update to handle help text output and to prepend
14083 options with '-'.
14084 * toplev.c (display_help): Remove some help text.
14085
14086 2003-07-07 David Edelsohn <edelsohn@gnu.org>
14087 Fariborz Jahanian <fjahanian@apple.com>
14088
14089 * configure.in: Test for PowerPC mfcr field support in assembler.
14090 * config.in, configure: Regenderated.
14091
14092 * config/rs6000/power4.md: Add mfcrf reservation.
14093 * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
14094 * config/rs6000/rs6000.c (mfcr_operation): Define.
14095 (print_operand): Add 'Q' case for mfcrf.
14096 * config/rs6000/rs6000.h (TARGET_MFCRF): New.
14097 * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
14098 (movcc_internal1): Emit optional field operand for mfcr and set
14099 "type" attribute appropriately.
14100 (mfcr SCC): Likewise.
14101 (movesi_from_cr_one): New.
14102
14103 2003-07-07 Roger Sayle <roger@eyesopen.com>
14104
14105 * config/i386/i386.md: Correct check-in of incorrect version.
14106
14107 2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14108
14109 * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
14110 adjacent stdio calls.
14111 * c-decl.c (c_print_identifier): Likewise.
14112 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
14113 * print-rtl.c (print_rtx): Likewise.
14114 * print-tree.c (print_node_brief, print_node): Likewise.
14115 * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
14116
14117 * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
14118 * config.in, configure: Regenerated.
14119
14120 2003-07-07 Roger Sayle <roger@eyesopen.com>
14121
14122 PR target/10979
14123 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
14124 Changed to define_expand patterns that copy operand[1] to prevent
14125 it from being clobbered before emitting an atan2?f3_1 insn.
14126 (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
14127 patterns that actually specify the behaviour of x87's FPATAN.
14128
14129 2003-07-07 Jakub Jelinek <jakub@redhat.com>
14130
14131 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
14132 clearing of SYMBOL_FLAG_LOCAL bit.
14133 If vcall_offset fits into signed 16-bit immediate, use
14134 one instruction for both addition and load.
14135
14136 2003-07-07 Neil Booth <neil@daikokuya.co.uk>
14137
14138 * opts.c (common_handle_option): Correct handling of the
14139 -falign- switches that do and don't take an argument.
14140
14141 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
14142
14143 * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
14144 today.
14145 (pushhi1_h8300hs): Likewise.
14146
14147 2003-07-07 Andreas Jaeger <aj@suse.de>
14148
14149 * genextract.c: Convert remaining prototypes to ISO C90.
14150
14151 * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
14152 * fold-const.c (fold_single_bit_test): Likewise.
14153 * diagnostic.c (default_diagnostic_finalizer): Likewise.
14154 * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
14155
14156 * gengtype.c (write_array): Generate ISO C90 prototypes.
14157
14158 * genflags.c (gen_proto): Generate ISO C90 prototypes.
14159
14160 2003-07-07 Roger Sayle <roger@eyesopen.com>
14161
14162 PR optimization/11059
14163 * expr.c (can_store_by_pieces): Return true if length is zero.
14164 (store_by_pieces): If length is zero and endp is two, abort,
14165 othwerise, if length is zero and endp is not two, return "to".
14166 (clear_by_pieces): Do nothing if length is zero.
14167 (clear_storage): Do nothing if length is zero.
14168 (store_constructor): Simplify code when size is zero, or the
14169 target has already been cleared. This avoids emitting a
14170 blockage instruction when initializing empty structures.
14171
14172 2003-07-07 Andreas Jaeger <aj@suse.de>
14173
14174 * mips-tfile.c: Convert prototypes to ISO C90.
14175 * mips-tdump.c: Convert prototypes to ISO C90.
14176
14177 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
14178
14179 * rtl.h (emit_line_note): Take a location_t.
14180 (emit_line_note_force): Remove.
14181 (set_file_and_line_for_statement): Take a location_t.
14182 * tree.g (emit_line_note): Take a location_t.
14183 * emit-rtl.c (emit_line_note): Take a location_t.
14184 (emit_line_note_force): Remove.
14185 * function.c (init_function_start): Adjust emit_line_note call.
14186 (expand_function_end): Use force_next_line_note, not
14187 emit_line_note_force.
14188 * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
14189 * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
14190 genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
14191 genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
14192 genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
14193 genrtl_continue_stmt, genrtl_switch_stmt,
14194 genrtl_asm_stmt): Likewise.
14195 * expr.c (expand_expr): Likewise.
14196 * integrate.c (expand_inline_function): Likewise.
14197 * stmt.c (set_file_and_line_for_stmt): Take a location_t.
14198 (expand_decl_init): Adjust emit_line_note call.
14199
14200 2003-07-07 Dale Johannesen <dalej@apple.com>
14201
14202 * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900.
14203
14204 2003-07-07 Andreas Jaeger <aj@suse.de>
14205
14206 * config/i386/i386-protos.h: Convert prototypes to ISO C90.
14207 * config/i386/i386.c: Likewise.
14208
14209 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
14210
14211 * config/h8300/h8300.md: Use gen_int_mode instead of
14212 GEN_INT (trunc_int_for_mode (...)).
14213
14214 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
14215
14216 * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
14217 2 bytes and then subtract 2 from the stack pointer.
14218 (pushhi1_h8300hs): Likewise.
14219
14220 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
14221
14222 * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
14223 -frandom-seed.
14224 * configure: Regenerated.
14225 * Makefile.in: Remove extraneous comment.
14226 * toplev.c (randomize): Protect against potential multiple calls.
14227 * doc/invoke.texi (-frandom-seed): Document use for in coverage
14228 files.
14229
14230 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14231 Eric Botcazou <ebotcazou@libertysurf.fr>
14232
14233 PR optimization/11198
14234 * alias.c (objects_must_conflict_p): Return 1 if the types have
14235 the same alias set, not if the alias sets only conflict.
14236
14237 2003-07-07 Andrew Pinski <pinskia@physics.uc.edu>
14238
14239 * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
14240 (convert_cset): Change inbuf to type ICONV_CONST char.
14241 * Makefile.in (LIBS): Add LIBICONV.
14242
14243 * doc/invoke.texi (-falign-functions): Document that
14244 when n is zero then a machine-dependent default is used.
14245 (-falign-labels): Document that when n is zero then a
14246 machine-dependent default is used and that -falign-labels =1
14247 is equivalent to -fno-align-labels.
14248 (-falign-loops): Likewise.
14249 (-falign-jumps): Likewise.
14250
14251 2003-07-06 Art Haas <ahaas@airmail.net>
14252
14253 * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
14254 initializer syntax.
14255
14256 2003-07-06 James E Wilson <wilson@tuliptree.org>
14257
14258 PR optimization/9812
14259 * rtl.h (mem_for_const_double): Delete prototype.
14260 * varasm.c (mem_for_const_double): Delete function.
14261 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
14262 config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
14263 (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
14264 * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
14265 (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
14266 * config/m68k/m68k.md (movxf): Add reload_in_progress guard. Add
14267 comment about confused support for XFmode constants.
14268
14269 2003-07-07 Jan Hubicka <jh@suse.cz>
14270
14271 * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
14272
14273 2003-07-06 Kazu Hirata <kazu@cs.umass.edu>
14274
14275 * config/h8300/h8300.c: Fix comment typos.
14276 * config/h8300/h8300.md: Likewise.
14277 * config/i386/athlon.md: Likewise.
14278 * config/i386/i386.c: Likewise.
14279 * config/i386/pentium.md: Likewise.
14280 * config/ia64/ia64.c: Likewise.
14281 * config/ia64/itanium1.md: Likewise.
14282 * config/ia64/itanium2.md: Likewise.
14283 * config/m32r/m32r.md: Likewise.
14284 * config/m68hc11/m68hc11.c: Likewise.
14285 * config/mcore/mcore.c: Likewise.
14286 * config/mips/sr71k.md: Likewise.
14287 * config/mips/t-iris5-as: Likewise.
14288 * config/mmix/mmix.h: Likewise.
14289 * config/ns32k/ns32k.h: Likewise.
14290 * config/ns32k/NOTES: Fix a typo.
14291
14292 2003-07-06 Andreas Jaeger <aj@suse.de>
14293
14294 * stmt.c: Convert remaining prototypes to ISO C90.
14295 * cfglayout.c: Likewise.
14296 * dbxout.c: Likewise.
14297 * gcc.c: Likewise.
14298 * genemit.c: Likewise.
14299
14300 * basic-block.h: Convert prototypes to ISO C90.
14301 * c-parse.in: Likewise.
14302 * c-pragma.h: Likewise.
14303 * c-typeck.c: Likewise.
14304 * cfghooks.h: Likewise.
14305 * cfgloopanal.c: Likewise.
14306 * dbxout.h: Likewise.
14307 * debug.h: Likewise.
14308 * dwarf2asm.h: Likewise.
14309 * gcov.c: Likewise.
14310 * gengtype-lex.l: Likewise.
14311 * sched-int.h: Likewise.
14312 * timevar.c: Likewise.
14313
14314 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
14315
14316 * c-common.h (c_comon_handle_filename,
14317 c_common_missing_arguement): New.
14318 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
14319 LANG_HOOKS_MISSING_ARGUMENT): New.
14320 * c-opts.c (missing_arg): Rename c_common_missing_argument,
14321 update to be an appropriate langhook.
14322 (c_common_handle_option): Don't handle filenames.
14323 (c_common_handle_filename): New.
14324 * hooks.c (hook_void_constcharptr,
14325 hook_bool_constcharptr_size_t_false): New.
14326 * hooks.h (hook_void_constcharptr,
14327 hook_bool_constcharptr_size_t_false): New.
14328 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
14329 LANG_HOOKS_MISSING_ARGUMENT): New.
14330 (LANG_HOOKS_INITIALIZER): Update.
14331 * langhooks.h (struct lang_hooks): Add handle_filename and
14332 missing_argument.
14333 * opts.c (handle_option): Don't handle filenames here, but ...
14334 (handle_options): ... here.
14335 (common_handle_option): Don't handle missing arguments here.
14336 * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
14337 LANG_HOOKS_MISSING_ARGUMENT): New.
14338
14339 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
14340
14341 * Makfile.in: Remove traces of mbchar.
14342 * c-parse.in (MULTIBYTE_CHARS): Remove.
14343 * config.in (MULTIBYTE_CHARS): Remove.
14344 * configure: Remove --enable-mbchar.
14345 * configure.in: Remove --enable-mbchar.
14346 * mbchar.c, mbchar.h: Remove.
14347 * system.h: Poison MULTIBYTE_CHARS.
14348 * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
14349 * config/linux.h (MULTIBYTE_CHARS): Remove.
14350 * config/svr4.h (MULTIBYTE_CHARS): Remove.
14351 * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
14352
14353 2003-07-06 Andreas Jaeger <aj@suse.de>
14354
14355 * varray.c (varray_check_failed): Fix typo.
14356
14357 * unroll.c: Convert prototypes to ISO C90.
14358 * varasm.c: Likewise.
14359 * varray.c: Likewise.
14360 * varray.h: Likewise.
14361 * vmsdbgout.c: Likewise.
14362 * xcoffout.c: Likewise.
14363 * xcoffout.h: Likewise.
14364
14365 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
14366
14367 * gcov-io.h: Add a local time stamp.
14368 (struct gcov_info): Add stamp field.
14369 (gcov_truncate): New.
14370 * coverage.c (read_counts_file): Skip the stamp.
14371 (coverage_begin_output): Write the stamp.
14372 (build_gcov_info): Declare and init the stamp.
14373 (coverage_finish): Only unlink data file, if stamp is zero.
14374 * gcov-dump.c (dump_file): Dump the stamp.
14375 * gcov.c (bbg_stamp): New.
14376 (release_structures): Clear bbg_stamp.
14377 (read_graph_file): Read stamp.
14378 (read_count_file): Check stamp.
14379 * libgcov.c (gcov_exit): Check stamp and truncate if needed.
14380
14381 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
14382
14383 * tree.h (default_flag_random_seed): Remove.
14384 * toplev.h (local_tick): Declare.
14385 * tree.c (flag_random_seed, default_flag_random_seed): Move to
14386 toplev.c.
14387 (append_random_chars): Don't call default_flag_random_seed.
14388 * toplev.c (flag_random_seed): Define here. Set local_tick.
14389 (local_tick): Define.
14390 (randomize): New, moved from tree.c.
14391 (print_switch_values): Adjust.
14392 (toplev_main): Call randomize.
14393
14394 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
14395
14396 * tree.h (crc32_string): Declare.
14397 * tree.c (append_random_chars): Remove.
14398 (crc32_string): New.
14399 (get_file_function_name_long): Use crc32_string here.
14400
14401 2003-07-06 Andreas Jaeger <aj@suse.de>
14402
14403 * gcc.c: Convert prototypes to ISO C90.
14404 * gcc.h: Likewise.
14405 * gcov-dump.c: Likewise.
14406 * gcov-iov.c: Likewise.
14407 * gcse.c: Likewise.
14408 * genattrtab.h: Likewise.
14409 * ggc.h: Likewise.
14410 * global.c: Likewise.
14411 * graph.c: Likewise.
14412 * graph.h: Likewise.
14413 * hosthooks.h: Likewise.
14414 * hooks.h: Likewise.
14415 * hooks.c: Likewise.
14416 * hashtable.h: Likewise.
14417 * hashtable.c: Likewise.
14418 * haifa-sched.c: Likewise.
14419 * integrate.h: Likewise.
14420 * integrate.c: Likewise.
14421 * input.h: Likewise.
14422 * ifcvt.c: Likewise.
14423 * jump.c: Likewise.
14424 * langhooks-def.h: Likewise. Add extern to prototypes.
14425 * langhooks.c: Likewise.
14426 * langhooks.h: Likewise.
14427 * lcm.c: Likewise.
14428 * local-alloc.c: Likewise.
14429 * loop-init.c: Likewise.
14430 * loop-unroll.c: Likewise.
14431 * loop-unswitch.c: Likewise.
14432 * loop.c: Likewise.
14433 * loop.h: Likewise. Add extern to prototypes.
14434 * machmode.h: Likewise.
14435 * main.c: Likewise.
14436 * mbchar.c: Likewise.
14437 * mbchar.h: Likewise.
14438 * mkdeps.c: Likewise.
14439 * mkdeps.h: Likewise.
14440 * optabs.c: Likewise.
14441 * optabs.h: Likewise.
14442 * output.h: Likewise.
14443 * gccspec.c: Likwise.
14444 * postreload.c: Likewise.
14445 * prefix.c: Likewise.
14446 * prefix.h: Likewise.
14447 * print-rtl.c: Likewise.
14448 * print-tree.c: Likewise.
14449 * profile.c: Likewise.
14450 * read-rtl.c: Likewise.
14451 * real.c: Likewise.
14452 * real.h: Likewise.
14453 * recog.c: Likewise.
14454 * recog.h: Likewise.
14455 * reg-stack.c: Likewise.
14456 * regclass.c: Likewise.
14457 * regmove.c: Likewise.
14458 * regrename.c: Likewise.
14459 * regs.h: Likewise.
14460 * reload.c: Likewise.
14461 * reload.h: Likewise.
14462 * reload1.c: Likewise.
14463 * reorg.c: Likewise.
14464 * resource.c: Likewise.
14465 * resource.h: Likewise.
14466 * rtl-error.c: Likewise.
14467 * rtl.c: Likewise.
14468 * rtl.h: Likewise.
14469 * rtlanal.c: Likewise.
14470 * sbitmap.c: Likewise.
14471 * sbitmap.h: Likewise.
14472 * scan-decls.c: Likewise.
14473 * scan.c: Likewise.
14474 * sched-deps.c: Likewise.
14475 * sched-ebb.c: Likewise.
14476 * sched-int.h: Likewise.
14477 * sched-rgn.c: Likewise.
14478 * sched-vis.c: Likewise.
14479 * sibcall.c: Likewise.
14480 * simplify-rtx.c: Likewise.
14481 * sreal.c: Likewise.
14482 * sreal.h: Likewise.
14483 * ssa-ccp.c: Likewise.
14484 * ssa-dce.c: Likewise.
14485 * ssa.c: Likewise.
14486 * ssa.h: Likewise.
14487 * stack.h: Likewise.
14488 * stmt.c: Likewise.
14489 * stor-layout.c: Likewise.
14490 * stringpool.c: Likewise.
14491 * target.h: Likewise.
14492 * timevar.c: Likewise.
14493 * timevar.h: Likewise.
14494 * tlink.c: Likewise.
14495 * tracer.c: Likewise.
14496 * tree-inline.c: Likewise.
14497 * tree-inline.h: Likewise.
14498 * tree.c: Likewise.
14499 * tree.h: Likewise.
14500
14501 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
14502
14503 * combine.c (nonzero_bits1): Fix a warning.
14504
14505 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
14506
14507 * config/h8300/h8300.c (compute_mov_length): Correct the
14508 length of loading CONST0_RTX (SFmode).
14509
14510 2003-07-05 Nathan Sidwell <nathan@codesourcery.com>
14511
14512 * toplev.c (output_clean_symbol_name): Remove.
14513 * toplev.h (output_clean_symbol_name): Remove.
14514 * config/alpha/alpha.c (unicosmk_output_module_name): Use
14515 lbasename & clean_symbol_name.
14516
14517 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
14518
14519 * ggc.h: Follow spelling conventions.
14520 * config/i386/i386.c: Likewise.
14521 * config/i386/winnt.c: Likewise.
14522 * config/rs6000/rs6000.c: Likewise.
14523
14524 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
14525
14526 * bt-load.c: Fix comment typos.
14527 * c-incpath.c: Likewise.
14528 * cfg.c: Likewise.
14529 * cfgcleanup.c: Likewise.
14530 * cfgloop.h: Likewise.
14531 * cfgloopmanip.c: Likewise.
14532 * cfgrtl.c: Likewise.
14533 * diagnostic.h: Likewise.
14534 * dwarfout.c: Likewise.
14535 * emit-rtl.c: Likewise.
14536 * et-forest.c: Likewise.
14537 * et-forest.h: Likewise.
14538 * expr.c: Likewise.
14539 * gcse.c: Likewise.
14540 * genattr.c: Likewise.
14541 * jump.c: Likewise.
14542 * langhooks.h: Likewise.
14543 * local-alloc.c: Likewise.
14544 * loop-unroll.c: Likewise.
14545 * loop-unswitch.c: Likewise.
14546 * ra-build.c: Likewise.
14547 * regclass.c: Likewise.
14548 * regmove.c: Likewise.
14549 * rtl.def: Likewise.
14550 * rtlanal.c: Likewise.
14551 * sched-ebb.c: Likewise.
14552 * sched-rgn.c: Likewise.
14553 * simplify-rtx.c: Likewise.
14554 * ssa.c: Likewise.
14555 * tracer.c: Likewise.
14556 * tree.c: Likewise.
14557
14558 2003-07-05 Zack Weinberg <zack@codesourcery.com>
14559
14560 * cppcharset.c: Use the correct return type for the fallback iconv
14561 macro.
14562
14563 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14564
14565 Blame to Jan Hubicka <jh@suse.cz>
14566 * cfglayout.c (record_effective_endpoints): Split insns before
14567 first basic block correctly.
14568
14569 2003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14570
14571 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
14572 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
14573 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
14574
14575 2003-07-05 Andreas Jaeger <aj@suse.de>
14576
14577 * genattrtab.c (write_attr_get): Revert part of last patch to
14578 always write out a prototype.
14579
14580 * genemit.c (gen_split): Readd lost unused attributes in last
14581 patch.
14582
14583 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14584
14585 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
14586 different from header.
14587
14588 2003-07-05 Andreas Schwab <schwab@suse.de>
14589
14590 * config/m68k/m68k.c: Remove code protected by CRDS.
14591 * config/m68k/m68k.md: Likewise.
14592
14593 2003-07-05 Neil Booth <neil@daikokuya.co.uk>
14594
14595 PR driver/11417
14596 * c-opts.c (permit_fortran_options): New.
14597 (c_common_init_options): Accept fortran front end options if
14598 it looks like we might be preprocessing Fortran.
14599 (c_common_handle_option): Don't reject switch if permit_fotran_options.
14600
14601 2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14602
14603 * genattr.c (internal_dfa_insn_code): Output prototype.
14604 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
14605 * genautomata.c: Likewise.
14606 * genconditions.c: Likewise.
14607 * genemit.c: Likewise.
14608 * genextract.c: Likewise.
14609 * gengenrtl.c: Likewise.
14610 * gengtype.c: Likewise.
14611 * genopinit.c: Likewise.
14612 * genoutput.c: Likewise.
14613 * genpeep.c: Likewise.
14614 * genrecog.c: Likewise.
14615
14616 2003-07-04 Zack Weinberg <zack@codesourcery.com>
14617
14618 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
14619 (struct cpp_options): Add narrow_charset, wide_charset,
14620 bytes_big_endian fields. Remove EBCDIC field.
14621 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
14622
14623 * cpphash.h: Include <iconv.h> if we have it, otherwise
14624 provide a dummy definition of iconv_t.
14625 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
14626 (_cpp_valid_ucn): Update prototype.
14627 (_cpp_destroy_iconv): New prototype.
14628
14629 * doc/cpp.texi: Document character set handling.
14630 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
14631 * doc/extend.texi: Delete entire section on multiline strings.
14632 Rewrite section on __FUNCTION__ etc now that these are
14633 variables in C.
14634
14635 * cppucnid.tab, cppucnid.pl: New files.
14636 * cppucnid.h: New generated file.
14637 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
14638 (iconv_open, iconv, iconv_close): Provide dummy definitions
14639 if !HAVE_ICONV.
14640 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
14641 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
14642 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
14643 cpp_interpret_string, narrow_str_to_charconst,
14644 wide_str_to_charconst): New.
14645 (ucn_valid_in_identifier): Use a binary search through the
14646 ucnranges table defined in cppucnid.h, not a long chain of if
14647 statements.
14648 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
14649 character names are only valid in C++ and C99" to a warning.
14650 Issue the "meaning of \[uU] is different in traditional C"
14651 warning here. Take care not to let iconv see an invalid UCS
14652 value if we get a malformed UCN. Issue an error if we don't
14653 have iconv.
14654 (cpp_interpret_charconst): Moved here from cpplex.c. Use
14655 cpp_interpret_string to do the heavy lifting.
14656
14657 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
14658 narrow_charset, wide_charset fields of options structure.
14659 (cpp_destroy): Call _cpp_destroy_iconv.
14660 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
14661 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
14662 (cpp_interpret_charconst): Moved to cppcharset.c.
14663 * cpplib.c (dequote_string): Delete.
14664 (interpret_string_notranslate): New.
14665 (do_line, do_linemarker): Use interpret_string_notranslate.
14666
14667 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
14668
14669 * c-common.c (fname_string, combine_strings): Delete.
14670 * c-common.h (fname_string, combine_strings): Delete prototypes.
14671 * c-lex.c (ignore_escape_flag): Delete.
14672 (cb_ident): Use cpp_interpret_string, not lex_string.
14673 (get_nonpadding_token): New function.
14674 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
14675 Adjust calls to lex_string. Don't write *value twice.
14676 (lex_string): Now handles string constant concatenation.
14677 Most of the work handed off to cpp_interpret_string.
14678 Call fix_string_type here.
14679 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
14680 FUNC_NAME, throughout.
14681 (OBJC_STRING): New token type.
14682 (primary:STRING): No need to call fix_string_type here.
14683 (primary:objc_string): Make that OBJC_STRING.
14684 (objc_string nonterminal): Delete.
14685 (yylexname): Delete code to handle fake string constants.
14686 (yylexstring): Delete entirely.
14687 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
14688 to handle CPP_ATSIGN.
14689
14690 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
14691 * c-opts.c (missing_arg, c_common_handle_option): Handle
14692 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
14693 (c_common_init): Set cpp_opts->bytes_big_endian, not
14694 cpp_opts->EBCDIC. Call cpp_init_iconv.
14695 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
14696 (TARGET_EBCDIC): Delete default definition.
14697
14698 * objc/objc-act.c (build_objc_string_object): No need to
14699 handle string constant concatenation.
14700
14701 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
14702
14703 * doc/install.texi: Fix typos.
14704 * doc/invoke.texi: Likewise.
14705 * doc/tm.texi: Likewise.
14706
14707 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
14708
14709 * config/pa/fptr.c: Fix comment typos.
14710 * config/pa/pa-64.h: Likewise.
14711 * config/pa/pa.c: Likewise.
14712 * config/pa/pa.h: Likewise.
14713 * config/rs6000/603.md: Likewise.
14714 * config/rs6000/7xx.md: Likewise.
14715 * config/rs6000/darwin.h: Likewise.
14716 * config/rs6000/freebsd.h: Likewise.
14717 * config/rs6000/rs6000.c: Likewise.
14718 * config/rs6000/rs6000.md: Likewise.
14719 * config/rs6000/spe.h: Likewise.
14720
14721 2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
14722
14723 * config/s390/2064.md: Change GNU CC to GCC.
14724 * config/s390/2084.md: Likewise.
14725 * config/s390/fixdfdi.h: Likewise.
14726 * config/s390/linux.h: Likewise.
14727 * config/s390/s390-modes.def: Likewise.
14728 * config/s390/s390-protos.h: Likewise.
14729 * config/s390/s390.c: Likewise.
14730 * config/s390/s390.h: Likewise.
14731 * config/s390/s390.md: Likewise.
14732 * config/s390/s390x.h: Likewise.
14733
14734 2003-07-04 Jeff Law <law@redhat.com>
14735
14736 PR c/11428
14737 * expr.c (do_store_flag): Pass in the correct result type
14738 when calling fold_single_bit_test.
14739 * fold-const.c (fold_single_bit_test): Use result_type for the
14740 result when folding a sign bit test.
14741
14742 2003-07-04 Neil Booth <neil@daikokuya.co.uk>
14743
14744 * opts.c (common_handle_options): Negate sense of -falign- switches.
14745
14746 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
14747
14748 * Makefile.in: Replace PWD with PWD_COMMAND.
14749
14750 2003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14751
14752 * cfgloopanal.c (count_strange_loop_iterations): New static function.
14753 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
14754 Handle strange loops.
14755
14756 2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
14757
14758 * install.texi: Even the g77 manpage is derived from
14759 the full g77 manual.
14760
14761 2003-07-04 Zack Weinberg <zack@codesourcery.com>
14762
14763 * ABOUT-NLS: Delete.
14764 * intl: Delete entire directory.
14765 * aclocal.m4: Include ../config/gettext.m4. Delete
14766 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
14767 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
14768 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
14769 Remove intl/Makefile from all_outputs.
14770 * configure, config.in: Regenerate.
14771 * Makefile.in: Expunge all references to intl subdirectory.
14772 Add -I../intl to INCLUDES.
14773 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
14774
14775 2003-07-04 Roger Sayle <roger@eyesopen.com>
14776
14777 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
14778 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
14779
14780 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
14781
14782 PR c++/5287, PR c++/7910, PR c++/11021
14783 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
14784 dllimport attribute if function is defined at declaration, but
14785 report error instead. Likewise for dllimport'd variable
14786 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
14787 declared within functions, Report error if dllimport or dllexport
14788 symbol is not global.
14789 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
14790 if defined after declaration or if inlined. Don't allow definition
14791 of static data members of C++ classes. Don't dllimport virtual
14792 methods.
14793 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
14794 (i386_pe_mark_dllimport): Remove unnecessary checks.
14795 (i386_pe_encode_section_info): Warn if the dllimport attribute
14796 and symbol prefix have been instantiated and then overridden.
14797
14798 * doc/extend.texi: Document dllimport and dllexport attributes.
14799
14800 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
14801
14802 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
14803
14804 * config/kaos.h (CPP_PREDEFINES): Delete.
14805 (TARGET_OS_CPP_BUILTINS): New.
14806
14807 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14808
14809 * c-aux-info.c: Include toplev.h after c-tree.h.
14810 * c-common.c: Likewise.
14811 (GCC_DIAG_STYLE): Undef.
14812 * c-semantics.c (GCC_DIAG_STYLE): Define.
14813 * c-tree.h (GCC_DIAG_STYLE): Likewise.
14814 * diagnostic.h (inform): Move prototype to toplev.h.
14815 * jump.c: Include diagnostic.h before toplev.h.
14816 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
14817 (warning, error, fatal_error, pedwarn, sorry, inform,
14818 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
14819
14820 2003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14821
14822 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
14823 at all if edge is not specified.
14824 (can_copy_bbs_p, copy_bbs): New.
14825 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
14826 * cfgloop.c (get_loop_body): Comment more precisely.
14827 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
14828 (scale_bbs_frequencies): Fix comment typo.
14829 (can_duplicate_loop_p): Use can_copy_bbs_p.
14830 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
14831
14832 2003-07-03 Devang Patel <dpatel@apple.com>
14833
14834 * c-opts.c (c_common_parse_file): Remove extra
14835 debug_hooks->start_source_file call.
14836
14837 2003-07-03 Roger Sayle <roger@eyesopen.com>
14838
14839 * real.c (real_trunc, real_floor, real_ceil): New functions
14840 to implement trunc, floor and ceil respectively.
14841 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
14842 * builtins.c (integer_valued_real_p): New function to test if
14843 a floating point expression has an integer valued result.
14844 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
14845 foo(x) where foo is an integer rounding function. Similarly,
14846 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
14847 (double)(int)x when both foo and bar are integer rounding
14848 functions and we don't need to honor errno.
14849 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
14850 New functions to fold trunc, floor and ceil.
14851 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
14852 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
14853 to fold BUILT_IN_CEIL*.
14854 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
14855 the remaining integer rounding functions.
14856
14857 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
14858
14859 * config/sparc/sparc.c (function_arg_partial_nregs): Use
14860 SPARC_INT_ARG_MAX to determine where to split unnamed
14861 complex FP arguments.
14862
14863 2003-07-03 Jan Hubicka <jh@suse.cz>
14864
14865 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
14866 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
14867 (merge_blocks_move_predecessor_nojumps,
14868 merge_blocks_move_successor_nojumps): Use merge_blocks.
14869 (try_optimize_cfg): Use merge_blocks_move.
14870 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
14871 (merge_blocks_nomove): Rename to rtl_merge_blocks.
14872 (cfg_layout_create_basic_block): New.
14873 (rtl_can_merge_blocks): New.
14874 (cfg_layout_split_block): Do not alloc aux by hand.
14875 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
14876 merge_blocks.
14877 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
14878 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
14879 * cfgloopmanip.c (loop_split_edge_with): Likewise.
14880 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
14881
14882 * basic-block.h (basic_block_def): Add field 'rbi'.
14883 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
14884 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
14885 * cfg.c (entry_exit_blocks): Add new field.
14886 * cfglayout.c: Include alloc-pool.h;
14887 (cfg_layout_pool): New.
14888 (record_effective_endpoints, fixup_reorder_chain,
14889 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
14890 of rbi.
14891 (cfg_layout_initialize_rbi): New function.
14892 (cfg_layout_initialize): Use it.
14893 (cfg_layout_finalize): Clear rbi fields.
14894 * cfglayout.h (RBI): Kill.
14895 (cfg_layout_initialize_rbi): Declare.
14896 * cfgloopmanip.c (copy_bbs): Use rbi.
14897 (record_exit_edges): Likewise.
14898 (duplicate_loop_to_header_edge): Likewise.
14899 * cfgrtl.c (cfg_layout_create_basic_block): Use
14900 cfg_layout_initialize_rbi.
14901 (cfg_layout_split_block): Use rbi.
14902 (cfg_layout_delete_block): Likewise.
14903 * loop-init.c (loop_optimizer_finalize): Likewise.
14904 * loop-unswitch.c (unswitch_loop): Likewise.
14905 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
14906
14907 * cfgrtl.c: Update comments.
14908 (try_redirect_by_replacing_jump): New argument.
14909 (redirect_branch_edge): Break out from ...
14910 (rtl_redirect_edge_and_branch): ... this one.
14911 (update_cfg_after_block_merging): Break out from ...
14912 (rtl_merge_blocks): ... this one.
14913 (cfg_layout_split_edge): New.
14914 (cfg_layout_merge_blocks): New.
14915 (cfg_layout_can_merge_blocks_p): New.
14916 (cfg_layout_redirect_edge_and_branch): Reorganize.
14917 (cfg_layout_rtl_cfg_hooks): Fill in.
14918 (cfg_layout_delete_block): Kill barriers.
14919 * cfganal.c (can_fallthru): Deal with exit blocks
14920 * cfglayout.c (cfg_layout_function_header): New function
14921 (record_effective_endpoints): Record function header.
14922 (fixup_reorder_chain): Fixup dead jumptables; place header
14923
14924 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
14925 * bb-reorder.c (cfg_layout_initialize): Update call.
14926 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
14927 edges in cfglayout mode.
14928 * cfglayout.c (cleanup_unconditional_jumps): Kill.
14929 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
14930 * cfglayout.h (cfg_layout_initialize): Update prototype.
14931 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
14932 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
14933 * flow.c (propagate_block): Do not crash when basic block ends
14934 by first insn in the chain.
14935 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
14936 do loop discovery.
14937 * tracer.c (tracer): Update call of cfg_layout_initialize.
14938
14939 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14940
14941 * Makefile.in: Use dependency variables in lieu of explicit
14942 files throughout.
14943
14944 2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
14945
14946 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
14947 * tree.h: ...to here.
14948
14949 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
14950
14951 * config/s390/2064.md: Fix comment typos.
14952 * config/s390/2084.md: Likewise.
14953 * config/s390/s390.c: Likewise.
14954 * config/s390/s390.md: Likewise.
14955 * config/sh/sh.c: Likewise.
14956 * config/sh/sh.h: Likewise.
14957 * config/sh/sh.md: Likewise.
14958 * config/sparc/sparc.c: Likewise.
14959 * config/sparc/sparc.h: Likewise.
14960 * config/sparc/sparc.md: Likewise.
14961 * config/stormy16/stormy16.c: Likewise.
14962 * config/stormy16/stormy16.h: Likewise.
14963 * config/stormy16/stormy-abi: Fix a typo.
14964
14965 2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
14966
14967 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
14968
14969 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14970
14971 * config/mips/mips.h (save_argv): Delete.
14972
14973 2003-07-03 Roger Sayle <roger@eyesopen.com>
14974
14975 PR target/10700
14976 * fold-const.c (extract_muldiv_1): There's nothing that can be done
14977 if the expression is a SAVE_EXPR.
14978
14979 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
14980
14981 * config/m32r/m32r.c: Fix comment typos.
14982 * config/m68hc11/m68hc11.c: Likewise.
14983 * config/m68hc11/m68hc11.h: Likewise.
14984 * config/m68k/m68k.c: Likewise.
14985 * config/mcore/mcore.c: Likewise.
14986 * config/mcore/mcore.h: Likewise.
14987 * config/mcore/mcore.md: Likewise.
14988 * config/mips/mips.c: Likewise.
14989 * config/mips/mips.h: Likewise.
14990 * config/mips/mips.md: Likewise.
14991 * config/mips/netbsd.h: Likewise.
14992 * config/mn10300/mn10300.c: Likewise.
14993
14994 2003-07-03 Andreas Schwab <schwab@suse.de>
14995
14996 * dbxout.c (pending_bincls): Move decl down inside
14997 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
14998
14999 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
15000
15001 * rtl.h (NOTE_DATA): Refer to whole union.
15002 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
15003
15004 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
15005
15006 PR optimization/11381
15007 * simplify-rtx.c (simplify_relational_operation): Check that
15008 two equal operands have no side-effects before simplifying
15009 the comparison.
15010
15011 2003-07-02 Jeff Law <law@redhat.com>
15012
15013 * expr.c (do_store_flag): Remove special case folding for
15014 single bit tests. Instead call back into the commonized folder
15015 routine.
15016 * fold-const.c (fold_single_bit_test): New function, mostly
15017 extracted from do_store_flag, with an additional case extracted
15018 from fold.
15019 (fold): Call fold_single_bit_test appropriately.
15020 * tree.h (fold_single_bit_test): Prototype.
15021
15022 2003-07-02 Zack Weinberg <zack@codesourcery.com>
15023
15024 * system.h: Include filenames.h.
15025 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
15026 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
15027 define based on HAVE_DOS_BASED_FILE_SYSTEM.
15028 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
15029 * config/i386/xm-mingw32.h: Don't define
15030 HAVE_DOS_BASED_FILE_SYSTEM,
15031 DIR_SEPARATOR, or DIR_SEPARATOR_2.
15032 * doc/hostconfig.texi: Update to match.
15033
15034 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
15035 config/i386/cygwin.h:
15036 Use IS_ABSOLUTE_PATH throughout.
15037 * gcc.c (DIR_UP): Delete, unused.
15038 * protoize.c (IS_SAME_PATH): Define in terms of
15039 FILENAME_CMP.
15040 (is_abspath): Delete.
15041
15042 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
15043
15044 * config/i386/emmintrin.h: Fix comment typos.
15045 * config/i386/i386.c: Likewise.
15046 * config/i386/i386.h: Likewise.
15047 * config/i386/sco5.h: Likewise.
15048 * config/ia64/ia64.c: Likewise.
15049 * config/ia64/itanium2.md: Likewise.
15050
15051 2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
15052
15053 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
15054 DBX_USE_BINCL.
15055 (emit_bincl_stab): Same.
15056 (emit_pending_bincls): Same.
15057
15058 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
15059
15060 * config/h8300/h8300.c (compute_mov_length): Fix the length of
15061 loading CONST0_RTX (SFmode).
15062 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
15063 'G' to CONST0_RTX (SFmode).
15064 * config/h8300/h8300.md (movsf_h8300): Change the first
15065 constraint to 'G'.
15066 (movsf_h8300h): Likewise.
15067
15068 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
15069
15070 * c-common.h (c_common_init_options): New prototype.
15071 * c-opts.c (deferred_size): Remove.
15072 (defer_opt): Array is now pre-allocated.
15073 (c_common_init_options): Pre-allocate deferred_opts. Make
15074 lang_flags unsigned.
15075 (push_command_line_options): Free deferred_opts.
15076 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
15077 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
15078 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
15079 * langhooks.h (struct lang_hooks): New prototype for init_options.
15080 * main.c (main): Cast argv.
15081 * opts.c (handle_option, handle_options): Update prototypes.
15082 (decode_options): save_argc, save_argv are not global. Constify.
15083 * opts.h (decode_options): New prototype.
15084 * toplev.c (general_init): New protoype.
15085 (save_argv): Make static.
15086 (save_argc): Remove.
15087 (print_switch_values, general_init): Constify.
15088 (toplev_main): Save argv.
15089 * toplev.h (toplev_main): Update prototype.
15090 (save_argc, save_argv): Remove.
15091
15092 2003-07-02 David Edelsohn <edelsohn@gnu.org>
15093
15094 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
15095 (emit_bincl_stab): Same.
15096 (emit_pending_bincls): Same.
15097
15098 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
15099
15100 PR c++/11072
15101 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
15102
15103 2003-07-02 Andreas Schwab <schwab@suse.de>
15104
15105 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
15106
15107 2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
15108
15109 PR optimization/11210
15110 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
15111 about the behaviour with regard to bitfields.
15112 * fold-const (decode_field_reference): Record outermost type in
15113 case the expression is a NOP. Strip all NOPs. Set the signedness
15114 to that of the outermost type (if any) when the bitsize is equal
15115 to the size of the type.
15116
15117 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
15118
15119 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
15120 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
15121 (adddi3_internal_3, addsi3_internal_2): Likewise.
15122
15123 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
15124
15125 * config/mips/mips.c (machine_function): Add new fields:
15126 ignore_hazard_length_p and all_noreorder_p.
15127 (mips_flag_delayed_branch): New variable.
15128 (override_options): Treat '/' as an operand punctuation character.
15129 Set up mips_flag_delayed_branch.
15130 (print_operand): Handle '/'.
15131 (mips_output_function_prologue): Put the whole function in
15132 .set noreorder and .set nomacro if all_noreorder_p is true.
15133 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
15134 (mips16_optimize_gp): Remove "first insn" parameter.
15135 (mips16_lay_out_constants): New function, split out from mips_reorg.
15136 (mips_avoid_hazard, mips_avoid_hazards): New functions.
15137 (mips_reorg): For mips16 code, call mips16_lay_out_constant
15138 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
15139 do delayed-branch scheduling followed by hazard detection.
15140 (mips_adjust_insn_length): Only account for hazards if
15141 !ignore_hazard_length_p.
15142 (mips_output_load_label): Add a nop to the o32 sequence if
15143 the target suffers from load delays.
15144 (mips_output_conditional_branch): Add %/ to the end of branches.
15145 (mips_output_division): Fill the branch delay slot with %#.
15146 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
15147 instructions. End all other %* branches with %/.
15148 (ffssi2, ffsdi2): Fix lengths.
15149 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
15150 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
15151 (fix_truncsfsi2_macro): Likewise.
15152 (mov_lwl): Set hazard to "none".
15153 (ashldi3_internal): Fill the branch delay slot with %#.
15154 (ashrdi3_internal, lshrdi3_internal): Likewise.
15155 (exception_receiver): Explicitly set $28.
15156 (hazard_nop): New pattern.
15157
15158 2003-07-02 Jan Hubicka <jh@suse.cz>
15159
15160 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
15161 before calling tree_inlinable_function_p.
15162
15163 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15164
15165 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
15166 <internal/stdio_core.h> too.
15167 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
15168 <internal/wchar_core.h> too.
15169 Substitute va_list uses in inline definition.
15170 * fixinc/fixincl.x: Regenerate.
15171
15172 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15173
15174 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
15175 Undef before redefinition.
15176 (LABEL_AFTER_LOC): Likewise.
15177 (DEFAULT_SIGNED_CHAR): Likewise.
15178 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
15179 Fix IRIX spelling.
15180
15181 * config/mips/iris3.h: Remove, unused.
15182 * config/mips/iris4.h: Likewise.
15183
15184 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
15185
15186 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
15187 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
15188 target_cpu_default.
15189
15190 * config/mips/iris5.h: Move explicit includes ...
15191 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
15192
15193 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
15194 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
15195 tm_defines.
15196
15197 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
15198 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
15199 target_cpu_default.
15200
15201 * config/mips/iris6.h: Fix IRIX spelling.
15202 (MULTILIB_DEFAULTS): Undef before redefinition.
15203
15204 * config/mips/iris6.h: Move explicit includes ...
15205 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
15206
15207 2003-07-02 Jan Hubicka <jh@suse.cz>
15208
15209 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
15210 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
15211 Use next_needed field instead of aux to maintain the queue.
15212 * cgraph.h (cgraph_node): Add next_needed.
15213 (cgraph_varpool_node): Add next_needed; remove aux.
15214 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
15215
15216 2003-07-02 Jan Hubicka <jh@suse.cz>
15217
15218 * cgraphunit.c (cgraph_finalize_function): Set finalized.
15219 (cgraph_finalize_function): Do not examine inlinablility.
15220 (cgraph_finalize_compilation_unit): Do it here.
15221 * cgraph.h (cgraph_local_info): Add finalized field.
15222
15223 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15224
15225 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
15226 (gt_pch_restore): Likewise.
15227
15228 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
15229
15230 * config/alpha/alpha.c: Fix comment typos.
15231 * config/alpha/elf.h: Likewise.
15232 * config/arm/arm.c: Likewise.
15233 * config/arm/arm.h: Likewise.
15234 * config/arm/arm.md: Likewise.
15235 * config/arm/t-arm-coff: Likewise.
15236 * config/arm/t-strongarm-pe: Likewise.
15237 * config/arm/xscale-elf.h: Likewise.
15238 * config/avr/avr.h: Likewise.
15239
15240 2003-07-01 Jeff Law <law@redhat.com>
15241
15242 * stmt.c (any_pending_cleanups): Remove another redundant test.
15243
15244 2003-07-01 David Edelsohn <edelsohn@gnu.org>
15245 J"orn Rennecke <joern.rennecke@superh.com>
15246
15247 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
15248 for MEM case.
15249
15250 2003-07-01 Devang Patel <dpatel@apple.com>
15251
15252 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
15253 (binclstatus): New.
15254 (struct dbx_file): New members - bincl_status, pending_bincl_name and
15255 prev.
15256 (pending_bincls): New.
15257 (dbxout_init): Initialize new dbx_file members.
15258 (dbxout_start_source_file): Same.
15259 (emit_bincl_stab): New function.
15260 (emit_pending_bincls): Same.
15261 (emit_pending_bincls_if_required): Same.
15262 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
15263 processed.
15264 (dbxout_begin_block): Emit pending BINCL stabs.
15265 (dbxout_end_block): Same.
15266 (dbxout_function_decl): Same.
15267 (dbxout_continue): Same.
15268 (dbxout_type): Same.
15269 (dbxout_class_name_qualifiers): Same.
15270 (dbxout_symbol): Same.
15271 (dbxout_symbol_location): Same.
15272 (dbxout_parms): Same.
15273
15274 2003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15275
15276 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
15277 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
15278
15279 2003-07-01 Andreas Jaeger <aj@suse.de>
15280
15281 * fold-const.c: Convert prototypes to ISO C90.
15282 * function.c: Likewise.
15283 * function.h: Likewise.
15284
15285 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
15286
15287 * doc/contrib.texi: Fix typos.
15288 * doc/invoke.texi: Likewise.
15289 * doc/passes.texi: Likewise.
15290 * doc/sourcebuild.texi: Likewise.
15291 * doc/tm.texi: Likewise.
15292
15293 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
15294
15295 * basic-block.h: Fix comment typos.
15296 * bb-reorder.c: Likewise.
15297 * c-format.c: Likewise.
15298 * cfgcleanup.c: Likewise.
15299 * cfghooks.h: Likewise.
15300 * cfgloop.c: Likewise.
15301 * cfgloopmanip.c: Likewise.
15302 * cfgrtl.c: Likewise.
15303 * cgraph.h: Likewise.
15304 * cgraphunit.c: Likewise.
15305 * combine.c: Likewise.
15306 * convert.c: Likewise.
15307 * dbxout.c: Likewise.
15308 * df.c: Likewise.
15309 * df.h: Likewise.
15310 * diagnostic.c: Likewise.
15311 * dwarf2out.c: Likewise.
15312 * et-forest.h: Likewise.
15313 * flow.c: Likewise.
15314 * fold-const.c: Likewise.
15315 * function.h: Likewise.
15316 * gcov-io.h: Likewise.
15317 * gcov.c: Likewise.
15318 * gcse.c: Likewise.
15319 * genautomata.c: Likewise.
15320 * ggc-common.c: Likewise.
15321 * ggc-page.c: Likewise.
15322 * loop-unroll.c: Likewise.
15323 * loop-unswitch.c: Likewise.
15324 * loop.c: Likewise.
15325 * mips-tfile.c: Likewise.
15326 * optabs.c: Likewise.
15327 * ra-build.c: Likewise.
15328 * ra-colorize.c: Likewise.
15329 * ra-rewrite.c: Likewise.
15330 * ra.h: Likewise.
15331 * regmove.c: Likewise.
15332 * reload.c: Likewise.
15333 * rtlanal.c: Likewise.
15334 * sched-ebb.c: Likewise.
15335 * sched-int.h: Likewise.
15336 * sched-vis.c: Likewise.
15337 * sreal.c: Likewise.
15338 * ssa-ccp.c: Likewise.
15339 * ssa.c: Likewise.
15340 * toplev.c: Likewise.
15341 * tree-inline.c: Likewise.
15342 * value-prof.c: Likewise.
15343 * value-prof.h: Likewise.
15344
15345 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
15346
15347 * rtl.h (emit_line_note_after): Remove.
15348 (emit_note_copy_after, emit_note_copy): New.
15349 * emit-rtl.c (reorder_insns_with_line_notes): Replace
15350 emit_line_note_after with emit_note_copy_after.
15351 (emit_insn_after_with_line_notes): Likewise.
15352 (emit_line_note_after): Kill.
15353 (emit_note_copy_after): New.
15354 (emit_note_copy): New.
15355 * function.c (emit_return_into_block): Use emit_note_copy_after.
15356 (thread_prologue_and_epilogue_insns): Likewise.
15357 * integrate.c (expand_inline_function): Use emit_note_copy.
15358 (copy_insn_list): Likewise.
15359 * unroll.c (copy_loop_body): Likewise.
15360 * cfglayout.c (duplicate_insn_chain): Likewise.
15361
15362 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
15363
15364 * c-tree.h (define_label): Replace filename and lineno arguments
15365 with a location_t.
15366 * c-decl.c (poplevel): Adjust define_label call.
15367 (pop_label_level): Likewise.
15368 (define_label): Replace filename and lineno arguments with a
15369 location_t.
15370 (store_parm_decls): Use DECL_SOURCE_LOCATION.
15371 * c-parse.in (label): Adjust define_label call.
15372
15373 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
15374
15375 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
15376 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
15377 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
15378 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
15379 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
15380
15381 2003-07-01 Andreas Jaeger <aj@suse.de>
15382
15383 * final.c: Convert prototypes to ISO C90.
15384 * flow.c: Likewise.
15385 * flags.h: Likewise.
15386 * gcov-io.c: Likewise.
15387 * gcov-io.h: Likewise.
15388
15389 See ChangeLog.9 for earlier changes.