OSDN Git Service

PR middle-end/13400
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-12-15  Roger Sayle  <roger@eyesopen.com>
2
3         PR middle-end/13400
4         * ifcvt.c (noce_process_if_block): Disable unconditional write
5         optimizations if we could introduce a store to trapping memory
6         that wasn't present previously.
7
8 2003-12-15  Kazu Hirata  <kazu@cs.umass.edu>
9
10         * system.h (DEFAULT_CALLER_SAVES): Poison.
11         * toplev.c (flag_caller_saves): Always initialize with 0.
12         * doc/tm.texi (DEFAULT_CALLER_SAVES): Remove.
13
14 2003-12-15  Kazu Hirata  <kazu@cs.umass.edu>
15
16         * flow.c (EXIT_IGNORE_STACK): Move to ...
17         * defaults.h (EXIT_IGNORE_STACK): ... here.
18         * dojump.c (clear_pending_stack_adjust): Don't use #ifdef
19         EXIT_IGNORE_STACK.
20         * function.c (expand_function_end): Likewise.
21         * global.c (global_alloc): Likewise.
22         * ra.c (init_ra): Likewise.
23         * reload1.c (init_elim_table): Likewise.
24         * reorg.c (fill_simple_delay_slots): Likewise.
25         * resource.c (init_resource_info): Likewise.
26         * doc/tm.texi (EXIT_IGNORE_STACK): Document that the default
27         is 0.
28
29 2003-12-15  J"orn Rennecke <joern.rennecke@superh.com>
30
31         * reload.c (reg_overlap_mentioned_for_reload_p):
32         When looking at a PLUS in X, avoid spuriously returning nonzero
33         when IN is a REG or another simple PLUS, or a MEM containing one.
34
35         * loop.c (loop_invariant_p): Amend comment about where new registers
36         might come from.
37
38 2003-12-15  Andreas Jaeger  <aj@suse.de>
39
40         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Remove
41         handling of obsolete language CHILL.
42
43 2003-12-15  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
44
45         * tree.c (initializer_zerop): Add test for empty set.
46         * integrate.c (function_cannot_inline_p): Forbid inlining
47         functions calling `longjmp'.
48
49 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
50
51         PR c++/11773
52         * doc/gcov.texi (Gcov and Optimization): Document inline function
53         behaviour. Fix some file suffixes.
54
55 2003-12-14  David O'Brien  <obrien@FreeBSD.org>
56
57         * config/i386/i386.h (__amd64, __amd64__): Remove duplicates.
58
59 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
60
61         * c-common.h (c_parse_error): Declare it.
62         * c-common.c (c_parse_error): New function.
63         * c-parse.y (yyerror): Use it.
64
65 2003-12-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
66
67         PR target/13054
68         * pa-protos.h (indexed_memory_operand, borx_reg_operand,
69         move_dest_operand, move_src_operand): New protypes.
70         (basereg_operand, move_operand, reg_or_nonsymb_mem_operand): Deleted.
71         * pa.c (copy_reg_pointer, indexed_memory_operand, move_dest_operand,
72         move_src_operand): New functions.
73         (basereg_operand, reg_or_nonsymb_mem_operand, move_operand): Delete.
74         (reg_or_0_or_nonsymb_mem_operand): Return false for unscaled indexed
75         address until cse is not expected on targets with non-equivalent
76         space registers.
77         (hppa_legitimize_address): Canonicalize unscaled indexed addresses
78         on targets non-equivalent space registers.
79         (emit_move_sequence): Break out indexed addresses from destination
80         operand.  Similarly, break out unscaled indexed addresses from
81         source operand on targets with non-equivalent space registers.  Fix
82         REG_POINTER flag when possible.  Mark register pointer when creating
83         new pointers.
84         (print_operand): Handle unscaled index addresses.
85         * pa.h (IS_INDEX_ADDR_P, IS_LO_SUM_DLT_ADDR_P): New macro subroutines
86         for EXTRA_CONSTRAINT.
87         (EXTRA_CONSTRAINT): Rework to make more readable.
88         (MODE_OK_FOR_SCALED_INDEXING_P, MODE_OK_FOR_UNSCALED_INDEXING_P): New
89         subroutines for GO_IF_LEGITIMATE_ADDRESS.
90         (GO_IF_LEGITIMATE_ADDRESS): Rework using new subroutines.  Allow scaled
91         and unscaled addresses.  Canonicalize unscaled indexed addresses on
92         targets with non-equivalent space registers.  Document issues in
93         handling indexed address modes on PA-RISC.
94         (PREDICATE_CODES): Update for new and deleted predicates.
95         * pa.md (move_dest_operand, move_src_operand, indexed_memory_operand):
96         Use new predicates in move patterns.
97         Add peephole2 patterns to optimize floating point stores.  Fix
98         constrain preferencing in move patterns.  Delete patterns for handling
99         unscaled indexed memory loads.  Add missing load and store with
100         base-register modification patterns.  Correct SFmode floating point
101         store pattern.  Add missing zero extension loads.
102
103 2003-12-13  Steven Bosscher  <stevenb@suse.de>
104
105         * ggc-zone.c (struct alloc_zone): Don't pre-declare, it already
106         comes in with ggc.h.  Add a new bool field `dead'.
107         (destroy_ggc_zone): Don't destroy a zone at once.  Instead, only
108         set the `dead' flag for the dead zone.  Wrap a sanity check in
109         ENABLE_CHECKING.
110         (ggc_collect_1): Always mark and sweep if a zone has the `dead'
111         flag set.
112         (ggc_collect): Free dead zones after collecting.
113
114 2003-12-13  Jan Hubicka  <jh@suse.cz>
115
116         * coverage.c (get_coverage_counts):  Use inform instead of warning
117         about missing profile.
118
119 2003-12-12  Steven Bosscher  <stevenb@suse.de>
120
121         * Makefile.in (opts.o, explow.o): Depend on langhooks.h
122
123 2003-12-12  Geoffrey Keating  <geoffk@apple.com>
124
125         * config.gcc <i[34567]86-*-darwin*>: Don't use fixproto.
126         <powerpc-*-darwin*>: Likewise.
127
128 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
129
130         * config/ia64/linux.h (IA64_GATE_AREA_END): Increase by 64K.
131         (MD_FALLBACK_FRAME_STATE_FOR): Set fpsr_loc, br_loc[6] and
132         br_loc[7].  Update comment.
133         (MD_HANDLE_UNWABI): Define.
134         * config/ia64/unwind-ia64.c (struct unw_state_record): Add
135         unwabi field.
136         (struct _Unwind_Context): Increase br_loc array size to 8 entries.
137         (desc_abi): Set unwabi.
138         (uw_update_reg_address): Allow br up to 7.
139         (uw_update_context): Invoke MD_HANDLE_UNWABI if defined.
140         (uw_install_context): Load b1..b5 from correct locations.
141         Fix insn loading ar.fpsr.
142         * doc/tm.texi: Document MD_HANDLE_UNWABI.
143
144 2003-12-12  Roger Sayle  <roger@eyesopen.com>
145
146         PR optimization/13037
147         * loop.c (update_giv_derive): Ignore redundant sets of a biv when
148         calculating how to derive a giv from a biv.
149
150 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
151
152         PR preprocessor/12935 preprocessor/12952 preprocessor/13046
153         * cpplib.c (prepare_directive_trad): Clear skipping only in
154         #if and #elif directives.
155         (do_undef): Call the handler even if the identifier is not a macro.
156         * cpptrad.c (scan_parameters): Emit an error message.
157         (_cpp_create_trad_definition): Remember the params list even on
158         failure.
159
160 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
161
162         * arm.c (ARM_ADDRESS_COST, THUMB_ADDRESS_COST): Convert macros
163         to inline functions: arm_arm_address_cost, arm_thumb_address_cost
164         respectively.
165         (arm_address_cost): Use 'em.
166
167 2003-12-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
168
169         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define
170         __STDC_VERSION__ to ISO C94 for C++.
171
172         * fixinc/inclhack.def (alpha_wchar): New fix.
173         * fixinc/fixincl.x: Regenerate.
174         * fixinc/tests/base/wchar.h: New file.
175
176 2003-12-11  David Mosberger  <davidm@hpl.hp.com>
177
178         * unwind-libunwind.c (_Unwind_SetGR): Clear the NaT bit as
179         required by C++ ABI for Itanium.
180         * config/t-libunwind (LIB2ADDEH): Remove unwind-libunwind.c.
181         * config/t-libunwind-no-eh: New file.
182         * configure.in: Check libunwind for _Unwind_Resume() and if it's
183         present, set libunwind_has_eh_support to "yes".
184         * configure: Regenerate.
185         * config.gcc (ia64*-*-linux*): If $libunwind_has_eh_support is
186         set to yes, use t-libunwind, otherwise, use t-libunwind-no-eh.
187
188 2003-12-11  Richard Sandiford  <rsandifo@redhat.com>
189
190         * config/mips/mips.c (mips_global_pointer): Force functions with
191         a nonlocal goto to set up $gp.
192
193 2003-12-11  James E Wilson  <wilson@specifixinc.com>
194
195         PR target/13132
196         * function.c (gen_mem_addressof): When no decl, explicitly clear flag
197         bits.
198
199 2003-12-12  Nick Clifton  <nickc@redhat.com>
200
201         * config/m32r/m32r.c: Convert to ISO-C
202
203 2003-12-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
204
205         * doc/invoke.texi: Replace Mitsubishi with Renesas.
206         * config/m32r/m32r.h: Ditto.
207         * config/m32r/m32r.c: Ditto.
208         * config/m32r/m32r.md: Ditto.
209
210 2003-12-11  Steven Bosscher  <steven@gcc.gnu.org>
211
212         * basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
213         (BLOCK_HEAD_TREE, BLOCK_END_TREE): Remove.
214         (basic_block_def): Rename `head' to `head_' and `end' to `end_'.
215         (BB_HEAD, BB_END): New accessor macros for the `head_' and `end_'
216         fields of a basic block.
217         * bb-reorder.c, bt-load.c, caller-save.c, cfg.c, cfganal.c,
218         cfgbuild.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgloopanal.c,
219         cfgloopmanip.c, cfgrtl.c, combine.c, conflict.c, df.c, emit-rtl.c,
220         final.c, flow.c, function.c, gcse.c, global.c, graph.c,
221         haifa-sched.c, ifcvt.c, lcm.c, local-alloc.c, loop-unswitch.c,
222         loop.c, postreload.c, predict.c, profile.c, ra-build.c, ra-debug.c,
223         ra-rewrite.c, ra.c, recog.c, reg-stack.c, regclass.c, regmove.c,
224         regrename.c, reload1.c, resource.c, sched-ebb.c, sched-rgn.c,
225         sibcall.c, tracer.c, config/frv/frv.c, config/i386/i386.c,
226         config/ia64/ia64.c: Use the BB_HEAD and BB_END macros instead of
227         accessing the `head' and `end' fields of a basic block directly.
228
229         * gengtype.c: Teach about "void**" pointers and "void *" function
230         types.  Fixes earlier commit.
231
232 2003-12-10  Geoffrey Keating  <geoffk@apple.com>
233
234         * doc/extend.texi (Vector Extensions): Document that bitwise
235         operations also work on vectors.
236
237 2003-12-10  Richard Earnshaw  <rearnsha@arm.com>
238
239         * arm.md: New split patterns for optimizing bitfield accesses.
240
241 2003-12-10  Steven Bosscher  <stevenb@suse.de>
242
243         * README.Portability: Remove K+R section.
244
245         * gengtype-lex.l: Teach about "void**" pointers and
246         "void*" function types.
247
248 2003-12-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
249
250         PR target/13354
251         * config/sparc/sparc.c (sparc_output_mi_thunk): Load DELTA
252         manually if one can do that with only one instruction.
253
254 2003-12-10  Nick Clifton  <nickc@redhat.com>
255
256         * config.gcc (arm-linux): Include linux.h in tm_file so that
257         LINUX_TARGET_OS_CPP_BUILTINS is defined.
258         * config/arm/linux-elf.h (LIB_SPEC): Protect the definition.
259
260 2003-12-09  James E Wilson  <wilson@specifixinc.com>
261
262         * rtl.def (CODE_LABEL, NOTE): Correct operand numbers in comments.
263
264 2003-12-09  Matt Austern  <austern@apple.com>
265
266         PR c/13134
267         * c-decl.c (duplicate_decls): Copy visibility flag when appropriate.
268
269 2003-12-09  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
270
271         * config/m32r/m32r.h: Add support for m32r2 processor.  Including
272         a new command line option -m32r2 to select it.
273         * config/m32r/m32r.c: Add support for the new processor variant.
274         * config/m32r/m32r.md: Likewise.
275         * config/m32r/t-m32r: Add m32r2 multilibs.
276         * doc/invoke.texi: Document the new command line switch.
277
278 2003-12-08  Kazu Hirata  <kazu@cs.umass.edu>
279
280         * defaults.h (LOCAL_REGNO): Give the default definition.
281         * flow.c (LOCAL_REGNO): Remove.
282         * reload1.c (LOCAL_REGNO): Likewise.
283
284 2003-12-08  Geoffrey Keating  <geoffk@apple.com>
285
286         PR target/11848
287         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Allow change of mode
288         in floating-point registers between TFmode and DImode.
289         * rs6000.c (rs6000_emit_move): Split moves early.
290         (secondary_reload_class): Random Whitespace Change.
291         (rs6000_split_multireg_move): Support moves involving FP registers.
292         Emit instructions directly.
293         * rs6000-protos.h (rs6000_split_multireg_move): Update prototype.
294         * altivec.md: Update for changes to rs6000_split_multireg_move.
295         * rs6000.md: Update for changes to rs6000_split_multireg_move.
296         (movtf_internal): Support moves to/from GPRs.
297
298 2003-12-08  Stuart Hastings  <stuart@apple.com>
299
300         * config/i386/i386.md: Typo in split of fp-valued if_then_else.
301
302 2003-12-08  James E Wilson  <wilson@specifixinc.com>
303
304         PR target/13132
305         * expmed.c (extract_bit_field): Only call mode_for_size for scalar
306         integer modes.
307
308 2003-12-08  Nathanael Nerode  <neroden@gcc.gnu.org>
309
310         * doc/install.texi: Revert change of Dec 7; gcc is still a 2.13
311         directory.
312
313 2003-12-08  Alexandre Oliva  <aoliva@redhat.com>
314
315         * config/frv/frv.md (subdi2): Merge with _internal insn_and_split,
316         by using match_scratch.
317         (negdi2): New.
318
319 2003-12-08  Jason Merrill <jason@redhat.com>
320             Daniel Berlin  <dberlin@dberlin.org>
321
322         PR debug/11114
323         Support namespaces in DWARF 2 output.
324         * dwarf2out.c (gen_namespace_die): New function.
325         (force_namespace_die, setup_namespace_context): New fns.
326         (declare_in_namespace): New fn.
327         (gen_decl_die): Call declare_in_namespace.  Handle namespaces.
328         (dwarf2out_decl): Handle namespaces.
329         (scope_die_for): Pass through a namespace scope.
330         (class_scope_p): Rename to class_or_namespace_scope_p.
331         (gen_subprogram_die, gen_variable_die): Adjust.
332         (gen_struct_or_union_die): Always emit a declaration
333         if context_die is a namespace.
334
335 2003-12-08  Jan Hubicka  <jh@suse.cz>
336
337         * unwind-pe.h (read_uleb128): Fix handling of large values
338         (read_sleb128): Fix handling of large values
339
340 2003-12-08  Andrew Pinski  <pinskia@physics.uc.edu>
341
342         PR middle-end/10060
343         * emit-rtl.c (copy_rtx_if_shared): Split out into ...
344         (copy_rtx_if_shared_1): here and optimize the last one
345         in the sequence into tail-recursion.
346         (reset_used_flags): Optimize the last one
347         in the sequence into tail-recursion.
348
349 2003-12-08  Richard Earnshaw  <rearnsha@arm.com>
350
351         * arm.md: New split to transform ((X << y) - 1) into ~(~(X-1) << y)
352         for constant X.
353
354 2003-12-08  Richard Sandiford  <rsandifo@redhat.com>
355
356         * calls.c (expand_call): Don't try using tail or recursive calls
357         after the function body has been expanded.
358
359 2003-12-08  Jan Hubicka  <jh@suse.cz>
360
361         * i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPS
362
363 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
364
365         PR ada/13324, PR ada/12614
366         * doc/install.texi: Update requirements for building Ada.
367
368 2003-12-07  David Edelsohn  <edelsohn@gnu.org>
369             Graham Reed <greed@pobox.com>
370
371         * collect2.c (GCC_OK_SYMBOL): Add support for AIX C_WEAKEXT.
372         (GCC_UNDEF_SYMBOL): Same.
373
374 2003-12-07  Kazu Hirata  <kazu@cs.umass.edu>
375
376         * final.c (final_scan_insn): Don't use FINAL_PRESCAN_LABEL.
377         * system.h (FINAL_PRESCAN_LABEL): Poison.
378         * doc/tm.texi (FINAL_PRESCAN_LABEL): Remove.
379
380 2003-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
381
382         * Makefile.in (compare): Combine toplevel and $(SUBDIRS) cases.
383
384 2003-12-07  Nathanael Nerode  <neroden@gcc.gnu.org>
385
386         * configure.in, aclocal.m4: Revert to pre-2.5x conversion status.
387         * configure: Regenerate with autoconf 2.13.
388
389         * configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
390         with modern equivalents.
391         * configure: Regenerate.
392
393         * configure.in: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
394         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
395         * configure: Regenerate.
396
397         * configure: Regenerate with (preferred) autoconf 2.57.
398         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
399
400 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
401
402         PR optimization/12965
403         * caller-save.c (save_call_clobbered_regs): Do not save/restore
404         registers around no-return calls.
405
406 2003-12-07  Nathanael Nerode  <neroden@gcc.gnu.org>
407
408         * configure.in: Make minimum necessary changes for autoconf 2.5x.
409         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
410         * configure: Regenerate with autoconf 2.58.
411
412 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
413
414         PR optimization/13318
415         * loop.c (express_from): Protect integer division from overflow.
416
417 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
418
419         PR optimization/13060
420         * function.c (fixup_var_refs_1) [SUBREG]: Recognize even if a
421         replacement already exists.  Fix again the whole insn if that fails.
422
423 2003-12-06  Andrew Pinski  <pinskia@physics.uc.edu>
424
425         * config/rs6000/rs6000.c (macho_branch_islands): Use
426         HOST_WIDE_INT_PRINT_UNSIGNED.
427
428 2003-12-06  Richard Sandiford  <rsandifo@redhat.com>
429
430         * varasm.c (incorporeal_function_p): New.
431         (assemble_external): Use it as a filter.
432         * config/mips/mips.c (mips_output_external): Don't check for builtin
433         functions here.
434
435 2003-12-06  Richard Earnshaw  <reanrsha@arm.com>
436
437         * arm.md (IOR (COMPARISON) (AND)): New define_splits.
438
439 2003-12-06  Kelley Cook  <kcook@gcc.gnu.org>
440
441         * Makefile.in (program_transform_cross_name): Delete.
442         (GCC_CROSS_NAME, CPP_CROSS_NAME): Delete.
443         (PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Delete.
444         (AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Adjust for above.
445         (install_cpp, install_driver, install-man, uninstall): Likewise.
446
447 2003-12-06  Alan Modra  <amodra@bigpond.net.au>
448
449         PR 13169
450         * basic-block.h (PROP_ASM_SCAN): Define.
451         * final.c (regs_asm_clobbered): New array.
452         * regs.h (regs_asm_clobbered): Declare.
453         * flow.c (life_analysis): Init it.
454         (mark_set_regs): Set PROP_ASM_SCAN for asms.
455         (mark_set_1): Set regs_asm_clobbered.
456         * global.c (global_alloc): Don't set eliminable_regset when
457         regs_asm_clobbered.
458
459 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
460
461         * config/ia64/ia64.h (MUST_PASS_IN_STACK): Define.
462
463         PR c++/13314
464         * emit-rtl.c (set_mem_attributes_minus_bitpos): Robustify.
465
466 2003-12-05  Andrew Pinski <pinskia@physics.uc.edu>
467
468         PR driver/13211
469         * gcc.c (execute) Increment execution_count when returning
470         early because verbose_only_flag is true.
471
472 2003-12-05  Per Bothner  <pbothner@apple.com>
473
474         * cppfiles.c (file_hash_hash):  New static function.
475         (hash_string_eq):  Renamed static function to file_hash_eq.
476         (_cpp_init_files):  Create file_hash table with above callbacks.
477         (cpp_included):  Must use htab_find_with_hash insead of htab_find.
478         (_cpp_find_find, make_cpp_dir):  Must use htab_find_slot_with_hash.
479
480 2003-12-05  Per Bothner  <pbothner@apple.com>
481
482         * line-map.h (source_location):  New typedef.
483         (fileline):  Redefined as source_location.
484         (struct line_map, linemap_add, linemap_lookup):  Replace filefile
485         by source_location.
486         * line-map.c (linemap_add, linemap_lookup):  Use source_location.
487
488 2003-12-05  Richard Henderson  <rth@redhat.com>
489
490         * config/alpha/alpha.c (alpha_build_builtin_va_list): Add dummy
491         field to suppress -Wpadded warnings.
492
493 2003-12-05  Stuart Hastings  <stuart@apple.com>
494
495         * config/rs6000/rs6000.md: Correct macro test of TARGET_MACHO.
496
497 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
498             J"orn Rennecke <joern.rennecke@superh.com>
499
500         PR target/13302
501         * sh.c (sh_build_builtin_va_list): Use (*lang_hooks.types.make_type).
502
503 2003-12-05  Roger Sayle  <roger@eyesopen.com>
504
505         * dojump.c (do_jump): If the expression being compared against
506         zero, is the subreg of a promoted variable, perform the comparison
507         in the promoted mode.
508         * simplify-rtx.c (simplify_unary_operation): Optimize sign and
509         zero-extensions of subregs of promoted variables where the
510         extension is identical to that used to promote the variable.
511
512 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
513
514         PR target/13256
515         * resource.h (enum mark_resource_type): Remove member MARK_DEST.
516         The only user changed as follows:
517         * resource.c (mark_set_resources) <case SET>: Always recurse for
518         SET_SRC (x).
519         <case SIGN_EXTRACT, case ZERO_EXTRACT>: Always recurse on
520         operands.
521         <case STRICT_LOW_PART>: Delete, deferring to default code.
522
523 2003-12-05  Waldek Hebisch <hebisch@math.uni.wroc.pl>
524
525         * stmt.c (expand_nl_goto_receiver): Copy hard register clobbers
526         and ASM_INPUT barrier from expand_builtin_setjmp_receiver.
527
528 2003-12-05  Richard Sandiford  <rsandifo@redhat.com>
529
530         * config/mips/mips.c (mips_expand_call): Don't allow laziy binding
531         for n32 & n64 abicalls.
532
533 2003-12-05  Richard Sandiford  <rsandifo@redhat.com>
534
535         PR bootstrap/13145
536         * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Adjust comment.
537         * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Add $fcall.
538         (mips_load_got): Always create a constant MEM.
539         (mips_expand_call): Use load_callsi and load_calldi.
540         * config/mips/mips.md (UNSPEC_LOAD_CALL, FAKE_CALL_REGNO): New consts.
541         (load_callsi, load_calldi): New patterns.
542
543 2003-12-05  Peter Gerwinski <peter@gerwinski.de>
544
545         * tree.def (PLACEHOLDER_EXPR): Clarify commentary.
546
547 2003-12-05  Steven Bosscher  <stevenb@suse.de>
548
549         * config/d30v/d30v-protos.h , config/d30v/d30v.c,
550         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
551         config/fr30/fr30-protos.h, config/fr30/fr30.c,
552         config/i370/i370-protos.h, config/i370/i370.c,
553         config/i960/i960-protos.h, config/i960/i960.c,
554         config/ip2k/ip2k-protos.h, config/ip2k/ip2k.c,
555         config/m32r/m32r-protos.h, config/m32r/m32r.c,
556         config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
557         config/ns32k/ns32k-protos.h, config/ns32k/ns32k.c:
558         Convert to ISO C90 function declarations and definitions.
559
560 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
561
562         * doc/extend.texi (Constructing Calls): Add warning about
563         the limitations of the functions.
564
565 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
566
567         PR middle-end/11151
568         * function.h (struct function): New field 'x_naked_return_label'.
569         * function.c (free_after_compilation): Set it to NULL.
570         (expand_function_end): Emit 'naked_return_label' if it exists.
571         * rtl.h (expand_naked_return): Declare.
572         * stmt.c (expand_naked_return): New function to generate a
573         jump to 'naked_return_label'.
574         * builtins.c (expand_builtin_return): Call expand_naked_return
575         instead of expand_null_return.
576         * config/sparc/sparc.md (untyped_return): Likewise.
577
578 2003-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
579
580         PR target/11322
581         * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
582
583         PR target/12467
584         * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.
585
586 2003-12-04  Stuart Hastings  <stuart@apple.com>
587
588         * rs6000.c (output_call, macho_branch_islands,
589         add_compiler_branch_island, no_previous_def, get_previous_label)
590         Revisions of xx_stub functions for branch islands,
591         add -fPIC support for Darwin.
592         * rs6000-protos.h (output_call) Prototype.
593         * rs6000.md Use output_call.
594         * invoke.texi Explain Darwin semantics of -longcall.
595         * testsuite/gcc.dg/darwin-abi-1.c Revise testcase for -longcall/jbsr.
596
597 2003-12-04  Richard Henderson  <rth@redhat.com>
598
599         * config/i386/i386.md (addqi3_carry): Use q not r constraints.
600         (subqi3_carry): Likewise.
601
602 2003-12-04  J"orn Rennecke <joern.rennecke@superh.com>
603
604         PR optimization/13260
605         * sh-protos.h (sh_expand_t_scc): Declare.
606         * sh.h (PREDICATE_CODES): Add cmpsi_operand.
607         * sh.c (cmpsi_operand, sh_expand_t_scc): New functions.
608         * sh.md (cmpsi): Use cmpsi_operand.  If T_REG is compared to
609         something that is not a CONST_INT, copy it into a pseudo register.
610         (subc): Fix description of new T value.
611         (slt, sgt, sge, sgtu): Don't clobber T after rtl generation is over.
612         (sltu, sleu, sgeu): Likewise.
613         (seq, sne): Likewise. Use sh_expand_t_scc.
614
615 2003-12-04  Nathanael Nerode  <neroden@gcc.gnu.org>
616
617         * configure.in: Generalize the CONFIG_HEADERS pattern under which
618         we stamp cstamp-h.
619         * configure: Regenerate.
620
621         * configure.in: Pull AC_CHECK_HEADER call out of shell if statement
622         to avoid trouble when updating to autoconf 2.5x.
623         * configure: Regenerate (with autoconf 2.13 still).
624
625 2003-12-04  J"orn Rennecke <joern.rennecke@superh.com>
626
627         * sh.md (truncdiqi2): Use andi opcode for immediate.
628         (reload_outdf+1,reload_outdf+2): Remove constraints.
629         (movv16sf_i): Fxi multiplier for SUBREG_BYTE.
630         (movv8qi_i+2): Zero-extend low byte before adding it to high byte.
631         (fipr, ftrv): Add .s suffix to opcode.
632
633 2003-12-04  Richard Sandiford  <rsandifo@redhat.com>
634
635         PR target/13186
636
637         Revert all of the following patch, except the addition of
638         hook_bool_machine_mode_true:
639
640         2003-11-02  Richard Sandiford  <rsandifo@redhat.com>
641
642         * Makefile.in (targhooks.o, reload.o): Update dependencies.
643         (GTFILES): Add targhooks.c.
644         (gt-targhooks.h): New rule; depend on s-gtype.
645         * target.h (direct_pool_load_p): New hook.
646         * target-def.h (TARGET_DIRECT_POOL_LOAD_P): New macro.
647         (TARGET_INITIALIZER): Include it.
648         * targhooks.h (default_direct_pool_load_p): Declare.
649         (hook_bool_machine_mode_true): Declare.
650         * targhooks.c: Include insn-config.h, recog.h, ggc.h and
651         gt-targhooks.h.
652         (pool_symbol): New variable.
653         (default_direct_pool_load_p): New function.
654         (hook_bool_machine_mode_true): New function.
655         * reload.c: Include target.h.
656         (find_reloads): If an alternative will force a constant into memory,
657         count an extra reload if constant pool symbols are not valid
658         addresses.  If an alternative uses memory to move values between
659         registers, count the move as two reloads rather than one.
660         * config/s390/s390.c (TARGET_DIRECT_POOL_LOAD_P): Define.
661         * doc/tm.texi (TARGET_DIRECT_POOL_LOAD_P): Document.
662
663 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
664
665         * config/ia64/hpux.h (TARGET_HAVE_TLS): Define it to false.
666         * config/ia64/ia64.h (TARGET_HAVE_TLS): Define it to true if
667         HAVE_AS_TLS is true.
668         * config/ia64/ia64.c (TARGET_HAVE_TLS): Do not define it.
669
670 2003-12-03  James E Wilson  <wilson@specifixinc.com>
671
672         * gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name.
673
674         * gcc-page.c (extra_order_size_tab): Correct comment.
675
676 2003-12-03  Kazu Hirata  <kazu@cs.umass.edu>
677
678         * config/h8300/h8300.c (push): Call gen_push_h8300hs_advanced
679         instead of gen_push_h8300hs.
680         (pop): Call gen_pop_h8300hs_advanced instead of
681         gen_pop_h8300hs.
682         * config/h8300/h8300.h (TRAMPOLINE_SIZE): Use Pmode.
683         * config/h8300/h8300.md (*tablejump_h8300hs_advanced):
684         Tighten the predicate.
685         (*tablejump_h8300hs_normal): Tighten the predicate.
686         (push_h8300hs): Change to
687         push_h8300hs_advanced.
688         (pop_h8300hs): Change to pop_h8300hs_advanced.
689
690 2003-12-03  Eric Christopher  <echristo@redhat.com>
691
692         * rtl.c: Fix typo.
693         * config/mips/mips.h: Ditto. Fix formatting.
694
695 2003-12-04  Ben Elliston  <bje@wasabisystems.com>
696
697         * future.options: Remove. Move to gnu.org web pages.
698
699 2003-12-03  Eric Christopher  <echristo@redhat.com>
700
701         * c-parse.in (c_in_iteration_stmt, c_in_case_stmt): Move
702         from here...
703         * c-tree.h: to here.
704
705 2003-12-03  Jan Hubicka  <jh@suse.cz>
706
707         PR optimization/12324
708         * toplev.c  (rest_of_decl_compilation): Do not deffer when compiling
709         in unit-at-a-time mode.
710
711 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
712
713         * expr.c (store_constructor): Only set RTX_UNCHANGING_P for
714         read-only field if cleared is 0.
715
716 2003-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
717
718         * config.gcc: Mark obsolete targets for GCC 3.4.
719
720 2003-12-03  Zack Weinberg  <zack@codesourcery.com>
721
722         * aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.
723         * config.in, configure.in: Regenerate.
724         * cpphash.h: Check both HAVE_ICONV and HAVE_ICONV_H before
725         including iconv.h.
726
727 2003-12-03  Alan Modra  <amodra@bigpond.net.au>
728
729         PR target/11229
730         * cse.c (cse_insn): Set classp using src_const_elt if
731         src_eqv_elt is NULL.
732
733 2003-12-03  Richard Earnshaw  <rearnsha@arm.com>
734
735         * gcse.c (reg_clear_last_set): New function.
736         (reg_set_info): If data is non-null, treat it as an sbitmap of
737         registers, set the bit for the register being set.
738         (compute_store_table): Allocate last_set_in with xcalloc.  Do not
739         memset this array on each iteration.  Pass reg_set_in_block[bb->index]
740         to note_stores while computing last_set_in instead of scanning
741         last_set_in after the first pass through the insns.
742         Clear last_set_in using reg_clear_last_set instead of explicitly
743         rescanning after each insn.  If checking is enabled, assert that
744         last_set_in is completely zeroed after each bb has been processed.
745
746 2003-12-02  Geoffrey Keating  <geoffk@geoffk.org>
747
748         * df.c (df_uses_record) <MEM>: The argument of a MEM is read-only,
749         never read-write.
750         <REG>: Delete incorrect comment.
751         <SET>: Remove 'use_flags' variable.
752
753 2003-12-03  David Edelsohn  <edelsohn@gnu.org>
754
755         * function.c (assign_parms): Make sure parm PARALLEL combined
756         in reg is composed of more than one object and the mode really
757         produces a reg.
758
759 2003-12-03  Jan Hubicka  <jh@suse.cz>
760
761         * i386.c (classify_argument): Make it 64bit clean.
762
763 2003-12-02  Richard Sandiford  <rsandifo@redhat.com>
764
765         * config/mips/mips.c (mips_output_external): Replace checks for
766         specific builtin-in functions with a check for DECL_BUILTIN_IN.
767
768 2003-12-02  Richard Henderson  <rth@redhat.com>
769
770         * rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast.
771         * tree.h (TREE_SET_CODE): Likewise.
772         * recog.h (struct insn_operand_data): Move const after ENUM_BITFIELD.
773
774 2003-12-02  Ben Elliston  <bje@wasabisystems.com>
775
776         * dbxstclass.h: Rename from this ..
777         * xcoff.h: .. to this.
778         * xcoffout.c: Include xcoff.h.
779
780 2003-12-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
781
782         * Makefile.in (GCC_CFLAGS): Add -Wold-style-definition.
783
784 2003-12-01  James Lemke <jim@wasabisystems.com>
785
786         * config/arm/arm.c (arm_rtx_costs): Improve for xscale multiply.
787
788 2003-12-01  Roger Sayle  <roger@eyesopen.com>
789
790         PR optimization/11634
791         * recog.c (split_insn): Factor test of INSN_P and handling of
792         set_noop_p out of here into the two callers.
793         (split_all_insns): Add INSN_P test and set_noop_p handling here.
794         If deleting a no-op set after reload that has a REG_UNUSED note,
795         mark the basic block as changed and recalculate life information.
796         (split_all_insns_noflow): Add INSN_P test and set_noop_p handling
797         here.
798
799 2003-12-01  Roger Sayle  <roger@eyesopen.com>
800
801         PR optimization/12322
802         * gcse.c (struct ls_expr): Change type of hash_index from int to
803         unsigned int.
804         (hash_expr): Document hash_table_size parameter and wrap long line.
805         (ldst_entry): Calculate expression's hash_index and record in ptr.
806         (trim_ld_motion_mems): Use hash_index to search a single bucket
807         instead of scanning the entire hash_table.  Remove the "del" local
808         variable and use the equivalent "expr == 0" instead.  Change last
809         to be a pointer to the pointer to the current element, to simplify
810         and speed-up deleting from a linked list.
811
812 2003-12-01  James E Wilson  <wilson@specifixinc.com>
813
814         * doc/contrib.texi: Update David Mosberger.
815
816         * doc/c-tree.texi (CONSTRUCTOR): Clarify element order and handling
817         of missing fields.
818
819         PR target/8407
820         * config/ia64/ia64.c (ia64_function_arg): For single-reg HFA, call
821         gen_rtx_REG to create new reg with argument mode.
822
823 2003-12-01  Steven Bosscher  <stevenb@suse.de>
824
825         * ggc.h (struct alloc_zone): Move forward declaration up.
826         (new_ggc_zone): New function prototype.
827         (destroy_ggc_zone): Ditto.
828         * ggc-simple.c (new_ggc_zone): New function, does nothing.
829         (destroy_ggc_zone): Ditto.
830         * ggc-page.c (new_ggc_zone): New function, does nothing.
831         (destroy_ggc_zone): Ditto.
832         * ggc-zone.c (struct page_entry): Fix comment.
833         (ggc_alloc_typed): Use a switch statement instead of ifs.
834         (new_ggc_zone): New function to set up a new GC zone.
835         (destroy_ggc_zone): New function to remove a GC zone.
836         init_ggc): Use new_ggc_zone to set up the default zones.
837         (ggc_collect): Walk a list of zones, instead of just the
838         default zones.  Report statistics using the zone name.
839
840 2003-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
841
842         * unroll.c (find_splittable_givs): Add missing extend_value_for_giv.
843
844 2003-12-01  Roger Sayle  <roger@eyesopen.com>
845
846         PR optimization/12628
847         * toplev.c (rest_of_handle_jump_bypass): Call reg_scan.
848         * regclass.c (reg_scan): Include allocate_reg_info time in
849         TV_REG_SCAN.  Minor clean-ups.
850         (reg_scan_update): Minor clean-ups.
851
852 2003-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
853
854         * config.gcc (s390x-ibm-tpf*): Add extra_parts.
855
856 2003-12-01  James E Wilson  <wilson@specifixinc.com>
857
858         * config/ia64/ia64.h (FUNCTION_ARG_REGNO_P): Use AR_REG_FIRST not
859         GR_ARG_FIRST.
860
861 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
862
863         * common.opt: Remove -fgnu-linker.
864         * flags.h: Remove flag_gnu_linker.
865         * opts.c: Don't handle OPT_fgnu_linker.
866         * toplev.c: Don't initialize flag_gnu_linker.
867         Remove gnu-linker entry from f_options.
868         * config/dsp16xx/dsp16xx.h (OPTIMIZATION_OPTIONS):
869         Don't reset flag_gnu_linker.
870         * config/mips/mips.c (override_options): Likewise.
871         * doc/invoke.texi: Remove all mention of -fgnu-linker.
872
873 2003-12-01  Daniel Berlin  <dberlin@dberlin.org>
874
875         * ggc-zone.c (ggc_pch_write_object): Calculate object size using
876         ggc_get_size (which accounts for large objects properly).
877
878 2003-12-01  Jeff Sturm  <jsturm@one-point.com>
879
880         PR optimization/13024
881         * toplev.c (rest_of_handle_new_regalloc): Remove rebuild_notes
882         parameter.
883         (rest_of_handle_old_regalloc): Likewise.  Add rebuild_notes
884         declaration.  Rebuild jump labels following local_alloc if necessary.
885         (rest_of_compilation): Remove rebuild_label_notes_after_reload
886         declaration.  Don't pass rebuild_notes parameter to
887         rest_of_handle_new_regalloc and rest_of_handle_old_regalloc.
888         Don't rebuild jump labels.
889
890 2003-12-01  Jeff Law  <law@redhat.com>
891
892         * flow.c (count_or_remove_death_notes_bb): New.  Extracted from
893         count_or_remove_death_notes.
894         (count_or_remove_death_notes): Use EXECUTE_IF_SET_IN_SBITMAP.
895
896 2003-12-01  Andreas Krebbel  <krebbel1@de.ibm.com>
897
898         * builtins.c (expand_builtin_longjmp): Added two memory clobbers.
899
900 2003-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
901
902         * reload.c (find_reloads_address): Split addresses of type
903         (plus (plus (reg) (reg)) (const_int)) only if one register
904         is either a valid base register or else one of the stack
905         frame related registers (sp/fp/ap).
906
907 2003-12-01  Steven Bosscher  <stevenb@suse.de>
908
909         * function.c (update_epilogue_consts): Don't use PARAMS.
910         * rtl.h (web_main): Ditto.
911         * target.h (is_costly_dependence): Ditto
912
913 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
914
915         PR middle-end/7847
916         * expr.c (expand_expr) [normal_inner_ref]: When 'offset' is non-zero,
917         do not recheck that 'op0' is a MEM.  Move comment.  When testing for
918         unaligned objects, take also into account the alignment of 'op0' and
919         'mode1' if 'op0' is a MEM.
920
921 2003-12-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
922
923         * doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
924
925 2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
926
927         * doc/install.texi: Note that fastjar is built with automake 1.7.x
928         and autoconf 2.57.
929
930 2003-12-01  Alan Modra  <amodra@bigpond.net.au>
931
932         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
933         target_flags directly rather than using TARGET_* defines.
934
935 2003-11-30  Ben Elliston  <bje@wasabisystems.com>
936
937         * doschk.c: Remove.
938
939 2003-11-30  Richard Sandiford  <rsandifo@redhat.com>
940
941         PR target/12727
942         * config/mips/mips.c (mips_save_reg): Fix frame information for sdc1
943         on 32-bit big-endian targets.
944
945 2003-11-30  Kazu Hirata  <kazu@cs.umass.edu>
946
947         * genemit.c (register_constraints): Remove.
948
949 2003-11-30  Andreas Krebbel  <krebbel1@de.ibm.com>
950
951         * config/s390/s390.md ("tmdi_reg", "tmsi_reg", "*movdi_64", "*movdi_31",
952         "iordi3"): Insns now use multiple letter constraints.
953         ("*movdi_lhi", "*movdi_lli", "*movdi_lay"): Insns deleted. They are now
954         covered by "*movdi_64".
955         ("*movsi_lhi", "*movsi_lli", "*movsi_lay"): Insns deleted. They are now
956         covered by "*movsi_zarch" and "*movsi_esa".
957         ("*movsi_zarch", "*movsi_!zarch"): New insns.
958         ("*llgt_sisi_split", "*llgt_didi_split"): Insns deleted. Now covered
959         by "*andsi3_zarch" and "anddi3".
960         ("*anddi3_ni"): Insn merged with "anddi3".
961         ("*andsi3_ni"): Insn merged with "*andsi3_zarch".
962         ("*andsi3_zarch", "*andsi3_esa"): New insns.
963         ("*iordi3_oi"): Insn merged with "iordi3".
964         ("*iorsi3_oi"): Insn merged with "*iorsi3_zarch".
965         ("*iorsi3_zarch", "*iorsi3_esa"): New insns.
966
967         * config/s390/s390.c (s390_single_qi, s390_single_hi): Functions
968         merged to s390_single_part.
969         (s390_single_part): New function.
970         NOTE: Semantics have changed a bit. Now the value of the part must
971         be different from the others to get a non-negative return value.
972         (s390_extract_qi, s390_extract_hi): Functions merged to
973         s390_extract_part.
974         (s390_extract_part, s390_extra_constraint_str,
975         s390_const_ok_for_constraint_p): New functions. The L constraint got a
976         new meaning and the N constraint was added as a multiple letter
977         constraint.
978         (s390_extra_constraint): Function deleted.
979         (print_operand): New output modifier 'i' and 'j' added.
980         All uses of CONST_OK_FOR_LETTER_P were replaced by
981         CONST_OK_FOR_CONSTRAINT_P.
982
983         * config/s390/s390-protos.h: Function prototypes adapted.
984         * doc/md.texi: Documentation for new constraint letters added.
985
986 2003-11-30  Andreas Schwab  <schwab@suse.de>
987
988         * Makefile.in ($(DESTDIR)$(infodir)/%.info): Fix missing semicolon.
989
990 2003-11-29  James E Wilson  <wilson@specifixinc.com>
991
992         * gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name
993         instead of in shared_name.
994
995         * final.c (final_start_function): Delete code for NON_SAVING_SETJMP.
996         * reload1.c (reload): Re-add it here.
997
998 2003-11-30  Alan Modra  <amodra@bigpond.net.au>
999
1000         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Don't
1001         set SECTION_WRITE on TARGET_RELOCATABLE.
1002
1003 2003-11-29  Kazu Hirata  <kazu@cs.umass.edu>
1004
1005         * config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.
1006
1007 2003-11-28  Gunther Nikl  <gni@gecko.de>
1008
1009         * config/m68k/m68k.c (MOTOROLA): Move from here...
1010         * config/m68k/m68k.h (MOTOROLA): ... to here.
1011         (OUTPUT_JUMP): Use do {...} while (0).
1012         * config/m68k/m68k.md: Replace #ifdef MOTOROLA with C statements.
1013
1014 2003-11-28  Gunther Nikl  <gni@gecko.de>
1015
1016         * config.gcc (m68020-*-elf*, m68k-*-elf*, m68010-*-netbsdelf*,
1017         m68k*-*-netbsdelf*, m68k-*-rtems*): Add tm_defines containing
1018         MOTOROLA and USE_GAS.
1019         * config/m68k/rtemself.h (MOTOROLA): Delete.
1020         * config/m68k/netbsd-elf.h (MOTOROLA, USE_GAS): Delete.
1021         * config/m68k/m68kelf.h (MOTOROLA, USE_GAS, SGS_CMP_ORDER): Delete.
1022
1023 2003-11-29  Kazu Hirata  <kazu@cs.umass.edu>
1024
1025         * config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.
1026
1027 2003-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1028
1029         * Makefile.in (install-info): Install gccinstall.info too.
1030
1031 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1032
1033         * config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
1034
1035 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1036
1037         * config/s390/s390.md ("movhi"): Do not emit extender pattern
1038         when loading from a (MEM (ADDRESSOF ...)).
1039         ("movqi"): Likewise.
1040
1041 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1042
1043         PR c/10333
1044         * c-parse.in (typespec_reserved_nonattr): Reject typeof on
1045         bit-fields.
1046
1047 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
1048
1049         * stmt.c (expand_asm_operands): Check whether force_const_mem
1050         succeeded.
1051
1052 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1053
1054         * config/gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.
1055         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): New.
1056
1057         * config/alpha/gnu.h, config/alpha/linux.h,
1058         config/arm/linux-elf.h, config/cris/cris.h, config/cris/linux.h,
1059         config/i370/linux.h, config/i386/gnu.h, config/i386/i386.h,
1060         config/i386/linux-aout.h, config/i386/linux.h,
1061         config/i386/linux64.h, config/ia64/linux.h, config/m68k/linux.h,
1062         config/m68k/uclinux.h, config/mips/linux.h,
1063         config/mn10300/linux.h, config/pa/pa-linux.h,
1064         config/rs6000/sysv4.h, config/s390/linux.h, config/sh/linux.h,
1065         config/sparc/linux.h, config/sparc/linux64.h,
1066         config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Use
1067         HURD_TARGET_OS_CPP_BUILTINS/LINUX_TARGET_OS_CPP_BUILTINS or ensure
1068         all necessary assertions are included.
1069
1070 2003-11-28  Jan Hubicka  <jh@suse.cz>
1071
1072         * emit-rtl.c (set_used_flags): New.
1073         (verify_rtx_sharing, verify_rtl_sharing): New.
1074         (unshare_all_rtl_1): Rename to....
1075         (unshare_all_rtl_in_chain): ... this one; make static.
1076         (copy_rtx_if_shared): LABEL_REF chan be shared.
1077         * ifcvt.c (unshare_ifcvt_sequence): New.
1078         (noce_try_move, noce_try_store_flag, noce_try_store_flag_constants,
1079         noce_try_addcc, noce_try_addcc, noce_try_store_flag_mask,
1080         noce_try_cmove, noce_try_store_flag_mask, noce_try_minmax,
1081         noce_try_abs, noce_process_if_block, find_cond_trap
1082         * rtl.h (verify_rtl_sharing, set_used_flags, unshare_all_rtl_in_chain):
1083         Declare.
1084
1085 2003-11-28  Kazu Hirata  <kazu@cs.umass.edu>
1086
1087         * config/h8300/h8300.md: Fix a comment typo.
1088
1089 2003-11-28  Kazu Hirata  <kazu@cs.umass.edu>
1090
1091         * config/h8300/h8300.md (*movsf_h8300h): Change to
1092         *movsf_h8300hs.
1093         (addsi_h8300): Change to *addsi_h8300.
1094         (addsi_h8300h): Change to *addsi_h8300hs.
1095         (subsi3_h8300): Change to *subsi3_h8300.
1096         (subsi3_h8300h): Change to *subsi3_h8300hs.
1097         (neghi2_h8300h): Change to *neghi2_h8300hs.
1098         (negsi2_h8300h): Change to *negsi2_h8300hs.
1099
1100 2003-11-28  Kazu Hirata  <kazu@cs.umass.edu>
1101
1102         * config/h8300/h8300.md (*subhi3_h8300): Remove '&' from the
1103         constraint.
1104         (*subhi3_h8300hs): Likewise.
1105
1106 2003-11-28  David Edelsohn  <edelsohn@gnu.org>
1107
1108         * config/rs6000/rs6000.h (MASK_MFCRF): New.
1109         (TARGET_MFCRF): Test target_flags, not processor type.
1110         (TARGET_SWITCHES): Add mfcrf and no-mfcrf.
1111         Change Don't to Do not.
1112         * config/rs6000/rs6000.c (processors_target_table): Add MASK_MFCRF
1113         to power4, 970, G5.
1114
1115 2003-11-27  J"orn Rennecke <joern.rennecke@superh.com>
1116
1117         * cse.c (cse_set_around_loop): When changing a constant load
1118         to a register -register copy, add a REG_EQUAL note.
1119
1120 2003-11-27  Randolph Chung  <tausq@debian.org>
1121             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1122
1123         * pa.c (hppa_profile_hook): Split gen_call_profiler into separate
1124         insns.  Use the regular call expander for the call to the profiler.
1125         * pa.md (call_profiler): Delete.
1126         (load_offset_label_address): New insn to load the address of the
1127         current function for the profiler.
1128         (lcla1, lcla2): New insns to output a code label and load its address.
1129
1130 2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
1131
1132         * final.c (final_scan_insn): Remove commented-out code.
1133
1134 2003-11-27  Nathanael Nerode  <neroden@gcc.gnu.org>
1135
1136         * doc/install.texi: Remove ADAC reference and make accurate.
1137
1138 2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
1139
1140         * config/h8300/h8300.h (FUNCTION_VALUE): Use R0_REG.
1141         (FUNCTION_VALUE_REGNO_P): Likewise.
1142         * config/h8300/h8300.md: Define R0_REG.
1143
1144 2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
1145
1146         * config/h8300/h8300.c: Fix formatting.
1147         * config/h8300/h8300.md: Likewise.
1148
1149 2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
1150
1151         * config/h8300/h8300.h (ELIMINABLE_REGS): Update a comment.
1152
1153 2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
1154
1155         * config/h8300/h8300.md: Give names to anonymous insns.
1156
1157 2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
1158
1159         * config/h8300/h8300.md (extendqisi2): Remove constraints.
1160
1161 2003-11-27  Gunther Nikl  <gni@gecko.de>
1162
1163         * doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.
1164
1165 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1166
1167         PR optimization/13041
1168         * final.c (frame_pointer_needed): Fix comment.
1169         * reload1.c (reload): Decrease alignment of the frame
1170         pointer if it was used for register allocation.
1171
1172 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1173
1174         PR target/12900
1175         * reg-stack (move_for_stack_reg): New prototype.  Return
1176         whether a control flow insn was deleted.
1177         (subst_stack_regs_pat): Likewise, using the information provided
1178         by move_for_stack_reg.
1179         (subst_stack_regs): Likewise, using the information provided
1180         by subst_stack_regs_pat.
1181         (convert_regs_1): Record whether a control flow insn was deleted,
1182         using the information provided by subst_stack_regs.  Purge dead
1183         edges only if a control flow insn was deleted.
1184
1185 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1186
1187         PR middle-end/8028
1188         PR middle-end/9890
1189         PR middle-end/11151
1190         PR middle-end/12210
1191         PR middle-end/12503
1192         PR middle-end/12692
1193         * builtins.c (expand_builtin_apply): Use virtual_outgoing_args_rtx
1194         as the base address to copy the memory arguments to.
1195
1196 2003-11-26  Danny Smith  <dannysmith@users.sourceforge.net>
1197
1198         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Declare
1199         function aliases as functions.
1200
1201 2003-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1202
1203         * aclocal.m4 (gcc_AC_PROG_GNAT): Rewrite to account for removal
1204         of ADAC.
1205         * configure: Regenerate.
1206
1207         * Makefile.in: Remove references to ADAC.
1208
1209         * configure.in: Remove check for whether ${ADAC} accepts -Wno-long-long.
1210         * configure: Regenerate.
1211
1212 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1213             Olivier Hainque  <hainque@act-europe.fr>
1214
1215         PR target/6466
1216         * config/sparc/sparc-protos.h (compute_frame_size): New prototype.
1217         (sparc_flat_compute_frame_size): Likewise.
1218         (sparc_flat_save_restore): Move prototype...
1219         * config/sparc/sparc.c (sparc_flat_save_restore): ...here.
1220         (save_regs): New prototype.
1221         (build_big_number): Likewise.
1222         (apparent_fsize): Change type to HOST_WIDE_INT.
1223         (actual_fsize): Likewise.
1224         (frame_base_offset): Likewise.
1225         (build_big_number): Add support for HOST_BITS_PER_WIDE_INT == 64.
1226         Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
1227         [TARGET_ARCH64]: Use the sequence of sparc_emit_set_const64_longway
1228         to load a 64-bit constant.
1229         (sparc_nonflat_function_prologue): Change string descriptor to
1230         HOST_WIDE_INT_PRINT_DEC.  Change offset type to HOST_WIDE_INT.
1231         (output_restore_regs): Change offset type to HOST_WIDE_INT.
1232         (sparc_nonflat_function_epilogue): Change string descriptor to
1233         HOST_WIDE_INT_PRINT_DEC.  Use build_big_number.
1234         (output_sibcall): Change size type to HOST_WIDE_INT.  Use
1235         build_big_number.  Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
1236         (sparc_frame_info): Change types for several components.
1237         (sparc_flat_compute_frame_size): Update types according to previous
1238         change.
1239         (sparc_flat_function_prologue): Change string descriptor to
1240         HOST_WIDE_INT_PRINT_DEC.  Change offset type to int.  Use
1241         build_big_number.
1242         (sparc_flat_function_epilogue): Change offset type to int.
1243         Rename 'size1' into 'reg_offset1'.  Change string descriptor to
1244         HOST_WIDE_INT_PRINT_DEC.  Use build_big_number.  Change big number
1245         limit to 4096 instead of 4095.
1246
1247         * config/sparc/sparc.c (mems_ok_for_ldd_peep): Change offset type to
1248         HOST_WIDE_INT.
1249
1250 2003-11-24  Waldek Hebisch <hebisch@math.uni.wroc.pl>
1251
1252         * function.c: Make outer_function-chain external.
1253         * function.h: Likewise.
1254
1255 2003-11-24  Richard Sandiford  <rsandifo@redhat.com>
1256
1257         * config.gcc (mips-sgi-irix6*): Add t-iris6gld to tmake_file when
1258         using GNU ld.
1259         * config/mips/iris6.h (IRIX6_STARTFILE_SPEC): New, taking the
1260         whole of the previous STARTFILE_SPEC except crtbegin.o%s.
1261         (IRIX6_ENDFILE_SPEC): Likewise ENDFILE_SPEC and crtend.o%s.
1262         (STARTFILE_SPEC, ENDFILE_SPEC): Define in terms of the above.
1263         (SUBTARGET_EXTRA_SPECS): Define.
1264         * config/mips/iris6gld.h (LINK_SPEC): Change -init function
1265         to __gcc_init and -fini function to __gcc_fini.
1266         (STARTFILE_SPEC): Redefine, including irix6-crti.o before crtbegin.o.
1267         (ENDFILE_SPEC): Likewise, including irix6-crtn.o after crtend.o.
1268         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Define.
1269         * config/mips/t-iris6gld,
1270         * config/mips/irix6-crti.asm,
1271         * config/mips/irix6-crtn.asm: New files.
1272
1273 2003-11-24  Eric Christopher  <echristo@redhat.com>
1274
1275         PR C/13014
1276         * c-decl.c (c_in_iteration_stmt, c_in_case_stmt): New.
1277         (start_function): Use.
1278         (c_push_function_context): Ditto.
1279         (c-pop_function_context): Ditto.
1280         (language_function): Move...
1281         * c-tree.h: ... here. Add x_in_iteration_stmt, and
1282         x_in_case_stmt.
1283         * c-parse.in (do_stmt_start, select_or_iter_stmt, stmt): Use
1284         c_in_iteration_stmt, c_in_case_stmt for parser state. Move
1285         check for valid break or continue statment here...
1286         * c-semantics.c (genrtl_break_stmt, genrtl_continue_stmt): From
1287         here. Change original errors to abort.
1288
1289 2003-11-24  Jan Hubicka  <jh@suse.cz>
1290
1291         * fold-const.c (fold):  Do not return early when optimizing
1292         COMPONENT_REF and constant.
1293
1294 2003-11-24  Kazu Hirata  <kazu@cs.umass.edu>
1295
1296         * config/h8300/h8300.md (tablejump_h8300): Change to
1297         *tablejump_h8300.
1298         (tablejump_h8300h): Change to *tablejump_h8300hs_advanced.
1299         (tablejump_normal_mode): Change to *tablejump_h8300hs_normal.
1300         (indirect_jump_h8300): Change to *indirect_jump_h8300.
1301         (indirect_jump_h8300h): Change to
1302         *indirect_jump_h8300hs_advanced.
1303         (indirect_jump_normal_mode): Change to
1304         *indirect_jump_h8300hs_normal.
1305
1306 2003-11-24  Kazu Hirata  <kazu@cs.umass.edu>
1307
1308         * config/h8300/h8300.md: Remove constraints from expanders.
1309
1310 2003-11-24  Kazu Hirata  <kazu@cs.umass.edu>
1311
1312         * config/h8300/h8300.md: (stm_h8300s_2): Change the name to
1313         stm_h8300s_2_advanced.
1314         (stm_h8300s_2_normal): New.
1315         (stm_h8300s_2): Likewise.
1316         (stm_h8300s_3): Change the name to stm_h8300s_3_advanced.
1317         (stm_h8300s_3_normal): New.
1318         (stm_h8300s_3): Likewise.
1319         (stm_h8300s_4): Change the name to stm_h8300s_4_advanced.
1320         (stm_h8300s_4_normal): New.
1321         (stm_h8300s_4): Likewise.
1322         (ldm_h8300s_2): Change the name to ldm_h8300s_2_advanced.
1323         (ldm_h8300s_2_normal): New.
1324         (ldm_h8300s_2): Likewise.
1325         (ldm_h8300s_3): Change the name to ldm_h8300s_3_advanced.
1326         (ldm_h8300s_3_normal): New.
1327         (ldm_h8300s_3): Likewise.
1328         (ldm_h8300s_4): Change the name to ldm_h8300s_4_advanced.
1329         (ldm_h8300s_4_normal): New.
1330         (ldm_h8300s_4): Likewise.
1331         (two peephole2's): Enable only with !TARGET_NORMAL_MODE.
1332         (two peephole2's): New.
1333
1334 2003-11-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1335
1336         * genattrtab.c (simplify_cond): Update indices correctly.
1337         (attr_alt_subset_p, attr_alt_subset_of_compl_p, attr_alt_intersection,
1338         attr_alt_union, attr_alt_complement, attr_alt_bit_p, mk_attr_alt): New.
1339         (check_attr_test, encode_units_mask, compute_alternative_mask,
1340         make_alternative_compare, simplify_and_tree,
1341         attr_rtx_cost, simplify_test_exp, gen_attr,
1342         write_test_expr, walk_attr_value): Handle EQ_ATTR_ALT.
1343         * rtl.def (EQ_ATTR_ALT): New.
1344
1345 2003-11-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1346
1347         * genattrtab.c (strcmp_check, DEF_ATTR_STRING): New macros.
1348         (length_str, delay_type_str, delay_1_0_str, num_delay_slots_str):
1349         New variables.
1350         (main): Initialize them.
1351         (find_attr): Canonicalize the attribute name string.
1352         (attr_rtx_1, copy_boolean, expand_delays, gen_unit): Always canonicalize
1353         string arguments.
1354         (attr_printf, attr_eq): Use DEF_ATTR_STRING.
1355         (check_attr_test, check_attr_value, make_length_attrs,
1356         write_length_unit_log, simplify_by_exploding, gen_attr,
1357         write_test_expr, write_attr_value, write_eligible_delay,
1358         write_complex_function, make_internal_attr,
1359         write_const_num_delay_slots): Changed due to change of type of
1360         find_attr.
1361         (fill_attr, evaluate_eq_attr, simplify_and_tree,
1362         attr_rtx_cost, simplify_by_exploding, walk_attr_value): Use
1363         strcmp_check.
1364
1365 2003-11-23  Kazu Hirata  <kazu@cs.umass.edu>
1366
1367         PR target/13122
1368         * config/h8300/h8300.c (push): Call push_h8300hs_normal in
1369         normal mode.
1370         (pop): Call pop_h8300hs_normal in normal mode.
1371         * config/h8300/h8300.md: Likewise.
1372         (pushqi1_h8300hs_normal): New.
1373         (pushqi1): Call pushqi1_h8300hs_normal in normal mode.
1374         (pushhi1_h8300hs_normal): New.
1375         (pushhi1): Call pushhi1_h8300hs_normal in normal mode.
1376         (push_h8300hs_normal): New.
1377         (pop_h8300hs_normal): Likewise.
1378
1379 2003-11-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1380
1381         * genattrtab.c (count_sub_rtxs): Removed.
1382
1383 2003-11-23  Richard Earnshaw  <rearnsha@arm.com>
1384
1385         * recog.c (preprocess_constraints): Only zero those elements of
1386         recog_op_alt that are needed for this insn.
1387         * arm.c (note_invalid_constants): A function can't contain invalid
1388         constants if it has no constraints.
1389
1390 2003-11-22  Jan Hubicka  <jh@suse.cz>
1391
1392         * i386.c (classify_argument): Pass __float128 in memory.
1393         (ix86_return_in_memory): Likewise.
1394         (ix86_libcall_value): Likewsie.
1395
1396 2003-11-22  Kazu Hirata  <kazu@cs.umass.edu>
1397
1398         * config/h8300/h8300.c (dosize): Convert to ISO-C.
1399
1400 2003-11-22  J"orn Rennecke <joern.rennecke@superh.com>
1401
1402         * flow.c (update_life_info): Amend comment about when a register
1403         can become dead.
1404
1405 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
1406
1407         * doc/.cvsignore: Delete.
1408
1409 2003-11-21  Daniel Berlin  <dberlin@dberlin.org>
1410             David Edelsohn  <edelsohn@gnu.org>
1411
1412         * dwarf2out.c (add_location_or_const_value_attribute): Add support
1413         for PARALLEL.
1414
1415 2003-11-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1416
1417         * config/mips/t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.
1418         (TARGET_LIBGCC2_CFLAGS): Define.
1419
1420         * crtstuff.c [HAS_INIT_SECTION] (__do_global_dtors): Declare.
1421         (__do_global_ctors): Likewise.
1422
1423 2003-11-21  Mark Wielaard  <mark@klomp.org>
1424
1425         * doc/invoke.texi (-O2): Doesn't enable -fweb.
1426
1427 2003-11-21  Kazu Hirata  <kazu@cs.umass.edu>
1428
1429         * doc/invoke.texi: Mention dV and dZ.
1430
1431 2003-11-21  Kazu Hirata  <kazu@cs.umass.edu>
1432
1433         * doc/invoke.texi: Update dump file names.
1434         Remove de, dW, and dX.
1435
1436 2003-11-20  James E Wilson  <wilson@specifixinc.com>
1437
1438         PR c/13133
1439         * reload1.c (reload): Delete special handling for setjmp.
1440
1441 2003-11-21  Andreas Tobler  <a.tobler@schweiz.ch>
1442
1443         * mklibgcc.in: Evaluate shlib_slibdir_qual during link
1444         step too.
1445         * config/t-slibgcc-darwin: Adjust install path.
1446         * config/rs6000/t-darwin: Revert multilib matches since
1447         it is not used on darwin.
1448
1449 2003-11-20  Richard Henderson  <rth@redhat.com>
1450
1451         * ssa.c, ssa-dce.c, ssa-ccp.c: Remove files.
1452         * Makefile.in (OBJS-common, GTFILES): Don't reference them.
1453         (gtype-desc.o, toplev.o, flow.o): Remove ssa.h.
1454         (ssa.o, ssa-dce.o, ssa-ccp.o): Remove.
1455         * flow.c: Don't include ssa.h.
1456         (set_phi_alternative_reg): Remove.
1457         (calculate_global_regs_live): Don't call it.
1458         (mark_used_regs): Don't handle PHI.
1459         * gengtype.c (open_base_files): Don't reference ssa.h.
1460         * rtl.def (PHI): Remove.
1461         * timevar.def (TV_TO_SSA, TV_SSA_CCP, TV_SSA_DCE, TV_FROM_SSA): Kill.
1462         * common.opt: Remove -fssa, -fssa-ccp, -fssa-dce.
1463         * opts.c (common_handle_option): Likewise.
1464         * toplev.c (f_options): Likewise.
1465         (DFI_ssa, DFI_ssa_ccp, DFI_ssa_dce, DFI_ussa): Remove.
1466         (dump_file): Update to match.
1467         (flag_ssa, flag_ssa_ccp, flag_ssa_dce): Remove.
1468         (rest_of_handle_ssa): Remove.
1469         (rest_of_compilation): Don't call it.
1470         * toplev.h (flag_ssa, flag_ssa_dce, flag_ssa_ccp): Remove.
1471         * doc/invoke.texi: Remove -fssa, -fssa-ccp, -fssa-dce.
1472         * doc/passes.texi (SSA optimizations): Remove.
1473
1474 2003-11-20  Bob Wilson  <bob.wilson@acm.org>
1475
1476         * configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
1477         * configure: Regenerate.
1478
1479 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
1480
1481         * Makefile.in (Makefile): Pass along CONFIG_SHELL.
1482
1483 2003-11-20 David Mosberger  <davidm@hpl.hp.com>
1484
1485         * config/t-libunwind (LIB2ADDEH): Add unwind-c.c.
1486         (SHLIB_LC): Define.
1487         * unwind-libunwind.c (_Unwind_GetCFA): Implement.
1488         (_Unwind_GetBSP) [UNW_TARGET_IA64]: New function.
1489
1490 2003-11-20  Fariborz Jahanian  <fjahanian@apple.com>
1491             David Edelsohn  <edelsohn@gnu.org>
1492
1493         * calls.c (expand_call): Allocate new temp in pass1.
1494         (store_one_arg): If PARALLEL, calculate excess using mode size of
1495         rtvec elt.
1496         * expr.c (emit_push_insn): If PARALLEL, calculate offset using
1497         mode size of rtvec elt.
1498         * function.c (assign_parms): Use parm in register, if available.
1499
1500 2003-11-20  Kazu Hirata  <kazu@cs.umass.edu>
1501
1502         * config/h8300/lib1funcs.asm (MOVP): Remove.
1503         (ADDP): Likewise.
1504         (CMPP): Likewise.
1505
1506 2003-11-20  Richard Earnshaw  <rearnsha@arm.com>
1507
1508         * arm.c (use_return_insn): New argument, SIBLING.  Support returning
1509         with a single instruction if the stack has been decremented by 4
1510         and we have a frame pointer.  Update all callers.
1511         (output_return_instruction): Likewise.
1512         (arm_output_epilogue): Change argument to SIBLING.  Calculate
1513         really_return from the new argument.  Update all callers.
1514         * arm.h (USE_RETURN_INSN): Pass NULL for the sibling.
1515         * arm.md (sibcall_epilogue): Call use_return_insn directly, and
1516         pass the sibling call.
1517         * arm-protos.h (use_return_insn, arm_output_epilogue): Update
1518         prototypes.
1519
1520 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1521
1522         * Makefile.in (extraclean): Delete.
1523         * configure.in (target_list): Remove extraclean.
1524         * configure: Regenerate.
1525         * doc/makefile.texi, doc/sourcebuild.texi: Update.
1526         * objc/Make-lang.in (objc.extraclean): Delete.
1527
1528 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1529
1530         * Makefile.in (lang_checks): Add.
1531         (check-c++, check-f77, check-java, check-g++, check-g77,
1532         check-objc): Remove hardcoded targets.
1533         * doc/sourcebuild.texi: Document testsuite hooks.
1534         * objc/Make-lang.in (check-objc, lang_checks): Add.
1535
1536 2003-11-19  Scott Snyder  <snyder@fnal.gov>
1537
1538         PR target/13131
1539         * dwarf2out.c (gen_array_type_die): DW_AT_declaration should be a
1540         flag, not a constant.
1541
1542 2003-11-19  Kelley Cook  <kcook@gcc.gnu.org>
1543
1544         * config/arc/arc-protos.h: Update to C90 prototypes.
1545         * config/arc/arc.c: Likewise.
1546         * config/arc/initfini.c: Likewise.
1547
1548 2003-11-19  Andreas Krebbel  <krebbel1@de.ibm.com>
1549
1550         * stmt.c (expand_goto): Memory clobbers added.
1551
1552 2003-11-19  Andreas Krebbel  <krebbel1@de.ibm.com>
1553
1554         * reload.c (find_reloads): Added missing type casts.
1555
1556 2003-11-19  James E Wilson  <wilson@specifixinc.com>
1557
1558         * combine.c (sets_function_arg_p): Delete unused function.
1559
1560 2003-11-19  Eric Christopher  <echristo@redhat.com>
1561
1562         * reload1.c (reload): Revert 2 previous checkins.
1563
1564 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1565
1566         * cpptrad.c (_cpp_scan_out_logical_line): Improve test for
1567         whether directive begins at the beginning of a line.
1568
1569 2003-11-19  Richard Sandiford  <rsandifo@redhat.com>
1570
1571         * config/frv/frv.c (frv_init_libfuncs): Correct ufix_optab entries.
1572
1573 2003-11-19  Gerald Pfeifer  <gp@suse.de>
1574
1575         * doc/install.texi (Specific): Remove information on old versions
1576         of glibc versus old versions of GCC.
1577
1578 2003-11-19  Richard SAndiford  <rsandifo@redhat.com>
1579
1580         * emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless
1581         the register lowpart is a TRULY_NOOP_TRUNCATION.
1582
1583 2003-11-19  Richard Henderson  <rth@redhat.com>
1584
1585         * config/i386/i386.c (print_reg): Handle QI and HI modes for
1586         non Q regs.
1587
1588 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
1589
1590         * config/config.gcc (powerpc-*-darwin*): Add libgcc build
1591         specification file.
1592         * config/t-slibgcc-darwin: New file, libgcc build specification.
1593         * config/t-darwin: Add libgcc2 flag -fPIC.
1594         * config/rs6000/t-darwin: Multilib matches float.
1595         * libgcc-darwin.ver: New file, contains libgcc symbols.
1596
1597 2003-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1598
1599         * config/ns32k/ns32k.h: Remove obsolete comment.
1600
1601 2003-11-18  Roger Sayle  <roger@eyesopen.com>
1602
1603         PR middle-end/11821
1604         * config/arm/arm.c (arm_rtx_costs_1): Improve estimate of the code
1605         size for calls to libgcc's div & mod subroutines when using -Os.
1606
1607 2003-11-18  Jan Hubicka  <jh@suse.cz>
1608
1609         * cgraph.c (change_decl_assembler_name): Avoid bogus warnings.
1610
1611 2003-11-18  Marc Espie  <espie@openbsd.org>
1612
1613         * config/rs6000/sysv4.h: OpenBSD hooks.
1614
1615 2003-11-18  Richard Henderson  <rth@redhat.com>
1616
1617         * expr.c (expand_expr): Don't look through constant arrays if
1618         they don't bind locally.
1619
1620 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1621
1622         * expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize
1623         when seeing if truncation or extension.
1624
1625 2003-11-17  Eric Christopher  <echristo@redhat.com>
1626
1627         * reload1.c (reload): Fix previous change.
1628
1629 2003-11-17  Scott Snyder  <snyder@fnal.gov>
1630
1631         PR debug/11325
1632         * dwarf2out.c (struct die_struct): Add die_definition field.
1633         (add_AT_specification): New.
1634         (gen_subprogram_die, gen_variable_die,
1635         gen_struct_or_union_type_die): Use it.
1636         (prune_unused_types_mark): If we're marking a forward declaration,
1637         also mark the full definition, if it exists.
1638
1639 2003-11-16  Nick Clifton  <nickc@redhat.com>
1640
1641         * config/stormy16/stormy16.h (BUILD_VA_LIST_TYPE): Delete.
1642         * config/stormy16/stormy16-protos.h (xstormy16_build_va_list):
1643         Remove prototype.
1644         * config/stormy16/stormy16.c (xstormy16_build_va_list): Rename
1645         to xstormy16_build_builtin_va_list and make static.
1646         (TARGET_BUILD_BUILTIN_VA_LIST): Define.
1647
1648 2003-11-16  Kazu Hirata  <kazu@cs.umass.edu>
1649
1650         * config/h8300/h8300-protos.h: Add the prototype for
1651         same_cmp_following_p.
1652         * config/h8300/h8300.c (same_cmp_following_p): New.
1653         * config/h8300/h8300.md (peephole2): Use it.
1654
1655 2003-11-16  Kazu Hirata  <kazu@cs.umass.edu>
1656
1657         * config/h8300/h8300.md: Don't use REGNO when its operand is
1658         not guaranteed to be a REG.
1659
1660 2003-11-16  Richard Sandiford  <rsandifo@redhat.com>
1661
1662         * Makefile.in (expr.o): Depend on $(TARGET_H).
1663         * target.h (return_in_msb): New target hook.
1664         * target-def.h (TARGET_RETURN_IN_MSB): New macro.
1665         (TARGET_CALLS): Include it.
1666         * calls.c (shift_returned_value): New function.
1667         (expand_call): Use it.
1668         * expr.c: Include target.h.
1669         (copy_blkmode_from_reg): Check targetm.calls.return_in_msb when
1670         deciding what padding is needed.  Change the name of the local
1671         padding variable from big_endian_correction to padding_correction.
1672         * stmt.c (shift_return_value): New function.
1673         (expand_return): Use it.  Adjust memory->register copy in the same
1674         way as copy_blkmode_from_reg.  Only change the return register's
1675         mode if it was originally BLKmode.
1676         * doc/tm.texi (TARGET_RETURN_IN_MSB): Document.
1677         * config/mips/mips.c (TARGET_RETURN_IN_MSB): Define.
1678         (mips_fpr_return_fields): New, split out from mips_function_value.
1679         (mips_return_in_msb, mips_return_fpr_pair): New functions.
1680         (mips_function_value): Rework to use the functions above.
1681         * config/mips/irix6-libc-compat.c: Delete.
1682         * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Undefine.
1683
1684 2003-11-16  Kazu Hirata  <kazu@cs.umass.edu>
1685
1686         * doc/install.texi (--enable-checking): Update valgrind's URL.
1687
1688 2003-11-16  Kazu Hirata  <kazu@cs.umass.edu>
1689
1690         * config/h8300/h8300.md: Fix warnings by replacing -2147483648
1691         with -2147483647 - 1.
1692
1693 2003-11-16  Gerald Pfeifer  <gerald@pfeifer.com>
1694
1695         Fix links in online manuals.
1696         * doc/invoke.texi (H8/300 Options): @xref to ld, not ld.info.
1697         (Precompiled Headers): @pxref to cpp, not cpp.info.
1698
1699 2003-11-16  Jason Merrill  <jason@redhat.com>
1700
1701         * Makefile.in, objc/Make-lang.in (objc.tags): Create TAGS.sub
1702         files in each directory and TAGS files that include them for each
1703         front end.
1704
1705 2003-11-15  Kazu Hirata  <kazu@cs.umass.edu>
1706
1707         * config/h8300/lib1funcs.asm (divnorm): Store the sign in bit
1708         3 of S2L.
1709         (modnorm): Likewise.
1710         (exitdiv): Look at bit 3 of S2L only.
1711
1712 2003-11-15  Kazu Hirata  <kazu@cs.umass.edu>
1713
1714         * config/h8300/h8300.h (DO_GLOBAL_CTORS_BODY): Fix warnings.
1715         (DO_GLOBAL_DTORS_BODY): Likewise.
1716
1717 2003-11-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1718
1719         * doc/install.texi (Prerequisites): Refine documentation of
1720         autoconf, automake and perl requirements.  Document required
1721         gettext version.
1722
1723 <2003-11-14  Jason Merrill  <jason@redhat.com>
1724
1725         * function.c (assign_parms): Use TREE_TYPE to determine the real
1726         type of the argument object.
1727
1728 2003-11-14  Kazu Hirata  <kazu@cs.umass.edu>
1729
1730         * config/h8300/lib1funcs.asm (___udivsi3): Peel off the first
1731         iteration.
1732
1733 2003-11-14  Fariborz Jahanian <fjahanian@apple.com>
1734
1735         * config/rs6000/rs6000.c (rs6000_move_block_from_reg):
1736           New routine to save vararg registers on stack. Support for
1737           -mpowerpc64 in mixed mode.
1738
1739 2003-11-14  Bernardo Innocenti  <bernie@develer.com>
1740
1741         * config/m68k/m68k.c: Use C statements instead of #ifdef's when testing
1742         for MOTOROLA versus MIT syntax.  Improves readability and provides
1743         better compile-time error checking for both code paths.
1744
1745 2003-11-14  Kelley Cook  <kcook@gcc.gnu.org>
1746
1747         * config/frv/frv-protos.h: Update for C90.
1748         * config/frv/frv.h: Likewise.
1749         * config/frv/frvbegin.c: Likewise.
1750         * config/frv/frv.c: Likewise.
1751         (frv_adjust_field_align): Delete unused variable.
1752
1753 2003-11-14  Geoffrey Keating  <geoffk@apple.com>
1754
1755         * config/rs6000/rs6000.md: Add 'DEFAULT_ABI == ABI_DARWIN'
1756         to each place where TARGET_LONG_DOUBLE_128 is used with
1757         DEFAULT_ABI == ABI_AIX.
1758
1759         * cppfiles.c (_cpp_find_file): Make 'one or more PCH files were found'
1760         message comply with GNU standards.
1761
1762 2003-11-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1763
1764         PR/6552
1765         * function.c (struct epi_info): New field const_equiv.
1766         (update_epilogue_consts): New function.
1767         (keep_stack_depressed): Clear new field and verify scratch register
1768         doesn't have it set.
1769         Call new function via note_stores.
1770         (handle_epilogue_set): Allow setting SP equiv reg in different mode.
1771         Allow PLUS where second operand is register known set to constant.
1772         (emit_equiv_load): Write load using proper mode if source different.
1773         * config/mips/mips.md (return_internal): Put (return) first.
1774
1775 2003-11-14  Kazu Hirata  <kazu@cs.umass.edu>
1776
1777         * config/h8300/lib1funcs.asm (___udivsi3): Add a comment.
1778
1779 2003-11-14  Kazu Hirata  <kazu@cs.umass.edu>
1780
1781         * config/h8300/lib1funcs.asm (modsi3): Don't save unused
1782         registers.
1783         (divsi3): Likewise.
1784         (reti): Don't restore unused registers.
1785
1786 2003-11-14  Nick Clifton  <nickc@redhat.com>
1787
1788         * config/fr30/fr30.c: Include toplev.h
1789
1790 2003-11-14  Richard Earnshaw  <rearnsha@arm.com>
1791
1792         * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL.
1793
1794 2003-11-14  Richard Earnshaw  <rearnsha@arm.com>
1795
1796         * arm.c (arm_emit_vector_const, arm_output_load_gr): Use ISO C
1797         function definition syntax.
1798
1799 2003-11-14  Eric Christopher  <echristo@redhat.com>
1800
1801         * reload1.c (reload): Revert previous patch. Make
1802         check for assignment into reg_equiv_address stricter.
1803
1804 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
1805
1806         * Makefile.in (POSTSTAGE1_FLAGS_TO_PASS): Pass ADAFLAGS.
1807
1808 2003-11-14  Richard Sandiford  <rsandifo@redhat.com>
1809
1810         * config/frv/frv.c (frv_in_small_data_p): Return false for unknown
1811         section names.
1812
1813 2003-11-14  Jason Merrill  <jason@redhat.com>
1814
1815         PR middle-end/12526
1816         * tree.c (build): A CALL_EXPR has side-effects if its arguments do.
1817         * calls.c (call_expr_flags): New fn.
1818         * tree.h: Declare it.
1819
1820 2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
1821
1822         * config/h8300/lib1funcs.asm (__udivsi3): Remove.
1823         (divmodsi3): Change the name to ___udivsi3.
1824         Update all callers.
1825
1826 2003-11-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1827
1828         * libgcc2.c (__negdi2, __addvsi3, __addvdi3, __subvsi3, __subvdi3,
1829         __mulvsi3, __negvsi2, __negvdi2, __mulvdi3, __lshrdi3, __ashldi3,
1830         __ashrdi3, __ffsDI2, __muldi3, __clzDI2, __ctzDI2, __parityDI2,
1831         __udivmoddi4, __divdi3, __moddi3, __cmpdi2, __ucmpdi2,
1832         __fixunstfDI, __fixunsxfDI, __fixunsdfDI, __fixunssfDI,
1833         __floatdixf, __floatditf, __floatdidf, __floatdisf, __gcc_bcmp):
1834         Const-ify and/or initialize automatic variables at declaration.
1835
1836 2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
1837
1838         * config/h8300/lib1funcs.asm (divmodsi4): Replace all the uses
1839         of er4 with er3.  Adjust all callers.
1840
1841 2003-11-13  Andrew Pinski <apinski@apple.com>
1842
1843         * config/darwin.c (machopic_output_possible_stub_label):
1844         Allow stub symbol be not defined when outputting possible
1845         stub label.
1846
1847 2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
1848
1849         * config/h8300/lib1funcs.asm (___udivsi3): Jump to reti
1850         instead of exitdiv.
1851         (___umodsi3): Likewise.
1852         (exitdiv): Do not restore any register.
1853         (reti): Restore registers.
1854
1855 2003-11-13  Steven Bosscher  <stevenb@suse.de>
1856
1857         * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
1858
1859 2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
1860
1861         * config/h8300/lib1funcs.asm: Fix comment typos.
1862
1863 2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
1864
1865         * config/h8300/lib1funcs.asm (udivsi3): Don't save/restore
1866         unused registers.  Don't jump to exitdiv.
1867         (umodsi3): Likewise.
1868
1869 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
1870             Kean Johnston <jkj@sco.com>
1871
1872         PR c/13029
1873         * toplev.c (check_global_declarations): Do not warn about unused
1874         static consts.
1875
1876 2003-11-13  Pavel Pisa  <pisa@cmp.felk.cvut.cz>
1877             Kazu Hirata  <kazu@cs.umass.edu>
1878
1879         * config/h8300/lib1funcs.asm (DenHighNonZero): Optimize using
1880         the approximate quotient method.
1881
1882 2003-11-13  Richard Earnshaw  <rearnsha@arm.com>
1883
1884         * combine.c (distribute_notes): When re-distributing the notes from
1885         an insn we are about to delete, ensure we can't end up with a cyclic
1886         list of notes.
1887
1888 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1889
1890         PR optimization/12926
1891         * expr.c (expand_assignment) [COMPONENT_REF]: Don't put
1892         the UNCHANGING_RTX_P flag on memory references to read-only
1893         components that are not addressable.
1894
1895 2003-11-12  Kazu Hirata  <kazu@cs.umass.edu>
1896
1897         * config/h8300/lib1funcs.asm (divmodsi4): Clear S0P in
1898         DenHighNonZero.
1899
1900 2003-11-13  Jan Hubicka  <jh@suse.cz>
1901
1902         PR opt/12275
1903         * c-decl.c (finish_decl): Use change_decl_assembler_name.
1904         * c-pragma.c (handle_pragma_redefine_extname): Likewise.
1905         * varasm.c (make_decl_rtl): Likewise.
1906         * cgraph.c (change_decl_assembler_name): New function.
1907         * tree.h (set_decl_assembler_name): Kill dead declaration.
1908         (change_decl_assembler_name): Declare.
1909
1910         * decl.c (make_rtl_for_nonlocal_decl): Use change_decl_assembler_name.
1911         * decl2.c (make_rtl_for_nonlocal_decl): Use change_decl_assembler_name.
1912
1913 2003-11-12  Kazu Hirata  <kazu@cs.umass.edu>
1914
1915         * config/h8300/lib1funcs.asm (___mulsi3): Don't save/restore
1916         an unused register.
1917
1918 2003-11-12  Richard Sandiford  <rsandifo@redhat.com>
1919
1920         PR bootstrap/12752
1921         * config/mips/t-iris6 (MULTILIB_OPTIONS): Put -mabi=n32 first.
1922         (MULTILIB_OSDIRNAMES): Reorder accordingly.
1923
1924 2003-11-12  Janis Johnson  <janis187@us.ibm.com>
1925
1926         * rs6000-protos.h (rs6000_initial_elimination_offset): Add.
1927         (rs6000_stack_info): Remove.  (debug_stack_info): Remove.
1928         (rs6000_emit_eh_reg_restore): Add
1929         * rs6000.c (rs6000_stack_t): Move from rs6000.h, change data type
1930         of vars_size and total_size to HOST_WIDE_INT.
1931         (emit_frame_save): Change parameter size to HOST_WIDE_INT.
1932         (rs6000_stack_info): Make static; change data size to HOST_WIDE_INT.
1933         (debug_stack_info): Make static; change output format of HOST_WIDE_INT
1934         values.
1935         (rs6000_emit_eh_reg_restore): New, with code formerly in rs6000.md.
1936         (rs6000_initial_elimination_offset): New, with code formerly in
1937         INITIAL_ELIMINATION_OFFSET.
1938         * rs6000.h (rs6000_stack_t): Remove.
1939         (INITIAL_ELIMINATION_OFFSET): Replace code with call to function
1940         rs6000_initial_elimination_offset.
1941         * rs6000.md (UNSPECV_EH_RR split): Replace code with call to
1942         rs6000_emit_eh_reg_restore.
1943
1944 2003-11-12  Mike Stump  <mrs@apple.com>
1945
1946         * c-typeck.c (c_convert_parm_for_inlining): Add argnum, which
1947         is the argumnt we are processing so that warnings and errors
1948         will have that information.
1949         * c-tree.h (c_convert_parm_for_inlining): Add argnum.
1950         * lang-hooks-def.h
1951         (lhd_tree_inlining_convert_parm_for_inlining): Likewse.
1952         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): Likewise.
1953         * langhooks.h (convert_parm_for_inlining): Likewise.
1954         * tree-inline.c (initialize_inlined_parameters): Compute and
1955         pass argnum down.
1956
1957 2003-11-12  Alexey Starovoytov  <alexey.starovoytov@sun.com>
1958             Roger Sayle  <roger@eyesopen.com>
1959
1960         PR optimization/12953
1961         * tree-inline.c (inline_forbidden_p_1): Added check for BUILT_IN
1962         before switch by FUNCTION_CODE.
1963
1964 2003-11-12  Richard Earnshaw  <rearnsha@arm.com>
1965
1966         * arm.md (storehi): Avoid use of explicit subreg.
1967         (storehi_bigend, storeinthi, movhi_bigend): Likewise.
1968
1969 2003-11-12  J"orn Rennecke <joern.rennecke@superh.com>
1970
1971         * config/sh/sh.md (prefetch): New pattern.
1972
1973 2003-11-11  Eric Christopher  <echristo@redhat.com>
1974
1975         * reload1.c (reload): Verify that addresses for
1976         reg_equiv_* are valid for the architecture.
1977
1978 2003-11-11  Eric Christopher  <echristo@redhat.com>
1979
1980         * function.c (purge_addressof_1): Add libcall check.
1981         Remove test for cached replacements on fallback case.
1982         Simplify mode comparisons. Add libcall test for
1983         paradoxical subregs.
1984
1985 2003-11-11  Kazu Hirata  <kazu@cs.umass.edu>
1986
1987         * config/h8300/t-h8300: Fix an obsolete comment.
1988
1989 2003-11-11  James E Wilson  <wilson@specifixinc.com>
1990
1991         * expmed.c (store_bit_field, extract_bit_field): Revert last two
1992         changes.
1993
1994 2003-11-11  Kazu Hirata  <kazu@cs.umass.edu>
1995
1996         * config/h8300/lib1funcs.asm: Replace DenHighZero with
1997         DenHighNonZero.
1998
1999 2003-11-11  Jan Hubicka  <jh@suse.cz>
2000
2001         * cgraphunit.c (cgraph_function_possibly_inlined_p): Use
2002         really_no_inline.
2003
2004 2003-11-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2005
2006         * pa.h (TRAMPOLINE_TEMPLATE): Fix flushing of cache lines when
2007         generating 64-bit code.
2008
2009 2003-11-10  David Edelsohn  <edelsohn@gnu.org>
2010
2011         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Remove
2012         accidental commit in previous change.
2013
2014 2003-11-10  Fariborz Jahanian <fjahanian@apple.com>
2015
2016         * config/rs6000/rs6000.h (STACK_SIZE_MODE): Add definition.
2017         * config/rs6000/rs6000.c (reg_or_mem_operand): Add macho-style
2018         address recognition.
2019         (macho_lo_sum_memory_operand): Routine to recognize macho-style
2020         address recognition.
2021
2022 2003-11-10  Richard Henderson  <rth@redhat.com>
2023
2024         * dwarf2out.c (gen_label_die): Cope with DECL_RTL not set.
2025
2026 2003-11-10  Matt Austern  <austern@apple.com>
2027
2028         * config/darwin-protos.h (darwin_assemble_visibility): Declare.
2029         * config/darwin.c (darwin_assemble_visibility): Define.  Warn for
2030         anything other than VISIBILITY_DEFAULT and VISIBILITY_HIDDEN.
2031         * config/darwin.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Use
2032         darwin_assemble_visibility instead of default.
2033
2034 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
2035
2036         PR target/12865
2037         * config/sparc/sparc.c (sparc_initialize_trampoline): Call
2038         __enable_execute_stack only after writing onto the stack.
2039         (sparc64_initialize_trampoline): Likewise.
2040
2041 2003-11-09  Roger Sayle  <roger@eyesopen.com>
2042
2043         * loop.c (check_dbra_loop): Try swapping the comparison operands
2044         of the loop condition to identify a suitable induction variable.
2045         * unroll.c (loop_iterations): Likewise.
2046
2047 2003-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2048
2049         * config/sparc/sparc.h (TARGET_CPU_CPP_BUILTINS): Fix sparc vs
2050         sparc64 #cpu and #machine assertions.
2051
2052 2003-11-09  Richard Henderson  <rth@redhat.com>
2053
2054         * Makefile.in (rtlanal.o): Depend on BASIC_BLOCK_H.
2055
2056 2003-11-09  Jan Hubicka  <jh@suse.cz>
2057
2058         * tree-optimize.c (tree_rest_of_compilation): Fix warning.
2059
2060         * cgraphunit.c (cgraph_expand_function): Use
2061         cgraph_possibly_inlined_p.
2062         * tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.
2063
2064         * opts.c (common_handle_option): Do not set max-inline-insns.
2065         * params.def: Update comments.
2066         (PARAM_MAX_INLINE_INSNS): Kill.
2067         * invoke.texi (max-inline-insns): Kill.
2068
2069 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2070
2071         PR c/3190
2072         PR c/8714
2073         * c-format.c (set_Wformat): Do not enable -Wformat-y2k by default.
2074         * invoke.texi: Update.
2075
2076 2003-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2077
2078         PR optimization/12630
2079         * pa.c (compute_movstrsi_length): Rename to compute_movstr_length.
2080         Handle length computation 64-bit moves.
2081         (compute_clrstr_length, output_block_clear): Implement block clear.
2082         (output_block_move): Handle 64-bit moves.
2083         (pa_adjust_insn_length): Use compute_movstr_length and
2084         compute_clrstr_length.
2085         * pa.md (movstrsi): Revise operand order and comments.  Don't use
2086         match_scratch.
2087         (movstrsi_internal): Delete.
2088         (movstrsi_prereload, movstrsi_postreload): New insns.  Define splitter
2089         and peephole2 patterns to transform prereload to postreload form.
2090         (movstrdi, movstrdi_prereload, movstrdi_postreload, clrstrsi,
2091         clrstrsi_prereload, clrstrsi_postreload, clrstrdi, clrstrdi_prereload,
2092         clrstrdi_postreload): New patterns for 64-bit block move, and block
2093         clear.
2094         * pa-protos.h (output_block_clear): New prototype.
2095
2096 2003-11-08  Andreas Schwab  <schwab@suse.de>
2097
2098         * dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO ||
2099         XCOFF_DEBUGGING_INFO.
2100
2101 2003-11-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2102
2103         * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.
2104
2105 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
2106
2107         * config/rs6000/rs6000.c (rs6000_legitimize_address): Remove
2108         redundant parens.
2109
2110         * cppfiles.c (pch_open_file): New parameter 'invalid_pch', set it.
2111         (find_file_in_dir): Likewise.
2112         (_cpp_find_file): Print message if no header file is found
2113         but an invalid PCH file was.
2114
2115 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2116
2117         * c-typeck.c (pedantic_lvalue_warning): Deprecate compound
2118         expressions as lvalues.
2119         (internal_build_compound_expr): Remove special handling for
2120         non-pedantic case.
2121         * doc/extend.texi: Document that all extended lvalues are now
2122         deprecated.
2123
2124 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
2125
2126         PR 11654
2127         * dbxout.c (struct dbx_file): Do not save for PCH.
2128         (current_file): Likewise.
2129         (dbxout_init): Don't allocate struct dbx_file using GC.
2130         (dbxout_start_source_file): Likewise.
2131
2132 2003-11-07  Falk Hueffner  <falk@debian.org>
2133
2134         * config/alpha/elf.h, config/alpha/unicosmk.h,
2135         config/alpha/vms.h: Convert to ISO C90.
2136
2137 2003-11-07  Nathanael Nerode  <neroden@gcc.gnu.org>
2138
2139         * config/arm/pe.h: Convert to ISO C90.
2140
2141 2003-11-07  J"orn Rennecke <joern.rennecke@superh.com>
2142
2143         * sh-protos.h (sh_pch_valid_p): Declare.
2144         * sh.c ("intl.h"): Include.
2145         (TARGET_PCH_VALID_P): Override.
2146         (sh_target_switches): New variable.
2147         (target_switches): Define.
2148         (sh_pch_valid_p): New function.
2149
2150         * sh.h (MODE_AFTER): Don't change mode unless TARGET_HITACHI.
2151
2152 2003-11-07  Jan Hubicka  <jh@suse.cz>
2153
2154         * i386.c (x86_64_sign_extended_value):  Return false from tls variables.
2155         (x86_64_zero_extended_value):  likewise.
2156
2157 2003-11-07  Richard Sandiford  <rsandifo@redhat.com>
2158
2159         * config/mips/mips.md (loadgp): Take $25 as a second operand.
2160         * config/mips/mips.c (mips_expand_prologue): Modify accordingly.
2161
2162 2003-11-06  Matt Austern <austern@apple.com>
2163
2164         * c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY
2165         field instead of hanging an attribute object off the decl.
2166         * tree.h (DECL_VISIBLITY): New accessor macro for
2167         symbol_visibility field in struct tree_decl.
2168         (enum symbol_visibility): Move definition to before tree_decl.
2169         (struct tree_decl): Define new two-bit field, symbol_visibility.
2170         (decl_visibility): Remove declaration.
2171         * varasm.c (maybe_assemble_visibility): Use DECL_VISIBILITY
2172         instead of decl_visibility.
2173         (default_binds_local_p_1):  Use DECL_VISIBILITY instead of
2174         decl_visibility.
2175         (decl_visibility): Remove.
2176
2177 2003-11-06  Ulrich Weigand  <uweigand@de.ibm.com>
2178
2179         * config/s390/s390.c (s390_emit_epilogue): Recognize more cases
2180         where register 14 will be saved.
2181
2182 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
2183
2184         * config/rs6000/rs6000.h (USE_FP_FOR_ARG_P): Move to rs6000.c.
2185         (USE_ALTIVEC_FOR_ARG_P): Likewise.
2186         * config/rs6000/rs6000.c (USE_FP_FOR_ARG_P): Move from rs6000.h.
2187         Take a pointer as the CUM parameter.  Update callers.
2188         (USE_ALTIVEC_FOR_ARG_P): Likewise.  Also correct for Darwin/AIX
2189         32-bit ABIs.
2190         (function_arg_advance): Use USE_ALTIVEC_FOR_ARG_P.  Correct case
2191         of vector parameters as named arguments of stdarg function.
2192         (function_arg): Likewise.
2193
2194         * config/rs6000/darwin.h (ASM_SPEC): Use -force_cpusubtype_ALL when
2195         -maltivec is specified, not the non-existent -faltivec.
2196
2197 2003-11-06  Ulrich Weigand  <uweigand@de.ibm.com>
2198
2199         * config/s390/s390-protos.h (s390_function_value): Declare.
2200         * config/s390/s390.c (TARGET_RETURN_IN_MEMORY): Define.
2201         (s390_return_in_memory): New function.
2202         (s390_function_value): New function.
2203         (s390_function_arg_float): Return false for all arguments larger
2204         than 8 bytes.
2205         (s390_function_arg_pass_by_reference): Likewise.  Return true for
2206         all vector arguments.
2207         (s390_function_arg_integer): New function.
2208         (s390_function_arg_advance): Call it.  Add sanity checks.
2209         (s390_function_arg): Likewise.
2210         * config/s390/s390.h (FUNCTION_VALUE): Call s390_function_value.
2211         (LIBCALL_VALUE): Likewise.
2212         (RET_REG): Remove.
2213         (RETURN_IN_MEMORY): Remove.
2214
2215 2003-11-06  Richard Sandiford  <rsandifo@redhat.com>
2216
2217         * config/mips/mips-protos.h (mips_initial_elimination_offset): Change
2218         return type to HOST_WIDE_INT.
2219         * config/mips/mips.c (mips_frame_info): Give sizes type HOST_WIDE_INT.
2220         Make initialized a bool.  Make register masks unsigned ints.
2221         (compute_frame_size): Make same mask change here.  Use HOST_WIDE_INT
2222         where appropriate.
2223         (mips_initial_elimination_offset): Return a HOST_WIDE_INT.
2224         (mips_output_function_prologue): Print sizes as HOST_WIDE_INTs.
2225
2226 2003-11-06  Richard Sandiford  <rsandifo@redhat.com>
2227
2228         * config/frv/frv.c (frv_initial_elimination_offset): Remove bogus
2229         negation.
2230
2231 2003-11-06  Richard Sandiford  <rsandifo@redhat.com>
2232
2233         * config/frv/frv.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
2234
2235 2003-11-06  Momchil Velikov  <velco@fadata.bg>
2236
2237         * config/mips/mips.c (override_options): Set MASK_SOFT_FLOAT
2238         for VR4111 too.
2239
2240 2003-11-06  Jan Hubicka  <jh@suse.cz>
2241
2242         * builtins.c (simplify_builtin_strrchr, simplify_builtin_strpbrk): Add
2243         missing casts.
2244
2245 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
2246
2247         * genmodes.c: Change the word "bitsize" to "precision" throughout.
2248         * machmode.def: Likewise.
2249         * machmode.h (GET_MODE_SIZE): Cast value to unsigned short.
2250         (GET_MODE_BITSIZE): Define as GET_MODE_SIZE * BITS_PER_UNIT.
2251         (GET_MODE_PRECISION): New macro.
2252         (mode_bitsize): Renamed mode_precision.
2253         * stor-layout.c (mode_for_size, smallest_mode_for_size):
2254         Use GET_MODE_PRECISION; clarify comments.
2255
2256 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2257
2258         * doc/install-old.texi: Remove old documentation of building
2259         cross-compilers.
2260         * doc/install.texi: Move some of it to here.
2261
2262 2003-11-05  Per Bothner  <pbothner@apple.com>
2263
2264         PR preprocessor/12891
2265         * c-opts.c (finish_options):  Set include_cursor to disable premature
2266         calls to push_command_line_include from cpp_scan_nooutput.
2267         Fixes bug reported by DJ Delorie.
2268
2269 2003-11-05  Geoffrey Keating  <geoffk@apple.com>
2270
2271         * config/rs6000/rs6000.c (setup_incoming_varargs): Remove
2272         code supporting old-style varargs.
2273
2274         * config/rs6000/rs6000.c (rs6000_machopic_legitimize_pic_address): Use
2275         an intermediate register for better optimisation.
2276
2277 2003-11-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2278
2279         PR optimization/10080
2280         * cfgloopanal.c (variable_initial_value, variable_initial_values,
2281         simple_loop_exit_p): Record the fact that initial value is extended
2282         from inner mode.
2283         (count_strange_loop_iterations, count_loop_iterations): Handle
2284         ivs that iterate in a narrower mode. Fix handling of overflows.
2285         Improve handling of NE conditions.
2286         (inverse, fits_in_mode_p): New static functions.
2287         (simple_increment): Detect variables that iterate in a narrower mode.
2288         * cfgloop.h (struct loop_desc): Fields inner_mode and extend added.
2289
2290 2003-11-05  Geoffrey Keating  <geoffk@apple.com>
2291
2292         * config/rs6000/rs6000.c (compute_vrsave_mask): Correct off-by-one
2293         error.
2294
2295         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin
2296         needs VRSAVE.
2297
2298 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2299
2300         * c-typeck.c (pedantic_lvalue_warning): Deprecate use of
2301         conditional expressions as lvalues.
2302
2303 2003-11-05  Kazu Hirata  <kazu@cs.umass.edu>
2304
2305         * tsystem.h: Add the prototype of strlen.
2306         * unwind-pe.h (read_encoded_value_with_base): Add an
2307         appropriate cast to handle a case where the pointer size is
2308         smaller than sizeof (int).
2309
2310 2003-11-04  Richard Sandiford  <rsandifo@redhat.com>
2311
2312         * config/mips/mips-protos.h (mips_global_pic_constant_p): Delete.
2313         (mips_delegitimize_address): Delete.
2314         (mips_gotoff_global, mips_load_got_page): Declare.
2315         (mips_load_got_global, mips_rewrite_small_data): Declare.
2316
2317         * config/mips/mips.h (FIND_BASE_TERM): Remove definition.
2318         (DANGEROUS_FOR_LA25_P): Use global_got_operand.
2319         (PREDICATE_CODES): Add global_got_operand, local_got_operand and
2320         small_data_pattern.  Remove CONST from const_arith_operand's entry.
2321
2322         * config/mips/mips.c (UNSPEC_ADDRESS_P, CONST_GP_P): New macros.
2323         (UNSPEC_ADDRESS, UNSPEC_ADDRESS_TYPE): Likewise.
2324         (mips_constant_type): Delete.
2325         (mips_symbol_type): Add SYMBOL_GOTOFF_PAGE, SYMBOL_GOTOFF_GLOBAL,
2326         SYMBOL_GOTOFF_CALL and SYMBOL_GOTOFF_LOADGP.
2327         (NUM_SYMBOL_TYPES): New macro.
2328         (mips_address_type): Remove ADDRESS_INVALID.
2329         (machine_function): Add has_gp_insn_p.
2330         (mips_constant_info): Delete.
2331         (mips_address_info): Add the address type as an extra field.  Replace
2332         the c field with symbol_type.
2333         (mips_split_p, mips_lo_relocs, mips_hi_relocs): New arrays.
2334         (TARGET_DELEGITIMIZE_ADDRESS): Remove definition.
2335         (mips_reloc_offset_ok_p, mips_classify_constant): Delete.
2336         (mips_split_const, mips_symbolic_constant_p): New functions.
2337         (mips_symbolic_address_p): Take the symbol type and mode as arguments.
2338         (mips_classify_address): Return true if the address is valid, storing
2339         its type in INFO.  Use mips_symbolic_constant_p.  Use mips_lo_relocs[]
2340         to test whether a LO_SUM address is allowed.
2341         (mips_symbol_insns): Return 0 for general mips16 symbols.
2342         Reorder SYMBOL_GOT_GLOBAL case to match mips_symbol_type definition.
2343         Handle the new SYMBOL_GOTOFF_*s.
2344         (mips_address_insns): Update call to mips_classify_address.
2345         (mips_const_insns): Be more fussy about HIGH constants.  Remove use
2346         of mips_classify_constant.  Be more accurate about CONSTs.
2347         (mips_global_pic_constant_p): Delete.
2348         (const_arith_operand): Only accept CONST_INTs.
2349         (call_insn_operand): Remove call to mips_classify_constant.
2350         Let mips_symbolic_constant_p check for invalid offsets.
2351         (move_operand): Check for general_operands first.  Only accept symbolic
2352         constants if they satisfy mips_symbolic_constant_p and cannot be split.
2353         (symbolic_constant): Use mips_symbolic_constant_p.
2354         (global_got_operand, local_got_operand): New predicates.
2355         (stack_operand): Update call to mips_classify_address.
2356         (mips_legitimate_address_p): Likewise.
2357         (mips_reloc, mips_lui_reloc): Delete.
2358         (mips_force_temporary): Only use the given temporary if no_new_pseudos.
2359         Use emit_move_insn.
2360         (mips_split_symbol, mips_unspec_address): New functions.
2361         (mips_unspec_offset_high): New function.
2362         (mips_load_got): Replace reloc argument with a symbol_type.
2363         Use mips_unspec_address to create the address and put it in a
2364         LO_SUM with the base register.
2365         (mips_load_got16, mips_load_got32): Delete.
2366         (mips_emit_high, mips_legitimize_symbol): Delete.
2367         (mips_gotoff_global): New function.
2368         (mips_load_got_page, mips_load_got_global): New functions.
2369         (mips_legitimize_symbol): Inline handling of LO_SUM splits.
2370         (mips_legitimize_const_move): Likewise.  Remove HIGH handling.
2371         Inline code to handle constants plus invalid offsets.  Use
2372         mips_split_symbol to legitimize constant pool addresses.
2373         (mips_delegitimize_address): Delete.
2374         (mips_rtx_costs): Give legitimate symbolic constants and CONST_DOUBLEs
2375         a cost of 1 insn.  Give the rest a cost of CONSTANT_POOL_ADDRESS.
2376         (mips_subword): Pass memrefs through mips_rewrite_small_data.
2377         (mips_output_move): Remove use of mips_classify_constant.
2378         (mips_expand_call): Use mips_unspec_offset_high to calculate the
2379         high part of the GOT address for calls to global functions.
2380         (override_options): Initialize mips_split_p[], mips_lo_relocs[]
2381         and mips_hi_relocs[].
2382         (print_operand): Use print_operand_reloc to handle '%h' and '%R'.
2383         Remove use of mips_classify_constant.
2384         (mips_reloc_string): Delete.
2385         (print_operand_reloc): New function.
2386         (print_operand_address): Update call to mips_classify_address.
2387         (mips_rewrite_small_data_p, small_data_pattern_1): New functions.
2388         (small_data_pattern): New predicate.
2389         (mips_rewrite_small_data_1, mips_rewrite_small_data): New functions.
2390         (mips_function_has_gp_insn): New function.
2391         (mips_global_pointer): Use it.
2392         (mips_gp_insn): Delete.
2393         (mips_expand_prologue): When compiling for n32/n64 abicalls, use a
2394         single loadgp pattern to initialize $gp.  Pass it the offset of _gp
2395         from the start of the current function.
2396         (mips16_gp_pseudo_reg): Revert last patch.
2397
2398         * config/mips/mips.md (RELOC_*): Delete.
2399         (UNSPEC_LOADGP, UNSPEC_FIRST_ADDRESS): New constants.
2400         (got): New insn attribute.
2401         (type): Set to "load" if got == load.
2402         (length): Set to 4 if got == load, 8 if got == xgot_high.
2403         (lui[sd]i): Delete.
2404         (*xgot_hi[sd]i, *xgot_lo[sd]i): New patterns.
2405         (*got_disp[sd]i, *got_page[sd]i): Likewise.
2406         (*low[sd]i): Change constraints to "d".  Add a new define_split to
2407         rewrite small data constants into LO_SUMs.
2408         (loadgp): New insns.
2409
2410 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2411
2412         * config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.
2413
2414 2003-11-04  DJ Delorie  <dj@redhat.com>
2415
2416         * config/v850/v850.md (mulhisi3): Expand the const_int case
2417         separately to avoid trying to sign extend the const.
2418
2419 2003-11-04  Richard Sandiford  <rsandifo@redhat.com>
2420
2421         * emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant
2422         addresses to be shared.
2423         (force_const_mem): Return a copy of the pool entry.
2424
2425 2003-11-03  Andreas Jaeger  <aj@suse.de>
2426
2427         * Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.
2428
2429 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
2430
2431         * Makefile.in (cpp.dvi): New target split from cpp.info.
2432         (gcc.dvi):  New target split from gcc.info.
2433         (gccint.dvi): New target split from gccint.info.
2434         (cppinternals.dvi): New target split from cppinternals.info
2435         (gccinstall.info): New specific rule.
2436         (gccinstall.dvi): Likewise.
2437         (dvi): Move targets to $(docobjdir).
2438         ($(docobjdir)/%.dvi): New implicit rule.
2439
2440 2003-11-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2441
2442         * doc/gty.texi (tag, desc): Say more about role of desc values in
2443         selecting between tags.
2444
2445 2003-11-03  Alexander Kabaev  <ak03@gte.com>
2446
2447         * real.c (encode_ieee_single): Ensure proper promotion.
2448
2449 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2450
2451         * doc/contrib.texi: Add Giovanni Bajo, Dara Hazeghi, Falk Hueffner,
2452         and Andrew Pinski.
2453
2454 2003-11-03  Syd Polk  <spolk@apple.com>
2455
2456         * config/rs6000/rs6000.c (rs6000_override_options): Add G3, G4, and G5
2457         marketing names to the list of supported processors.
2458         * config/rs6000/rs6000.h: Ditto.
2459         * doc/invoke.texi: Ditto.
2460         * config.gcc: Ditto.
2461
2462 2003-11-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2463
2464         * fixinc/inclhack.def (stdio_va_list): Allow tab before va_list.
2465         Merge two substitutions.
2466         * fixinc/fixincl.x: Regenerate.
2467         Fixes PR bootstrap/12666.
2468
2469 2003-11-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2470
2471         * doc/install-old.texi: Remove VMS documentation.
2472
2473 2003-11-03  Jan Hubicka  <jh@suse.cz>
2474
2475         * i386.c (override_options):  Remove hack enabling 128bit long double
2476         commited by accident.
2477
2478 2003-11-02  Per Bothner  <per@bothner.com>
2479
2480         * c-opts.c (needValue):  Do cpp_find_main_file before processing
2481         any imacros flags, so pfile->main_file is set for the latter.
2482
2483 2003-11-03  Andreas Jaeger  <aj@suse.de>
2484             Zack Weinberg  <zack@codesourcery.com>
2485
2486         * Makefile.in (GCC_CFLAGS): Allow blacklisting of warnings.
2487         (SYSCALLS.c.X-warn): Suppress warnings.
2488
2489 2003-11-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2490
2491         PR optimization/12845
2492         * pa.c (output_cbranch): Use cmpb for DImode comparisons with 0.
2493
2494 2003-11-02  Zack Weinberg  <zack@codesourcery.com>
2495
2496         * print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.
2497         * config/i386/i386.c (print_reg): Abort on a virtual register
2498         if code != -1; not if file == asm_out_file.
2499         * config/i386/i386.h (PRINT_REG): Document meaning of CODE == -1.
2500         (DEBUG_PRINT_REG): Delete, unused.
2501
2502 2003-11-02  Andreas Schwab  <schwab@suse.de>
2503
2504         * config/ia64/fde-glibc.c (_GNU_SOURCE): Define to 1 instead of
2505         empty to avoid conflict with the definition from configure.
2506
2507 2003-11-02  Roger Sayle  <roger@eyesopen.com>
2508
2509         PR optimization/10817
2510         * ifcvt.c (noce_emit_move_insn): Improve documentation comment.
2511         (noce_try_move): New function to optimize an if-the-else into an
2512         unconditional move, i.e. "if (a!=b) x=a; else x=b" into "x=a".
2513         (noce_process_if_block): Attempt simplification with noce_try_move.
2514
2515         * simplify-rtx.c (simplify_ternary_operation): Some minor fixes
2516         and improvements to the optimizations of IF_THEN_ELSE expressions.
2517         (simplify_subreg): Silence signed/unsigned comparison warning.
2518
2519 2003-11-02  Richard Sandiford  <rsandifo@redhat.com>
2520
2521         * Makefile.in (targhooks.o, reload.o): Update dependencies.
2522         (GTFILES): Add targhooks.c.
2523         (gt-targhooks.h): New rule; depend on s-gtype.
2524         * target.h (direct_pool_load_p): New hook.
2525         * target-def.h (TARGET_DIRECT_POOL_LOAD_P): New macro.
2526         (TARGET_INITIALIZER): Include it.
2527         * targhooks.h (default_direct_pool_load_p): Declare.
2528         (hook_bool_machine_mode_true): Declare.
2529         * targhooks.c: Include insn-config.h, recog.h, ggc.h and
2530         gt-targhooks.h.
2531         (pool_symbol): New variable.
2532         (default_direct_pool_load_p): New function.
2533         (hook_bool_machine_mode_true): New function.
2534         * reload.c: Include target.h.
2535         (find_reloads): If an alternative will force a constant into memory,
2536         count an extra reload if constant pool symbols are not valid
2537         addresses.  If an alternative uses memory to move values between
2538         registers, count the move as two reloads rather than one.
2539         * config/s390/s390.c (TARGET_DIRECT_POOL_LOAD_P): Define.
2540         * doc/tm.texi (TARGET_DIRECT_POOL_LOAD_P): Document.
2541
2542 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2543
2544         PR optimization/12799
2545         * postreload.c (reload_cse_move2add): Generate the add2
2546         patterns manually.
2547
2548 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2549
2550         * config/sparc/sparc.c (function_arg_partial_nregs) [TARGET_ARCH64]:
2551         Return 0 for all complex modes whose size is lesser or equal to
2552         a word.  Add a ??? comment for the condition used with 16-byte
2553         aligned modes.
2554
2555 2003-11-01  Kelley Cook  <kcook@gcc.gnu.org>
2556
2557         * .cvsignore: Remove c-parse* and tradcif.c.
2558         * objc/.cvsignore: Delete.
2559
2560 2003-11-01  Roger Sayle  <roger@eyesopen.com>
2561
2562         * unwind-sjlj.c (_Unwind_GetCFA): Return (_Unwind_Word)0 instead
2563         of NULL.
2564
2565 2003-11-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2566
2567         * som.h (DO_GLOBAL_DTORS_BODY): Change to C90 declaration.
2568
2569         * libgcc2.c (SYMBOL__MAIN): Provide C90 declaration.
2570
2571         * collect2.c (scan_libraries): Fix typos.
2572
2573         PR preprocessor/12847
2574         * cppfiles.c, cppexp.c, cpperror.c, cpplib.h, cpplib.c, cpplex.c,
2575         cppinit.c, cpptrad.c, cppmacro.c, fix-header.c, cpppch.c, c-pch.c,
2576         c-incpath.c, cppcharset.c (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN,
2577         DL_ERROR, DL_ICE, DL_EXTRACT, DL_WARNING_P): Prefix macro names with
2578         "CPP_".
2579
2580 2003-11-01  Fariborz Jahanian  <fjahanian@apple.com>
2581
2582         * config/rs6000/rs6000.c (rs6000_mixed_function_arg): Correct
2583         no_units calculation.
2584
2585 2003-11-01  Andreas Jaeger  <aj@suse.de>
2586
2587         * unwind-dw2.c (_Unwind_FrameState): Remove commas at end of
2588         enumeration list.
2589
2590 2003-11-01  Andreas Schwab  <schwab@suse.de>
2591
2592         * config/ia64/sysv4.h (SDATA_SECTION_FUNCTION): Update to C90
2593         prototypes.
2594         (SBSS_SECTION_FUNCTION): Likewise.
2595
2596 2003-11-01  Andreas Jaeger  <aj@suse.de>
2597
2598         * Makefile.in (GCC_CFLAGS): Add @WERROR@ for target files.
2599
2600 2003-11-01  Andreas Tobler  <a.tobler@schweiz.ch>
2601
2602         * config/rs6000/sysv4.h (EXTRA_SECTION_FUNCTIONS): Update to C90
2603         prototypes.
2604
2605 2003-11-01  Andreas Jaeger  <aj@suse.de>
2606
2607         * unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable.
2608         (uw_frame_state_for): Constify variables.
2609         (extract_cie_info): Constify first argument.
2610
2611         * unwind-dw2-fde-darwin.c: Adjust prototype of
2612         _Unwind_Find_registered_FDE for recent changes.
2613         (examine_objects): Constify return value and local variable result.
2614         (_Unwind_Find_FDE): Constify return value and local variable ret.
2615
2616 2003-10-31  Per Bothner  <pbothner@apple.com>
2617
2618         * c-opts.c (finish_options):  Change to returns boolean - false iff
2619         the call to cpp_find_main_file fails.
2620         (c_common_init):  Skip preprocess_file if finish_options failed.
2621         (c_common_parse_file):  Break if finish_options failed.
2622         Fixes PR preprocessor/12545.
2623
2624 2003-10-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2625
2626         * aclocal.m4: Blacklist ultrix* for mmap file.
2627         * configure: Rebuilt.
2628
2629         * function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable
2630         reg_parm_stack_space.
2631         * toplev.c (default_get_pch_validity): Fix warning.
2632
2633         * vax.c: Include toplev.h.
2634         (vax_init_libfuncs): Fix typo (umod).
2635         * vax.h (ASM_COMMENT_START): Define.
2636         (PRINT_OPERAND): Fix warning when HOST_WIDE_INT is a long long.
2637
2638 2003-10-31  Roger Sayle  <roger@eyesopen.com>
2639
2640         PR middle-end/11968
2641         * expr.c (expand_expr <MULT_EXPR>): Remove inappropriate and
2642         confusing comment; distributivity isn't handled in expand_expr.
2643         * fold-const.c (extract_muldiv_1 <PLUS_EXPR>):  Allow overflow
2644         in distributivity, if wrap-around semantics are specified with
2645         -fwrapv.
2646
2647 2003-11-01  Alan Modra  <amodra@bigpond.net.au>
2648
2649         PR 12315
2650         * final.c (profile_function): Allow for NULL svrtx.
2651
2652 2003-10-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2653
2654         * pa.c (pa_select_section): Use new style declaration.
2655         * som.h (readonly_data): Likewise.
2656
2657 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
2658
2659         * config/rs6000/rs6000.c: Update to C90 prototypes.
2660
2661 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2662
2663         PR target/7513
2664         * arm.h (CONDITIONAL_REGISTER_USAGE): Disable use of LR in Thumb
2665         code.
2666
2667 2003-10-31  Andreas Jaeger  <aj@suse.de>,
2668             Zack Weinberg  <zack@codesourcery.com>
2669
2670
2671         * crtstuff.c (__register_frame_info, __register_frame_info_bases)
2672         (__deregister_frame_info, __deregister_frame_info_bases):
2673         Constify void * argument.
2674         * unwind-dw2-fde.h (struct fde_vector):
2675         Constify 'orig_data' and 'array' fields.
2676         (__register_frame_info, __register_frame_info_bases)
2677         (__deregister_frame_info, __deregister_frame_info_bases):
2678         Constify void * argument.
2679         (get_cie, next_fde, _Unwind_Find_FDE): Constify arguments,
2680         return values, and casts of type fde *, struct dwarf_fde *,
2681         and struct dwarf_cie *.
2682         * unwind-dw2-fde.c (__register_frame_info, __register_frame_info_bases)
2683         (__deregister_frame_info, __deregister_frame_info_bases):
2684         Constify void * argument.
2685         (get_cie_encoding, ): Constify struct dwarf_cie * argument.
2686         (get_fde_encoding, fde_unencoded_compare, fde_single_encoding_compare)
2687         (fde_mixed_encoding_compare, fde_compare_t, start_fde_sort, fde_insert)
2688         fde_split, SWAP, frame_downheap, frame_heapsort)
2689         (classify_object_over_fdes, add_fdes, linear_search_fdes,
2690         binary_search_unencoded_fdes, binary_search_single_encoding_fdes,
2691         binary_search_mixed_encoding_fdes, search_object, _Unwind_Find_FDE):
2692         Constify arguments, local variables, return values, and casts
2693         of type fde *, fde **, struct dwarf_fde *, and struct dwarf_cie *.
2694         Use const pointer types in sizeof expressions, for clarity.
2695         * unwind-dw2-fde-glibc.c
2696         (_Unwind_find_registered_FDE, _Unwind_find_FDE): Constify return value.
2697         (struct unw_eh_callback_data): Constify 'ret' field.
2698
2699 2003-10-31  Fariborz Jahanian  <fjahanian@apple.com>
2700             David Edelsohn  <edelsohn@gnu.org>
2701
2702         * config/rs6000/rs6000.c (rs6000_mixed_function_arg): New.
2703         (function_arg): Call it.
2704         (rs6000_function_value): Widen integral return value to mode based
2705         on TARGET_32BIT, not word_mode.
2706         * config/rs6000/rs6000.h (PROMOTE_MODE): Likewise.
2707         (UNITS_PER_ARG): New.
2708         (RS6000_ARG_SIZE): Use it.
2709
2710 2003-10-31  Gerald Pfeifer  <gerald@pfeifer.com>
2711
2712         * .cvsignore: No longer ignore gengtype-lex.c, gengtype-yacc.c,
2713         and gengtype-yacc.h.
2714
2715 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2716
2717         PR optimization/8896
2718         * postreload.c (reload_combine): Check that REGY doesn't die in an
2719         insn of the form (set (regx) (plus (regx) (regy))), ie REGX != REGY.
2720
2721 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2722
2723         PR/10239
2724         * cfgrtl.c (delete_insn): Decrease LABEL_NUSES for all REG_LABEL notes.
2725
2726 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2727
2728         PR/11640
2729         * cfgrtl.c (try_redirect_by_replacing_jump): Move jump
2730         immediatelly before BARRIER.
2731
2732 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
2733
2734         * Makefile.in (STRICT2_WARN): Add -Wold-style-definition.
2735
2736 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2737
2738         PR target/11271
2739         * reload.c (find_reloads_address): Handle any register in
2740         (PLUS (PLUS (REG) (REG)) (CONST_INT).
2741
2742 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2743
2744         * ggc-page.c (ggc_pch_read): Wrap call to poison_pages in
2745         ENABLE_GC_CHECKING not in GGC_POISON.
2746
2747 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
2748
2749         PR bootstrap/9863
2750         * configure.in: Bail out if awk is missing.
2751         * configure: Regenerate.
2752
2753         PR ada/12761
2754         * Makefile.in: Move default definitions of X_ADA_CFLAGS,
2755         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from ada/Make-lang.in to here.
2756
2757 2003-10-30  Richard Henderson  <rth@redhat.com>
2758
2759         * c-objc-common.c (c_tree_printer): Handle types correctly.
2760         Factor code a bit.
2761
2762 2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
2763
2764         * value-prof.c, web.c: Update to C90.
2765
2766 2003-10-30  Eric Christopher  <echristo@redhat.com>
2767
2768         * function.c (purge_addressof_1): Add case for REG_RETVAL
2769         notes when modes are unequal.
2770
2771 2003-10-31  Jan Hubicka  <jh@suse.cz>
2772
2773         * i386-modes.def: Add XFmode format adjustment.
2774
2775 2003-10-30  Jan Hubicka  <jh@suse.cz>
2776
2777         * real.c (encode_ieee_extended): Back out previous patch.
2778
2779 2003-10-30  Jan Hubicka  <jh@suse.cz>
2780
2781         * real.c (encode_ieee_extended): Initialize whole array.
2782         * reg-stack.c (move_for_stack_reg0: Use always XFmode.
2783         * i386-modes.def: Change definitions of TFmode and XFmode.
2784         * i386.c (classify_argument): Rename TFmodes to XFmodes; add new TFmode
2785         code.
2786         (construct_container): Allow constructing of TFmode integer containers.
2787         (ix86_return_in_memory):  XFmode is not returned in memory.
2788         (init_ext_80387_constants): Always use XFmode.
2789         (print_operand): Likewise.
2790         (ix86_prepare_fp_compare_regs): Likewise.
2791         (split_to_parts): Deal with TFmode.
2792         (split_long_move): Simplify.
2793         (ix86_init_mmx_sse_builtins): Add __float80, __float128.
2794         (ix86_memory_move_cost): Do not confuse TFmode.
2795         * i386.h (LONG_DOUBLE_TYPE_SIZE): Set to 96.
2796         (IS_STACK_MODE): TFmode is not stack mode.
2797         (HARD_REGNO_NREGS, CLASS_MAX_NREGS): Deal nicely with XFmode.
2798         (VALID_SSE_REG_MODE): Allow TFmode.
2799         (VALID_FP_MODE_P): Disallow TFmode.
2800         (VALID_INT_MODE_P): Allow TFmode in 64bit mode.
2801         * i386.md (TFmode patterns): Kill.
2802         (movtf, motf_rex64): New patterns.
2803
2804 2003-10-30  Richard Sandiford  <rsandifo@redhat.com>
2805
2806         * config/mips/mips.md (adddi3): Fix typo in mips16 stack pointer code.
2807
2808 2003-10-30  Richard Sandiford  <rsandifo@redhat.com>
2809
2810         * config/mips/mips.md (mov_lwl): Use memory_operand where appropriate.
2811         (mov_lwr, mov_swl, mov_swr): Likewise.
2812         (mov_ldl, mov_ldr, mov_sdl, mov_sdr): Likewise.
2813
2814 2003-10-30  Richard Sandiford  <rsandifo@redhat.com>
2815
2816         * config/mips/mips.c (mips_global_pointer): Don't try to use $25.
2817
2818 2003-10-30  Richard Henderson  <rth@redhat.com>
2819
2820         * config/mips/mips.c (mips_build_builtin_va_list): Use runtime
2821         test for irix6 rather than preprocessor test.
2822
2823 2003-10-30  Richard Henderson  <rth@redhat.com>
2824
2825         * cppcharset.c (one_utf8_to_utf16): Initialize 's' to silence warning.
2826
2827 2003-10-30  Ulrich Weigand  <uweigand@de.ibm.com>
2828
2829         * config/s390/s390.c (struct machine_function): Use save_return_addr_p
2830         as a general flag that the return address register needs to be saved,
2831         not necessarily because of __builtin_return_addr (0).
2832         (s390_split_branches): Remove TEMP_REG and TEMP_USED arguments,
2833         remove special handling of zSeries machines.
2834         (s390_optimize_prolog): Remove TEMP_USED argument, treat the return
2835         register as a regular register on zSeries machines.
2836         (s390_reorg): Adjust calls to s390_split_branches and
2837         s390_optimize_prolog.
2838         (s390_frame_info): On zSeries machines, do not assume the return
2839         register is always used.  Update regs_ever_live with current data
2840         for the special registers.
2841         (s390_emit_epilogue): Use save_return_addr_p to determine whether
2842         the return register was saved.
2843         * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Do not mark
2844         RETURN_REGNUM fixed on zSeries machines.
2845         (REG_ALLOC_ORDER): Use RETURN_REGNUM last.
2846         * config/s390/s390.md ("*doloop_si"): Handle branch overflow
2847         via ahi-jgne pair on zSeries machines.
2848         ("*doloop_di"): Likewise.
2849         ("*doloop_di_long"): Remove.
2850
2851 2003-10-30  Richard Earnshaw  <rearnsha@arm.com>
2852
2853         * arm.c (arm_override_options): Revert change of arm_constant_limit
2854         when optimizing for size.
2855
2856 2003-10-29  Richard Henderson  <rth@redhat.com>
2857
2858         * fold-const.c (fold_single_bit_test): Convert the input to the
2859         operational intermediate type.
2860
2861 2003-10-29  Richard Henderson  <rth@redhat.com>
2862
2863         * builtins.c (std_build_builtin_va_list): New.
2864         * expr.h (std_build_builtin_va_list): Declare.
2865         * defaults.h (BUILD_VA_LIST_TYPE): New.
2866         * system.h (BUILD_VA_LIST_TYPE): Poison.
2867         * target-def.h (TARGET_BUILD_BUILTIN_VA_LIST): New.
2868         * target.h (struct gcc_target): Add build_builtin_va_list.
2869         * tree.c (build_common_tree_nodes_2): Use it.
2870
2871         * config/alpha/alpha-protos.h, config/alpha/alpha.c,
2872         config/alpha/alpha.h, config/alpha/unicosmk.h,
2873         config/d30v/d30v-protos.h, config/d30v/d30v.c, config/d30v/d30v.h,
2874         config/i386/i386-protos.h, config/i386/i386.c, config/i386/i386.h,
2875         config/i860/i860-protos.h, config/i860/i860.c, config/i860/i860.h,
2876         config/i960/i960-protos.h, config/i960/i960.c, config/i960/i960.h,
2877         config/mips/iris6.h, config/mips/mips-protos.h, config/mips/mips.c,
2878         config/mips/mips.h, config/rs6000/rs6000-protos.h,
2879         config/rs6000/rs6000.c, config/rs6000/rs6000.h,
2880         config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
2881         config/sh/sh-protos.h, config/sh/sh.c, config/sh/sh.h,
2882         config/xtensa/xtensa-protos.h, config/xtensa/xtensa.c,
2883         config/xtensa/xtensa.h: Rename foo_build_va_list to
2884         foo_build_builtin_va_list; make it static.  Define
2885         TARGET_BUILD_BUILTIN_VA_LIST.  Remove BUILD_VA_LIST_TYPE.
2886         Update protos.
2887
2888         * config/i386/i386.c (ix86_expand_carry_flag_compare): Make static.
2889         * config/iq2000/iq2000.h (BUILD_VA_LIST_TYPE): Remove.
2890
2891 2003-10-29  James E Wilson  <wilson@specifixinc.com>
2892
2893         * recog.c (asm_operand_ok): Add missing break after case 'X'.
2894         Change if statements to else if statements in default case.
2895         (extract_constrain_insn_cached): Fix misspelling of constrain_operands
2896         in comment.
2897         (constrain_operands_cached): Likewise.
2898         (constrain_operands): Change if statements to else if statements in
2899         default case.
2900         * reload.c (find_reloads): Likewise.
2901
2902 2003-10-29  Richard Henderson  <rth@redhat.com>
2903
2904         * config/m68k/m68k.c (notice_update_cc): Clear cc status for
2905         shifts and rotates.
2906
2907 2003-10-30  Alan Modra  <amodra@bigpond.net.au>
2908
2909         * config/rs6000/rs6000.md: Remove duplicate pattern.
2910
2911 2003-10-29  Hans-Peter Nilsson  <hp@axis.com>
2912
2913         * real.c (do_divide): Initialize result with a 0.
2914
2915         * configure.in <enable-checking for valgrind>: Look for
2916         <valgrind/memcheck.h> first.  AC_DEFINE HAVE_VALGRIND_MEMCHECK_H
2917         if it exists.
2918         * configure, config.in: Regenerate.
2919         * ggc-common.c [ENABLE_VALGRIND_CHECKING &&
2920         HAVE_VALGRIND_MEMCHECK_H]: Include <valgrind/memcheck.h>.  Use
2921         #elif for other alternatives.
2922         * ggc-page.c: Ditto.
2923         * ggc-zone.c: Don't assume <valgrind/memcheck.h>; instead copy
2924         include structure from ggc-common.c.
2925
2926 2003-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2927
2928         * pa-linux.h (ASM_OUTPUT_ADDR_VEC_ELT): Use label in big switch ELTs.
2929         (ASM_OUTPUT_ADDR_DIFF_ELT): Use label difference in big switch ELTs.
2930         * pa.c (pa_adjust_insn_length): Check for btable branches using
2931         attribute TYPE_BTABLE_BRANCH.
2932         (pa_reorg): Simplify.
2933         * pa.h (CASE_VECTOR_MODE): Change big switch mode to SImode.
2934         (ASM_OUTPUT_ADDR_VEC_ELT): As above.
2935         (ASM_OUTPUT_ADDR_DIFF_ELT): As above.
2936         * pa.md (btable_branch): New instruction type.
2937         (in_branch_delay, in_nullified_branch_delay, in_call_delay): Disallow
2938         btable branches.
2939         (define_delay): Add btable branches to insn types that may have an
2940         insn in the delay position.
2941         (Z2, Z3): Add btable branch to list.
2942         Simplify unamed pattern set copy pic_label_operand to register.  Add
2943         PA 2.0 variant.
2944         (short_jump): New jump for use in branch tables.
2945         (casesi, casesi0): Revise for new branch table formats.
2946         (casesi32, casesi32p, casesi64p): New casesi patterns.
2947         (indirect_jump): Move.
2948
2949 2003-10-29  David Edelsohn  <edelsohn@gnu.org>
2950
2951         * config/rs6000/rs6000.h (UNITS_PER_WORD): Revert to
2952         !TARGET_POWERPC64.
2953         (UNITS_PER_GPR_WORD): Delete.
2954         (HARD_REGNO_NREGS): Revert to UNITS_PER_WORD.
2955         (HARD_REGNO_MODE_OK): Same.
2956         (CLASS_MAX_NREGS): Same.
2957
2958 2003-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2959
2960         * pa.h (ASM_COMMENT_START): Define.
2961
2962 2003-10-29  Zack Weinberg  <zack@codesourcery.com>
2963
2964         * genmodes.c (complete_mode): Record MODE_CC, MODE_INT,
2965         MODE_FLOAT, and MODE_PARTIAL_INT modes as having one
2966         component, not zero.
2967
2968 2003-10-29  Andreas Schwab  <schwab@suse.de>
2969
2970         * config/ia64/t-ia64 (LIB2ADDEH): Add $(srcdir)/gthr-gnat.c.
2971
2972 2003-10-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2973
2974         * config/sparc/sparc.c (function_arg_partial_nregs) [TARGET_ARCH64]:
2975         Never return 1 for complex integral modes whose size is lesser or
2976         equal to a word.
2977         (function_arg_pass_by_reference) [TARGET_ARCH64]: Mention CTImode
2978         in the comment.
2979         (function_arg_advance) [TARGET_ARCH64]: Don't special-case complex
2980         modes.
2981         (sparc_va_arg) [TARGET_ARCH64]: Handle any types whose size is
2982         greater than 16 bytes by reference.
2983
2984 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2985
2986         * config/ia64/ia64.c (ia64_assemble_integer): Test POINTER_SIZE,
2987         not TARGET_ILP32.
2988         (ia64_initialize_trampoline): Use globalize_label target call.
2989
2990 2003-10-29  Andreas Schwab  <schwab@suse.de>
2991
2992         * doc/install.texi (Building): Add a sentence about building Ada
2993         for a canadian cross.
2994
2995 2003-10-28  Zack Weinberg  <zack@codesourcery.com>
2996
2997         * config/ia64/ia64.c (cmptf_libfunc): New static.
2998         (ia64_expand_compare): Add logic to open-code calls to
2999         _U_Qfcmp for TFmode comparisons.
3000         (ia64_hpux_init_libfuncs): Initialize cmptf_libfunc.
3001         Set libfuncs for TFmode eq/ne/gt/ge/lt/gt to 0; these should
3002         never be generated anymore.
3003         * config/ia64/ia64.md (cmptf): New expander.
3004
3005 2003-10-28  Zack Weinberg  <zack@codesourcery.com>
3006
3007         * ia64.md (UNSPEC_SETF_EXP,UNSPEC_FR_SQRT_RECIP_APPROX): New constants.
3008         (*sqrt_approx): New instruction pattern for approximate square roots.
3009         (*setf_exp_xf): New instruction pattern for exponentiation.
3010         (*maddxf4_alts_truncsf): New instruction pattern for truncation.
3011         (sqrtsf2_internal_thr): New define_and_split implementing
3012         throughput-optimized inline calculation of SFmode square root.
3013         (sqrtdf2_internal_thr): Likewise for DFmode.
3014         (sqrtxf2_internal_thr): Likewise for XFmode.
3015         (sqrtsf2, sqrtdf2, sqrtxf2): New expanders to choose between
3016         latency- and throughput-optimized square root algorithms.
3017         * ia64.h (MASK_INLINE_SQRT_LAT, MASK_INLINE_SQRT_THR,
3018         TARGET_INLINE_SQRT_LAT, TARGET_INLINE_SQRT_THR, TARGET_INLINE_SQRT):
3019         New macros.
3020         (TARGET_SWITCHES): Add -minline-sqrt-min-latency and
3021         -minline-sqrt-max-throughput.
3022         * ia64.c (ia64_override_options): If both -minline-sqrt-min-latency
3023         and -minline-sqrt-max-throughput are given, notify the user
3024         that both options cannot be used simultaneously.
3025         If -minline-sqrt-min-latency is given, notify the user that
3026         this mode is not yet implemented.
3027         (rtx_needs_barrier): Reformat initial comment to obey
3028         72-character width limit.  Support UNSPEC_SETF_EXP and
3029         UNSPEC_FR_SQRT_RECIP_APPROX.
3030
3031 2003-10-29  Alan Modra  <amodra@bigpond.net.au>
3032
3033         * config/rs6000/rs6000.md (movdf_softfloat64): Allow dummy ctr,ctr
3034         moves.
3035
3036 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3037
3038         PR target/11598
3039         PR libgcj/10610
3040         * config/rs6000/sysv4.h (PREFERRED_STACK_BOUNDARY): New macro.
3041
3042 2003-10-28  Richard Earnshaw  <rearnsha@arm.com>
3043
3044         * arm.c (arm_output_epilogue): When using a frame pointer, don't emit
3045         an extra stack adjustment insn if the stack pointer is already
3046         pointing at the right place.
3047         (use_return_insn): Allow a return insn to be used when we have a
3048         frame pointer if the stack pointer is in the right place.
3049         (output_return_instruction): Handle it.
3050
3051 2003-10-28  Andreas Jaeger  <aj@suse.de>
3052
3053         * ggc-zone.c (check_cookies): Add missing variable.
3054         Add void to prototypes.
3055
3056 2003-10-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3057
3058         * config/mips/irix6-libc-compat.c (inet_makeaddr): Prototype.
3059         * crtstuff.c (__do_global_ctors_1): Move prototype.
3060         * unwind-dw2.c (NO_SIZE_OF_ENCODED_VALUE): Define when
3061         appropriate.
3062         * unwind-sjlj.c (_Unwind_GetCFA, _Unwind_FindEnclosingFunction):
3063         Mark parameter with __attribute__((unused)).
3064
3065 2003-10-27  Zack Weinberg  <zack@codesourcery.com>
3066
3067         * c-decl.c (pushdecl): Clarify comment.
3068
3069 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
3070
3071         * doc/install.texi: Update instructions for Ada cross builds
3072
3073         PR ada/5909:
3074         * doc/sourcebuild.texi: Document Ada test suite.
3075
3076 2003-10-27  Stephane Carrez  <stcarrez@nerim.fr>
3077
3078         * config/m68hc11/m68hc11.c: Convert to ISO C90.
3079         * config/m68hc11/m68hc11-protos.h: Likewise.
3080
3081 2003-10-27  Jan Hubicka  <jh@suse.cz>
3082             Eric Botcazou  <ebotcazou@libertysurf.fr>
3083
3084         * toplev.c (enum dump_file_index, dump_file): Fix ordering of
3085         webizer pass dump.
3086
3087 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
3088             Jan Hubicka  <jh@suse.cz>
3089
3090         * reload1.c (struct elim_table): Change offset, initial_offset and
3091         previous_offset fields to HOST_WIDE_INT.
3092         (offsets_at): Change from int to HOST_WIDE_INT.
3093         (reload): Adjust offsets_at initialization.
3094         (eliminate_regs_in_insn): Change type of offset to HOST_WIDE_INT.
3095         (verify_initial_elim_offsets): Change type of t to HOST_WIDE_INT.
3096         * config/i386/i386.c (ix86_compute_frame_layout): Change offset type
3097         to HOST_WIDE_INT.  Don't save regs using mov for huge frame sizes
3098         if TARGET_64BIT.
3099         (pro_epilogue_adjust_stack): New function.
3100         (ix86_expand_prologue, ix86_expand_epilogue): Use it.
3101         * config/i386/i386.md (pro_epilogue_adjust_stack): Remove.
3102         (pro_epilogue_adjust_stack_1): Remove * in front of name.
3103         (pro_epilogue_adjust_stack_rex64): Handle -2147483648 properly.
3104         (pro_epilogue_adjust_stack_rex64_2): New insn.
3105
3106         * config/i386/i386.c (ix86_expand_epilogue): Fix comment typo.
3107
3108         * config/i386/i386.c (ix86_expand_call): Replace 40 with
3109         FIRST_REX_INT_REG + 3 /* R11 */.
3110
3111 2003-10-26  Richard Henderson  <rth@redhat.com>
3112
3113         * config/alpha/alpha.md (attr cannot_copy): New.
3114         (call_osf_2_er, call_value_osf_2_er, ldgp_er_1, ldgp_er_2,
3115         prologue_ldgp_er_2, prologue_ldgp_1): Set it.
3116         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Test it.
3117
3118 2003-10-26  Daniel Berlin  <dberlin@dberlin.org>
3119
3120         * ggc-zone.c:  New file, zone allocating collector.
3121         * configure: Accept zone option for --with-gc
3122         * configure.in: Ditto.
3123         * ggc.h (ggc_pch_count_object): Pass bool indicating
3124         stringiness. Update all callers.
3125         (ggc_pch_alloc_object): Ditto.
3126         (ggc_pch_write_object): Ditto.
3127         (ggc_alloc_rtx): Use typed allocation, since all RTX's are of a single
3128         type.
3129         (ggc_alloc_rtvec): Ditto.
3130         (ggc_alloc_tree): Use zone allocation, since some things using this macro
3131         aren't a single typecode.
3132         * ggc-none.c (ggc_alloc_typed): New function.
3133         (ggc_alloc_zone): Ditto.
3134         * ggc-page.c: Ditto on both functions.
3135
3136 2003-10-26  Gunther Nikl  <gni@gecko.de>
3137
3138         * config/m68k/m68k.c (m68k_compute_frame_layout): Ensure FPU related
3139         frame information is always valid.
3140         (m68k_output_function_prologue): Remove superfluous TARGET_68881
3141         test; fix formatting.
3142
3143 2003-10-26  Gunther Nikl  <gni@gecko.de>
3144
3145         * config/m68k/m68k.c (m68k_compute_frame_layout): Swap reg_mask and
3146         reg_rev_mask computation.
3147         (m68k_output_function_prologue): Fix usage of current_frame (one typo
3148         and one missing); use reg_rev_mask not reg_mask.
3149         (m68k_output_function_epilogue): Fix usage of current_frame;
3150         use fpu_rev_mask not fpu_mask.
3151
3152 2003-10-26  Bernardo Innocenti  <bernie@develer.com>
3153
3154         * config/m68k/m68k.c (m68k_output_function_prologue): Eliminate
3155         num_saved_regs, use current_frame.reg_no instead.
3156
3157 2003-10-26  Bernardo Innocenti  <bernie@develer.com>
3158             Paul Dale  <pauli@snapgear.com>
3159
3160         * doc/extend.texi (interrupt_handler): Add m68k to the
3161         list of processors implementing it.
3162         * doc/invoke.texi (-msep-data): Document new m68k option.
3163         (-mno-sep-data): Likewise.
3164         (-mid-shared-library): Likewise.
3165         (-mno-id-shared-library): Likewise.
3166         (-mshared-library-id): Likewise.
3167
3168 2003-10-26  Andreas Jaeger  <aj@suse.de>
3169
3170         * unwind-dw2.c (_Unwind_GetGR): Avoid warning about unsigned
3171         comparison.
3172         (_Unwind_SetGR): Likewise.
3173
3174 2003-10-26  Ottavio Campana <ottavio@campana.vi.it>
3175
3176         PR target/12690
3177         * config/i386/mmintrin.h (_mm_set1_pi8): Fix comment.
3178
3179 2003-10-26  Gunther Nikl  <gni@gecko.de>
3180
3181         * config/m68k/m68k.c (m68k_output_function_prologue): Move front
3182         comment from here to...
3183         (m68k_save_reg): ...here. Fix comment formatting.
3184         (m68k_output_function_prologue): Fix comment formatting.
3185         (m68k_output_function_epilogue): Likewise.
3186         (const_method): Likewise.
3187
3188 2003-10-26  Kazu Hirata  <kazu@cs.umass.edu>
3189
3190         * toplev.c (default_get_pch_validity): Guard the use of
3191         target_options with #ifdef TARGET_OPTIONS.
3192         (default_pch_valid_p): Likewise.
3193
3194 2003-10-26  Andreas Jaeger  <aj@suse.de>
3195             Zack Weinberg  <zack@codesourcery.com>
3196             Andreas Tobler <toa@pop.agri.ch>
3197
3198         * dwarf2out.c (output_cfi): Use HOST_WIDE_INT_PRINT.
3199         (output_die): Likewise.
3200         (print_die): Likewise.
3201
3202 2003-10-26  Andreas Jaeger  <aj@suse.de>
3203
3204         * tree.h (dwarf2out_def_cfa, dwarf2out_args_size,
3205         dwarf2out_reg_save, new_loc_descr): Update prototypes for recent
3206         dwarf2out.c change.
3207
3208         * toplev.c (default_pch_valid_p): Fix warning.
3209
3210 2003-10-25  Roger Sayle  <roger@eyesopen.com>
3211
3212         * simplify-rtx.c (simplify_replace_rtx): Avoid allocating duplicate
3213         RTL nodes.  If an operator's operands are unchanged, return the
3214         original argument unchanged.
3215
3216 2003-10-26  Graham Stott  <graham.stott@btinternet.com>
3217
3218         Fix bootstrap failure.
3219         * expmed.c (store_bit_field): Don't compare bitsize against
3220         modes with zero bit-size.
3221
3222         (extract_bit_field): Likewise
3223
3224 2003-10-25  Jan Hubicka  <jh@suse.cz>
3225
3226         * dwarf2out.c (dw_cfi_oprnd_struct): Offset is HOST_WIDE_INT.
3227         (cfa_loc): Likewise.
3228         (reg_save, stack_adjust_offset, queue_reg_save): Replace long by
3229         HOST_WIDE_INT.
3230         (args_size, old_args_size): change type to HOST_WIDE_INT.
3231         (dwarf2out_def_cfa, dwarf2out_args_size,
3232         dwarf2out_reg_save, new_loc_descr): offset is HOST_WIDE_INT.
3233         (dw_val_struct): integers, unsigneds and offsets are HOST_WIDE_INT.
3234         (add_AT_int, add_AT_unsigned, att_AT_offset, AT_int, AT_unsigned,
3235         AT_offset): Use HOST_WIDE_INT.
3236         (based_loc_descr): offset is HOST_WIDE_INT.
3237         (add_data_member): Likewise.
3238         (add_const_value_attribute): Simplify.
3239
3240 2003-10-25  Richard Henderson  <rth@redhat.com>
3241
3242         * config/i386/i386.c (ix86_eax_live_at_start_p): New.
3243         (ix86_expand_prologue): Save and restore eax around stack probe
3244         if it's live.
3245
3246 2003-10-25  Jan Hubicka  <jh@suse.cz>
3247
3248         * cppcharset.c (one_utf8_to_utf32): Initialize 's' to silence warning.
3249
3250 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3251
3252         PR target/12712
3253         * reg-stack.c (convert_regs_1): Create an arbitrary input stack
3254         if the block has no predecessors.
3255         (convert_regs_2): Document the problem with successors whose
3256         only predecessor is the block to be processed.
3257         (convert_regs): Don't create the arbitrary input stack here.
3258
3259 2003-10-24  Zack Weinberg  <zack@codesourcery.com>
3260
3261         * genmodes.c (struct mode_data): Add contained and next_cont
3262         fields.
3263         (complete_mode): Maintain linked list of modes that have a
3264         given component.
3265         (emit_mode_unit_size): Delete.
3266         (emit_mode_nunits): New.
3267         (emit_insn_modes_c): Update to match.
3268         (emit_mode_adjustments): Propagate size and alignment
3269         adjustments from component modes to their containers.
3270         * machmode.h (mode_unit_size): Delete.
3271         (mode_nunits): New.
3272         (GET_MODE_NUNITS): Just return the value in the table.
3273         (GET_MODE_UNIT_SIZE): Compute using GET_MODE_INNER and
3274         GET_MODE_SIZE.
3275         * expmed.c (store_bit_field, extract_bit_field): Can use a
3276         plain move instruction if bitsize >= GET_MODE_BITSIZE of
3277         destination/source mode, respectively.
3278         * varasm.c (assemble_real): Write out the full size of the
3279         constant, not just its bitsize.
3280         (output_constant): Honor TYPE_MODE of TREE_REAL_CSTs.
3281
3282         * config/ia64/ia64-modes.def: Define XFmode as well as TFmode.
3283         Use ADJUST_BYTESIZE and ADJUST_ALIGNMENT to set size and
3284         alignment of XF and TF modes in compliance with ia64 ABIs.
3285         Can now hardwire the format of both modes.
3286         * config/ia64/ia64.c: Change TFmode to XFmode wherever appropriate.
3287         (general_tfmode_operand, destination_tfmode_operand)
3288         (tfreg_or_fp01_operand, spill_tfmode_operand): Rename to
3289         general_xfmode_operand, destination_xfmode_operand,
3290         xfreg_or_fp01_operand, spill_xfmode_operand respectively.
3291         (ia64_init_builtins): Make TYPE_PRECISION of fpreg_type
3292         and float80_type be 96 so they get XFmode.  Use !TARGET_HPUX,
3293         not INTEL_EXTENDED_IEEE_FORMAT, to decide how to define
3294         __float128.
3295         * config/ia64/ia64.h: Default TARGET_HPUX to 0.
3296         Change TFmode to XFmode wherever appropriate.  Remove all
3297         references to INTEL_EXTENDED_IEEE_FORMAT.
3298         (LONG_DOUBLE_TYPE_SIZE): Varies with TARGET_HPUX.
3299         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define (always 96).
3300         (PREDICATE_CODES): Update to match function renames.
3301         * config/ia64/ia64.md: Change TF to XF throughout; rename all
3302         patterns to match.  Remove all references to
3303         INTEL_EXTENDED_IEEE_FORMAT.  Update predicate calls to match
3304         function renames.
3305         * config/ia64/ia64-protos.c: Update all prototypes to match
3306         renamed functions.
3307         * config/ia64/hpux.h: Redefine TARGET_HPUX to 1.
3308         Remove all references to INTEL_EXTENDED_IEEE_FORMAT.
3309         * config/ia64/lib1funcs.asm: Add __divxf3 as new name for
3310         __divtf3; keep old name for backward compatibility.
3311         (L__compat): New section providing forwarding stubs for
3312         __fixtfti, __fixunstfti, __floattitf.
3313         * config/ia64/t-ia64: Add __compat to LIB1ASMFUNCS.
3314
3315 2003-10-24  Geoffrey Keating  <geoffk@apple.com>
3316
3317         PR 10757
3318         * c-pch.c: Include target.h.  Improve comments.
3319         (struct c_pch_validity): Add target_data_length.
3320         (pch_init): Add target's validity data.
3321         (c_common_valid_pch): Check target's validity data.
3322         * target-def.h (TARGET_GET_PCH_VALIDITY): New.
3323         (TARGET_PCH_VALID_P): New.
3324         (TARGET_INITIALIZER): Add new fields.
3325         * target.h: Include tm.h.
3326         (struct gcc_target): Add get_pch_validity, pch_valid_p.
3327         * toplev.h (default_get_pch_validity): New prototype.
3328         (default_pch_valid_p): New prototype.
3329         * toplev.c (default_get_pch_validity): New routine.
3330         (default_pch_valid_p): New routine.
3331         * Makefile.in (TARGET_H): Add TM_H.  Replace all users of
3332         target.h with $(TARGET_H).
3333         (c-pch.o): Add TARGET_H.
3334         * doc/tm.texi (PCH Target): New node.
3335         (TARGET_GET_PCH_VALIDITY): Document.
3336         (TARGET_PCH_VALID_P): Document.
3337
3338 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
3339
3340         * Makefile.in: Define a vpath for %.texi.  Remove explicit $(docdir)
3341         and $(docdir)/include from any *.texi dependencies.
3342         ($(docobjdir)/%.dvi): Depend on stmp-docobjdir.
3343         ($(docobjdir)/%.1): Depend on .pod instead of .texi.
3344         ($(docobjdir)/%.7): Likewise.
3345         (%.pod): New implicit rule.
3346         (cpp.pod): New dependency only rule.
3347         (gcc.pod): New intermediate rule with dependencies and commands.
3348         (gfdl.pod): Likewise.
3349         (fsf-funding.pod): Likewise.
3350
3351 2003-10-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3352
3353         * fixinc/mkfixinc.sh: Remove special cases for svr4 and ptx, and
3354         related code.
3355         * fixinc/fixinc.ptx: Remove.
3356         * fixinc/fixinc.svr4: Remove.
3357
3358 2003-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
3359
3360         * config/s390/s390.c (load_multiple_operation): Allow both SImode
3361         and DImode if word_mode is DImode.
3362         (store_multiple_operation): Likewise.
3363         * config/s390/s390.md ("load_multiple", "store_multiple"): Likewise.
3364         ("*load_multiple_di"): Allow only if word_mode == DImode.
3365         ("movqi"): Use LLGC whenever TARGET_ZARCH.
3366         ("fix_truncdfsi2"): Fix incorrect temporary size.
3367         ("fix_truncsfsi2"): Likewise.
3368         ("*bras_r", "*brasl_r", "*basr_r"): Remove predicate and constraint
3369         string for function return value operand.
3370         ("*bras_tls", "*brasl_tls", "*basr_tls"): Likewise.
3371
3372 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
3373
3374         * c-parse.in (array_declarator): Use expr_no_commas.
3375         Fixes PR c/11943.
3376
3377 2003-10-24  Richard Sandiford  <rsandifo@redhat.com>
3378
3379         * config/mips/linux.h: Wrap MD_FALLBACK_FRAME_STATE_FOR and
3380         associated includes in #ifndef inhibit_libc.
3381
3382 2003-10-24  Roger Sayle  <roger@eyesopen.com>
3383
3384         * doc/libgcc.texi: Document some more of the libgcc API.
3385
3386 2003-10-24  Richard Earnshaw  <rearnsha@arm.com>
3387
3388         * arm.c (arm_rtx_costs_1, case TARGET_THUMB): Adjust costs for
3389         comparing a constant with small negative numbers and add costing
3390         for constants in conjunction with AND.
3391         (note_invalid_constants): Tidy previous change.
3392         (thumb_cmp_operand): Tidy.
3393         (thumb_cmpneg_operand): New function.
3394         * arm.h (CONDITIONAL_REGISTER_USAGE): Don't use HI regs if optimizing
3395         for size.
3396         (FIRST_LO_REGNUM, FIRST_HI_REGNUM, LAST_HI_REGNUM): Define.
3397         (PREDICATE_CODES): Add thumb_cmpneg_operand.
3398         * arm.md (cbranchsi4): Convert to define_expand.  Handle comparison
3399         with a negative constant.
3400         (cbranchsi4_insn): Matcher for cbranchsi4.
3401         (cbranchsi4_scratch): Similar, but a scratch is available for
3402         handling negative constants.
3403         (movsi_cbranchsi4): New pattern.
3404         (tstsi3_cbranch): Renamed from andsi3_cbranch_scratch, remove scratch
3405         and use the TST instruction.
3406         (andsi3_cbranch, orrsi3_cbranch, xorsi3_cbranch, cbranchne_decr1)
3407         (addsi3_cbranch, subsi3_cbranch): Ensure that register preferencing
3408         cannot see high regs or memory alternatives.
3409         (bicsi3_cbranch_scratch, bicsi3_cbranch): New patterns.
3410
3411 2003-10-24  Richard Earnshaw  <rearnsha@arm.com>
3412
3413         * arm.c (note_invalid_constants): Try to extract the constant
3414         pool value using avoid_constant_pool_reference; only use
3415         get_pool_constant if that returns the original reference.
3416
3417 2003-10-24  Jan Hubicka  <jh@suse.cz>
3418
3419         PR c++/12624
3420         * varasm.c (notice_global_symbol): Disqualify global registers.
3421
3422 2003-10-23  Roger Sayle  <roger@eyesopen.com>
3423
3424         PR middle-end/11414
3425         * loop.c (load_mems): Use redirect_jump to forward jumps from
3426         the original loop end label to the new "loop sink" block's label.
3427
3428 2003-10-23  Roger Sayle  <roger@eyesopen.com>
3429
3430         PR middle-end/12705
3431         * optabs.c (expand_binop): When expanding complex operations
3432         inline, always calculate result into a new temporary register.
3433         Minor code clean-ups.
3434
3435 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3436
3437         * objc/lang-specs.h: Handle -print-objc-runtime-info.
3438         * doc/invoke.texi (Objective-C Dialect Options): Document it.
3439
3440 2003-10-24  Danny Smith  <dannysmith@users.sourceforge.net>
3441
3442         * config/i386/cygwin.asm: Add copyright notice. Add comment
3443         on why this code is needed.
3444
3445 2003-10-23  Kazu Hirata  <kazu@cs.umass.edu>
3446
3447         * config/h8300/clzhi2.c: Fix warnings.
3448         * config/h8300/ctzhi2.c: Likewise.
3449         * config/h8300/fixunssfsi.c: Likewise.
3450         * config/h8300/parityhi2.c: Likewise.
3451         * config/h8300/popcounthi2.c: Likewise.
3452
3453 2003-10-23  James E Wilson  <wilson@specifixinc.com>
3454
3455         * gcc.c (option_map): Delete --target and --use-version.
3456
3457 2003-10-23  Fariborz Jahanian  <fjahanian@apple.com>
3458             David Edelsohn  <edelsohn@gnu.org>
3459
3460         * config/rs6000/rs6000.h (UNITS_PER_WORD): Use TARGET_32BIT, not
3461         TARGET_POWREPC64.
3462         (UNITS_PER_GPR_WORD): Define.
3463         (HARD_REGNO_NREGS): Use UNITS_PER_GPR_WORD.
3464         (HARD_REGNO_CALL_PART_CLOBBERED): Define.
3465         (HARD_REGNO_MODE_OK): Use UNITS_PER_GPR_WORD.
3466         (CLASS_MAX_NREGS): Use UNITS_PER_GPR_WORD.
3467         * config/rs6000/rs6000.c (function_arg): Generate PARALLEL for
3468         DFmode and DImode in 32-bit ABI / 64-bit computation mode.
3469         (rs6000_emit_prologue): Select reg_mode and reg_size using
3470         TARGET_32BIT, not TARGET_POWERPC64.
3471         (rs6000_function_value): Generate PARALLEL for DImode in 32-bit
3472         ABI / 64-bit computation mode
3473
3474 2003-10-22  Andrew Haley  <aph@redhat.com>
3475
3476         * toplev.c (output_file_directive): Allow for null input_name.
3477
3478 2003-10-22  Waldek Hebisch <hebisch@math.uni.wroc.pl>
3479
3480         * config/i386/i386.c (classify_argument): Handle SET_TYPE.
3481
3482 2003-10-22  Chris Demetriou  <cgd@broadcom.com>
3483
3484         * configure.in: In --enable-generated-files-in-srcdir option
3485         handling, fix default case handling.
3486         * configure: Regenerate.
3487
3488 2003-10-22  Phil Edwards  <phil@codesourcery.com>
3489
3490         * config.gcc:  Update *-*-vxworks* generic hook and comments.
3491         (arm-wrs-vxworks, i[4567]86-wrs-vxworks, mips-wrs-vxworks,
3492         mips-wrs-windiss, sh-wrs-vxworks):  New stanzas.
3493         * genmultilib:  Allow the MULTILIB_OSDIRNAMES to be mapped directly.
3494         * config/svr4.h (SWITCH_TAKES_ARG):  Undefine it before redefining it.
3495         * config/windiss.h:  New file.
3496         * config/arm/t-vxworks:  New file.
3497         * config/arm/vxworks.h:  New file.
3498         * config/i386/t-vxworks:  New file.
3499         * config/i386/vxworks.h:  New file.
3500         * config/mips/t-vxworks:  New file.
3501         * config/mips/vxworks.h:  New file.
3502         * config/mips/windiss.h:  New file.
3503         * config/sh/t-vxworks:  New file.
3504         * config/sh/vxworks.h:  New file.
3505
3506 2003-10-22  Kazu Hirata  <kazu@cs.umass.edu>
3507
3508         * config/h8300/h8300.c (h8300_output_function_epilogue): Remove.
3509         (h8300_saveall_function_p): New.
3510         (h8300_insert_attributes): Insert the saveall attribute if
3511         #pragma saveall is specified.
3512         (h8300_attribute_table): Add saveall.
3513         (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
3514         * doc/extend.texi: Mention the saveall attribute.
3515
3516 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3517
3518         * c-typeck.c (pedantic_lvalue_warning): Unconditionally warn of
3519         deprecation of casts as lvalues.
3520         * fixinc/inclhack.def (obstack_lvalue_cast): New fix.
3521         * fixinc/fixincl.x: Regenerate.
3522         * fixinc/tests/base/obstack.h: New test.
3523
3524 2003-10-22  Andreas Schwab  <schwab@suse.de>
3525
3526         PR target/12676
3527         * config/m68k/m68k.c (output_addsi3): Fix range check to work on
3528         LP64 platforms.
3529
3530 2003-10-22  Jan Hubicka  <jh@suse.cz>
3531
3532         * dwarf2out.c (dwarf2out_abstract_function): Use DW_AT to check
3533         presence of DW_AT_inline.
3534         (gen_subprogram_die): Likewise; do not abort instead of emitting
3535         DW_AT_not_inline.
3536
3537 2003-10-22  Jan Hubicka  <jh@suse.cz>
3538
3539         * cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when
3540         global info is not ready.
3541
3542 2003-10-22  Kazu Hirata  <kazu@cs.umass.edu>
3543
3544         * doc/extend.texi: Mention H8S wherever H8/300H is mentioned.
3545
3546 2003-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
3547
3548         * config/s390/s390.md ("movstr_short_64", "movstr_short_31"): Merge ...
3549         ("*movstr_short"): ... into this insn pattern.
3550         ("movstr_short"): New expander.
3551         ("*movstr_long_64"): Rename from "movstr_long_64", simplify.
3552         ("*movstr_long_31"): Rename from "movstr_long_31", simplify.
3553         ("movstr_long"): New expander.
3554         ("clrstr_short_64", "clrstr_short_31"): Merge ...
3555         ("*clrstr_short"): ... into this insn pattern.
3556         ("clrstr_short"): New expander.
3557         ("*clrstr_long_64"): Rename from "clrstr_long_64", simplify.
3558         ("*clrstr_long_31"): Rename from "clrstr_long_31", simplify.
3559         ("clrstr_long"): New expander.
3560         ("cmpmem_short_64", "cmpmem_short_31"): Merge ...
3561         ("*cmpmem_short"): ... into this insn pattern.
3562         ("cmpmem_short"): New expander.
3563         ("*cmpmem_long_64"): Rename from "cmpmem_long_64".
3564         ("*cmpmem_long_31"): Rename from "cmpmem_long_31".
3565         ("cmpmem_long"): New expander.
3566         * config/s390/s390.c (s390_expand_movstr): Use new expanders.
3567         (s390_expand_clrstr): Likewise.
3568         (s390_expand_cmpmem): Likewise.
3569
3570 2003-10-22  Mark Mitchell  <mark@codesourcery.com>
3571
3572         * c-pch.c (struct c_pch_validity): Add pch_init field.
3573         (pch_init): Set it.
3574         (c_common_valid_pch): Check it.
3575
3576 2003-10-22  David Taylor <dtaylor@emc.com>
3577
3578         PR debug/12500
3579         * dbxout.c (dbxout_typedefs): Use COMPLETE_OR_VOID_TYPE_P.
3580
3581 2003-10-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3582
3583         * config/alpha/alpha.c (function_value [ENABLE_CHECKING]): Don't call
3584         alpha_return_in_memory if no VALTYPE specified.
3585
3586 2003-10-22  Jan Hubicka  <jh@suse.cz>
3587
3588         PR debug/12389
3589         * Makefile.in (dwarf2out.o): Depend on cgraph.h.
3590         * cgraph.c (cgraph_function_possibly_inlined_p): New function.
3591         * cgraph.h (cgraph_function_possibly_inlined_p): Declare.
3592         (cgraph_global_info): Add flag inlined
3593         * dwarf2out.c (gen_subprogram_die, gen_decl_die): Use
3594         cgraph_function_possibly_inded_p
3595         * cgraphunit.c (mark_inline): Set inlined flag.
3596         * toplev.c (rest_of_decl_compilation): Call outlining_inline_function
3597         only for possibly inlined functions.
3598         * c-decl.c (duplicate_decls): Never output abstract DIE representing old
3599         body of function.
3600
3601 2003-10-22  Andrew Haley  <aph@redhat.com>
3602
3603         * varasm.c (output_constructor): Make constructor annotation
3604         conditional on ASM_COMMENT_START.
3605
3606 2003-10-21  Jason Merrill  <jason@redhat.com>
3607
3608         * tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.
3609         (get_narrower): Likewise.
3610
3611         * stor-layout.c (layout_decl): Do packed field alignment for
3612         bit-fields, too.
3613
3614 2003-10-21  Eric Christopher  <echristo@redhat.com>
3615
3616         * expr.c (convert_move): Use FLOAT_EXTEND for extensions.
3617
3618 2003-10-21  Geoffrey Keating  <geoffk@apple.com>
3619
3620         * c-pch.c: Add comments in various places.
3621         (struct c_pch_validity): Add the lengths of various strings.
3622         (host_machine): New static.
3623         (target_machine): New static.
3624         (get_ident): Bump version number.
3625         (pch_init): Write out version, host, target validity data.
3626         (c_common_valid_pch): Check version, host, target.
3627         * Makefile.in (c-pch.o): Add version.h; define HOST_MACHINE and
3628         TARGET_MACHINE.
3629
3630 2003-10-21  Jason Merrill  <jason@redhat.com>
3631
3632         * tree.h (IS_EXPR_CODE_CLASS): Use strchr.
3633         (EXPR_P): New macro.
3634
3635 2003-10-21  Zack Weinberg  <zack@codesourcery.com>
3636
3637         * config/ia64/ia64.md (cmpxchg_acq_si): Mark operand 3 as DImode.
3638         * config/ia64/ia64.c (ia64_expand_fetch_and_op,
3639         ia64_expand_op_and_fetch): Make sure the REG for ar.ccv is
3640         DImode.   Use convert_move to load ar.ccv.
3641         (ia64_expand_compare_and_swap): Likewise.
3642         If expand_expr doesn't put 'old' and 'new' in the proper
3643         modes, run them through convert_to_mode.
3644
3645 2003-10-21  Eric Christopher  <echristo@redhat.com>
3646
3647         * config/frv/frv.c (frv_adjust_field_align): Check DECL_ARTIFICIAL
3648         for too large bitfields.
3649
3650 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
3651
3652         * Makefile.in ($(docobjdir)/%.info): Honor BUILD_INFO.
3653
3654 2003-10-21  Andrew Haley  <aph@redhat.com>
3655
3656         * varasm.c (output_constructor): Annotate constructor.
3657
3658 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
3659
3660         * Makefile.in ($(DESTDIR)$(infodir)/%.info): Conditionalize chmod
3661         on existence of destination file.
3662
3663 2003-10-21  Jan Hubicka  <jh@suse.cz>
3664
3665         * haifa-sched.c (choose_ready): Initialize index.
3666
3667 2003-10-21  Jason Merrill  <jason@redhat.com>
3668
3669         * tree.c (build1): Fix off-by-one error.
3670
3671 2003-10-21  Robert Millan  <robertmh@gnu.org>
3672
3673         * config/i386/kfreebsdgnu.h: New. i386-*-kfreebsd-gnu definitions.
3674         * config/kfreebsdgnu.h: New. *-*-kfreebsd-gnu definitions.
3675         * config/t-kfreebsd-gnu: New. *-*-kfreebsd-gnu tmake_file.
3676         * config.gcc: Add *-*-kfreebsd*-gnu and i[34567]86-*-kfreebsd*-gnu.
3677
3678 2003-10-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3679
3680         * web.c: Fix various comments.
3681
3682 2003-10-20  Nicolas Pitre <nico@cam.org>
3683
3684         * config/arm/arm.c (arm_override_options): Set arm_constant_limit
3685         to 2 instead of 1 when optimize_size is true.  Gather code based on
3686         optimize_size together.  Add comment about XScale load latency.
3687
3688 2003-10-21  Gunther Nikl  <gni@gecko.de>
3689
3690         * config/m68k/m68k.c (m68k_output_function_prologue): Remove
3691         obsolete comments.
3692
3693 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
3694
3695         * Makefile.in: Get parsedir and docobjdir from configure.
3696         * configure.in: Recogonize --enable-generated-files-in-srcdir.
3697         Pass along parsedir and docobjdir.
3698         * configure: Regenerate.
3699         * doc/install.texi: Document --enable-generated-files-in-srcdir.
3700
3701 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
3702
3703         * Makefile.in: Define $(docdir) before the Make-lang.in fragments are
3704         included.
3705
3706 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3707
3708         * c-common.c (expand_tree_builtin): Ensure creal and cimag
3709         functions do not return lvalues.
3710
3711 2003-10-20  Jason Merrill  <jason@redhat.com>
3712
3713         PR c/12553
3714         * tree.c (build1) <ADDR_EXPR>: Set TREE_SIDE_EFFECTS
3715         appropriately.
3716
3717         PR c/11446
3718         * stor-layout.c (layout_decl): Fix alignment handling.
3719
3720 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3721
3722         * doc/extend.texi: Deprecate casts as lvalues.
3723
3724 2003-10-20  Jan Hubicka  <jh@suse.cz>
3725
3726         * toplev.c (rest_of_compilation): Fix webizer pass ordering.
3727
3728         * cgraphunit.c (decide_is_function_needed):  Fix test dealing
3729         with functions implicitly made inline.
3730
3731         * cgraphunit.c (cgraph_decide_inlining_incrementally):  New function.
3732         (cgraph_finalize_function): Use it.
3733         (cgraph_mark_inline): Allow incrmental decisions
3734         * invoke.texi (max-inline-slope, min-inline-insns): Kill.
3735         * params.def (PARAM_MAX_INLINE_SLOPE, PARAM_MIN_INLINE_INSNS): Kill.
3736         * tree-inline.c (limits_allow_inlining): Kill.
3737         (expand_call_inline): Always use unit-at-a-time path.
3738
3739 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
3740
3741         * fixinc/inclhack.def (hpux11_snprintf): New edit.
3742         * fixinc/fixincl.x: Regenerate.
3743         * fixinc/tests/base/stdio.h: Add test for hpux11_snprintf.
3744
3745 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
3746
3747         * Makefile.in (install-info): Simplify.
3748         ($(DESTDIR)$(infodir)/%.info): New rule.
3749         * configure.in (target_list): Remove install-info.
3750         * doc/.cvsignore (gcc.info*): Remove.
3751         (gccint.info*): Likewise.
3752         (gccinstall.info*): Likewise.
3753         (cpp.info*): Likewise.
3754         (cppinternals.info*): Likewise.
3755         (*.info*): Add it.
3756         * doc/sourcebuild.texi: Update description of install-info.
3757         * objc/Make-lang.in (objc.install-info): Remove.
3758
3759 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3760
3761         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Define _ABIO32.
3762         Use it in _MIPS_SIM definition.
3763         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Likewise.
3764
3765 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
3766
3767         * config/i386/i386.c (print_reg): Abort if REGNO (x) is a
3768         virtual register, but only if file == asm_out_file.
3769         * config/i386/i386.h (HI_REGISTER_NAMES): Use "argp", not "",
3770         for ARG_POINTER_REGNUM.
3771
3772 2003-10-20  Zack Weinberg  <zack@codesourcery.com>
3773
3774         * c-common.c (registered_builtin_types): New static.
3775         (c_common_type_for_mode): Consult registered_builtin_types.
3776         (c_register_builtin_type): Add type to registered_builtin_types.
3777         * optabs.c (init_floating_libfuncs): Initialize libfuncs for
3778         all MODE_FLOAT modes, not just the ones corresponding to
3779         float_type_node, double_type_node, and long_double_type_node.
3780
3781 2003-10-20  Richard Henderson  <rth@redhat.com>
3782
3783         * config/alpha/alpha.h (PREDICATE_CODES): Add normal_memory_operand.
3784         * config/alpha/alpha-protos.h: Remove PREDICATE_CODES prototypes.
3785
3786 2003-10-20  Dorit Naishlos  <dorit@il.ibm.com>
3787
3788         * config/rs6000/rs6000.h: (rs6000_sched_insert_nops):
3789         support new flag -minsert-sched-nops.
3790         (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Define.
3791         * config/rs6000/rs6000.c: (rs6000_sched_insert_nops):
3792         support new flag -minsert-sched-nops.
3793         (is_cracked_insn, is_microcoded_insn): New functions.
3794         (rs6000_sched_finish): New function.
3795         (rs6000_issue_rate): Return 5 for power4.
3796         (get_next_active_insn, insn_terminates_group_p): New
3797         functions.
3798         (is_costly_group, force_new_group): New functions.
3799         (redefine_groups, pad_groups): New functions.
3800         (rs6000_variable_issue): Use new functions.
3801         * doc/invoke.texi (-minsert-sched-nops): Document new
3802         option.
3803
3804 2003-10-20  David S. Miller  <davem@redhat.com>
3805
3806         * config/sparc/sparc.md (type attribute): Add new insn types
3807         fpa, fpm_pack, fgm_mul, fgm_pdist, and fgm_cmp for VIS.
3808         (patterns emitting VIS insns): Use them.
3809         * config/sparc/ultra1_2.md: Add VIS scheduling rules.
3810         * config/sparc/ultra3.md: Likewise.
3811
3812 2003-10-20  Falk Hueffner  <falk@debian.org>
3813
3814         PR target/12654
3815         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't do
3816         comparison against constant by adjusting the argument except for
3817         EQ and NE.
3818
3819 2003-10-19  Mark Mitchell  <mark@codesourcery.com>
3820
3821         * config.gcc: Add support for arm926ejs, arm1026ejs, arm1136js,
3822         arm1136jfs, and armv6j.
3823         * config/arm/arm.c (FL_ARCH6J): New macro.
3824         (FL_VFPV2): Likewise.
3825         (all_cores): Add entries for arm926ejs, arm1026ejs, arm1136js,
3826         and arm1136jfs.
3827         (all_architectures): Add entry for armv6j.
3828         (arm_override_options): Add entries for arm926ejs, arm1026ejs,
3829         arm1136js, and arm1136jfs.
3830         * config/arm/arm.h (TARGET_CPU_arm926ej_s): New macro.
3831         (TARGET_CPU_arm1026ej_s): Likewise.
3832         (TARGET_CPU_arm1136j_s): Likewise.
3833         (TARGET_CPU_arm1136jf_s): Likewise.
3834         * doc/invoke.texi: Document new ARM cores and architecture
3835         variants.
3836
3837 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3838
3839         * Makefile.in (toplev.o): Add value-prof.h dependency.
3840         (value-prof.o): Add REGS_H dependency.
3841         * common.opt (fprofile-values, fvpt): New.
3842         * flags.h (flag_value_profile_transformations): Declare.
3843         * opts.c (common_handle_option): Handle -fprofile_values and
3844         -fvpt.
3845         * profile.c (branch_prob): Don't remove death notes here.
3846         * timevar.def (TV_VPT): New.
3847         * value-prof.c: Include regs.h.
3848         (insn_divmod_values_to_profile, gen_divmod_fixed_value, gen_mod_pow2,
3849         gen_mod_subtract, divmod_fixed_value_transform,mod_pow2_value_transform,
3850         mod_subtract_transform, value_profile_transformations): New.
3851         (insn_values_to_profile): Call insn_divmod_values_to_profile.
3852         (find_values_to_profile): Add dumps.
3853         * value-prof.h (value_profile_transformations): Declare.
3854         * toplev.c: Include value-prof.h.
3855         (rest_of_handle_value_profile_transformations): New.
3856         (enum dump_file_index): Add DFI_vpt.
3857         (dump_file): Add vpt dump.
3858         (flag_value_profile_transformations): New.
3859         (lang_independent_options): Add flag_profile_values and
3860         flag_value_profile_transformations.
3861         (rest_of_compilation): Call
3862         rest_of_handle_value_profile_transformations.
3863         (process_options): Let -fvpt imply -fprofile-values.
3864         * doc/invoke.texi (-fvpt): Document.
3865
3866 2003-10-19  Jan Hubicka  <jh@suse.cz>
3867
3868         * i386.c (print_reg): Do not abort on certain registers.
3869
3870         PR optimization/12612
3871         * reg-stack.c (subst_stack_regs_pat):  Use st(1) for clobbers.
3872         * i386.md (fpatan, fyl2x, fscale patterns and expanders): Use
3873         match_scratch; avoid bogus paralles.
3874
3875         PR target/12674
3876         * i386.c (ix86_function_regparm): Disable implicit register passing
3877         conventions when profiling.
3878
3879 2003-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
3880             Richard Henderson  <rth@redhat.com>
3881
3882         PR optimization/8178
3883         * config/i386/i386.md (*movsi_zero): Delete.
3884         (*ffs_no_cmove): Use ix86_expand_clear to zero the third operand.
3885
3886 2003-10-19  Richard Henderson  <rth@redhat.com>
3887
3888         * config/alpha/alpha.c (fix_operator): New.
3889         (divmod_operator): Tidy.
3890         (alpha_emit_xfloating_cvt): Handle UNSIGNED_FIX.
3891         * config/alpha/alpha.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
3892         (PREDICATE_CODES): Update.
3893         * config/alpha/alpha.md (fix_truncdfsi_ieee): Use match_operator.
3894         (fix_truncdfsi_internal, fix_truncdfdi_ieee): Likewise.
3895         (fix_truncsfsi_ieee, fix_truncsfsi_internal): Likewise.
3896         (fix_truncsfdi_ieee): Likewise.
3897         (fix_truncdfdi2, fix_truncsfdi2): Turn into define_expand.
3898         (fixuns_truncdfdi2, fixuns_truncsfdi2, fixuns_trunctfdi2): New.
3899         * config/alpha/alpha-protos.h: Update.
3900
3901 2003-10-19  Richard Sandiford  <rsandifo@redhat.com>
3902
3903         * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Simplify.
3904         * config/mips/mips.c (mips_load_got): Assume Pmode == ptr_mode.
3905         * config/mips/mips.md (extendsidi2, *extendsidi2): Merge. Don't accept
3906         constant operands.
3907
3908 2003-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3909
3910         * doc/extend.texi: Fix typos.
3911         * doc/invoke.texi: Likewise.
3912
3913 2003-10-18  Nicolas Pitre <nico@cam.org>
3914
3915         * config/arm/arm.c (arm_override_options): Use arm_tune_xscale for
3916         XScale optimizations not arm_arch_xscale.
3917         * config/arm/arm.h (CONSTANT_ALIGNMENT_FACTOR, MOVE_RATIO): Likewise.
3918
3919 2003-10-18  Ulrich Weigand  <uweigand@de.ibm.com>
3920
3921         * config/s390/s390-protos.h (shift_count_operand): Add prototype.
3922         * config/s390/s390.c (shift_count_operand): New function.
3923         (s390_extra_constraint): Use it to implement 'Y' constraint.
3924         (print_shift_count_operand): New function.
3925         (print_operand): Use it to implement '%Y'.
3926         * config/s390/s390.h (EXTRA_ADDRESS_CONSTRAINT): Add 'Y' constraint.
3927         (PREDICATE_CODES): Add shift_count_operand.
3928         * config/s390/s390.md ("rotldi3"): Merge alternatives,
3929         using "shift_count_operand" predicate and "Y" constraint,
3930         and "%Y" to output the combined shift count.
3931         ("rotlsi3"): Likewise.
3932         ("ashldi3", "*ashldi3_31", "*ashldi3_64"): Likewise.
3933         ("ashrdi3", "*ashrdi3_31", "*ashrdi3_64", "*ashrdi3_cc_31",
3934         "*ashrdi3_cc_64", "*ashrdi3_cconly_31", "*ashrdi3_cconly_64"): Likewise.
3935         ("ashlsi3", "ashrsi3", "*ashrsi3_cc", "*ashrsi3_cconly"): Likewise.
3936         ("lshrdi3", "*lshrdi3_31", "*lshrdi3_64"): Likewise.
3937         ("lshrsi3"): Likewise.
3938
3939 2003-10-18  Gunther Nikl  <gni@gecko.de>
3940
3941         * config/m68k/m68k.c (m68k_output_function_epilogue): Add missing
3942         argument to asm_fprintf statement.
3943
3944 2003-10-18  Fariborz Jahanian  <fjahanian@apple.com>
3945
3946         * rs6000.md: Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.
3947         (ashrdisi3_noppc64) Generate more efficient code for 32-bit right-shift of
3948         a "long long" argument.
3949
3950 2003-10-18  Alexandre Oliva  <aoliva@redhat.com>
3951
3952         * final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
3953         as well.
3954
3955 2003-10-18  Richard Sandiford  <rsandifo@redhat.com>
3956
3957         * rtl.h (rtl_size): Declare.
3958         (rtunion): Remove rtwint.
3959         (rtx_def): Replace 'fld' with a union of an rtunion or a HOST_WIDE_INT.
3960         (RTX_HDR_SIZE, RTX_SIZE): New macros.
3961         (RTL_CHECK1): Adjust for new rtx_def layout.
3962         (RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2): Likewise.
3963         (XWINT, XCWINT): Likewise.  Access the rtx structure directly.
3964         (X0WINT): Remove.
3965         (X0ANY): New macro.
3966         * rtl.def: Adjust comments for new rtx_def layout.
3967         * ggc.h (ggc_alloc_rtx): Take the rtx code as argument, not the
3968         number of slots.
3969         * rtl.c (rtx_size): New array.
3970         (rtx_alloc): Adjust call to ggc_alloc_rtx.  Use RTX_HDR_SIZE.
3971         (copy_rtx): Use RTX_HDR_SIZE.  Adjust for new rtx_def layout.
3972         (shallow_copy_rtx): Adjust call to ggc_alloc_rtx.  Use RTX_SIZE.
3973         * integrate.c (copy_rtx_and_substitute): Use X0ANY to copy '0' fields.
3974         * emit-rtl.c (copy_most_rtx): Likewise.
3975         (copy_rtx_if_shared): Use RTX_SIZE.
3976         (copy_insn_1): Use RTX_HDR_SIZE.  Adjust for new rtx_def layout.
3977         * gengenrtl.c (gendef): Adjust ggc_alloc_rtx call.  Use RTX_HDR_SIZE.
3978         * gengtype.c (write_rtx_next): Use RTX_HDR_SIZE.
3979         (adjust_field_rtx_def): Expect "rtx_def" to be a union rather than
3980         an array.  Adjust output for new rtx_def layout.
3981         * ggc-page.c (RTL_SIZE): Use RTX_HDR_SIZE.
3982         * reload1.c (eliminate_regs): Use RTX_SIZE.
3983         * rtlanal.c (loc_mentioned_in_p): Adjust for new rtx_def layout.
3984         * gdbinit.in (pi): Likewise.
3985
3986 2003-10-18  Jan Hubicka  <jh@suse.cz>
3987
3988         * integrate.c (copy_decl_for_inlining): Revert previous patch.
3989
3990 2003-10-18  Jan Hubicka  <jh@suse.cz>
3991
3992         * integrate.c (copy_decl_for_inlining): Fix copying of copies.
3993
3994 2003-10-18  Roger Sayle  <roger@eyesopen.com>
3995
3996         * libgcc.texi: Group multi-word types, such as "long double" and
3997         "unsigned int", using braces in @deftypefn and @deftypefnx nodes.
3998         Document __unord?f2 as returning a non-zero value, not just one.
3999
4000 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
4001
4002         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Define.
4003         ($(T)crti.o, $(T)crtn.o): Pass CRTSTUFF_T_CFLAGS here too.
4004
4005 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4006
4007         * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
4008         match_operand.
4009
4010 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4011
4012         * config/sparc/sparc.c (function_arg_record_value_1): New fourth
4013         parameter packed_p.  Search for a DECL_PACKED field only if
4014         packed_p is false.  Pass packed_p recursively.
4015         (function_arg_record_value_2): Likewise.
4016         (function_arg_record_value): Update calls to
4017         function_arg_record_value_1 and function_arg_record_value_2.
4018
4019 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4020
4021         * cse.c (cse_insn) [src_folded]: Check that the tentative replacement
4022         was successfully forced to memory before using the result.
4023
4024 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4025
4026         PR optimization/8178
4027         * config/i386/i386.md (*movsi_zero): New insn to set
4028         a register to zero on TARGET_USE_MOV0 targets.
4029
4030 2003-10-18  Kelley Cook  <kcook@gcc.gnu.org>
4031
4032         * Makefile.in (Makefile): Depend on the all Make-lang.in fragments.
4033         (POSTSTAGE1_FLAGS_TO_PASS): Pass down MAKEINFO and MAKEINFOFLAGS.
4034
4035 2003-10-17  David Edelsohn  <edelsohn@gnu.org>
4036
4037         * doc/invoke.texi (gcse-las): Fix typo.
4038
4039 2003-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
4040
4041         * doc/install.texi: Remove first part of the sentence for
4042         zsh not working.  Change gcc to GCC.
4043
4044         PR bootstrap/12546
4045         * doc/install.texi: Document that zsh does not work when
4046         configuring gcc.
4047
4048 2003-10-17  Nathanael Nerode  <neroden@gcc.gnu.org>
4049
4050         * config/ptx4.h: Switch to DWARF 2; update comments.
4051
4052 2003-10-17  Segher Boessenkool  <boessen@de.ibm.com>
4053             Hartmut Penner  <hpenner@de.ibm.com>
4054
4055         PR 10404, partial 11591, partial 11601
4056         * config/rs6000/altivec.md ("altivec_dst", "altivec_dstt",
4057         "altivec_dstst", "altivec_dststt", "altivec_lvsl", "altivec_lvsr",
4058         "altivec_lvebx", "altivec_lvehx", "altivec_lvewx", "altivec_lvxl",
4059         "altivec_lvx", "altivec_stvx", "altivec_stvxl", "altivec_stvebx",
4060         "altivec_stvehx", "altivec_stvewx"): Use a memory_operand.
4061         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): New function.
4062         (altivec_expand_stv_builtin): Adjust for the memory_operand.
4063         (altivec_expand_builtin): Call altivec_expand_lv_builtin.
4064         (altivec_init_builtins): Use `long int' for memory offsets.
4065
4066 2003-10-17  Jan Hubicka  <jh@suse.cz>
4067
4068         * opts.c  (common_handle_option): Handle OPT_fweb
4069         * invoke.texi (-fweb): Add missing parts of documentation.
4070
4071 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4072
4073         * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
4074         before redefinition.
4075
4076 2003-10-17  Mostafa Hagog  <mustafa@il.ibm.com>
4077
4078         * common.opt: Add description of the new -fgcse-las flag.
4079         * flags.h (flag_gcse_las): Declaration of global flag_gcse_las.
4080         * gcse.c (hash_scan_set): Handle the case of store expression and
4081         insert the memory expression to the hash table, this way we make it
4082         possible to discover redundant loads after stores and remove them.
4083         (pre_insert_copy_insn): moved the call to update_ld_motion_stores,
4084         to pre_insert_copies, it is not the correct place to call it after
4085         adding stores to be in the available expression hash table.
4086         (pre_insert_copies): Added the call to update_ld_motion_stores when
4087         one or more copies were inserted.
4088         * opts.c (common_handle_option): Handle the -fgcse-las flag.
4089         * toplev.c (flag_gcse_las): Initialization of flag_gcse_las.
4090
4091         * doc/invoke.tex: Document new -fgcse-las flag.
4092
4093 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
4094
4095         * config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code
4096         for posterity, then remove it.
4097
4098 2003-10-17  Richard Earnshaw <rearnsha@arm.com>
4099             Nathan Sidwell  <nathan@codesourcery.com>
4100
4101         * config/arm/arm.c (use_return_insn): Not a single instruction, if
4102         there's a frame pointer.
4103         (arm_output_epilogue): Protect stack pointer from being corrupted
4104         on interrupt.
4105
4106 2003-10-17  Ulrich Weigand  <uweigand@de.ibm.com>
4107
4108         * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.
4109
4110 2003-10-17  Ulrich Weigand  <uweigand@de.ibm.com>
4111
4112         * combine.c (simplify_set): Do not clear out undobuf.other_insn
4113         already set elsewhere.
4114
4115 2003-10-17  Kelley Cook  <kcook@gcc.gnu.org>
4116
4117         * config/i386/i386.c (ix86_expand_prologue):  Use
4118         gen_allocate_stack_worker.
4119
4120 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4121
4122         * config.gcc (mips-sgi-irix6*o32): Only enable use_collect2
4123         without gas.
4124         (mips-sgi-irix6*): Likewise.
4125
4126         * config/mips/iris6gas.h: New file.
4127         * gcc/config.gcc (mips-sgi-irix6*): Use it.
4128
4129         * config/mips/mips.h (TARGET_IRIX): Provide default.
4130         (TARGET_IRIX5): Likewise.
4131         (TARGET_SGI_O32_AS): Likewise.
4132         * config/mips/iris5.h (TARGET_IRIX): Redefine as 1.
4133         (TARGET_IRIX5): Likewise.
4134         * config/mips/iris6.h (TARGET_IRIX6): Remove.
4135         (TARGET_IRIX5): Redefine as 0.
4136
4137         * config/mips/mips.c (mips_output_external): Test for IRIX 6 O32
4138         linker workaround with TARGET_IRIX and mips_abi instead of
4139         ASM_OUTPUT_UNDEF_FUNCTION.
4140         (mips_file_end): Inline old ASM_OUTPUT_UNDEF_FUNCTION definition,
4141         testing TARGET_IRIX and mips_abi explicitly.
4142         * config/mips/iris5.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove.
4143         * config/mips/iris6.h (ASM_OUTPUT_UNDEF_FUNCTION): Remove undef.
4144
4145         * config/mips/mips.c (irix_output_external_libcall): Renamed from
4146         mips_output_external_libcall.
4147         Use new TARGET_IRIX in guard.
4148         * config/mips/mips-protos.h (irix_output_external_libcall): Match
4149         this.
4150         * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Likewise.
4151
4152         * config/mips/iris5gas.h (HAVE_GAS_SHF_MERGE): Update comment.
4153         Define as 0.
4154
4155         * config/mips/iris6.h (FUNCTION_NAME_ALREADY_DECLARED): Define
4156         depending on mips_abi.
4157         * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Define as 1.
4158         * config/mips/mips.c (mips_output_function_prologue): Test
4159         FUNCTION_NAME_ALREADY_DECLARED at runtime.
4160         (mips_output_function_epilogue): Likewise.
4161         (build_mips16_function_stub): Likewise.
4162         (build_mips16_call_stub): Likewise.
4163         * config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Provide
4164         default.
4165
4166         * config/mips/iris6.h (DWARF2_UNWIND_INFO): Don't define for native
4167         IRIX 6 O32 assembler.
4168         (SUBTARGET_CC1_SPEC): Enforce mips2 ISA with O32 ABI.
4169         (TARGET_OS_CPP_BUILTINS): Define _ABIO32, use it to define
4170         _MIPS_SIM for O32 ABI.
4171         (DWARF2_FRAME_INFO): Don't define for native IRIX 6 O32 assembler.
4172         (ASM_DECLARE_FUNCTION_NAME): Integrate mips.h version.
4173         (ASM_DECLARE_FUNCTION_SIZE): Move undef before redefinition.
4174         Integrate O32 version.
4175         (SUBTARGET_ASM_SPEC): Handle -mabi=32.
4176         (SUBTARGET_ASM_DEBUGGING_SPEC): Add mdebug_asm_spec for gas with
4177         O32 ABI.
4178         (BSS_SECTION_ASM_OP_32): Define.
4179         (BSS_SECTION_ASM_OP_64): Likewise.
4180         (BSS_SECTION_ASM_OP): Define differently for O32 and N32/N64 ABIs
4181         using them.
4182         (TARGET_ASM_NAMED_SECTION): Reflect renaming.
4183         Move up to allow override for O32 ABI without GNU as.
4184         (EH_FRAME_SECTION_NAME): Define explicitly.
4185         (MUST_USE_SJLJ_EXCEPTIONS): Define.
4186         [_MIPS_SIM == _ABIO32 && !GAS] (CTORS_SECTION_ASM_OP,
4187         DTORS_SECTION_ASM_OP): Dummy definitions.
4188         (TARGET_ASM_NAMED_SECTION): Undef statically.
4189         (EH_FRAME_SECTION_NAME): Likewise.
4190         (ASM_OUTPUT_FILENAME): Integrate mips.h version.
4191         (LINK_SPEC): Only use default options -call_shared -no_unresolved
4192         without -r.
4193         Don't pass -init, -fini with -mabi=32.
4194         (COLLECT_PARSE_FLAG): Define.
4195
4196         * config/mips/mips.c (iris6_asm_named_section_1): Changed guard to
4197         TARGET_IRIX.
4198         Renamed to use irix_ prefix.
4199         (iris6_asm_named_section): Likewise.
4200         (iris_section_align_entry_eq): Likewise.
4201         (iris_section_align_entry_hash): Likewise.
4202         (iris6_file_start): Likewise.
4203         (iris6_section_align_1): Likewise.
4204         (iris6_file_end): Likewise.
4205         (iris6_section_type_flags): Likewise.
4206         (iris_section_align_htab): Likewise.
4207         (iris_orig_asm_out_file): Likewise.
4208         [TARGET_IRIX] (TARGET_ASM_FILE_START): Reflect rename.
4209         (TARGET_ASM_FILE_END): Likewise.
4210         (TARGET_SECTION_TYPE_FLAGS): Likewise.
4211
4212         * config/mips/mips.c [TARGET_IRIX5 && !TARGET_IRIX6]
4213         (TARGET_ASM_UNALIGNED_HI_OP): Use runtime initialization in
4214         override_options instead.
4215         (TARGET_ASM_UNALIGNED_SI_OP): Likewise.
4216         (TARGET_ASM_UNALIGNED_DI_OP): Likewise.
4217         * config/mips/mips.c (override_options) [USE_COLLECT2]: Restore
4218         flag_gnu_linker to defaults without USE_COLLECT2 for non-IRIX O32
4219         assemblers.
4220         Likewise for constructor/destructor handling.
4221         (override_options): Handle IRIX O32 assembler quirks.
4222         [TARGET_IRIX] (irix_asm_named_section): Handle O32 ABI with and
4223         without gas.
4224         (mips_file_start): Use new TARGET_IRIX.
4225         (mips_declare_object_name): No special processing for IRIX O32
4226         assembler.
4227         (mips_finish_declare_object): Likewise.
4228         (irix_asm_output_align): Renamed from iris6_asm_output_align.
4229         Don't record alignment for O32 ABI.
4230         (irix_file_start): Renamed from iris6_file_start.
4231         Return early for O32 ABI.
4232         (irix_file_end): Renamed from iris6_file_end.
4233         Don't emit .section directives for O32 ABI.
4234         * config/mips/iris6.h (ASM_OUTPUT_ALIGN): Reflect renaming.
4235         * config/mips/mips-protos.h (irix_asm_output_align): Likewise.
4236
4237         * config/mips/t-iris6 (MULTILIB_OPTIONS): Add mabi=32.
4238         (MULTILIB_OSDIRNAMES): Likewise.
4239
4240 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4241
4242         * collect2.c (COLLECT_PARSE_FLAG): Provide default.
4243         (main): Use it.
4244         * doc/tm.texi (COLLECT_PARSE_FLAG): Document it.
4245
4246 2003-10-17  Richard Earnshaw  <rearnsha@arm.com>
4247
4248         * arm-modes.def (CC_Nmode): New condition code mode.
4249         * arm.c (thumb_condition_code): Delete.
4250         (arm_select_cc_mode): Handle single-bit test for Thumb.
4251         (arm_print_operand, cases 'd' and 'D'): Don't special case the
4252         condition code logic for Thumb.
4253         (get_arm_condition_code): Handle CC_Nmode.
4254         (thumb_cbrch_target_operand): New function.
4255         * arm.h (PREDICATE_CODES): Add thumb_cbrch_target_operand.
4256         * arm-protos.h (thumb_cbrch_target_operand): Add prototype.
4257         * arm.md: Add Thumb split patterns for zero_extract and
4258         sign_extract.
4259         (tbit_cbranch, andsi3_cbranch_scratch, andsi3_cbranch)
4260         (orrsi3_cbranch_scratch, orrsi3_cbranch, xorsi3_cbranch_scratch)
4261         (xorsi3_cbranch, addsi3_cbranch, addsi3_cbranch_scratch)
4262         (subsi3_cbranch, subsi3_cbranch_scratch): New Thumb patterns.
4263         (cbranchne_decr1): Re-work to use CC_Nmode.
4264
4265         * arm.c (thumb_expand_epilogue): Add clobbers of registers restored
4266         by the return instruction.  Add a use of the link register if it
4267         wasn't stored.
4268
4269 2003-10-17  Richard Earnshaw  <rearnsha@arm.com>
4270
4271         * flow.c (init_propagate_block_info): Don't abort if a conditional
4272         jump is not a comparison of a register.  Instead, just don't record
4273         conditional life information.
4274
4275 2003-10-16  Jan Hubicka  <jh@suse.cz>
4276
4277         PR optimization/12630
4278         * pa.md (movstrsi, movstrsi_internal): Use match_scratch in clobbers
4279         for operands 7 and 8.
4280
4281 2003-10-16  Kelley Cook  <kcook@gcc.gnu.org>
4282
4283         * objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.
4284
4285 2003-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
4286
4287         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.
4288
4289         * config/i386/winnt.c (gen_stdcall_suffix): Make static
4290         (gen_fastcall_suffix): Likewise.
4291         (i386_pe_dllexport_p): Likewise.
4292         (i386_pe_dllimport_p): Likewise.
4293         (i386_pe_mark_dllexport): Likewise.
4294         (i386_pe_mark_dllimport): Likewise.
4295         (i386_pe_asm_named_section): Fix formatting.
4296
4297 2003-10-16  Zack Weinberg  <zack@codesourcery.com>
4298
4299         * configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.
4300         * system.h: Declare snprintf if necessary.
4301         * configure, config.in: Regenerate.
4302
4303 2003-10-15  David Edelsohn  <edelsohn@gnu.org>
4304
4305         * config/rs6000/rs6000.c (rs6000_va_arg): Only align vector
4306         arguments if TARGET_ALTIVEC_ABI.
4307
4308 2003-10-15  Roger Sayle  <roger@eyesopen.com>
4309
4310         * builtins.c (fold_builtin_memcpy, fold_builtin_mempcpy,
4311         fold_builtin_memmove, fold_builtin_strcpy, fold_builtin_strncpy,
4312         fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
4313         New functions.
4314         (expand_builtin_memcpy): Use integer_zerop instead of testing
4315         host_integerp and tree_low_cst directly.  Move misapplied hunk
4316         for optimization wher SRC and DEST point to the same location.
4317         (expand_builtin_mempcpy): From here.
4318         (expand_builtin_memmove): Use integer_zerop instead of testing
4319         host_integerp and tree_low_cst_directly.
4320         (expand_builtin_memset): Likewise.
4321         (expand_builtin_memcmp): Likewise (and for integer_onep).
4322         (expand_builtin_strncmp): Likewise.
4323         (fold_builtin): Call the appropriate fold_builtin_foo functions
4324         to optimize memcpy, mempcpy, memmove, strcpy, strncpy, memcmp,
4325         strcmp and strncmp.
4326
4327 2003-10-15  Geoffrey Keating  <geoffk@apple.com>
4328
4329         * config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
4330         prototype.  Clean up some whitespace.
4331         * config/darwin.c: Use gen_rtx_FOO (...) rather than
4332         gen_rtx (FOO, ...).
4333         (machopic_non_lazy_ptr_name): Make static.
4334         (name_needs_quotes): Allow '.' and '$' unquoted.
4335         (machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
4336         case.
4337
4338 2003-10-15  Gábor Lóki  <alga@rgai.hu>
4339
4340         * fold-const.c (tree_swap_operands_p): Disable some features
4341         when optimizing for size.
4342
4343 2003-10-15  David Daney  <ddaney@avtrex.com>
4344
4345         * config/mips/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New
4346         * config/mips/mips.h (DWARF_FRAME_REGNUM): Fixed to allow unwind
4347         from leaf functions.
4348         (DWARF_FRAME_RETURN_COLUMN): Ditto.
4349         (SIGNAL_UNWIND_RETURN_COLUMN): New, used
4350         by MD_FALLBACK_FRAME_STATE_FOR.
4351         * testsuite/gcc.dg/cleanup-9.c: Added mips*-*-linux* target.
4352
4353 2003-10-15  Zack Weinberg  <zack@codesourcery.com>
4354
4355         * genmodes.c: Include hashtab.h.
4356         (modes_by_name, hash_mode, eq_mode, struct mode_adjust)
4357         (adj_bytesize, adj_alignment, adj_format, new_adjust)
4358         (_ADD_ADJUST, ADJUST_BYTESIZE, ADJUST_ALIGNMENT, ADJUST_FORMAT)
4359         (print_maybe_const_decl, emit_mode_adjustments): New.
4360         (known_modes): Rename to modes.
4361         (find_mode): Kill class argument; look up in hash table.
4362         (new_mode): Insert into hash table also.
4363         (new_adjust): New.
4364         (reset_float_format, make_partial_integer_mode)
4365         (make_vector_mode): Tweak error reporting.
4366         (reset_float_format): Correct type of fourth argument.
4367         (emit_insn_modes_h): Add #defines to help make mode_size,
4368         mode_base_align, and real_format_for_mode conditionally const.
4369         (emit_mode_size, emit_mode_base_align): Use print_maybe_const_decl.
4370         (emit_real_format_for_mode): Likewise, but temporarily disabled.
4371         (emit_insn_modes_c): Call emit_mode_adjustments.
4372         (main): Initialize modes_by_name.
4373         * Makefile.in: Update dependencies.
4374         * machmode.def: Document EXPR arguments and new ADJUST_* statements.
4375         * machmode.h: Use CONST_MODE_SIZE and CONST_MODE_BASE_ALIGN in
4376         declarations of mode_size and mode_base_align.  Declare
4377         init_adjust_machine_modes.
4378         * toplev.c (backend_init): Call init_adjust_machine_modes.
4379
4380 2003-10-15  Olivier Hainque  <hainque@act-europe.fr>
4381
4382         * genmodes.c (calc_wider_mode): Allocate enough room for all the
4383         entries we'll possibly assign in the sort buffer.
4384
4385 2003-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
4386
4387         * config.gcc (s390x-ibm-tpf*): New target.
4388         * doc/install.texi: Document it.
4389         * config/s390/t-tpf: New file.
4390         * config/s390/tpf.h: New file.
4391
4392 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
4393
4394         PR target/12598
4395         * config/cris/cris.md (define_split "*mov_sidesi_biap_mem"+1)
4396         (define_splits "*mov_sidesi_mem"+1, "casesi"+9, +10, +11, +12):
4397         Use cris_mem_op and replace_equiv_address, not gen_rtx_MEM.
4398         ("call", "call_value", define_split "*mov_sidesi_mem"+19, +20)
4399         (define_split "*mov_sidesi_mem"+21, +22, +23, +24, +25, +26, +27)
4400         (define_split "*mov_sidesi_mem"+28, +29, +30): Use
4401         replace_equiv_address, not gen_rtx_MEM.
4402         * config/cris/cris.c (cris_mem_op): New match_operator function.
4403         (cris_notice_update_cc): Use replace_equiv_address, not
4404         gen_rtx_MEM.
4405         * config/cris/cris.h (PREDICATE_CODES): Add cris_mem_op.
4406
4407 2003-10-15  Bernardo Innocenti <bernie@develer.com>
4408
4409         * config/m68k/m68k.h (MASK_SEP_DATA, TARGET_SEP_DATA,
4410         MASK_ID_SHARED_LIBRARY, TARGET_ID_SHARED_LIBRARY): Move
4411         definitions after the other flags.
4412
4413 2003-10-14  Ziemowit Laski  <zlaski@apple.com>
4414
4415         * c-parse.in (methoddef, methodproto): Call objc_add_method()
4416         instead of add_method().
4417         * objc/objc-act.c (objc_check_decl): Do not check for
4418         constant_string_type.
4419         (add_method): Rename to objc_add_method().
4420         (really_start_method): Call objc_add_method() instead of
4421         add_method().
4422         * objc/objc-act.h (add_method): Rename to objc_add_method().
4423
4424 2003-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
4425
4426         * config/s390/s390-protos.h (s390_alc_comparison): Add prototype.
4427         (s390_slb_comparison): Likewise.
4428         * config/s390/s390.c (s390_alc_comparison, s390_slb_comparison):
4429         New functions.
4430         * config/s390/s390.h (PREDICATE_CODES): Add s390_alc_comparison
4431         and s390_slb_comparison.
4432         * config/s390/s390.md ("*adddi3_31", "*subdi3_31"): Do not use on
4433         zSeries machines.
4434         ("*adddi3_31z", "*subdi3_31z"): New insns.
4435         ("*adddi3_alc_cc", "*adddi3_alc", "*subdi3_slb_cc", "*subdi3_slb",
4436         "*addsi3_alc_cc", "*addsi3_alc", "*subsi3_slb_cc", "*subsi3_slb"):
4437         New insns.
4438
4439 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4440
4441         * configure.in: Clean up some feedback echoes.
4442         * configure: Regenerate.
4443
4444         * aclocal.m4: Properly quote names of macros being defined.
4445
4446         * config.gcc (am33_2.0-*-linux*): Use t-slibgcc-elf-ver.
4447
4448 2003-10-14  Steve Ellcey  <sje@cup.hp.com>
4449
4450         * config/ia64/ia64.c (ia64_expand_call): Force function address
4451         to DImode.
4452         * config/ia64/ia64.md (call_gp): Put DImode on operand 0.
4453
4454 2003-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
4455
4456         * config/s390/s390.md ("muldf3", "*muldf3", "*muldf3_ibm",
4457         "mulsf3", "*mulsf3", "*mulsf3_ibm"): Do not clobber CC.
4458         ("divdf3", "*divdf3", "*divdf3_ibm", "divsf3", "*divsf3",
4459         "*divsf3_ibm"): Likewise.
4460
4461 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4462
4463         * config.gcc, config/m68hc11/t-m68hc11-gas: Replace uses of
4464         target_alias with target_noncanonical.
4465
4466 2003-10-14  Geoffrey Keating  <geoffk@apple.com>
4467
4468         * expr.c (block_move_libcall_safe_for_call_parm): Clean up,
4469         and add case for machines where outgoing register parameters
4470         get stack space.
4471
4472         * config/darwin.c (machopic_indirect_data_reference): Use a scratch
4473         register when generating indirect address.
4474
4475 2003-10-14  Richard Earnshaw  <rearnsha@arm.com>
4476
4477         * arm.c (arm_addimm_operand): MODE arguemnt is unused.
4478         * arm.md (cbranchne_decr1): Fix bootstrap warning.
4479
4480 2003-10-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4481
4482         * fixinc/inclhack.def (alpha_pthread_gcc): New fix.
4483         * fixinc/fixincl.x: Regenerate.
4484         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_GCC_CHECK]: New
4485         testcase.
4486         Fixes PR bootstrap/9330.
4487
4488 2003-10-13  Eric Christopher  <echristo@redhat.com>
4489
4490         * config/frv/frv.c (frv_adjust_field_align): Redo check for
4491         too wide bitfields.
4492         (frv_hard_regno_mode_ok): Add SPR_P and AP_FIRST.
4493         * config/frv/frv.h (FUNCTION_PROFILER): Remove abort call.
4494         (SBSS_SECTION_ASM_OP): Remove.
4495         (EXTRA_SECTIONS): Remove in_sbss.
4496         (EXTRA_SECTION_FUNCTIONS): Remove SBSS_SECTION_FUNCTION.
4497         (SBSS_SECTION_FUNCTION, sbss_section): Remove.
4498         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Change sbss_section to
4499         named_section.
4500
4501 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4502
4503         * Makefile.in, configure.in, config.host, mkheaders.in: Replace
4504         uses of ${target_alias} for directory names (and other places which
4505         won't like the empty string) with ${target_noncanonical}.  Introduce
4506         call early in configure.in to _GCC_TOPLEV_NONCANONICAL_TARGET so it's
4507         available.
4508         * configure: Regenerate.
4509
4510 2003-10-13  Ian Lance Taylor  <ian@wasabisystems.com>
4511
4512         * config/arm/iwmmxt.md (cond_iwmmxt_movsi_insn): New pattern.
4513         * config/arm/arm.md: For splits which rely on conditional moves,
4514         remove ! TARGET_IWMMXT condition.
4515
4516 2003-10-13  David S. Miller  <davem@redhat.com>
4517
4518         * ifcvt.c (num_removed_blocks): Rename to num_true_changes.
4519         (find_cond_trap): Always increment if we emit a conditional
4520         trap insn.
4521
4522 2003-10-13  Zack Weinberg  <zack@codesourcery.com>
4523
4524         * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o
4525         with min-insn-modes.o.
4526         (STAGESTUFF): Add min-insn-modes.c.
4527         (genobjs): Add genmodes.o.
4528         (print-rtl.o, print-rtl1.o): Depend on $(TM_P_H).
4529         (insn-modes.o): Depend on $(TM_H) not $(GTM_H); also real.h.
4530         (min-insn-modes.c, min-insn-modes.o): New rules.
4531         (s-modes): Also generate min-insn-modes.c.
4532         ($(BUILD_PREFIX_1)insn-modes.o): Kill.
4533         * genmodes.c (struct mode_data): Add format field.
4534         (blank_mode, validate_mode, complete_mode): Update to match.
4535         (make_scalar_mode): Separate into make_int_mode and make_float_mode.
4536         (_SCALAR_MODE): Kill.
4537         (FLOAT_MODE, FRACTIONAL_FLOAT_MODE): Add format argument.
4538         (emit_insn_modes_c_header): Adjust.
4539         (emit_min_insn_modes_c_header, emit_real_format_for_mode)
4540         (emit_min_insn_modes_c): New functions.
4541         (emit_insn_modes_c): Call emit_real_format_for_mode.
4542         (main): Add -m option to generate min-insn-modes.c.
4543         * machmode.h: Update documentation.  Add format argument to
4544         all uses of FLOAT_MODE.
4545         * real.c: Don't define real_format_for_mode here.
4546
4547         * dwarfout.c: Move default definition of PRINT_REG...
4548         * defaults.h: ...here.
4549         * print-rtl.c: Include tm_p.h.
4550         (DEBUG_PRINT_REG, DEBUG_REGISTER_NAMES, debug_reg_names, reg_names):
4551         Kill.
4552         (print_rtx): Use PRINT_REG, not DEBUG_PRINT_REG.  But surround
4553         this entire block with #ifndef GENERATOR_FILE.
4554         * regclass.c: Unconditionally define reg_names.
4555         * config/mips/mips.h, config/rs6000/rs6000.h, config/sh/sh.h
4556         Don't define DEBUG_REGISTER_NAMES.
4557         * config/rs6000/darwin.h: Don't use DEBUG_REGISTER_NAMES in
4558         redefinition of REGISTER_NAMES.
4559         * config/i386/i386.h: Don't define DEBUG_PRINT_REG.
4560
4561         * combine.c: Change all preprocessor conditionals on
4562         EXTRA_CC_MODES to use SELECT_CC_MODE instead; rearrange a bit
4563         for clarity.
4564         * genopinit.c: Remove mention of EXTRA_CC_MODES in comment.
4565         * configure.in: Don't define EXTRA_CC_MODES.
4566         * configure, config.in: Regenerate.
4567         * doc/tm.texi: Remove documentation of EXTRA_CC_MODES.
4568
4569         * config/arc/arc.c, config/m32r/m32r.c, config/sparc/sparc.c:
4570         May assume that GET_MODE_CLASS is accurate for extra CC modes
4571         at all times.
4572
4573         * config/i860/i860.h (INIT_CUMULATIVE_ARGS): Pass correct
4574         number of arguments to aggregate_value_p.
4575
4576         * genmodes.c (RESET_FLOAT_FORMAT, reset_float_format): New.
4577         * machmode.def: Explain ARCH-modes.def.  Document
4578         RESET_FLOAT_FORMAT.  Improve commentary on various mode
4579         clusters.  Do not define OI, PQI, PHI, PSI, PDI, QF, HF, TQF,
4580         XF, or TF modes here.  Remove backward-compatibility
4581         definition of CC.
4582
4583         * config/alpha/alpha-modes.def: New file; define TF mode.
4584         * config/arc/arm-modes.def: Define XF mode.
4585         * config/c4x/c4x-modes.def: Define QF and HF modes.  Unset
4586         float format for SF and DF modes.
4587         * config/dsp16xx/dsp16xx-modes.def: New file; define HF mode.
4588         * config/i386/i386-modes.def: Define XF and TF modes.
4589         * config/i960/i960-modes.def: Define TF mode.
4590         * config/ia64/ia64-modes.def: Define TF and OI modes.
4591         * config/m68k/m68k-modes.def: New file; define XF mode.
4592         * config/mips/mips-modes.def: New file; define TF mode, reset
4593         formats for SF and DF modes.
4594         * config/pa/pa-modes.def: Define TF mode.
4595         * config/rs6000/rs6000.c: Define TF and PSI modes.
4596         * config/s390/s390-modes.def: Define OI mode.
4597         * config/sh/sh-modes.def: New file; define PSI mode.
4598         * config/sparc/sparc-modes.def: Define TF mode.
4599         * config/vax/vax-modes.def: New file; reset formats for SF and
4600         DF modes.
4601
4602         * config/c4x/c4x.c (c4x_override_options): No need to mess
4603         with real_format_for_mode or set REAL_MODE_FORMATs.
4604         (c4x_immed_int_constant): Don't apply GET_MODE_CLASS to rtx
4605         variable.
4606         * config/i386/i386.c (override_options): No need to set
4607         REAL_MODE_FORMATs here.
4608         * config/i960/i960.c (i960_initialize): Likewise.
4609         * config/m68k/m68k.c (m68k_override_options): Likewise.
4610         * config/ia64/ia64.c (ia64_override_options): Set REAL_MODE_FORMAT
4611         for TFmode only if not the default.
4612         * config/mips/mips.c (override_options): Likewise.
4613         * config/vax/vax.c (override_optionms): Set REAL_MODE_FORMAT for
4614         DFmode only if not the default.
4615
4616         * config/i370/i370.h (RET_REG): Don't consider TFmode.
4617         * config/m68hc11/m68hc11.c (print_operand): Don't consider XFmode.
4618         * config/dsp16xx/dsp16xx.c (hard_regno_mode_ok): #if 0 out use
4619         of modes that don't appear anywhere in the machine description.
4620
4621         * config/arc/arc-modes.def, config/arm/arm-modes.def
4622         * config/c4x/c4x-modes.def, config/frv/frv-modes.def
4623         * config/i386/i386-modes.def, config/i960/i960-modes.def
4624         * config/ia64/ia64-modes.def, config/mmix/mmix-modes.def
4625         * config/pa/pa-modes.def, config/pdp11/pdp11-modes.def
4626         * config/rs6000/rs6000-modes.def, config/s390/s390-modes.def
4627         * config/sparc/sparc-modes.def: Convert to new style for
4628         declaring extra CC modes.
4629
4630 2003-10-13  Zack Weinberg  <zack@codesourcery.com>
4631
4632         * cpplex.c (_cpp_clean_line): In the common case of a line
4633         with no trigraphs and no \-newline, avoid writing to memory.
4634         (_cpp_skip_block_comment): Use a local 'cur' pointer instead
4635         of the buffer member.  Make c an uchar to avoid unnecessary
4636         sign extensions.
4637
4638 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4639
4640         * configure.in: Remove unnecessary test.
4641         * configure: Regenerate.
4642
4643         * configure.in: Fix grammatical error.  Move UWIN host error to...
4644         * config.host: Here.
4645         * configure: Regenerate.
4646
4647 2003-10-13  Andreas Krebbel  <krebbel1@de.ibm.com>
4648
4649         * config/s390/s390.md ("*fmadddf4", "*fmsubdf4", "*fmaddsf4",
4650         "*fmsubsf4"): Insns are now dependent on TARGET_FUSED_MADD instead
4651         of flag_unsafe_math_optimizations.
4652         * config/s390/s390.h ("MASK_NO_FUSED_MADD", "TARGET_NO_FUSED_MADD",
4653         "TARGET_FUSED_MADD", "TARGET_SWITCHES"): Introduced new target flags
4654         fused-madd and no-fused-madd.
4655         * doc/invoke.texi: Documented the new options fused-madd and
4656         no-fused-madd for S/390.
4657
4658 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
4659
4660         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Choose
4661         MASK_ALIGN_NATURAL if rs6000_alignment_string not given.  Don't
4662         assign DEFAULT_ABI.
4663         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Update comment.
4664         * config/rs6000/rs6000.c: Formatting.
4665         (rs6000_parse_alignment_option): Only set rs6000_alignment_flags
4666         when rs6000_alignment_string given.
4667
4668 2003-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4669
4670         PR target/12538
4671         * config/sparc/sparc.c (MUST_SAVE_REGISTER): Delete.
4672         (sparc_flat_must_save_register_p): New function to decide whether
4673         a register must be saved/restored in the function prologue/epilogue.
4674         (sparc_flat_compute_frame_size): Use it instead of MUST_SAVE_REGISTER.
4675
4676 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
4677
4678         * config/avr/avr.c, config/avr/avr-protos.h: Convert to
4679         ISO C90 function declarations and definitions.
4680         * config/sh/sh.c, config/sh/sh-protos.h: Likewise.
4681
4682 2003-10-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4683
4684         * config.gcc (*-*-freebsd*): Use tm_defines instead of tiny
4685         config files which do the same thing.
4686         * config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
4687         config/freebsd6.h: Remove now unnecessary files.
4688
4689 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
4690
4691         * c-common.c (c_common_truthvalue_conversion): Warn if the
4692         address of a non-weak function is used as a truth value.
4693
4694 2003-10-12  Kazu Hirata  <kazu@cs.umass.edu>
4695
4696         * config/h8300/h8300.c (WORD_REG_USED): Use SP_REG instead of
4697         a literal.
4698         * config/h8300/h8300.h (REGNO_OK_FOR_BASE_P): Use MAC_REG
4699         instead of a literal.
4700
4701 2003-10-12  Hans-Peter Nilsson  <hp@bitrange.com>
4702
4703         * doc/extend.texi (Function Attributes): Mention the exceptional
4704         path for noreturn-marked functions.
4705
4706 2003-10-12  Jan Hubicka  <jh@suse.cz>
4707
4708         * cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable
4709         warning.
4710
4711 2003-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
4712
4713         * config/i386/i386.c (x86_this_parameter): Fix typo.
4714
4715 203-10-11  Jan Hubicka  <jh@suse.cz>
4716
4717         * Makefile.in (web.o): New.
4718         * web.c: New file.
4719         * rtl.h (web_main): Declare.
4720         * timervar.def (TV_WEB): New.
4721         * toplev.c (dump_file_index, dump_file_info): Add DFI_web.
4722         (rest_of_hanle_web): New.
4723         (flag_web): New static variable.
4724         (lang_independent_options): Add "web".
4725         (rest_of_compilation): Call rest_of_handle_web.
4726         * invoke.texi (-fweb): Document.
4727         * common.opt (fweb): New.
4728         * flags.h (flag_web): New.
4729         * opts.c (decode_options): Set flag_web at -O3.
4730
4731         * passes.texi (web construction):  Document.
4732         * invoke.texi (-O3): Document that -fweb is enabled.
4733
4734         * regrename.c (regrename_optimize): Deal better with situation when
4735         replacement failed.
4736
4737         * sched-ebb.c: Include params.h and profile.h
4738         (schedule_ebbs):  Use tracer parameters to discover superblocks
4739         * Makefile.in (sched-ebb.o):  Add dependencies.
4740
4741 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4742
4743         * fold-const.c (negate_mathfn_p): New function to determine whether
4744         a built-in mathematical function is sign preserving, f(-x) == -f(x).
4745         Add support for BUILT_IN_ASIN, BUILT_IN_ASINF and BUILT_IN_ASINL.
4746         (tree_swap_operands_p): Change API to take an additional argument
4747         indicating that the swapped operands evaluate in reverse order.
4748         Canonicalize VAR_DECLs and PARM_DECLs last if we can, i.e. neither
4749         operand side-effects or we don't care about flag_evaluation_order.
4750         (reorder_operands_p): New function to check whether its safe to
4751         evaluate the given operands in reverse order.
4752         (negate_expr_p):  We can always negate integer constants unless
4753         we honor -ftrapv and the signed type would overflow.  Only allow
4754         -(A-B) into B-A if reorder_operands_p says that its OK.  Allow
4755         negation of COMPLEX_CST if both real and imaginary parts can be
4756         negated.  Allow negation through floating point extensions and
4757         sign-preserving built-in functions.
4758         (negate_expr):  Move the code to negate integers from "fold" to
4759         here.  Always negate integer constants unless we honor -ftrapv
4760         and the signed type would overflow.  Always negate real constants
4761         unless we honor -ftrapping-math.  Only convert -(A-B) into B-A
4762         if allowed by reorder_operands_p.  Add support for COMPLEX_CST.
4763         Optimize negation through floating point extensions and
4764         sign-preserving built-in functions (as defined by negate_mathfn_p).
4765         (fold): Adjust calls to tree_swap_operands_p.
4766         (fold <NEGATE_EXPR>): Move the remaining negation optimizations
4767         to negate_expr_p/negate_expr.
4768         (fold <MINUS_EXPR>): Use reorder_operands_p to check whether we're
4769         allowed to convert (-A) - B into (-B) - A.
4770
4771 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4772
4773         * builtins.c (expand_builtin_strcmp): Defend against the possibility
4774         that gen_cmpstrsi may fail: Stabilize the argument list against
4775         re-evaluation and expand the library call directly using this saved
4776         argument list if a cmpstrsi sequence can't be generated.
4777         (expand_builtin_strncmp): Likewise.
4778
4779         * config/i386/i386.md (cmpstrsi, movstrsi): Disable with -Os.
4780
4781 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4782
4783         PR optimization/12260
4784         * simplify-rtx.c (simplify_unary_operation): Simplify all unary
4785         operations through CONST nodes.  Optimize (neg (plus X C)) as
4786         (minus -C X) for constant values C.
4787         (simplify_binary_operation): Optimize (minus (neg X) C) as
4788         (minus -C X) for constant values C.
4789         (simplify_plus_minus): Avoid creating (neg (const (plus X C)),
4790         instead create (minus -C X).
4791
4792 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4793
4794         * expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call
4795         safe_from_p for us, once it chooses an evaluation order.
4796         (expand_expr <MULT_EXPR>): Likewise.
4797         (expand_expr <MIN_EXPR> <MAX_EXPR>): Likewise.  If expand_operands
4798         places the second operand in "target", swap the operands.
4799         (do_store_flag): Let expand_operands call safe_from_p for us.
4800
4801 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
4802
4803         PR optimization/12544
4804         * function.c (put_var_into_stack): Don't generate ADDRESSOFs
4805         for DECL_NONLOCAL decls.
4806
4807 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
4808
4809         * expr.c: Follow spelling conventions.
4810         * final.c: Likewise.
4811         * optabs.c: Likewise.
4812         * sched-deps.c: Likewise.
4813         * sdbout.c: Likewise.
4814
4815 Sat Oct 11 12:24:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
4816
4817         * varasm.c (notice_global_symbol):  Fix handling of variables; avoid
4818         re-computing of variable.
4819
4820 2003-10-11  Richard Henderson  <rth@redhat.com>
4821
4822         * config/alpha/alpha.c (alpha_return_in_memory): Rename from
4823         return_in_memory, make static, change signature to match target hook.
4824         (alpha_setup_incoming_varargs): Make static, change signature to
4825         match target hook, add code for vms and unicos.
4826         (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN,
4827         TARGET_PROMOTE_PROTOTYPES, TARGET_STRUCT_VALUE_RTX,
4828         TARGET_RETURN_IN_MEMORY, TARGET_SETUP_INCOMING_VARARGS,
4829         TARGET_STRICT_ARGUMENT_NAMING,
4830         TARGET_PRETEND_OUTGOING_VARARGS_NAMED): New.
4831         * config/alpha/alpha-protos.h: Update.
4832         * config/alpha/alpha.h (PROMOTE_FUNCTION_ARGS,
4833         PROMOTE_FUNCTION_RETURN, RETURN_IN_MEMORY,
4834         SETUP_INCOMING_VARARGS): Remove.
4835         * config/alpha/unicosmk.h (SETUP_INCOMING_VARARGS): Remove.
4836         * config/alpha/vms.h (SETUP_INCOMING_VARARGS): Remove.
4837
4838 2003-10-11  Ian Lance Taylor  <ian@wasabisystems.com>
4839
4840         * config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
4841
4842 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
4843
4844         * config/m68k/lb1sf68.asm: Follow spelling conventions.
4845         * config/m68k/m68k.c: Likewise.
4846         * config/m68k/m68k.h: Likewise.
4847         * config/m68k/m68k.md: Likewise.
4848
4849 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4850
4851         * builtins.c (expand_builtin_memcpy): Optimize case when the two
4852         pointer arguments are the equal, non-volatile and side-effect free.
4853         (expand_builtin_mempcpy): Likewise.
4854         (expand_builtin_memmove): Likewise.
4855         (expand_builtin_strcpy): Likewise.
4856         (expand_builtin_memcmp): Likewise.
4857         (expand_builtin_strcmp): Likewise.
4858         (expand_builtin_strncmp): Likewise.
4859
4860 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4861
4862         * combine.c (apply_distributive_law): Enable "distributive" floating
4863         point optimizations with -funsafe-math-optimizations.
4864
4865 2003-10-11  Andrew Pinski <pinskia@physics.uc.edu>
4866
4867         * genmodes.c (emit_mode_mask) Change MASK to MODE_MASK.
4868
4869 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
4870
4871         * config/m68k/m68k-protos.h: Remove the prototype for
4872         finalize_pic.
4873
4874 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
4875
4876         * config/m68k/m68k.c: Fix comment typos.
4877
4878 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
4879
4880         * config/m68k/m68k-protos.h (use_return_insn): Change return type from
4881         int to bool.
4882         * config/m68k/m68k.c (struct m68k_frame): Add funcdef_no member.
4883         (current_frame): New global var.
4884         (m68k_compute_frame_layout): Cache computations in current_frame.
4885         (m68k_initial_elimination_offset): Use values from current_frame
4886         instead of recomputing them.
4887         (use_return_insn): Likewise.
4888         (m68k_output_function_prologue): Likewise.
4889         (m68k_output_function_epilogue): Likewise.
4890         * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Fold __PIC__ handling
4891         inside the block for __pic__.
4892
4893 2003-10-11  Peter Barada <peter@baradas.org>
4894             Bernardo Innocenti  <bernie@develer.com>
4895
4896         * config/m68k/m68k.c (m68k_frame): Move before protos referencing it.
4897         (m68k_save_reg): Add boolean parameter `interrupt_handler'.
4898         (m68k_interrupt_function_p): New function.
4899         (m68k_handle_fndecl_attribute): Ditto.
4900         (m68k_compute_frame_layout): Ditto.
4901         (m68k_attribute_table): Define back-end specific attributes.
4902         (m68k_output_function_epilogue): Emit RTE instruction for interrupt
4903         functions.
4904
4905 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
4906
4907         * config/m68k/t-uclinux: New target Makefile fragment.
4908         * config/m68k/uclinux.h: New target macro file.
4909         * config.gcc (m68k-*-uclinux): New target definition.
4910
4911 2003-10-10  Roger Sayle  <roger@eyesopen.com>
4912
4913         * builtins.c (builtin_mathfn_code): Generalize to check whether
4914         the call is to any built-in function by comparing the call's
4915         argument list against the builtin decl's function type.
4916
4917 2003-10-10  Roger Sayle  <roger@eyesopen.com>
4918
4919         * cse.c (constant_pool_entries_regcost): New global variable to
4920         hold the register cost component of constant_pool_entries_cost.
4921         (fold_rtx): Calculate constant_pool_entries_regcost at the same
4922         time as constant_pool_entries_cost.
4923         (cse_insn): Set both src_folded_cost and src_folded_regcost from
4924         constant_pool_entries_cost and constant_pool_entries_regcost.
4925         (cse_main): Initialize constant_pool_entries_regcost to zero.
4926
4927         * optabs.c (expand_unop): Attach a REG_EQUAL note describing
4928         the semantics of the sequence of bit operations used to negate
4929         a floating-point value.
4930         (expand_abs_nojump): Likewise attach a REG_EQUAL note describing
4931         the semantics of the bit operations used to abs a floating point
4932         value.
4933
4934 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
4935             Paul Dale  <pauli@snapgear.com>
4936
4937         * config/m68k/lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__
4938         support.
4939         * config/m68k/m68k-none.h (ASM_SPEC): Pass --pcrel to assembler on
4940         -fpic, -fPIC, -msep-data and -mid-shared-library.
4941         * config/m68k/m68k.c (m68k_library_id_string): New global variable.
4942         (override_options): Add -msep-data and -mshared-library-id support.
4943         (m68k_output_function_prologue): Generate code to load A5 for
4944         TARGET_ID_SHARED_LIBRARY and TARGET_SEP_DATA.
4945         (m68k_output_mi_thunk): Emit indirect jump on TARGET_ID_SHARED_LIBRARY.
4946         (m68k_output_pic_call): New function.
4947         * gcc/config/m68k/m68k.h (TARGET_SEP_DATA): New target flag.
4948         (TARGET_ID_SHARED_LIBRARY): Ditto.
4949         (TARGET_SWITCHES): Add switches for -mid-shared-library and -msep-data.
4950         * gcc/config/m68k/m68k.md (call): Call m68k_output_pic_call().
4951         (call_value): Likewise.
4952
4953 2003-10-10  Zack Weinberg  <zack@codesourcery.com>
4954
4955         * gengenrtl.c (find_formats, genheader): Make i an unsigned
4956         int, remove cast of NUM_RTX_CODE.
4957         * machmode.h: Make the HAVE_MACHINE_MODES #ifdef encompass the
4958         entire file.  Remove the #ifs on GET_MODE_MASK etc and
4959         GET_MODE_WIDER_MODE etc.
4960
4961 2003-10-10  Eric Christopher  <echristo@redhat.com>
4962
4963         * lcm.c (optimize_mode_switching): Change NORMAL_MODE
4964         to MODE_ENTRY and MODE_EXIT. Add MODE_AFTER for insns
4965         that set mode.
4966         * config/sh/sh.h (MODE_ENTRY): New macro.
4967         (MODE_EXIT): Ditto.
4968         (MODE_AFTER): Ditto.
4969         * config/sh/sh.md: Change for MODE_AFTER. Add
4970         fp_set attribute.
4971         * doc/tm.texi: Document MODE_AFTER, MODE_ENTRY, and MODE_EXIT.
4972
4973 2003-10-10  Zack Weinberg  <zack@codesourcery.com>
4974
4975         * genmodes.c, mode-classes.def: New files.
4976         * machmode.def: Rewritten to genmodes.c interface.
4977         * Makefile.in (extra_modes_file): New substitution variable.
4978         (MACHMODE_H): No longer includes machmode.def or
4979         @extra_modes_file@; instead, mode-classes.def and insn-modes.h.
4980         (BUILD_RTL): Add $(BUILD_PREFIX)insn-modes.o.
4981         (OBJS-common): Add insn-modes.o.
4982         (STAGESTUFF): Add insn-modes.c, insn-modes.h, s-modes, and
4983         genmodes$(build_exeext).
4984         (insn-modes.o, insn-modes.c, insn-modes.h, s-modes, genmodes.o,
4985         genmodes$(build_exeext), $(BUILD_PREFIX_1)insn-modes.o): New targets.
4986         (s-genrtl): Don't depend on $(RTL_BASE_H).
4987         (gengenrtl.o): Don't depend on coretypes.h, $(GTM_H), real.h,
4988         or $(RTL_BASE_H); just rtl.def.
4989         * gengenrtl.c: Don't include coretypes.h, tm.h, rtl.h, or
4990         real.h.  Give fake definition of CONST_DOUBLE_FORMAT and
4991         substitute definition of NUM_RTX_CODE.  Add casts to avoid
4992         warnings.
4993         * machmode.h: Include insn-modes.h, not machmode.def.  Include
4994         mode-classes.def to define enum mode_class.  Tweak definitions
4995         of GET_MODE_CLASS, GET_MODE_SIZE, GET_MODE_BITSIZE, GET_MODE_MASK,
4996         GET_MODE_INNER, GET_MODE_WIDER_MODE, GET_CLASS_NARROWEST_MODE.
4997         (inner_mode_array): Renamed mode_inner.
4998         (mode_base_align): New.
4999         * rtl.c (mode_name, mode_class, mode_bitsize, mode_size,
5000         mode_unit_size, mode_wider_mode, mode_mask_array,
5001         inner_mode_array, class_narrowest_mode): Delete definitions.
5002         * stor-layout.c (get_mode_alignment): Use mode_base_align.
5003         * real.h: Use MIN_MODE_FLOAT and MAX_MODE_FLOAT, not QFmode
5004         and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.
5005
5006         * config/ip2k/ip2k.h, config/iq2000/iq2000.h:
5007         No need to define BITS_PER_UNIT.
5008
5009 2003-10-10  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5010
5011         * config/ia64/ia64.c (ia64_vms_init_libfuncs): New function.
5012         (ia64_output_function_prologue): Only write .prologue if --with-gnu-as.
5013         (ia64_initialize_trampoline): If not using GAS, declare trampoline
5014         as global.
5015         * config/ia64/ia64.h (ASM_APP_ON, ASM_APP_OFF): Add vers for not GAS.
5016         (ASM_OUTPUT_DEBUG_LABEL): Likewise.
5017
5018         * stor-layout.c (compute_record_mode): Don't force BLKmode if
5019         field is zero-length BLKmode.
5020         * expr.c (expand_expr, case COMPONENT_REF): Handle case of BLKmode
5021         zero-size references.
5022
5023         * combine.c (distribute_links): Properly test for REG being set.
5024
5025         * config/alpha/alpha.c (alpha_expand_block_mode): Don't use
5026         gen_lowpart and company except for REG.
5027
5028 2003-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5029
5030         * pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
5031
5032 2003-10-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5033
5034         * config.gcc (mips*-*-netbsd*): Remove content-free line.
5035
5036 2003-10-10  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
5037
5038         * gcov-io.h: Check BITS_PER_UNIT when defining gcov_unsigned_t,
5039         gcov_position_t and gcov_type.
5040
5041 2003-10-09  Kaz Kojima  <kkojima@gcc.gnu.org>
5042
5043         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
5044         * configure: Regenerate.
5045
5046 2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
5047
5048         * config/h8300/h8300.md (define_asm_attributes): Specify
5049         the length of an asm insn more precisely.
5050
5051 2003-10-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5052
5053         * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
5054
5055 2003-10-09  Bob Wilson  <bob.wilson@acm.org>
5056
5057         * config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
5058         FP register number to 48 and MAC16 accumulator to 0x210.
5059
5060 2003-10-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5061
5062         * config.gcc: Remove redundant thread_file setting clauses for
5063         various *-*-linux* targets.
5064
5065 2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
5066
5067         * config/h8300/h8300.md (define_asm_attributes): New.
5068
5069 2003-10-09  Roger Sayle  <roger@eyesopen.com>
5070
5071         * optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
5072         to the comparison, as emit_libcall_block calls copy_rtx on equiv.
5073
5074 2003-10-09  Dorit Naishlos  <dorit@il.ibm.com>
5075
5076         * haifa-sched.c (ok_for_early_schedule): New function.
5077         (early_queue_to_ready): New function.
5078         (schedule_block): Allow early removal of insns from Q.
5079         (schedule_insn): Update INSN_TICK in case of premature
5080         issue.
5081         * common.opt (sched_stalled_insns): New flag.
5082         (sched_stalled_insns_dep): New flag.
5083         * flags.h: Same above flags.
5084         * opts.c: Same as above.
5085         * toplev.c: Same as above.
5086         * target.h (targetm.sched.is_costly_dependence): New
5087         hook.
5088         * target-def.h: Same as above.
5089         * config/rs6000/rs6000.h: (rs6000_sched_costly_dep):
5090         Support new flag -msched-costly-dep.
5091         (DEFAULT_SCHED_COSTLY_DEP): Define.
5092         * config/rs6000/rs6000.c:
5093         (rs6000_is_costly_dependence): New function.
5094         (is_load_insn, is_store_insn): New functions.
5095         (is_load_insn1, is_store_insn1, is_mem_ref): New
5096         functions.
5097         * doc/invoke.texi (-fsched-stalled-insns-dep)
5098         (-fsched-stalled-insns, -msched-costly-dep): Document
5099         options.
5100         * doc/tm.texi (is_costly_dependence): Define new
5101         scheduler target hook.
5102
5103 2003-10-09  Jason Merrill  <jason@redhat.com>
5104
5105         PR c++/6392
5106         * c-common.c (c_build_qualified_type): Look through arrays first.
5107         (c_apply_type_quals_to_decl): Look through arrays.
5108
5109         * c-common.c (c_apply_type_quals_to_decl): Unset TREE_READONLY for
5110         types with constructors.
5111
5112         * coverage.c (build_ctr_info_value): Use build_decl to make a
5113         VAR_DECL.
5114         (create_coverage): Likewise.
5115
5116         * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names
5117         here.
5118         (expand_asm_operands): Not here.
5119         (parse_input_constraint): No longer static.
5120         * tree.h: Declare it.
5121
5122 2003-10-08  Kaz Kojima  <kkojima@gcc.gnu.org>
5123
5124         * config/sh/t-linux (SHLIB_LINK): Override to use a linker script
5125         libgcc_s.so.
5126         (SHLIB_INSTALL): Likewise.
5127
5128 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
5129
5130         * doc/install.texi: Remove reference to removed 'pthreads' thread
5131         option.
5132
5133 2003-10-08  Aldy Hernandez  <aldyh@redhat.com>
5134
5135         * config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
5136         operand 2.
5137
5138 2003-10-08  Nathanael Nerode  <neroden@gcc.gnu.org>
5139
5140         * config.gcc: Don't accept --enable-threads=pthreads.  Clean
5141         up related case statements.
5142         * configure.in: Don't accept --enable-threads=pthreads,
5143         decosf1, mach, or os2 (none of which work anyway).  Alphabetize
5144         supported thread files in case clause.
5145         * configure: Regenerate.
5146
5147 2003-10-08  Geoffrey Keating  <geoffk@apple.com>
5148
5149         * function.c (pad_to_arg_alignment): Move 'boundary_in_bytes'
5150         definition to above SPARC_STACK_BOUNDARY_HACK.
5151
5152 2003-10-08  Jason Merrill  <jason@redhat.com>
5153
5154         * c-pretty-print.c (pp_c_postfix_expression)
5155         <COMPOUND_LITERAL_EXPR>: Fix thinko.
5156
5157 2003-10-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5158
5159         * mklibgcc.in: Don't hide undefined or typeless symbols.
5160
5161 2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5162
5163         PR optimization/12142
5164         * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
5165         uses of the register in the SET_SRC.  Remove unnecessary argument.
5166         * pa.c (legitimize_pic_address): Before reload, use a scratch register
5167         for the intermediate result in loading the address of a SYMBOL_REF.
5168         Set the MEM_NOTRAP_P flag for the MEM.  Add a REG_EQUAL to the insn
5169         which loads the SYMBOL_REF address.
5170
5171 2003-10-08  Timo Kokkonen  <tjko@iki.fi>
5172             Eric Botcazou  <ebotcazou@libertysurf.fr>
5173
5174         PR bootstrap/12490
5175         * scan-decls.c (MAX_EXTERN_C_BRACES): New preprocessor constant
5176         to define the size of the extern_C_braces array.  Set it to 200.
5177         (scan_decls): Abort when extern_C_braces_length is out-of-bounds.
5178
5179 2003-10-08  Carlo Wood  <carlo@alinoe.com>
5180
5181         * Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
5182         a space after the -o option.  flex 2.5.31 understands both, with
5183         and without the space. Removed that space.
5184
5185 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
5186
5187         * config/mips/mips.c (mips_frame_info): Add cprestore_size field.
5188         (compute_frame_size): Initialize it.  Remove the .cprestore slot
5189         from args_size.
5190         (mips_output_function_prologue): Simplify accordingly.
5191         (mips_debugger_offset): Change the mips16 frame pointer offset from
5192         current_function_outgoing_args to cfun->machine->frame.args_size.
5193         (mips_initial_elimination_offset): Likewise.
5194         (mips_expand_prologue): Likewise.
5195         (mips_expand_epilogue): Likewise.
5196
5197 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
5198
5199         * config/mips/mips.h (EXTRA_CONSTRAINT): Add 'W' constraint.
5200         (EXTRA_MEMORY_CONSTRAINT): Define.
5201         (CAN_ELIMINATE): Remove lwu workaround.
5202         * config/mips/mips.md (*zero_extendsidi2_mem): Enable for mips16 too.
5203         Use a 'W' constraint for the source operand.
5204
5205 2003-10-08  Kazu Hirata  <kazu@cs.umass.edu>
5206
5207         * genopinit.c (main): Output code to declare undefined
5208         variables.
5209
5210 2003-10-07  Kelley Cook  <kcook@gcc.gnu.org>
5211
5212         * gengtype-lex.l: Remove -Wtraditional cruft.
5213         * Makefile.in (gengtype-lex.c): Likewise.
5214
5215 2003-10-07  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5216
5217         * cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly.
5218
5219 2003-10-07  Jason Merrill  <jason@redhat.com>
5220
5221         PR c++/12519
5222         * c-semantics.c (genrtl_cleanup_stmt): Ignore the CLEANUP_DECL if
5223         it isn't a decl.
5224
5225 2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
5226
5227         * gcc.c (cpp_options): Only pass -fworking-directory for -g* if
5228         not overridden.
5229         Fixes PR bootstrap/12173.
5230
5231 2003-10-07  Zack Weinberg  <zack@codesourcery.com>
5232
5233         * errors.c: Don't include coretypes.h or tm.h.
5234         (trim_filename): Use IS_DIR_SEPARATOR.
5235         * Makefile.in: Update dependencies of errors.o and
5236         $(BUILD_PREFIX_1)errors.o.
5237
5238 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
5239
5240         * function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into
5241         account when aligning arguments.
5242         * calls.c (STACK_POINTER_OFFSET): Move default from here ...
5243         * defaults.h (STACK_POINTER_OFFSET): ... to here.
5244         * config/sparc/sparc.h (STACK_BOUNDARY): Add comment about how
5245         it's wrong when TARGET_ARCH64 && TARGET_STACK_BIAS.
5246         (SPARC_STACK_BOUNDARY_HACK): Define.
5247         * config/rs6000/rs6000.c (function_arg): On non-SVR4 systems,
5248         arrange for vector parameters to varargs functions to be passed
5249         in both memory and GPRs when appropriate.
5250         (rs6000_va_arg): Vector arguments passed in memory are 16-byte
5251         aligned.
5252
5253         * hooks.c (hook_bool_tree_true): New.
5254         (hook_rtx_tree_int_null): New.
5255         (hook_rtx_rtx_null): Use NULL, not 0.
5256         * hooks.h: Add 'extern' to everything.
5257         (hook_bool_tree_true): New.
5258         (hook_rtx_tree_int_null): New.
5259         * targhooks.c (hook_bool_CUMULATIVE_ARGS_true): New.
5260         * targhooks.h (hook_bool_CUMULATIVE_ARGS_true): New.
5261         * config/rs6000/rs6000-protos.h (setup_incoming_varargs): Remove
5262         prototype.
5263         * config/rs6000/rs6000.c (rs6000_return_in_memory): New.
5264         (setup_incoming_varargs): Prototype.
5265         (TARGET_PROMOTE_FUNCTION_ARGS): Define.
5266         (TARGET_PROMOTE_FUNCTION_RETURN): Define.
5267         (TARGET_STRUCT_VALUE_RTX): Define.
5268         (TARGET_RETURN_IN_MEMORY): Define.
5269         (TARGET_SETUP_INCOMING_VARARGS): Define.
5270         (TARGET_STRICT_ARGUMENT_NAMING): Define.
5271         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Define.
5272         (init_cumulative_args): Use rs6000_return_in_memory.
5273         (setup_incoming_varargs): Make 'static'.
5274         * config/rs6000/rs6000.h (PROMOTE_FUNCTION_ARGS): Delete.
5275         (PROMOTE_FUNCTION_RETURN): Delete.
5276         (STRUCT_VALUE): Delete.
5277         (RETURN_IN_MEMORY): Delete.
5278         (SETUP_INCOMING_VARARGS): Delete.
5279
5280 2003-10-07  Gerald Pfeifer  <gerald@pfeifer.com>
5281
5282         * doc/invoke.texi (Warning Options): Simplify and clarify the
5283         descriptions of -Wnonnull and -Winit-self.
5284
5285 2003-10-07  Richard Earnshaw  <rearnsha@arm.com>
5286
5287         * optabs.c (init_intraclass_conv_libfuncs): Fix order of array
5288         indicees for floating-point conversersion libcalls.
5289
5290 2003-10-07  Nathanael Nerode  <neroden@gcc.gnu.org>
5291
5292         * Makefile.in: Add more comments separating large conceptually
5293         separate sections.
5294
5295         * configure.in: Clean up thread file logic.
5296         * configure: Regenerate.
5297
5298 2003-10-07  Danny Smith  <dannysmith@users.sourceforge.net>
5299
5300         * config/i386/cygming.h (READONLY_DATA_SECTION_ASM_OP): Define.
5301         (switch_to_section): Handle in_readonly_data.
5302         * config/i386/winnt.c (i386_pe_asm_named_section): Handle
5303         readonly data.
5304
5305 2003-10-07  Richard Earnshaw  <rearnsha@arm.com>
5306
5307         * arm.md (cmpsi2_addneg): New ARM pattern. Add peephole2 to generate
5308         it.
5309         (cbranchne_decr1): New Thumb pattern.
5310         * arm.c (arm_addimm_operand): New insn predicate.
5311         * arm-protos.h: Add a prototype for it.
5312         * arm.h (PREDICATE_CODES): Add it.
5313
5314 2003-10-07  Dorit Naishlos <dorit@il.ibm.com>
5315
5316         * sched-int.h (sched_info): New field
5317         sched_max_insns_priority.
5318         * sched-rgn.c (init_ready_list): Add invocations to
5319         targetm.sched.adjust_priority.
5320         (sched_max_insns_priority): Init new field.
5321         * sched-ebb.c (sched_max_insns_priority): Init new field.
5322         * haifa-sched.c (set_priorities): Set
5323         sched_info->sched_max_insns_priority.
5324         * config/rs6000/rs6000.h:
5325         (rs6000_sched_restricted_insns_priority_str): Support new
5326         flag -mprioritize-restricted-insns.
5327         (DEFAULT_RESTRICTED_INSNS_PRIORITY): Define.
5328         * config/rs6000/rs6000.c (is_dispatch_slot_restricted): New
5329         function.
5330         (rs6000_adjust_priority): Change priority of restricted
5331         insns, using above new function and new flag.
5332         * doc/invoke.texi (-mprioritize-restricted-insns): Document
5333         new option.
5334
5335 2003-10-07  Zack Weinberg  <zack@codesourcery.com>
5336
5337         * expr.c (cmpstr_optab, cmpmem_optab): New.
5338         * genopinit.c: Initialize them.
5339         * optabs.h: Declare them.
5340         * optabs.c (init_optabs): Clear them.
5341         (prepare_cmp_insn):  Use cmpstr_optab and cmpmem_optab to find
5342         block memory compare insns, not conditional chains.  Restructure
5343         the fallback generation of a call to memcmp/bcmp for better
5344         readability.
5345
5346 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
5347
5348         * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): New macro.
5349         (mips_save_restore_fn): New typedef.
5350         (mips_add_large_offset_to_sp, mips_emit_frame_related_store): Remove.
5351         (mips_set_frame_expr, mips_frame_set): Move above prologue code.
5352         (save_restore_insns): Remove, replacing with...
5353         (mips_save_restore_reg, mips_for_each_saved_reg): ...these new fns.
5354         (mips_save_reg, mips_restore_reg): New function.
5355         (mips_expand_prologue, mips_expand_epilogue): Rework.
5356         * config/mips/mips.h (MIPS_TEMP1_REGNUM, MIPS_TEMP2_REGNUM): Remove.
5357         (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): New macros.
5358         (MIPS_PROLOGUE_TEMP, MIPS_EPILOGUE_TEMP): New macros.
5359
5360 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
5361
5362         * config/mips/mips.c (mips_expand_prologue): Remove unused
5363         traversal of function arguments.
5364
5365 2003-10-07  Richard Sandiford  <rsandifo@redhat.com>
5366
5367         * doc/invoke.texi: Remove documentation of -mentry.
5368         * config/mips/mips.c (mips_entry_string, mips_entry): Remove.
5369         (override_options, mips_save_reg_p): Remove handling.
5370         (compute_frame_size, mips_output_function_prologue): Likewise.
5371         (mips_expand_prologue, mips_expand_epilogue): Likewise.
5372         * config/mips/mips.h (mips_entry_string): Remove declaration.
5373         (TARGET_OPTIONS): Remove -mentry.
5374         * config/mips/mips16.S: Remove mention of -mentry.
5375
5376 2003-10-06  Zack Weinberg  <zack@codesourcery.com>
5377
5378         * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)
5379         (LTI_extenddfxf2, LTI_extenddftf2, LTI_truncdfsf2, LTI_truncxfsf2)
5380         (LTI_trunctfsf2, LTI_truncxfdf2, LTI_trunctfdf2, LTI_floatsisf)
5381         (LTI_floatdisf, LTI_floattisf, LTI_floatsidf, LTI_floatdidf)
5382         (LTI_floattidf, LTI_floatsixf, LTI_floatdixf, LTI_floattixf)
5383         (LTI_floatsitf, LTI_floatditf, LTI_floattitf, LTI_fixsfsi, LTI_fixsfdi)
5384         (LTI_fixsfti, LTI_fixdfsi, LTI_fixdfdi, LTI_fixdfti, LTI_fixxfsi)
5385         (LTI_fixxfdi, LTI_fixxfti, LTI_fixtfsi, LTI_fixtfdi, LTI_fixtfti)
5386         (LTI_fixunssfsi, LTI_fixunssfdi, LTI_fixunssfti, LTI_fixunsdfsi)
5387         (LTI_fixunsdfdi, LTI_fixunsdfti, LTI_fixunsxfsi, LTI_fixunsxfdi)
5388         (LTI_fixunsxfti, LTI_fixunstfsi, LTI_fixunstfdi, LTI_fixunstfti)
5389         (extendsfdf2_libfunc, extendsfxf2_libfunc, extendsftf2_libfunc)
5390         (extenddfxf2_libfunc, extenddftf2_libfunc, truncdfsf2_libfunc)
5391         (truncxfsf2_libfunc, trunctfsf2_libfunc, truncxfdf2_libfunc)
5392         (trunctfdf2_libfunc, floatsisf_libfunc, floatdisf_libfunc)
5393         (floattisf_libfunc, floatsidf_libfunc, floatdidf_libfunc)
5394         (floattidf_libfunc, floatsixf_libfunc, floatdixf_libfunc)
5395         (floattixf_libfunc, floatsitf_libfunc, floatditf_libfunc)
5396         (floattitf_libfunc, fixsfsi_libfunc, fixsfdi_libfunc, fixsfti_libfunc)
5397         (fixdfsi_libfunc, fixdfdi_libfunc, fixdfti_libfunc, fixxfsi_libfunc)
5398         (fixxfdi_libfunc, fixxfti_libfunc, fixtfsi_libfunc, fixtfdi_libfunc)
5399         (fixtfti_libfunc, fixunssfsi_libfunc, fixunssfdi_libfunc)
5400         (fixunssfti_libfunc, fixunsdfsi_libfunc, fixunsdfdi_libfunc)
5401         (fixunsdfti_libfunc, fixunsxfsi_libfunc, fixunsxfdi_libfunc)
5402         (fixunsxfti_libfunc, fixunstfsi_libfunc, fixunstfdi_libfunc)
5403         (fixunstfti_libfunc): Delete.
5404         * optabs.h (struct optab_handlers): Break out of struct optab.
5405         (struct convert_optab, convert_optab, enum convert_optab_index,
5406         convert_optab_table, sext_optab, zext_optab, trunc_optab,
5407         sfix_optab, ufix_optab, sfixtrunc_optab, ufixtrunc_optab,
5408         sfloat_optab, ufloat_optab): New.
5409         (set_conv_libfunc): Prototype.
5410         (GEN_FCN): Use C90 indirect call syntax, remove unnecessary cast.
5411         (trunc_optab): Renamed btrunc_optab.
5412         * builtins.c (expand_builtin_mathfn): Update to match.
5413         * optabs.c (extendtab, fixtab, fixtrunctab, floattab): Delete.
5414         (convert_optab_table, new_convert_optab, init_convert_optab)
5415         (init_interclass_conv_libfuncs, init_intraclass_conv_libfuncs)
5416         (set_conv_libfunc): New.
5417         (can_extend_p, gen_extend_insn, can_fix_p, can_float_p)
5418         (expand_float, expand_fix): Use new conversion optabs,
5419         not old insn code tables or long chains of ifs.
5420         (init_optabs): No need to clear old insn code tables.
5421         Initialize the new optabs, not the old libfunc array entries.
5422         Don't handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
5423         * genopinit.c: Initialize conversion optabs, not the
5424         former insn code tables.  Remove unnecessary casts.
5425         Handle FIXUNS_TRUNC_LIKE_FIX_TRUNC here.
5426         * expr.c (convert_move): Remove redundant check that
5427         to_real==from_real.  Use the conversion optabs instead
5428         of long chains of tests of modes.  Move partial-integer-mode
5429         interconversion above all integer conversion.  Do not recurse
5430         on a value forced into a register in the original mode.
5431
5432         * config/gofast.h, config/frv/frv.c, config/ia64/ia64.c
5433         * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
5434         * config/sparc/sparc.c: Use set_conv_libfunc to adjust entries
5435         in new conversion optabs; do not reference the old libfunc
5436         array entries.  No need to include libfuncs.h.
5437
5438 2003-10-06  Roger Sayle  <roger@eyesopen.com>
5439
5440         * config/i386/i386.c (ix86_expand_setcc): Annotate the floating
5441         point comparison sequence with a REG_EQUAL note that describes
5442         the comparison's semantics.
5443
5444 2003-10-06  Roger Sayle  <roger@eyesopen.com>
5445
5446         * expr.c (expand_expr <COND_EXPR>): Handle the void type semantics
5447         of COND_EXPR when expanding the "A op 0 ? FOO : A" optimizations.
5448
5449 2003-10-06  Roger Sayle  <roger@eyesopen.com>
5450             Zack Weinberg  <zack@codesourcery.com>
5451
5452         * optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL
5453         instruction by using LCT_CONST and then calling emit_libcall_block
5454         ourselves.
5455
5456 2003-10-06  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5457
5458         PR optimization/11974
5459         * optabs.c (expand_unop): Promote libcall outmode according to
5460         hard_libcall_value.
5461
5462 2003-10-06  Zack Weinberg  <zack@codesourcery.com>
5463
5464         * real.h (REAL_MODE_FORMAT): New macro.
5465         * c-cppbuiltin.c, optabs.c, real.c, config/alpha/alpha.c
5466         * config/c4x/c4x.c, config/i370/i370.c, config/i386/freebsd.h
5467         * config/i386/i386.c, config/i960/i960.c, config/ia64/ia64.c
5468         * config/m68k/m68k.c, config/mips/mips.c, config/rs6000/rs6000.c
5469         * config/vax/vax.c: Use REAL_MODE_FORMAT instead of referring
5470         directly to real_format_for_mode array, wherever possible.
5471
5472 2003-10-06  Devang Patel  <dpatel@apple.com>
5473
5474         * dwarf2out.c (is_main_source): Remove variable.
5475         (dwarf2out_start_source_file): Do not check is_main_source.
5476         Do not reset is_main_source.
5477         (dwarf2out_init): Do not initialize is_main_source.
5478
5479 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5480
5481         * fixinc/inclhack.def (stdio_va_list): Removed _ap fix.
5482         (irix_stdio_va_list): Don't require leading printf, IRIX 6.5.21
5483         introduced some multi-line prototypes.
5484         * fixinc/fixincl.x: Regenerate.
5485
5486 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
5487
5488         * config/mips/mips.h (PREDICATE_CODES): Add stack_operand.
5489         * config/mips/mips.c (stack_operand): New predicate.
5490         * config/mips/mips.md: Use it for the destination of mips16 insns
5491         that store $31.
5492
5493 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
5494
5495         * config/mips/mips.md (*lowsi): Renamed from lowsi.
5496         (*lowdi): Likewise lowdi.
5497         (*lowsi_mips16, *lowdi_mips16): New patterns.
5498         * config/mips/mips.c (mips_const_insns, mips_output_move): Remove
5499         mips16 CONSTANT_RELOC handling.
5500         (mips_delegitimize_address): Adjust for new sdata representation.
5501
5502 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
5503
5504         * config/mips/mips.c (mips_arg_info): If MUST_PASS_IN_STACK,
5505         skip any remaining register arguments.
5506
5507 2003-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
5508
5509         * reload.c (find_reloads_subreg_address): Use correct offset for
5510         paradoxical MEM subregs on big-endian targets.
5511
5512 2003-10-06  Andrew Haley  <aph@redhat.com>
5513
5514         * tree.c (get_callee_fndecl): Call
5515         lang_hooks.lang_get_callee_fndecl.
5516         * langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): New.
5517         (lhd_get_callee_fndecl): New.
5518
5519 2003-10-06  Andrew Pinski  <apinski@apple.com>
5520
5521         * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
5522         error in calculating the length of the string.
5523         (machopic_stub_name): Likewise.
5524
5525 2003-10-06  Roger Sayle  <roger@eyesopen.com>
5526
5527         * optabs.c (prepare_float_lib_cmp):  Attach a REG_EQUAL note
5528         describing the return value of the comparison libcall to the
5529         REG_RETVAL instruction of the emitted sequence.
5530
5531 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5532
5533         PR optimization/12215
5534         * cse.c (cse_set_around_loop): Emit the move at the beginning
5535         of the next basic block for trapping sets.
5536
5537 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5538
5539         PR optimization/11637
5540         * combine.c (adjust_for_new_dest): New function to adjust the
5541         notes and LOG_LINKS when the dest of an insn has changed.
5542         (try_combine): Use it when deleting the first insn of a two-insn
5543         parallel or splitting a two-load parallel.
5544
5545 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
5546
5547         * config/mips/mips.c (mips_classify_constant): Only allow UNSPECs
5548         if TARGET_EXPLICIT_RELOCS.
5549
5550 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
5551
5552         PR bootstrap/12512
5553         * Makefile.in (info): Use double-colon rules.
5554         (dvi): Likewise.
5555         (generated-manpages): Likewise.
5556         * configure.in: Do not create lang.info, lang.dvi, or
5557         lang.generated-manpages hooks.
5558         * configure: Regenerated.
5559         * objc/Make-lang.in (objc.info): Remove.
5560         (objc.dvi): Remove.
5561         (objc.generated-manpages): Remove.
5562         * doc/sourcebuild.texi: Update description of info, dvi, and
5563         generated-manpages hooks.
5564
5565 2003-10-06  Richard Sandiford  <rsandifo@redhat.com>
5566
5567         * config/mips/mips.md: Merge mips16 lw/srl pattern with its splitter.
5568
5569 2003-10-05  Andrew Pinski  <apinski@apple.com>
5570
5571         * config/darwin.c (machopic_non_lazy_ptr_name): Fix off by one
5572         errors in memcpy destinations.
5573         (machopic_stub_name): Likewise.
5574
5575 2003-10-05  Andrew Pinski <apinski@apple.com>
5576
5577         * config/darwin.c (machopic_non_lazy_ptr_name):
5578         Change strcat to memcpy and add length together.
5579         (machopic_stub_name): Likewise.
5580
5581 2003-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5582
5583         * config/sh/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Handle new
5584         signal trampoline codes.
5585
5586 2003-10-05  Chris Demetriou  <cgd@broadcom.com>
5587
5588         * config/mips/mips.md (*divsf3): Move description of
5589         SB-1 F2 erratum from here to...
5590         (divsf3): Here.  Disable if TARGET_FIX_SB1 is set and
5591         flag_unsafe_math_optimizations is not.
5592
5593 2003-10-05  Aldy Hernandez  <aldyh@redhat.com>
5594
5595         * config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
5596         TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
5597
5598 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
5599
5600         * c-pretty-print.c: Fix comment typos.
5601         * c-pretty-print.h: Likewise.
5602         * calls.c: Likewise.
5603         * cfgloopmanip.c: Likewise.
5604         * cgraphunit.c: Likewise.
5605         * cppfiles.c: Likewise.
5606         * final.c: Likewise.
5607         * function.c: Likewise.
5608         * gcov-io.h: Likewise.
5609         * gcse.c: Likewise.
5610         * genoutput.c: Likewise.
5611         * loop.c: Likewise.
5612         * postreload.c: Likewise.
5613         * reg-stack.c: Likewise.
5614         * regmove.c: Likewise.
5615         * sched-int.h: Likewise.
5616         * sched-rgn.c: Likewise.
5617         * simplify-rtx.c: Likewise.
5618         * tree-inline.c: Likewise.
5619         * config/m68hc11/m68hc11.h: Likewise.
5620         * config/mmix/mmix.c: Likewise.
5621         * config/mn10300/mn10300.md: Likewise.
5622         * config/sh/sh.h: Likewise.
5623
5624 2003-10-05  Richard Henderson  <rth@redhat.com>
5625
5626         * tree-inline.c (remap_type): New.
5627         (remap_decl): Use it.  Remap DECL_SIZE*.
5628         (copy_body_r): Use it.
5629         (walk_tree): Walk TREE_TYPE too.
5630         (copy_tree_r): Don't walk subtrees of types.
5631         * tree.c (variably_modified_type_p): Restructure.  Consider integer
5632         types with non-const bounds variably modified.
5633
5634 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
5635
5636         * doc/invoke.texi: Fix typos.
5637
5638 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
5639
5640         * fold-const.c: Follow spelling conventions.
5641         * function.c: Likewise.
5642         * config/c4x/c4x.h: Likewise.
5643         * config/c4x/c4x.md: Likewise.
5644         * config/frv/frv.md: Likewise.
5645         * config/rs6000/aix.h: Likewise.
5646         * config/rs6000/linux64.h: Likewise.
5647         * config/xtensa/xtensa.c: Likewise.
5648
5649 2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
5650
5651         * c-pretty-print.c: Fix comment formatting.
5652         * cfglayout.c: Likewise.
5653         * cfgloopanal.c: Likewise.
5654         * cppcharset.c: Likewise.
5655         * dbxout.c: Likewise.
5656         * ggc-page.c: Likewise.
5657         * ggc.h: Likewise.
5658         * target.h: Likewise.
5659
5660 2003-10-04  Kelley Cook  <kelleycook@wideopenwest.com>
5661
5662         * gengtype-lex.l: Recognize typedef of functions without PARAMS macro.
5663
5664 2003-10-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5665
5666         * config/v850/v850-c.c, config/v850/v850-protos.h, config/v850/v850.c:
5667         Convert to ISO C90 function declarations and definitions.
5668
5669 2003-10-04  Zack Weinberg  <zack@codesourcery.com>
5670
5671         * libfuncs.h
5672         (LTI_eqhf2, LTI_nehf2, LTI_gthf2, LTI_gehf2, LTI_lthf2)
5673         (LTI_lehf2, LTI_unordhf2, LTI_eqsf2, LTI_nesf2, LTI_gtsf2)
5674         (LTI_gesf2, LTI_ltsf2, LTI_lesf2, LTI_unordsf2, LTI_eqdf2)
5675         (LTI_nedf2, LTI_gtdf2, LTI_gedf2, LTI_ltdf2, LTI_ledf2)
5676         (LTI_unorddf2, LTI_eqxf2, LTI_nexf2, LTI_gtxf2, LTI_gexf2)
5677         (LTI_ltxf2, LTI_lexf2, LTI_unordxf2, LTI_eqtf2, LTI_netf2)
5678         (LTI_gttf2, LTI_getf2, LTI_lttf2, LTI_letf2, LTI_unordtf2)
5679         (eqhf2_libfunc, nehf2_libfunc, gthf2_libfunc, gehf2_libfunc)
5680         (lthf2_libfunc, lehf2_libfunc, unordhf2_libfunc, eqsf2_libfunc)
5681         (nesf2_libfunc, gtsf2_libfunc, gesf2_libfunc, ltsf2_libfunc)
5682         (lesf2_libfunc, unordsf2_libfunc eqdf2_libfunc, nedf2_libfunc)
5683         (gtdf2_libfunc, gedf2_libfunc, ltdf2_libfunc, ledf2_libfunc)
5684         (unorddf2_libfunc eqxf2_libfunc, nexf2_libfunc, gtxf2_libfunc)
5685         (gexf2_libfunc, ltxf2_libfunc, lexf2_libfunc, unordxf2_libfunc
5686         (eqtf2_libfunc, netf2_libfunc, gttf2_libfunc, getf2_libfunc)
5687         (lttf2_libfunc, letf2_libfunc, unordtf2_libfunc):
5688         Delete.
5689         * optabs.h (OTI_eq, OTI_ne, OTI_gt, OTI_ge, OTI_lt, OTI_le)
5690         (OTI_unord, eq_optab, ne_optab, gt_optab, ge_optab, lt_optab)
5691         (le_optab, unord_optab): New.
5692
5693         * optabs.c (prepare_float_lib_cmp): Rewrite.  Get the libfuncs
5694         from the code_to_optab table, not a giant switch; use
5695         swap_condition; do widening only if a comparison function that
5696         we can call exists in a wider mode, not if a cmp_optab insn or
5697         libfunc exists in a wider mode; call protect_from_queue
5698         exactly once on each operand.
5699         (init_optabs): Initialize the new optabs, not the deleted libfuncs.
5700
5701         * config/gofast.h, config/ia64/ia64.c, config/mips/mips.c
5702         * config/pa/pa.c, config/rs6000/rs6000.c, config/sparc/sparc.c:
5703         Set floating point comparison libfuncs using set_optab_libfunc
5704         on the appropriate optab.
5705
5706         * config/ia64/ia64.c (ia64_hpux_init_libfuncs): Fix typo.
5707         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Correct ABI
5708         selector conditionals.
5709
5710 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
5711
5712         * config/m68hc11/t-m68hc11-gas (MULTILIB_MATCHES): m68hcs12 is
5713         identical to m68hc12 as far as libraries are concerned.
5714
5715 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5716
5717         PR c/12446
5718         * c-typeck.c (convert_for_assignment): Issue an error for
5719         array to pointer assignment after default conversion.
5720         (digest_init): Likewise.
5721
5722 2003-10-04  Fariborz Jahanian  <fjahanian@apple.com>
5723
5724         * c-decl.c (duplicate_decls): retain DECL_COMMON of old declaration
5725
5726 2003-10-03  Gerald Pfeifer  <gerald@pfeifer.com>
5727
5728         * doc/extend.texi (Function Attributes): Fix title of GNU C
5729         Preprocessor manual.
5730         (C++ Extensions): Fix reference to "Predefined Macros" in the
5731         GNU C Preprocessor manual.
5732
5733 2003-10-04  Richard Earnshaw  <reanrsha@arm.com>
5734
5735         * doc/extend.texi: Document how GCC estimates and relies on the size
5736         of an asm.
5737
5738 2003-10-04  Richard Sandiford  <rsandifo@redhat.com>
5739
5740         * config/mips/mips.c (mips_pad_arg_upward): Pad floating-point
5741         arguments downward for big-endian o64.
5742
5743 2003-10-03  Robert Bowdidge <bowdidge@apple.com>
5744
5745         * ggc-page.c (ggc_pch_write_object): Replace fseek() with fwrite() in
5746         PCH generation, avoiding too-frequent flushes when writing to NFS
5747         file system.
5748
5749 2003-10-03  Ziemowit Laski  <zlaski@apple.com>
5750
5751         * objc/objc-act.c (lookup_category): Mark as 'inline'.
5752
5753 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
5754             Ziemowit Laski  <zlaski@apple.com>
5755
5756         * objc/objc-act.c (add_method_to_hash_list, lookup_category):
5757         New functions.
5758         (lookup_method_in_hash_lists): New parameter indicating whether
5759         we are messaging 'Class' or 'id'.
5760         (check_duplicates): Likewise; do not assume all methods will
5761         be either class or instance methods.
5762         (generate_category, finish_class): Use lookup_category().
5763         (add_method): Use add_method_to_hash_list(); insert instance
5764         methods of root classes into the global class method hash table.
5765         (add_category): Use lookup_category(); avoid constructing
5766         duplicate categories.
5767         (really_start_method): Add method to corresponding @interface,
5768         if not already there (and if the @interface exists).
5769         (finish_message_expr, finish_objc): Adjust calls to
5770         check_duplicates().
5771
5772 2003-10-03  Roger Sayle  <roger@eyesopen.com>
5773
5774         PR optimization/9325, PR java/6391
5775         * fold-const.c (fold_convert): For floating point to integer
5776         conversions, return the maximum/minimum representable integer
5777         value if the real constant overflows the destination type.
5778         * tree.c (real_value_from_int_cst): Allow the type to be NULL,
5779         meaning don't truncate the result to a floating point mode.
5780         Simplify the logic by calling real_from_integer directly.
5781         * simplify-rtx.c (simplify_unary_operation):  Implement the
5782         same semantics for folding floating point to integer conversions
5783         in RTL.
5784
5785 2003-10-03  Chris Demetriou  <cgd@broadcom.com>
5786
5787         * config/mips/mips.c (mips_emit_prefetch): Restructure
5788         to avoid use of arrays, handle indexed prefetch.
5789         * config/mips/mips.h (ISA_HAS_FP4, ISA_HAS_PREFETCH): Update comments.
5790         (ISA_HAS_PREFETCHX): New deffine.
5791         * config/mips/mips.md ("type" attr): Add new "prefetchx" value,
5792         update comments.
5793         (prefetch_indexed_di, prefetch_indexed_si): New insns.
5794
5795 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
5796             Roger Sayle  <roger@eyesopen.com>
5797
5798         PR optimization/12289
5799         * calls.c (emit_call_1): Pretend to have popped the arguments
5800         to noreturn and longjmp functions instead of ignoring them.
5801         (expand_call): Don't adjust stack_pointer_dela while
5802         inhibit_defer_pop is set.
5803
5804 2003-10-03  Andreas Schwab  <schwab@suse.de>
5805
5806         PR bootstrap/12276
5807         * configure.in: Check for libunwind on the host only if building
5808         a native compiler.
5809         * configure: Regenerated.
5810
5811 2003-10-03  Paolo Carlini  <pcarlini@unitus.it>
5812
5813         * unwind-pe.h (read_encoded_value_with_base): Constify u and
5814         its inizialization cast.
5815
5816 2003-10-03  Richard Sandiford  <rsandifo@redhat.com>
5817
5818         PR target/12485
5819         * config/mips/mips.c (mips_load_got): GOT accesses can't trap.
5820
5821 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
5822
5823         PR optimization/12180
5824         * tree-inline.c (inline_forbidden_p_1): Do not permit inlining of
5825         functions containing calls to __builtin_next_arg.
5826
5827 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
5828
5829         * config/mips/mips.c (mips_emit_prefetch): Use operand 3
5830         in instructions being output.
5831         * config/mips/mips.md (prefetch_si_address): Change third
5832         operand's constraint letter to 'I'.
5833         (prefetch_di_address): Likewise.
5834         (prefetch_si, prefetch_di): Set third operand to const0_rtx.
5835
5836 2003-10-02  Zack Weinberg  <zack@codesourcery.com>
5837
5838         * system.h: Poison macros obsoleted by earlier patch.
5839         * config/cris/cris.c: C90-ify a function definition.
5840
5841 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
5842
5843         PR/12292
5844         * combine.c (make_field_assignment): Check whether rtx's code
5845         is CONST_INT before using INTVAL.
5846
5847 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
5848
5849         * cgraph.c (cgraph_node): Use INSERT instead of 1 in
5850         htab_find_slot_with_hash.
5851         (cgraph_node_for_identifier): Use NO_INSERT.
5852         (cgraph_remove_node): Use NO_INSERT.
5853         (cgraph_varpool_node): Use INSERT.
5854         (cgraph_varpool_node_for_identifier): Use NO_INSERT.
5855
5856 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
5857
5858         Waldek Hebisch <hebisch@math.uni.wroc.pl>
5859         PR/12072
5860         * varasm.c (compare_constant): Fix thinko.
5861
5862 2003-10-02  Richard Sandiford  <rsandifo@redhat.com>
5863
5864         * config/frv/frv.c (frv_issue_rate): New function.
5865         (frv_pack_insns): Use it.
5866         (TARGET_SCHED_ISSUE_RATE): Define.
5867
5868 2003-10-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
5869
5870         * config/mcore/mcore.c: Convert to ISO C90 function declarations
5871         and definitions.
5872         * config/mcore/mcore.h: Likewise.
5873         * config/mcore/mcore-protos.h: Likewise.
5874
5875 2003-10-02  Richard Sandiford  <rsandifo@redhat.com>
5876
5877         * config/frv/frv.c (frv_use_dfa_pipeline_interface): New function.
5878         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
5879
5880 2003-10-01  Per Bothner  <pbothner@apple.com>
5881
5882         * c-lex.c (src_line):   Remove unneeded static variable.
5883         (cb_line_change):  Set input_line directly, instead of src_line.
5884         (get_non_padding_token):  We no longer need to compensate for the
5885         "horrible things" the C++ front-end does with the current line number,
5886
5887         * cpplib.c (_cpp_pop_buffer):  Do generate a _cpp_do_file_change
5888         callback even when popping the main file.
5889         * c-lex.c (fe_file_change):  Handle a NULL new_map.
5890         * fix-header.c (cb_file_change):  Likewise.
5891         * c-ppoutput.c (pp_file_change):  Likewise.
5892
5893         * cppinit.c (cpp_read_main_file):  Split into two functions:
5894         Distribute _cpp_stack_file call over the two functions.
5895         (cpp_find_main_file):  New function.
5896         Don't call _cpp_do_file_change even if working_directory flag set.
5897         (cpp_push_main_file):  New function.
5898         * cppfiles.c (_cpp_find_failed):  New helper function.
5899         (find_file):  Made non-static and renamed to _cpp_find_file.
5900         (_cpp_stack_file):  No longer needed.  But note the following.
5901         (stack_file):  Made non-static and renamed to _cpp_stack_file.
5902         * fix-header.c (cpp_read_main_file):  Replace cpp_read_main_file
5903         call with calls to cpp_find_main_file and cpp_push_main_file.
5904         (search_path_head):  If there is no current buffer, use main_file.
5905         * cpphash.h:  Update function declarations.
5906         * cpplib.h:  Update function declarations.
5907
5908         * c-opts.c (c_common_post_options):  Don't call cpp_find_main_file yet.
5909         (c_common_parse_file):  No longer need to call cpp_read_main_file
5910         when file_index > 0 (as in multi-file or server compiation).
5911         (finish_options):  Change to <built-in> is an LC_ENTER, not LC_RENAME
5912         as this now happens before cpp_push_main_file.
5913         (push_command_line_include):  When done with options, pass LC_LEAVE
5914         instead of LC_RENAME to cpp_change_file and finally cpp_push_main_file.
5915         (fe_file_change):  Handle NULL new_map, and simplify.
5916         * cpplex.c (_cpp_get_fresh_line):  Revert my no-longer-needed
5917         08-28 change, since we're never called with a NULL buffer.
5918         (_cpp_lex_direct):  Likewise.
5919         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
5920         Return false if buffer is NULL at end.
5921
5922         * cpplex.c (_cpp_get_fresh_line):  Return value now just depends on
5923         whether pfile->buffer is NULL after pop, ignoring return_at_eof.
5924         * cpphash.h (struct cpp_buffer):  Remove unused return_at_eof field.
5925         * cpplib.c (cpp_push_buffer):  Since we no longer set return_at_eof,
5926         remove the unused return_at_eof parameter.
5927         * cppfiles.c, cpplib.c, cppmacro.c, cpppch.c, fix-header.c:
5928         Update callers of cpp_push_buffer.
5929
5930 2003-10-01  Zack Weinberg  <zack@codesourcery.com>
5931
5932         * target.h (init_libfuncs): New hook.
5933         * target-def.h: Default TARGET_INIT_BUILTINS and
5934         TARGET_INIT_LIBFUNCS to hook_void_void.  Add
5935         TARGET_INIT_LIBFUNCS to TARGET_INITIALIZER.
5936         * builtins.c (default_init_builtins): Delete.
5937         * expr.h (default_init_builtins): Delete prototype.
5938         * doc/tm.texi: Document TARGET_INIT_LIBFUNCS and US_SOFTWARE_GOFAST.
5939         Tweak documentation of TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL.
5940         Remove documentation of INIT_TARGET_OPTABS, MULSI3_LIBCALL,
5941         DIVSI3_LIBCALL, UDIVSI3_LIBCALL, MODSI3_LIBCALL, UMODSI3_LIBCALL,
5942         MULDI3_LIBCALL, DIVDI3_LIBCALL, UDIVDI3_LIBCALL, MODDI3_LIBCALL,
5943         and UMODDI3_LIBCALL,
5944
5945         * Makefile.in (optabs.o): Depends on target.h.
5946         * defaults.h: Provide default for FLOAT_LIB_COMPARE_RETURNS_BOOL.
5947         * optabs.c: Include target.h.
5948         (prepare_float_lib_cmp): No need for #ifdef around use of
5949         FLOAT_LIB_COMPARE_RETURNS_BOOL.
5950         (set_optab_libfunc): New function.
5951         (init_optabs): Delete use of all *_LIBCALL defines.
5952         Call targetm.init_libfuncs not INIT_TARGET_OPTABS.
5953         * optabs.h: Prototype set_optab_libfunc.
5954
5955         * config.gcc: Remove all references to pa/long_double.h,
5956         ia64/hpux_longdouble.h, and gofast.h.
5957         (mips-*-*): When --enable-gofast, just add US_SOFTWARE_GOFAST
5958         to tm_defines; don't set INIT_SUBTARGET_OPTABS or change tm_file.
5959
5960         * config/alpha/alpha.c, config/c4x/c4x.c, config/cris/cris.c
5961         * config/frv/frv.c, config/h8300/h8300.c, config/i860/i860.c
5962         * config/ia64/ia64.c, config/ip2k/ip2k.c, config/m68hc11/m68hc11.c
5963         * config/mips/mips.c, config/pa/pa.c, config/rs6000/rs6000.c
5964         * config/sparc/sparc.c, config/vax/vax.c:
5965         Provide a definition for TARGET_INIT_LIBFUNCS.  Where
5966         necessary, include optabs.h, libfuncs.h, and/or config/gofast.h.
5967
5968         * config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.h
5969         * config/avr/avr.h, config/cris/cris.h, config/frv/frv.h
5970         * config/h8300/h8300.h, config/i860/i860.h, config/ip2k/ip2k.h
5971         * config/iq2000/iq2000.h, config/m68hc11/m68hc11.h, config/mips/mips.h
5972         * config/rs6000/aix.h, config/rs6000/sysv4.h, config/sparc/elf.h
5973         * config/sparc/lite.h, config/sparc/netbsd-elf.h, config/sparc/sol2.h
5974         * config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h
5975         * config/vax/elf.h: Don't define or use INIT_TARGET_OPTABS,
5976         INIT_SUBTARGET_OPTABS, or any *_LIBCALL macros.
5977
5978         * config/ia64/hpux.h: Redefine INTEL_EXTENDED_IEEE_FORMAT to 0.
5979         Set TARGET_INIT_LIBFUNCS and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
5980         * config/pa/pa-hpux.h: Define LONG_DOUBLE_TYPE_SIZE,
5981         HPUX_LONG_DOUBLE_LIBRARY, and FLOAT_LIB_COMPARE_RETURNS_BOOL here.
5982         * config/ia64/hpux_longdouble.h, config/pa/long_double.h: Delete.
5983
5984         * config/rs6000/xcoff.h: Don't define RS6000_ITRUNC nor RS6000_UITRUNC.
5985         * config/sparc/sparc.h: Default SUN_CONVERSION_LIBFUNCS and
5986         SUN_INTEGER_MULTIPLY_64 to 0.
5987         * config/sparc/sol2.h: Redefine SUN_CONVERSION_LIBFUNCS and
5988         SUN_INTEGER_MULTIPLY_64 to 1.
5989         * config/sparc/elf.h: Redefine SUN_CONVERSION_LIBFUNCS and
5990         SUN_INTEGER_MULTIPLY_64 to 0.
5991         * config/sparc/lite.h, config/sparc/liteelf.h, config/sparc/sp86x-elf.h:
5992         Define US_SOFTWARE_GOFAST.
5993         * config/vax/vax.h: Default TARGET_ELF to 0.
5994         * config/vax/elf.h: Redefine TARGET_ELF to 1.
5995
5996         * config/gofast.h: Don't define any macros here.  Provide one
5997         static function, gofast_maybe_init_libfuncs, which does what
5998         INIT_GOFAST_LIBFUNCS used to do but only if US_SOFTWARE_GOFAST
5999         is already defined.  Do not clear negation libfuncs.  Do
6000         not mess with HFmode, XFmode, or TFmode libfuncs.
6001
6002         * config/avr/avr.c (avr_init_once): #if 0 out; mark FIXME.
6003
6004 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
6005
6006         PR C/12466
6007         * c-parse.in (parmlist_2): Mark declaration with an ellipsis as ISO C.
6008
6009 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6010
6011         * config/mips/xm-iris5.h: Remove, unnecessary.
6012         * config.build (mips-sgi-irix5*): Remove.
6013         (mips-sgi-irix6*o32): Likewise.
6014         * config.gcc (mips-sgi-irix6*o32): Remove xm_file.
6015         (mips-sgi-irix5cross64): Likewise.
6016         (mips-sgi-irix5*): Likewise.
6017         * config.host (mips-sgi-irix5*): Remove.
6018         (mips-sgi-irix6*o32): Likewise.
6019
6020 2003-10-01  Zack Weinberg  <zack@codesourcery.com>
6021
6022         * dbxout.c (dbxout_fptype_value): Delete.
6023         (dbxout_type): Emit R3 for all COMPLEX_TYPEs.
6024
6025 2003-10-01  Alexandre Oliva  <aoliva@redhat.com>
6026
6027         * output.h (compute_reloc_for_constant): Declare.
6028         * varasm.c (compute_reloc_for_constant): Extract from...
6029         (output_addressed_constants): ... here.  Adjust all callers.
6030
6031 2003-10-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6032
6033         * aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.
6034         * configure: Rebuilt.
6035
6036 2003-10-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6037
6038         * fold-const.c (make_range): When handling unsigned, don't reverse
6039         range if high bound is zero.
6040
6041 2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
6042
6043         * config/frv/frv.h (PREDICATE_CODES): Added
6044         condexec_si_media_operator, condexec_sf_add_operator and
6045         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
6046         and condexec_sf_unary_operator.
6047
6048 2003-10-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6049
6050         * aclocal.m4: Add ultrix* to /dev/zero blacklist.
6051         * configure: Rebuilt.
6052
6053 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6054
6055         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.
6056         Allow override.
6057         * doc/tm.texi (MUST_USE_SJLJ_EXCEPTIONS): Document.
6058
6059 2003-09-23  David S. Miller  <davem@redhat.com>
6060
6061         * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine
6062         before redefining.
6063         * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
6064
6065 2003-10-01  Steven Bosscher  <steven@gcc.gnu.org>
6066
6067         * config/cris/cris-protos.h, config/cris/cris.c: Convert to ISO
6068         C90 function declarations and definitions.
6069
6070 2003-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6071
6072         * config.gcc (cris-*-linux*): Revert mistaken commit.
6073
6074 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6075
6076         PR optimization/11753
6077         * config/sparc/sparc.md (length attribute) [fcc branch]: Add 1 to
6078         the length in the non-V9 case.
6079
6080 2003-09-30  Richard Henderson  <rth@redhat.com>
6081
6082         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor
6083         DWARF_ALT_FRAME_RETURN_COLUMN.
6084         * unwind-dw2.c (dwarf_reg_size_table): Expand by one.
6085         (_Unwind_GetGR, _Unwind_SetGR): Validate lookup column.
6086         (uw_frame_state_for): Return end-of-stack for null return address.
6087         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Add.
6088
6089         * config/alpha/alpha.c (alpha_sa_mask): Add r31 for eh_return.
6090         (alpha_expand_prologue): Store a zero for it.
6091         (alpha_expand_epilogue): Don't reload it.
6092         * config/alpha/alpha.h (DWARF_ALT_FRAME_RETURN_COLUMN): New.
6093         * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Use column 64
6094         for the sigframe return address.
6095
6096 2003-09-30  Kelley Cook  <kelleycoook@wideopenwest.com>
6097
6098         * sdbout.c: Convert to ISO C90 prototypes.
6099         * objc/objc-act.c: Likewise.
6100
6101 2003-09-30  Kelley Cook  <kelleycoook@wideopenwest.com>
6102
6103         * config/i386/cygwin1.c: Convert to ISO C90 prototypes.
6104         * config/i386/winnt.c: Likewise.
6105         * config/i386/cygming.h: Likewise.
6106
6107 2003-09-30  Kazu Hirata  <kazu@cs.umass.edu>
6108
6109         * fold-const.c (fold): Fold (A & ~B) - (A & B) into
6110         (A ^ B) - B for any B.
6111
6112 2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6113
6114         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
6115         powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.
6116
6117 2003-09-30  Richard Earnshaw  <rearnsha@arm.com>
6118
6119         * arm/ieee754-sf.S: Tidy formatting.
6120
6121 2003-09-30  Nicolas Pitre  <nico@cam.org>
6122
6123         * arm/lib1funcs.asm (ARM_DIV_MOD_BODY): Split into ARM_DIV_BODY
6124         and ARM_MOD_BODY.
6125         (ARM_MOD_BODY): Rewritten. added clz insns for __ARM_ARCH__ >= 5.
6126         (ARM_DIV_BODY): Added clz insns for __ARM_ARCH__ >= 5,
6127         added better divisor alignment in the other case.
6128         (ARM_DIV2_ORDER): Added, finds the order of a single bit divisor.
6129         (__divsi3, __udivsi3, __modsi3, __umodsi3): rewritten using the
6130         macros above, add fast exits for divisor >= dividend, etc.
6131
6132 2003-09-30  Nicolas Pitre  <nico@cam.org>
6133
6134         * arm/ieee754-df.S: Split compilation of fixunsdfsi from
6135         L_fixdfsi target.
6136         * arm/t-arm-elf (LIB1ASMFUNCS): Add _fixunsdfsi.
6137
6138 2003-09-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6139
6140         * config.gcc: Default use_fixproto to 'no'.
6141
6142 2003-09-30  Richard Sandiford  <rsandifo@redhat.com>
6143
6144         PR optimization/12345
6145         * config/mips/mips-protos.h (mips_restore_gp): Remove.
6146         (mips_gp_save_slot): Declare.
6147         * config/mips/mips.c (mips_restore_gp): Remove in favor of...
6148         (mips_gp_save_slot): ...this new function.
6149         * config/mips/mips.md (exception_receiver): Use mips_gp_save_slot
6150         and mips_output_move to generate the output template.
6151         (call_internal): Force splitting if TARGET_SPLIT_CALLS.  Don't emit
6152         a gp load after a noreturn call.  Load the gp using a move rather
6153         than an exception_receiver pattern.
6154         (call_value_internal, call_value_multiple_internal): Likewise.
6155         (call_split, call_value_split, call_value_multiple_split): Clobber $28.
6156
6157 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6158
6159         PR debug/12319
6160         * cfglayout.c (insn_scope):  Use prologue_locator and
6161         epilogue_locator; return the outer function scope for
6162         pro- and epilogue insns.
6163
6164 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
6165
6166         * objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
6167         REAL_TYPEs based on the bitsize of the type's mode, not the
6168         mode directly.
6169
6170 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6171
6172         * dwarf2out.c (default_eh_frame_section): Split into ...
6173         (named_section_eh_frame_section, collect2_eh_frame_section): ... new
6174         functions.
6175         * output.h (named_section_eh_frame_section): Declare.
6176         (collect2_eh_frame_section): Likewise.
6177
6178 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
6179
6180         * real.c (real_sqrt): Use get_canonical_qnan directly.
6181
6182         * dwarf2out.c (add_const_value_attribute): Use real_to_target.
6183
6184         * varasm.c (assemble_real): Use real_to_target directly,
6185         calculate the number of significant elements of the result
6186         array and write them out in a loop, instead of using a giant
6187         switch statement to pick the correct REAL_VALUE_TO_TARGET_*
6188         macro.
6189
6190 2003-09-29  Jan Hubicka  <jh@suse.cz>
6191
6192         PR c++/12175
6193         * varasm.c (notice_global_symbol): Discard external symbols.
6194
6195         PR optimization/12286
6196         * gcov-io.c (gcov_read_words): Fix memmove call.
6197         * profile.c (compute_branch_probabilities): Add extra sanity checks.
6198
6199 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6200
6201         * config.gcc (sparc-*-solaris2*): Handle Solaris 10 and up like
6202         Solaris 7-9.
6203
6204         * fixinc/inclhack.def (solaris_widec): Replace solaris2.[0-5]* by
6205         wildcards which explicitly match micro versions.
6206         * fixinc/fixincl.x: Regenerate.
6207
6208 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
6209
6210         * fold-const.c (fold): Fold (A & ~B) - (A & B) into
6211         (A ^ B) - B, where B is any power of 2 minus 1.
6212
6213 2003-09-29  Jan Hubicka  <jh@suse.cz>
6214
6215         * libgcov.c (gcov_exit): Fix two pastos.
6216
6217 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
6218
6219         * config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
6220         define_split immediately below to form define_insn_and_split.
6221
6222 2003-09-29  Kazu Hirata  <kazu@cs.umass.edu>
6223
6224         * config/h8300/h8300.md (*tstsi_variable_bit): New.
6225         (*tstsi_variable_bit_qi): Likewise.
6226
6227 2003-09-28  Phil Edwards  <phil@codesourcery.com>
6228
6229         * doc/cppopts.texi:  Use 'dashMP' instead of '-MP' as a cross-
6230         reference name.
6231
6232 2003-09-28  Richard Henderson  <rth@redhat.com>
6233
6234         * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
6235         file and line separately.
6236
6237 2003-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
6238
6239         * config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
6240         "*adddi3_carry2_cc", "*adddi3_carry2_cconly", "*subdi3_borrow_cc",
6241         "*subdi3_borrow_cconly"): New insns.
6242         ("*addsi3_sub", "*subsi3_sub"): Remove.
6243         ("*subdi3_cc", *subdi3_cconly"): Use only if TARGET_64BIT.
6244         ("*subsi3_cc"): Fix op_type attribute.
6245
6246 2003-09-28  Richard Henderson  <rth@redhat.com>
6247
6248         * stmt.c (expand_asm_operands): Take a location_t, instead of
6249         individual file and line.
6250         * c-typeck.c (c_expand_asm_operands): Likewise.
6251         * tree.h (expand_asm_operands): Update decl.
6252         * c-common.h (c_expand_asm_operands): Likewise.
6253         * c-semantics (genrtl_asm_stmt): Update call.
6254
6255 2003-09-28  Philip Blundell  <philb@gnu.org>
6256
6257         * config/arm/arm.c (legitimize_pic_address): Check
6258         SYMBOL_REF_LOCAL_P, not ENCODED_SHORT_CALL_ATTR_P.
6259         (arm_assemble_integer): Likewise.
6260
6261 2003-09-28  Steven Bosscher  <steven@gcc.gnu.org>
6262
6263         * config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
6264         config/c4x/c4x-c.c, config/c4x/c4x-protos.h, config/c4x/c4x.c,
6265         config/c4x/c4x.h:
6266         Convert to ISO C90 function declarations and definitions.
6267
6268 2003-09-28  Steven Bosscher  <steven@gcc.gnu.org>
6269
6270         *  config/stormy16/stormy16.c, config/stormy16/stormy16-protos.h:
6271         Convert to ISO C90 function declarations and definitions.
6272
6273 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
6274
6275         * config/mips/mips.c (mips_constant_info): Add reloc field.
6276         (mips_classify_constant): Initialize it.  Always set SYMBOL to the
6277         underlying symbol, not to an unspec.
6278         (mips_delegitimize_address, print_operand): Clean up accordingly.
6279
6280 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
6281
6282         * config/mips/mips-protos.h (mips16_gp_pseudo_reg): Remove.
6283         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Remove orphaned comment.
6284         * config/mips/mips.c (mips_reloc_offset_ok_p): New function.
6285         (mips_classify_constant): Use it.
6286         (mips_splittable_symbol_p): Add an offset argument.
6287         (mips_classify_address): Adjust call accordingly.
6288         (mips_legitimize_symbol): Handle sdata references with LO_SUM rather
6289         than a relocation unspec.  Update call to mips_splittable_symbol_p.
6290         Generalize the code that copes with symbols + invalid offsets.
6291         (print_operand): Allow '%R' to be applied to small data addresses.
6292         (mips_reloc_string): Remove RELOC_GPREL16.
6293         (mips_sdata_pointer): Renamed from mips16_gp_pseudo_reg.  Return $gp
6294         for TARGET_EXPLICIT_RELOCS.  Return null if we can't use gp-relative
6295         relocation operators.
6296         * config/mips/mips.md (RELOC_GPREL16): Remove.  Shuffle other reloc
6297         constants accordingly.
6298
6299 2003-09-27  Roger Sayle  <roger@eyesopen.com>
6300
6301         * toplev.c (flag_evaluation_order): New global variable.
6302         * flags.h (flag_evaluation_order): Prototype here.
6303         * expr.c (expand_operands): If we need to preserve observable
6304         evaluation order, protect exp1 from clobbering exp0's result.
6305
6306 2003-09-28  Andreas Jaeger  <aj@suse.de>
6307
6308         * c-decl.c (finish_function): Convert definition to ISO C90.
6309         * ifcvt.c (mark_loop_exit_edges): Likewise.
6310         * ra-rewrite.c (emit_colors): Likewise.
6311
6312 2003-09-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6313
6314         * config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
6315         * config.gcc (arm*-*-uclinux*): Disable fixproto.
6316         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
6317         powerpc-*-eabialtivec*): Disable fixproto.
6318
6319 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6320
6321         PR optimization/12340
6322         * loop.h (struct induction): Document the new semantics
6323         of the 'same' field for bivs.
6324         * unroll.c (biv_total_increment): Don't count the same
6325         biv increment several times.
6326         (loop_iterations) [GENERAL_INDUCT]: Likewise.
6327
6328 2003-09-27  Graham Stott  <graham.stott@btinternet.com>
6329
6330         * unroll.c (loop_interations)[GT]: Add missing break.
6331
6332 2003-09-27  Kelley Cook  <kcook@gcc.gnu.org>
6333
6334         * config/chorus.h, config/darwin-c.c, config/darwin-protos.h,
6335         config/darwin.c, config/darwin.h, config/dbx.h, config/dbxcoff.h,
6336         config/dbxelf.h, config/elfos.h, config/fp-bit.h,
6337         config/freebsd-nthr.h, config/freebsd-spec.h, config/freebsd.h,
6338         config/freebsd3.h, config/freebsd4.h, config/freebsd5.h,
6339         config/freebsd6.h, config/netbsd-aout.h, config/netbsd-elf.h,
6340         config/netbsd.h, config/netware.h, config/openbsd-oldgas.h,
6341         config/openbsd.h, config/ptx4.h, config/alpha/alpha-protos.h,
6342         config/alpha/alpha.c, config/alpha/alpha.h, config/alpha/alpha.md,
6343         config/alpha/elf.h, config/alpha/ev4.md, config/alpha/ev5.md,
6344         config/alpha/ev6.md, config/alpha/freebsd.h, config/alpha/linux-elf.h,
6345         config/alpha/linux.h, config/alpha/netbsd.h, config/alpha/openbsd.h,
6346         config/alpha/osf.h, config/alpha/osf5.h, config/alpha/unicosmk.h,
6347         config/alpha/vms-cc.c, config/alpha/vms-crt0-64.c,
6348         config/alpha/vms-crt0.c, config/alpha/vms-dwarf2.asm,
6349         config/alpha/vms-dwarf2eh.asm, config/alpha/vms-ld.c,
6350         config/alpha/vms-psxcrt0-64.c, config/alpha/vms-psxcrt0.c,
6351         config/alpha/vms.h, config/alpha/vms64.h, config/alpha/vms_tramp.asm,
6352         config/alpha/xm-vms.h, config/arc/arc-modes.def,
6353         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
6354         config/arc/arc.md, config/arc/initfini.c, config/arc/lib1funcs.asm,
6355         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
6356         config/avr/avr.md, config/d30v/d30v-protos.h, config/d30v/d30v.h,
6357         config/d30v/d30v.md, config/fr30/fr30-protos.h, config/fr30/fr30.c,
6358         config/fr30/fr30.h, config/fr30/fr30.md, config/fr30/lib1funcs.asm,
6359         config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
6360         config/frv/frv-abi.h, config/frv/frv-asm.h, config/frv/frv-modes.def,
6361         config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
6362         config/frv/frv.md, config/frv/frvbegin.c, config/frv/frvend.c,
6363         config/frv/lib1funcs.asm, config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
6364         config/h8300/parityhi2.c, config/h8300/popcounthi2.c,
6365         config/i370/i370-c.c, config/i370/i370-protos.h, config/i370/i370.c,
6366         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
6367         config/i370/mvs.h, config/i370/oe.h, config/i386/darwin.h,
6368         config/i960/i960-c.c, config/i960/i960-coff.h,
6369         config/i960/i960-modes.def, config/i960/i960-protos.h,
6370         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
6371         config/i960/rtems.h, config/ia64/elf.h, config/ia64/ia64.h,
6372         config/m32r/initfini.c, config/m32r/m32r-protos.h, config/m32r/m32r.c,
6373         config/m32r/m32r.h, config/m32r/m32r.md, config/m68hc11/larith.asm,
6374         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
6375         config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
6376         config/m68hc11/m68hc12.h, config/m68k/coff.h, config/m68k/crti.s,
6377         config/m68k/crtn.s, config/m68k/hp320.h, config/m68k/hp320base.h,
6378         config/m68k/lb1sf68.asm, config/m68k/linux.h, config/m68k/m68020-elf.h,
6379         config/m68k/m68k-aout.h, config/m68k/m68k-none.h,
6380         config/m68k/m68k-protos.h, config/m68k/m68k.c, config/m68k/m68k.h,
6381         config/m68k/m68k.md, config/m68k/m68kelf.h, config/m68k/m68kv4.h,
6382         config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
6383         config/m68k/rtemself.h, config/m68k/sgs.h, config/mcore/lib1.asm,
6384         config/mcore/mcore-elf.h, config/mcore/mcore-pe.h,
6385         config/mcore/mcore-protos.h, config/mcore/mcore.c,
6386         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
6387         config/mips/elforion.h, config/mips/iris5.h, config/mips/iris6.h,
6388         config/mips/iris6gld.h, config/mips/irix6-libc-compat.c,
6389         config/mips/linux.h, config/mips/mips-protos.h, config/mips/mips.c,
6390         config/mips/mips.h, config/mips/mips.md, config/mips/netbsd.h,
6391         config/mips/openbsd.h, config/mips/r3900.h, config/mips/rtems.h,
6392         config/mips/vr.h, config/mn10300/linux.h,
6393         config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
6394         config/mn10300/mn10300.h, config/mn10300/mn10300.md,
6395         config/ns32k/__unorddf2.c, config/ns32k/__unordsf2.c,
6396         config/ns32k/netbsd.h, config/ns32k/ns32k-protos.h,
6397         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/ns32k/ns32k.md,
6398         config/pdp11/2bsd.h, config/pdp11/pdp11-modes.def,
6399         config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
6400         config/pdp11/pdp11.h, config/pdp11/pdp11.md, config/rs6000/biarch64.h,
6401         config/rs6000/default64.h, config/sh/coff.h, config/sh/crt1.asm,
6402         config/sh/crti.asm, config/sh/crtn.asm, config/sh/elf.h,
6403         config/sh/embed-elf.h, config/sh/linux.h, config/sh/little.h,
6404         config/sh/netbsd-elf.h, config/sh/rtems.h, config/sh/rtemself.h,
6405         config/sh/sh-protos.h, config/sh/sh.c, config/sh/sh.h,
6406         config/sh/sh.md, config/sh/sh64.h, config/sh/shmedia.h,
6407         config/sh/sshmedia.h, config/sh/ushmedia.h, config/sparc/pbd.h,
6408         config/sparc/sparc.h, doc/install-old.texi, fixinc/fixinc.ptx,
6409         fixinc/fixinc.svr4: GNU CC -> GCC.
6410
6411 2003-09-26  Loren James Rittle  <ljrittle@acm.org>
6412
6413         * objc/objc-act.c (tm_p.h): Tweak order.
6414         * objc/Make-lang.in (objc/objc-act.o): Add $(TM_P_H).
6415
6416 2003-09-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6417
6418         * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
6419         Include t-slibgcc-elf-ver and t-linux in tmake_file.
6420         * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
6421         Disable fixproto.
6422         * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
6423         Disable fixproto.
6424         * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
6425         sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto.
6426
6427         * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
6428
6429 2003-09-26  Loren James Rittle  <ljrittle@acm.org>
6430
6431         * config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
6432         * objc/objc-act.c (tm_p.h): Include.
6433
6434 2003-09-26  Per Bothner  <pbothner@apple.com>
6435
6436         * dbxout.c (dbxout_typedefs):  Output typedefs in forward order.
6437         No longer any need to reverse by recursion.
6438
6439 2003-09-26  Roger Sayle  <roger@eyesopen.com>
6440             Richard Henderson  <rth@redhat.com>
6441
6442         PR optimization/11741
6443         * gcse.c (pre_insert_copy_insn): Tweak the logic for finding the
6444         appropriate set to match that in hash_scan_insn.  Fall back to
6445         the original copy method, if we can't validate changing insn.
6446         (pre_delete): Only delete instructions that have a single_set,
6447         instead of aborting when we encounter an PARALLEL insn with more
6448         then one SET.
6449
6450 2003-09-26  Andreas Krebbel  <krebbel1@de.ibm.com>
6451
6452         * config/s390/s390.md ("builtin_setjmp_setup"): Insn deleted.
6453         ("builtin_longjmp"): Insn deleted.
6454         ("save_stack_nonlocal"): Save literal pool base pointer behind
6455         backchain and stack pointer.
6456         ("restore_stack_nonlocal"): Restore literal pool base pointer.
6457         * config/s390/s390.h (STACK_SAVEAREA_MODE): Double size of
6458         the stack save area for the nonlocal goto case.
6459
6460 2003-09-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6461
6462         PR bootstrap/12358
6463         * pa.c (output_bvb): Fix typo.
6464
6465 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
6466
6467         * expmed.c (store_bit_field): Don't search for an integer mode
6468         unless we need the result.
6469
6470 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
6471
6472         * expr.c (emit_move_insn_1): If there is no move pattern for the
6473         original mode, try using a pattern for the corresponding integer mode.
6474
6475 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
6476
6477         PR middle-end/9200
6478         * combine.c (if_then_else_cond): Tighten mode check.
6479
6480 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6481
6482         * cppcharset.c, cpphash.h: Rename 'struct strbuf' to
6483         'struct _cpp_strbuf'.
6484
6485         * config/i386/netbsd-elf.h, config/i386/netbsd64.h,
6486         config/i386/netware.h, config/i386/nto.h, config/i386/openbsd.h,
6487         config/i386/pentium.md, config/i386/pmmintrin.h, config/i386/ppro.md,
6488         config/i386/ptx4-i.h, config/i386/rtemself.h, config/i386/sco5.h,
6489         config/i386/sol2.h, config/i386/svr3gas.h, config/i386/sysv3.h,
6490         config/i386/sysv4-cpp.h, config/i386/sysv4.h, config/i386/sysv5.h,
6491         config/i386/unix.h, config/i386/uwin.h, config/i386/vsta.h,
6492         config/i386/xm-cygwin.h, config/i386/xm-djgpp.h,
6493         config/i386/xm-mingw32.h, config/i386/xmmintrin.h: Replace
6494         "GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".
6495         * config/i386/i386-aout.h, config/i386/i386-coff.h,
6496         config/i386/i386-interix.h, config/i386/i386-interix3.h,
6497         config/i386/i386-modes.def, config/i386/i386-protos.h,
6498         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
6499         config/i386/i386elf.h, config/i386/k6.md, config/i386/kaos-i386.h,
6500         config/i386/linux-aout.h, config/i386/linux.h, config/i386/linux64.h,
6501         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
6502         config/i386/mmintrin.h, config/i386/moss.h: GNU CC -> GCC.
6503         "GNU compiler" -> GCC.
6504         * config/i386/att.h, config/i386/beos-elf.h, config/i386/biarch64.h,
6505         config/i386/bsd.h, config/i386/crtdll.h, config/i386/cygming.h,
6506         config/i386/cygwin.h, config/i386/cygwin1.c, config/i386/cygwin2.c,
6507         config/i386/darwin.h, config/i386/djgpp.h, config/i386/emmintrin.h,
6508         config/i386/freebsd-aout.h, config/i386/freebsd.h,
6509         config/i386/freebsd64.h, config/i386/gas.h: GNU CC -> GCC.
6510
6511 2003-09-25  Kelley Cook  <kelleycook@wideopenwest.com>
6512
6513         * cgraph.c (dump_cgraph):  Don't output newline before dump.  Add in
6514         "local" to the callgraph dump.  Output "after inlining" earlier.
6515         * cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
6516         callgraph dumps.  Correct misspellings.
6517         (cgraph_decide_inlining):  Output number of insns before inlining.
6518         Output the calling function into which a function is inlined.
6519         (cgraph_decide_small_functions): Format dump file like always_inline.
6520
6521 2003-09-25  Loren James Rittle  <ljrittle@acm.org>
6522
6523         * config/i386/i386.h (ix86_return_in_memory): Add prototype.
6524
6525 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
6526
6527         * config/s390/s390.c (s390_emit_prologue): Simplify accesses to
6528         FPR slots in the save area.
6529         (s390_emit_epilogue): Likewise.
6530
6531 2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
6532
6533         * cgraph.h (cgraph_remove_edge): Declare.
6534         * cgraph.c (cgraph_remove_edge): Make extern.
6535         * cgraphunit.c (cgraph_finalize_function): Call cgraph_remove_edge
6536         instead of cgraph_remove_call.
6537
6538 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
6539
6540         * objc/objc-act.c (gen_declaration_1): Fix printf format.
6541
6542 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
6543
6544         * arm.c (all_cores): arm710t, arm720t and arm740t are all based on the
6545         arm7tdmi core.
6546
6547 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
6548
6549         * config/darwin-protos.h (objc_image_info_section):
6550         New prototype.
6551
6552 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
6553
6554         * Makefile.in (stub-objc.o): Depend on $(GGC_H).
6555
6556 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6557
6558         * config.gcc: Get rid of more gratuitious 'x'es.  Actually allow
6559         tsc701 as a --with-cpu, --with-tune setting for sparc.
6560
6561 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
6562
6563         * c-parse.in (objc_try_stmt): Do not specify a %type.
6564
6565 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6566
6567         * config.gcc: New 'widely ported system' clause for rtems.
6568         Set thread file there, not in individual clauses.
6569
6570 2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
6571
6572         PR target/6222
6573         * config/mips/mips.c (mips_va_arg): Handle arguments that must be
6574         passed on the stack.
6575
6576 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6577
6578         * config.gcc (widely ported systems section): Mostly alphabetize
6579         by system.  Comment the case where we can't.
6580         * config.gcc (widely ported systems section): Reindent and clean up.
6581
6582         * config.gcc: Remove some unnecessary uses of 'x' in case statements.
6583         Actually allow ep9312 as an arm --with-arch setting.
6584
6585         * config.gcc (*-hpux11): Disable fixproto.
6586
6587 2003-09-24  Phil Edwards  <phil@codesourcery.com>
6588
6589         PR pch/12112
6590         * gcc/cppfiles.c (pch_open_file): Return based on combined
6591         result of all files.
6592         (validate_pch): Return validate flag for current file.
6593
6594 2003-09-24  Roger Sayle  <roger@eyesopen.com>
6595
6596         PR bootstrap/12358
6597         * fold-const.c (tree_swap_operands_p): Only reorder operands when
6598         one of the operands is constant.
6599
6600 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
6601
6602         MERGE OF objc-improvements-branch into MAINLINE:
6603         * Makefile.in (C_OBJS): Add in stub-objc.o.
6604         (c-parse.y): Change sed demarcations to begin with '@@'.
6605         (stub-objc.o): New rule.
6606         * c-common.c (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
6607         flag_replace_objc_classes): New flags.
6608         * c-common.h (RID_AT_THROW, RID_AT_TRY, RID_AT_CATCH, RID_AT_FINALLY,
6609         RID_AT_SYNCHRONIZED): New keywords.
6610         (flag_nil_receivers, flag_objc_exceptions, flag_zero_link,
6611         flag_replace_objc_classes): New flags.
6612         (lookup_interface, is_class_name, objc_is_object_ptr, objc_check_decl,
6613         objc_comptypes, objc_message_selector, lookup_objc_ivar,
6614         get_current_scope, objc_mark_locals_volatile): New prototypes,
6615         some moved from c-tree.h.
6616         * c-decl.c (get_current_scope, objc_mark_locals_volatile): New functions.
6617         (finish_decl): Adjust where objc_check_decl() gets called.
6618         * c-lang.c (lookup_interface, is_class_name, objc_is_id,  objc_check_decl,
6619         objc_comptypes, objc_message_selector, lookup_objc_ivar): Remove stubs.
6620         * c-opts.c (c_common_handle_option): Add handling for  flag_nil_receivers,
6621         flag_objc_exceptions, flag_replace_objc_classes and flag_zero_link.
6622         * c-parse.in: Replace 'ifc' and 'end ifc' sed markers with '@@ifc' and
6623         '@@end_ifc', respectively.
6624         (AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY, AT_SYNCHRONIZED): New %tokens.
6625         (objc_try_stmt, superclass, class_ivars, objc_try_catch-stmt,
6626         objc_finally_block): New rules.
6627         (component_decl_list2): Clean up semantic action for @defs construct.
6628         (component_decl, c99_block_start): Remove call to add_objc_decls().
6629         (poplevel): Add call to objc_clear_super_receiver().
6630         (stmt): Add rules for @throw, @try..@catch..@finally and @synchronized
6631         constructs.
6632         (classdef, methodprotolist): Clean up/simplify.
6633         (methodprotolist2): Eliminate.
6634         (methodproto): Call add_method() instead of add_class_method() and
6635         add_instance_method().
6636         (receiver): Add TYPENAME production.
6637         (reswords): Add "throw", "try", "catch", "finally" and "synchronized".
6638         (rid_to_yy): Add AT_THROW, AT_TRY, AT_CATCH, AT_FINALLY and
6639         AT_SYNCHRONIZED.
6640         * c-tree.h (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
6641         objc_comptypes, objc_message_selector)
6642         * c-typeck.c (comptypes): In ObjC mode, call objc_comptypes() for
6643         struct and pointer types.
6644         (build_c_cast): Do not discard ObjC protocol qualifiers.
6645         (convert_for_assignment): Cache result of comp_target_types() instead
6646         of calling it more than once.
6647         * c.opt (fnext-runtime): Update description string.
6648         (fnil-receivers, fobjc-exceptions, freplace-objc-classes, fzero-link):
6649         New ObjC/ObjC++-specific flags.
6650         * function.h (GCC_FUNCTION_H): Header guard.
6651         * gengtype-lex.l: Teach lexer about new @@... sed demarcations.
6652         * stub-objc.c: New file, to be used to satisfy references to ObjC
6653         functions by the C and C++ front-ends.
6654         * config/darwin.c (_OBJC_IMAGE_INFO): New global metadata.
6655         * config/darwin.h (FUNCTION): Add in_objc_image_info.
6656         (SECTION_FUNCTION): Add objc_image_info_section.
6657         * doc/invoke.texi: Link to GCC web site for Objective-C information.
6658         (-fconstant-string-class): Update documentation.
6659         (-fno-nil-receivers, -fobjc-exceptions, -freplace-objc-classes,
6660         -fzero-link): New documentation.
6661         * objc/Make-lang.in (objc-parse.y): Change sed demarcations to begin
6662         with '@@'.
6663         * objc/lang-specs.h (@objective-c-header): Fix -E spec.
6664         * objc/objc/objc-act.c: Replace TYPE_NAME with OBJC_TYPE_NAME
6665         throughout; provide casts for return values from memory allocation
6666         functions (xmalloc, alloca, ggc_alloc, etc.).
6667         (OBJC_VOID_AT_END): New macro.
6668         (rtl.h): Do not #include any more.
6669         (STRING_OBJECT_GLOBAL_NAME): Replaced with STRING_OBJECT_GLOBAL_FORMAT.
6670         (TAG_MSGSEND_STRET, TAG_MSGSENDSUPER_STRET, TAG_MSGSEND_NONNIL,
6671         TAG_MSGSEND_NONNIL_STRET, TAG_EXCEPTIONEXTRACT, TAG_EXCEPTIONTRYENTER,
6672         TAG_EXCEPTIONTRYEXIT, TAG_EXCEPTIONMATCH, TAG_EXCEPTIONTHROW,
6673         TAG_SYNCENTER, TAG_SYNCEXIT): New NeXT runtime entry points.
6674         (struct val_stack, catch_count_stack, exc_binding_stack,  val_stack_push,
6675         val_stack_pop): New.
6676         (objc_check_decl): Fix precondition for error message, along with
6677         the message itself.
6678         (lookup_and_install_protocols): Remove nonexistent protocols from
6679         protocol list instead of returning error_mark_node.
6680         (create_builtin_decl): Use DECL_ARTIFICIAL only for VAR_DECLs.
6681         (setup_string_decl): Generalize to use STRING_OBJECT_GLOBAL_FORMAT.
6682         (synth_module_prologue): General clean-up; construct NeXT-specific
6683         runtime API prototypes if needed.
6684         (build_string_class_template): Remove.
6685         (check_string_class_template, string_layout_checked): New.
6686         (build_objc_string_object): Generalize to work with
6687         -fconstant-string-class.
6688         (build_objc_symtab_template): Fix layout for the NeXT runtime.
6689         (build_metadata_decl): New.
6690         (forward_declare_categories): Call build_metadata_decl() instead of
6691         create_builtin_decl() et al.
6692         (build_module_descriptor): Use OBJC_VOID_AT_END instead of
6693         void_list_node_1.
6694         (build_selector_reference_decl, build_class_reference_decl,
6695         build_objc_string_decl): Do not set TREE_READONLY.
6696         (get_proto_encoding): Do not call hack_method_prototype().
6697         (get_class_reference): Add failure mode for invalid class names;
6698         support -fzero-link; defer if in an ObjC++ template declaration.
6699         (objc_declare_alias, objc_declare_class): Fix up duplicate name
6700         lookup; check for global scope if in ObjC++.
6701         (is_class_name): Generalize to work with various tree nodes (TYPE_DECL,
6702         RECORD_TYPE, IDENTIFIER_NODE, etc.)
6703         (objc_is_id): Removed.
6704         (objc_is_object_ptr): New function.
6705         (get_class_ivars_from_name): New function, used for @defs construct.
6706         (get_class_ivars): Add option to return raw ivars; create a
6707         ClASS_OWN_IVARS list for each class as needed.
6708         (objc_enter_block, objc_exit_block, objc_declare_variable,
6709         objc_build_throw_stmt, val_stack_push, val_stack_pop,
6710         objc_build_try_enter_fragment, objc_build_extract_expr,
6711         objc_build_try_exit_fragment, objc_build_extract_fragment,
6712         objc_build_try_prologue, objc_build_try_epilogue,
6713         objc_build_catch_stmt, objc_build_catch_epilogue,
6714         objc_build_finally_prologue, objc_build_finally_epilogue,
6715         objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
6716         objc_build_synchronized_epilogue, build_objc_exception_stuff):
6717         New functions.
6718         (_JBLEN): _setjmp jmpbuf size (needs to be made a target hook in
6719         the future).
6720         (build_private_template): Fix up calls to get_class_ivars().
6721         (offset_is_register, forwarding_offset): Remove.
6722         (objc_method_parm_type, objc_encoded_type_size): New functions.
6723         (encode_method_prototype): Simplify to no longer depend on
6724         back-end information.
6725         (build_tmp_function_decl_xxx, build_tmp_function_decl,
6726         hack_method_prototype): Removed.
6727         (generate_protocol_references): Remove calls to
6728         build_tmp_function_decl().
6729         (generate_protocols): Adjust calls to encode_method_prototype().
6730         (build_class_template): Generate sel_id' and 'gc_object_type' fields
6731         for the NeXT runtime.
6732         (synth_forward_declarations): Call build_metadata_decl().
6733         (check_ivars): Check that the number of ivars matches also.
6734         (build_super_template): Modify super_type directly; disable debugging
6735         output while generating decl.
6736         (build_ivar_list_initializer): Skip list elements that are not
6737         FIELD_DECLs.
6738         (ivar_list_length): New function.
6739         (generate_ivar_lists): Call ivar_list_length() instead of list_length()
6740         and encode_method_prototype() instead of encode_method_def().
6741         (build_shared_structure_initializer): Generate 'sel_id' field for
6742         the NeXT runtime.
6743         (generate_category): Do not set TREE_USED.
6744         (build_keyword_selector): Ditto; transform into a function argument
6745         chain.
6746         (get_arg_type_list): If there are no user-specified arguments, use
6747         '...'; use OBJC_VOID_AT_END.
6748         (check_duplicates): Add a parameter indicating whether methods or
6749         selectors are being checked.
6750         (receiver_is_class_object): Add parameters indicating whether
6751         receiver is 'self' or 'super'; robustify.
6752         (build_message_expr): Defer call to finish_message_expr() if
6753         inside an ObjC++ template.
6754         (lookup_method_in_hash_lists): New function.
6755         (finish_message_expr): Complete rewrite/fix.
6756         (build_objc_method_call): Ditto; factor out commonalities between
6757         the GNU and NeXT runtimes; acccommodate ..._stret and ...NonNil
6758         messenger variants on the NeXT.
6759         (lookup_instance_method_static, lookup_class_method_static):
6760         Fold into a single lookup_method_static() function with an
6761         additional parameter.
6762         (add_class_method, add_instance_method): Fold into a single
6763         add_method() function with an additional parameter.
6764         (add_category): Make duplicate categories a hard error in ObjC++.
6765         (add_instance_variable): Properly handle unnamed ivars, arrays of
6766         zero or no size and bitfields.  In ObjC++, check for nontrivial
6767         C++ class instances.
6768         (is_public): Allow C functions to access non-@public ivars, with
6769         a warning.
6770         (start_class): Move common initializations to
6771         synth_module_prologue(); check for global scope if in ObjC++.
6772         (continue_class): Fix calls to finish_struct().
6773         (objc_declare_protocols, start_protocol): Check for global scope
6774         if in ObjC++.
6775         (encode_pointer): Encode 'BOOL *' specially on the NeXT.
6776         (encode_aggregate_within): Rewrite to properly distinguish
6777         struct tags from typedefs in both ObjC and ObjC++.
6778         (encode_bitfield, encode_complete_bitfield): Remove.
6779         (encode_next_bitfield, encode_gnu_bitfield): New functions.
6780         (encode_field_decl): Call encode_next_bitfield() or
6781         encode_gnu_bitfield() as needed.
6782         (synth_self_and_ucmd_args): New function.
6783         (start_method_def): Use it.
6784         (objc_types_are_equivalent): New function.
6785         (comp_proto_with_proto): Use it instead of comptypes(), since
6786         we need symmetry.
6787         (really_start_method): Use lookup_method_static() instead of
6788         lookup_class_method_static() and lookup_instance_method_static();
6789         Emit 'extern "C"' if in ObjC++ mode.
6790         (add_objc_decls): Removed.
6791         (UOBJC_SUPER_scope): New variable.
6792         (get_super_receiver): Move construction of 'super' from
6793         add_objc_decls(); remove dependency on struct objc_class.
6794         (encode_method_def): Removed; encode_method_prototype() is
6795         used instead.
6796         (objc_clear_super_receiver): New function.
6797         (objc_expand_function_end): Do not do anything for ordinary
6798         C functions.
6799         (finish_method_def): Mark ObjC methods as un-inlinable.
6800         (gen_declaration_1): Emit widths of bitfields.
6801         (finish_objc): Call generate_objc_image_info() if needed;
6802         use check_duplicates() when checking for selector duplicates.
6803         (generate_objc_image_info): New function.
6804         * objc/objc-act.h (add_instance_method, add_class_method,
6805         get_class_ivars): Remove prototypes.
6806         (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
6807         objc_build_synchronized_prologue, objc_build_synchronized_epilogue,
6808         objc_build_catch_stmt, objc_build_catch_epilogue,
6809         objc_build_finally_prologue, objc_build_finally_epilogue,
6810         add_method, get_class_ivars_from_name): New prototypes.
6811         (CLASS_BINFO_ELTS, PROTOCOL_BINFO_ELTS): New.
6812         (TYPE_PROTOCOL_LIST): Robustify to distinguish from
6813         TRANSLATION_UNIT_DECLs.
6814         (OBJC_TYPE_NAME): New.
6815         (objc_tree_code): Ensure that either <c-tree.h> or <cp/cp-tree.h>
6816         got included.
6817         (IS_SUPER): Robustify.
6818         (umsg_stret_decl, umsg_super_stret_decl, umsg_nonnil_decl,
6819         umsg_nonnil_stret_decl, objc_storage_class, objc_exception_extract_decl,
6820         objc_exception_try_enter_decl, objc_exception_try_exit_decl,
6821         objc_exception_match_decl, objc_exception_throw_decl,
6822         objc_sync_enter_decl, objc_sync_exit_decl, objc_exception_data_template,
6823         objc_setjmp_decl, objc_stack_exception_data, objc_caught_exception,
6824         objc_rethrow_exception, objc_eval_once, objc_exception_block_stack,
6825         objc_catch_type): New ObjC/ObjC++ roots.
6826         * objc/objc-tree.def (MESSAGE_SEND_EXPR, CLASS_REFERENCE_EXPR): New
6827         ObjC/ObjC++ tree node codes.
6828
6829 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
6830
6831         * cpplib.c (do_pragma): Reintroduce cb_line_change call in the
6832         code path that calls a handler.
6833
6834 2003-09-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6835
6836         * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware):
6837         Disable fixproto.
6838
6839         * config.gcc: Clean up and reindent $with_cpu=yes|no clause and
6840         the section giving $with_cpu defaults by target.
6841
6842         * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf,
6843         arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*,
6844         rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*,
6845         rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*,
6846         rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*,
6847         i[34567]86-pc-msdosdjgpp*): Disable fixproto.
6848
6849 2003-09-24  David Edelsohn  <edelsohn@gnu.org>
6850
6851         * config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2
6852         together.  Protect load string instruction with TARGET_STRING.
6853         (movti_string): Collapse case 1 and 2 together.
6854
6855 2003-09-24  Nathan Sidwell  <nathan@codesourcery.com>
6856
6857         * c-common.c (c_common_type_for_mode): Check for VOIDmode.
6858
6859 2003-09-24  Richard Earnshaw  <rearnsha@arm.com>
6860
6861         * arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in
6862         do...while(0)
6863
6864 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6865
6866         * config.gcc: Move use_fixproto=no from generic vxworks clause to
6867         specific one.
6868
6869         * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto
6870         (accidentally missed in last pass).
6871
6872 2003-09-23  Andrew Pinski  <apinski@apple.com>
6873
6874         PR bootstrap/12383
6875         * configure: Regenerate.
6876
6877 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6878
6879         * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally
6880         missed in last pass).
6881
6882 2003-09-23  Alexandre Oliva  <aoliva@redhat.com>
6883
6884         * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
6885         constant.
6886
6887 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6888
6889         * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
6890
6891         * config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
6892         powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
6893         powerpcle-*-eabi*): Disable fixproto.
6894
6895         * config.gcc: Move use_fixproto=no from generic FreeBSD clause to
6896         specific FreeBSD clauses.
6897         * config.gcc: Move use_fixproto=no from generic NetBSD clause to
6898         specific NetBSD clauses.
6899         * config.gcc: Move use_fixproto=no from generic OpenBSD clause
6900         to specific OpenBSD clauses.
6901
6902 2003-09-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6903
6904         * pa.c (hppa_expand_prologue): Do pic register save in frame marker
6905         without adding a frame note.
6906         * pa.md (allocate_stack): Save pic register in new frame marker when
6907         generating pic code.
6908
6909 2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>
6910
6911         * cgraphunit.c (cgraph_expand_all_functions): Renamed from
6912         cgraph_expand_functions.
6913
6914 2003-09-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6915
6916         * Makefile.in (gnucompare*): Merge into ...
6917         (slowcompare*): ... here.
6918         (fastcompare*): New targets.
6919         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for
6920         other "fast" cmp programs.
6921         * configure: Regenerate.
6922
6923 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6924
6925         * targhooks.c: Include output.h.
6926         * Makefile.in (targhooks.o): Add output.h to dependency list.
6927
6928 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6929
6930         * config.host: Removed superfluous newline.
6931
6932 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6933
6934         * config.gcc: Use ${target}, not $machine.
6935         * configure.in: Don't set $machine.
6936         * configure: Regenerate.
6937
6938 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
6939
6940         * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
6941
6942         * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
6943         pass zero-size arrays by reference.
6944         (rs6000_va_arg): Likewise.
6945
6946 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6947
6948         * config.gcc: Set use_fixproto=no in each specific *-gnu*
6949         configuration, rather than the generic one.
6950
6951 2003-09-23  Richard Henderson  <rth@redhat.com>
6952
6953         * tree-inline.c (remap_save_expr): Map new save_expr to identity
6954         rather than to error_mark_node.
6955
6956 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6957
6958         * configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
6959         Update description.
6960         * configure: Regenerate.
6961         * config.in: Likewise.
6962         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
6963         HAVE_GAS_SHF_MERGE value.
6964         * varasm.c (mergeable_string_section): Likewise.
6965         (mergeable_constant_section): Likewise.
6966
6967 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6968
6969         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO
6970         value.
6971
6972 2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6973
6974         * target.h (struct gcc_target): New member external_libcall.
6975         * target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default.
6976         (TARGET_ASM_OUT): Use it.
6977         * doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document.
6978         * targhooks.c: Convert to ISO C 90.
6979         (default_external_libcall): New function.
6980         * targhooks.h (default_external_libcall): Declare.
6981         * varasm.c (assemble_external_libcall): Use
6982         targetm.asm_out.external_libcall instead of
6983         ASM_OUTPUT_EXTERNAL_LIBCALL.
6984         * config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6]
6985         (mips_output_external_libcall): Declare.
6986         * config/mips/mips.c (mips_output_external_libcall): Change
6987         definition guard.
6988         Change to match TARGET_ASM_EXTERNAL_LIBCALL.
6989         Only operate for O32 ABI.
6990         * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define
6991         instead of ASM_OUTPUT_EXTERNAL_LIBCALL.
6992         * config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef,
6993         superceded by TARGET_ASM_EXTERNAL_LIBCALL.
6994
6995 2003-09-22  Nathnael Nerode  <neroden@gcc.gnu.org>
6996
6997         * config.gcc: Do per-target disabling of fixproto here in clauses,
6998         not in t- fragments.
6999         * configure.in: Adjust to set STMP_FIXPROTO correctly.
7000         * configure: Regenerate.
7001         * config/arm/t-semi, config/cris/t-cris, config/i386/t-beos,
7002         config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux,
7003         t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks,
7004         xtensa/t-xtensa: Remove setting of STMP_FIXPROTO.
7005         * config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd,
7006         t-interix, t-linux-aout:  Delete files consisting only of
7007         setting of STMP_FIXPROTO.
7008
7009         * config.host: Allow unknown hosts (not targets).  Allow
7010         ns32k-*-netbsdelf* as a host (not a target).  Remove redundant
7011         empty clauses.  Remove useless obsolete-configuration clause.
7012         Prune unsupported configuration list.  Collapse identical
7013         clauses for closely related systems.  Rewrite comment for
7014         unsupported hosts list.  Reorganize a little.
7015
7016 2003-09-22  Richard Henderson  <rth@redhat.com>
7017
7018         * c-common.c (c_common_signed_or_unsigned_type): Examine mode,
7019         not precision.
7020
7021 2003-09-22  David Edelsohn  <edelsohn@gnu.org>
7022             Hartmut Penner  <hpenner@de.ibm.com>
7023             Segher Boessenkool  <boessen@de.ibm.com>
7024
7025         * config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ...
7026         (gpr_or_gpr_p): Test INT_REGNO_P and convert to boolean.
7027         (rs6000_split_altivec_in_gprs): Rename to ...
7028         (rs6000_split_multireg_move): Add support for update addressing.
7029         * config/rs6000/rs6000-protos.h: Same.
7030         * config/rs6000/altivec.md: Same.
7031         * config/rs6000/rs6000.md (movdi_internal32): Use new splitter for
7032         multiple GPRs.
7033         (movti): Remove TARGET_STRING || TARGET_POWERPC64 final condition.
7034         (movti_power): Use new splitter for multiple GPRs.
7035         (movti_string): Same.
7036         (movti_ppc64): Same.
7037
7038 2003-09-22  Bob Wilson  <bob.wilson@acm.org>
7039
7040         * config/xtensa/xtensa-protos.h: Convert to ISO C90.
7041         * config/xtensa/xtensa.c: Convert to ISO C90.  Minor formatting fixes.
7042
7043 2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
7044
7045         * config/mn10300/mn10300.md: Revert 2003-09-17's patch.
7046         (andsi3): Set attr cc to set_zn when using shifts or adds.
7047
7048 2003-09-22  Bernardo Innocenti <bernie@develer.com>
7049
7050         * doc/contrib.texi: Add Peter Barada, Paul Dale and myself.
7051
7052 2003-09-22  Bernardo Innocenti  <bernie@develer.com>
7053
7054         * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS):
7055         Resurrect -mrtd option.
7056
7057 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
7058
7059         PR target/12281
7060         * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Call
7061         mark_referenced instead of setting TREE_SYMBOL_REFERENCED.
7062
7063 2003-09-22  Olivier Hainque  <hainque@act-europe.fr>
7064
7065         PR target/9786
7066         * reg-stack.c (convert_regs_1): Purge possible dead eh edges
7067         after potential deletion of trapping insn. Avoids later ICE
7068         from call to fixup_abnormal_edges.
7069         (convert_regs_2): Stack the current block successors before
7070         processing this block, that is, before the potential deletion of
7071         dead edges by convert_regs_1, because these edges have been used
7072         to initialize the predecessors count.
7073
7074 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7075
7076         * real.c: Fix several nits in the head comment.
7077
7078 2003-09-21  Richard Henderson  <rth@redhat.com>
7079
7080         * tree.h c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
7081         diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
7082         print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
7083         tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
7084         config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Revert.
7085
7086 2003-09-21  Richard Henderson  <rth@redhat.com>
7087
7088         * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
7089         (TREE_FILENAME, TREE_LINENO): Likewise.
7090         (set_tree_locus, copy_tree_locus, set_tree_file_line): New.
7091         (TREE_LOCUS_SET_P): New.
7092         * c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c,
7093         diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c,
7094         print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c,
7095         tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c,
7096         config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Update to match.
7097
7098 2003-09-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7099
7100         * config/vax/vax-protos.h: Convert to ISO C90.
7101         * config/vax/vax.c: Convert to ISO C90.
7102
7103 2003-09-21  Graham Stott  <grahams@btinternet.com>
7104
7105        PR target/12353
7106        * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.
7107
7108 2003-09-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7109
7110         PR target/12301
7111         * reorg.c (stop_search_p): Return 1 for insns that can
7112         throw internally.
7113
7114 2003-09-20  Richard Henderson  <rth@redhat.com>
7115
7116         * c-format.c (gcc_diag_char_table): Add %J.
7117         (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Likewise.
7118         (check_format_types): Fix wanted_type name lookup.
7119         (init_dynamic_diag_info): Setup %J.
7120         * diagnostic.c (text_specifies_location): Implement %J.
7121         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c, calls.c,
7122         dwarfout.c, expr.c, function.c, stmt.c, stor-layout.c, toplev.c,
7123         tree-inline.c, tree-optimize.c, varasm.c, config/arm/pe.c,
7124         config/i386/winnt.c, config/ia64/ia64.c, config/mcore/mcore.c,
7125         config/v850/v850.c, objc/objc-act.c: Use %J in diagnostics.
7126
7127         * tree-inline.c: Include intl.h
7128         (inline_forbidden_p_1): Fix i18n of inline_forbidden_reason.
7129         * Makefile.in (tree-inline.o): Update.
7130
7131 2003-09-20  Roger Sayle  <roger@eyesopen.com>
7132
7133         * config/i386/i386.c (ix86_expand_carry_flag_compare): Fix
7134         transformation of a>=0 into (unsigned)a<0x80000000.
7135
7136 2003-09-20  Andrew Pinski <apinski@apple.com>
7137
7138         * config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.
7139
7140 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7141
7142         * Makefile.in: Don't set (unused) DLLTOOL.
7143
7144         * config/arm/t-linux, config/arm/t-netbsd, config/arm-t-semi:
7145         Remove obsolete references to ENQUIRE.
7146
7147 2003-09-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7148
7149         * configure.in: Remove --with-elf, which doesn't work.
7150         * configure: Regenerate.
7151         * config.gcc: Remove references to $elf, which does nothing.
7152
7153         * config/i386/xm-vsta.h: Remove xm-file believed useless.
7154         * config.build (i386-vsta): Remove reference to it.
7155         * config.host (i386-vsta): Remove reference to it.
7156
7157 2003-09-19  Phil Edwards  <phil@codesourcery.com>
7158
7159         * doc/install.texi:  Document the multiple testsuite options.
7160
7161 2003-09-19  Gerald Pfeifer  <gerald@pfeifer.com>
7162
7163         * doc/install.texi (Specific): Add the specific versions of GCC
7164         where support for FreeBSD 1, HP-UX version 9 and older, and AIX
7165         version 3 and older was discontinued.
7166
7167 2003-09-19      Joel Sherrill <joel@oarcorp.com>
7168
7169         * config/m68k/t-m68kbare, config/m68k/t-rtems: Change 68681 to
7170         68881.
7171
7172 2003-09-19  Bernardo Innocenti  <bernie@develer.com>
7173
7174         * config/m68k/m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines
7175         for -m68030, -m68020-60 and -m68020-40.
7176         * config/m68k/m68k.h (TARGET_68030): New target flag.
7177         * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, MASK_REGPARM,
7178         TARGET_REGPARM): Remove.
7179         * config/m68k/m68k.h: Regroup and renumber target flags.
7180         * config/m68k/m68k.h (TARGET_SWITCHES): Fix some tabulations.
7181         * config/m68k/m68k.h (RETURN_POPS_ARGS): Always evaluate to 0.
7182         * config/m68k/m68k.h (FUNCTION_ARG): Likewise.
7183         * config/m68k/m68k.h (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
7184         * config/m68k/m68k-none.h: Use MASK_xxx values in M68K_CPU_xxx macros.
7185
7186 2003-09-19  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7187
7188         * config/m68k/t-rtems (m68k-*-rtems*): New.
7189         * config.gcc: Use config/m68k/t-rtems.
7190
7191 2003-09-19  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7192
7193         * config/mips/t-rtems: New.
7194         * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems.
7195
7196 2003-09-19  Kelley Cook  <kelleycook@wideopenwest.com>
7197
7198         * cgraph.c: Fix typo in debugging output.
7199
7200 2003-09-19  T. Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7201             Eric Botcazou <ebotcazou@libertysurf.fr>
7202
7203         PR target/12166
7204         * config/sparc/sol2-c1.asm (start): Set __Argv if GCRT1.
7205
7206 2003-09-18  Mike Stump  <mrs@apple.com>
7207
7208         * c-ppoutput.c (print):  Use fileline typedef for field 'line'.
7209         (print_line, maybe_print_line, cb_define, cb_undef, cb_include,
7210         cb_ident, cb_def_pragma):  Use fileline typedef.
7211         * cpphash.h (struct cpp_reader):  Likewise for field out.first_line.
7212
7213 2003-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
7214
7215         * config/i386/winnt.c (gen_stdcall_suffix): Quit summation of
7216         total parm size if a parm has incomplete type.
7217         (gen_fastcall_suffix): Likewise.
7218
7219 2003-09-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7220
7221         * except.c (output_function_exception_table): Adjust last change
7222         to handle TYPE of INTEGER_CST.
7223
7224 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
7225
7226         PR target/11184
7227         * builtins.c (expand_builtin_apply): Use convert_memory_address
7228         before returning the value.
7229
7230         * alias.c (find_base_value): Simplify use of
7231         convert_memory_address.
7232         (find_base_term): Likewise.
7233         * builtins.c (expand_builtin_stejmp_setup): Likewise.
7234         (expand_builtin_longjmp): Likewise.
7235         (expand_builtin_prefetch): Likewise.
7236         (get_memory_rtx): Likewise.
7237         (expand_builtin_return): Likewise.
7238         (expand_builtin_memcpy): Likewise.
7239         (expand_builtin_strncpy): Likewise.
7240         (expand_builtin_memset): Likewise.
7241         (expand_builtin_va_arg): Likewise.
7242         (expand_builtin_va_copy): Likewise.
7243         (expand_builtin_alloca): Likewise.
7244         * calls.c (expand_call): Likewise.
7245         * except.c (expand_builtin_extract_return_addr): Likewise.
7246         (expand_builtin_eh_return): Likewise.
7247         * explow.c (convert_memory_address): Define even when
7248         POINTER_EXTEND_UNSIGNED is not defined.  Do nothing if the address
7249         is already in the right mode.
7250         * explow.c (memory_address): Simplify use of convert_memory_address.
7251         (probe_stack_range): Likewise.
7252         * expmed.c (make_tree): Likewise.
7253         * expr.c (emit_block_move_in_libcall): Likewise.
7254         (expand_assignment): Likewise.
7255         (expand_expr): Likewise.
7256         * function.c (assign_parms): Likewise.
7257         (expand_function_end): Likewise.
7258         * integrate.c (copy_rtx_and_substitute): Likewise.
7259         * stmt.c (expand_computed_goto): Likewise.
7260
7261 2003-09-18  Roger Sayle  <roger@eyesopen.com>
7262
7263         * simplify-rtx.c (simplify_unary_operation): Only transform
7264         (not (eq X Y)) into (ne X Y) when mode is BImode or STORE_FLAG_VALUE
7265         is -1.  RTL "not" is a bit-wise not, "~", not a logical not "!".
7266
7267 2003-09-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7268
7269         PR target/11674
7270         * config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.
7271
7272 2003-09-18  Roger Sayle  <roger@eyesopen.com>
7273
7274         * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
7275         PARITY_EXPR): Delete unused tree codes.
7276         * c-common.c (c_common_truthvalue_conversion): Delete references
7277         to FFS_EXPR and POPCOUNT_EXPR.
7278         * c-pretty-print.c (pp_c_postfix_expression): Remove FFS_EXPR.
7279         (pp_c_expression): Likewise.
7280         * expr.c (expand_expr): Delete RTL expansion of FFS_EXPR, CLZ_EXPR,
7281         CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.
7282         * fold-const.c (tree_expr_nonnegative_p): Remove FFS_EXPR, CLZ_EXPR,
7283         CTZ_EXPR, POPCOUNT_EXPR and PARITY_EXPR.  Add support for calls to
7284         BUILT_IN_FFS, BUILT_IN_PARITY and BUILT_IN_POPCOUNT and their long
7285         and long long variants.
7286
7287 2003-09-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7288
7289         * c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
7290         * c-pretty-print.c: Fix formatting.
7291         (pp_c_integer_constant): Append type annotation to literals.  Tidy.
7292         (pp_c_type_specifier): Tidy.
7293         (pp_c_compound_literal): New function.
7294         (pp_c_initializer): Simplify..
7295         (pp_c_initializer_list): Likewise.
7296         (pp_c_brace_enclosed_initializer_list): New function.
7297         (pp_c_postfix_expression): Simplify.
7298
7299 2003-09-17  Alexandre Oliva  <aoliva@redhat.com>
7300
7301         * config/mn10300/mn10300.md (andsi3, iorsi3, xorsi3,
7302         one_complsi2, bit-clear, bit-set, iorqi3): Make them set_zn.
7303
7304 2003-09-17  Richard Henderson  <rth@redhat.com>
7305
7306         * tree-optimize.c (tree_rest_of_compilation): Save and restore
7307         input_location.
7308
7309 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7310
7311         * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
7312
7313 2003-09-17  Richard Henderson  <rth@redhat.com>
7314
7315         * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
7316
7317 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7318
7319         * configure.in (gcc_cv_ld_hidden): Don't test gnu_ld_flag.
7320         * configure: Regenerate.
7321
7322 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
7323
7324         PR debug/12066
7325         * dbxout.c (dbxout_init): Use a langhook to find builtin types.
7326         * langhooks-def.h (lhd_return_null_tree_v): New function.
7327         (LANG_HOOKS_BUILTIN_TYPE_DECLS): New macro.
7328         (LANG_HOOKS_DECLS): Add it to the intializer.
7329         * langhooks.c (lhd_return_null_tree_v): New function.
7330         * langhooks.h (lang_hooks_for_decls): Add builtin_type_decls.
7331
7332 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7333
7334         * configure.in: Quote gcc_config_arguments for configargs.h.
7335         * configure: Regenerated.
7336         * gccbug.in: Don't shell-expand gcc_config_arguments.
7337
7338 2003-09-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7339
7340         PR c++/11357
7341         * c-pretty-print.c (pp_c_floating_constant): Append
7342         type-annotation to floating constants.
7343
7344 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7345
7346         * config/mips/iris5.h (TARGET_OS_CPP_BUILTINS): Define _LONGLONG.
7347         Define _ABIO32.
7348         Use it for _MIPS_SIM.
7349         * config/mips/iris6-o32.h (TARGET_OS_CPP_BUILTINS): Removed.
7350
7351         * config/mips/iris6-o32-as.h (SUBTARGET_ASM_OPTIMIZING_SPEC):
7352         Moved ...
7353         * config/mips/iris5.h (SUBTARGET_ASM_OPTIMIZING_SPEC): ... here,
7354         updating comment.
7355         Fixes PR target/10190.
7356
7357 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7358
7359         * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
7360         to shared libraries.
7361
7362 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7363
7364         PR optimization/11646
7365         * cfgrtl.c (purge_dead_edges) [JUMP_INSN]: Rematerialize the
7366         EDGE_ABNORMAL flag for EH edges.
7367         * toplev.c (rest_of_handle_cse): Delete unreachable blocks
7368         if dead edges were purged.
7369
7370 2003-09-16  Bernardo Innocenti  <bernie@develer.com>
7371
7372         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.
7373         * config/m68k/m68k-none.h (CPP_CPU_DEFAULT_SPEC): Kill all definitions.
7374         * config/m68k/m68k-none.h (CPP_FPU_SPEC): Remove.
7375         * config/m68k/m68k-none.h (CPP_SPEC): Likewise.
7376
7377 2003-09-16  Ian Lance Taylor  <ian@wasabisystems.com>
7378
7379         * cfgcleanup.c (label_is_jump_target_p): Correct use of table
7380         returned by tablejump_p.
7381
7382 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7383
7384         * dwarf2asm.c (dw2_asm_output_nstring): Add comment.
7385
7386 2003-09-16  Roger Sayle  <roger@eyesopen.com>
7387
7388         PR bootstrap/12269
7389         * simplify-rtx.c (simplify_gen_relational): Allow the cmp_mode
7390         argument to be VOIDmode, taking the mode of the comparison from
7391         the operands.  Only call simplify_relational_operation if we
7392         know the mode of the comparison.  Honor FLOAT_STORE_FLAG_VALUE
7393         if comparison has a floating point result.  Ensure that the
7394         result is always of the specified mode.
7395         (simplify_replace_rtx): Simplify call to simplify_gen_relational.
7396         (simplify_unary_operation): Ensure the correct mode and cmp_mode
7397         are always passed to simplify_gen_relational.  Simplify NOT of
7398         comparison operator in any mode, not just BImode.
7399         (simplify_ternary_operation): Correct tests on the return value
7400         of simplify_relational_operation to use const_true_rtx, not
7401         const1_rtx.  Abort if it ever returns a non-constant result.
7402
7403         * cfgloopanal.c (count_strange_loop_iterations): Use the function
7404         simplify_relational_operation, not simplify_gen_relational, if
7405         we're only interested in constant comparisons and will ignore
7406         non-constant results.
7407
7408 2003-09-16  Roger Sayle  <roger@eyesopen.com>
7409
7410         * fold-const.c (tree_swap_operands_p): New function to determine
7411         the prefered ordering of operands.
7412         (fold): Numerous clean-ups.  Use tree_swap_operands_p when swapping
7413         operands to commutative, comparison or ternary operators.  Replace
7414         uses of TREE_SET_CODE with recursive call to fold.  Remove duplicate
7415         transformation of A ? B : C into !A ? C : B.
7416
7417 2003-09-16  Jakub Jelinek  <jakub@redhat.com>
7418
7419         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7420         * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7421         * config/arm/linux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7422         * config/rs6000/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7423         * config/rs6000/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7424         * config/sh/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7425         * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7426         * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
7427
7428 2003-09-16  Jason Merrill  <jason@redhat.com>
7429             Jakub Jelinek  <jakub@redhat.com>
7430
7431         * c-common.c (handle_warn_unused_result_attribute): New function.
7432         (c_common_attribute_table): Add warn_unused_result.
7433         (c_expand_expr): Issue warning when result of inlined function
7434         with warn_unused_result attribute is ignored.
7435         * calls.c (expand_call): Issue warning when result of function
7436         with warn_unused_result attribute is ignored.
7437         * c-common.h (STMT_EXPR_WARN_UNUSED_RESULT): Define.
7438         * expr.c (expr_wfl_stack): Define.
7439         (expand_expr) <case EXPR_WITH_FILE_LOCATION>: If ignore,
7440         pass const0_rtx as target.  Chain locations into expr_wfl_stack.
7441         * tree-inline.c (expand_call_inline): Set STMT_EXPR_WARN_UNUSED_RESULT
7442         bit if inlined function has warn_unused_result attribute.
7443         * input.h (expr_wfl_stack): Declare.
7444         * doc/extend.texi: Document warn_unused_result attribute.
7445
7446 2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
7447
7448         * cpplib.c (do_pragma): Remove unnecessary cb_line_change.
7449
7450 2003-09-15  Bob Wilson  <bob.wilson@acm.org>
7451
7452         * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
7453         ATTRIBUTE_UNUSED.
7454         (call_insn_operand): For PIC, don't allow a direct call to a
7455         function in a different section than the current one.
7456
7457 2003-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7458
7459         * doc/invoke.texi (Warning Options): Add missing hyphen before
7460         "Wimport".  Change "-Wno-endif-labels" to "-Wendif-labels".
7461         Move "-Wold-style-definition" to the C-only section.
7462         Fix the ordering of the warning options.
7463
7464 2003-09-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7465             Jeff Law  <law@redhat.com>
7466
7467         * gcse.c (remove_reachable_equiv_notes): New.
7468         replace_store_insn): Call it.  Update antic list.
7469         (store_killed_in_insn): Take REG_EQUAL notes into account.
7470         (build_store_vectors, delete_store): Add parameter to
7471         replace_store_insn call.
7472
7473 2003-09-15  Bob Wilson  <bob.wilson@acm.org>
7474
7475         * config/xtensa/xtensa.h (LEGITIMATE_PIC_OPERAND_P): Use
7476         SYMBOL_REF_LOCAL_P.
7477
7478 2003-09-15  Kazu Hirata  <kazu@cs.umass.edu>
7479
7480         * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.
7481         (FUNCTION_ARG_PADDING): Use DEFAULT_FUNCTION_ARG_PADDING.
7482         * config/ia64/ia64.c (ia64_hpux_function_arg_padding):
7483         Likewise.
7484         * config/m68hc11/m68hc11.c (m68hc11_function_arg_padding):
7485         Likewise.
7486         * config/rs6000/rs6000.c (function_arg_padding): Likewise.
7487         * config/sparc/sparc.c (function_arg_padding): Likewise.
7488
7489 2003-09-15  Vladimir Makarov  <vmakarov@redhat.com>
7490
7491         * haifa-sched.c (schedule_block): Use ready_remove_first instead
7492         of choose_ready for non-dfa insn scheduling.
7493
7494 2003-09-15  Andreas Jaeger  <aj@suse.de>
7495             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7496
7497         * doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
7498         * c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
7499         * c-parse.in: Warn about old-style parameter definition.
7500         * c-common.c: Define warn_old_style_defintion.
7501         * c-common.h: Declare it.
7502         * c.opt: Add Wold-style-defintion.
7503
7504 2003-09-15  Andreas Jaeger  <aj@suse.de>
7505
7506         * config/rs6000/altivec.h: Convert () prototypes to ISO C90.
7507         * config/rs6000/rs6000.c: Likewise.
7508
7509 2003-09-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7510
7511         PR optimization/10914
7512         * expr.h (get_condition, canonicalize_condition): Declaration changed.
7513         * cfgloopanal.c (simple_loop_exit_p): Add parameter to a get_condition
7514         and canonicalize_condition calls.
7515         * gcse.c (fis_get_condition, delete_null_pointer_checks_1,
7516         delete_null_pointer_checks): Ditto.
7517         * ifcvt.c (noce_get_alt_condition, noce_get_condition): Ditto.
7518         * predict.c (estimate_probability, expected_value_to_br_prob): Ditto.
7519         * loop.c (check_dbra_loop, get_condition_for_loop): Ditto.
7520         (canonicalize_condition, get_condition): Allow to return comparisons
7521         of cc mode registers.
7522         * loop-unswitch.c (may_unswitch_on_p, unswitch_single_loop): Allow
7523         cc mode registers comparison in condition.
7524
7525 2003-09-12  Mark Mitchell  <mark@codesourcery.com>
7526
7527         * coverage.c (create_coverage): Do not call pushlevel/poplevel.
7528         * langhooks-def.h (lhd_do_nothing_iii_return_null_tree): New
7529         function.
7530         * langhooks.c (lhd_do_nothing_iii_return_null_tree): Define it.
7531
7532 2003-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7533
7534         * combine.c (simplify_comparison): Convert
7535         (ne (and (lshiftrt (xor X CST) Y) 1) 0) into
7536         (eq (and (lshiftrt X Y) 1) 0).
7537
7538 2003-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7539
7540         * alias.c: Follow spelling conventions.
7541         * cpphash.h: Likewise.
7542         * fold-const.c: Likewise.
7543
7544 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
7545
7546         * c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.
7547         * c-lex.c (cb_line_change): Skip line changing whenever
7548         c-ppoutput.c would.
7549
7550 2003-09-14  Steven Bosscher  <steven@gcc.gnu.org>
7551
7552         * ra.c: Convert to ISO C90 prototypes.
7553         * ra-build.c: Likewise.
7554         * ra-colorize.c: Likewise.
7555         * ra-debug.c: Likewise.
7556         * ra-rewrite.c: Likewise.
7557
7558 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
7559
7560         * Makefile.in (%.dvi): Remove excess $(docdir).
7561
7562 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
7563
7564         * function.c (STACK_BYTES): Move definition to head of file.
7565         (assign_parms): Don't pass current_function_pretend_args_size
7566         directly to SETUP_INCOMING_VARARGS.  For partial register arguments,
7567         round current_function_pretend_args_size up to STACK_BYTES.  Skip any
7568         excess before laying out the argument.
7569
7570 2003-09-14  Andreas Jaeger  <aj@suse.de>
7571
7572         * objc/objc-act.c: Convert to ISO C90 prototypes.
7573         * objc/objc-act.h: Likewise.
7574
7575 2003-09-14  Olaf Hering  <olh@suse.de>
7576
7577         * config/rs6000/rs6000.c: Fix typo: Remove extra ')'.
7578
7579 2003-09-13  Andrew Pinski <pinskia@physics.uc.edu>
7580
7581         PR target/12021
7582         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
7583         as they already are done in config/m68k/m68k.h.
7584         * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise
7585
7586         * config/rs6000/rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Remove.
7587         (machopic_output_stub): Only generate pic base symbols when using pic
7588         and generate them in the form L00000000$spb.
7589
7590 2003-09-13  Richard Henderson  <rth@redhat.com>
7591
7592         * cgraphunit.c (cgraph_assemble_pending_functions): Export.
7593         (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
7594         * cgraph.h: Update.
7595
7596 2003-09-12  Dale Johannesen  <dalej@apple.com>
7597
7598         * config/rs6000/rs6000.c: Fix typos in previous.
7599
7600 2003-09-12  Ziemowit Laski  <zlaski@apple.com>
7601
7602         * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
7603         when allocating pp->buffer.
7604
7605 2003-09-12  Geoffrey Keating  <geoffk@apple.com>
7606
7607         * config/darwin.c (machopic_select_rtx_section): Use
7608         const_data_section for things that might require relocation.
7609
7610 2003-09-12  H.J. Lu  <hongjiu.lu@intel.com>
7611
7612         PR bootstrap/12264
7613         * tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.
7614
7615 2003-09-12  Bob Wilson  <bob.wilson@acm.org>
7616
7617         * config/xtensa/elf.h (ASM_SPEC): Remove no-density option.  Reformat.
7618         * config/xtensa/linux.h (ASM_SPEC): Likewise.
7619         * config/xtensa/xtensa.h (TARGET_SWITCHES): Remove -mbig-endian,
7620         -mlittle-endian, -m[no-]density, -m[no-]abs, -m[no-]addx, -m[no-]mac16,
7621         -m[no-]mul16, -m[no-]mul32, -m[no-]nsa, -m[no-]minmax, -m[no-]sext,
7622         -m[no-]booleans, -mhard-float, -msoft-float, -m[no-]hard-float-div,
7623         -m[no-]hard-float-recip, -m[no-]hard-float-sqrt, and
7624         -m[no-]hard-float-rsqrt options.  Delete corresponding MASK_* macros
7625         and redefine corresponding TARGET_* macros with constants from the
7626         xtensa-config.h header.
7627         * doc/invoke.texi (Option Summary, Xtensa Options): Remove documention
7628         for the options listed above.
7629
7630 2003-09-12  Dale Johannesen  <dalej@apple.com>
7631
7632         * config/rs6000/rs6000-protos.h:  Use C90 prototypes.
7633         * config/rs6000/rs6000-c.c:  Ditto.
7634         * config/rs6000/rs6000.c:  Ditto.
7635         * config/rs6000/ sysv4.h:  Ditto.
7636
7637 2003-09-12  Chris Lattner <sabre@nondot.org>
7638
7639         * loop.c: Move comments describing BIV's and GIV's to top of file
7640
7641 2003-09-12  Roger Sayle  <roger@eyesopen.com>
7642
7643         PR optimization/8967
7644         * alias.c (write_dependence_p): Modify to take an additional constp
7645         argument that controls whether the UNCHANGING_RTX_P flags are used.
7646         (anti_dependence, output_dependence): Adjust write_dependence_p
7647         callers to pass this additional argument, to return the same result.
7648         (unchanging_anti_dependence): New variant of anti_dependence that
7649         ignores the UNCHANGING_RTX_P property on memory references.
7650         * rtl.h (unchaning_anti_dependence): Prototype here.
7651         * flow.c (init_propagate_block): Place fake constant mem writes on
7652         the mem_set_list so that dead writes to const variables are deleted.
7653         (insn_dead_p): Change anti_dependence to unchanging_anti_dependence.
7654         (mark_used_regs): Likewise.
7655
7656 2003-09-12  Richard Sandiford  <rsandifo@redhat.com>
7657
7658         * config/mcore/mcore-protos.h (mcore_r15_operand_p): Declare.
7659         (mcore_secondary_reload_class): Declare.
7660         (mcore_output_inline_const_forced): Remove.
7661         * config/mcore/mcore.md (movsi): Remove the code that forced
7662         non-inlineable constants into a register if the target was r15
7663         or the stack pointer.  Remove constant restrictions from the main
7664         define_insn.  Remove r <- I, r <- M and r <- N alternatives in favor
7665         of an r <- P alternative.  Remove fallback define_insn for reload.
7666         (movhi, movqi): Use gen_lowpart rather than gen_SUBREG.  Remove reload
7667         define_insn.  Use mcore_output_move in the remaining define_insn.
7668         Adjust condition and constraints in the way as for movsi.
7669         (movdi): Always split unacceptable constants into two.  Use
7670         simplify_gen_subreg instead of operand_subword{,_force}.
7671         * config/mcore/mcore.c (mcore_output_inline_const_forced): Remove.
7672         (mcore_output_move): Support HImode and QImode moves as well.
7673         (mcore_m15_operand_p): New function.
7674         (mcore_reload_class): Use it to detect cases where LRW_REGS are better.
7675         (mcore_secondary_reload_class): New function.
7676         * config/mcore/mcore.h (SECONDARY_RELOAD_CLASS): Redefine in
7677         terms of mcore_secondary_reload_class.
7678
7679 2003-09-11  Mike Stump  <mrs@apple.com>
7680
7681         * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
7682
7683 2003-09-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7684
7685         * builtins.c (fold_builtin_logarithm): if N can't be truncated to
7686         MODE exactly, then only convert logN(N) -> 1.0 if
7687         flag_unsafe_math_optimizations is set.
7688
7689         * builtins.c (builtin_dconsts_init, dconstpi, dconste,
7690         init_builtin_dconsts): Delete.
7691         * emit-rtl.c (dconstpi, dconste): Define.
7692         (init_emit_once): Initialize dconstpi & dconste.
7693         * real.h (dconstpi, dconste): Declare.
7694
7695 2003-09-11  Alexandre Oliva  <aoliva@redhat.com>
7696
7697         PR fortran/11522
7698         * dwarf2out.c (gen_inlined_subroutine_die): Emit abstract function
7699         for ultimate origin even if block is abstract.
7700
7701 2003-09-11  Roger Sayle  <roger@eyesopen.com>
7702
7703         * combine.c (combine_simplify_rtx): Move several NOT and NEG
7704         optimizations from here...
7705         * simplify-rtx.c (simplify_unary_operation): to here.  Recursively
7706         simplify expressions using simplify_gen_*ary instead of gen_rtx_*.
7707
7708 2003-09-11  Richard Henderson  <rth@redhat.com>
7709
7710         * cgraphunit.c (cgraph_finalize_function): Add nested arg.
7711         Tweek tests for function already generated.
7712         (cgraph_expand_function): Don't double announce in !unit-at-a-time.
7713         * cgraph.h (cgraph_finalize_function): Update for extra arg.
7714         * c-decl.c (finish_function): Likewise.
7715
7716 2003-09-10  Joe Buck  <jbuck@welsh-buck.org>
7717
7718         * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.
7719
7720 2003-09-10  Jerry Quinn  <jlquinn@optonline.net>
7721
7722         * real.c: Update URL to VAX floating point docs.
7723         (decode_vax_d): Extract 8 exponent bits instead of 7.
7724
7725 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
7726
7727         * combine.c (force_to_mode): Set fuller_mask based only on mask,
7728         not op_mode.
7729
7730 2003-09-11  Jan Hubicka  <jh@suse.cz>
7731
7732         * c-objc-common.c (c_cannot_inline_tree_fn): Warn
7733         on why function is not inlinable; do not check
7734         the body.
7735         (inline_forbidden_p): Move to...
7736         * tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
7737         deal with alloca, longjmp.
7738         (inline_forbidden_p): New static function.
7739         (find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
7740         find_builtin_longjmp_call): Kill.
7741
7742 2003-09-10  Richard Henderson  <rth@redhat.com>
7743
7744         * cgraph.h (struct cgraph_node): Rename lowered to analyzed.
7745         * cgraphunit.c: Update to match.
7746         (record_call_1): Rearrange.  Call lang hook for language nodes.
7747         (cgraph_analyze_function): Don't call lower_function.
7748         * langhooks.h (struct lang_hooks_for_callgraph): Replace
7749         lower_function with analyze_expr.
7750         * langhooks-def.h: Update to match.
7751         * langhooks.c (lhd_callgraph_analyze_expr): New.
7752
7753 2003-09-10  Martin Husemann  <martin@duskware.de>
7754
7755         PR target/11965
7756         * config/sparc/sparc.c (sparc_v8plus_shift): Protect against
7757         constants greater than 63.
7758         * config/sparc/sparc.md (ashlsi3, ashrsi3, lshrsi3): Protect
7759         against constants greater than 31.
7760         (*ashldi3_sp64, *ashrdi3_sp64, *lshrdi3_sp64): Protect against
7761         constants greater than 63.
7762
7763 2003-09-09  Richard Henderson  <rth@redhat.com>
7764
7765         * cgraphunit.c (cgraph_finalize_function): Remove unused argument.
7766         * cgraph.h (cgraph_finalize_function): Update.
7767         * c-decl.c (finish_function): Update.
7768
7769 2003-09-09  Devang Patel  <dpatel@apple.com>
7770
7771         * config/darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.
7772         * doc/invoke.texi: Document new Darwin linker option -nofixprebinding.
7773
7774 2003-09-09  Eric Christopher  <echristo@redhat.com>
7775
7776         * configure.in: Change usage of 'head' to 'sed 1q'.
7777         * configure: Regenerate.
7778
7779 2003-09-09  Richard Henderson  <rth@redhat.com>
7780
7781         * except.c: Include cgraph.h.
7782         (output_function_exception_table): Invoke
7783         cgraph_varpool_mark_needed_node.
7784         * Makefile.in (except.o): Update.
7785
7786 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
7787
7788         * Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS
7789         and use it throughout.
7790
7791 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7792
7793         * builtins.c (real_dconstp, fold_builtin_logarithm,
7794         fold_builtin_exponent): New, split out from fold_builtin.  Also
7795         generalize to add log2, log10, exp2 and exp10/pow10 equivalents.
7796         * emit-rtl.c (dconst3, dconst10, dconstthird): New.
7797         (init_emit_once): Initialize new dconsts, use ARRAY_SIZE in lieu
7798         of hardcoded array size.
7799         * fold-const.c (fold): Add cases for exp2, exp10 and pow10.
7800         (tree_expr_nonnegative_p): Likewise.
7801         * real.h (dconst3, dconst10, dconstthird): New.
7802
7803 2003-09-09  Jan Hubicka  <jh@suse.cz>
7804
7805         * cgraphunit.c (cgraph_finalize_function): Fix handling of extern
7806         inline functions.
7807         (cgraph_finalize_compilation_unit): Fix crash when dealing with lost
7808         DECL_SAVED_TREE.
7809
7810 2003-09-09  Roger Sayle  <roger@eyesopen.com>
7811
7812         * builtins.c (fold_builtin_cabs): Protect the complex argument
7813         against multiple evaluation when optimizing cabs* into sqrt*.
7814
7815 2003-09-09  Jan Hubicka  <jh@suse.cz>
7816
7817         * varasm.c (notice_global_symbol):  Properly deal with weak symbols.
7818
7819 2003-09-08  Kelley Cook <kelleycook@wideopenwest.com>
7820
7821         * Makefile.in: Revert yesterday's change.
7822
7823 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
7824             Peter Barada <peter@baradas.org>
7825
7826         * config/m68k/coff.h (REGISTER_NAMES): Add fake register `argptr'
7827         * config/m68k/hp320.h (REGISTER_NAMES): Likewise.
7828         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
7829         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
7830         * gcc/config/m68k/sgs.h (REGISTER_NAMES): Likewise.
7831         * config/m68k/m68k-protos.h (m68k_initial_elimination_offset): Add prototype.
7832         * config/m68k/m68k.c (m68k_frame): New struct, simular to ix86 back-end.
7833         (m68k_compute_frame_layout): New function.
7834         (m68k_initial_elimination_offset): New function.
7835         (m68k_output_function_prologue): ColdFire-specific movem handling.
7836         (m68k_output_function_epilogue): Likewise.
7837         * config/m68k/m68k.h (FIRST_PSEOUDO_REGISTER): Make room for argptr reg.
7838         (ARG_POINTER_REGNUM): Add new definition.
7839         (INITIAL_FRAME_POINTER_OFFSET): Remove macro.
7840         (ELIMINABLE_REGS): Define new macro, like in ix86 back-end.
7841         (CAN_ELIMINATE): Likewise.
7842         (INITIAL_ELIMINATION_OFFSET): Likewise.
7843
7844 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
7845
7846         * config/m68k/m68k.c (m68k_output_function_prologue): Simplify
7847         by removing redundant variable cfa_store_offset.
7848
7849 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
7850
7851         * langhooks-def.h (lhd_register_builtin_type): New function.
7852         (LANG_HOOKS_REGISTER_BUILTIN_TYPE): New macro.
7853         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
7854         * langhooks.h (lang_hooks_for_types): Add register_builtin_type.
7855         * langhooks.c (lhd_register_builtin_type): New function.
7856         * c-common.h (c_register_builtin_type): Declare.
7857         * c-common.c (c_register_builtin_type): New function.
7858         * c-lang.c (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define to
7859         c_register_builtin_type.
7860         * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Remove __fpreg,
7861         __float80, and __float128 macros.
7862         * config/ia64/ia64.c (ia64_init_builtins): Create __fpreg,
7863         __float80, and __float128 types.
7864
7865 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7866
7867         * builtin-types.def
7868         (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE,
7869         BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE_COMPLEX_DOUBLE,
7870         BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT_COMPLEX_FLOAT): New.
7871         * builtins.def (BUILT_IN_CACOS, BUILT_IN_CACOSF, BUILT_IN_CACOSH,
7872         BUILT_IN_CACOSHF, BUILT_IN_CACOSHL, BUILT_IN_CACOSL,
7873         BUILT_IN_CARG, BUILT_IN_CARGF, BUILT_IN_CARGL, BUILT_IN_CASIN,
7874         BUILT_IN_CASINF, BUILT_IN_CASINH, BUILT_IN_CASINHF,
7875         BUILT_IN_CASINHL, BUILT_IN_CASINL, BUILT_IN_CATAN,
7876         BUILT_IN_CATANF, BUILT_IN_CATANH, BUILT_IN_CATANHF,
7877         BUILT_IN_CATANHL, BUILT_IN_CATANL, BUILT_IN_CCOS, BUILT_IN_CCOSF,
7878         BUILT_IN_CCOSH, BUILT_IN_CCOSHF, BUILT_IN_CCOSHL, BUILT_IN_CCOSL,
7879         BUILT_IN_CEXP, BUILT_IN_CEXPF, BUILT_IN_CEXPL, BUILT_IN_CPOW,
7880         BUILT_IN_CPOWF, BUILT_IN_CPOWL, BUILT_IN_CPROJ, BUILT_IN_CPROJF,
7881         BUILT_IN_CPROJL, BUILT_IN_CSIN, BUILT_IN_CSINF, BUILT_IN_CSINH,
7882         BUILT_IN_CSINHF, BUILT_IN_CSINHL, BUILT_IN_CSINL, BUILT_IN_CSQRT,
7883         BUILT_IN_CSQRTF, BUILT_IN_CSQRTL, BUILT_IN_CTAN, BUILT_IN_CTANF,
7884         BUILT_IN_CTANH, BUILT_IN_CTANHF, BUILT_IN_CTANHL, BUILT_IN_CTANL):
7885         New.
7886         * doc/extend.texi: Document new builtins.
7887
7888 2003-09-09  Jan Hubicka  <jh@suse.cz>
7889
7890         * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated
7891         finalization.
7892         * cgraphunit.c (decide_is_fnction_needed): Avoid special case of nested
7893         functions, check for COMDAT.
7894         (cgraph_assemble_pending_functions): Break out from...
7895         (cgraph_finalize_function): ... here; allow redefinig of extern inline
7896         functions.
7897         (record_call_1): Record function references only in non-unit-at-a-time
7898         mode.
7899         (cgraph_analyze_function): Reset current_function_decl.
7900         (cgraph_finalize_compilation_unit):  Assemble pending functions.
7901
7902 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
7903
7904         * mklibgcc.in (libcc.a): Depend on stmp-dirs.
7905         (libgov.a): Likewise.
7906         (libgcc_eh.a): Likewise.
7907
7908 2003-09-08  Roger Sayle  <roger@eyesopen.com>
7909
7910         * fold-const.c (operand_equal_p): Clarify documentation.
7911
7912 2003-09-08  Richard Henderson  <rth@redhat.com>
7913
7914         * c-decl.c (c_expand_body_1): Push and pop function context here.
7915         * tree-optimize.c (tree_rest_of_compilation): ... not here.  Take
7916         nested argument instead of computing nesting ourselves.
7917
7918 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
7919
7920         * toplev.c (rest_of_handle_stack_regs): Call split_all_insns before
7921         regstack if optimizing but not scheduling after reload.
7922
7923 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
7924
7925         * config/sparc/sparc.c (struct machine_function): New type.
7926         (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
7927         (sparc_override_options): Initialize init_machine_status.
7928         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand,
7929         tie_symbolic_operand, tle_symbolic_operand): New functions.
7930         (symbolic_operand): Disallow tls_symbolic_operand.
7931         (symbolic_memory_operand): Likewise.
7932         (tls_call_delay, sparc_cannot_force_const_mem, legitimate_constant_p,
7933         constant_address_p, legitimate_pic_operand_p, legitimate_address_p):
7934         New functions.
7935         (sparc_tls_symbol): New variable.
7936         (sparc_tls_get_addr, sparc_tls_got, legitimize_tls_address,
7937         legitimize_address): New functions.
7938         (print_operand): Handle %&.
7939         (sparc_init_machine_status, get_some_local_dynamic_name,
7940         get_some_local_dynamic_name_1): New functions.
7941         (sparc_output_dwarf_dtprel): New function.
7942         * config/sparc/sparc.h (CONSTANT_ADDRESS_P): Moved into
7943         constant_address_p.
7944         (LEGITIMATE_PIC_OPERAND_P): Moved into legitimate_pic_operand_p.
7945         (LEGITIMATE_CONSTANT_P): Moved into legitimate_constant_p.
7946         (GO_IF_LEGITIMATE_ADDRESS): Moved into legitimate_address_p.
7947         (LEGITIMIZE_ADDRESS): Moved into legitimize_address.
7948         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
7949         (TARGET_TLS, TARGET_SUN_TLS, TARGET_GNU_TLS): Define.
7950         (ASM_OUTPUT_DWARF_DTPREL): Define.
7951         (PREDICATE_CODES): Add tgd_symbolic_operand, tld_symbolic_operand,
7952         tie_symbolic_operand, tle_symbolic_operand.
7953         * config/sparc/sparc.md (UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_TLSLDO,
7954         UNSPEC_TLSIE, UNSPEC_TLSLE, UNSPEC_TLSLD_BASE): New constants.
7955         (tls_call_delay): New attribute.
7956         (in_call_delay): Use it.
7957         (movqi, movhi, movsi, movdi): Call legitimize_tls_address if needed.
7958         (tgd_hi22, tgd_lo10, tgd_add32, tgd_add64, tgd_call32, tgd_call64,
7959         tldm_hi22, tldm_lo10, tldm_add32, tldm_add64, tldm_call32, tldm_call64,
7960         tldo_hix22, tldo_lox10, tldo_add32, tldo_add64, tie_hi22, tie_lo10,
7961         tie_ld32, tie_ld64, tie_add32, tie_add64, tle_hix22_sp32,
7962         tle_lox10_sp32, tle_hix22_sp64, tle_lox10_sp64): New insns.
7963         (tldo_ldub_sp32, tldo_ldub1_sp32, tldo_ldub2_sp32, tldo_ldsb1_sp32,
7964         tldo_ldsb2_sp32, tldo_ldub_sp64, tldo_ldub1_sp64, tldo_ldub2_sp64,
7965         tldo_ldub3_sp64, tldo_ldsb1_sp64, tldo_ldsb2_sp64, tldo_ldsb3_sp64,
7966         tldo_lduh_sp32, tldo_lduh1_sp32, tldo_ldsh1_sp32, tldo_lduh_sp64,
7967         tldo_lduh1_sp64, tldo_lduh2_sp64, tldo_ldsh1_sp64, tldo_ldsh2_sp64,
7968         tldo_lduw_sp32, tldo_lduw_sp64, tldo_lduw1_sp64, tldo_ldsw1_sp64,
7969         tldo_ldx_sp64, tldo_stb_sp32, tldo_stb_sp64, tldo_sth_sp32,
7970         tldo_sth_sp64, tldo_stw_sp32, tldo_stw_sp64, tldo_stx_sp64): New
7971         insns.
7972         * config/sparc/sparc-protos.h (legitimate_constant_p,
7973         constant_address_p, legitimate_pic_operand_p, legitimate_address_p,
7974         legitimize_tls_address, legitimize_address, tls_symbolic_operand,
7975         tls_call_delay, sparc_output_dwarf_dtprel): New prototypes.
7976         * config/sparc/linux.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
7977         * config/sparc/linux64.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Likewise.
7978         * configure.in (sparc*-*-*): Add TLS check.
7979         * configure: Rebuilt.
7980
7981 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7982
7983         PR target/11689
7984         * config/i386/i386.c (memory_address_length): Fix computation when
7985         the base is esp or ebp.
7986
7987 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
7988
7989         PR c++/11852
7990         * varasm.c (initializer_constant_valid_p): Correct logic for
7991         CONSTRUCTORs.
7992
7993 2003-09-07  Roger Sayle  <roger@eyesopen.com>
7994
7995         * expr.c (expand_operands): New function to expand an operand pair.
7996         (expand_expr): Call expand_operands whenever we need to expand both
7997         operands of a binary operator.
7998         (do_store_flag): Likewise for operands of comparison operations.
7999
8000 2003-09-07  Roger Sayle  <roger@eyesopen.com>
8001
8002         * combine.c (combine_simplify_rtx): Don't convert -(A*B) into
8003         (-A)*B if we care about sign-dependent rounding.
8004
8005 2003-09-07  Gabriel Dos Reis  <gcc@integrable-solutions.net>
8006
8007         * c-pretty-print.h (pp_c_left_brace): Declare.
8008         (pp_c_right_brace): Likewise.
8009         * c-pretty-print.c (pp_c_left_brace): Now a function
8010         (pp_c_right_brace): Likewise.
8011
8012 2003-09-07  Jan Hubicka  <jh@suse.cz>
8013
8014         * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.
8015
8016 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8017
8018         * diagnostic.c (warn_deprecated_use): Move to toplev.c
8019
8020 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8021
8022         * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
8023         * Makefile.in (langhooks.o): Depend on diagnostic.h
8024
8025 2003-09-06  James E Wilson  <wilson@tuliptree.org>
8026
8027         * loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
8028         simplify.
8029
8030 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
8031
8032         * Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
8033         and use it throughout.
8034
8035 2003-09-07  Jan Hubicka  <jh@suse.cz>
8036
8037         * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.
8038
8039         * toplev.c  (rest_of_decl_compilation):  Do not finalize external
8040         virables.
8041
8042         * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
8043         functions.
8044         (cgraph_varpool_finalize_decl): Notice global symbol when needed.
8045
8046 2003-09-06  Jan Hubicka  <jh@suse.cz>
8047
8048         PR target/12070
8049         * calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.
8050
8051         PR opt/12082
8052         * cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.
8053
8054 2003-09-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8055
8056         * diagnostic.c (announce_function): Move to toplev.c.
8057
8058 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8059
8060         * gcse.c (expr_equiv_p): Don't consider anything to be equal to
8061         volatile mem.
8062
8063 2003-09-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8064
8065         * ggc-common.c (init_ggc_heuristics): Don't use the heuristics
8066         when gc checking is enabled.
8067
8068 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
8069
8070         PR c/9862
8071         * c-decl.c (c_expand_body_1): Move return warning from here...
8072         (finish_function): ...to here.
8073
8074 2003-09-05  Geoffrey Keating  <geoffk@apple.com>
8075
8076         * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Always return
8077         a subset of the input class.
8078
8079 2003-09-05  Kazu Hirata  <kazu@cs.umass.edu>
8080
8081         * config/i860/i860.c: Follow spelling conventions.
8082         * config/i860/i860.h: Likewise.
8083         * config/sh/sh.h: Likewise.
8084
8085 2003-09-05  Nitin Yewale  <NitinY@KPITCummins.com>
8086
8087         * config/h8300/h8300-protos.h: Declare h8300_hard_regno_rename_ok
8088         * config/h8300/h8300.h (HARD_REGNO_RENAME_OK): New.
8089         * config/h8300/h8300.c (h8300_hard_regno_rename_ok): New.
8090
8091 2003-09-05  Roger Sayle  <roger@eyesopen.com>
8092             Richard Henderson  <rth@redhat.com>
8093
8094         PR optimization/1823
8095         * expmed.c (expand_divmod <EXACT_DIV_EXPR>): Use an unsigned
8096         multiplication to implement division by constant integer.
8097
8098 2003-09-05  Jan Hubicka  <jh@suse.cz>
8099
8100         * opts.c (decode_options): Enable unit-at-a-time at -O2.
8101         * params.def (max-inline-insns-single): Set to 500
8102         (max-inline-insns-auto): Set to 150
8103         * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
8104
8105 2003-09-04  Richard Henderson  <rth@redhat.com>
8106
8107         * cgraph.c (cgraph_mark_reachable_node): Split out from ...
8108         (cgraph_mark_needed_node): Remove needed argument.
8109         * cgraph.h: Update to match.
8110         * cgraphunit.c (decide_is_function_needed): Split out from ...
8111         (cgraph_finalize_function): Reorg.  Avoid deferred_inline_function
8112         if we generated the function.
8113         (record_call_1): Update for cgraph_mark_reachable_node.
8114         * varasm.c (mark_referenced): Likewise.
8115         * objc/objc-act.c (mark_referenced_methods): Likewise.
8116
8117 2003-09-04  DJ Delorie  <dj@redhat.com>
8118
8119         * targhooks.c: Add comment explaining the migration process.
8120
8121 2003-09-04  Eric Christopher  <echristo@redhat.com>
8122
8123         * config/frv/t-frv: Fix path for frv-abi.h.
8124         * config/frv/frv-asm.h: Fix string concatenation.
8125
8126 2003-09-04  DJ Delorie  <dj@redhat.com>
8127
8128         * builtins.c (apply_args_size): Guard against a NULL cfun.
8129         (expand_builtin_apply_args_1): Likewise.
8130         (expand_builtin_apply): Likewise.
8131         Fixes PR bootstrap/12172.
8132
8133 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8134
8135         * configure.in (gcc_cv_as_ix86_cmov_sun_syntax): Check if
8136         assembler supports Sun syntax for cmov.
8137         * configure: Regenerate.
8138         * config.in: Likewise.
8139         * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
8140         HAVE_AS_IX86_CMOV_SUN_SYNTAX.
8141         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
8142         Fixes PR target/12101.
8143
8144 2003-09-04  Matt Austern  <austern@apple.com>
8145
8146         * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
8147         with verbosity 0, instead of DECL_NAME, for human-readable string.
8148
8149 2003-09-04  Eric Christopher  <echristo@redhat.com>
8150
8151         * targhooks.c (default_return_in_memory): Allow
8152         unconverted ports.
8153
8154 2003-09-04  Eric Christopher  <echristo@redhat.com>
8155
8156         * targhooks.c (default_return_in_memory): Fix typo
8157         in last checkin.
8158
8159 2003-09-04  Eric Christopher  <echristo@redhat.com>
8160
8161         * targhooks.c (default_return_in_memory): Fix default
8162         definition.
8163
8164 2003-09-04  Bernardo Innocenti  <bernie@develer.com>
8165
8166         * config/m68k/m68k.c (m68k_coff_asm_named_section): Restore
8167         deleted function.
8168         * config/m68k/coff.h (M68K_TARGET_COFF): Add flag used to
8169         enable coff-only code in m68k.c.
8170
8171 2003-09-04  Nick Clifton  <nickc@redhat.com>
8172
8173         * config.gcc: Add v850e1 target.  Allow --with-cpu to accept
8174         v850e1.
8175         * config/v850/v850.h: Accept v850e1 as a default CPU.
8176         Accept -mv850e1 as a command line option.
8177         * doc/invoke.texi: Document new -mv850e1 command line switch.
8178         * config/v850/t-v850: Treat -mv850e1 as a multilib alias for
8179         -mv850e.
8180
8181 2003-09-04  Nick Clifton  <nickc@redhat.com>
8182
8183         * config.gcc (v850e-*-*): Use t-v850e makefile fragment.
8184         * config/v850/t-v850: Only produce one extra multilib - for
8185         the v850e.
8186         * config/v850/t-v850e: New file: Only produce one extra
8187         multilib - for the v850.
8188
8189 2003-09-04  Jakub Jelinek  <jakub@redhat.com>
8190
8191         * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.
8192         * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function.
8193         * unwind.h (_Unwind_GetBSP): New prototype.
8194         * libgcc-std.ver: Add empty GCC_3.3.2 version.
8195         * mkmap-symver.awk: For symbol versions with no exported symbols,
8196         don't put anything into version script, just change all symbol
8197         versions which inherit from it to inherit from its ancestor.
8198
8199 2003-09-04  Eric Christopher  <echristo@redhat.com>
8200
8201         * config/mips/mips.c (mips_expand_prologue): Convert to
8202         calls.struct_value_rtx hook.
8203         (reg_or_const_float_1_operand): New.
8204         * config/mips/mips.h: Update Comments.
8205         (mips_arg): Add reg_or_const_float_1_operand.
8206         * config/mips/mips.md (divdf3); Convert to expander.
8207         (divsf3): Ditto.
8208         (*divdf3): New pattern.
8209         (*divsf3): Ditto.
8210
8211 2003-09-04  Jan Hubicka  <jh@suse.cz>
8212
8213         * toplev.c (wrapup_global_declarations): Fix final pass in
8214         unit-at-atime mode.
8215
8216 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
8217
8218         * doc/extend.texi: Document removal of cast-as-lvalue extension in
8219         C++.
8220
8221 2003-09-04  Nicolas Roche  <roche@act-europe.fr>
8222
8223         * gcc.c (process_command): Fix typo.
8224
8225 2003-09-03  David O'Brien  <obrien@FreeBSD.org>
8226
8227         optimization/11980
8228         * config/i386/freebsd.h (SIZE_TYPE): Support TARGET_64BIT.
8229         (PTRDIFF_TYPE): Likewise.
8230         (WCHAR_TYPE_SIZE): Likewise.
8231
8232 2003-09-03  DJ Delorie  <dj@redhat.com>
8233
8234         * targhooks.c: New file.
8235         * targhooks.h: New file.
8236         * Makefile.in: Add targhooks.o support.
8237         (function.o): Depend on$(TARGET_H).
8238         (stmt.o): Likewise.
8239         (combine.o): Depend on $(TREE_H) and $(TARGET_H).
8240         * builtins.c (apply_args_size, expand_builtin_apply_args_1,
8241         expand_builtin_apply): Convert to calls.struct_value_rtx hook.
8242         (expand_builtin_saveregs): Convert to
8243         calls.expand_builtin_saveregs hook.
8244         * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
8245         here, instead of ...
8246         (get_parm_info) ... here.
8247         (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
8248         hook.
8249         (finish_function): Handle calls.promote_prototypes hook here too.
8250         * c-typeck.c (convert_arguments): Convert to
8251         calls.promote_prototypes hook.
8252         (c_convert_parm_for_inlining): Likewise.
8253         * calls.c (initialize_argument_information): Convert to
8254         calls.promote_function_args hook.
8255         (expand_call): Convert to calls.struct_value_rtx,
8256         calls.strict_argument_naming,
8257         calls.pretend_outgoing_varargs_named, and
8258         calls.promote_function_return hooks.  Pass fndecl to
8259         aggregate_value_p.  Initialize CUMULATIVE_ARGS before calling
8260         hooks, so they can use that.
8261         (emit_library_call_value_1): Likewise.
8262         * combine.c (setup_incoming_promotions): Convert to
8263         calls.promote_function_args hook.
8264         * emit-rtl.c: Convert to calls.struct_value_rtx hook.
8265         * expr.c (expand_assignment): Pass call to aggregate_value_p.
8266         (expand_expr): Likewise.
8267         * expr.h: Remove support for SETUP_INCOMING_VARARGS,
8268         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
8269         RETURN_IN_MEMORY macro defaults.
8270         * final.c (profile_function): Convert to calls.struct_value_rtx
8271         hook.
8272         * function.c (aggregate_value_p): Accept function type tree as
8273         second parameter; try to deduce fntype from it.  Convert to
8274         calls.return_in_memory hook.
8275         (assign_parms): Convert to calls.setup_incoming_varargs,
8276         calls.strict_argument_naming, calls.promote_function_args,
8277         calls.pretend_outgoing_varargs_named hooks.  Pass fndecl to
8278         aggregate_value_p.
8279         (expand_function_start): Likewise.  Convert to
8280         calls.struct_value_rtx hook.
8281         (expand_function_end): Convert to calls.promote_function_return hook.
8282         (allocate_struct_function): Pass fndecl to aggregate_value_p.
8283         * hard-reg-set.h: Update comments to new hook names.
8284         * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
8285         * reg-stack.c (stack_result): Likewise.
8286         * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
8287         * stmt.c (expand_value_return): Convert to
8288         calls.promote_function_return hook.
8289         * target-def.h: Add TARGET_PROMOTE_FUNCTION_ARGS,
8290         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
8291         TARGET_STRUCT_VALUE_RTX, TARGET_RETURN_IN_MEMORY,
8292         TARGET_EXPAND_BUILTIN_SAVEREGS, TARGET_SETUP_INCOMING_VARARGS,
8293         TARGET_STRICT_ARGUMENT_NAMING,
8294         TARGET_PRETEND_OUTGOING_VARARGS_NAMED, and TARGET_CALLS.
8295         * target.h: Likewise.
8296         * tree.h (aggregate_value_p): Also takes a tree to deduce function
8297         attributes from (for target hooks).
8298         * doc/tm.texi (PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN,
8299         PROMOTE_PROTOTYPES, RETURN_IN_MEMORY, STRUCT_VALUE_REGNUM,
8300         STRUCT_VALUE, STRUCT_VALUE_INCOMING_REGNUM, STRUCT_VALUE_INCOMING,
8301         EXPAND_BUILTIN_SAVEREGS, SETUP_INCOMING_VARARGS,
8302         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED): Convert
8303         to hooks.
8304
8305         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Pass function
8306         to aggregate_value_p.
8307         * config/arm/arm.c (arm_init_cumulative_args,
8308         arm_output_mi_thunk): Likewise.
8309         * config/i386/i386.c (ix86_return_pops_args, x86_this_parameter):
8310         Likewise.
8311         * config/mips/mips.c (mips_save_reg_p, mips_expand_prologue,
8312         mips_can_use_return_insn): Likewise.
8313         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
8314         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
8315         * config/sparc/sparc.c (sparc_output_mi_thunk): Pass function to
8316         aggregate_value_p.
8317         * config/story16/stormy16.c (xstormy16_asm_output_mi_thunk): Pass
8318         function to aggregate_value_p.
8319         * objc/objc-act.c (generate_struct_by_value_array): Pass NULL to
8320         aggregate_value_p.
8321
8322         * config/sh/sh-protos.h (sh_builtin_saveregs): Remove.
8323         (sh_attr_renesas_p, sh_cfun_attr_renesas_p, sh_function_arg,
8324         sh_function_arg_advance, sh_pass_in_reg_p): New.  * config/sh/sh.c
8325         (sh_handle_renesas_attribute, sh_promote_prototypes,
8326         sh_struct_value_rtx, sh_return_in_memory, sh_builtin_saveregs,
8327         sh_setup_incoming_varargs, sh_strict_argument_naming,
8328         sh_pretend_outgoing_varargs_named): New decls.
8329         (targetm): Add new hooks.
8330         (calc_live_regs): Save MACL and MACH if the function has the
8331         renesas attribute.
8332         (sh_expand_prologue): Support renesas attribute.
8333         (sh_builtin_saveregs): Make static.
8334         (sh_build_va_list): Support renesas attribute.
8335         (sh_va_start): Likewise.
8336         (sh_va_arg): Likewise.
8337         (sh_promote_prototypes): New.
8338         (sh_function_arg): New, moved from sh.h.  Support renesas
8339         attribute.
8340         (sh_function_arg_advance): Likewise.
8341         (sh_return_in_memory): Likewise.
8342         (sh_strict_argument_naming): Likewise.
8343         (sh_pretend_outgoing_varargs_named): Likewise.
8344         (sh_struct_value_rtx): New.
8345         (sh_attribute): Add renesas attribute.
8346         (sh_handle_renesas_attribute): New.
8347         (sh_attr_renesas_p, sh_cfun_attr_renesas_p): New.
8348         (sh_ms_bitfield_layout_p): Support renesas attribute also.
8349         (sh_output_mi_thunk): Pass function to aggregate_value_p.  *
8350         config/sh/sh.h (TARGET_SWITCHES): Add -mrenesas as an alias for
8351         -mhitachi.
8352         (STRUCT_VALUE_REGNUM, STRUCT_VALUE, RETURN_IN_MEMORY): Moved to
8353         target hooks.
8354         (sh_args): Add renesas_abi flag.
8355         (INIT_CUMULATIVE_ARGS): Set it.  Pass fndecl to aggregate_value_p.
8356         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Move to sh.c.
8357         (PASS_IN_REG_P): Support renesas attribute.  Pass DF and TF on the
8358         stack for the renesas abi.
8359         (STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
8360         SETUP_INCOMING_VARARGS, EXPAND_BUILTIN_SAVEREGS,
8361         PROMOTE_PROTOTYPES): Moved to sh.c.  * config/sh/sh.md (call): Set
8362         call cookie to indicate renesas calls.
8363
8364 2003-09-03  Mostafa Hagog  <mustafa@il.ibm.com>
8365
8366         * gcse.c (replace_one_set): New function.
8367         (pre_insert_copy_insn): Change the order of copying
8368         to make copy propagation discover additional PRE opportunities.
8369
8370 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8371
8372         PR optimization/11700.
8373         * simplify-rtx.c (simplify_subreg): Check that the subreg offset
8374         of a hard register is representable before trying to simplify it
8375         using subreg_hard_regno.
8376
8377 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8378
8379         * configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
8380         * configure: Regenerate.
8381
8382 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8383
8384         * intl.h (N_): Remove parentheses.
8385
8386 2003-09-03  Bernardo Innocenti  <bernie@develer.com>
8387
8388         * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
8389         * config/i370/linux.h (LINUX_DEFAULT_ELF): Remove unconditional
8390         definition and code blocks compiled when not defined.
8391         * config/i386/linux.h (LINUX_DEFAULT_ELF): Likewise.
8392         * config/i386/linux64.h (LINUX_DEFAULT_ELF): Likewise.
8393         * config/sparc/linux.h: (LINUX_DEFAULT_ELF): Likewise.
8394         * config/sparc/linux64.h: (LINUX_DEFAULT_ELF): Likewise.
8395
8396 2003-09-03  Jeff Sturm  <jsturm@one-point.com>
8397
8398         * cgraphunit.c (visited_nodes): New static variable.
8399         (record_call_1): Use walk_tree with visited_nodes.
8400         (cgraph_create_edges): Use walk_tree with visited_nodes.
8401         Setup/teardown visited_nodes hashtable.
8402
8403 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8404
8405         * toplev.c (flag_rounding_math): New global variable.
8406         (f_options): Add to the list of language independent options.
8407         * flags.h (flag_rounding_math): Prototype here.
8408         (HONOR_SIGN_DEPENDENT_ROUNDING): Use flag_rounding_math instead.
8409         * common.opt (frounding-math): New common command line option.
8410         * opts.c (common_handle_option): Handle OPT_frounding_math.
8411         (set_fast_math_flags): -ffast-math clears flag_rounding_math.
8412
8413         * doc/invoke.texi: Document this new command line option.
8414
8415 2003-09-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8416
8417         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
8418
8419 2003-09-03  Jan Hubicka  <jh@suse.cz>
8420
8421         * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.
8422         * c-decl.c (finish_function):  Kill arguments, always use cgraph path.
8423         * c-objc-common.c: Kill include of gt-c-objc-common.h
8424         (expand_deferred_fns, deffer_fn): Kill function.
8425         (deferred_fns): Kill variable.
8426         (finish_cdtor): Update finish_function call.
8427         (c_objc_common_finish_file): Always call cgraph code.
8428         * c-parse.c: Regenerate.
8429         * c-parse.y: Regenerate.
8430         * c-tree.h (finish_function): Update prototype.
8431         * objc-acct.c (build_module_descriptor, finish_method_def):
8432         Update call of finish_function.
8433         * cgraphunit.c (cgraph_default_inline_p, cgraph_analyze_function): Add
8434         forward prototype.
8435         (cgraph_finalize_function): In non-unit-at-a-time mode analyze the
8436         function and assemble it if needed.
8437         (cgraph_finalize_compilation_unit): Do nothing in non-unit-at-a-time
8438         mode.
8439         (cgraph_optimize): Likewise.
8440         (cgraph_expand_function): In non-unit-at-a-time mode keep function body
8441         even when it has no inline callees.
8442         * c-parse.in: Update calls to finish_function.
8443
8444 2003-09-03  Nick Clifton  <nickc@redhat.com>
8445
8446         * config/arm/arm.h: Handle TARGET_CPU_iwmmxt.
8447         Use #error to generate the message if TARGET_DEFAULT is not
8448         recognised.
8449
8450 2003-09-03  Richard Sandiford  <rsandifo@redhat.com>
8451
8452         * config/mips/mips.h (MASK_UNUSED1): Remove.
8453         (MASK_XGOT, TARGET_XGOT): Define.
8454         (TARGET_SWITCHES): Add an entry for -mxgot.
8455         (ASM_SPEC): Map -mxgot to -xgot.
8456         * config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
8457         whether we're using a big-GOT sequences.
8458         (mips_legitimize_const_move, mips_expand_call): Likewise.
8459         (override_options): Revert 2003-01-09 change.
8460         * doc/invoke.texi: Document -mxgot.
8461
8462 2003-09-02  Jason Merrill  <jason@redhat.com>
8463
8464         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
8465         * config/sparc/sol2.h: Not here.
8466
8467 2003-09-02  Roger Sayle  <roger@eyesopen.com>
8468
8469         * expr.c (expand_expr): The code following both_summands performs
8470         the same task as simplify_gen_binary.  Replace all gotos to
8471         both_summands with a call to simplify_gen_binary and delete the
8472         now unused label.
8473
8474 2003-09-02  Jason Merrill  <jason@redhat.com>
8475
8476         PR c++/7327
8477         * config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.
8478
8479 2003-09-02  Jeff Sturm  <jsturm@one-point.com>
8480
8481         * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
8482         (cgraph_optimize_function): Set current_function_decl to the
8483         fndecl we're integrating from.
8484
8485 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8486
8487         * builtins.def: Break out _Complex math functions into their
8488         own category.
8489
8490 2003-09-02  Andreas Jaeger  <aj@suse.de>
8491
8492         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
8493
8494 2003-09-02  Josef Zlomek  <zlomekj@suse.cz>
8495
8496         * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
8497         finding the note again.
8498
8499 2003-09-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8500
8501         * config.gcc: Remove host-specific rewrites of target_alias.
8502
8503 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
8504
8505         * Makefile.in (genprogs): Fix typo.
8506
8507         * Makefile.in (gencheck.o): Remove build commands.
8508         (dummy-conditions.o): Likewise.
8509         (read-rtl.o): Likewise.
8510         (gensupport.o): Likewise.
8511         (genconfig$(build_exeext)): Remove rule.
8512         (genconfig.o): Remove build commands.
8513         (genflags$(build_exeext)): Remove rule.
8514         (genflags.o): Remove build commands.
8515         (gencodes$(build_exeext)): Remove rule.
8516         (gencodes.o): Remove build commands.
8517         (genconstants.o): Remove build commands.
8518         (genemit$(build_exeext)): Remove rule.
8519         (genemit.o): Remove build commands.
8520         (genrecog$(build_exeext)): Remove rule.
8521         (genrecog.o): Remove build commands.
8522         (genextract$(build_exeext)): Remove rule.
8523         (genextract.o): Remove build commands.
8524         (genpeep$(build_exeext)): Remove rule.
8525         (genpeep.o): Remove build commands.
8526         (genattr$(build_exeext)): Remove rule.
8527         (genattr.o): Remove build commands.
8528         (genprognames): New variable.
8529         (genprogs): Likewise.
8530         (genobjs): Likewise.
8531         (genprogs): New rule.
8532         (genobjs): Likewise.
8533         (genattrtab.o): Remove build commands.
8534         (genautomata.o): Likewise.
8535         (genoutput$(build_exeext)): Remove rule.
8536         (genoutput.o): Remove build commands.
8537         (gengenrtl.o): Likewise.
8538         (genpreds.o): Likewise.
8539         (gengtype.o): Likewise.
8540         (genconditions.o): Likewise.
8541         (gen-protos.o): Likewise.
8542         (scan.o): Likewise.
8543         (fix-header.o): Likewise.
8544         (scan-decls.o): Likewise.
8545         (check-g++): Combine with other check targets.
8546         (check-gcc): Likewise.
8547         (check-g77): Likewise.
8548         (check-objc): Likewise.
8549
8550 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8551
8552         * config.gcc: Remove host-specific stuff which is unused here
8553         since the introduction of config.host.
8554
8555         * doc/fragments.texi: Mention config.host.
8556         * doc/sourcebuild.texi: Mention config.host.  Give brief descriptions
8557         of config.build, config.host, and config.gcc.
8558
8559 2003-09-01  Zack Weinberg  <zack@codesourcery.com>
8560
8561         * c-decl.c (pushdecl): Don't put variables on
8562         C_TYPE_INCOMPLETE_VARS of a type unless that type is itself
8563         incomplete.
8564
8565 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8566
8567         * config.host: New file.
8568         * config.gcc: Remove some host-specific stuff and some
8569         logic needed only for repeated invocation.
8570         * configure.in: Use config.host.
8571         * configure: Regenerate.
8572
8573 2003-09-01  Josef Zlomek  <zlomekj@suse.cz>
8574
8575         * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
8576         * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR.
8577         * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR.
8578         (fold): Kill BIT_ANDTC_EXPR and label bit_and.
8579         * tree.def (BIT_ANDTC_EXPR): Kill.
8580
8581 2003-08-31  Nathanael Nerode  <neroden@gcc.gnu.org>
8582
8583         * configure.in: Remove uses of "for x in .. ${foo}" idiom.
8584         * configure: Regenerate.
8585
8586         * config.gcc:  Remove references to install_headers_dir, now unused
8587         since introduction of config.build.
8588         * config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
8589
8590         * doc/fragments.texi, doc/sourcebuild.texi: Mention new file
8591         config.build.
8592
8593         * config.build: New file.
8594         * config.gcc: Remove some build-specific stuff.
8595         * configure.in: Use config.build.
8596         * configure: Regnerate.
8597
8598 2003-08-31  Steven Bosscher  <steven@gcc.gnu.org>
8599             Roger Sayle  <roger@eyesopen.com>
8600
8601         PR middle-end/11823
8602         * stmt.c (expand_end_case_type): Only use jump tables for dense
8603         switch statements when optimizing for size.
8604
8605 2003-08-31  Olivier Hainque  <hainque@act-europe.fr>
8606
8607         * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
8608         the != 0 case, which ensures pending stack adjustments are flushed.
8609
8610 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
8611
8612         * configure.frag: Delete file.
8613         * configure.in: Rename the substitution variables
8614         dep_host_xmake_file and dep_tmake_file to xmake_file and
8615         tmake_file respectively.  Do not expand $srcdir in the
8616         value of these; leave that for Make.  Introduce a new
8617         substitution varaible, all_lang_makefrags, which lists
8618         subdirectory Make-lang.in files; exclude these from
8619         all_lang_makefiles, which is now only for subdirectory
8620         outputs.  Do not invoke configure.frag.  Do not set nor
8621         AC_SUBST_FILE target_overrides, host_overrides, or
8622         language_fragments. Create build subdirectories in
8623         config.status extra commands.
8624         * configure: Regenerate.
8625         * Makefile.in: Update substitutions to match changes to
8626         configure.  Use include directives instead of @-insertions
8627         to read in host, target, and language fragments.
8628         (Makefile rule): Do not invoke configure.frag.  Do not copy
8629         config.status to config.run before executing it.  Set
8630         CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
8631         regenerated.
8632         (cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
8633
8634 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
8635
8636         * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.
8637         * c-typeck.c (same_translation_unit_p): New function.
8638         (comptypes): Use it instead of flags parameter to identify
8639         structure types from different translation units.
8640         * c-decl.c (duplicate_decls): Always call comptypes with
8641         COMPTYPE_STRICT flags argument.
8642         (c_reset_state): Set BLOCK_SUPERCONTEXT of the block formed
8643         to file_scope_decl.
8644
8645 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
8646
8647         * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
8648         * c-decl.c (struct c_scope): Remove "incomplete" field.
8649         (pushdecl): Attach variables with incomplete types to
8650         the TYPE_MAIN_VARIANT of the incomplete type in question.
8651         (finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
8652         to complete, not at current_scope->incomplete.  All such
8653         variables do need completion.
8654
8655 2003-08-30  Richard Earnshaw  <rearnsha@arm.com>
8656         Nicolas Pitre <nico@cam.org>
8657
8658         * arm/lib1funcs.asm (RETCOND): Delete.
8659         (RETLDM): New assembler macro.  Use it for returning with ldm/ldr.
8660         (ARM_LDIV0, THUMB_LDIV0): Collapse multiple definitions.
8661         (__ARM_ARCH__): Move here from ieee754-?f.S.
8662         (RET, RETc): Clean up definitions.
8663         (DIV_FUNC_END): Renamed from FUNC_END.  All uses changed.
8664         (FUNC_END): New macro that marks the end of any function.
8665         (ARM_FUNC_START): New macro that allows an assembler routine to be
8666         implemented in ARM code even if a Thumb-only build.
8667         Unconditionally include ieee754-?f.S.
8668         * arm/ieee754-df.S: Delete macros moved to lib1funcs.asm.
8669         Mark ends of functions.
8670         Split into separate conditionally-compiled units.
8671         Use RETLDM to return from routines.
8672         * arm/ieee754-sf.S: Similarly.
8673         * t-arm-elf (LIB1ASMFUNCS): Remove _ieee754_dp and _ieee754_sp.
8674         Add _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
8675         _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2
8676         _fixsfsi and _fixunssfsi.
8677
8678         * arm/ieee754-df.S (__muldf3): Fix bug when result of a
8679         multiplication underflows to zero.
8680         (__adddf3): Fix bug when using VFP ordering on little-endian
8681         processors.
8682         (__fixdfsi): Use rrx to extract the carry into a register instead of
8683         MRS instruction.  Optimize later use of result.
8684         * arm/ieee754-sf.S (__fixsfsi): Likewise.
8685         (__fixunssfsi): Use a better sequence for handling negative-or-zero.
8686
8687 2003-08-29  Richard Henderson  <rth@redhat.com>
8688
8689         * tree-optimize.c: New file.
8690         * Makefile.in (OBJS-archive): Add tree-optimize.o.
8691         (tree-optimize.o): New.
8692         * c-decl.c (store_parm_decls): Use allocate_struct_function.
8693         (finish_function): Don't free_after_parsing or free_after_compilation.
8694         (set_save_expr_context): Move to tree-optimize.c.
8695         (c_expand_body_1): Use tree_rest_of_compilation.
8696         * c-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
8697         * objc/objc-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
8698         * c-objc-common.c (expand_deferred_fns): Don't emit unused inlines;
8699         iterate until closure.
8700         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_START,
8701         LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END): New.
8702         (LANG_HOOKS_RTL_EXPAND_INITIALIZER): New.
8703         * langhooks.h (struct lang_hooks_for_rtl_expansion): New.
8704         * toplev.h (tree_rest_of_compilation): Declare it.
8705
8706 2003-08-29  Richard Henderson  <rth@redhat.com>
8707
8708         * function.h (struct function): Add rtl_inline_init, saved_for_inline.
8709         * integrate.c (save_for_inline): Set saved_for_inline.
8710         * c-semantics.c (genrtl_scope_stmt): Check it.
8711         * toplev.c (wrapup_global_declarations): Check it.
8712         (rest_of_handle_inlining): Set and check rtl_inline_init.
8713         (rest_of_compilation): Remove out of date comment.
8714
8715 2003-08-29  Richard Henderson  <rth@redhat.com>
8716
8717         * function.c (allocate_struct_function): New, split out of ...
8718         (prepare_function_start, init_function_start): ... here.
8719         * expr.c (init_expr): Use ggc_alloc_cleared.
8720         * stmt.c (init_stmt_for_function): Likewise.
8721         * tree.h (allocate_struct_function): Declare.
8722
8723 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8724
8725         * config.gcc: Don't use negated character class in shell case
8726         clause.
8727
8728 2003-08-29  Richard Henderson  <rth@redhat.com>
8729
8730         * function.h (struct function): Move function_frequency and
8731         max_jumptable_ents before start of bit field members.
8732
8733 2003-08-29  Richard Henderson  <rth@redhat.com>
8734
8735         * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
8736         (fold_builtin_constant_p) ... not here.
8737
8738 2003-08-29  Richard Henderson  <rth@redhat.com>
8739
8740         * c-tree.h (C_DECL_FILE_SCOPE): Move ...
8741         * tree.h (DECL_FILE_SCOPE_P): ... here, and rename.
8742         * c-decl.c, c-objc-common.c, c-typeck.c: Update to match.
8743
8744 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8745
8746         * builtins.def: Fix typos.
8747         (ATTR_MATHFN_FPROUNDING_STORE): New macro.
8748         (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL, BUILT_IN_MODF,
8749         BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO, BUILT_IN_REMQUOF,
8750         BUILT_IN_REMQUOL, BUILT_IN_SINCOS, BUILT_IN_SINCOSF,
8751         BUILT_IN_SINCOSL): Use ATTR_MATHFN_FPROUNDING_STORE.
8752
8753         * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL):
8754         Use ATTR_MATHFN_FPROUNDING_ERRNO.
8755
8756 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8757
8758         * config.gcc (i386-*-vsta): Fix obvious bogosity.
8759
8760         * fixinc/inclhack.def:  Remove special cases for unsupported
8761         PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
8762         * fixinc/fixincl.x: Regenerate.
8763
8764 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8765
8766         * Makefile.in (cpp.info): Just state dependencies.
8767         (gcc.info): Likewise.
8768         (gccint.info): Likewise.
8769         (gccinstall.info): Likewise.
8770         (cppinternals.info): Likewise.
8771         (cpp.dvi): Likewise.
8772         (gcc.dvi): Likewise.
8773         (gccint.dvi): Likewise.
8774         (gccinstall.dvi): Likewise.
8775         (cppinternals.dvi): Likewise.
8776         (gcov.1): Likewise.
8777         (cpp.1): Likewise.
8778         (gcc.1): Likewise.
8779         (gfdl.7): Likewise.
8780         (gpl.7): Likewise.
8781         (fsf-funding.7): Likewise.
8782         ($(objdir)/%.info): New pattern rule.
8783         (%.dvi): Likewise.
8784
8785 2003-08-29  Kelley Cook  <kelleycook@wideopenwest.com>
8786
8787         * Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.
8788         (restage2): Likewise.
8789         (restage3): Likewise.
8790         (restage4): Likewise.
8791         (restageprofile): Likewise.
8792         (restagefeedback): Likewise.
8793         (bubblestrap): Likewise.
8794
8795 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8796
8797         * config.gcc: Narrow unsupported target match to avoid clobbering
8798         i?86-sequent-sysv4*.
8799
8800 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8801
8802         * builtins.c (mathfn_built_in): Handle new math builtins.
8803
8804 2003-08-28  Per Bothner  <per@bothner.com>
8805
8806         Fix (hopefully temporary) for breakage caused by my 08-21 patch.
8807         * cpplex.c (_cpp_get_fresh_line):  Check for null buffer.
8808         (_cpp_lex_buffer):  Likewise.
8809         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
8810
8811 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
8812
8813         * config/s390/s390.md ("*mulsi3_sign"): New insn.
8814         ("mulsidi3" expander, "mulsi_6432" insn): Remove, replace by ...
8815         ("mulsidi3"): ... this new insn.
8816         ("umulsidi3"): New insn.
8817         ("divmoddi3", "divmodtidi3", "divmodtisi3"): Simplify by using
8818         mixed-mode matching constraints.
8819         ("udivmodsi4", "udivmoddisi3"): New insns.
8820         ("udivsi3", "umodsi3"): Use only in ESA/390 mode.
8821
8822 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8823
8824         * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,
8825         BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
8826         BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
8827         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
8828         BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
8829         BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
8830         BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
8831         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
8832         BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
8833         BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
8834         BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
8835         * builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
8836         BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
8837         BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
8838         BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
8839         * tree.c: Assign new type_nodes.
8840         * tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
8841         TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
8842         (float_ptr_type_node, double_ptr_type_node,
8843         long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
8844
8845         * doc/extend.texi: Document new builtins.
8846
8847 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8848
8849         * builtin-types.def (BT_FN_FLOAT_INT_FLOAT,
8850         BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
8851
8852         * builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
8853         BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
8854         BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
8855         BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
8856         BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
8857         BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
8858         BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
8859         BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
8860         BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
8861         BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
8862
8863         * doc/extend.texi: Document new builtins.
8864
8865 2003-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8866
8867         * fixinc/mkfixinc.sh: Remove special case code for unsupported
8868         variants of i?86, powerpcle, and thumb.
8869         * fixinc/mkfixinc.sh: Remove special case code for unsupported
8870         arm and hppa variants.
8871
8872 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8873
8874         * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
8875         BT_FN_INT_LONGDOUBLE, BT_FN_LONG_FLOAT, BT_FN_LONG_DOUBLE,
8876         BT_FN_LONG_LONGDOUBLE, BT_FN_LONGLONG_FLOAT,
8877         BT_FN_LONGLONG_DOUBLE, BT_FN_LONGLONG_LONGDOUBLE,
8878         BT_FN_FLOAT_FLOAT_LONGDOUBLE, BT_FN_DOUBLE_DOUBLE_LONGDOUBLE,
8879         BT_FN_FLOAT_FLOAT_INT, BT_FN_DOUBLE_DOUBLE_INT,
8880         BT_FN_LONGDOUBLE_LONGDOUBLE_INT, BT_FN_FLOAT_FLOAT_LONG,
8881         BT_FN_DOUBLE_DOUBLE_LONG, BT_FN_LONGDOUBLE_LONGDOUBLE_LONG,
8882         BT_FN_FLOAT_FLOAT_FLOAT_FLOAT, BT_FN_DOUBLE_DOUBLE_DOUBLE_DOUBLE,
8883         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE): New.
8884
8885         * builtins.def (BUILT_IN_ACOS, BUILT_IN_ACOSF, BUILT_IN_ACOSH,
8886         BUILT_IN_ACOSHF, BUILT_IN_ACOSHL, BUILT_IN_ACOSL, BUILT_IN_ASIN,
8887         BUILT_IN_ASINF, BUILT_IN_ASINH, BUILT_IN_ASINHF, BUILT_IN_ASINHL,
8888         BUILT_IN_ASINL, BUILT_IN_ATANH, BUILT_IN_ATANHF, BUILT_IN_ATANHL,
8889         BUILT_IN_CBRT, BUILT_IN_CBRTF, BUILT_IN_CBRTL, BUILT_IN_COPYSIGN,
8890         BUILT_IN_COPYSIGNF, BUILT_IN_COPYSIGNL, BUILT_IN_COSH,
8891         BUILT_IN_COSHF, BUILT_IN_COSHL, BUILT_IN_DREM, BUILT_IN_DREMF,
8892         BUILT_IN_DREML, BUILT_IN_EXP10, BUILT_IN_EXP10F, BUILT_IN_EXP10L,
8893         BUILT_IN_EXP2, BUILT_IN_EXP2F, BUILT_IN_EXP2L, BUILT_IN_EXPM1,
8894         BUILT_IN_EXPM1F, BUILT_IN_EXPM1L, BUILT_IN_FDIM, BUILT_IN_FDIMF,
8895         BUILT_IN_FDIML, BUILT_IN_FMA, BUILT_IN_FMAF, BUILT_IN_FMAL,
8896         BUILT_IN_FMAX, BUILT_IN_FMAXF, BUILT_IN_FMAXL, BUILT_IN_FMIN,
8897         BUILT_IN_FMINF, BUILT_IN_FMINL, BUILT_IN_HYPOT, BUILT_IN_HYPOTF,
8898         BUILT_IN_HYPOTL, BUILT_IN_ILOGB, BUILT_IN_ILOGBF, BUILT_IN_ILOGBL,
8899         BUILT_IN_LDEXP, BUILT_IN_LDEXPF, BUILT_IN_LDEXPL, BUILT_IN_LLRINT,
8900         BUILT_IN_LLRINTF, BUILT_IN_LLRINTL, BUILT_IN_LLROUND,
8901         BUILT_IN_LLROUNDF, BUILT_IN_LLROUNDL, BUILT_IN_LOG10,
8902         BUILT_IN_LOG10F, BUILT_IN_LOG10L, BUILT_IN_LOG1P, BUILT_IN_LOG1PF,
8903         BUILT_IN_LOG1PL, BUILT_IN_LOG2, BUILT_IN_LOG2F, BUILT_IN_LOG2L,
8904         BUILT_IN_LOGB, BUILT_IN_LOGBF, BUILT_IN_LOGBL, BUILT_IN_LRINT,
8905         BUILT_IN_LRINTF, BUILT_IN_LRINTL, BUILT_IN_LROUND,
8906         BUILT_IN_LROUNDF, BUILT_IN_LROUNDL, BUILT_IN_NEXTAFTER,
8907         BUILT_IN_NEXTAFTERF, BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD,
8908         BUILT_IN_NEXTTOWARDF, BUILT_IN_NEXTTOWARDL, BUILT_IN_POW10,
8909         BUILT_IN_POW10F, BUILT_IN_POW10L, BUILT_IN_REMAINDER,
8910         BUILT_IN_REMAINDERF, BUILT_IN_REMAINDERL, BUILT_IN_RINT,
8911         BUILT_IN_RINTF, BUILT_IN_RINTL, BUILT_IN_SCALB, BUILT_IN_SCALBF,
8912         BUILT_IN_SCALBL, BUILT_IN_SCALBLN, BUILT_IN_SCALBLNF,
8913         BUILT_IN_SCALBLNL, BUILT_IN_SCALBN, BUILT_IN_SCALBNF,
8914         BUILT_IN_SCALBNL, BUILT_IN_SINH, BUILT_IN_SINHF, BUILT_IN_SINHL,
8915         BUILT_IN_TANH, BUILT_IN_TANHF, BUILT_IN_TANHL): New.
8916
8917         * doc/extend.texi: Document new builtins.
8918
8919 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
8920
8921         * config/s390/s390.c (legitmate_constant_p): Use LARL on
8922         zSeries machines even in 31-bit addressing mode.
8923         (legitimate_reload_constant_p): Likewise.
8924         (legitimize_pic_address): Likewise.
8925         (legitimize_tls_address): Likewise.
8926         (s390_split_branches): Likewise.
8927         (s390_dump_pool): Likewise.
8928         (s390_mainpool_finish): Likewise.
8929         (s390_chunkify_start): Likewise.
8930         (s390_select_rtx_section): Likewise.
8931         * config/s390/s390.md ("doloop_si"): Likewise.
8932         ("pool_start_31", "pool_end_31"): Likewise.
8933         ("pool_start_64", "pool_end_64"): Likewise.
8934         ("main_base_31_small", "main_base_31_large"): Likewise.
8935         ("main_base_64"): Likewise.
8936         ("reload_base_31", "reload_base_64"): Likewise.
8937         ("*movsi_larl"): New insn.
8938         ("cjump", "icjump"): Use long branches on zSeries machines.
8939         ("jump"): Likewise.
8940         ("call"): Use BRASL on zSeries machines.
8941         ("call_value", "call_value_tls"): Likewise.
8942         ("brasl", "bras", "basr_64", "basr_31", "bas_64", "bas_31"): Remove
8943         and replace by ...
8944         ("*bras", "*brasl", "*basr") ... these new insns.
8945         ("brasl_r", "bras_r", "basr_64_r", "basr_31_r", "bas_64_r",
8946         "bas_31_r"): Remove and replace by ...
8947         ("*bras_r", "*brasl_r", "*basr_r") ... these new insns.
8948         ("brasl_tls", "bras_tls", "basr_64_tls", "basr_31_tls",
8949         "bas_64_tls", "bas_31_tls"): Remove and replace by ...
8950         ("*bras_tls", "*brasl_tls", "*basr_tls") ... these new insns.
8951         ("*return_si", "*return_di"): Remove and replace by ...
8952         ("*return"): ... this new insn.
8953         ("rotlsi3"): Allow on zSeries machines.
8954
8955         * config/s390/s390.c (legitimize_reload_constant_p): Use
8956         LL/LH type instructions in z/Architecture mode.
8957         * config/s390/s390.md ("*movsi_lli"): Likewise.
8958         ("*andsi3_ni", "*andhi3_ni", "*andqi3_ni"): Likewise.
8959         ("*iorsi3_ni", "*iorhi3_ni", "*iorqi3_ni"): Likewise.
8960         ("*extendqisi2"): Use LB in z/Architecture mode.
8961         ("*zero_extendqisi2_64", "*zero_extendqisi2_31"): Use LLGC in
8962         z/Architecture mode.
8963         ("zero_extendqihi2", "*zero_extendqihi2_64", "*zero_extendqihi2_31"):
8964         Likewise.
8965
8966         * config/s390/s390.md ("*tmdi_ext"): Allow in both 64-bit
8967         and 31-bit mode.
8968         ("ptr_extend"): Allow only in 64-bit mode.
8969
8970 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
8971
8972         * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)
8973         (TOOLDIR_BASE_PREFIX, STANDARD_BINDIR_PREFIX): Remove unnecessary
8974         definitions.
8975         (main): Only use standard_startfile_prefix if native.
8976         * doc/tm.texi (STANDARD_STARTFILE_PREFIX): Update.
8977
8978 2003-08-27  Per Bothner  <pbothner@apple.com>
8979
8980         * cpperror.c (print_location):  Don't check for !pfile->buffer.  That
8981         test fails following my 08-21 change, and it seems unnecessary anyway.
8982         (cpp_error):  Likewise.
8983
8984 2003-08-27  Jason Merrill  <jason@redhat.com>
8985
8986         * real.c (do_multiply): Initialize with memset.
8987
8988 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8989
8990         * gcov.c (typedef struct arc_info): New field cs_count.
8991         (accumulate_line_counts): Find cycles correctly.
8992
8993 2003-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
8994
8995         * config/s390/s390.c (struct machine_function): Remove member
8996         literal_pool_label.
8997         (s390_optimize_prolog): Replace TEMP_REG argument with
8998         TEMP_USED and BASE_USED.  Do not check get_pool_size ().
8999         (general_s_operand): Accept all immediates before reload if
9000         ALLOW_IMMEDIATE.  If not ALLOW_IMMEDIATE, reject literal pool
9001         references.
9002         (s390_output_symbolic_const): Remove UNSPEC_LTREL_OFFSET handling.
9003         (find_constant_pool_ref): Ignore UNSPECV_POOL_ENTRY insns.
9004         (s390_alloc_pool): New function.
9005         (s390_new_pool): Call it.
9006         (s390_dump_pool): Add REMOTE_LABEL argument.
9007         (s390_chunkify_start): Add BASE_REG argument.  Do not check
9008         get_pool_size ().
9009         (s390_chunkify_finish): Add BASE_REG argument.  Adapt
9010         s390_dump_pool call.
9011         (s390_pool_count, s390_nr_constants): Remove.
9012         (s390_output_constant_pool): Remove.
9013         (s390_mainpool_start): New function.
9014         (s390_mainpool_finish): New function.
9015         (s390_mainpool_cancel): New function.
9016         (s390_reorg): Implement main literal pool handling.
9017         (s390_emit_prologue): Emit main_pool placeholder instead of
9018         literal_pool_31 / literal_pool_64 insns.
9019         * config/s390/s390.h (s390_pool_count, s390_nr_constants): Remove.
9020         (ASM_OUTPUT_POOL_PROLOGUE, ASM_OUTPUT_SPECIAL_POOL_ENTRY): Remove.
9021         * config/s390/s390.md (UNSPEC_MAIN_BASE): New symbolic constant.
9022         ("main_base_31_small", "main_base_31_large"): New insns.
9023         ("main_base_64",  "main_pool"): New insns.
9024         ("literal_pool_31", "literal_pool_64"): Remove.
9025
9026 2003-08-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9027
9028         * fixinc/inclhack.def (ptx_netswap): New disabled fix, ported from
9029         fixinc.ptx.
9030         * fixinc/inclhack.def (undefine_null):  Don't generate \r characters.
9031         Prettify a little.
9032         * fixinc/fixincl.x: Regenerate.
9033
9034 2003-08-27  Richard Earnshaw  <rearnsha@arm.com>
9035
9036         * lib1funcs.asm (L_ieee754_sp): New.  Include ieee754-sf.S.
9037         (L_ieee754_dp): New.  Include ieee754-df.S.
9038         * arm/ieee754-sf.S: Rework to allow interworking, calling from Thumb,
9039         and compilation in apcs-26 mode.
9040         * arm/ieee754-df.S: Likewise.
9041         * t-arm-elf (DPBIT, FPBIT, fp-bit.c dp-bit.c): Delete rules
9042         (LIB1ASMFUNCS): Add _ieee754_sp and _ieee754_dp targets.
9043
9044 2003-08-27  Nicolas Pitre  <nico@cam.org>
9045
9046         * arm/ieee754-sf.S: New.
9047         * arm/ieee754-df.S: New.
9048
9049 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
9050
9051         * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust
9052         and restore it if returning NULL.
9053
9054 2003-08-27  Richard Sandiford  <rsandifo@redhat.com>
9055
9056         * calls.c (initialize_argument_information): If an argument has no
9057         stack space associated with it, and BLOCK_REG_PADDING is defined,
9058         use it to decide at which end the argument should be padded.
9059         * function.c (assign_parms): Allocate BLKmode stack slots.
9060         * config/mips/mips-protos.h (mips_pad_arg_upward): Declare.
9061         (mips_pad_reg_upward): Declare.
9062         * config/mips/mips.h (PAD_VARARGS_DOWN): Use FUNCTION_ARG_PADDING.
9063         (CUMULATIVE_ARGS): Remove num_adjusts and adjusts.
9064         (FUNCTION_ARG_PADDING): Use mips_pad_arg_upward.
9065         (BLOCK_REG_PADDING): Use mips_pad_reg_upward.
9066         * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
9067         (mips_expand_call): Remove code for generating structure shifts.
9068         (mips_arg_info): Don't set struct_p.  Don't set fpr_p for non-float
9069         types unless using the EABI.
9070         (function_arg_advance): Don't generate shift instructions.
9071         (function_arg): Don't return them.  Don't short-circuit the
9072         check for double structure chunks for DFmode arguments.
9073         (mips_pad_arg_upward, mips_pad_reg_upward): New functions.
9074         (mips_expand_prologue): Remove code to emit structure shifts.
9075         * config/mips/irix6-libc-compat.c: Remove workarounds for buggy
9076         structure passing (inet_ntoa, inet_lnaof, inet_netof).  Update
9077         comments to say that only structure returns are a problem.
9078
9079 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9080
9081         * fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h:
9082         Fix to match produced versions.
9083         * fixinc/inclhack.def (longlong_t): New disabled test, ported
9084         from fixinc.svr4.
9085         * fixinc/inclhack.def (ptx_pwd_h): New disabled fix, ported
9086         from fixinc.ptx.
9087         * fixinc/inclhack.def (ptx_sys_mc_param_h): New disabled fix,
9088         ported from fixinc.ptx.
9089
9090 2003-08-26  Per Bothner  <pbothner@apple.com>
9091
9092         * cpplib.h (struct cpp_token):  Change type of field line to fileline.
9093         (cpp_error_with_line):  Use fileline for appropriate parameter.
9094         * cpphash.h (struct cpp_macro):  Change type of field line to fileline.
9095         (struct cpp_reader):  Likewise for fields line and directive_line.
9096         (_cpp_begin_message):  Use fileline for appropriate parameter.
9097         * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
9098         cpp_error):  Use fileline for appropriate parameters and variables.
9099         (print_location):  New local lin, since it is not a fileline.
9100
9101 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9102
9103         PR middle-end/12002
9104         * tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
9105         (FLOAT_TYPE_P): Define in terms of these two new macros.
9106         * fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
9107         for complex floating point types.
9108
9109 2003-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
9110
9111         * config/s390/s390.c (emit_prologue): Don't check literal pool size.
9112         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
9113         s390_output_pool_entry.
9114
9115 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9116
9117         * fixinc/inclhack.def (svr4_preproc_lint_on,
9118         svr4_preproc_lint_off, svr4_preproc_machine): New disabled
9119         fixes, ported from fixinc.svr4.
9120
9121 2003-08-26  Mark Mitchell  <mark@codesourcery.com>
9122
9123         * doc/install.texi (Prerequisites): Mention GNU make requirement.
9124
9125         * Makefile.in (AR_FOR_TARGET): Export it.
9126         (AR_CREATE_FOR_TARGET): Likewise.
9127         (AR_FLAGS_FOR_TARGET): Likewise.
9128         (AR_EXTRACT_FOR_TARGET): Likewise.
9129         (AWK): Likewise.
9130         (BUILD_PREFIX): Likewise.
9131         (BUILD_PREFIX_1): Likewise.
9132         (DESTDIR): Likewise.
9133         (GCC_FOR_TARGET): Likewise.
9134         (INCLUDES): Likewise.
9135         (INSTALL_DATA): Likewise.
9136         (LIB1ASMSRC): Likewise.
9137         (LIBGCC2_CFLAGS): Likewise.
9138         (MACHMODE_H): Likewise.
9139         (NM_FOR_TARGET): Likewise.
9140         (RANLIB_FOR_TARGET): Likewise.
9141         (libsubdir): Likewise.
9142         (slibdir): Likewise.
9143         (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
9144         exporting.
9145         (libgcc.a): Don't pass them here.
9146         (stmp-multilib): Or here.
9147         (install-libgcc): Or here.
9148         (install-multilib): Or here.
9149         (POSTSTAGE1_FLAGS_TO_PASS): Or here.
9150         (stage1_build): Or here.
9151
9152 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
9153
9154         * config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
9155         "*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
9156
9157 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
9158
9159         * config/s390/s390.md ("*fmadddf", "*fmsubdf",
9160         "*fmaddsf", "*fmsubsf"): New insns.
9161
9162 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9163
9164         * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
9165         (C1*C2)/X when unsafe math optimizations are allowed.
9166         (fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
9167         math optimizations.  Minor code clean-ups.  Recursively call
9168         fold when constructing sub-expressions.
9169
9170 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9171
9172         * builtins.c (fold_builtin_bitop): New function to perform constant
9173         folding of ffs, clz, ctz, popcount and parity builtin functions
9174         and their long and long long variants (such as ffsl and ffsll).
9175         (fold_builtin): fold_builtin_bitop when appropriate.
9176         * simplify-rtx.c (simplify_unary_operation): Honor both
9177         CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
9178         evaluating clz and ctz at compile-time, for operands wider
9179         than HOST_WIDE_INT.
9180
9181 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
9182
9183         * builtins.c (build_function_call_expr): Don't set
9184         TREE_SIDE_EFFECTS here.
9185         * expr.c (emit_block_move_via_libcall): Likewise.
9186         (clear_storage_via_libcall): Likewise.
9187         * tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
9188         CALL_EXPRs.
9189
9190         * gcse.c (is_too_expensive): New function.
9191         (gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
9192
9193 2003-08-25  Zack Weinberg  <zack@codesourcery.com>
9194
9195         * config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
9196         commented-out logic to use DCE threads (if present), add
9197         support for POSIX threads.
9198         * config/ia64/hpux.h: Define CPP_SPEC to set appropriate
9199         #defines for -pthread.  Add -lpthread to LIB_SPEC when
9200         -pthread.  In both cases take -mt as a synonym for -pthread
9201         for acc compatibility.
9202         Define GTHREAD_USE_WEAK to 0.
9203         * config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
9204         Remove old logic for DCE threads from LIB_SPEC.
9205         * config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
9206
9207 2003-08-25  Roger Sayle  <roger@eyesopen.com>
9208
9209         * builtins.c (expand_builtin_mathfn):  Rearrange so that we only
9210         return 0 for invalid argument types.  Instead drop through to a
9211         call of expand_call at the bottom of function.  If op is SQRT,
9212         try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
9213
9214 2003-08-25  Richard Henderson  <rth@redhat.com>
9215
9216         * config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
9217         result when op0 is SImode.
9218
9219 2003-08-25  Nathanael Nerode  <neroden@twcny.rr.com>
9220
9221         * fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
9222         from fixinc.svr4.
9223         * fixinc/fixincl.x: Regenerate.
9224         * fixinc/tests/base/sys/signal.h: Regenerate.
9225
9226 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
9227
9228         * combine.c (simplify_comparison): Re-enable widening of comparisons
9229         with non-paradoxical subregs of non-REG expressions.
9230
9231 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
9232
9233         * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
9234
9235 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
9236
9237         * combine.c (combine_simplify_rtx): Fix RTL sharing bug.
9238
9239 2003-08-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9240
9241         * pretty-print.h (pp_maybe_newline_and_indent): New macro.
9242         * c-pretty-print.h (c_pretty_printer): Now typedef to the
9243         structure.  Be consistent with pretty-print.h abd cxx-pretty-print.h
9244         (struct c_pretty_print_info): Document.  Add new fields.
9245         (pp_type_specifier_seq): Rename from pp_c_type_specifier.
9246         (pp_direct_abstract_declarator): New macro.
9247         (pp_ptr_operator): Likewise.
9248         (pp_simple_type_specifier): Likewise.
9249         (pp_expression): Likewise.
9250         (pp_parameter_list): Rename from pp_parameter_declaration.
9251         * c-pretty-print.c (pp_c_whitespace): Now a function.
9252         (pp_c_left_paren): Likewise.
9253         (pp_c_right_paren): Likewise.
9254         (pp_c_dot): Likewise.
9255         (pp_c_ampersand): Likewise.
9256         (pp_c_arrow): Likewise.
9257         (pp_c_semicolon): Likewise.
9258         (pp_c_type_cast): New function.
9259         (pp_c_space_for_pointer_operator): Likewise.
9260         (pp_c_call_argument_list): Likewise.
9261         (pp_c_cv_qualifier): Adjust prototype.
9262         (pp_c_type_qualifier_list): Likewise.
9263         (pp_c_pointer): Likewise.  Handle REFERENCE_TYPE here.
9264         (pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
9265         Adjust to follow standard grammar.
9266         (pp_c_specifier_qualifier_list): Adjusr prototype.  Handle
9267         REFERENCE_TYPE.  Tidy.
9268         (pp_c_parameter_type_list): Adjust prototype.  Tidy.
9269         (pp_c_parameter_declaration): Remove.
9270         (pp_c_abstract_declarator): Adjust prototype.
9271         (pp_c_direct_abstract_declarator): Likewise.
9272         (pp_c_type_id): Likewise.
9273         (pp_c_storage_class_specifier): Likewise.
9274         (pp_c_function_specifier): Likewise.
9275         (pp_c_declaration_specifiers): Likewise.
9276         (pp_c_direct_declarator): Likewise.
9277         (pp_c_declarator): Likewise.
9278         (pp_c_declarator): Likewise.
9279         (pp_c_declaration): Likewise.
9280         (pp_c_attributes): Likewise.  Tidy.
9281         (pp_c_function_definition): Adjust prototype.
9282         (pp_c_char): Likewise.
9283         (pp_c_string_literal): Likewise.
9284         (pp_c_integer_constant): Likewise.
9285         (pp_c_character_constant): Likewise.
9286         (pp_c_bool_constant): Likewise.
9287         (pp_c_enumeration_constant): Likewise.
9288         (pp_c_floating_constant): Likewise.
9289         (pp_c_constant): Likewise.
9290         (pp_c_identifier): Likewise.
9291         (pp_c_primary_expression): Likewise.  Remove TARGET_EXPR case.  Tidy.
9292         (pp_c_initializer): Adjust prototype.
9293         (pp_c_init_declarator): Likewise.
9294         (pp_c_initializer_list): Likewise.
9295         (pp_c_id_expression): Likewise.
9296         (pp_c_postfix_expression): Likewise.
9297         (pp_c_expression_list): Likewise.
9298         (pp_c_unary_expression): Likewise.
9299         (pp_c_cast_expression): Likewise.
9300         (pp_c_multiplicative_expression): Likewise.
9301         (pp_c_additive_expression): Likewise.
9302         (pp_c_shift_expression): Likewise.
9303         (pp_c_relational_expression): Likewise.
9304         (pp_c_equality_expression): Likewise.
9305         (pp_c_and_expression): Likewise.
9306         (pp_c_exclusive_or_expression): Likewise.
9307         (pp_c_inclusive_or_expression): Likewise.
9308         (pp_c_logical_and_expression): Likewise.
9309         (pp_c_logical_or_expression): Likewise.
9310         (pp_c_conditional_expression): Likewise.
9311         (pp_c_assignment_expression): Likewise.
9312         (pp_c_expression): Likewise.  Tidy.
9313         (pp_c_statement): Likewise.  Document.
9314         (pp_c_pretty_printer_init): Adjust prototype. Tidy.
9315
9316         * c-lang.c (c_initialize_diagnostics): Update.
9317         * c-common.h (strip_pointer_operator): Declare.
9318         * c-common.c (strip_pointer_operator): Define.
9319
9320 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
9321
9322         PR c++/8795
9323         * tree.h (build_method_type_directly): Declare.
9324         * c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
9325         (vector_size_helper): Likewise.
9326         * tree.c (build_method_type_directly): New function.
9327         (build_method_type): Use it.
9328
9329 2003-08-24  Richard Henderson  <rth@redhat.com>
9330
9331         * config/i386.i386.c (ix86_return_in_memory): Reformat.  Return true
9332         for 16-byte vector modes if sse not enabled; warn for abi change.
9333         (ix86_value_regno): Only return xmm0 for 16-byte vector types.
9334
9335 2003-08-24  Kazu Hirata  <kazu@cs.umass.edu>
9336
9337         * rtlanal.c (may_trap_p): Simplify an integer comparison.
9338
9339 2003-08-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9340
9341         * fixinc/inclhack.def (AAB_svr4_replace_byteorder):  Enhance
9342         comment.  Enable for DYNIX/ptx systems (when they switch to
9343         regular fixincludes).
9344         * fixinc/fixincl.x: Regenerate.
9345
9346 2003-08-23  Jason Eckhardt  <jle@rice.edu>
9347
9348         * config/i860/t-i860: New.
9349         * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
9350
9351 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
9352
9353         * c-decl.c (pushdecl): Only put decls which finish_struct will do
9354         something about onto incomplete chain.
9355         (finish_struct): If not removing type from incomplete
9356         list, update prev.
9357
9358 2003-08-20  Jan Hubicka  <jh@suse.cz>
9359
9360         PR target/11369
9361         * i386.c (ix86_expand_carry_flag_compare): Validate operand.
9362
9363         PR target/11031
9364         * i386.c (const_0_to_3_operand, const_0_to_7_operand,
9365         const_0_to_15_operand, const_0_to_255_operand): New predicates.
9366         * i386.h (PREDICATE_CODES): Add these.
9367         * i386.c (pinsrw and pextrw patterns): Use them.
9368
9369         PR target/10984
9370         * i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
9371
9372         PR target/8869
9373         * expr.c (convert_modes): Deal properly with integer to vector
9374         constant conversion.
9375
9376         PR target/8871
9377         * i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
9378
9379 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
9380
9381         * config/s390/s390.h (LOAD_EXTEND_OP): Remove.
9382         * config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
9383         ("*movhi"): ... this.
9384         ("movqi", "*movqi"): Likewise.
9385         ("movqi_64"): Remove.
9386         ("*zero_extendhisi2_31"): Change predicate to s_operand.
9387
9388 2003-08-23  Dale Johannesen  <dalej@apple.com>
9389         * calls.c (emit_library_call_value_1): Fix obvious errors in
9390         arguments to emit_group_store.
9391
9392 2003-08-23  Jason Eckhardt  <jle@rice.edu>
9393
9394         * calls.c (emit_library_call_value_1): Remove code related
9395         to LIBGCC_NEEDS_DOUBLE.
9396         * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
9397         * doc/tm.texi: Likewise.
9398         * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
9399
9400 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
9401
9402         * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
9403
9404 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
9405
9406         * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
9407         as well.  Put memory references in the varargs alias set.
9408         (mips_expand_prologue): Remove varargs handling from here.
9409
9410 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
9411
9412         * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
9413         s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
9414         s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
9415         for function pointer calls.
9416         * config/s390/s390.md ("*negdi2_31"): Likewise.
9417
9418 2003-08-23  Roger Sayle  <roger@eyesopen.com>
9419
9420         * combine.c (apply_distributive_law): Correct comment.
9421
9422 2003-08-23  Jason Eckhardt  <jle@rice.edu>
9423
9424         * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
9425
9426 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9427
9428         * config/i860/i860.c (i860_build_va_list): Create the va_decl
9429         declaration.  Document the va_list structure.
9430         (i860_va_start): Initialize the va_list structure.
9431         (i860_va_arg): Rewrite completely.
9432         * config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
9433         * config/i860/varargs.asm: Do not allocate or initialize
9434         a va_list.  Return the address of the register save area.
9435
9436 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
9437
9438         * config/iq2000/iq2000.c: Fix comment typos.
9439         * config/iq2000/iq2000.md: Likewise.
9440
9441 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
9442
9443         * config/iq2000/iq2000.c: Follow spelling conventions.
9444         * config/iq2000/iq2000.h: Likewise.
9445         * config/mn10300/mn10300.c: Likewise.
9446
9447 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9448
9449         * config/i860/i860.c (output_move_double): Don't set latehalf
9450         to zero for CONST_INT (since it could be, e.g., -1).
9451
9452         * config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
9453         (MODSI3_LIBCALL): ...with this one.
9454         (UREMSI3_LIBCALL): Replace this macro...
9455         (UMODSI3_LIBCALL): ...with this one.
9456
9457 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9458
9459         * config/i860/i860-protos.h (output_delay_insn): Remove prototype.
9460         (output_delayed_branch): Remove prototype.
9461         (single_insn_src_p): Remove prototype.
9462         * config/i860/i860.c (single_insn_src_p): Remove function.
9463         (output_delayed_branch): Remove function.
9464         (output_delay_insn): Remove function.
9465         (va_start): Remove unconditional test and dead code, re-format.
9466         Fix coding style and spelling problems in various comments.
9467         * config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
9468         (blockage pattern): ...and use it here.
9469         (all define_peephole patterns related to delayed branches): Remove.
9470         Fix coding style and spelling problems in various comments.
9471
9472 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9473
9474         * config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
9475         Remove all uses of the PARAMS macro.  Remove superflous prototypes.
9476         Convert all function definitions from traditional to ISO C90 syntax.
9477         * config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
9478         with 'GCC'.  Remove all uses of the PARAMS macro.
9479         * config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
9480         * config/i860/i860.md: Likewise.
9481         * config/i860/sysv4.h: Likewise.
9482         * config/i860/varargs.asm: Likewise.
9483
9484 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9485
9486         * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
9487         argument.
9488         (tdesc_section): Add prototype.
9489         Update copyright dates.
9490         * config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
9491         (TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
9492         (TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
9493         (targetm): Likewise.
9494         (i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
9495         for '%d' where necessary.
9496         (i860_va_start): Remove 'stdarg_p' argument.  Make conditional checks
9497         on 'stdarg_p' unconditional.  Divide current_function_args_info.ints
9498         by UNITS_PER_WORD when referencing (likewise for .floats).
9499         (I860_SVR4_VARARGS): Rename...
9500         (I860_SVR4_VA_LIST): ...to this.
9501         Call build() with 't' rather than 'field'.
9502         (i860_rtx_costs): New function.
9503         (TARGET_RTX_COSTS): Define.
9504         (i860_internal_label): New function.
9505         (TARGET_ASM_INTERNAL_LABEL): Define.
9506         (i860_file_start): New function.
9507         Update copyright dates.
9508         * config/i860/i860.h (CPP_PREDEFINES): Remove.
9509         (TARGET_CPU_CPP_BUILTINS): Define.
9510         (EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
9511         (CONST_COSTS): Remove (and move code to i860_rtx_costs).
9512         (ASM_FILE_START): Remove.
9513         (ASM_FILE_START_1): Remove.
9514         (ASM_GLOBALIZE_LABEL): Remove.
9515         (ASM_OUTPUT_INTERNAL_LABEL): Remove.
9516         (ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
9517         with targetm.asm_out.internal_label.
9518         Update copyright dates.
9519         * config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
9520         (CPP_PREDEFINES): Remove.
9521         (TARGET_OS_CPP_BUILTINS): Define.
9522         (GLOBAL_ASM_OP): Define.
9523         (ASM_FILE_START): Remove.
9524         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
9525         (TARGET_ASM_FILE_START): Define.
9526         Update copyright dates.
9527
9528 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9529
9530         * gcc/config.gcc (i860-*-sysv4*): Add target.
9531         * config/i860/i860-protos.h: New.
9532         * config/i860/i860.c: New.
9533         * config/i860/i860.h: New.
9534         * config/i860/i860.md: New.
9535         * config/i860/sysv4.h: New.
9536         * config/i860/varargs.asm: New.
9537         * config/i860/x-sysv4: New.
9538
9539 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9540
9541         * config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
9542         Remove all uses of PARAMS macro.
9543         Convert all function definitions to ISO C90 syntax.
9544         * config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
9545         * config/pa/fptr.c: Likewise.
9546         * config/pa/lib2funcs.asm: Likewise.
9547         * config/pa/long_double.h: Likewise.
9548         * config/pa/milli64.S: Likewise.
9549         * config/pa/pa-64.h: Likewise.
9550         * config/pa/pa-hpux.h: Likewise.
9551         * config/pa/pa-hpux10.h: Likewise.
9552         * config/pa/pa-hpux11.h: Likewise.
9553         * config/pa/pa-linux.h: Likewise.
9554         * config/pa/pa-modes.def: Likewise.
9555         * config/pa/pa-osf.h: Likewise.
9556         * config/pa/pa-pro-end.h: Likewise.
9557         * config/pa/pa.md: Likewise.
9558         * config/pa/pa32-linux.h: Likewise.
9559         * config/pa/pa64-linux.h: Likewise.
9560         * config/pa/pa64-hpux.h: Likewise.
9561         * config/pa/pa64-regs.h: Likewise.
9562         * config/pa/quadlib.c: Likewise.
9563         * config/pa/rtems.h: Likewise.
9564         * config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
9565         all uses of the PARAMS macro.
9566         * config/pa/pa.h: Likewise.
9567         * config/pa/som.h: Likewise.
9568
9569         * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
9570         Remove all uses of PARAMS macro.
9571         Convert all function definitions to ISO C90 syntax.
9572         * config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
9573         Remove all uses of PARAMS macro.
9574         * config/iq2000.h: Remove all uses of PARAMS macro.
9575         * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
9576
9577 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
9578
9579         * config/s390/s390-protos.h (s390_output_pool_entry): Declare.
9580         * config/s390/s390.c (gen_consttable): Remove.
9581         (s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
9582         (s390_output_pool_entry): New function.
9583         * config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
9584         UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
9585         UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
9586         (UNSPECV_POOL_ENTRY): ... this new constant.
9587         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
9588         "consttable_ti", "consttable_sf", "consttable_df"): Remove ...
9589         ("*pool_entry"): ... and replace by this new insn.
9590         ("literal_pool_31"): Do not emit anchor label if pool empty.
9591
9592         * config/s390/s390.c (struct machine_function): Add save_return_addr_p.
9593         (s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
9594         (s390_fixup_clobbered_return_reg): Remove.
9595         (s390_reorg): Don't call s390_fixup_clobbered_return_reg.
9596         (s390_return_addr_rtx): Always retrieve return address from save area
9597         slot.  Use save_return_addr_p to force slot to be filled.
9598         (s390_emit_prologue): Remove has_hard_reg_initial_val test.
9599
9600 2003-08-22  Chris Demetriou  <cgd@broadcom.com>
9601
9602         * config/mips/mips.h (MASK_FIX_SB1, TARGET_FIX_SB1): New defines.
9603         (TARGET_SWITCHES): Add -mfix-sb1 and -mno-fix-sb1.
9604         * config/mips/mips.md (divdf3, divsf3, sqrtdf2, sqrtsf2): Work
9605         around SB-1 errata if TARGET_FIX_SB1 is set.
9606         (recip.d insn, recip.s insn, rsqrt.d insn, rsqrt.s insn): Likewise.
9607         * doc/invoke.texi: Document MIPS -mfix-sb1 and -mno-fix-sb1.
9608
9609 2003-08-22  Roger Sayle  <roger@eyesopen.com>
9610
9611         * hashtable.c (ht_expand): Avoid calculating rehash for the common
9612         case that the first probe hits an empty hash table slot.
9613
9614 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9615
9616         * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
9617
9618 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9619
9620         * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
9621         (ptr_extend_plus_imm): ... this.
9622         * config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
9623         optimization in C++.
9624         (ia64_output_mi_thunk): Support ILP32 mode.
9625
9626 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
9627
9628         * gcc/config/m68k/m68k.c (m68k_coff_asm_named_section): remove unused
9629         function.
9630         * gcc/config/m68k/m68k.c (-m68k_svr3_asm_out_constructor): likewise.
9631
9632 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
9633
9634         * config/i386/i386.c (const_int_1_operand): Simplify an
9635         integer comparison.
9636
9637 2003-08-22  Alan Modra  <amodra@bigpond.net.au>
9638
9639         * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
9640         * config/rs6000/ppc64-fp.c: Likewise.
9641
9642 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
9643
9644         * cfgcleanup.c: Fix comment typos.
9645         * emit-rtl.c: Likewise.
9646         * optabs.c: Likewise.
9647         * ra-build.c: Likewise.
9648         * rtlanal.c: Likewise.
9649         * tree.h: Likewise.
9650
9651 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
9652
9653         * c-decl.c: Fix comment formatting.
9654         * cfgrtl.c: Likewise.
9655         * combine.c: Likewise.
9656         * convert.c: Likewise.
9657         * dominance.c: Likewise.
9658         * dwarf2out.c: Likewise.
9659         * dwarfout.c: Likewise.
9660         * expmed.c: Likewise.
9661         * fold-const.c: Likewise.
9662         * gcov.c: Likewise.
9663         * genattrtab.c: Likewise.
9664         * ggc-common.c: Likewise.
9665         * mips-tfile.c: Likewise.
9666         * regmove.c: Likewise.
9667
9668 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
9669
9670         * builtin-attrs.def: Fix comment formatting.
9671         * c-pretty-print.c: Likewise.
9672         * diagnostic.h: Likewise.
9673         * langhooks.h: Likewise.
9674         * recog.c: Likewise.
9675         * simplify-rtx.c: Likewise.
9676         * tree.def: Likewise.
9677
9678 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
9679
9680         * config/m68k/m68k-protos.h: Convert to ISO C90.
9681         * config/m68k/m68k.c: Likewise.
9682
9683 2003-08-21  Bernardo Innocenti  <bernie@develer.com>
9684             Paul Dale  <pauli@snapgear.com>
9685             Peter Barada <peter@baradas.org>
9686
9687         * config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
9688         ColdFire cores.
9689
9690 2003-08-21  Zack Weinberg  <zack@codesourcery.com>
9691
9692         * Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
9693         * config.gcc (*-*-openbsd): Don't set tm_file.
9694         (alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
9695         arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
9696         h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
9697         i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
9698         i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
9699         m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
9700         m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
9701         m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
9702         mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
9703         sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
9704         xscale-*-coff): Use explicit and complete lists of target headers
9705         to include.  Move definitions to tm_defines where appropriate.
9706         (hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
9707         not-yet-contributed configuration.
9708
9709         * config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
9710         * config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
9711         * config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
9712         * config/i386/nto.h, config/iq2000/iq2000.h,
9713         * config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
9714         * config/m68k/linux.h, config/m68k/m68k-aout.h
9715         * config/m68k/m68k-none.h, config/m68k/m68kv4.h
9716         * config/m68k/netbsd.h, config/m68k/openbsd.h
9717         * config/m68k/sgs.h, config/mcore/mcore-pe.h,
9718         * config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
9719         * config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
9720         Remove includes of other target config headers, and
9721         definitions of macros moved to tm_defines lists.  Add #undefs
9722         where now necessary to prevent redefinition warnings.
9723
9724         * config/h8300/coff.h: New file split out of...
9725         * config/h8300/elf.h: ...here.
9726         * config/m68k/hp320base.h: New file split out of...
9727         * config/m68k/hp320.h: ...here.
9728         * config/rs6000/lynxbase.h: New file split out of...
9729         * config/rs6000/lynx.h: ...here.
9730
9731         * config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
9732         * config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
9733
9734         * config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
9735         * config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
9736         * config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
9737         Remove unnecessary #ifndef.
9738         * config/s390/s390.h: Prefix #include of s390/fixdfdi.h
9739         [under IN_LIBGCC2] with config/.
9740
9741 2003-08-21  Per Bothner  <pbothner@apple.com>
9742
9743         * cppfiles.c (stack_file):  Correctly pass return_at_eof parameter
9744         to cpp_push_buffer.
9745         * cpplex.c (_cpp_get_fresh_line):  Don't buffer->prev - handled
9746         by return_at_eof check.  Always call _cpp_pop_buffer at end.
9747
9748 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
9749
9750         PR target/11805
9751         * config/h8300/h8300.md (two anonymous patterns): Remove.
9752
9753 2003-08-21  Richard Sandiford  <rsandifo@redhat.com>
9754
9755         * config/mips/mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.
9756         * config/mips/mips.c (function_arg_pass_by_reference): Never return
9757         true for n32 & n64.
9758
9759 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
9760
9761         * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
9762         and similarly in (A | C) == D where C & ~D != 0.
9763
9764 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9765
9766         PR 8180
9767         * configure.in: When testing with_libs and with_headers, treat
9768         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9769         * configure: Regenerate.
9770
9771 2003-08-20  Peter Barada <peter@baradas.org>
9772
9773         * longlong.h (umul_ppmm): Add ColdFire support.
9774
9775 2003-08-20  Peter Barada <peter@baradas.org>
9776             Bernardo Innocenti  <bernie@develer.com>
9777
9778         * config/m68k/m68k-none.h: Introduce new ColdFire archs.
9779         * config/m68k/m68k.h: Likewise.
9780         * config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
9781         * config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
9782         * config/m68k/linux.h: Likewise.
9783         * config/m68k/m68k.c: Likewise.
9784         * config/m68k/m68k.md: Likewise.
9785         * config/m68k/m68kelf.h: Likewise.
9786         * config/m68k/netbsd-elf.h: Likewise.
9787         * config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.
9788
9789 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9790
9791         * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
9792         * config/m68k/m68k.md: Likewise.
9793
9794 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
9795
9796         PR java/11996
9797         Revert this change:
9798         2003-08-19  Mark Mitchell  <mark@codesourcery.com>
9799         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
9800         types with precisions other than those given by native machine
9801         modes.
9802
9803 2003-08-20  Gunther Nikl  <gni@gecko.de>
9804
9805         * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
9806         selected by FSGLMUL_USE_S and FSGLDIV_USE_S
9807         * config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
9808         * config/m68k/m68k.md (anonymous define_insn): Likewise
9809         * config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
9810         * config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
9811         code selected by NO_ASM_FMOVECR
9812
9813 2003-08-20  Gunther Nikl  <gni@gecko.de>
9814
9815         * config/m68k/m68k.c (output_move_const_into_data_reg,
9816         output_move_himode): unify MOTOROLA/MIT handling of moveq
9817         * config/m68k/m68k.md (movsi_const0, anonymous define_insn):
9818         Likewise
9819
9820 2003-08-20  Gunther Nikl  <gni@gecko.de>
9821
9822         * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
9823         label name
9824         * config/m68k/m68k.c (m68k_output_function_epilogue): replace
9825         HOST_WIDE_INT_PRINT_DEC with %wd
9826
9827 2003-08-20  Loren James Rittle  <ljrittle@acm.org>
9828
9829         * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
9830         redefine warning.
9831
9832 2003-08-20  Roger Sayle  <roger@eyesopen.com>
9833
9834         PR middle-end/11984
9835         * fold-const.c (fold <PLUS_EXPR>): Check for integer constant
9836         operands before calling tree_int_cst_lt when performing associative
9837         transformations.
9838
9839 2003-08-20  Jason Merrill  <jason@redhat.com>
9840
9841         * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
9842         (EXPR_CHECK): Don't check for 'r' or 's' if we're
9843         checking IS_EXPR_CODE_CLASS.
9844         * calls.c (calls_function_1): Likewise.
9845         * fold-const.c (fold): Likewise.
9846         * tree.c (iterative_hash_expr): Likewise.
9847         * tree-inline.c (walk_tree, copy_tree_r): Likewise.
9848
9849 2003-08-20  Gunther Nikl  <gni@gecko.de>
9850
9851         * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
9852         depending on MOTOROLA_BSR
9853         * config/m68k/m68k.md (anonymous define_insn): Likewise
9854
9855 2003-08-20  Jason Merrill  <jason@redhat.com>
9856
9857         * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
9858         (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
9859         fold_trunc_transparent_mathfn, fold_builtin): Likewise.
9860         * dojump.c (do_jump): Likewise.
9861         * fold-const.c (operand_equal_p, fold): Likewise.
9862         (tree_expr_nonnegative_p): Likewise.
9863
9864         * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
9865         TYPE_USER_ALIGN for FIELD_DECLs.
9866
9867         * attribs.c (decl_attributes): Rebuild the function pointer type after
9868         changing the target type.
9869         * tree.c (get_qualified_type): Also check that the attributes match.
9870
9871 2003-08-19  Matt Kraai  <kraai@alumni.cmu.edu>
9872
9873         * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
9874         * objc/config-lang.in (stagestuff): ... to here.
9875
9876 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
9877
9878         PR c++/11946
9879         * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
9880         NOP_EXPR) when necessary.
9881         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
9882         types with precisions other than those given by native machine
9883         modes.
9884
9885 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9886
9887         * cpppch.c (cpp_valid_state): Re-add warning about PCH not used
9888         because some macro is defined.
9889
9890         * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
9891         options.
9892         * config/i386/darwin.h (ASM_SPEC): New.
9893         (SUBTARGET_EXTRA_SPECS): New.
9894         * config/rs6000/darwin.h (ASM_SPEC): New.
9895         (SUBTARGET_EXTRA_SPECS): New.
9896         * configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
9897         a cross-compiler between two different processors on Darwin.
9898         * configure: Regenerate.
9899
9900 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
9901
9902         * builtins.c: Fix comment typos.
9903         * c-common.c: Likewise.
9904         * c-decl.c: Likewise.
9905         * c-pretty-print.c: Likewise.
9906         * cfgbuild.c: Likewise.
9907         * cfglayout.c: Likewise.
9908         * cfgloopanal.c: Likewise.
9909         * cgraphunit.c: Likewise.
9910         * cppfiles.c: Likewise.
9911         * dwarfout.c: Likewise.
9912         * expr.c: Likewise.
9913         * fold-const.c: Likewise.
9914         * gcse.c: Likewise.
9915         * ggc-page.c: Likewise.
9916         * haifa-sched.c: Likewise.
9917         * pretty-print.c: Likewise.
9918         * tree.c: Likewise.
9919         * tree.h: Likewise.
9920         * value-prof.c: Likewise.
9921
9922 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
9923
9924         * c-decl.c: Follow spelling conventions.
9925         * cppfiles.c: Likewise.
9926
9927 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
9928
9929         * c-common.c: Fix comment formatting.
9930         * c-common.h: Likewise.
9931         * c-decl.c: Likewise.
9932         * cppinit.c: Likewise.
9933         * cpplib.h: Likewise.
9934         * emit-rtl.c: Likewise.
9935         * input.h: Likewise.
9936         * line-map.h: Likewise.
9937         * opts.c: Likewise.
9938         * opts.h: Likewise.
9939         * simplify-rtx.c: Likewise.
9940
9941 2003-08-19  Daniel Jacobowitz  <drow@mvista.com>
9942
9943         * unwind-c.c: Add libgcc-style exception.
9944         * unwind-dw2.c: Likewise.
9945         * unwind-pe.h: Likewise.
9946         * unwind-sjlj.c: Likewise.
9947         * unwind.inc: Likewise.
9948
9949 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9950
9951         PR c/5582 PR c++/10538
9952         * langhooks-def.h (lhd_decl_uninit): Declare.
9953         (LANG_HOOKS_DECL_UNINIT): New macro.
9954         (LANG_HOOKS_INITIALIZER): Adjust.
9955         * langhooks.h (struct lang_hooks): Add new field
9956         decl_uninit.
9957         * langhooks.c (lhd_decl_uninit): Define.
9958         * c-common.c (c_decl_uninit_1): New function.
9959         (c_decl_uninit): New function.
9960         (warn_init_self): Define.
9961         * c-common.h (c_decl_uninit): Declare.
9962         (warn_init_self): Declare.
9963         * c.opt: Introduce -Winit-self.
9964         * c-opts.c (c_common_handle_options): Set warn_init_self.
9965         * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
9966         * objc/objc-lang.c  (LANG_HOOKS_DECL_UNINIT): Define.
9967         * function.c (uninitialized_vars_warning): Call the language hook.
9968         * doc/invoke.texi: Document -Winit-self.
9969
9970 2003-08-19  Chris Demetriou  <cgd@broadcom.com>
9971
9972         * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
9973         to use better predicates and constraints.  Define new
9974         instruction to handle "trap_if" with DI-mode arguments.
9975         (conditional_trap): FAIL if trap code is not 0.
9976
9977 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9978
9979         * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
9980         strstr with $pb to a strcompare with "<pic base>"
9981         (ix86_output_addr_diff_elt): Output the real pic base.
9982
9983 2003-08-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9984
9985         * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
9986         (LANG_HOOKS_INITIALIZER): Correct.
9987         * c-lang.c: Likewise.
9988
9989 2003-08-19  Jan Hubicka  <jh@suse.cz>
9990
9991         * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
9992         (cgraph_varpool_mark_needed_node): Likewise.
9993         * cgraph.h (notice_global_symbol): Declare
9994         * varasm.c (notice_global_symbol): Break out from ...
9995         (assemble_start_function): ... here; update for variables.
9996         (assemble_variable): Use notice_global_symbol.
9997
9998 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
9999
10000         * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
10001         expect SFmode and DFmode arguments to be passed in FPRs,
10002         regardless of the underlying type.
10003
10004 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
10005
10006         PR target/11924
10007         * config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
10008         (mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.
10009
10010 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
10011
10012         PR c/11207
10013         * c-typeck.c (set_init_index): Check for negative index.
10014
10015 2003-08-18  Bob Wilson  <bob.wilson@acm.org>
10016
10017         * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
10018         call0 ABI.
10019         * config/xtensa/crtn.asm (_init, _fini): Likewise.
10020         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
10021         __umodsi3, __modsi3): Likewise.
10022         * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
10023         $(INCLUDES).
10024
10025 2003-08-18  Aldy Hernandez  <aldyh@redhat.com>
10026
10027         * config/rs6000/spe.md ("*nabssf2_gpr"): New.
10028
10029 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
10030
10031         * config/mips/mips.md: Quote C code in braces.  Remove use of
10032         fake const0_rtx operands.  Remove double backslashes.  Use \;.
10033         Remove workarounds for bogus warnings.
10034
10035 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
10036
10037         * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
10038         (muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
10039         rather than TARGET_MIPS4300.
10040         (mulsf3_internal, mulsf3_r4300): Likewise.
10041
10042 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
10043
10044         * config/mips/mips.md: Renumber unspecs.  Clean up comments.
10045
10046 2003-08-17  Roger Sayle  <roger@eyesopen.com>
10047
10048         * simplify-rtx.c (associative_constant_p): New function to test
10049         whether an RTX expression is an immediate constant.
10050         (simplify_associative_operation): New function to perform some
10051         reassociation optimizations of associative binary expressions.
10052         (simplify_binary_operation): Use simplify_associative_operation
10053         to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
10054         Floating point expressions are only reassociated when unsafe
10055         math optimizations are permitted.
10056
10057 2003-08-17  Andreas Jaeger  <aj@suse.de>
10058
10059         * config/alpha/alpha.md: Remove usage of PARAMS.
10060
10061         * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
10062         * config/i386/i386-interix.h: Likewise.
10063         * config/i386/winnt.c: Likewise.
10064         * config/i386/cygming.h: Likewise.
10065         * config/i386/cygwin2.c: Likewise.
10066         * config/darwin.c: Likewise.
10067         * config/darwin-c.c: Likewise.
10068         * config/darwin-protos.h: Likewise.
10069         * config/darwin.h: Likewise.
10070         * config/s390/s390-protos.h: Likewise.
10071         * config/s390/s390.c: Likewise.
10072         * config/ia64/ia64.c: Likewse
10073         * config/ia64/ia64-protos.h: Likewise.
10074         * config/ia64/ia64-c.c: Likewise.
10075
10076 2003-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10077
10078         * config/sparc/sparc.c: Convert to ISO C.
10079
10080         * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
10081         * config/sparc/sparc.c: Likewise.
10082
10083 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
10084
10085         PR c++/11512
10086         * stmt.c (expand_expr_stmt_value): Don't warn about any void
10087         typed expression.
10088
10089 2003-08-16  Jan Hubicka  <jh@suse.cz>
10090
10091         * i386.c (ix86_fntype_regparm): Rename from ...
10092         (ix86_function_regparm): ... this one; add fastcall and local
10093         functions.
10094         (ix86_function_ok_for_sibcall): Update.
10095         (ix86_return_pops_args): Likewise.
10096         (init_cumulative_args): Likewise.
10097         (x86_can_output_mi_thunk): Likewise.
10098         (function_arg): Fix formating.
10099         (x86_this_parameter): Fix fastcall.
10100         (x86_output_mi_thunk): Likewise.
10101
10102         * cgraph.c (cgraph_mark_needed_node): Do not mark functions without
10103         body as reachable; mark nested functions as needed too.
10104         (dump_cgraph): Do not output global.calls.
10105         * cgraph.h (cgraph_global_info): Kill.
10106         * cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
10107         (record_call_1): Speedup.
10108         (cgraph_analyze_function): Break out from ...; compute inlining
10109         parameters.
10110         (cgraph_finalize_compilation_unit): ... here.
10111         (cgraph_mark_inline): Kill computation of calls.
10112         (cgraph_decide_inlining): Do not compute most of initial values.
10113
10114 2003-08-14  Roger Sayle  <roger@eyesopen.com>
10115
10116         * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
10117         to negate if either operand is easy to negate, if we don't care
10118         about sign-dependent rounding.
10119         (negate_expr): Make the logic to negate a REAL_CST explicit.
10120         Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
10121         that's easy to negate, if we don't honor sign-dependent rounding.
10122         (fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
10123         negate, and the symmetric A * -B as -A * B if A is easy to negate.
10124         (fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
10125         -C/D if B and C are cheap to negate.  Add an explicit rule to
10126         optimize X/-1.0 as -X when we don't care about signaling NaNs.
10127
10128 2003-08-14  Zack Weinberg  <zack@codesourcery.com>
10129
10130         * Makefile.in (tm_file): Rename tm_include_list.
10131         (tm_p_file): Rename tm_p_include_list.
10132         (build_xm_file): Rename build_xm_include_list.
10133         (host_xm_file): Rename host_xm_include_list.
10134         (xm_file): Rename xm_include_list.
10135         (xm_file_list): Add to be substituted.
10136         (cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
10137         Update to match.
10138         (bt-load.o): Add missing dependency on $(TM_H).
10139         * configure.in: Prefix value of EXTRA_MODES_FILE with config/.
10140         For each of tm_file, tm_p_file, xm_file, host_xm_file, and
10141         build_xm_file, generate both *_file_list and *_include_list
10142         values from it.  (xm_file_list was formerly not being generated.)
10143         In *_include_list, prefix the names of all headers found in
10144         $(srcdir)/config with config/.  In each loop, consider only
10145         the special case files that can actually appear in that list.
10146         AC_SUBST all *_file_list and all *_include_list variables; do
10147         not AC_SUBST the plain *_file variables.
10148         * configure: Regenerate.
10149
10150 2003-08-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10151
10152         * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
10153
10154 2003-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10155
10156         * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
10157         direct calls.
10158         (attr_length_call): Include it here.  Improve length estimate for
10159         local calls.
10160         (output_call): Use targetm.binds_local_p.
10161
10162 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10163
10164         * builtins.c (CASE_MATHFN): New helper macro.
10165         (mathfn_built_in): Simplify and sort.
10166
10167         * protoize.c (substr): Delete, callers changed to `strstr'.
10168
10169 2003-08-13  Zack Weinberg  <zack@codesourcery.com>
10170
10171         * config.gcc (iq2000*-*-elf*): Don't set xm_file.
10172         * config/iq2000/xm-iq2000.h: Delete file.
10173
10174 2003-08-13  Geoffrey Keating  <geoffk@apple.com>
10175
10176         * gengtype.c (walk_type): Process a subobject before processing
10177         the pointer that points to the subobject.
10178
10179 2003-08-13  Per Bothner  <pbothner@apple.com>
10180
10181         * regclass.c (init_reg_modes):  Make non-static.
10182         Rename to init_reg_modes_once per new naming convention.
10183         (init_regs):  Don't call init_reg_modes here.
10184         * emit-rtl.c (init_emit_once):  Call init_reg_modes_once here instead.
10185         * rtl.h (init_reg_modes_once):  New declaration.
10186         * toplev.c (backend_init):  Call init_regs after init_emit_once.
10187
10188 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
10189
10190         * config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
10191         special index for MD_FALLBACK_FRAME_STATE_FOR to itself.
10192
10193 2003-08-13  J"orn Rennecke <joern.rennecke@superh.com>
10194
10195         * sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
10196         * sh.md (load_ra): Change insn predicate to TARGET_SH1.
10197
10198 2003-08-13  Dale Johannesen  <dalej@apple.com>
10199
10200         * config/rs6000/rs6000.md (ctrsi, ctrdi):  Reenable
10201         handling of decrement-and-branch farther than 32 bits.
10202
10203 2003-08-12  Kelley Cook  <kelleycook@wideopenwest.com>
10204
10205         * configure.in (make_compare_target): Move test to ...
10206         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
10207         * configure: Regenerate.
10208
10209 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
10210
10211         * config/mips/iris6.h: Convert to C90 prototypes.
10212         * config/mips/irix6-libc-compat.c: Likewise.
10213         * config/mips/mips-protos.h: Likewise.
10214         * config/mips/mips.c: Likewise.
10215
10216 2003-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10217
10218         fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.  Enable
10219         for selected machines.  Comment heavily.
10220         fixinc/fixincl.x: Rebuild.
10221         fixinc/tests/base/fs/rfs/rf_cache.h: New file.
10222
10223 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
10224
10225         * config/mips/mips.h: Tweak various comments.
10226         * config/mips/mips.c: Likewise.
10227
10228 2003-08-11  James E Wilson  <wilson@tuliptree.org>
10229
10230         PR optimization/11319
10231         PR target/10021
10232         * alias.c (find_base_value, case REG): Return 0 not src if no base
10233         found.
10234
10235 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10236
10237         * gcse.c (gmalloc): Fix last change.
10238
10239 2003-08-11  Roger Sayle  <roger@eyesopen.com>
10240
10241         * simplify-rtx.c (simplify_binary_operation): Replace calls to
10242         gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
10243         and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
10244         gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.
10245
10246 2003-08-11  Roger Sayle  <roger@eyesopen.com>
10247
10248         * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
10249         * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
10250         typecode for an ABS_EXPR.
10251
10252         * doc/c-tree.texi: Document ABS_EXPR.
10253
10254 2003-08-11  Roger Sayle  <roger@eyesopen.com>
10255
10256         * fold-const.c (fold): Optimize any associative floating point
10257         operator with -funsafe-math-optimizations, not just MULT_EXPR.
10258
10259 2003-08-11  Kaz Kojima  <kkojima@gcc.gnu.org>
10260
10261         * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
10262         information in SHmedia case too.
10263         (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
10264         Likewise.
10265         (__set_fpscr): Use an access via GOT for PIC case.
10266
10267 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
10268
10269         * configure.in (intermodule): Make switch test more portable.
10270         * configure: Regenerate.
10271
10272 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
10273
10274         * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
10275         (restrap): Likewise.
10276
10277 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10278
10279         * gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
10280         (grealloc): Size argument is a size_t.
10281         (gcalloc): New function.  Use throughout in lieu of
10282         gmalloc/memset.
10283
10284         * config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
10285         xmalloc/memset.
10286         * config/ia64/ia64.c (ia64_reorg): Likewise.
10287         * conflict.c (conflict_graph_new): Likewise.
10288         * fixinc/fixincl.c (run_compiles): Likewise.
10289         * genattrtab.c (optimize_attrs): Likewise.
10290         * genrecog.c (new_decision): Likewise.
10291         * haifa-sched.c (schedule_block): Likewise.
10292         * hashtable.c (ht_create): Likewise.
10293
10294 2003-08-11  Bob Wilson  <bob.wilson@acm.org>
10295
10296         * config/xtensa/lib2funcs.S: Fix whitespace.
10297         * config/xtensa/xtensa.md (all insns and expanders): Use brace block
10298         syntax where appropriate.  Remove unnecessary backslash escapes.
10299         Reformat comments and fix some code formatting.
10300         (extendqisi2): Rearrange conditional.
10301         (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
10302         *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
10303         of fatal_insn.
10304
10305 2003-08-11  Richard Sandiford  <rsandifo@redhat.com>
10306
10307         * config/mips/mips.c: Various formatting fixes.
10308         (override_options): Resync -mtune handling with gas.
10309         (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
10310         * config/mips/mips.h: More formatting fixes.
10311         (mips_abi): Move declaration.
10312         * config/mips/mips.md (exception_receiver): Add mode to
10313         unspec_volatile.
10314
10315 2003-08-11  Aldy Hernandez  <aldyh@redhat.com>
10316
10317         * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
10318         evsplatfi here.
10319         (bdesc_1arg): Remove evsplati and evsplatfi.
10320
10321 2003-08-11  J"orn Rennecke <joern.rennecke@superh.com>
10322
10323         * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
10324         into account.
10325
10326 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10327
10328         * builtins.c (expand_builtin_strcat): Optimize constant strings.
10329
10330 2003-08-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10331
10332         * pretty-print.c (pp_base_indent): Rename from pp_indent.
10333         * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
10334         (struct c_pretty_print_info): Add more fields.
10335         (pp_c_left_paren): Move to c-pretty-print.c.
10336         (pp_c_right_paren): Likewise.
10337         (pp_c_left_brace): Likewise.
10338         (pp_c_right_brace): Likewise.
10339         (pp_c_left_bracket): Likewise.
10340         (pp_c_right_bracket): Likewise.
10341         (pp_c_declarator): Declare.
10342         (pp_c_direct_declarator): Likewise.
10343         (pp_c_specifier_qualifier_list): Likewise.
10344         (pp_c_type_id): Likewise.
10345         * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
10346         (pp_c_type_qualifier_list): New.
10347         (pp_c_pointer): Likewise.
10348         (pp_c_parameter_type_list): Likewise.
10349         (pp_c_function_definition): Likewise.
10350         (pp_c_id_expression): Likewise.
10351         (pp_c_simple_type_specifier): Tidy.
10352         (pp_c_unary_expression): Likewise.
10353         (pp_c_expression): Likewise.
10354         (pp_c_pretty_printer_init): Likewise.
10355         (pp_c_specifier_qualifier_list): Rework..
10356         (pp_c_abstract_declarator): Likewise.
10357         (pp_c_postfix_expression): Likewise.
10358         (pp_c_primary_expression): Likewise.
10359         (pp_c_cast_expression): Likewise.
10360         (pp_c_direct_abstract_declarator): Likewise.
10361         (pp_c_storage_class_specifier): Likewise.
10362         (pp_c_function_specifier): Likewise.
10363         (pp_c_declaration_specifiers): Likewise.
10364         (pp_c_direct_declarator): Likewise.
10365         (pp_c_declarator): Likewise.
10366         (pp_c_declaration): Likewise.
10367         (pp_c_statement): Likewise.
10368         (pp_c_integer_constant): Rename from pp_c_integer_literal.
10369         (pp_c_character_constant): Rename from pp_c_character_literal.
10370         (pp_c_bool_constant): Rename from pp_c_bool_literal.
10371         (pp_c_enumeration_constant): Rename from pp_c_enumerator.
10372         (pp_c_floating_constant): Rename from pp_c_real_literal.
10373         (pp_c_constant): Rename from pp_c_literal.
10374         * c-lang.c: Include diagnostic.h and c-pretty-print.h
10375         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
10376         (c_initialize_diagnostics): New.
10377         * Makefile.in (c-lang.o): Update dependency.
10378
10379 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10380
10381         * c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
10382
10383 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
10384
10385         * config/mips/mips.c (mips_no_mips16_string): Remove.
10386         (override_options): Don't handle -mips16 as part of -mipsN.
10387         * config/mips/mips.h (mips_no_mips16_string): Remove declaration.
10388         (TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
10389         (TARGET_OPTIONS): Remove -mno-mips16.
10390
10391 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
10392
10393         * config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
10394         (coprocessor2_operand): Likewise.
10395         * config/mips/mips.c (STAB_CODE_TYPE): Remove.
10396         (lookup_name): Remove declaration.
10397         (abort_with_insn): Remove.  Replace all uses with fatal_insn.
10398         (mips16, mips_abicalls): Remove.
10399         (mips_char_to_class): Remove initialiser: all entries are NO_REGS.
10400         (arith32_operand, large_int, true_reg_or_0_operand): Remove.
10401         (coprocessor_operand, coprocessor2_operand): Remove.
10402         (override_options): Don't set mips16 or mips_abicalls.
10403         (print_operand): Don't expect SIGN_EXTEND operands.
10404         (mips_secondary_reload_class): Likewise.
10405         (mips_output_conditional_branch): Remove disabled long-branch code.
10406         * config/mips/mips.h (call_used_regs): Remove declaration.
10407         (may_call_alloca): Likewise.
10408         (mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
10409         (mips_abicalls, mips16): Remove declarations.
10410         (ASM_FINAL_SPEC, LIB_SPEC): Remove.
10411         (CC1_SPEC): Remove outdated comment.
10412         (MIPS_VERSION, MACHINE_TYPE): Remove.
10413         (TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
10414         (PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
10415         (STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
10416         (PUSH_ROUNDING): Likewise.
10417         (ASSEMBLER_SCRATCH_REGNUM): Remove.
10418         * config/mips/mips.md: Replace mips_cpu_attr with mips_tune
10419         and mips16 with TARGET_MIPS16.
10420
10421 2003-08-09  Per Bothner  <pbothner@apple.com>
10422
10423         * cppinit.c (cpp_read_main_file):  Split out source-independent
10424         initialization to separate function ...
10425         (cpp_post_options):  New function.
10426         * cppfiles.c (cpp_stack_file):  Rename public name to ...
10427         (_cpp_stack_file):  New internal function name.
10428         * cpplib.h:  Update accordingly.
10429         * cppinit.c:  (cpp_create_reader):  Initialize cpp_readers line here.
10430         (cpp_read_main_file):  Don't initialize line here.
10431         * c-opts.c (c_common_post_options):  Call cpp_post_options.
10432         (c_common_parse_file):  Call cpp_read_main_file, not cpp_stack_file.
10433         * fix-header.c (read_scan_file):  Call cpp_post_options.
10434
10435 2003-08-09  Per Bothner  <per@bothner.com>
10436
10437         * c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.
10438
10439 2003-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10440
10441         * pa.c (pa_asm_output_mi_thunk): Fix typo.
10442
10443 2003-08-09  Neil Booth  <neil@daikokuya.co.uk>
10444
10445         PR preprocessor/11839
10446         * cppfiles.c (open_file): Handle ENOTDIR.
10447
10448 2003-08-09  Richard Sandiford  <rsandifo@redhat.com>
10449
10450         PR target/11699
10451         * config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.
10452
10453 2003-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10454
10455         * pa.md (extzv, extv, insv): Fix operand limit checks.  Fail if
10456         source/destination is not a register operand.
10457
10458 2003-08-08  Richard Henderson  <rth@redhat.com>
10459
10460         PR target/11535
10461         * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
10462         RETURN_ADDRESS_POINTER_REGNUM.
10463         (ia64_expand_prologue): Don't frob it.
10464         (ia64_output_function_epilogue): Likewise.
10465         (ia64_return_addr_rtx): New.
10466         (ia64_split_return_addr_rtx): New.
10467         * config/ia64/ia64-protos.h: Update.
10468         * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
10469         (RETURN_ADDRESS_POINTER_REGNUM): Remove.
10470         (GENERAL_REGNO_P): Don't check it.
10471         (AR_*_REGNUM): Renumber.
10472         (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10473         (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
10474         (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
10475         (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
10476         (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
10477         * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
10478         (movdi_ret_addr): New.
10479
10480 2003-08-08  Geoffrey Keating  <geoffk@apple.com>
10481
10482         * config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
10483
10484 2003-08-08  Roger Sayle  <roger@eyesopen.com>
10485
10486         * tree.h (get_identifier) Define a macro form of get_identifier
10487         that calls get_identifier_with_length when the string is constant.
10488         (get_identifier_with_length): Change type of second argument to
10489         size_t in prototype.
10490         * stringpool.c (get_identifier): Undefine the macro before giving
10491         the function definition.
10492         (get_identifier_with_length): Change  type of second argument to
10493         size_t in function definition.
10494         * hashtable.c (calc_hash): Change type of second argument to size_t.
10495         (ht_lookup): Change type of third argument to size_t.  Reorganize
10496         to speed-up the cases where the hash table slot is empty, or the
10497         first probe matches (i.e. there isn't a collision).
10498         * hashtable.h (ht_lookup): Adjust function prototype.
10499
10500 2003-08-08  Bernardo Innocenti  <bernie@develer.com>
10501
10502         PR target/9697
10503         PR target/11777
10504         * longlong.h (count_leading_zeros): Exclude on __mcpu32__.
10505
10506 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
10507
10508         * common.opt: Add debug switches.
10509         * flags.h (use_gnu_debug_info_extensions): Boolify.
10510         * opts.c (write_symbols, debug_info_level,
10511         use_gnu_debug_info_extensions): Move from toplev.c.
10512         (set_debug_level): New.
10513         (common_handle_options): Handle debug switches.
10514         (print_help): Display target options directly.
10515         * toplev.c (debug_hooks): Don't initialize.
10516         (write_symbols, debug_info_level,
10517         use_gnu_debug_info_extensions): Move to opts.c.
10518         (debug_args, display_help, decode_g_option): Remove.
10519         (process_options): Set no debug if level zero here,
10520         and no-debug-hooks.  Error here if impossible debug format selected.
10521         * toplev.h (display_help, decode_g_option): Remove.
10522
10523 2003-08-08  Richard Sandiford  <rsandifo@redhat.com>
10524
10525         * tree.c (get_file_function_name_long): Fix size of alloca() area.
10526
10527 2003-08-08  Kelley Cook  <kelleycook@wideopenwest.com>
10528
10529         * configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
10530         and gcc_cv_prog_cmp_skip.
10531         * configure: Regenerate.
10532
10533 2003-08-08  Stan Cox  <scox@redhat.com>
10534
10535         * config/iq2000: New port.
10536         * config.gcc (iq2000-*-elf): Added.
10537         * doc/install.texi (Specific):  Add iq2000 description.
10538
10539 2003-08-08  Andreas Schwab  <schwab@suse.de>
10540
10541         * configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
10542         and insert missing empty argument.
10543         * configure: Regenerate.
10544
10545 2003-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10546
10547         * pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
10548         (attr_length_millicode_call): Likewise.
10549         (attr_length_call): Likewise.  Revise some maximum insn lengths.
10550         (attr_length_indirect_call): Likewise.
10551         (output_call): Fix thinko that added extra nop.
10552         * pa.h (IN_NAMED_SECTION_P): Define.
10553
10554         PR c++/11712
10555         * pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
10556         __STDC_EXT__ when using C++ dialect.
10557
10558 2003-08-07  J"orn Rennecke <joern.rennecke@superh.com>
10559
10560         * sh.c (calc_live_regs): If the return address pointer is live,
10561         force pr live.
10562         (sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
10563         for saves / restores.
10564         (sh_expand_epilogue): If sh_media_register_for_return returns a
10565         register number, flag the instructions that restores PR_MEDIA_REG
10566         as possibly dead.
10567         Remove dead update of offset.
10568         (sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
10569         we can use the result of get_hard_reg_initial_val.
10570         * sh.md (UNSPEC_RA): New constant.
10571         (movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
10572         (load_ra).  Handle UNSPEC_RA.
10573         (sibcall_media): Use PR_MEDIA_REG.
10574
10575         * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
10576         * sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
10577         needs saving on SHmedia.
10578
10579 2003-08-07  Ulrich Weigand  <uweigand@de.ibm.com>
10580
10581         * config/s390/s390.md: Replace all occurrences of \\t with \t.
10582
10583 2003-08-07  Richard Sandiford  <rsandifo@redhat.com>
10584
10585         * local-alloc.c (combine_regs): Fix comment typo.
10586
10587 2003-08-06  Zack Weinberg  <zack@codesourcery.com>
10588
10589         * c-decl.c (builtin_decls): Replace with first_builtin_decl
10590         and last_builtin_decl.
10591         (c_init_decl_processing): Initialize both.
10592         (c_reset_state): Iterate from first_builtin_decl to
10593         last_builtin_decl inclusive to reintroduce builtins.
10594
10595 2003-08-06  David Mosberger  <davidm@hpl.hp.com>
10596
10597         * doc/extend.texi (Function Attributes): Document the IA-64 version
10598         of the "model" attribute.
10599
10600         * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
10601         (SYMBOL_REF_SMALL_ADDR_P): Ditto.
10602         (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
10603
10604         * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
10605         (ia64_encode_section_info): Likewise.
10606         (ia64_attribute_table): Add "model" attribute.
10607         (TARGET_ENCODE_SECTION_INFO): Define.
10608         (small_addr_symbolic_operand): New function.
10609         (got_symbolic_operand): Return 0 for a symbolref to an object
10610         in the small address area.
10611         (enum ia64_addr_area): New type.
10612         (small_ident1): New variable.
10613         (small_ident2): Likewise.
10614         (init_idents): New function.
10615         (ia64_get_addr_area): Likewise.
10616         (ia64_encode_addr_area): Likewise.
10617         (ia64_encode_section_info): Likewise.
10618         (ia64_expand_load_address): For symbolic references to objects in
10619         the small-address-area, load the address via gen_rtx_SET() (which,
10620         eventually, will expand into "addl").
10621
10622 2003-08-06  Per Bothner  <pbothner@apple.com>
10623
10624         * line-map.h (fileline):  New typedef.
10625         (struct line_map, linemap_add, linemap_lookup):  Use it.
10626         * input.h (struct location_s):  Comment notes that long-term we want
10627         to replace it by fileline.
10628
10629 2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>
10630
10631         Fix SHcompact exception handling:
10632         * sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
10633         by the prologue, return a MEM with return_address_pointer_rtx
10634         as address.
10635         * sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
10636         (RETURN_ADDR_OFFSET): Don't define.
10637         (SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
10638         registers that are visible in compact mode.  Show that SHmedia
10639         registers still exist in compact mode, even if there are not
10640         readily accessible.
10641         (ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
10642         if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
10643         and DW_EH_PE_pcrel for pic data.
10644         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
10645         set SYMBOL_FLAG_FUNCTION in symbol, and actually use
10646         DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
10647         (ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
10648         * sh.md (movsi_media-1): New splitter.
10649
10650 2003-08-06  Graeme Peterson <gp@qnx.com>
10651
10652         * config/i386/nto.h: New.
10653         * config/i386/t-nto: New.
10654         * config.gcc (i[34567]86-*-nto-qnx*): New.
10655
10656 2003-08-06  Phil Edwards  <pme@gcc.gnu.org>
10657
10658         * doc/install.texi (*-*-solaris2*):  Refine configure instructions.
10659
10660 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
10661
10662         * calls.c (load_register_parameters): Arrange for call_fusage to
10663         report the whole register as used when shifting to the msb.
10664
10665 2003-08-05  Roger Sayle  <roger@eyesopen.com>
10666
10667         * builtins.c (expand_builtin): When not optimizing, call the library
10668         function for all builtins that have library functions (except alloca).
10669
10670 2003-08-05  Alexandre Oliva  <aoliva@redhat.com>
10671
10672         * c.opt: Introduce -fworking-directory.
10673         * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
10674         * c-common.h (flag_working_directory): Declare.
10675         * c-common.c (flag_working_directory): Define.
10676         * c-opts.c (c_common_handle_options): Set it.
10677         (sanitize_cpp_opts): Set...
10678         * cpplib.h (struct cpp_options): ... working_directory option.
10679         (struct cpp_callbacks): Add dir_change.
10680         * cppinit.c (read_original_filename): Call...
10681         (read_original_directory): New.  Look for # 1 "directory//"
10682         and process it.
10683         (cpp_read_main_file): Call dir_change callback if working_directory
10684         option is set.
10685         * gcc.c (cpp_unique_options): Pass -g*.
10686         * c-lex.c (cb_dir_change): New.
10687         (init_c_lex): Set dir_change callback.
10688         * toplev.c (src_pwd): New static variable.
10689         (set_src_pwd, get_src_pwd): New functions.
10690         * toplev.h (get_src_pwd, set_src_pwd): Declare.
10691         * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
10692         * dwarf2out.c (gen_compile_unit_die): Likewise.
10693         * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
10694
10695 2003-08-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10696
10697         * pretty-print.h (pp_set_line_maximum_length): Make macro.
10698         (pp_set_prefix): Likewise.
10699         (pp_destroy_prefix): Likewise.
10700         (pp_remaining_character_count_for_line): Likewise.
10701         (pp_clear_output_area): Likewise.
10702         (pp_formatted_text): Likewise.
10703         (pp_last_position_in_text): Likewise.
10704         (pp_emit_prefix): Likewise.
10705         (pp_append_text): Likewise.
10706         (pp_flush): Likewise.
10707         (pp_format_text): Likewise.
10708         (pp_format_verbatim): Likewise.
10709         (pp_tree_identifier): Tidy.
10710         * pretty-print.c (pp_base_format_text): Rename from pp_format_text.
10711         (pp_base_format_verbatim): Rename from pp_format_verbatim.
10712         (pp_base_flush): Rename from pp_flush.
10713         (pp_base_set_line_maximum_length): Rename from
10714         pp_set_line_maximum_length.
10715         (pp_base_clear_output_area): Rename from pp_clear_output_area.
10716         (pp_base_set_prefix): Rename from pp_set_prefix.
10717         (pp_base_destroy_prefix): Rename from pp_destroy_prefix.
10718         (pp_base_emit_prefix): Rename from pp_emit_prefix.
10719         (pp_base_append_text): Rename from pp_append_text.
10720         (pp_base_formatted_text): Rename from pp_formatted_text.
10721         (pp_base_last_position_in_text): Rename from pp_last_position_in_text.
10722         (pp_base_remaining_character_count_for_line): Rename from
10723         pp_remaining_character_count_for_line.
10724         * diagnostic.h (diagnostic_format_decoder): Tidy.
10725         (diagnostic_flush_buffer): Likewise.
10726         * c-pretty-print.h: (pp_c_string_literal): Declare.
10727         (pp_c_real_literal): Likewise.
10728         (pp_c_integer_literal): Likewise.
10729         * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
10730         pp_identifier.
10731         (pp_c_character_literal): Tidy.
10732         (pp_c_string_literal): Make public.
10733         (pp_c_bool_literal): Likewise.
10734         (pp_c_integer_literal): Likewise.
10735         (pp_c_real_literal): Likewise.
10736
10737         * Makefile.in (C_PRETTY_PRINT_H): New variable.
10738         (c-pretty-print.o): Update dependence.
10739
10740 2003-08-05  Chris Demetriou  <cgd@broadcom.com>
10741
10742         * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
10743         ".set nomacro" state.
10744         (fix_truncsfsi2_macro): Likewise.
10745
10746 2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>
10747
10748         * tree.h (DID_INLINE_FUNC): Remove macro.
10749         (DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
10750         add tree check for FUNCTION_DECL.
10751         (DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
10752         (struct tree_decl): Rename inlined_function_flag to
10753         declared_inline_flag.
10754         * c-common.h (c_lang_decl): Remove.
10755         (DECL_ESTIMATED_INSNS): Remove.
10756         * c-tree.h (struct lang_decl): Don't include c_lang_decl.
10757         (DECL_DECLARED_INLINE_P): Remove.
10758         * c-decl.c (grokdeclarator): Update comment.  With -finline-functions,
10759         do not reset DECL_DECLARED_INLINE_P.  Don't use DID_INLINE_FUNC.
10760         (finish_function): Make uninlinable a bool.  Fixup call to
10761         tree_inlinable_function_p() and fix some code style issues.
10762         * cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
10763         * cgraph.c (dump_cgraph): Likewise.
10764         * cgraphunit.c (cgraph_decide_inlining): Likewise
10765         (cgraph_finalize_compilation_unit): Likewise.
10766         Also update call to tree_inlinable_function_p().
10767         (cgraph_default_inline_p): Don't use DID_INLINE_FUNC.  Instead
10768         look at DECL_DECLARED_INLINE and reverse logic.
10769         * print-tree.c (print_node): Likewise.
10770         * toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
10771         * tree-inline.h (tree_inlinable_function_p): Make a bool.  Update
10772         prototype.
10773         * tree-inline.c (inlinable_function_p): Split up in this function to
10774         check for basic inlining inhibiting conditions, and new
10775         limits_allow_inlining() function.  Warn if inlining is impossible
10776         because the inline candidate calls alloca or uses sjlj exceptions.
10777         (limits_allow_inlining): this new function to check if the inlining
10778         limits are satisfied.  Throttle from currfn_max_inline_insns, not from
10779         MAX_INLINE_INSNS_SINGLE.  The latter only makes sense if
10780         MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
10781         Update prototypes.
10782         (tree_inlinable_function_p): Make a bool.  Update call to
10783         inlinable_function_p
10784         (expand_call_inline): Use limits_allow_inlining() when not in
10785         unit-at-a-time mode to decide on inlining.  Don't use DID_INLINE_FUNC,
10786         instead see if the function was declared `inline'.
10787
10788 2003-08-05  Josef Zlomek  <zlomekj@suse.cz>
10789
10790         * gcse.c (try_replace_reg): Fix updating of note.
10791
10792 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10793
10794         PR middle-end/11771
10795         * fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
10796         logic in negate_expr, i.e. we don't invert (A-B) for floating
10797         point types unless flag_unsafe_math_optimizations.
10798
10799 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10800
10801         * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
10802         Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
10803         for floating point expressions with -ffast-math.
10804         (fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
10805         * expmed.c (expand_mult): Wrap long line.  Expand x*2.0 as x+x.
10806
10807 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10808
10809         * c-common.c (flag_noniso_default_format_attributes): Delete.
10810         (built_in_attribute): Don't define/undefine DEF_FN_ATTR.
10811         (c_attrs_initialized): Delete.
10812         (c_common_nodes_and_builtins): Don't test c_attrs_initialized,
10813         always call c_init_attributes.
10814         (c_init_attributes): Don't define/undefine DEF_FN_ATTR.  Don't
10815         set c_attrs_initialized when done.
10816         (c_common_insert_default_attributes): Delete.
10817         * c-common.h (flag_noniso_default_format_attributes): Delete.
10818         (c_coomon_insert_default_attributes): Delete prototype.
10819         * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
10820         flag_noniso_default_format_attributes.
10821
10822         * c-decl.c (c_insert_default_attributes): Delete.
10823         * c-tree.h (c_insert_default_attributes): Delete prototype.
10824
10825         * attribs.c (decl_attributes): Don't call insert_default_attributes
10826         langhook.  Update function description comment.
10827         * langhooks.h (lang_hooks): Remove insert_default_attributes field.
10828         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
10829         * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
10830         * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.
10831
10832         * objc/objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't
10833         define.
10834
10835 2003-08-04  Richard Sandiford  <rsandif@redhat.com>
10836
10837         * config/mips/mips.c (override_options): Disable -G on targets that
10838         have no .section support.
10839         (mips_select_section): Use default_select_section for such targets.
10840
10841 2003-08-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10842
10843         * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
10844         * fixinc/inclhack.def (static_getrnge): Remove disabled hack.
10845         * fixinc/fixincl.x: Rebuild.
10846         * fixinc/tests/base/regexp.h: New test.
10847
10848 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
10849
10850         * c-ppoutput.c (cb_line_change): Don't skip line changing while
10851         parsing macro arguments in the top-level context.
10852
10853 2003-08-04  Neil Booth  <neil@daikokuya.co.uk>
10854
10855         * config.in: Remove HAVE_LSTAT.
10856         * configure, configure.in: Don't test for lstat.
10857
10858 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10859
10860         * opts.c (decode_options): Do language-specific initialization for
10861         the global diagnostic context.
10862         * langhooks-def.h (lhd_initialize_diagnostics): Declare.
10863         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
10864         (LANG_HOOKS_INITIALIZER): Adjust.
10865         * langhooks.h (struct lang_hooks): Add new field
10866         initialize_diagnostics.
10867         * langhooks.c (lhd_initialize_diagnostics): Define.
10868
10869 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10870
10871         * pretty-print.h:   Adjust macro definitions.
10872         * pretty-print.c (pp_newline): Rename to pp_base_newline.
10873         (pp_character): Rename to pp_base_character.
10874         (pp_string): Rename to pp_base_string.
10875         * c-pretty-print.c (pp_buffer): Move to pretty-print.h
10876         (pp_newline):  Likewise.  Adjust.
10877         (pp_c_char): Adjust.
10878
10879 2003-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10880
10881         * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
10882         BUILT_IN_LLABS): Move to miscellaneous section.
10883
10884 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
10885
10886         PR preprocessor/11534
10887         * cppexp.c (parse_defined): Warn only if -pedantic.
10888
10889 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
10890
10891         * cppfiles.c (stack_file): Use file path.
10892
10893 2003-08-02  Roger Sayle  <roger@eyesopen.com>
10894
10895         * builtin-types.def (BT_SSIZE): New primitive type.
10896         (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
10897         BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
10898         BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
10899         BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
10900         * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
10901         BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
10902         BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
10903         * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
10904         few functions that define default attributes using it.
10905         * c-common.c (c_common_insert_default_attributes): Do nothing.
10906
10907         * doc/extend.texi: Document these "new" builtins.
10908
10909 2003-08-02  Kaz Kojima  <kkojima@gcc.gnu.org>
10910
10911         * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
10912         (LIB_SPEC): Set -lpthread always when -pthread set.  Set -lieee
10913         when -mieee-fp set and -shared not set.
10914         (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.
10915
10916 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
10917
10918         * cppfiles.c (struct _cpp_file): Rename once_only_next to
10919         next_file.  Remove import and pragma_once, add once_only.
10920         (find_file): Add new file structures to the all_files list.
10921         (should_stack_file): Mark #import-ed files once-only, and
10922         don't stack them if the file has already been stacked.
10923         (_cp_mark_file_once_only): Simplify.
10924         * cpphash.h (struct cpp_reader): Rename once_only_files
10925         to all_files.  Rename saw_pragma_once to seen_once_only.
10926         (_cpp_mark_file_once_only): Update prototype.
10927         * cpplib.c (do_pragma_once): Update.
10928
10929 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
10930
10931         * cppfiles.c (ENOTDIR): Remove.
10932         (open_file_in_dir): Rename find_file_in_dir.  Handle errors
10933         other than ENOENT here.
10934         (once_only_file_p): Rename should_stack_file.
10935         (find_file, open_file_failed, read_file_guts): Report errors
10936         with full path name.
10937         (read_file): Move pch handling to should_stack_file.
10938         (should_stack_file): Handle PCH and once-only issues, and
10939         reading the file.
10940         (stack_file): Don't do file reads.
10941
10942 2003-08-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10943
10944         * libgcov.c (gcov_exit): Cleanup and fix.
10945         * profile.c (compute_value_histograms): Don't try to read profiles
10946         that are not present.
10947
10948 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10949
10950         * builtins.def: Categorize.
10951
10952         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
10953         Mind fp rounding.
10954         (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.
10955
10956 2003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>
10957
10958         * config.gcc: Enable posix threads by default on darwin.
10959
10960 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
10961
10962         * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
10963         even if nehedges1 is 0.
10964
10965 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10966
10967         * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
10968         fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
10969         fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
10970         and defintions.
10971
10972         * fixinc/inclhack.def (broken_cabs): Make matching more generous.
10973         * fixinc/fixincl.x: Regenerate.
10974         * fixinc/tests/base/math.h: Regenerate to match test_text change.
10975
10976 2003-08-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10977
10978         * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
10979
10980 2003-08-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10981
10982         * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
10983         for accesses to exc_ptr.
10984
10985 2003-08-01  Geoffrey Keating  <geoffk@apple.com>
10986
10987         * doc/sourcebuild.texi (Front End Directory): Don't make references
10988         to libsubdir, it's not part of the interface to frontends.
10989         * doc/install.texi (Configuration): Help users read faster by saying
10990         that GCC's configure options are the standard autoconf ones.
10991         Mention --libdir.  Update the default rules for finding the
10992         assembler.  Don't use libsubdir since we haven't said what it means.
10993         (Specific): In the Solaris 7 notes, update the place to put the
10994         assembler.
10995         * doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
10996         * doc/cpp.texi (Search Path): Actually, the search path
10997         depends on libdir, which can relocate with cpp.
10998         * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
10999         now a private interface between the Makefile and the driver.
11000
11001 2003-08-01  Richard Henderson  <rth@redhat.com>
11002
11003         * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
11004
11005         * varasm.c (lookup_constant_def): New function.
11006         * rtl.h (lookup_constant_def): Declare it.
11007         * dwarf2out.c (loc_descriptor_from_tree): Use it.
11008         Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.
11009
11010 2003-08-01  Zack Weinberg  <zack@codesourcery.com>
11011
11012         * c-decl.c (gettags, pushdecl_function_level): Delete.
11013         (last_function_parm_vars): Rename last_function_parm_others.
11014         (current_function_parm_vars): Rename current_function_parm_others.
11015         (struct c_scope): Rewrite comment explaining this data structure.
11016         Add names_last, blocks_last, parms_last fields.  Rename
11017         incomplete_list to incomplete.
11018         (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
11019         (poplevel): Ignore second argument.  No need to nreverse
11020         anything.  Restructure such that each list is processed
11021         exactly once.  Use 'const location_t *locus' syntactic sugar
11022         variable where useful.  Issue unused variable warnings
11023         ourselves, do not rely on function.c.
11024         (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
11025         (pushdecl_top_level): Likewise.  Don't call duplicate_decls.
11026         (implicitly_declare): decl cannot be error_mark_node.
11027         (undeclared_variable): Manipulate scope structure directly.
11028         (c_make_fname_decl): Likewise.
11029         (getdecls, c_init_decl_processing): Fix comment.
11030         (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT.  No need
11031         for 'last' variable.
11032         (grokparms): No need to nreverse parms list.
11033         (store_parm_decls_newstyle): Set up the parms_last and
11034         names_last fields of the new scope too.
11035         (store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
11036         on parms to begin with; check this under ENABLE_CHECKING.  Set
11037         up parms_last.
11038         (check_for_loop_decls): Refer directly to current_scope->tags.
11039         Use consistent quote style in diagnostics.
11040         (c_write_global_declarations): The names list is not backward.
11041
11042         * c-common.h: Don't prototype gettags.
11043         * c-parse.in: Call poplevel with second argument 0 always.
11044
11045 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11046
11047         * builtins.def: Resort builtins.
11048
11049 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11050
11051         * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
11052         DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
11053         Prepend "__builtin_" onto NAME with string concatenation.  Remove
11054         explicit "__builtin_" from each macro call.
11055
11056         Reformat entire file.
11057
11058 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11059
11060         * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
11061         ATTR_MATHFN_FPROUNDING_ERRNO): New macros.  Use throughout.
11062
11063 2003-08-01  Andreas Krebbel  <krebbel1@de.ibm.com>
11064
11065         * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
11066         CCL1, or CCL2 modes with floating point operations.
11067
11068         * config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
11069         "*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
11070         "*subdf3_cconly"): New insns.
11071         ("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.
11072
11073 2003-08-01  Neil Booth  <neil@daikokuya.co.uk>
11074
11075         * Makefile.in: Refine dependencies.
11076         * c-opts.c (c_common_handle_option): Do nothing for -Wimport.
11077         * c.opt: Update help for -Wimport.
11078         * cppfiles.c: Include hashtab.h.  Update comments.
11079         (stack_file): Read the file before updating dependencies.
11080         (once_only_file_p): Be smarter about marking once-only files.
11081         (_cpp_mark_file_once_only): Correct the check for existence on
11082         the list.
11083         (open_file_failed): Use name not path, which is NULL.
11084         * cpphash.h: Don't include hashtab.h.
11085         (struct _cpp_file): Remove.
11086         (struct cpp_reader): Update.
11087         * cppinit.c (cpp_create_reader): Don't initialize warn_import.
11088         * cpplib.h (struct cpp_options): Remove warn_import.
11089         (cpp_simplify_path): Remove.
11090
11091 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
11092
11093         PR c++/11295
11094         * doc/extend.texi (Statement Expressions): Document C++ semantics.
11095
11096 2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
11097
11098         * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
11099
11100 2003-07-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11101
11102         * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
11103         throughout.
11104         * builtins.def: Likewise.
11105
11106 2003-07-31  Jason Merrill  <jason@redhat.com>
11107
11108         * Makefile.in (bubblestrap): Don't require a previous full
11109         bootstrap.
11110
11111         * expr.c (mostly_zeros_p): No longer static.
11112         * tree.h: Declare it.
11113         * stmt.c (resolve_asm_operand_names): Don't copy the pattern
11114         unless we need to do substitutions.
11115
11116 2003-07-31  Roger Sayle  <roger@eyesopen.com>
11117
11118         * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
11119         pow(x,c)*x as pow(x,c+1) for constant values c.  Optimize x*x
11120         as pow(x,2.0) when the latter will be expanded back into x*x.
11121         (fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
11122         * builtins.c (expand_builtin_pow): Ignore flag_errno_math as
11123         pow can never set errno when used with an integer exponent.
11124         Always use expand_powi when exponent is -1, 0, 1 or 2.
11125         (fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
11126         as 1.0/(x*x).  This avoids unbounded recursion as we now prefer
11127         the pow forms of these expressions.
11128
11129 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11130
11131         * Makefile.in (libexecdir): New.
11132         (libsubdir): Use gcc instead of gcc-lib.
11133         (libexecsubdir): New.
11134         (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
11135         (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
11136         gcc-lib.
11137         (installdirs): Make libexecsubdir.
11138         (install-common): Put executables in libexecsubdir.
11139         (itoolsdir): Use libexecsubdir.
11140         (itoolsdatadir): New.
11141         (install-mkheaders): Separate data files and executables.
11142         (install-collect2): Put executables in libexecsubdir.
11143         (uninstall): Remove libexecsubdir.
11144         * mkheaders.in: Update for new arrangement of files.
11145         (libexecdir): New.
11146         (libexecsubdir): New.
11147         (itoolsdir): Use libexecsubdir.
11148         (itoolsdatadir): New.
11149         * gcc.c (gcc_libexec_prefix): New.
11150         (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
11151         (standard_exec_prefix_1): Use libexec.
11152         (standard_exec_prefix_2): New.
11153         (standard_libexec_prefix): New.
11154         (process_command): Update for new arrangement of files.  Compute
11155         gcc_libexec_prefix.  Update for change from gcc-lib to gcc.
11156
11157 2003-07-31  Nathanael Nerode  <neroden@gcc.gnu.org>
11158
11159         * inclhack.def (stdio_va_list): Avoid bogus replacement which
11160         triggers on Interix.
11161         * fixincl.x: Regenerate.
11162
11163 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
11164
11165         * config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
11166         SYMBOL_REFs not inside UNSPEC even in PLUS rtx.
11167
11168 2003-07-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11169
11170         * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
11171
11172 2003-07-31  Per Bothner  <pbothner@apple.com>
11173
11174         * opts.c (in_fnames, num_in_fnames):  Moved here from c-opts.
11175         (add_input_filename):  New function.
11176         (handle_options):  Call add_input_filename directly instead of
11177         with a lang hook.
11178         * opts.h (in_fnames, num_in_fnames):  Moved here.
11179         (add_input_filename):  Declare.
11180         * c-decl.c:  Need to #include opts.h.
11181         * Makefile.in (c-decl.o):  Also depends on opts.h.
11182         * c-opts.c (in_fnames, num_in_fnames):  Moved to opts.c.
11183         (c_common_handle_filename):  Replaced by add_input_filename.
11184         * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
11185         Remove.
11186         * langhooks.h (struct lang_hooks):  Remove handle_filename hook.
11187         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
11188         (LANG_HOOKS_INITIALIZER):  Remove use of LANG_HOOKS_HANDLE_FILENAME.
11189         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
11190
11191 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11192
11193         * combine.c (try_combine): Set JUMP_LABEL for newly created
11194         unconditional jump.
11195
11196 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11197
11198         * fold-const.c (fold): Fold some comparisons of bit operations.
11199
11200 2003-07-31  Jan Hubicka  <jh@suse.cz>
11201
11202         * cgraph.c (create_edge): Fix typo.
11203         * i386.c (pic_symbolic_operand): Reorder tests.
11204
11205 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
11206
11207         * doc/gcov.texi (Invoking Gcov): Describe output name mangling
11208         more fully.
11209         (Gcov Data Files): Update.
11210
11211 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11212
11213         * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
11214         default.
11215
11216         * gthr-posix.c: New file.
11217         * gthr-posix.h: Define _REENTRANT if missing.
11218         Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
11219
11220         * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
11221         by gthr-posix.o.
11222         * config/alpha/t-osf-pthread: New file.
11223
11224         * fixinc/inclhack.def (alpha_pthread): New fix.
11225         * fixinc/fixincl.x: Regenerate.
11226         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
11227
11228         * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
11229         warning.
11230         Fixes PR bootstrap/9330.
11231
11232 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11233
11234         * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
11235         without GNU ld.
11236         Update comment.
11237         * configure: Regenerate.
11238
11239 2003-07-31  Vladimir Makarov  <vmakarov@redhat.com>
11240
11241         * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
11242         setter.
11243
11244 2003-07-30  Roger Sayle  <roger@eyesopen.com>
11245
11246         * builtins.def: Alphabetize.
11247
11248 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
11249
11250         * doc/c-tree.texi: Normalize spellings of "lowercase" and
11251         "uppercase".
11252         * doc/cpp.texi: Likewise.
11253         * doc/md.texi: Likewise.
11254         * doc/rtl.texi: Likewise.
11255         * doc/tm.texi: Likewise.
11256
11257 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
11258
11259         * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
11260         (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
11261         of cc1obj.
11262
11263 2003-07-30  Chris Demetriou  <cgd@broadcom.com>
11264
11265         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
11266         macros before defining them.
11267
11268 2003-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
11269
11270         * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
11271         UNSPECV_BLOCKAGE): New constants.
11272         ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
11273         "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
11274         splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
11275         "fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.
11276
11277         (all insns and expanders): Write output control string as brace block
11278         where appropriate.  Remove \-escapes for doublequote characters.
11279
11280 2003-07-31  Jan Hubicka  <jh@suse.cz>
11281
11282         * gcse.c (insert_store): Fix typo in previous patch.
11283
11284 2003-07-30  Neil Booth  <neil@daikokuya.co.uk>
11285
11286         * cppfiles.c (stack_file, open_file_failed): Use path for deps.
11287
11288 2003-07-30  Andi Kleen  <ak@muc.de>
11289
11290         * loop.c (check_dbra_loop): Allow LTU in the loop condition.
11291
11292 2003-07-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11293
11294         * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
11295         * gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
11296         GCOV_N_VALUE_COUNTERS): New.
11297         * profile.c (compute_value_histograms): New static function.
11298         (branch_prob): Read back the value histograms.
11299         * rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
11300         * rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
11301         * value-prof.c: Add comment on reading the profile.
11302         * value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
11303         * doc/invoke.texi (-fprofile-values): Document behavior with
11304         -fbranch-probabilities.
11305
11306 2003-07-30  David Edelsohn  <edelsohn@gnu.org>
11307
11308         * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
11309
11310 2003-07-30  Ulrich Weigand  <uweigand@de.ibm.com>
11311
11312         * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
11313         symbolically.
11314
11315 2003-07-30  Jan Hubicka  <jh@suse.cz>
11316
11317         * gcse.c (insert_store): Ignore fake edges.
11318
11319         * c-common.c (flag_vtable_gc): Kill.
11320         * c-common.g (flag_vtable_gc): Kill.
11321         * c-opts (c_common_handle_option): Kill.
11322         * c.opt (fvtable-gc): Kill.
11323         * final.c (final_scan_insn): Do not call assemble_vtable_entry.
11324         * output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
11325         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.
11326
11327         * invoke.texi (-ftable-gc): Kill documentation.
11328
11329         * tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
11330         just because function body is missing.
11331
11332         * i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.
11333
11334 2003-07-30  Ranjit Mathew  <rmathew@hotmail.com>
11335
11336         * unwind-sjlj.c: Fix typo in file description.
11337
11338 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
11339
11340         * calls.c (load_register_parameters): When shifting reg sized values
11341         to the msb, move the value to a reg first.
11342
11343 2003-07-29  Geoffrey Keating  <geoffk@apple.com>
11344
11345         * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
11346         * line-map.h (linemap_add): Update comments.
11347         * line-map.c (linemap_add): Update comments, interpret zero-length
11348         filename as "<stdin>".
11349
11350 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11351
11352         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
11353
11354 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
11355
11356         * c-decl.c (last_function_parm_vars, current_function_parm_vars):
11357         New static variables.
11358         (struct c_scope): Add parms and warned_forward_parm_decls
11359         fields; remove parm_order.
11360         (storedecls, storetags): Delete.
11361         (poplevel): Also clear bindings on the parms chain.
11362         (pushdecl): Handle forward declarations of parameters, and
11363         chain PARM_DECLs on the parms list, not the names list.
11364         (lookup_name_current_level): Check for PARM_DECLs on the parms
11365         list too.
11366         (push_parm_decl): Don't update parm_order.
11367         (clear_parm_order): Rename mark_forward_parm_decls.  Issue the
11368         warning, only once per parameter list, and set TREE_ASM_WRITTEN
11369         on the decls here.  Then move the forward decls to the names list.
11370         (grokparms): Set last_function_parm_vars.
11371         (get_parm_info): Don't use gettags or getdecls.  No need to
11372         extract non-parms from the parms list, or reorganize the parms
11373         list.  Feed nonparms back in the TREE_TYPE of the list node
11374         returned.  Issue only one error per parameter list for "void"
11375         appearing more than once in said parameter list.  Collapse
11376         parmlist_tags_warning into this function to avoid double scan
11377         of tags list.
11378         (start_function): Set current_function_parm_vars.
11379         (store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
11380         directly.  Get non-parms from current_function_parm_vars; no
11381         need to extract them from the parms chain.  Properly bind tags
11382         in the new scope.
11383         (store_parm_decls_oldstyle): No need to extract non-parameters
11384         from the parms chain, nor to store them back afterward.  Move
11385         declaration to top of function, restructure code reordering
11386         DECL_ARGUMENTS.
11387         (store_parm_decls): No need to save and restore warn_shadow.
11388         * c-parse.in: Don't call parmlist_tags_warning nor
11389         clear_parm_order.  Call mark_forward_parm_decls when forward
11390         parm decls are encountered.
11391         * c-tree.h: Prototype mark_forward_parm_decls; not
11392         clear_parm_order or parmlist_tags_warning.
11393
11394 2003-07-29  Geoffrey Keating  <geoffk@apple.com>
11395
11396         * c-common.c (allow_pch): Remove.
11397         * c-common.h (allow_pch): Remove.
11398         (c_common_no_more_pch): Declare.
11399         * c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
11400         * c-pch.c: Include hosthooks.h.
11401         (c_common_valid_pch): Don't check allow_pch.
11402         (c_common_read_pch): Clear valid_pch to prevent reading PCH files.
11403         (c_common_no_more_pch): New.
11404         * ggc-common.c: Include hosthooks.h.
11405         (gt_pch_save): Call gt_pch_get_address.
11406         (gt_pch_restore): Call gt_pch_use_address.
11407         * hooks.c (hook_voidp_size_t_null): New.
11408         (hook_bool_voidp_size_t_false): New.
11409         * hooks.h (hook_voidp_size_t_null): New.
11410         (hook_bool_voidp_size_t_false): New.
11411         * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
11412         (HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
11413         (HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
11414         HOST_HOOKS_GT_PCH_USE_ADDRESS.
11415         * hosthooks.h (struct host_hooks): Add gt_pch_get_address,
11416         gt_pch_use_address.
11417         * doc/hostconfig.texi (Host Common): Document
11418         HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
11419         * Makefile.in (c-pch.o): Depend on hosthooks.h.
11420         (ggc-common.o): Likewise.
11421
11422         * config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
11423         (HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
11424         (pch_address_space): New.
11425         (darwin_rs6000_gt_pch_get_address): New.
11426         (darwin_rs6000_gt_pch_use_address): New.
11427
11428 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
11429
11430         PR preprocessor/11569
11431         PR preprocessor/11649
11432         * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
11433         * cppfiles.c: Completely rewritten.
11434         * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
11435         struct cpp_path is now struct cpp_dir.
11436         (remove_duplicates): Don't simplify path names.
11437         * c-opts.c (c_common_parse_file): cpp_read_next_file renamed
11438         cpp_stack_file.
11439         * cpphash.h: Include hashtab.h.
11440         (_cpp_file): Declare.
11441         (struct cpp_buffer): struct include_file is now struct _cpp_file,
11442         and struct cpp_path is now struct cpp_dir.  Rename members.
11443         (struct cpp_reader): Similarly.  New members once_only_files,
11444         file_hash, file_hash_entries, quote_ignores_source_dir,
11445         no_search_path, saw_pragma_once.  Remove all_include_files and
11446         max_include_len.  Make some members bool.
11447         (_cpp_mark_only_only): Renamed from _cpp_never_reread.
11448         (_cpp_stack_file): Renamed from _cpp_read_file.
11449         (_cpp_stack_include): Renamed from _cpp_execute_include.
11450         (_cpp_init_files): Renamed from _cpp_init_includes.
11451         (_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
11452         * cppinit.c (cpp_create_reader): Initialize no_search_path.  Update.
11453         (cpp_read_next_file): Rename and move to cppfiles.c.
11454         (cpp_read_main_file): Update.
11455         * cpplib.c (run_directive): Update for renamed members.
11456         (do_include_common, _cpp_pop_buffer): Update.
11457         (do_import): Undeprecate #import.
11458         (do_pragma_once): Undeprecate.  Use _cpp_mark_file_once_only.
11459         * cpplib.h: Remove file_name_map_list.
11460         (cpp_options): Remove map_list.
11461         (cpp_dir): Rename from cpp_path.  New datatype for name_map.
11462         (cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
11463
11464 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11465
11466         * Makefile.in:  Make stamp-objdir safe for parallel builds.
11467
11468 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11469
11470         * Makefile.in (stmp-docobjdir):  New target; ensure $docobjdir exists.
11471         (info):  Depend on stmp-docobjdir.
11472
11473 2003-07-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11474
11475         * configure: Regenerate.
11476
11477 2003-07-29  Jan Hubicka  <jh@suse.cz>
11478
11479         PR C++/11131
11480         * tree-inline.c (expand_call_inline): Always call inlinable_function_p
11481         in !unit-at-a-time mode.
11482
11483 2003-07-28  Geoffrey Keating  <geoffk@apple.com>
11484
11485         * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
11486         main function.
11487
11488 2003-07-28  Mark Mitchell  <mark@codesourcery.com>
11489
11490         PR c++/11667
11491         * c-common.c (shorten_compare): Take into account differences
11492         between C and C++ representation for enumeration types.
11493         * tree.h (set_min_and_max_values_for_integral_type): Declare.
11494         * stor-layout.c (set_min_and_max_values_for_integral_type): New
11495         function, broken out from ...
11496         (fixup_signed_type): ... here and ...
11497         (fixup_unsigned_type): ... here.
11498
11499 2003-07-28  Zack Weinberg  <zack@codesourcery.com>
11500
11501         * c-decl.c: Update commentary, adjust blank lines throughout.
11502         (struct c_scope): Fix indentation.  Reorder members so
11503         outer-context pointers come first, booleans last.
11504         (duplicate_decls, define_label): Use a 'locus' variable for
11505         diagnostic locations in a few more places.
11506         (warn_if_shadowing): Un-split a conditional that fits on one line.
11507         (c_init_decl_processing): No need to clear current_scope and
11508         current_function_scope.
11509         (start_decl): Merge if/else if statements with same action.
11510         (push_parm_decl): Rename old_immediate_size_expand to use
11511         save_foo convention; save/restore around entire function.
11512         (grokdeclarator): Remove unnecessary braces.
11513
11514 2003-07-28  Hans-Peter Nilsson  <hp@bitrange.com>
11515             Michael Culbertson  <Michael.J.Culbertson@wheaton.edu>
11516
11517         * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
11518         when warn_declaration_after_statement.  Call pedwarn_c90, not
11519         pedwarn.  Correct message: it's "ISO C90", not "ISO C89".
11520         * c-common.c (warn_declaration_after_statement): Define.
11521         * c-common.h (warn_declaration_after_statement): Declare.
11522         * c.opt (Wdeclaration-after-statement): New.
11523         * c-errors.c (pedwarn_c90): New function.
11524         * c-opts.c (c_common_handle_option) <case
11525         OPT_Wdeclaration_after_statement>: New.
11526         * c-tree.h (pedwarn_c90): Declare.
11527         * doc/invoke.texi (Option Summary): Document
11528         -Wdeclaration-after-statement.
11529         (Warning Options): Ditto.
11530
11531 2003-07-28  Jan Hubicka  <jh@suse.cz>
11532
11533         * i386.md (memory attribute) Avoid accessing uninitialized memory
11534         for ishift1 type instructions.
11535
11536 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
11537
11538         * configure.in (--enable-checking): Add fold category.
11539         (ENABLE_FOLD_CHECKING): Define if requested.
11540         * configure: Rebuilt.
11541         * config.in: Rebuilt.
11542         * doc/install.texi: Document it.
11543         * fold-const.c: Include md5.h.
11544         [ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
11545         [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
11546         print_fold_checksum): New functions.
11547
11548         * fold-const.c (fold): Never modify argument passed to fold, instead
11549         change a copy and return it.
11550         * convert.c (convert_to_integer): Likewise.
11551
11552 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11553
11554         * fixinc/fixinc.svr4: Remove dead code.  Remove now-unnecessary
11555         cleanup of junk after #else and #endif directives.  Collapse repeated
11556         clauses into for statment.
11557
11558         * fixinc/fixincl.sh: GNU C -> GCC.  Add usage comment.
11559
11560 2003-07-27  Zack Weinberg  <zack@codesourcery.com>
11561
11562         * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
11563         (keep_next_if_subblocks): Rename next_is_function_body.
11564         (pushlevel): Adjust commentary.  Always set ->keep on the
11565         outermost level of a function.  Don't set ->keep_if_subblocks.
11566         (poplevel): Adjust commentary.  Don't look at ->keep_if_subblocks.
11567         (store_parm_decls): Adjust to match.
11568         (finish_function): Adjust to match.
11569         Call poplevel with all three arguments zero.
11570
11571         * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
11572         New functions split out of store_parm_decls.
11573         Avoid unnecessary work. Use local variables consistently.
11574         (store_parm_decls): Likewise.
11575
11576         (finish_function): No need to set functionbody flag on call to
11577         poplevel.
11578         (struct language_function): Remove scope field.
11579         (c_push_function_context, c_pop_function_context): No need to
11580         save and restore current_scope.
11581
11582 2003-07-27  Nathan Sidwell  <nathan@codesourcery.com>
11583
11584         * doc/extend.texi (Deprecated Features): Implicit typename is
11585         gone. Default args on types is going.
11586
11587 2003-07-26  J"orn Rennecke <joern.rennecke@superh.com>
11588
11589         * Makefile.in (ifcvt.o): Depend on target.h
11590         * ifcvt.c (target.h): Include.
11591         (if_convert): Don't call mark_loop_exit_edges if we can't
11592         modify jumps.
11593
11594 2003-07-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11595
11596         * doc/install.texi (Testing): Adjust required versions of DejaGnu.
11597
11598 2003-07-26  Richard Henderson  <rth@redhat.com>
11599
11600         PR inline-asm/11676
11601         * cse.c (count_reg_usage): Handle asm_operands properly.
11602
11603 2003-07-26  Roger Sayle  <roger@eyesopen.com>
11604
11605         * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
11606         (DEF_EXT_FALLBACK_BUILTIN): Delete.
11607         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
11608         the regular DEF_EXT_LIB_BUILTIN macro.
11609         (BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
11610         the regular DEF_LIB_BUILTIN macro.
11611         (BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
11612         BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
11613         BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
11614         DEF_EXT_LIB_BUILTIN macro.
11615
11616         * c-decl.c (duplicate_decls): Remove code to handle builtin
11617         functions prototyped without an argument list.
11618
11619 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
11620
11621         * config/i386/winnt.c: Revert 2003-07-08 change.
11622         (i386_pe_section_type_flags): Remove error_with_decl here too.
11623
11624 2003-07-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11625
11626         * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
11627         * config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
11628         * config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
11629         (v850_handle_data_area_attribute): Likewise.
11630
11631 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
11632
11633         * varasm.c (output_constant_def_contents): Use
11634         ASM_DECLARE_CONSTANT_NAME if defined.
11635         * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
11636         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
11637         objects get at least one byte to prevent assembler problems.
11638         (ASM_DECLARE_CONSTANT_NAME): New.
11639
11640         * Makefile.in (libbackend.o): Remove options_.h.
11641         (mostlyclean): Likewise.
11642
11643         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
11644         insert a label at the end of an function under Mach-O.
11645
11646         * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
11647
11648 2003-07-25  Aldy Hernandez  <aldyh@redhat.com>
11649
11650         * config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
11651         equality.
11652         (spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
11653
11654         * config/rs6000/spe.h: Remove __ev64_opaque__ definition.
11655
11656 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11657
11658         * doc/passes.texi (Passes): Mention pretty-printing and
11659         diagnostic files.
11660
11661 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11662
11663         * doc/extend.texi (Function Attributes): GNU C++ does now allow
11664         unused parameter decls.
11665         (Attribute Syntax): GNU C++ does not allow label attributes to be
11666         after the ':'.
11667
11668 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11669
11670         * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
11671         (objc_declare_class): Likewise.
11672         (error_with_ivar): Likewise.
11673         (start_class): Likewise.
11674         (warn_with_method): Likewise.
11675
11676 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11677
11678         Remove pedwarn_with_decl, warning_with_decl and error_with_decl
11679         from GCC.
11680         * calls.c (try_to_integrate): Don't use xxx_with_decl.
11681         (expand_call): Likewise.
11682         * dwarfout.c (output_reg_number): Likewise.
11683         * expr.c (expand_expr): Likewise.
11684         * function.c (assign_temp): Likewise.
11685         (uninitialized_vars_warning): Likewise.
11686         (setjmp_args_warning): Likewise.
11687         (expand_function_end): Likewise.
11688         * stmt.c (fixup_gotos): Likewise.
11689         (warn_about_unused_variables): Likewise.
11690         (expand_end_bindings): Likewise.
11691         * stor-layout.c (layout_decl): Likewise.
11692         (place_field): Likewise.
11693         * toplev.c (check_global_declarations): Likewise.
11694         (rest_of_handle_inlining): Likewise.
11695         (default_tree_printer): New function.
11696         (general_init): Initialize diagnostic machinery before routing
11697         signals to the ICE machinery.  Set default tree printer.
11698         * toplev.h (pedwarn_with_decl): Remove declaration.
11699         (warning_with_decl): Likewise.
11700         (error_with_decl): Likewise.
11701         (pedwarn): Remove attribute for the time being.
11702         * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
11703         * varasm.c (named_section): Likewise.
11704         (make_decl_rtl): Likewise.
11705         (assemble_variable): Likewise.
11706         (merge_weak): Likewise.
11707         (declare_weak): Likewise.
11708
11709         * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
11710         * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
11711         (format_with_decl): Remove.
11712         (diagnostic_for_decl): Likewise.
11713         (pedwarn_with_decl): Likewise.
11714         (warning_with_decl): Likewise.
11715         (error_with_decl): Likewise.
11716         (diagnostic_initialize): Adjust.
11717         (diagnostic_count_diagnostic): Likewise.
11718         (announce_function): Likewise.
11719         (lhd_print_error_function): Likewise.
11720         (diagnostic_report_current_module): Likewise.
11721         (default_diagnostic_starter): Likewise.
11722         (diagnostic_report_diagnostic): Likewise.
11723         (default_diagnostic_finalizer): Likewise.
11724         (verbatim): Likewise.
11725         (error): Likewise.
11726         (warning): Likewise.
11727         * opts.c (common_handle_option): Likewise.
11728         * pretty-print.c: New file.
11729         * c-pretty-print.h (pp_base): Override.
11730         * c-pretty-print.c: Adjust use of macros throughout.
11731         (pp_buffer): New macro.
11732         (pp_newline): Likewise.
11733         * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
11734         * Makefile.in (DIAGNOSTIC_H): New variable.
11735         (c-errors.o): Use it.
11736         (c-objc-common.o): Likewise.
11737         (c-common.o): Likewise.
11738         (c-opts.o): Likewise.
11739         (c-format.o): Likewise.
11740         (diagnostic.o): Likewise.
11741         (opts.o): Likewise.
11742         (toplev.o): Likewise.
11743         (rtl-error.o): Likewise.
11744         (dwarf2out.o): Likewise.
11745         (jump.o): Likewise.
11746         (pretty-print.o): New rule.
11747
11748 2003-07-24  Roger Sayle  <roger@eyesopen.com>
11749
11750         * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
11751         front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
11752         (BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
11753         from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
11754         (DEF_FRONT_END_LIB_BUILTIN): Delete.
11755         (DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
11756         (BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
11757
11758         * builtins.c (build_string_literal): New function to construct
11759         a char* pointer to a string literal.
11760         (expand_builtin_fputs): Change 2nd argument from "int ignore" to
11761         "rtx target" to be consistent with other expand_builtin_* functions.
11762         Change 3rd argument from "int unlocked" to "bool unlocked".
11763         (expand_builtin_printf): Rewrite of c_expand_builtin_printf from
11764         c-common.c to avoid front-end dependencies.  Optimize printf("")
11765         as a no-op when the result isn't required.  Handle embedded NULs
11766         in format string.
11767         (expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
11768         from c-common.c to avoid front-end dependencies.  Likewise, optimize
11769         fprintf(fp,"") as a no-op when the result isn't required, evaluating
11770         fp for side-effects.  Handle embedded NULs in format string.
11771         (expand_builtin_sprintf): Fix typo.
11772         (expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
11773         optimizing.  Adjust calls of expand_builtin_fputs to match the API
11774         change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
11775         expand_builtin_printf.  Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
11776         and BUILT_IN_FPRINTF using expand_builtin_fprintf.
11777
11778         * c-common.c (is_valid_printf_arglist): Delete.
11779         (c_expand_builtin): Delete.
11780         (c_expand_builtin_printf): Moved to builtins.c. Delete.
11781         (c_expand_builtin_fprintf): Moved to builtins.c.  Delete.
11782         (c_expand_expr): No longer treat CALL_EXPRs specially.
11783         (CALLED_AS_BUILT_IN): Delete.
11784
11785 2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11786
11787         PR optimization/11631
11788         * gcse.c (store_motion): Connect infinite loops to exit.
11789
11790 2003-07-24  Jason Merrill  <jason@redhat.com>
11791
11792         * tree.h (boolean_type_node): Move from C/C++/Java frontends.
11793         (boolean_true_node, boolean_false_node): Likewise.
11794         (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
11795         * tree.c (build_common_tree_nodes): Init boolean_type_node.
11796         (build_common_tree_nodes_2): Init boolean_{true,false}_node.
11797         * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
11798         * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
11799         (truthvalue_true_node): Renamed from boolean_true_node.
11800         (truthvalue_false_node): Renamed from boolean_false_node.
11801         * c-decl.c: Just set truthvalue_* to integer_*.
11802         * c-*.[ch]: s/boolean/truthvalue/.  s/c_bool/boolean/.
11803
11804 2003-07-24  Roger Sayle  <roger@eyesopen.com>
11805
11806         * c-decl.c (match_builtin_function_types): New subroutine of
11807         duplicate_decls to test whether a redeclaration of a builtin
11808         function is suitably close, i.e. the return type and all of
11809         the argument types have the same modes as the builtin expects.
11810         (duplicate_decls): Fuzzy type matching for builtin functions
11811         moved to match_builtin_function_types.
11812
11813 2003-07-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11814
11815         * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible
11816         flag correctly.
11817
11818 2003-07-24  Zack Weinberg  <zack@codesourcery.com>
11819
11820         * c-decl.c: Search-and-replace change 'binding level' to
11821         'scope' in commentary.
11822         (struct binding_level): Now struct c_scope.
11823         (current_binding_level): Now current_scope.
11824         (free_binding_level): Now scope_freelist.
11825         (current_function_level): Now current_function_scope.
11826         (global_binding_level): Now global_scope.
11827         (make_binding_level): Now make_scope.
11828         (pop_binding_level): Now pop_scope.
11829
11830 2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11831
11832         * configure.in (libgcc_visibility): Add missing whitespace.
11833
11834 2003-07-24  Richard Henderson  <rth@redhat.com>
11835
11836         * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
11837         __gcc_personality_v0.
11838
11839 2003-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11840
11841         * Makefile.in: Replace pwd by ${PWD_COMMAND}.
11842
11843 2003-07-24  Nathan Sidwell  <nathan@codesourcery.com>
11844
11845         * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
11846         documentation missed from my 2003-07-09 patch.
11847
11848 2003-07-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11849
11850         * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
11851         it's not provided.
11852         * configure: Rebuild.
11853
11854 2003-07-24  Steven Bosscher  <steven@gcc.gnu.org>
11855
11856         PR c/10602
11857         * c-typeck.c (type_lists_compatible_p): Do not compare
11858         arguments if one of them is an error_mark_node
11859
11860 2003-07-24  Alan Modra  <amodra@bigpond.net.au>
11861
11862         * config/rs6000/rs6000.c (rs6000_emit_prologue): Save fp regs inline
11863         if current_function_calls_eh_return.
11864
11865 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
11866
11867         * doc/c-tree.texi (OFFSET_TYPE): Update description.
11868
11869 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
11870
11871         * config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
11872         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
11873         __umodsi3, __modsi3): Increase frame size to 32.
11874
11875 2003-07-23  Geoffrey Keating  <geoffk@apple.com>
11876
11877         * config/rs6000/host-darwin.c: ANSIfy, update comment for sigaltstack
11878         prototype.
11879
11880 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
11881
11882         * doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
11883
11884         PR optimization/10679
11885         * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
11886
11887 2003-07-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11888
11889         PR target/11607 and PR target/11516
11890         * pa.md (extzv, extv, insv): Revert latter half of last patch.
11891
11892 2003-07-22  Mark Mitchell  <mark@codesourcery.com>
11893
11894         * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
11895         * varasam.c (output_constant): Likewise.
11896
11897 2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
11898
11899         * alias.c: Fix comment formatting.
11900         * c-common.c: Likewise.
11901         * c-decl.c: Likewise.
11902         * c-opts.c: Likewise.
11903         * combine.c: Likewise.
11904         * cpplib.c: Likewise.
11905         * diagnostic.c: Likewise.
11906         * dojump.c: Likewise.
11907         * final.c: Likewise.
11908         * fold-const.c: Likewise.
11909         * gcc.c: Likewise.
11910         * gcse.c: Likewise.
11911         * ggc-page.c: Likewise.
11912         * jump.c: Likewise.
11913         * loop.c: Likewise.
11914         * mips-tfile.c: Likewise.
11915         * recog.c: Likewise.
11916         * regclass.c: Likewise.
11917         * regmove.c: Likewise.
11918         * tree.c: Likewise.
11919         * tree.h: Likewise.
11920
11921 2003-07-22  Per Bothner  <pbothner@apple.com>
11922
11923         * line-map.c (add_line_map):  Handle invalid LEAVE request.
11924         Fixes PR preprocessor/11361.
11925
11926 2003-07-22  Per Bothner  <pbothner@apple.com>
11927
11928         * diagnostic.c.(diagnostic_report_current_module):  Update to match
11929         2003-06-05 changes to push_srcloc and pop_srcloc.
11930
11931 2003-07-22  Wolfgang Bangerth  <bangerth@dealii.org>
11932
11933         * doc/trouble.texi: Better document two-stage name lookup.
11934
11935 2003-07-22  Eric Christopher <echristo@redhat.com>
11936
11937         * config/s390.c (s390_valid_pointer_mode): New.
11938         (TARGET_VALID_POINTER_MODE): Use.
11939         (s390_emit_prologue): Add tpf profiling hooks.
11940         (s390_emit_epilogue): Ditto.
11941         * config/s390.h (MASK_TPF): New.
11942         (TARGET_TPF): Use.
11943         (POINTERS_EXTEND_UNSIGNED): Define.
11944         * config/s390.md (ptr_extend): New pattern.
11945
11946 2003-07-22  Zack Weinberg  <zack@codesourcery.com>
11947
11948         * hashtable.c (approx_sqrt): Make static.
11949         * hashtable.h: Don't prototype approx_sqrt.
11950         * line-map.c (init_line_maps): Rename linemap_init.
11951         (free_line_maps): Rename linemap_free.
11952         (add_line_map): Rename linemap_add.
11953         (lookup_line): Rename linemap_lookup.
11954         (print_containing_files): Rename linemap_print_containing_files.
11955         * linemap.h: Update to match.
11956
11957         * cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
11958         linemap routines to use new names.
11959
11960 2003-07-16  Nathan Sidwell  <nathan@codesourcery.com>
11961
11962         * c-common.c (handle_packed_attribute): Don't pack a struct via a
11963         typedef. Propagate packedness from a main variant.
11964
11965 2003-07-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11966
11967         * Makefile.in (install-common): Add dependency on installdirs.
11968
11969 2003-07-21  Alexandre Oliva  <aoliva@redhat.com>
11970
11971         * c-common.c (c_common_type_for_mode): Return integer types for
11972         pointer modes.
11973
11974 2003-07-22  Geoffrey Keating  <geoffk@apple.com>
11975
11976         * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
11977         (finish_decl): Call maybe_apply_pragma_weak here.
11978         (grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
11979         TREE_PUBLIC and TREE_STATIC are decided.
11980         (start_function): Move call to maybe_apply_pragma_weak.  Check that
11981         DECL_ASSEMBLER_NAME isn't set too early.
11982
11983         * cpplex.c (_cpp_process_line_notes): Mention option name in
11984         trigraphs warning.
11985
11986 2003-07-22  Kazu Hirata  <kazu@cs.umass.edu>
11987
11988         * combine.c (if_then_else_cond): Simplify the comparison of
11989         rtx against -1, 0, and 1.
11990         * loop.c (check_dbra_loop): Likewise.
11991         * optabs.c (emit_conditional_move): Likewise.
11992         (emit_conditional_add): Likewise.
11993         * config/i386/i386.md (*movsi_or): Likewise.
11994         (*movdi_or_rex6): Likewise.
11995
11996 2003-07-22  Jan Hubicka  <jh@suse.cz>
11997
11998         * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
11999
12000 2003-07-21  Neil Booth  <neil@daikokuya.co.uk>
12001
12002         * cppfiles.c (open_file_pch): Don't put unused entries in the
12003         splay tree.  Remove dead code.
12004
12005 2003-07-21  Geoffrey Keating  <geoffk@apple.com>
12006
12007         * c-common.h (num_in_fnames): Declare.
12008         (c_static_assembler_name): Move from here...
12009         * c-tree.h (c_static_assembler_name): ... to here.
12010         * c-opts.c: Don't include langhooks-def.h.
12011         (c_static_assembler_name): Move to c-decl.c.
12012         (num_in_fnames): Make externally visible.
12013         * c-decl.c: Include langhooks-def.h.
12014         (c_static_assembler_name): Move from c-opts.c.
12015         * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
12016         (c-opts.o): Remove $(LANGHOOKS_DEF_H).
12017
12018         * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
12019         when it's not needed.
12020
12021 2003-07-21  Jakub Jelinek  <jakub@redhat.com>
12022
12023         * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
12024         * config/rs6000/rs6000.c (rs6000_return_addr): Set it.
12025         (rs6000_emit_prologue): Save FPRs inline if set.
12026
12027 2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
12028
12029         * config/ia64/ia64.md (prefetch): Support predicate.
12030
12031 2003-07-21  Josef Zlomek  <zlomekj@suse.cz>
12032
12033         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
12034         * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
12035         table.
12036
12037 2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
12038
12039         PR optimization/11536
12040         * unroll.c (loop_iterations): Do not replace a register holding
12041         the final value by its equivalent before the loop if it is not
12042         invariant.
12043
12044 2003-07-21  Dave Fluri  <dave.fluri@onlink.net>
12045
12046         * doc/extend.texi: Fixes to spelling, grammar, and diction.
12047
12048 2003-07-21  Ben Elliston  <bje@wasabisystems.com>
12049
12050         * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
12051         (V850 Options): Spelling fixes.
12052
12053 2003-07-20  Lisa M. Goldstein  <opus@gnu.org>
12054
12055         * doc/invoke.texi: Fixes to style, grammar and diction.
12056
12057 2003-07-20  Roger Sayle  <roger@eyesopen.com>
12058
12059         * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
12060         * system.h (SMALL_STACK): Poison obsolete target macro.
12061         * doc/tm.texi (SMALL_STACK): Remove target macro documentation.
12062
12063 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12064
12065         * configure.in:  Cache the results of testing for cmp's capabilities.
12066         * configure:  Regenerate.
12067
12068 2003-07-20  Mark Mitchell  <mark@codesourcery.com>
12069
12070         PR debug/11279
12071         * dwarf2out.c (gen_enumeration_type_die): Remember that
12072         enumerators can be unsigned.
12073
12074 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
12075
12076         * c-decl.c (named_labels, shadowed_labels, label_level_chain)
12077         (push_label_level, pop_label_level): Kill.
12078         (struct binding_level): Rename level_chain to outer.
12079         Add outer_function field.  Change parm_flag, function_body,
12080         keep, keep_if_subblocks to 1-bit bitfields of type bool.
12081         (current_function_level): New variable.
12082         (keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
12083         (keep_next_level, declare_parm_level, warn_if_shadowing):
12084         Update to match.
12085         (struct language_function): Kill named_labels, shadowed_labels fields.
12086         (c_init_decl_processing, start_function, c_push__function_context)
12087         (c_pop_function_context): No need to muck with named_labels nor
12088         shadowed_labels.
12089
12090         (make_binding_level): No need to clear the structure here.
12091         (pop_binding_level): Always operate on current_binding_level.
12092         Update current_function_level if necessary.
12093         (pushlevel): Don't clear named_labels.  Update current_function_level
12094         if necessary.  Use "true" and "false" where appropriate.
12095         (poplevel): Diagnose labels defined but not used, or vice
12096         versa, and clear out label-meanings leaving scope, while
12097         walking down the decls list, for all binding levels.
12098         Handle LABEL_DECLs appearing in the shadowed list.
12099         pop_binding_level takes no arguments.
12100         (pushdecl_function_level): Use current_function_level.
12101
12102         (make_label, bind_label): New static functions.
12103         (declare_label): New exported function.
12104         (lookup_label, define_label): Rewritten for new data structure.
12105         (shadow_label): Kill.
12106
12107         * c-tree.h: Prototype declare_label; don't prototype
12108         push_label_level, pop_label_level, nor shadow_label.
12109         * c-parse.in: Remove all calls to push_label_level and
12110         pop_label_level.  Use declare_label for __label__ decls.
12111
12112         * doc/extend.texi: Clarify that __label__ can be used to
12113         declare labels with local scope in any nested block, not
12114         just statement expressions.  Cross-reference nested functions
12115         section from local labels section.
12116
12117 2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12118
12119         * sched-rgn.c (find_rgns): Initialize current_edge correctly.
12120
12121 2003-07-19  Phil Edwards  <pme@gcc.gnu.org>
12122
12123         * doc/makefile.texi (restrap, profiledbootstrap):  Document targets.
12124
12125 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12126
12127         * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
12128         fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
12129
12130 2003-07-19  Ulrich Weigand  <uweigand@de.ibm.com>
12131
12132         * config/s390/s390.c (legitimize_pic_address): Access local symbols
12133         relative to the GOT instead of relative to the literal pool base.
12134         (s390_output_symbolic_const): Handle new GOT-relative accesses.
12135         * config/s390/s390.md ("call"): Access local functions and PLT stubs
12136         relative to the GOT instead of relative to the literal pool base.
12137         ("call_value"): Likewise.
12138         ("call_value_tls"): Likewise.
12139
12140         * config/s390/s390.c (s390_chunkify_start): Remove pool anchor
12141         reloading.  Support LTREL_BASE / LTREL_OFFSET construct.
12142         (s390_chunkify_finish): Likewise.
12143         (s390_chunkify_cancel): Likewise.
12144         (s390_reorg): Adapt caller.
12145         (find_base_register_in_addr,
12146         find_base_register_ref, replace_base_register_ref): Delete.
12147         (find_ltrel_base, replace_ltrel_base): New functions.
12148         (find_constant_pool_ref): Handle LTREL_BASE unspecs.
12149         (s390_decompose_address): Handle LTREL_BASE unspecs.  Optimize
12150         base vs. index register usage.
12151         (struct constant_pool): Remove 'anchor'.
12152         (s390_add_anchor): Delete.
12153         (s390_dump_pool): Remove anchor handling.
12154         * config/s390/s390.md ("reload_anchor"): Remove.
12155
12156         * config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
12157         (s390_load_got): New function.  Use LTREL_BASE/OFFSET.
12158         (s390_emit_prologue): Use it.
12159         * config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
12160         "builtin_setjmp_receiver"): Cleanup.  Use s390_load_got.  Do not
12161         hard-code register 14.
12162         * config/s390/s390-protos.h (s390_load_got): Declare.
12163
12164         * config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
12165         Support TImode constants.
12166         * config/s390/s390.md ("consttable_ti"): New.
12167         ("consttable_si", "consttable_di"): Handle TLS symbols correctly.
12168
12169         * config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
12170         UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
12171         UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
12172         UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
12173         UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
12174         New symbolic constants.
12175         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
12176         "consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
12177         "pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
12178         "pool", "literal_pool_31", "literal_pool_64"): Cleanup.  Use
12179         symbolic UNSPEC values.
12180         * config/s390/s390.c (larl_operand, s390_short_displacement,
12181         bras_sym_operand, s390_cannot_force_const_mem,
12182         s390_delegitimize_address, s390_decompose_address,
12183         legitimize_pic_address, s390_output_symbolic_const,
12184         s390_function_profiler): Use symbolic UNSPEC values.
12185
12186 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12187
12188         * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
12189         c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
12190         c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
12191         collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
12192         cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
12193         cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
12194         dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
12195         fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
12196         gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
12197         genemit.c genextract.c genoutput.c genrecog.c gensupport.c
12198         ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
12199         integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
12200         loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
12201         postreload.c prefix.c print-tree.c protoize.c ra-build.c
12202         ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
12203         regmove.c regrename.c reload.c reload1.c reorg.c resource.c
12204         sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
12205         simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
12206         tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
12207         varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
12208         casts.
12209
12210 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12211
12212         * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
12213         * toplev.h (warning): Remove attribute.
12214
12215 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12216
12217         * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
12218         (pop_label_level): Likewise.
12219         (duplicate_decls): Likewise.
12220         (implicitly_declare): Likewise.
12221         (shadow_label): Likewise.
12222         (start_decl): Likewise.
12223         (finish_decl): Likewise.
12224         (grokdeclarator): Likewise.
12225         (get_parm_info): Likewise.
12226         (detect_field_duplicates): Likewise.
12227         (finish_struct): Likewise.
12228         (start_function): Likewise.
12229         (store_parm_decls): Likewise.
12230         (finish_function): Likewise.
12231         (c_expand_body_1): Likewise.
12232         (check_for_loop_decls): Likewise.
12233         (merge_translation_unit_decls): Likewise.
12234
12235 2003-07-19  Neil Booth  <neil@daikokuya.co.uk>
12236
12237         * common.opt:  Document --param.
12238         * opts.c (columns, undocumented_msg): New.
12239         (print_help): Get number of columns from environment.  Print
12240         --param help.  Tweak newline handling.
12241         (print_param_help): New.
12242         (print_filtered_help): Better handling of duplicates.  Complain
12243         about undocumented switches.
12244         (print_switch): New.
12245         (wrap_help): Improve wrapping, use COLUMNS.
12246         * opts.sh: Ignore comments in records.
12247         * params.def: Fix typos and remove trailing periods.
12248         * toplev.c (display_help): Don't dump --param help.
12249         * doc/sourcebuild.texi: Update.
12250
12251 2003-07-18  Richard Henderson  <rth@redhat.com>
12252
12253         PR target/11556
12254         * optabs.c (prepare_operand): Fail gracefully instead of abort
12255         if the predicate doesn't satisfy.
12256         (gen_cond_trap): Allow prepare_operand to fail.
12257
12258 2003-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12259
12260         * c-common.c: Don't undefine GCC_DIAG_STYLE.
12261         (fname_decl): Don't use xxx_with_decl.
12262         (c_add_case_label): Likewise.
12263         (handle_section_attribute): Likewise.
12264         (handle_alias_attribute): Likewise.
12265         (handle_no_instrument_function_attribute): Likewise.
12266         (handle_no_limit_stack_attribute): Likewise.
12267         * c-objc-common.c (c_tree_printer): Print IDENTIFIER_NODEs.
12268         * c-format.c (gcc_cdiag_char_table): Add '%E' format-specifier.
12269
12270 2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12271
12272         * Makefile.in (ifcvt.o): Add cfgloop.h.
12273         * basic-block.h (EDGE_LOOP_EXIT): New flag.
12274         * cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
12275         * ifcvt.c: Include cfgloop.h.
12276         (mark_loop_exit_edges): New static function.
12277         (if_convert): Call it.
12278         (find_if_header): Ignore branches out of loops.
12279
12280 2003-07-18  Kazu Hirata  <kazu@cs.umass.edu>
12281
12282         * combine.c (simplify_comparison): Don't share rtx when converting
12283         (ne (and (not X) 1) 0) to (eq (and X 1) 0).
12284
12285 2003-07-18  David Edelsohn  <edelsohn@gnu.org>
12286
12287         * config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
12288         (AGGREGATES_PAD_UPWARD_ALWAYS): Define.
12289         (MUST_PASS_IN_STACK): Define.
12290         (BLOCK_REG_PADDING): Define.
12291
12292 2003-07-18  Richard Henderson  <rth@redhat.com>
12293
12294         * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
12295         to skip the addr_vec.
12296
12297 2003-07-18  Alexandre Oliva  <aoliva@redhat.com>
12298
12299         * combine.c (combinable_i3pat): Don't forbid occurrences of
12300         i2dest or i1dest in inner_dest if inner_dest is a mem.
12301
12302 2003-07-18  Jan Hubicka  <jh@suse.cz>
12303
12304         * cgraph.c (cgraph_remove_node): Clear the hash table slot.
12305
12306 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
12307
12308         PR target/11087
12309         * loop.c (basic_induction_var): Check if convert_modes emitted any
12310         instructions. Remove them and return 0 if so.
12311
12312 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12313
12314         PR optimization/11083
12315         * toplev.c (rest_of_handle_addresof): Rename into
12316         rest_of_handle_addressof.  Delete unreachable blocks
12317         if dead edges were purged after the addressof pass.
12318
12319 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
12320
12321         * Makefile.in, configure, configure.in: Remove handling of
12322         lang-options.h and options_.h.
12323         * toplev.c (struct lang_opt, documented_lang_options): Remove.
12324         (display_help): Don't use documented_lang_options.
12325
12326 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
12327
12328         * c-decl.c (pushdecl_function_level): Make static, return nothing.
12329         (kept_level_p): Fold into poplevel.
12330         (undeclared_variable): Moved here from c-typeck.c.  Export.
12331         * c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
12332         (undeclared_variable): Prototype here.  Don't prototype
12333         kept_level_p nor pushdecl_function_level.
12334         * c-parse.in: Change first argument to poplevel from
12335         "kept_level_p()" to "KEEP_MAYBE".
12336         * c-typeck.c (undeclared_variable): Moved to c-decl.c.
12337
12338 2003-07-17  Roger Sayle  <roger@eyesopen.com>
12339
12340         * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
12341         commutative operands instead of modifying the RTL in-place.
12342
12343 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
12344
12345         PR optimization/11557
12346         * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
12347         unless we know which function is being called.
12348
12349 2003-07-17  Roger Sayle  <roger@eyesopen.com>
12350
12351         * cse.c (fold_rtx): Use swap_commutative_operands_p to determine
12352         whether to reorder the operands of a commutative binary operator.
12353
12354 2003-07-17  Roger Sayle  <roger@eyesopen.com>
12355
12356         * fold-const.c (const_binop): Avoid performing the FP operation at
12357         compile-time, if either operand is NaN and we honor signaling NaNs,
12358         or if we're dividing by zero and either flag_trapping_math is set
12359         or the desired mode doesn't support infinities.
12360         (fold_initializer): New function to fold an expression ignoring any
12361         potential run-time exceptions or traps.
12362         * tree.h (fold_initializer): Prototype here.
12363         * c-typeck.c (build_binary_op): Move to the end of the file so
12364         that intializer_stack is in scope.  If constructing an initializer,
12365         i.e. when initializer_stack is not NULL, use fold_initializer to
12366         fold expressions.
12367         * simplify-rtx.c (simplify_binary_operation): Likewise, avoid
12368         performing FP operations at compile-time, if they would raise an
12369         exception at run-time.
12370
12371 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
12372
12373         PR 11498
12374         * Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
12375         (langhooks.o): Add $(GGC_H), gt-langhooks.h.
12376         (GTFILES): Add langhooks.c.
12377         (gt-langhooks.h): New.
12378         * c-common.h (c_static_assembler_name): Prototype.
12379         * c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
12380         * objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
12381         * c-opts.c: Include langhooks-def.h.
12382         (c_static_assembler_name): New.
12383         * langhooks.c: Include ggc.h.  Include gt-langhooks.h.
12384         (var_labelno): New.
12385         (lhd_set_decl_assembler_name): Give static objects with context
12386         unique names.
12387         * varasm.c (var_labelno): Delete.
12388         (make_decl_rtl): Don't change the assembler name once it's set.
12389
12390         * c-opts.c (this_input_filename): New.
12391         (finish_options): Take new parameter, name of file being compiled.
12392         Update callers.  Set this_input_filename.
12393         (push_command_line_include): Use this_input_filename not
12394         main_input_filename.
12395
12396 2003-07-17  Neil Booth  <neil@daikokuya.co.uk>
12397
12398         * Makefile.in: Depend .pot generation on options.c.
12399         * po/exgettext: Add an extra_files variable containing additional
12400         files to scan.
12401
12402 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
12403
12404         * objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
12405         c_write_global_declarations.
12406
12407         * c-decl.c: Fix typos in several comments.  Remove all
12408         #if 0 blocks; reindent as needed.  Remove unused argument
12409         to declare_parm_level; all callers changed.
12410         * c-parse.in: Update calls to declare_parm_level.  Avoid
12411         issuing a double warning in some circumstances.
12412         * c-typeck.c: Update calls to declare_parm_level.
12413         * c-tree.h: Update prototype of declare_parm_level.
12414
12415         * c-pragma.c (apply_pragma_weak): Don't complain about a
12416         redundant #pragma weak.
12417
12418         * objc/objc-act.c (forward_declare_categories,
12419         build_selector_reference_decl, build_class_reference_decl,
12420         build_objc_string_decl, synth_forward_declarations,
12421         build_protocol_reference): Set TREE_PUBLIC on synthetic
12422         forward decl to 0, consistent with eventual definition.
12423         Correct comments to match.
12424
12425         * fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
12426         in regexp that don't form a range expression.
12427         * fixinc/fixincl.def: Regenerate.
12428
12429 2003-07-17  Richard Henderson  <rth@redhat.com>
12430
12431         PR target/10907
12432         * config/ia64/ia64.c (ia64_epilogue_uses): GP is live at end
12433         even with !TARGET_CONST_GP.
12434         (ia64_function_ok_for_sibcall): Reject non-local functions.
12435
12436 2003-07-17  Steven Bosscher  <steven@gcc.gnu.org>
12437
12438         * c-common.c (c_estimate_num_insns_1): Don't handle
12439         METHOD_CALL_EXPR.
12440         * expr.c (safe_from_p): Likewise.
12441         * gengtype.c (adjust_field_tree_exp): Likewise.
12442         * stmt.c (warn_if_unused_value): Likewise
12443         * tree.c (first_rtl_op): Likewise.
12444         * tree.def: Don't define METHOD_CALL_EXPR.
12445         * java/lang.c (java_estimate_num_insns_1): Don't handle
12446         METHOD_CALL_EXPR.
12447
12448 2003-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
12449
12450         PR other/11466
12451         * doc/invoke.texi (SPARC Options): Document "-mlittle-endian"
12452         and its restrictions for the SPARC64 port.
12453         Move the entry of "-mimpure-text" before that of "-mv8".
12454
12455 2003-07-17  Eric Botcazou <ebotcazou@libertysurf.fr>
12456             Phil Edwards <phil@jaj.com>
12457
12458         * doc/install.texi (*-*-solaris2*): Document the step-by-step
12459         procedure to bootstrap and install.
12460         Document the preference for the legacy Sun tools in /usr/bin
12461         over the POSIX tools in /usr/xpg4/bin for the build process.
12462
12463 2003-07-17  Neil Booth  <neil@daikokuya.co.uk>
12464
12465         * c.opt: Document Uncodumented; use it.  Document ObjC options.
12466         * opts.c (print_filtered_help): Skip undocumented switches.
12467         * opts.h (CL_UNDOCUMENTED): New.
12468         * opts.sh: Handle Undocumented.
12469         * toplev.c (documented_lang_options): Prevent its becoming empty.
12470 objc:
12471         * lang-options.h: Remove.
12472
12473 2003-07-16  Ulrich Weigand  <uweigand@de.ibm.com>
12474
12475         * loop.c (check_ext_dependent_givs): Pass const struct loop *
12476         instead of struct loop_info * as argument.  Accept BIVs with
12477         increment +/- 1 provided there is a friendly exit test against
12478         a loop-invariant value.
12479         (strength_reduce): Adapt call to check_ext_dependent_givs.
12480
12481 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
12482             Con Bradley <con.bradley@superh.com>
12483
12484         * sh-protos.h (sh_get_pr_initial_val): Declare.
12485         * sh.c (regno_reg_class): Make its elements type enum reg_class.
12486         (output_stack_adjust): Remove emit_fn argument.  Add epilogue_p
12487         and live_regs_mask arguments.  Changed all callers.
12488         (save_schedule_s): New structure.
12489         (save_schedule): New typedef.
12490         (scavenge_reg, sh5_schedule_saves, sh5_schedule_saves): New functions.
12491         (calc_live_regs): For TARGET_SHMEDIA, use leaf_function_p.
12492         In interrupts handlers, also save registers that are usually
12493         partially saved, and make sure there is at least one general purpose
12494         register saved if a target register needs saving.
12495         Add casts in comparisons to avoid warnings.
12496         (sh_media_register_for_return): return -1 for interrupt handlers.
12497         (MAX_SAVED_REGS, MAX_TEMPS): New defines.
12498         (sh_expand_prologue): Use sh5_schedule_saves.  Check that any temp
12499         registers used are available.
12500         Set RTX_FRAME_RELATED_P where appropriate.
12501         Add an REG_FRAME_RELATED_EXPR for r0 + offset addressing.
12502         (sh_expand_epilogue, sh_set_return_address): Use sh5_schedule_saves.
12503         (initial_elimination_offset): Likewise.
12504         * sh.h (DWARF_CIE_DATA_ALIGNMENT): Set to -4.
12505         (LOCAL_ALIGNMENT, GENERAL_REGISTER_P): Add casts to avoid warnings.
12506         (FP_REGISTER_P): Add casts to fix broken handling of unsigned REGNO.
12507         (XD_REGISTER_P, TARGET_REGISTER_P): Likewise.
12508         (HARD_REGNO_CALL_PART_CLOBBERED): Also yield nonzero for r15,
12509         and for target registers.
12510         (RETURN_IN_MEMORY): Add parentheses to avoid warnings.
12511         (regno_reg_class): Make its elements type enum reg_class.
12512         (CONSTRAINT_LEN): Don't use isdigit.
12513         (FUNCTION_ARG_REGNO_P): Add casts to avoid warnings.
12514         (FUNCTION_ARG): Add parentheses to avoid warnings.
12515         (RETURN_ADDR_RTX): Use sh_get_pr_initial_val.
12516         (RETURN_ADDR_OFFSET): Define to -1 for TARGET_SH5.
12517         (SH_DBX_REGISTER_NUMBER): Add casts to avoid warnings.
12518         (EH_RETURN_DATA_REGNO): Use unsigned constants to avoid warnings.
12519         * sh.md (xordi3+1): Remove unused variable regno.
12520         (return_media): Check that tr0 is available before using it.
12521
12522 2003-07-16  Neil Booth  <neil@daikokuya.co.uk>
12523
12524         * c.opt: Document more options.
12525
12526 2003-07-16  Roger Sayle  <roger@eyesopen.com>
12527
12528         * combine.c (subst): Also handle (subreg (const_double ...)) case
12529         if created by a substitution, by using the original inner mode.
12530
12531 2003-07-16  Roger Sayle  <roger@eyesopen.com>
12532
12533         * simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons
12534         to MODE_FLOAT constants if FLOAT_STORE_FLAG_VALUE is defined.
12535         (simplify_rtx): Likewise.  Simplify (lo_sum (high X) X) as X.
12536
12537 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
12538
12539         * doc/install.texi (--without-headers): New.
12540
12541         Partial Fix PR/10129
12542         * config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
12543         (machopic_output_function_base_name): New; print the true pic label.
12544         (machopic_classify_ident): Pic Base is always a defined data.
12545         * config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
12546         * config/darwin-proto.h (machopic_output_function_base_name): Prototype.
12547
12548         * gcse.c (gcse_constant_p): COMPARE of the same registers is a constant
12549         if they are not floating point registers.
12550
12551         PR c/10962
12552         * ggc.h: Add header guards.
12553         * c-decl.c (finish_struct): Sort fields if
12554         number greater than 15 and there are no
12555         anonymous structs/unions.
12556         * c-common.h: Include ggc.h.
12557         (sorted_fields_type): New struct.
12558         (field_decl_cmp): New prototype.
12559         (resort_sorted_fields): New prototype.
12560         (DECL_DECLARES_TYPE_NON_TEMPLATE_P): New macro.
12561         * c-tree.h: (lang_type): Use pointer to sorted_fields_type
12562         as s, removing other fields.
12563         * c-typeck.c (lookup_field): Use s in lang_type.
12564         These were mostly moved from cp/class.c:
12565         * c-common.c (field_decl_cmp): New static function.
12566         (field_decl_cmp): New function.
12567         (resort_sorted_fields): New function.
12568
12569 2003-07-16  Geoffrey Keating  <geoffk@apple.com>
12570
12571         * config/darwin.c (machopic_select_section): Use decl_readonly_section
12572         to do most of the work.
12573
12574 2003-07-16  Hans-Peter Nilsson  <hp@bitrange.com>
12575
12576         * config/mmix/mmix-protos.h: Convert prototypes to ISO C90.
12577         * config/mmix/mmix.c: Convert functions to ISO C90.
12578         (mmix_eh_return_handler_rtx, mmix_output_shifted_value): Tweak
12579         formatting.
12580         (mmix_get_hard_reg_initial_val): Tweak section head comment.
12581
12582 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
12583
12584         * c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK.
12585
12586 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
12587
12588         * unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.
12589         (uw_update_context_1): Use it.
12590         * config/rs6000/rs6000.c (insn_after_throw): Remove.
12591         (rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location
12592         in parent frame if _Unwind_* called directly instead of through
12593         .plt.
12594         (rs6000_emit_eh_toc_restore): Remove.
12595         (rs6000_emit_prologue): Update stack pointer before doing any saving
12596         if current_function_calls_eh_return.  Generate unwind info for $r2.
12597         (rs6000_emit_epilogue): Restore stack pointer after doing all
12598         restoring if current_function_calls_eh_return.  Restore $r2.
12599         * config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove.
12600         * config/rs6000/rs6000.md (eh_return): Remove call to
12601         rs6000_emit_eh_toc_restore.
12602         * config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define.
12603         * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define.
12604
12605 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
12606
12607         * expr.c (emit_block_move): Don't move anything if size is const 0.
12608         (clear_storage): Test against const0_rtx instead of comparing INTVAL
12609         against 0.
12610
12611 2003-07-15  David S. Miller  <davem@redhat.com>
12612
12613         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only
12614         emit nop if the last real insn is CALL_INSN.
12615
12616 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
12617
12618         * config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
12619         as "nul".
12620         * config/i386/xm-mingw32.h: Change GNU CC to GCC.
12621
12622 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
12623
12624         * config/i386/winnt.c (associated_type): Artificial methods are not
12625         affected by the import/export status of their class unless they are
12626         COMDAT.
12627         (i386_pe_dllimport_p): Do not mark artificial methods as dllimport.
12628
12629         * config/i386/winnt.c: Fix GCC copyright comment.
12630
12631 2003-07-16  Gabriel Dos Reis  <gcc@integrable-solutions.net>
12632
12633         PR c++/11531
12634         * diagnostic.c (diagnostic_report_diagnostic): Don't ICE if we're
12635         not recursing on hard error.
12636         (diagnostic_for_decl): Likewise.
12637         * diagnostic.def: Rearrange.
12638
12639 2003-07-15  J"orn Rennecke <joern.rennecke@superh.com>
12640
12641         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
12642         If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode.
12643
12644 2003-07-15  J"orn Rennecke <joern.rennecke@superh.com>
12645             Richard Henderson  <rth@redhat.com>
12646
12647         * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table
12648         to decide if to access a _Unwind_Ptr or a _Unwind_Word.
12649         (_Unwind_SetGR): Likewise.
12650         (_Unwind_GetPtr, _Unwind_SetSpColumn): New functions.
12651         (Unwind_SpTmp): New typedef.
12652         (uw_update_context_1): Use _Unwind_SetSpColumn and _Unwind_GetPtr.
12653         (uw_update_context): Use _Unwind_GetPtr.
12654         (init_dwarf_reg_size_table): Move above uw_init_context_1.
12655         (uw_init_context_1): Initialize dwarf_reg_size_table if necessary.
12656         Use _Unwind_SetSpColumn.
12657         (uw_install_context_1): Don't initialize dwarf_reg_size_table.
12658         Use _Unwind_GetPtr.
12659
12660 2003-07-15  Neil Booth  <neil@daikokuya.co.uk>
12661
12662         * c.opt: Document more options.
12663         * toplev.c (documented_lang_options): Remove all local help strings.
12664
12665 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
12666
12667         PR debug/11473
12668         * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of
12669         base classes.
12670
12671 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
12672
12673         PR target/10795
12674         * config/i386/i386.c (ix86_expand_carry_flag_compare): Don't
12675         swap comparison operands if doing so would generate an
12676         unrecognizable insn.
12677
12678 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12679
12680         PR optimization/11320
12681         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
12682         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
12683         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
12684         current_sched_info->compute_jump_reg_dependencies. Record which
12685         registers are used and which registers are set by the jump.
12686         Clear deps->reg_conditional_sets after a barrier.
12687         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
12688         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
12689         (init_deps): Initialize reg_conditional_sets.
12690         (free_deps): Clear reg_conditional_sets.
12691         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
12692         Mark registers live on entry of the fallthrough block and conditionally
12693         set as set by the jump. Mark registers live on entry of non-fallthrough
12694         blocks as used by the jump.
12695         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
12696         Mark new parameters as unused.
12697
12698 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
12699
12700         * doc/invoke.texi: Resync MIPS -march documentation.
12701
12702 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
12703
12704         * config/mips/mips.h (PROCESSOR_R9000): New processor_type.
12705         (TARGET_MIPS9000, TUNE_MIPS9000): New macros.
12706         (GENERATE_MULT3_SI): True for TARGET_MIPS9000.
12707         * config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry.
12708         (mips_rtx_costs): Adjust integer multiplication costs for the rm9000.
12709         (mips_issue_rate): Handle PROCESSOR_R9000.
12710         (mips_use_dfa_pipeline_interface): Likewise.
12711         * config/mips/9000.md: New file.
12712         * config/mips/mips.md: Include it.
12713         (define_attr cpu): Add r9000.
12714         (mulsi3_mult3): Use "mul" for rm9000 code.
12715
12716 2003-07-15  Stan Cox  <scox@redhat.com>
12717
12718         * config/mips/mips.h (PROCESSOR_R7000): New processor_type.
12719         (TARGET_MIPS7000, TUNE_MIPS7000): New macros.
12720         (GENERATE_MULT3_SI): True for TARGET_MIPS7000.
12721         * config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry.
12722         (mips_rtx_costs): Adjust integer multiplication costs for the rm7000.
12723         (mips_issue_rate): Handle PROCESSOR_R7000.
12724         (mips_use_dfa_pipeline_interface): Likewise.
12725         * config/mips/7000.md: New file.
12726         * config/mips/mips.md: Include it.
12727         (define_attr cpu): Add r7000.
12728         (mulsi3_mult3): Use "mul" for rm7000 code.
12729
12730 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
12731
12732         * config/mips/mips.md (define_attr type): Add condmove.  Use it for
12733         the conditional move patterns.
12734         * config/mips/5400.md (ir_vr54_move): Rename to ir_vr54_condmove.
12735         Check for condmove type.
12736         (ir_vr54_arith): Add move type.
12737         * config/mips/5500.md (ir_vr55_move, ir_vr55_arith): Likewise.
12738         * config/mips/sr71k.md (ir_sr70_move, ir_sr70_arith): Likewise.
12739
12740 2003-07-15  Neil Booth  <neil@daikokuya.co.uk>
12741
12742         * c-opts.c (print_help): Remove.
12743         (c_common_handle_option): Don't handle --help.
12744         * c.opt: Document some options.
12745         (--help): Remove.
12746         * opts.c (print_filtered_help): New.
12747         (print_help): Use it.
12748
12749 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
12750
12751         * c-common.c (c_common_type_for_mode): Handle V4DFmode.
12752         * tree.c: (build_common_tree_nodes_2): Likewise.
12753         * tree.h (enum tree_index): Add TI_V4DF_TYPE.
12754         (V4DF_type_node): New.
12755
12756         * c-opts.c (push_command_line_include): Don't free deferred_opts,
12757         we'll need it.
12758         (finish_options): Reset init_cursor.
12759
12760 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
12761
12762         * expr.c (expand_assignment): Remove an unused argument
12763         SUGGEST_REG.
12764         * expr.h: Update the prototype.
12765         * function.c: Update the callers.
12766         * stmt.c: Likewise.
12767
12768 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
12769
12770         PR debug/11098
12771         * integrate.c (copy_decl_for_inlining): Do not mark copied decls
12772         as DECL_ABSTRACT.
12773
12774 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12775
12776         * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass
12777         with __cplusplus, not "we must use the C++ compiler's type"
12778         * fixinc/inclhack.def (void_null): Note that Interix needs this.
12779         * fixinc/fixincl.x: Regenerate.
12780
12781 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
12782
12783         * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
12784         and unseen_objects from the global data before calling
12785         __deregister_frame_info_bases.
12786         (examine_objects): Insert objects into the seen_objects list,
12787         not unseen_objects.
12788         (_Unwind_Find_FDE): Always unlock the global object lists, even if
12789         we couldn't allocate a data structure to put in it.
12790
12791         * objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.
12792         (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend.
12793         (SET_TYPE_PROTOCOL_LIST): New.
12794         * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST.
12795         (get_object_reference): Likewise.
12796
12797 2003-07-14  Jan Hubicka  <jh@suse.cz>
12798
12799         * cfglayout.c (locator_file): Break out from ....
12800         (insn_file): ... here.
12801         (locator_line): Break out from ....
12802         (insn_line): ... here.
12803         * rtl.h (locator_file, locator_line): Declare.
12804         (final_start_function): Set proper line/file info.
12805
12806 2003-07-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12807
12808         * c-pretty-print.c (pp_c_unary_expression): A CONVERT_EXPR is
12809         handled by pp_c_cast_expression.
12810
12811 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
12812
12813         * config/mips/mips.c (mips_expand_prologue): Use a single insn to
12814         allocate 32768 bytes of stack.  Use addition rather than subtraction
12815         when a single insn is enough.
12816         * config/mips/mips.md: Remove insns and splitters for subtracting
12817         constants.
12818         (subsi3): Only accept register operands.
12819         (subsi3_internal): Likewise.  Use for TARGET_MIPS16 as well.
12820         (subdi3_internal_3, subsi3_internal_2): Likewise.
12821         (casesi): Use expand_binop to subtract the lower bound.
12822
12823 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
12824
12825         * config/mips/mips.c (mips_in_small_data_p): Don't handle
12826         TARGET_MIPS16 specially.
12827
12828 2003-07-14  Richard Sandiford  <rsandifo@redhat.com>
12829
12830         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use
12831         mips_output_aligned_bss.
12832         * config/mips/linux.h: Likewise.
12833         * config/mips/mips-protos.h (mips_output_aligned_bss): Declare.
12834         * config/mips/mips.c (mips_output_aligned_bss): New function.
12835
12836         * config/mips/elf.h (DBX_DEBUGGING_INFO): Delete.
12837         * config/mips/elf64.h: Likewise.
12838
12839         * config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use
12840         mips_declare_object_name.
12841         (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object.
12842         * config/mips/elf64.h: As for elf.h.
12843         * config/mips/iris6.h: Likewise.
12844         * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h.
12845         * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary
12846         do...while (0) block.
12847         * config/mips/mips-protos.h (mips_declare_object_name): Declare.
12848         (mips_finish_declare_object): Declare.
12849         * config/mips/mips.c (mips_declare_object_name): New function.
12850         (mips_finish_declare_object): New function.
12851
12852         * config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete.
12853         * config/mips/linux.h: Likewise.
12854
12855         * config/mips/mips.c (inside_function): Delete.
12856         (file_in_function_warning, ignore_line_number): Delete.
12857         (mips_output_filename): Don't warn about changing filenames within
12858         a function.
12859         (mips_output_lineno): Update accordingly.
12860         (mips_output_function_prologue): Don't reset the deleted variables.
12861         * config/mips/mips.h (inside_function): Delete.
12862         (file_in_function_warning, ignore_line_number): Delete.
12863
12864         * config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs.
12865         * config/mips/elf64.h: Likewise.
12866         * config/mips/openbsd.h: Likewise.
12867         * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs.
12868         * config/mips/linux.h: Likewise.
12869         * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete.
12870         (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete.
12871
12872         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
12873         to the list of include files when using gas.
12874         (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally.
12875         * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO.
12876         * config/mips/elf64.h: Likewise.
12877         * config/mips/iris5.h: Likewise.
12878         * config/mips/linux.h: Likewise.
12879         * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition.
12880         * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise.
12881         (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to...
12882         * config/mips/sdb.h: ...this new file.
12883
12884 2003-07-14  Douglas Rupp  <rupp@gnat.com>
12885
12886         * fixinc/server.c (server_setup): Don't use non-POSIX NULL first
12887         argument to getcwd; use fixed buffer instead.
12888
12889 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12890
12891         * fixinc/mkfixinc.sh: Treat OpenBSD normally.
12892         * fixinc/fixinc.wrap: Delete.
12893
12894 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12895
12896         * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
12897         don't have 2.
12898
12899 2003-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12900
12901         * ggc-page.c (struct globals): Add new fields to keep track of the
12902         total allocated memory and overhead.
12903         (ggc_print_statistics): Print them.
12904         (ggc_alloc): Keep track of the total allocated memory and the
12905         overhead.
12906
12907         * tree.c (dump_tree_statistics): Increase spacing.
12908         (enum tree_node_kind): Move to ...
12909         * tree.h (enum tree_node_kind): ... here.
12910         (tree_node_counts, tree_node_sizes): Declare.
12911
12912 2003-07-14  James A. Morrison  <ja2morri@student.math.uwaterloo.ca>
12913
12914         * doc/include/texinfo.tex: Upgrade to texinfo 4.6.
12915
12916 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12917
12918         PR optimization/11440
12919         * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or
12920         SIGN_EXTRACT SETs.
12921
12922 2003-07-14  Alan Modra  <amodra@bigpond.net.au>
12923
12924         * doc/tm.texi (BLOCK_REG_PADDING): Describe.
12925         * expr.h (struct locate_and_pad_arg_data): Add where_pad.
12926         (emit_group_load, emit_group_store): Adjust declarations.
12927         Remove most occurrences of #ifdef TREE_CODE.
12928         * expr.c (emit_group_load): Add "type" param, and use
12929         BLOCK_REG_PADDING to determine need for a shift.  Optimize non-
12930         aligned accesses if !SLOW_UNALIGNED_ACCESS.
12931         (emit_group_store): Likewise.
12932         (emit_push_insn, expand_assignment, store_expr, expand_expr): Adjust
12933         emit_group_load and emit_group_store calls.
12934         * calls.c (store_unaligned_arguments_into_pseudos): Tidy.  Use
12935         BLOCK_REG_PADDING to determine whether we need endian_correction.
12936         (load_register_parameters): Localize vars.  Handle shifting of
12937         small values to the correct end of regs.  Adjust emit_group_load
12938         call.
12939         (expand_call, emit_library_call_value_1): Adjust emit_group_load
12940         and emit_group_store calls.
12941         * function.c (assign_parms): Set mem alignment for stack slots.
12942         Adjust emit_group_store call.  Store values at the "wrong" end
12943         of regs to the stack.  Use BLOCK_REG_PADDING.
12944         (locate_and_pad_parm): Save where_pad.
12945         (expand_function_end): Adjust emit_group_load call.
12946         * stmt.c (expand_value_return): Adjust emit_group_load call.
12947         * Makefile.in (calls.o): Depend on $(OPTABS_H).
12948         * config/rs6000/linux64.h (TARGET_LITTLE_ENDIAN): Redefine as 0.
12949         (AGGREGATE_PADDING_FIXED, AGGREGATES_PAD_UPWARD_ALWAYS): Define.
12950         (MUST_PASS_IN_STACK): Define.
12951         (BLOCK_REG_PADDING): Define.
12952         * config/rs6000/rs6000.h (struct rs6000_args): Remove orig_nargs.
12953         (PAD_VARARGS_DOWN): Define in terms of FUNCTION_ARG_PADDING.
12954         * config/rs6000/rs6000.c (init_cumulative_args): Don't set orig_nargs.
12955         (function_arg_padding): !AGGREGATE_PADDING_FIXED compatibility code.
12956         Act on AGGREGATES_PAD_UPWARD_ALWAYS.
12957
12958 2003-07-13  Aaron W. LaFramboise  <awlaframboise@aol.com>
12959
12960         * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
12961
12962 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12963
12964         * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
12965         both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
12966
12967 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12968
12969         PR other/11123
12970         * toplev.c: Don't cut off option names.
12971
12972 2003-07-13  Andreas Jaeger  <aj@suse.de>
12973
12974         * c-decl.c (link_hash_hash): Avoid warning about casting pointer
12975         to integer of different size.
12976
12977 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12978
12979         * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
12980         to (eq (and X 1) 0).
12981
12982 2003-07-13  Andreas Jaeger  <aj@suse.de>
12983
12984         * config.gcc: Add pmmintrin.h for x86_64-*-*.
12985
12986 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
12987
12988         * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
12989         (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
12990         list.  Move these all together down by cpplib.
12991
12992         * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
12993         definition of CPPCHAR_SIGNED_T.
12994
12995         * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
12996         * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
12997         * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
12998
12999         * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
13000         * cppinit.c (cpp_create_reader): Likewise.
13001
13002         * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
13003         * cpptrad.c: Likewise.  All callers changed.
13004         * cpplib.c: All callers changed.
13005         * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
13006         * hashtable.h: Define GTY(x) to nothing here too.
13007
13008 2003-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13009
13010         * stor-layout.c (compute_record_mode): Remove very obsolete test
13011         that forces BLKmode for records with fields crossing word boundary.
13012
13013 2003-07-13  Zack Weinberg  <zack@codesourcery.com>
13014
13015         * Makefile.in: Remove orphan reference to acconfig.h.
13016
13017 2003-07-13  Andreas Jaeger  <aj@suse.de>
13018
13019         * cgraphunit.c: Convert prototypes to ISO C90.
13020
13021 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13022
13023         * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
13024         (for OpenBSD).
13025         * fixinc/fixincl.x: Rebuild.
13026
13027 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
13028
13029         * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
13030         i?86-*-*.  Use correct name of cache variable.
13031         * configure: Regenerate.
13032
13033 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
13034
13035         * config/alpha/alpha.c: Fix comment typos.
13036         * config/alpha/alpha.md: Likewise.
13037         * config/arm/arm.c: Likewise.
13038         * config/arm/arm.md: Likewise.
13039         * config/arm/lib1funcs.asm: Likewise.
13040         * config/avr/avr.md: Likewise.
13041         * config/arm/README-interworking: Fix typos.
13042
13043 2003-07-12  Kazu Hirata  <kazu@cs.umass.edu>
13044
13045         * c-format.c: Fix comment formatting.
13046         * c-typeck.c: Likewise.
13047         * coverage.c: Likewise.
13048         * cppcharset.c: Likewise.
13049         * cpplib.c: Likewise.
13050         * dbxout.c: Likewise.
13051         * gcov-io.h: Likewise.
13052         * toplev.c: Likewise.
13053
13054 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13055
13056         * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
13057         fix.
13058
13059 2003-07-12  Zack Weinberg  <zack@codesourcery.com>
13060
13061         * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
13062         uses three-argument AC_DEFINE so no acconfig.h entries are
13063         needed.
13064         (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
13065         which contains the GAS version number as a scaled integer.
13066         (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers.  Add
13067         ability to check for ELF assembler.
13068         (gcc_GAS_CHECK_FEATURE): New macro.
13069         * configure.in: Use gcc_AC_CHECK_TYPE.  Rewrite all
13070         assembler feature checks using gcc_GAS_CHECK_FEATURE.
13071         Use three-argument AC_DEFINE everywhere.
13072         * acconfig.h: Deleted.
13073         * config.in, configure: Regenerate.
13074
13075 2003-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13076
13077         * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
13078         (on OpenBSD).
13079         * fixinc/fixincl.x: Regenerate.
13080
13081         * fixinc/inclhack.def (gnu_types): Improve comment.
13082
13083 2003-07-12  Andreas Jaeger  <aj@suse.de>
13084
13085         * fp-test.c (main): Use ISO C90 prototype.
13086
13087         * version.c: Remove unneded include of ansidecl.h.
13088
13089         * cgraph.h: Convert prototypes to ISO C90.
13090         * cgraph.c: Likewise.
13091         * fix-header.c: Likewise.
13092         * ra.h: Likewise.
13093         * protoize.c: Likewise.
13094
13095 2003-07-12  Jan Hubicka  <jh@suse.cz>
13096
13097         * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
13098         warning.
13099
13100 2003-07-12  Jan Hubicka  <jh@suse.cz>
13101                                Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13102
13103         * cgraph.c (cgraph_max_uid): New global variable.
13104         (cgraph_node): Set uid field.
13105         (create_edge): Keep inline flags consistent.
13106         (dump_cgraph): Dump more info.
13107         * cgraph.h (struct cgraph_local_info): Remove inline_many and
13108         can_inline_once; add inlinable, disgread_inline_limits, and self_insn
13109         (struct cgraph_global_info): Add insns, calls, cloned_times,
13110         will_be_output.
13111         (struct cgraph_node): Add uid.
13112         (struct cgraph_edge): Add inline_call.
13113         (cgraph_max_uid, cgraph_inline_p): Declare.
13114         * cgraph.c: Include params.h and fibheap.h
13115         (cgraph_mark_functions_to_inline_once): Kill.
13116         (INSNS_PER_CALL): New constant.
13117         (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
13118         static variables.
13119         (cgraph_finalize_function): Do not analyze inlining.
13120         (cgraph_finalize_compilation_unit): Set inlining attributes.
13121         (cgraph_mark_functions_to_output): More consistency checks.
13122         (cgraph_optimize_function): Set current_function_decl to NULL.
13123         (cgraph_expand_function): Use new inline flags.
13124         (cgraph_postorder): Expand from cgraph_expand_functions.
13125         (INLINED_TIMES, SET_INLINED_TIMES): New macros.
13126         (cgraph_inlined_into, cgraph_inlined_callees,
13127         cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
13128         cgraph_mark_inline, cgraph_check_inline_limits,
13129         cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
13130         cgraph_decide_inlining, cgraph_inline_p): New functions.
13131         * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
13132         PARAM_INLINE_UNIT_GROWTH): New parameters.
13133         * tree-inline.c (struct inline_data): New field current_decl.
13134         (expand_call_inline): Avoid forward declarations; use
13135         inlinable_function_p.
13136         (optimize_inline_calls): Set id.current_decl.
13137
13138 2003-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
13139
13140         * configure.in: Remove wrongly added definition of
13141         local_prefix.
13142         * configure: Regenerate.
13143
13144 2003-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
13145
13146         * rtl.def (NOTE): Do not use padding.
13147
13148 2003-07-11  Dara Hazeghi  <dhazeghi@yahoo.com>
13149
13150         * doc/install.tex: Update required binutils for i?86-*-linux*
13151
13152 2003-07-11  Richard Henderson  <rth@redhat.com>
13153
13154         * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
13155
13156 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
13157
13158         * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
13159         TRANSLATION_UNIT_DECL as top_level.
13160
13161 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
13162
13163         * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
13164         then fall back to cmpstrM.
13165         * builtins.c (expand_builtin_memcmp): Likewise.
13166         * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
13167         (s390_expand_cmpmem): ... this.
13168         * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
13169         cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
13170         from cmpstr* patterns.  Rename call to s390_expand_cmpstr
13171         to s390_expand_cmpmem.
13172         * config/s390/s390.c (s390_expand_cmpstr): Rename to...
13173         (s390_expand_cmpstr): ... this.  Rename cmpstr* instructions
13174         to cmpmem*.
13175         * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
13176         cmpstr* patterns.
13177         * doc/md.texi (cmpstrM): Describe as String compare insn, not
13178         Block compare insn.
13179         (cmpmemM): Add.
13180
13181 2003-07-11  Loren James Rittle  <ljrittle@acm.org>
13182
13183         * config/i386/freebsd.h (SET_ASM_OP): Remove.
13184         (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
13185         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
13186          MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
13187
13188 2003-07-11  Richard Henderson  <rth@redhat.com>
13189
13190         * function.c (assign_parms): Don't recombine complex args if
13191         fnargs is unchanged from orig_fnargs.
13192         (split_complex_args): Return args without complex before copying.
13193         Re-layout the modified parameters.
13194
13195 2003-07-11  J"orn Rennecke <joern.rennecke@superh.com>
13196
13197         * regclass.c (choose_hard_reg_mode): Add third argument.
13198         Changed all callers.
13199         * rtl.h (choose_hard_reg_mode): Update declaration.
13200         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
13201         Take HARD_REGNO_CALL_PART_CLOBBERED into account.
13202
13203 2003-07-11  Geoffrey Keating  <geoffk@apple.com>
13204
13205         * c-decl.c (finish_decl): Handle 'used' here...
13206         * cgraphunit.c (cgraph_finalize_function): ... and here ...
13207         * c-common.c: (handle_used_attribute): ... not here.
13208
13209         * configure.in (onstep): Support --enable-intermodule.
13210         * Makefile.in (OBJS-common): New.
13211         (OBJS-md): New.
13212         (OBJS-archive): New.
13213         (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
13214         (OBJS-onestep): New.
13215         (libbackend.a): Support @onestep@.
13216         (libbackend.o): New.
13217         * configure: Regenerate.
13218
13219         * c-common.h (c_reset_state): New prototype.
13220         (c_parse_file): New prototype.
13221         (finish_file): Move prototype from c-tree.h.
13222         * c-decl.c: Include <hashtab.h>.
13223         (builtin_decls): New.
13224         (current_file_decl): New.
13225         (duplicate_decls): Add extra parameter. Change all callers.  Don't
13226         output duplicate common symbols.
13227         (link_hash_hash): New.
13228         (link_hash_eq): New.
13229         (poplevel): Handle popping of the top level.
13230         (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
13231         (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
13232         (pushdecl_top_level): Likewise.
13233         (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
13234         (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
13235         (finish_decl): Handle TRANSLATION_UNIT_DECL.
13236         (merge_translation_unit_decls): New.
13237         (c_write_global_declarations): New.
13238         (c_reset_state): New.
13239         (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
13240         * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
13241         * c-objc-common.c (c_cannot_inline_tree_fn): Handle
13242         TRANSLATION_UNIT_DECL.
13243         (c_objc_common_finish_file): Call merge_translation_unit_decls.
13244         * c-opts.c (in_fnames): Rename from in_fname.
13245         (c_common_decode_option): Handle multiple input filenames.
13246         (c_common_post_options): Likewise.
13247         (c_common_parse_file): Likewise; also, call c_parse_file rather than
13248         yyparse.
13249         * c-parse.in: Move cleanup code to c_parse_file.
13250         (free_parser_stacks): Move contents to c_parse_file.
13251         (c_parse_file): New.
13252         * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
13253         for integer types.
13254         (C_DECL_FILE_SCOPE): New.
13255         (finish_file): Move prototype to c-common.h.
13256         (merge_translation_unit_decls): New prototype.
13257         (comptypes): Add extra parameter to prototype.
13258         (c_write_global_declarations): New prototype.
13259         * c-typeck.c (tagged_types_tu_compatible_p): New.
13260         (function_types_compatible_p): Add extra parameter, change all callers.
13261         (type_lists_compatible_p): Likewise.
13262         (comptypes): Likewise.
13263         (struct tagged_tu_seen): New.
13264         (tagged_tu_seen_base): New.
13265         (build_unary_op): Handle TRANSLATION_UNIT_DECL.
13266         (c_mark_addressable): Remove #if 0 code.
13267         * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
13268         comment explaining why it shouldn't have to.
13269         * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
13270         options.
13271         * cppinit.c (cpp_read_next_file): New.
13272         (cpp_read_main_file): Use it.
13273         * cpplib.c (undefine_macros): New.
13274         (cpp_undef_all): New.
13275         * cpplib.h (cpp_read_next_file): Prototype.
13276         (cpp_undef_all): Prototype.
13277         * langhooks-def.h (write_global_declarations): Remove prototype.
13278         * toplev.h (write_global_declarations): Add prototype.
13279         * tree.c (decl_type_context): Use switch statement, handle
13280         TRANSLATION_UNIT_DECL.
13281         * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
13282         (TRANSLATION_UNIT_DECL): New kind of tree.
13283         * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
13284         * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
13285         * doc/invoke.texi: Make attempt to document new functionality.
13286
13287         2003-05-19  Per Bothner <bothner@apple.com>
13288
13289         * gcc.c (combine_inputs): New.
13290         (process_command): Set combine_inputs.
13291         (do_spec_1): Handle combine_inputs.
13292         (main): Likewise.
13293
13294 2003-07-10  James E Wilson  <wilson@tuliptree.org>
13295
13296         PR optimization/9745
13297         * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
13298         loop_insn_emit_before.
13299         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
13300
13301 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
13302
13303         * cppcharset.c: Fix comment.
13304         (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
13305         (EILSEQ): #define to EINVAL if not already defined.
13306         (convert_using_iconv): #if out when !HAVE_ICONV.
13307         (init_iconv_desc): Handle !HAVE_ICONV here...
13308         (cpp_init_iconv): ...not here.
13309
13310 2003-07-11  Neil Booth  <neil@daikokuya.co.uk>
13311
13312         * common.opt: More --help messages.
13313         * opts.c (print_help): Use puts().
13314         * toplev.c (f_options): Remove help text.
13315         (display_help): Don't dump f_options.
13316
13317 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13318
13319         * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
13320         Move i?86-*-interix* to the don't-fix list.
13321         * fixinc/fixinc.interix: Delete with extreme prejudice.
13322
13323 2003-07-10  Dara Hazeghi  <dhazeghi@yahoo.com>
13324
13325         PR bootstrap/10758
13326         * doc/install.texi: Document requirements for ia64-*-hpux* target.
13327
13328 2003-07-10  Roger Sayle  <roger@eyesopen.com>
13329
13330         * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
13331
13332 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
13333
13334         * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
13335         one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
13336         one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
13337         convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
13338         convert_no_conversion, convert_using_iconv): New functions.
13339         (APPLY_CONVERSION): New macro.
13340         (struct conversion, conversion_tab): New data structure.
13341         (init_iconv_desc): Check conversion_tab for a custom conversion
13342         primitive before trying to use iconv.
13343         (convert_cset): Deleted.
13344         (cpp_init_iconv): Use UTF- terminology, not UCS-.
13345         (_cpp_destroy_iconv): Update to match.
13346         (_cpp_valid_ucn): We don't need iconv to implement UCNs.
13347         (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
13348         (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
13349         (_cpp_interpret_string_notranslate): New function, moved here
13350         from cpplib.c.
13351
13352         * cpphash.h (convert_f, struct cset_converter): New types.
13353         (struct cpp_reader): narrow_cset_desc and wide_cset_desc
13354         are now struct cset_converter, not bare iconv_t.
13355         Update prototypes.
13356         * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
13357         all callers changed.
13358
13359 2003-07-10  Kelley Cook  <kelleycook@wideopenwest.com>
13360
13361         * Makefile.in (options.h): Depend on Makefile.  Add move-if-change
13362         to opts.sh command line.
13363         * opts.sh: Write to temporary files with a move-if-change at the end.
13364
13365 2003-07-10  Denis Chertykov  <denisc@overta.ru>
13366             Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13367
13368         * combine.c (gen_binary): Handle the CLOBBER rtx and
13369         don't build a binary operation with it.
13370
13371 2003-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13372
13373         * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
13374         store_killed_after, store_killed_before): Keep track of the correct
13375         dependency function to use.
13376
13377 2003-07-10  Steven Bosscher  <steven@gcc.gnu.org>
13378         * toplev.c (do_compile): Don't try to open dump files before
13379         lang_dependent_init initializes dump_base_name.
13380
13381 2003-07-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13382
13383         * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
13384         Use ARRAY_SIZE.
13385         * config/frv/frv.c (frv_expand_builtin): Likewise.
13386         * config/sh/sh.c (sh_media_init_builtins): Likewise.
13387
13388 2003-07-09  Mark Mitchell  <mark@codesourcery.com>
13389
13390         PR c++/10032
13391         * doc/invoke.texi (C++ Dialect Options): Change documentation of
13392         -fpermissive.
13393
13394 2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
13395
13396         * tm.texi (RETURN_ADDR_OFFSET): Document.
13397
13398 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
13399
13400         * gcov-io.h: Update documentation.
13401         (GCOV_UNSIGNED2STRING): New.
13402         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
13403         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
13404         GCOV_TAG_SUMMARY_LENGTH): Adjust.
13405         (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
13406         GCOV_TAG_COUNTER_NUM): New.
13407         (GCOV_BLOCK_SIZE): Number of words.
13408         (gcov_var): Adjust buffer type.
13409         * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
13410         (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
13411         count, not byte count.
13412         (gcov_open): Adjust overread init.
13413         (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
13414         gcov_write_string, gcov_write_tag, gcov_write_length,
13415         gcov_write_tag_length): Adjust.
13416         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13417         (gcov_sync, gcov_seek): Adjust.
13418         * gcov-dump.c (print_usage): Show gcc version only.
13419         (dump_file): Use GCOV_UNSIGNED2STRING.
13420         (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
13421         * gcov.c (print_version): Show gcc version only.
13422         (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
13423         GCOV_TAG_*_NUM macros.
13424         (read_count_file): Use GCOV_UNSIGNED2STRING. Use
13425         GCOV_TAG_COUNTER_LENGTH.
13426         * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
13427         Use GCOV_TAG_COUNTER_NUM.
13428         * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
13429         (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
13430
13431 2003-07-10  Andreas Schwab  <schwab@suse.de>
13432
13433         * gcov-dump.c (dump_file): Fix missing address operator.
13434
13435 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
13436
13437         PR c/11449
13438         * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
13439         of HOST_WIDE_INT.
13440         (fold_single_bit_test): If sign_bit_p() fails, assume that the
13441         bit being tested is not a sign bit.
13442
13443 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
13444
13445         * config/h8300/h8300.md (a peephole2): New.
13446
13447 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
13448
13449         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
13450         * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
13451         from ld-linux.so.2 to ld.so.1.
13452         2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
13453         * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
13454         * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
13455         nor -Wl,-rpath-link.
13456         (LIB_SPEC): Add -rpath-link if !static.
13457         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
13458         * config/mn10300/mn10300.c (mn10300_protect_label): New
13459         variable.
13460         * config/mn10300/linux.h (PRINT_OPERAND,
13461         PRINT_OPERAND_ADDRESS): Set it during their execution.
13462         (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
13463         mn10300_protect_label is set.
13464         * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
13465         -Wl,-rpath-link.
13466         (LIB_SPEC, STARTFILE_SPEC): Define.
13467         2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
13468         * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
13469         FLOAT_BIT_ORDER_MISMATCH.
13470         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
13471         * config.gcc (am33_2.0-*-linux*): Added.
13472         * config/mn10300/linux.h: New.
13473         * config/mn10300/t-linux: New.
13474
13475 2003-07-10  Andreas Jaeger  <aj@suse.de>
13476
13477         * fold-const.c: Properly wrap prototypes.
13478
13479 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
13480
13481         2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
13482         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
13483         Moved from...
13484         * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
13485         * config/mn10300/mn10300.h: GTY-declare it.
13486         2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
13487         * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
13488         prototype.  Use incoming RTL argument.
13489         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13490         * config/mn10300/mn10300.md (int_label): Move C statements...
13491         (GOTaddr2picreg): ... here.
13492         2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13493         * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
13494         * config/mn10300/mn10300.c (mn10300_encode_section_info):
13495         ... here.  New function.
13496         (TARGET_ENCODE_SECTION_INFO): Define to it.
13497         2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
13498         * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
13499         pattern name.
13500         (mn10300_loadPC): Define as insn splittable after reload.
13501         2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
13502         * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
13503         be defined in .rodata even in PIC, now that the assembler
13504         supports that.
13505         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
13506         * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
13507         symbol take an underscore prefix.
13508         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
13509         * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
13510         legitimize_pic_address): Declare.
13511         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
13512         the PIC register as fixed.
13513         (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
13514         (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
13515         PIC.
13516         (LEGITIMATE_PIC_OPERAND_P): Define.
13517         (PIC_OFFSET_TABLE_REGNUM): Define.
13518         (GOT_SYMBOL_NAME): Define.
13519         (SYMBOLIC_CONST_P): Define.
13520         (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
13521         symbols.
13522         (MN10300_GLOBAL_P): Test it.
13523         (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
13524         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
13525         * config/mn10300/mn10300.c (print_operand): Handle unspec.
13526         (expand_prologue): Set PIC register.
13527         (call_address_operand): Don't match SYMBOL_REFs in PIC.
13528         (legitimize_address): Call legitimize_pic_address.
13529         (legitimize_pic_address): New fn.
13530         (legitimate_pic_operand_p): New fn.
13531         * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
13532         (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
13533         UNSPEC_PLT): New constants.
13534         (pop_pic_reg): New insn.
13535         (movsi): Adjust non-PIC addresses.
13536         (builtin_setjmp_receiver): Restore the PIC register.
13537         (casesi): New insn.
13538         (call): Adjust non-PIC addresses.
13539         (int_label, GOTaddr2picreg): New expands.
13540         (am33_loadPC): New insn.
13541         (mn10300_loadPC): New expand.
13542         (call_next_insn): New insn.
13543         (add_GOT_to_pic_reg): New expand.
13544         (symGOT2reg, symGOT2reg_i): New expands.
13545         (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
13546         (sym2PIC, sym2PLT): New expands.
13547
13548 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
13549
13550         * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
13551         2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
13552         * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
13553         to flag_unsafe_math_optimizations.
13554         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
13555         * config/mn10300/mn10300.c (expand_prologue): Mark
13556         FP-register-saving insns as frame-related.
13557         2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
13558         * config/mn10300/mn10300.c
13559         (mn10300_get_live_callee_saved_regs): Don't search past
13560         LAST_EXTENDED_REGNUM.
13561         (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
13562         * config/mn10300/mn10300.md: Remove excessive line breaks from
13563         `@' output patterns that were accounted as additional
13564         alternatives.
13565         * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
13566         Re-introduce changes accidentally removed in Richard Sandiford's
13567         2000-12-05's patch.
13568         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
13569         Re-instate am33-2 lost in merge from net GCC.
13570         2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
13571         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
13572         floating-point registers.
13573         2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
13574         * config/mn10300/mn10300.md (movdf): Revert some am33-specific
13575         pessimizations that had gone in on 2000-05-08.
13576         2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
13577         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
13578         2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
13579         * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
13580         operand 0.
13581         * (movhi): Likewise.
13582         * (movsi): Likewise.
13583         * (movsf): Likewise.
13584         * (movdi): Likewise.
13585         * (movdf): Likewise.
13586         2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
13587         * config/mn10300/mn10300.c (fp_regs_to_save): New function.
13588         (can_use_return_insn, initial_offset): Add fp_regs_to_save.
13589         (expand_prologue, expand_epilogue): Save and restore FP regs.
13590         2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
13591         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
13592         2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
13593         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
13594         subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
13595         Do not clobber cc0.
13596         2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
13597         * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
13598         Discourage the two-argument, longer opcodes.
13599         (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
13600         ones.
13601         * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
13602         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
13603         * config/mn10300/mn10300.md (cmpsf): New pattern.
13604         (branch): Test mdep.fpCC and output fbCC.
13605         * config/mn10300/mn10300.c (print_operand): Output conditions.
13606         (notice_cc_update): Recognize fcmp and set mdep.fpCC.
13607         2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
13608         * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
13609         mulsf3, divsf3): Use the `F' constraint for FP values.
13610         * config/mn10300/mn10300.c (const_1f_operand): New function.
13611         * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
13612         * config/mn10300/mn10300.md (sqrtsf2): New expand.
13613         (rsqrtsf2): New insn.
13614         2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
13615         * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
13616         previous check-in.
13617         2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
13618         * config/mn10300/mn10300.md (abssf2, negdf2): On
13619         TARGET_AM33_2, expand to...
13620         (abssf2_am33_2, negdf2_am33_2): New insns.
13621         (addsf3, subsf3, mulsf3, divsf3): Likewise.
13622         (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
13623         * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
13624         movdi, movdf): Added FP regs.
13625         * invoke.texi (-mam33-2, -mno-am33-2): Document.
13626         2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
13627         * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
13628         New macros.
13629         (REGNO_AM33_2_FP_P): Renamed to...
13630         (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
13631         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
13632         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
13633         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
13634         regs from GENERAL_REGS.
13635         2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
13636         * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
13637         * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
13638         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
13639         2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
13640         * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
13641         as FP_REGS.
13642         2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
13643         * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
13644         (EXTRA_CONSTRAINT): Added OK_FOR_Q.
13645         * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
13646         * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
13647         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
13648         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
13649         AM33/2.0 floating-point registers.
13650         (CONDITIONAL_REGISTER_USAGE): Adjust.
13651         (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
13652         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
13653         (REG_CLASS_FROM_LETTER): Added `f' and `A'.
13654         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
13655         * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
13656         (MULTILIB_DIRNAMES): Likewise.
13657         * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
13658         `__AM33_2__' when `-mam33-2' is given.
13659         (TARGET_AM33_2): Define.
13660         (TARGET_SWITCHES): Adjust.
13661         * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
13662         when appropriate.
13663
13664 2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
13665
13666         * doc/install.texi: Add missing @.
13667
13668 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
13669
13670         * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
13671
13672 2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
13673
13674         PR/11144
13675         * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
13676
13677 2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13678
13679         PR bootstrap/11043
13680         * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
13681         "x-crtfini.o" with "crtinit.o", "crtfini.o".
13682
13683         * fixinc/inclhack.def (limits_ifndefs): Add select test.
13684         * fixinc/fixincl.x: Rebuild.
13685
13686         * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
13687         * fixinc/fixincl.x: Rebuild.
13688
13689 2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
13690
13691         * doc/install.texi (Configuration): Document the valgrind option
13692         to --enable-checking.
13693
13694 2003-07-09  Jan Hubicka  <jh@suse.cz>
13695
13696         * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
13697
13698 2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13699
13700         * c-lex.c (cb_ident): Cast cstr.text to const char *.
13701
13702 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
13703
13704         * gcov-io.h: Update documentation.
13705         (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
13706         GCOV_NOTE_MAGIC.
13707         (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
13708         (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
13709         (struct gcov_var): Change buffer's type. Add endian flag.
13710         (gcov_open): Remove mode in libgcov.
13711         (gcov_magic): Prototype.
13712         * gcov-io.c (from_file): New.
13713         (gcov_open): Clear endian flag.
13714         (gcov_magic): New.
13715         (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
13716         pointers.
13717         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13718         gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
13719         (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
13720         * gcov-iov.c (main): Correct cast.
13721         * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
13722         conversion.
13723         (gcov_begin_output): Use GCOV_NOTE_MAGIC.
13724         (coverage_init): Use GCOV_NOTE_SUFFIX.
13725         * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
13726         Rename to gcov_version, and return flag.
13727         (gcov_exit): Use gcov_version.
13728         (__gcov_init): Use gcov_version.
13729         * Makefile.in (coverageexts): Update.
13730         * gcov.c (print_version): Remove endianness conversion.
13731         (create_file_names): Use GCOV_NOTE_SUFFIX.
13732         (read_graph_file): Use gcov_magic.
13733         (read_count_file): Likewise.
13734         * gcov-dump.c (dump_file): Remove endianness conversion, use
13735         gcov_magic.
13736
13737 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
13738
13739         * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
13740         coverage is on.
13741         * configure: Regenerated.
13742         * Makefile.in (ALL_CFLAGS): Correct its comment.
13743
13744 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
13745
13746         * fold-const.c (make_range): Do not access operand 1 for a
13747         zero-operand operator.
13748
13749 2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
13750
13751         * toplev.c (warn_dummy, W_options): Die.
13752         (display_help): Don't print W_options.
13753         * common.opt: Add W_options help from toplev.c.
13754
13755 2003-07-09  Andreas Jaeger  <aj@suse.de>
13756
13757         * opts.c (wrap_help): Only pass int arguments as arguments to
13758         printf's '*' modifier.  Change argument of function.
13759
13760 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
13761
13762         * doc/invoke.texi: Fix misspelling of "@item".
13763
13764 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
13765
13766         * config/i386/i386.md: Remove an old comment about
13767         NOTICE_UPDATE_CC.
13768
13769 2003-07-09  Jan Hubicka  <jh@suse.cz>
13770
13771         * cgraph.c (cgraph_node_name): New function.
13772         (dump_cgraph): Use it.
13773         * cgraph.h (cgraph_dump_file): Declare.
13774         (cgraph_node_name): Declare.
13775         * cgraphunit.c: Include timevar.h
13776         (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
13777         (cgraph_optimize_function): Use TV_INTEGRATION.
13778         (cgraph_mark_local_functions): reorganize dumps.
13779         (cgraph_mark_functions_to_inline_once): Likewise.
13780         (cgraph_optimize): Likewise; use timevar.
13781         * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
13782         * toplev.c (dump_file_index): Add DFI_cgraph.
13783         (dump_file_info): Likewise.
13784         (cgraph_dump_file): New global variable.
13785         (do_compile): Open and close cgraph dump.
13786         * invoke.texi (-d): Document new flag; renumber.
13787
13788 2003-07-08  Roger Sayle  <roger@eyesopen.com>
13789
13790         PR c/11370
13791         * calls.c (emit_call_1): Don't bother popping the arguments off of
13792         the stack after a noreturn function call;  The adjustment is dead.
13793         (expand_call): Likewise.
13794
13795 2003-07-08  Geoffrey Keating  <geoffk@apple.com>
13796
13797         * expr.c (MOVE_MAX_PIECES): Move from here...
13798         * defaults.h (MOVE_MAX_PIECES): ... to here.
13799
13800 2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
13801
13802         * Makefile.in (stage1-start): Handle an empty SUBDIRS.
13803
13804 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13805
13806         * genattr.c (internal_dfa_insn_code): Don't prototype.
13807         * genattrtab.c (attr_desc): Add `static_p' field.
13808         (expand_units): Make blockage range and ready cost functions
13809         static.
13810         (write_attr_get): Don't add extern prototypes in C file.  Mark
13811         static functions as appropriate.
13812         (find_attr, make_internal_attr): Initialize static_p.
13813         * genattrtab.h (ATTR_STATIC): New macro.
13814         * genautomata.c (output_internal_reset_func): Mark output function
13815         as inline.
13816         (make_internal_dfa_insn_code_attr): Mark output function as static.
13817
13818 2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13819
13820         * genattrtab.h: Add new macros for attr `special' flags.
13821         * genattrtab.c (attr_desc): Reorder/resize fields better.
13822         Use attr `special' macros in all calls to make_internal_attr.
13823         * genautomata.c: Likewise.
13824
13825 2003-07-09  Jan Hubicka  <jh@suse.cz>
13826
13827         * c-common.c (c_estimate_num_insns_1): New static function.
13828         (c_estimate_num_insns): New global function.
13829         * c-common.h (DECL_NUM_STMTS): Rename to...
13830         (DECL_ESTIMATED_INSNS): ... this.
13831         (c_estimate_num_insns): Declare.
13832         * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
13833         * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
13834         * c-semantics.c (add_stmt): Do not account statements.
13835         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
13836         New.
13837         * langhooks.h (lang_hooks_for_tree_inlining): Add
13838         estimate_num_insns
13839         * params.def (max-inline-insns-auto, max-inline-insns-auto): set
13840         to 100.
13841         (max-inline-insns): set to 300.
13842         (min-inline-insns): set to 10.
13843         * tree-inline.c (struct inline_data): Rename inlined_stmts to
13844         inlined-insns.
13845         (INSNS_PER_STMT): Kill.
13846         (inlinable_function_p): Compute and store body size.
13847         (expand_call_inline): Likewise.
13848         (optimize_inline_calls): Likewise.
13849
13850 2003-07-08  James E Wilson  <wilson@tuliptree.org>
13851
13852         PR target/10021
13853         * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
13854         loop over new variable t2 instead of t.
13855
13856 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
13857
13858         PR bootstrap/11455
13859         * config/i386/winnt.c: Replace use of error(), warning() with
13860         error_with_decl(), warning_with_decl(),  throughout.
13861
13862 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
13863
13864         * opts.c (wrap_help): Use unsigned int, not size_t.
13865
13866 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
13867
13868         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
13869         as .file/.loc directives are incompatible with linker relaxation.
13870
13871 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
13872
13873         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
13874         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
13875         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
13876         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
13877         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
13878         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
13879         Escape { and } characters which are not part of range expressions.
13880         * fixinc/fixincl.x: Regenerate.
13881         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
13882
13883 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
13884
13885         PR c/1687
13886         * tree-inline.c (find_alloca_call): Use
13887         walk_tree_without_duplicates, instead of walk_tree.
13888         (find_builtin_longjmp_call): Likewise.
13889         * c-objc-common.c (c_cannot_inline_fn): Likewise.
13890         * c-semantics.c (find_reachable_label): Likewise.
13891
13892 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
13893
13894         PR c/11420
13895         * config/i386/i386.c (ix86_check_movabs): New function.
13896         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
13897         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
13898         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
13899
13900 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
13901
13902         * Makefile.in (install-po): Cope with empty CATALOGS.
13903
13904 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
13905
13906         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
13907         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
13908         (SECTION_FUNCTION_TEMPLATE): Delete.
13909         * config/mips/elf.h: As for elf64.h.
13910         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
13911         * config/mips/linux.h: As for elf.h
13912         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
13913         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
13914         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
13915         of in_sdata from current_section_name and current_section_flags.
13916         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
13917         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
13918         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
13919         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
13920         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
13921         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
13922         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
13923         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
13924         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
13925         (override_options): Remove setting of MASK_GPOPT.
13926         (mips_output_external): Use mips_in_small_data_p to check whether a
13927         symbol needs an .extern directive.  Don't emit such directives for
13928         TARGET_EXPLICIT_RELOCS.
13929         (mips_declare_object): Update accordingly.
13930         (mips_select_rtx_section): Call named_section rather than
13931         SMALL_DATA_SECTION.
13932         (mips_select_section): Use default_elf_section_section for everything
13933         except .text string constants.
13934         (mips_in_small_data_p): New function.
13935         (mips_encode_section_info): Remove small data handling.
13936         (mips_unique_section): Delete.
13937         (iris6_section_type_flags): New function.
13938         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
13939
13940 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13941
13942         PR Target/11453
13943         * pa.md: Disparage all mtsar constraints.
13944         (extzv, extv, insv): Don't fail on length of {32|64}.
13945
13946 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
13947
13948         * system.h: Poison MAP_CHARACTER.
13949         * config/i370/i370-protos.h (mvs_map_char): Delete.
13950         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
13951         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
13952         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
13953
13954 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
13955
13956         * toplev.c (randomize): Correct call to time().
13957
13958 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
13959
13960         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
13961         REG_EQUIV notes as well.
13962
13963 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
13964
13965         * doc/md.texi: Fix the description of addmodecc.
13966
13967 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
13968
13969         * Makefile.in (top_builddir): Set to "..", not ".".
13970         (INTLLIBS, INTLDEPS): Delete.
13971         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
13972         (LIBDEPS): Add $(LIBICONV_DEP).
13973         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
13974         (INCLUDES): Replace -I../intl with @INCINTL@.
13975         ($(top_builddir)/intl/libintl.a): Delete rule.
13976         (stage2-start, stage3-start, stage4-start, stageprofile-start,
13977         stagefeedback-start): Use $$ for variable to be evaluated by
13978         shell, not make.
13979         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
13980         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
13981         * aclocal.m4: sinclude ../config/progtest.m4.  Add
13982         contents of lcmessage.m4 from gettext distro.
13983         * configure.in: Check for wchar.h and setlocale.  Set
13984         LIBICONV_DEP to the empty string and substitute it.
13985         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
13986         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
13987         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
13988         in $LIBINTL, to avoid linking it twice.
13989         * configure, config.in: Regenerate.
13990
13991 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13992
13993         * fixinc/mkfixinc.sh: Remove winnt support.
13994         * fixinc/fixinc.winnt: Delete with extreme prejudice.
13995
13996 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
13997
13998         * Makefile.in: Update.
13999         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
14000         * c.opt: Update documentation.
14001         * common.opt: Add some help text.
14002         * opts.c: Include intl.h.
14003         (wrap_help, print_help): New.
14004         (find_opt, handle_option, common_handle_option): opt_text now
14005         contains the '-'.  Use print_help to output help.
14006         * opts.h (struct cl_option): New member "help".
14007         * opts.sh: Update to handle help text output and to prepend
14008         options with '-'.
14009         * toplev.c (display_help): Remove some help text.
14010
14011 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
14012             Fariborz Jahanian  <fjahanian@apple.com>
14013
14014         * configure.in: Test for PowerPC mfcr field support in assembler.
14015         * config.in, configure: Regenderated.
14016
14017         * config/rs6000/power4.md: Add mfcrf reservation.
14018         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
14019         * config/rs6000/rs6000.c (mfcr_operation): Define.
14020         (print_operand): Add 'Q' case for mfcrf.
14021         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
14022         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
14023         (movcc_internal1): Emit optional field operand for mfcr and set
14024         "type" attribute appropriately.
14025         (mfcr SCC): Likewise.
14026         (movesi_from_cr_one): New.
14027
14028 2003-07-07  Roger Sayle  <roger@eyesopen.com>
14029
14030         * config/i386/i386.md: Correct check-in of incorrect version.
14031
14032 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14033
14034         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
14035         adjacent stdio calls.
14036         * c-decl.c (c_print_identifier): Likewise.
14037         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
14038         * print-rtl.c (print_rtx): Likewise.
14039         * print-tree.c (print_node_brief, print_node): Likewise.
14040         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
14041
14042         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
14043         * config.in, configure: Regenerated.
14044
14045 2003-07-07  Roger Sayle  <roger@eyesopen.com>
14046
14047         PR target/10979
14048         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
14049         Changed to define_expand patterns that copy operand[1] to prevent
14050         it from being clobbered before emitting an atan2?f3_1 insn.
14051         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
14052         patterns that actually specify the behaviour of x87's FPATAN.
14053
14054 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
14055
14056         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
14057         clearing of SYMBOL_FLAG_LOCAL bit.
14058         If vcall_offset fits into signed 16-bit immediate, use
14059         one instruction for both addition and load.
14060
14061 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
14062
14063         * opts.c (common_handle_option): Correct handling of the
14064         -falign- switches that do and don't take an argument.
14065
14066 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
14067
14068         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
14069         today.
14070         (pushhi1_h8300hs): Likewise.
14071
14072 2003-07-07  Andreas Jaeger  <aj@suse.de>
14073
14074         * genextract.c: Convert remaining prototypes to ISO C90.
14075
14076         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
14077         * fold-const.c (fold_single_bit_test): Likewise.
14078         * diagnostic.c (default_diagnostic_finalizer): Likewise.
14079         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
14080
14081         * gengtype.c (write_array): Generate ISO C90 prototypes.
14082
14083         * genflags.c (gen_proto): Generate ISO C90 prototypes.
14084
14085 2003-07-07  Roger Sayle  <roger@eyesopen.com>
14086
14087         PR optimization/11059
14088         * expr.c (can_store_by_pieces): Return true if length is zero.
14089         (store_by_pieces): If length is zero and endp is two, abort,
14090         othwerise, if length is zero and endp is not two, return "to".
14091         (clear_by_pieces): Do nothing if length is zero.
14092         (clear_storage): Do nothing if length is zero.
14093         (store_constructor): Simplify code when size is zero, or the
14094         target has already been cleared.  This avoids emitting a
14095         blockage instruction when initializing empty structures.
14096
14097 2003-07-07  Andreas Jaeger  <aj@suse.de>
14098
14099         * mips-tfile.c: Convert prototypes to ISO C90.
14100         * mips-tdump.c: Convert prototypes to ISO C90.
14101
14102 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
14103
14104         * rtl.h (emit_line_note): Take a location_t.
14105         (emit_line_note_force): Remove.
14106         (set_file_and_line_for_statement): Take a location_t.
14107         * tree.g (emit_line_note): Take a location_t.
14108         * emit-rtl.c (emit_line_note): Take a location_t.
14109         (emit_line_note_force): Remove.
14110         * function.c (init_function_start): Adjust emit_line_note call.
14111         (expand_function_end): Use force_next_line_note, not
14112         emit_line_note_force.
14113         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
14114         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
14115         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
14116         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
14117         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
14118         genrtl_continue_stmt, genrtl_switch_stmt,
14119         genrtl_asm_stmt): Likewise.
14120         * expr.c (expand_expr): Likewise.
14121         * integrate.c (expand_inline_function): Likewise.
14122         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
14123         (expand_decl_init): Adjust emit_line_note call.
14124
14125 2003-07-07  Dale Johannesen  <dalej@apple.com>
14126
14127         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
14128
14129 2003-07-07  Andreas Jaeger  <aj@suse.de>
14130
14131         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
14132         * config/i386/i386.c: Likewise.
14133
14134 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
14135
14136         * config/h8300/h8300.md: Use gen_int_mode instead of
14137         GEN_INT (trunc_int_for_mode (...)).
14138
14139 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
14140
14141         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
14142         2 bytes and then subtract 2 from the stack pointer.
14143         (pushhi1_h8300hs): Likewise.
14144
14145 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
14146
14147         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
14148         -frandom-seed.
14149         * configure: Regenerated.
14150         * Makefile.in: Remove extraneous comment.
14151         * toplev.c (randomize): Protect against potential multiple calls.
14152         * doc/invoke.texi (-frandom-seed): Document use for in coverage
14153         files.
14154
14155 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14156             Eric Botcazou  <ebotcazou@libertysurf.fr>
14157
14158         PR optimization/11198
14159         * alias.c (objects_must_conflict_p): Return 1 if the types have
14160         the same alias set, not if the alias sets only conflict.
14161
14162 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
14163
14164         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
14165         (convert_cset): Change inbuf to type ICONV_CONST char.
14166         * Makefile.in (LIBS): Add LIBICONV.
14167
14168         * doc/invoke.texi (-falign-functions): Document that
14169         when n is zero then a machine-dependent default is used.
14170         (-falign-labels): Document that when n is zero then a
14171         machine-dependent default is used and that -falign-labels =1
14172         is equivalent to -fno-align-labels.
14173         (-falign-loops): Likewise.
14174         (-falign-jumps): Likewise.
14175
14176 2003-07-06  Art Haas  <ahaas@airmail.net>
14177
14178         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
14179         initializer syntax.
14180
14181 2003-07-06  James E Wilson  <wilson@tuliptree.org>
14182
14183         PR optimization/9812
14184         * rtl.h (mem_for_const_double): Delete prototype.
14185         * varasm.c (mem_for_const_double): Delete function.
14186         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
14187         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
14188         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
14189         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
14190         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
14191         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
14192         comment about confused support for XFmode constants.
14193
14194 2003-07-07  Jan Hubicka  <jh@suse.cz>
14195
14196         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
14197
14198 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
14199
14200         * config/h8300/h8300.c: Fix comment typos.
14201         * config/h8300/h8300.md: Likewise.
14202         * config/i386/athlon.md: Likewise.
14203         * config/i386/i386.c: Likewise.
14204         * config/i386/pentium.md: Likewise.
14205         * config/ia64/ia64.c: Likewise.
14206         * config/ia64/itanium1.md: Likewise.
14207         * config/ia64/itanium2.md: Likewise.
14208         * config/m32r/m32r.md: Likewise.
14209         * config/m68hc11/m68hc11.c: Likewise.
14210         * config/mcore/mcore.c: Likewise.
14211         * config/mips/sr71k.md: Likewise.
14212         * config/mips/t-iris5-as: Likewise.
14213         * config/mmix/mmix.h: Likewise.
14214         * config/ns32k/ns32k.h: Likewise.
14215         * config/ns32k/NOTES: Fix a typo.
14216
14217 2003-07-06  Andreas Jaeger  <aj@suse.de>
14218
14219         * stmt.c: Convert remaining prototypes to ISO C90.
14220         * cfglayout.c: Likewise.
14221         * dbxout.c: Likewise.
14222         * gcc.c: Likewise.
14223         * genemit.c: Likewise.
14224
14225         * basic-block.h: Convert prototypes to ISO C90.
14226         * c-parse.in: Likewise.
14227         * c-pragma.h: Likewise.
14228         * c-typeck.c: Likewise.
14229         * cfghooks.h: Likewise.
14230         * cfgloopanal.c: Likewise.
14231         * dbxout.h: Likewise.
14232         * debug.h: Likewise.
14233         * dwarf2asm.h: Likewise.
14234         * gcov.c: Likewise.
14235         * gengtype-lex.l: Likewise.
14236         * sched-int.h: Likewise.
14237         * timevar.c: Likewise.
14238
14239 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
14240
14241         * c-common.h (c_comon_handle_filename,
14242         c_common_missing_arguement): New.
14243         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
14244         LANG_HOOKS_MISSING_ARGUMENT): New.
14245         * c-opts.c (missing_arg): Rename c_common_missing_argument,
14246         update to be an appropriate langhook.
14247         (c_common_handle_option): Don't handle filenames.
14248         (c_common_handle_filename): New.
14249         * hooks.c (hook_void_constcharptr,
14250         hook_bool_constcharptr_size_t_false): New.
14251         * hooks.h (hook_void_constcharptr,
14252         hook_bool_constcharptr_size_t_false): New.
14253         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
14254         LANG_HOOKS_MISSING_ARGUMENT): New.
14255         (LANG_HOOKS_INITIALIZER): Update.
14256         * langhooks.h (struct lang_hooks): Add handle_filename and
14257         missing_argument.
14258         * opts.c (handle_option): Don't handle filenames here, but ...
14259         (handle_options): ... here.
14260         (common_handle_option): Don't handle missing arguments here.
14261         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
14262         LANG_HOOKS_MISSING_ARGUMENT): New.
14263
14264 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
14265
14266         * Makfile.in: Remove traces of mbchar.
14267         * c-parse.in (MULTIBYTE_CHARS): Remove.
14268         * config.in (MULTIBYTE_CHARS): Remove.
14269         * configure: Remove --enable-mbchar.
14270         * configure.in: Remove --enable-mbchar.
14271         * mbchar.c, mbchar.h: Remove.
14272         * system.h: Poison MULTIBYTE_CHARS.
14273         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
14274         * config/linux.h (MULTIBYTE_CHARS): Remove.
14275         * config/svr4.h (MULTIBYTE_CHARS): Remove.
14276         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
14277
14278 2003-07-06  Andreas Jaeger  <aj@suse.de>
14279
14280         * varray.c (varray_check_failed): Fix typo.
14281
14282         * unroll.c: Convert prototypes to ISO C90.
14283         * varasm.c: Likewise.
14284         * varray.c: Likewise.
14285         * varray.h: Likewise.
14286         * vmsdbgout.c: Likewise.
14287         * xcoffout.c: Likewise.
14288         * xcoffout.h: Likewise.
14289
14290 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
14291
14292         * gcov-io.h: Add a local time stamp.
14293         (struct gcov_info): Add stamp field.
14294         (gcov_truncate): New.
14295         * coverage.c (read_counts_file): Skip the stamp.
14296         (coverage_begin_output): Write the stamp.
14297         (build_gcov_info): Declare and init the stamp.
14298         (coverage_finish): Only unlink data file, if stamp is zero.
14299         * gcov-dump.c (dump_file): Dump the stamp.
14300         * gcov.c (bbg_stamp): New.
14301         (release_structures): Clear bbg_stamp.
14302         (read_graph_file): Read stamp.
14303         (read_count_file): Check stamp.
14304         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
14305
14306 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
14307
14308         * tree.h (default_flag_random_seed): Remove.
14309         * toplev.h (local_tick): Declare.
14310         * tree.c (flag_random_seed, default_flag_random_seed): Move to
14311         toplev.c.
14312         (append_random_chars): Don't call default_flag_random_seed.
14313         * toplev.c (flag_random_seed): Define here. Set local_tick.
14314         (local_tick): Define.
14315         (randomize): New, moved from tree.c.
14316         (print_switch_values): Adjust.
14317         (toplev_main): Call randomize.
14318
14319 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
14320
14321         * tree.h (crc32_string): Declare.
14322         * tree.c (append_random_chars): Remove.
14323         (crc32_string): New.
14324         (get_file_function_name_long): Use crc32_string here.
14325
14326 2003-07-06  Andreas Jaeger  <aj@suse.de>
14327
14328         * gcc.c: Convert prototypes to ISO C90.
14329         * gcc.h: Likewise.
14330         * gcov-dump.c: Likewise.
14331         * gcov-iov.c: Likewise.
14332         * gcse.c: Likewise.
14333         * genattrtab.h: Likewise.
14334         * ggc.h: Likewise.
14335         * global.c: Likewise.
14336         * graph.c: Likewise.
14337         * graph.h: Likewise.
14338         * hosthooks.h: Likewise.
14339         * hooks.h: Likewise.
14340         * hooks.c: Likewise.
14341         * hashtable.h: Likewise.
14342         * hashtable.c: Likewise.
14343         * haifa-sched.c: Likewise.
14344         * integrate.h: Likewise.
14345         * integrate.c: Likewise.
14346         * input.h: Likewise.
14347         * ifcvt.c: Likewise.
14348         * jump.c: Likewise.
14349         * langhooks-def.h: Likewise.  Add extern to prototypes.
14350         * langhooks.c: Likewise.
14351         * langhooks.h: Likewise.
14352         * lcm.c: Likewise.
14353         * local-alloc.c: Likewise.
14354         * loop-init.c: Likewise.
14355         * loop-unroll.c: Likewise.
14356         * loop-unswitch.c: Likewise.
14357         * loop.c: Likewise.
14358         * loop.h: Likewise. Add extern to prototypes.
14359         * machmode.h: Likewise.
14360         * main.c: Likewise.
14361         * mbchar.c: Likewise.
14362         * mbchar.h: Likewise.
14363         * mkdeps.c: Likewise.
14364         * mkdeps.h: Likewise.
14365         * optabs.c: Likewise.
14366         * optabs.h: Likewise.
14367         * output.h: Likewise.
14368         * gccspec.c: Likwise.
14369         * postreload.c: Likewise.
14370         * prefix.c: Likewise.
14371         * prefix.h: Likewise.
14372         * print-rtl.c: Likewise.
14373         * print-tree.c: Likewise.
14374         * profile.c: Likewise.
14375         * read-rtl.c: Likewise.
14376         * real.c: Likewise.
14377         * real.h: Likewise.
14378         * recog.c: Likewise.
14379         * recog.h: Likewise.
14380         * reg-stack.c: Likewise.
14381         * regclass.c: Likewise.
14382         * regmove.c: Likewise.
14383         * regrename.c: Likewise.
14384         * regs.h: Likewise.
14385         * reload.c: Likewise.
14386         * reload.h: Likewise.
14387         * reload1.c: Likewise.
14388         * reorg.c: Likewise.
14389         * resource.c: Likewise.
14390         * resource.h: Likewise.
14391         * rtl-error.c: Likewise.
14392         * rtl.c: Likewise.
14393         * rtl.h: Likewise.
14394         * rtlanal.c: Likewise.
14395         * sbitmap.c: Likewise.
14396         * sbitmap.h: Likewise.
14397         * scan-decls.c: Likewise.
14398         * scan.c: Likewise.
14399         * sched-deps.c: Likewise.
14400         * sched-ebb.c: Likewise.
14401         * sched-int.h: Likewise.
14402         * sched-rgn.c: Likewise.
14403         * sched-vis.c: Likewise.
14404         * sibcall.c: Likewise.
14405         * simplify-rtx.c: Likewise.
14406         * sreal.c: Likewise.
14407         * sreal.h: Likewise.
14408         * ssa-ccp.c: Likewise.
14409         * ssa-dce.c: Likewise.
14410         * ssa.c: Likewise.
14411         * ssa.h: Likewise.
14412         * stack.h: Likewise.
14413         * stmt.c: Likewise.
14414         * stor-layout.c: Likewise.
14415         * stringpool.c: Likewise.
14416         * target.h: Likewise.
14417         * timevar.c: Likewise.
14418         * timevar.h: Likewise.
14419         * tlink.c: Likewise.
14420         * tracer.c: Likewise.
14421         * tree-inline.c: Likewise.
14422         * tree-inline.h: Likewise.
14423         * tree.c: Likewise.
14424         * tree.h: Likewise.
14425
14426 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
14427
14428         * combine.c (nonzero_bits1): Fix a warning.
14429
14430 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
14431
14432         * config/h8300/h8300.c (compute_mov_length): Correct the
14433         length of loading CONST0_RTX (SFmode).
14434
14435 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
14436
14437         * toplev.c (output_clean_symbol_name): Remove.
14438         * toplev.h (output_clean_symbol_name): Remove.
14439         * config/alpha/alpha.c (unicosmk_output_module_name): Use
14440         lbasename & clean_symbol_name.
14441
14442 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
14443
14444         * ggc.h: Follow spelling conventions.
14445         * config/i386/i386.c: Likewise.
14446         * config/i386/winnt.c: Likewise.
14447         * config/rs6000/rs6000.c: Likewise.
14448
14449 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
14450
14451         * bt-load.c: Fix comment typos.
14452         * c-incpath.c: Likewise.
14453         * cfg.c: Likewise.
14454         * cfgcleanup.c: Likewise.
14455         * cfgloop.h: Likewise.
14456         * cfgloopmanip.c: Likewise.
14457         * cfgrtl.c: Likewise.
14458         * diagnostic.h: Likewise.
14459         * dwarfout.c: Likewise.
14460         * emit-rtl.c: Likewise.
14461         * et-forest.c: Likewise.
14462         * et-forest.h: Likewise.
14463         * expr.c: Likewise.
14464         * gcse.c: Likewise.
14465         * genattr.c: Likewise.
14466         * jump.c: Likewise.
14467         * langhooks.h: Likewise.
14468         * local-alloc.c: Likewise.
14469         * loop-unroll.c: Likewise.
14470         * loop-unswitch.c: Likewise.
14471         * ra-build.c: Likewise.
14472         * regclass.c: Likewise.
14473         * regmove.c: Likewise.
14474         * rtl.def: Likewise.
14475         * rtlanal.c: Likewise.
14476         * sched-ebb.c: Likewise.
14477         * sched-rgn.c: Likewise.
14478         * simplify-rtx.c: Likewise.
14479         * ssa.c: Likewise.
14480         * tracer.c: Likewise.
14481         * tree.c: Likewise.
14482
14483 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
14484
14485         * cppcharset.c: Use the correct return type for the fallback iconv
14486         macro.
14487
14488 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14489
14490         Blame to Jan Hubicka  <jh@suse.cz>
14491         * cfglayout.c (record_effective_endpoints): Split insns before
14492         first basic block correctly.
14493
14494 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14495
14496         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
14497         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
14498         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
14499
14500 2003-07-05  Andreas Jaeger  <aj@suse.de>
14501
14502         * genattrtab.c (write_attr_get): Revert part of last patch to
14503         always write out a prototype.
14504
14505         * genemit.c (gen_split): Readd lost unused attributes in last
14506         patch.
14507
14508 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14509
14510         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
14511         different from header.
14512
14513 2003-07-05  Andreas Schwab  <schwab@suse.de>
14514
14515         * config/m68k/m68k.c: Remove code protected by CRDS.
14516         * config/m68k/m68k.md: Likewise.
14517
14518 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
14519
14520         PR driver/11417
14521         * c-opts.c (permit_fortran_options): New.
14522         (c_common_init_options): Accept fortran front end options if
14523         it looks like we might be preprocessing Fortran.
14524         (c_common_handle_option): Don't reject switch if permit_fotran_options.
14525
14526 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14527
14528         * genattr.c (internal_dfa_insn_code): Output prototype.
14529         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
14530         * genautomata.c: Likewise.
14531         * genconditions.c: Likewise.
14532         * genemit.c: Likewise.
14533         * genextract.c: Likewise.
14534         * gengenrtl.c: Likewise.
14535         * gengtype.c: Likewise.
14536         * genopinit.c: Likewise.
14537         * genoutput.c: Likewise.
14538         * genpeep.c: Likewise.
14539         * genrecog.c: Likewise.
14540
14541 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
14542
14543         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
14544         (struct cpp_options): Add narrow_charset, wide_charset,
14545         bytes_big_endian fields.  Remove EBCDIC field.
14546         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
14547
14548         * cpphash.h: Include <iconv.h> if we have it, otherwise
14549         provide a dummy definition of iconv_t.
14550         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
14551         (_cpp_valid_ucn): Update prototype.
14552         (_cpp_destroy_iconv): New prototype.
14553
14554         * doc/cpp.texi: Document character set handling.
14555         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
14556         * doc/extend.texi: Delete entire section on multiline strings.
14557         Rewrite section on __FUNCTION__ etc now that these are
14558         variables in C.
14559
14560         * cppucnid.tab, cppucnid.pl: New files.
14561         * cppucnid.h: New generated file.
14562         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
14563         (iconv_open, iconv, iconv_close): Provide dummy definitions
14564         if !HAVE_ICONV.
14565         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
14566         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
14567         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
14568         cpp_interpret_string, narrow_str_to_charconst,
14569         wide_str_to_charconst): New.
14570         (ucn_valid_in_identifier): Use a binary search through the
14571         ucnranges table defined in cppucnid.h, not a long chain of if
14572         statements.
14573         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
14574         character names are only valid in C++ and C99" to a warning.
14575         Issue the "meaning of \[uU] is different in traditional C"
14576         warning here.  Take care not to let iconv see an invalid UCS
14577         value if we get a malformed UCN.  Issue an error if we don't
14578         have iconv.
14579         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
14580         cpp_interpret_string to do the heavy lifting.
14581
14582         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
14583         narrow_charset, wide_charset fields of options structure.
14584         (cpp_destroy): Call _cpp_destroy_iconv.
14585         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
14586         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
14587         (cpp_interpret_charconst): Moved to cppcharset.c.
14588         * cpplib.c (dequote_string): Delete.
14589         (interpret_string_notranslate): New.
14590         (do_line, do_linemarker): Use interpret_string_notranslate.
14591
14592         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
14593
14594         * c-common.c (fname_string, combine_strings): Delete.
14595         * c-common.h (fname_string, combine_strings): Delete prototypes.
14596         * c-lex.c (ignore_escape_flag): Delete.
14597         (cb_ident): Use cpp_interpret_string, not lex_string.
14598         (get_nonpadding_token): New function.
14599         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
14600         Adjust calls to lex_string.  Don't write *value twice.
14601         (lex_string): Now handles string constant concatenation.
14602         Most of the work handed off to cpp_interpret_string.
14603         Call fix_string_type here.
14604         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
14605         FUNC_NAME, throughout.
14606         (OBJC_STRING): New token type.
14607         (primary:STRING): No need to call fix_string_type here.
14608         (primary:objc_string): Make that OBJC_STRING.
14609         (objc_string nonterminal): Delete.
14610         (yylexname): Delete code to handle fake string constants.
14611         (yylexstring): Delete entirely.
14612         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
14613         to handle CPP_ATSIGN.
14614
14615         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
14616         * c-opts.c (missing_arg, c_common_handle_option): Handle
14617         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
14618         (c_common_init): Set cpp_opts->bytes_big_endian, not
14619         cpp_opts->EBCDIC.  Call cpp_init_iconv.
14620         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
14621         (TARGET_EBCDIC): Delete default definition.
14622
14623         * objc/objc-act.c (build_objc_string_object): No need to
14624         handle string constant concatenation.
14625
14626 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
14627
14628         * doc/install.texi: Fix typos.
14629         * doc/invoke.texi: Likewise.
14630         * doc/tm.texi: Likewise.
14631
14632 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
14633
14634         * config/pa/fptr.c: Fix comment typos.
14635         * config/pa/pa-64.h: Likewise.
14636         * config/pa/pa.c: Likewise.
14637         * config/pa/pa.h: Likewise.
14638         * config/rs6000/603.md: Likewise.
14639         * config/rs6000/7xx.md: Likewise.
14640         * config/rs6000/darwin.h: Likewise.
14641         * config/rs6000/freebsd.h: Likewise.
14642         * config/rs6000/rs6000.c: Likewise.
14643         * config/rs6000/rs6000.md: Likewise.
14644         * config/rs6000/spe.h: Likewise.
14645
14646 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
14647
14648         * config/s390/2064.md: Change GNU CC to GCC.
14649         * config/s390/2084.md: Likewise.
14650         * config/s390/fixdfdi.h: Likewise.
14651         * config/s390/linux.h: Likewise.
14652         * config/s390/s390-modes.def: Likewise.
14653         * config/s390/s390-protos.h: Likewise.
14654         * config/s390/s390.c: Likewise.
14655         * config/s390/s390.h: Likewise.
14656         * config/s390/s390.md: Likewise.
14657         * config/s390/s390x.h: Likewise.
14658
14659 2003-07-04  Jeff Law  <law@redhat.com>
14660
14661         PR c/11428
14662         * expr.c (do_store_flag): Pass in the correct result type
14663         when calling fold_single_bit_test.
14664         * fold-const.c (fold_single_bit_test): Use result_type for the
14665         result when folding a sign bit test.
14666
14667 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
14668
14669         * opts.c (common_handle_options): Negate sense of -falign- switches.
14670
14671 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
14672
14673         * Makefile.in: Replace PWD with PWD_COMMAND.
14674
14675 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14676
14677         * cfgloopanal.c (count_strange_loop_iterations): New static function.
14678         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
14679         Handle strange loops.
14680
14681 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
14682
14683         * install.texi: Even the g77 manpage is derived from
14684         the full g77 manual.
14685
14686 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
14687
14688         * ABOUT-NLS: Delete.
14689         * intl: Delete entire directory.
14690         * aclocal.m4: Include ../config/gettext.m4.  Delete
14691         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
14692         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
14693         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
14694         Remove intl/Makefile from all_outputs.
14695         * configure, config.in: Regenerate.
14696         * Makefile.in: Expunge all references to intl subdirectory.
14697         Add -I../intl to INCLUDES.
14698         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
14699
14700 2003-07-04  Roger Sayle  <roger@eyesopen.com>
14701
14702         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
14703         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
14704
14705 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
14706
14707         PR c++/5287, PR c++/7910, PR c++/11021
14708         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
14709         dllimport attribute if function is defined at declaration, but
14710         report error instead. Likewise for dllimport'd variable
14711         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
14712         declared within functions, Report error if dllimport or dllexport
14713         symbol is not global.
14714         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
14715         if defined after declaration or if inlined. Don't allow definition
14716         of static data members of C++ classes. Don't dllimport virtual
14717         methods.
14718         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
14719         (i386_pe_mark_dllimport): Remove unnecessary checks.
14720         (i386_pe_encode_section_info): Warn if the dllimport attribute
14721         and symbol prefix have been instantiated and then overridden.
14722
14723         * doc/extend.texi: Document dllimport and dllexport attributes.
14724
14725         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
14726
14727 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
14728
14729         * config/kaos.h (CPP_PREDEFINES): Delete.
14730         (TARGET_OS_CPP_BUILTINS): New.
14731
14732 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14733
14734         * c-aux-info.c: Include toplev.h after c-tree.h.
14735         * c-common.c: Likewise.
14736         (GCC_DIAG_STYLE): Undef.
14737         * c-semantics.c (GCC_DIAG_STYLE): Define.
14738         * c-tree.h (GCC_DIAG_STYLE): Likewise.
14739         * diagnostic.h (inform): Move prototype to toplev.h.
14740         * jump.c: Include diagnostic.h before toplev.h.
14741         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
14742         (warning, error, fatal_error, pedwarn, sorry, inform,
14743         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
14744
14745 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14746
14747         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
14748         at all if edge is not specified.
14749         (can_copy_bbs_p, copy_bbs): New.
14750         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
14751         * cfgloop.c (get_loop_body): Comment more precisely.
14752         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
14753         (scale_bbs_frequencies): Fix comment typo.
14754         (can_duplicate_loop_p): Use can_copy_bbs_p.
14755         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
14756
14757 2003-07-03  Devang Patel <dpatel@apple.com>
14758
14759         * c-opts.c (c_common_parse_file): Remove extra
14760         debug_hooks->start_source_file call.
14761
14762 2003-07-03  Roger Sayle  <roger@eyesopen.com>
14763
14764         * real.c (real_trunc, real_floor, real_ceil): New functions
14765         to implement trunc, floor and ceil respectively.
14766         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
14767         * builtins.c (integer_valued_real_p): New function to test if
14768         a floating point expression has an integer valued result.
14769         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
14770         foo(x) where foo is an integer rounding function.  Similarly,
14771         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
14772         (double)(int)x when both foo and bar are integer rounding
14773         functions and we don't need to honor errno.
14774         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
14775         New functions to fold trunc, floor and ceil.
14776         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
14777         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
14778         to fold BUILT_IN_CEIL*.
14779         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
14780         the remaining integer rounding functions.
14781
14782 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
14783
14784         * config/sparc/sparc.c (function_arg_partial_nregs): Use
14785         SPARC_INT_ARG_MAX to determine where to split unnamed
14786         complex FP arguments.
14787
14788 2003-07-03  Jan Hubicka  <jh@suse.cz>
14789
14790         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
14791         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
14792         (merge_blocks_move_predecessor_nojumps,
14793          merge_blocks_move_successor_nojumps): Use merge_blocks.
14794         (try_optimize_cfg): Use merge_blocks_move.
14795         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
14796         (merge_blocks_nomove): Rename to rtl_merge_blocks.
14797         (cfg_layout_create_basic_block): New.
14798         (rtl_can_merge_blocks): New.
14799         (cfg_layout_split_block): Do not alloc aux by hand.
14800         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
14801         merge_blocks.
14802         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
14803         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
14804         * cfgloopmanip.c (loop_split_edge_with): Likewise.
14805         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
14806
14807         * basic-block.h (basic_block_def): Add field 'rbi'.
14808         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
14809         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
14810         * cfg.c (entry_exit_blocks): Add new field.
14811         * cfglayout.c: Include alloc-pool.h;
14812         (cfg_layout_pool): New.
14813         (record_effective_endpoints, fixup_reorder_chain,
14814         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
14815         of rbi.
14816         (cfg_layout_initialize_rbi): New function.
14817         (cfg_layout_initialize): Use it.
14818         (cfg_layout_finalize): Clear rbi fields.
14819         * cfglayout.h (RBI): Kill.
14820         (cfg_layout_initialize_rbi): Declare.
14821         * cfgloopmanip.c (copy_bbs): Use rbi.
14822         (record_exit_edges): Likewise.
14823         (duplicate_loop_to_header_edge): Likewise.
14824         * cfgrtl.c (cfg_layout_create_basic_block): Use
14825         cfg_layout_initialize_rbi.
14826         (cfg_layout_split_block): Use rbi.
14827         (cfg_layout_delete_block): Likewise.
14828         * loop-init.c (loop_optimizer_finalize): Likewise.
14829         * loop-unswitch.c (unswitch_loop): Likewise.
14830         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
14831
14832         * cfgrtl.c: Update comments.
14833         (try_redirect_by_replacing_jump): New argument.
14834         (redirect_branch_edge): Break out from ...
14835         (rtl_redirect_edge_and_branch): ... this one.
14836         (update_cfg_after_block_merging): Break out from ...
14837         (rtl_merge_blocks): ... this one.
14838         (cfg_layout_split_edge): New.
14839         (cfg_layout_merge_blocks): New.
14840         (cfg_layout_can_merge_blocks_p): New.
14841         (cfg_layout_redirect_edge_and_branch): Reorganize.
14842         (cfg_layout_rtl_cfg_hooks): Fill in.
14843         (cfg_layout_delete_block): Kill barriers.
14844         * cfganal.c (can_fallthru): Deal with exit blocks
14845         * cfglayout.c (cfg_layout_function_header): New function
14846         (record_effective_endpoints): Record function header.
14847         (fixup_reorder_chain): Fixup dead jumptables; place header
14848
14849         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
14850         * bb-reorder.c (cfg_layout_initialize): Update call.
14851         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
14852         edges in cfglayout mode.
14853         * cfglayout.c (cleanup_unconditional_jumps): Kill.
14854         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
14855         * cfglayout.h (cfg_layout_initialize): Update prototype.
14856         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
14857         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
14858         * flow.c (propagate_block): Do not crash when basic block ends
14859         by first insn in the chain.
14860         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
14861         do loop discovery.
14862         * tracer.c (tracer): Update call of cfg_layout_initialize.
14863
14864 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14865
14866         * Makefile.in: Use dependency variables in lieu of explicit
14867         files throughout.
14868
14869 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
14870
14871         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
14872         * tree.h: ...to here.
14873
14874 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
14875
14876         * config/s390/2064.md: Fix comment typos.
14877         * config/s390/2084.md: Likewise.
14878         * config/s390/s390.c: Likewise.
14879         * config/s390/s390.md: Likewise.
14880         * config/sh/sh.c: Likewise.
14881         * config/sh/sh.h: Likewise.
14882         * config/sh/sh.md: Likewise.
14883         * config/sparc/sparc.c: Likewise.
14884         * config/sparc/sparc.h: Likewise.
14885         * config/sparc/sparc.md: Likewise.
14886         * config/stormy16/stormy16.c: Likewise.
14887         * config/stormy16/stormy16.h: Likewise.
14888         * config/stormy16/stormy-abi: Fix a typo.
14889
14890 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
14891
14892         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
14893
14894 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14895
14896         * config/mips/mips.h (save_argv): Delete.
14897
14898 2003-07-03  Roger Sayle  <roger@eyesopen.com>
14899
14900         PR target/10700
14901         * fold-const.c (extract_muldiv_1): There's nothing that can be done
14902         if the expression is a SAVE_EXPR.
14903
14904 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
14905
14906         * config/m32r/m32r.c: Fix comment typos.
14907         * config/m68hc11/m68hc11.c: Likewise.
14908         * config/m68hc11/m68hc11.h: Likewise.
14909         * config/m68k/m68k.c: Likewise.
14910         * config/mcore/mcore.c: Likewise.
14911         * config/mcore/mcore.h: Likewise.
14912         * config/mcore/mcore.md: Likewise.
14913         * config/mips/mips.c: Likewise.
14914         * config/mips/mips.h: Likewise.
14915         * config/mips/mips.md: Likewise.
14916         * config/mips/netbsd.h: Likewise.
14917         * config/mn10300/mn10300.c: Likewise.
14918
14919 2003-07-03  Andreas Schwab  <schwab@suse.de>
14920
14921         * dbxout.c (pending_bincls): Move decl down inside
14922         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
14923
14924 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
14925
14926         * rtl.h (NOTE_DATA): Refer to whole union.
14927         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
14928
14929 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
14930
14931         PR optimization/11381
14932         * simplify-rtx.c (simplify_relational_operation): Check that
14933         two equal operands have no side-effects before simplifying
14934         the comparison.
14935
14936 2003-07-02  Jeff Law  <law@redhat.com>
14937
14938         * expr.c (do_store_flag): Remove special case folding for
14939         single bit tests.  Instead call back into the commonized folder
14940         routine.
14941         * fold-const.c (fold_single_bit_test): New function, mostly
14942         extracted from do_store_flag, with an additional case extracted
14943         from fold.
14944         (fold): Call fold_single_bit_test appropriately.
14945         * tree.h (fold_single_bit_test): Prototype.
14946
14947 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
14948
14949         * system.h: Include filenames.h.
14950         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
14951         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
14952         define based on HAVE_DOS_BASED_FILE_SYSTEM.
14953         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
14954         * config/i386/xm-mingw32.h: Don't define
14955         HAVE_DOS_BASED_FILE_SYSTEM,
14956         DIR_SEPARATOR, or DIR_SEPARATOR_2.
14957         * doc/hostconfig.texi: Update to match.
14958
14959         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
14960         config/i386/cygwin.h:
14961         Use IS_ABSOLUTE_PATH throughout.
14962         * gcc.c (DIR_UP): Delete, unused.
14963         * protoize.c (IS_SAME_PATH): Define in terms of
14964         FILENAME_CMP.
14965         (is_abspath): Delete.
14966
14967 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
14968
14969         * config/i386/emmintrin.h: Fix comment typos.
14970         * config/i386/i386.c: Likewise.
14971         * config/i386/i386.h: Likewise.
14972         * config/i386/sco5.h: Likewise.
14973         * config/ia64/ia64.c: Likewise.
14974         * config/ia64/itanium2.md: Likewise.
14975
14976 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
14977
14978         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
14979         DBX_USE_BINCL.
14980         (emit_bincl_stab): Same.
14981         (emit_pending_bincls): Same.
14982
14983 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
14984
14985         * config/h8300/h8300.c (compute_mov_length): Fix the length of
14986         loading CONST0_RTX (SFmode).
14987         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
14988         'G' to CONST0_RTX (SFmode).
14989         * config/h8300/h8300.md (movsf_h8300): Change the first
14990         constraint to 'G'.
14991         (movsf_h8300h): Likewise.
14992
14993 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
14994
14995         * c-common.h (c_common_init_options): New prototype.
14996         * c-opts.c (deferred_size): Remove.
14997         (defer_opt): Array is now pre-allocated.
14998         (c_common_init_options): Pre-allocate deferred_opts.  Make
14999         lang_flags unsigned.
15000         (push_command_line_options): Free deferred_opts.
15001         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
15002         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
15003         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
15004         * langhooks.h (struct lang_hooks): New prototype for init_options.
15005         * main.c (main): Cast argv.
15006         * opts.c (handle_option, handle_options): Update prototypes.
15007         (decode_options): save_argc, save_argv are not global.  Constify.
15008         * opts.h (decode_options): New prototype.
15009         * toplev.c (general_init): New protoype.
15010         (save_argv): Make static.
15011         (save_argc): Remove.
15012         (print_switch_values, general_init): Constify.
15013         (toplev_main): Save argv.
15014         * toplev.h (toplev_main): Update prototype.
15015         (save_argc, save_argv): Remove.
15016
15017 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
15018
15019         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
15020         (emit_bincl_stab): Same.
15021         (emit_pending_bincls): Same.
15022
15023 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
15024
15025         PR c++/11072
15026         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
15027
15028 2003-07-02  Andreas Schwab  <schwab@suse.de>
15029
15030         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
15031
15032 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
15033
15034         PR optimization/11210
15035         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
15036         about the behaviour with regard to bitfields.
15037         * fold-const (decode_field_reference): Record outermost type in
15038         case the expression is a NOP. Strip all NOPs. Set the signedness
15039         to that of the outermost type (if any) when the bitsize is equal
15040         to the size of the type.
15041
15042 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
15043
15044         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
15045         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
15046         (adddi3_internal_3, addsi3_internal_2): Likewise.
15047
15048 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
15049
15050         * config/mips/mips.c (machine_function): Add new fields:
15051         ignore_hazard_length_p and all_noreorder_p.
15052         (mips_flag_delayed_branch): New variable.
15053         (override_options): Treat '/' as an operand punctuation character.
15054         Set up mips_flag_delayed_branch.
15055         (print_operand): Handle '/'.
15056         (mips_output_function_prologue): Put the whole function in
15057         .set noreorder and .set nomacro if all_noreorder_p is true.
15058         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
15059         (mips16_optimize_gp): Remove "first insn" parameter.
15060         (mips16_lay_out_constants): New function, split out from mips_reorg.
15061         (mips_avoid_hazard, mips_avoid_hazards): New functions.
15062         (mips_reorg): For mips16 code, call mips16_lay_out_constant
15063         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
15064         do delayed-branch scheduling followed by hazard detection.
15065         (mips_adjust_insn_length): Only account for hazards if
15066         !ignore_hazard_length_p.
15067         (mips_output_load_label): Add a nop to the o32 sequence if
15068         the target suffers from load delays.
15069         (mips_output_conditional_branch): Add %/ to the end of branches.
15070         (mips_output_division): Fill the branch delay slot with %#.
15071         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
15072         instructions.  End all other %* branches with %/.
15073         (ffssi2, ffsdi2): Fix lengths.
15074         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
15075         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
15076         (fix_truncsfsi2_macro): Likewise.
15077         (mov_lwl): Set hazard to "none".
15078         (ashldi3_internal): Fill the branch delay slot with %#.
15079         (ashrdi3_internal, lshrdi3_internal): Likewise.
15080         (exception_receiver): Explicitly set $28.
15081         (hazard_nop): New pattern.
15082
15083 2003-07-02  Jan Hubicka  <jh@suse.cz>
15084
15085         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
15086         before calling tree_inlinable_function_p.
15087
15088 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15089
15090         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
15091         <internal/stdio_core.h> too.
15092         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
15093         <internal/wchar_core.h> too.
15094         Substitute va_list uses in inline definition.
15095         * fixinc/fixincl.x: Regenerate.
15096
15097 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15098
15099         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
15100         Undef before redefinition.
15101         (LABEL_AFTER_LOC): Likewise.
15102         (DEFAULT_SIGNED_CHAR): Likewise.
15103         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
15104         Fix IRIX spelling.
15105
15106         * config/mips/iris3.h: Remove, unused.
15107         * config/mips/iris4.h: Likewise.
15108
15109         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
15110
15111         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
15112         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
15113         target_cpu_default.
15114
15115         * config/mips/iris5.h: Move explicit includes ...
15116         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
15117
15118         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
15119         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
15120         tm_defines.
15121
15122         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
15123         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
15124         target_cpu_default.
15125
15126         * config/mips/iris6.h: Fix IRIX spelling.
15127         (MULTILIB_DEFAULTS): Undef before redefinition.
15128
15129         * config/mips/iris6.h: Move explicit includes ...
15130         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
15131
15132 2003-07-02  Jan Hubicka  <jh@suse.cz>
15133
15134         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
15135         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
15136         Use next_needed field instead of aux to maintain the queue.
15137         * cgraph.h (cgraph_node): Add next_needed.
15138         (cgraph_varpool_node): Add next_needed; remove aux.
15139         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
15140
15141 2003-07-02  Jan Hubicka  <jh@suse.cz>
15142
15143         * cgraphunit.c (cgraph_finalize_function): Set finalized.
15144         (cgraph_finalize_function): Do not examine inlinablility.
15145         (cgraph_finalize_compilation_unit): Do it here.
15146         * cgraph.h (cgraph_local_info): Add finalized field.
15147
15148 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15149
15150         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
15151         (gt_pch_restore): Likewise.
15152
15153 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
15154
15155         * config/alpha/alpha.c: Fix comment typos.
15156         * config/alpha/elf.h: Likewise.
15157         * config/arm/arm.c: Likewise.
15158         * config/arm/arm.h: Likewise.
15159         * config/arm/arm.md: Likewise.
15160         * config/arm/t-arm-coff: Likewise.
15161         * config/arm/t-strongarm-pe: Likewise.
15162         * config/arm/xscale-elf.h: Likewise.
15163         * config/avr/avr.h: Likewise.
15164
15165 2003-07-01  Jeff Law  <law@redhat.com>
15166
15167         * stmt.c (any_pending_cleanups): Remove another redundant test.
15168
15169 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
15170             J"orn Rennecke <joern.rennecke@superh.com>
15171
15172         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
15173         for MEM case.
15174
15175 2003-07-01  Devang Patel  <dpatel@apple.com>
15176
15177         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
15178         (binclstatus): New.
15179         (struct dbx_file): New members - bincl_status, pending_bincl_name and
15180         prev.
15181         (pending_bincls): New.
15182         (dbxout_init): Initialize new dbx_file members.
15183         (dbxout_start_source_file): Same.
15184         (emit_bincl_stab): New function.
15185         (emit_pending_bincls): Same.
15186         (emit_pending_bincls_if_required): Same.
15187         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
15188         processed.
15189         (dbxout_begin_block): Emit pending BINCL stabs.
15190         (dbxout_end_block): Same.
15191         (dbxout_function_decl): Same.
15192         (dbxout_continue): Same.
15193         (dbxout_type): Same.
15194         (dbxout_class_name_qualifiers): Same.
15195         (dbxout_symbol): Same.
15196         (dbxout_symbol_location): Same.
15197         (dbxout_parms): Same.
15198
15199 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15200
15201         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
15202         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
15203
15204 2003-07-01  Andreas Jaeger  <aj@suse.de>
15205
15206         * fold-const.c: Convert prototypes to ISO C90.
15207         * function.c: Likewise.
15208         * function.h: Likewise.
15209
15210 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
15211
15212         * doc/contrib.texi: Fix typos.
15213         * doc/invoke.texi: Likewise.
15214         * doc/passes.texi: Likewise.
15215         * doc/sourcebuild.texi: Likewise.
15216         * doc/tm.texi: Likewise.
15217
15218 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
15219
15220         * basic-block.h: Fix comment typos.
15221         * bb-reorder.c: Likewise.
15222         * c-format.c: Likewise.
15223         * cfgcleanup.c: Likewise.
15224         * cfghooks.h: Likewise.
15225         * cfgloop.c: Likewise.
15226         * cfgloopmanip.c: Likewise.
15227         * cfgrtl.c: Likewise.
15228         * cgraph.h: Likewise.
15229         * cgraphunit.c: Likewise.
15230         * combine.c: Likewise.
15231         * convert.c: Likewise.
15232         * dbxout.c: Likewise.
15233         * df.c: Likewise.
15234         * df.h: Likewise.
15235         * diagnostic.c: Likewise.
15236         * dwarf2out.c: Likewise.
15237         * et-forest.h: Likewise.
15238         * flow.c: Likewise.
15239         * fold-const.c: Likewise.
15240         * function.h: Likewise.
15241         * gcov-io.h: Likewise.
15242         * gcov.c: Likewise.
15243         * gcse.c: Likewise.
15244         * genautomata.c: Likewise.
15245         * ggc-common.c: Likewise.
15246         * ggc-page.c: Likewise.
15247         * loop-unroll.c: Likewise.
15248         * loop-unswitch.c: Likewise.
15249         * loop.c: Likewise.
15250         * mips-tfile.c: Likewise.
15251         * optabs.c: Likewise.
15252         * ra-build.c: Likewise.
15253         * ra-colorize.c: Likewise.
15254         * ra-rewrite.c: Likewise.
15255         * ra.h: Likewise.
15256         * regmove.c: Likewise.
15257         * reload.c: Likewise.
15258         * rtlanal.c: Likewise.
15259         * sched-ebb.c: Likewise.
15260         * sched-int.h: Likewise.
15261         * sched-vis.c: Likewise.
15262         * sreal.c: Likewise.
15263         * ssa-ccp.c: Likewise.
15264         * ssa.c: Likewise.
15265         * toplev.c: Likewise.
15266         * tree-inline.c: Likewise.
15267         * value-prof.c: Likewise.
15268         * value-prof.h: Likewise.
15269
15270 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
15271
15272         * rtl.h (emit_line_note_after): Remove.
15273         (emit_note_copy_after, emit_note_copy): New.
15274         * emit-rtl.c (reorder_insns_with_line_notes): Replace
15275         emit_line_note_after with emit_note_copy_after.
15276         (emit_insn_after_with_line_notes): Likewise.
15277         (emit_line_note_after): Kill.
15278         (emit_note_copy_after): New.
15279         (emit_note_copy): New.
15280         * function.c (emit_return_into_block): Use emit_note_copy_after.
15281         (thread_prologue_and_epilogue_insns): Likewise.
15282         * integrate.c (expand_inline_function): Use emit_note_copy.
15283         (copy_insn_list): Likewise.
15284         * unroll.c (copy_loop_body): Likewise.
15285         * cfglayout.c (duplicate_insn_chain): Likewise.
15286
15287 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
15288
15289         * c-tree.h (define_label): Replace filename and lineno arguments
15290         with a location_t.
15291         * c-decl.c (poplevel): Adjust define_label call.
15292         (pop_label_level): Likewise.
15293         (define_label): Replace filename and lineno arguments with a
15294         location_t.
15295         (store_parm_decls): Use DECL_SOURCE_LOCATION.
15296         * c-parse.in (label): Adjust define_label call.
15297
15298 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
15299
15300         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
15301         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
15302         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
15303         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
15304         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
15305
15306 2003-07-01  Andreas Jaeger  <aj@suse.de>
15307
15308         * final.c: Convert prototypes to ISO C90.
15309         * flow.c: Likewise.
15310         * flags.h: Likewise.
15311         * gcov-io.c: Likewise.
15312         * gcov-io.h: Likewise.
15313
15314 See ChangeLog.9 for earlier changes.