builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in src twice.
[gcc.git] / gcc / ChangeLog
1 2003-06-24 Jakub Jelinek <jakub@redhat.com>
2
3 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
4 src twice.
5
6 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
7
8 Back out these patches:
9 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
10 * sh.h (OLD_ARG_MODE): New macro.
11 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
12 (FUNCTION_ARG_1): Break out of:
13 (FUNCTION_ARG). Use OLD_ARG_MODE.
14 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
15 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
16 of the generated register.
17
18 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
19 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
20 an even number of floating point regs are in use, use the same
21 sequence of argument passing registers for SCmode as would be
22 used for two SFmode values.
23 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
24 swap real / imaginary parts in incoming SCmode values passed
25 in registers.
26
27 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
28
29 PR target/11260
30 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
31
32 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
33
34 * Makefile.in (cgraph.o): Depend on output.h, not depend on
35 tree-inline.h
36 * cgraph.c: Do not include tree-inline.h; include output.h
37 (known_fns): Rename to ...
38 (known_decls): ... this one; update all uses.
39 (cgraph_varpool_hash): New static variable.
40 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
41 variables.
42 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
43 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
44 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
45 New functions.
46 * cgraph.h (cgraph_varpool_node): New structure.
47 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
48 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
49 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
50 cgraph_varpool_asemble_pending_decls): Declare.
51 * cgraphunit.c (record_call_1): Notice variable references.
52 (cgraph_finalize_compilation_unit): Assemble pending variables.
53 * toplev.c (wrapup_global_declarations): Use varpool.
54 (compile_file): Assemble pending declarations.
55 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
56 * varasm.c (assemble_name): Notice varpool references.
57
58 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
59
60 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
61 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
62 * varasm.c (assemble_variable): Call prepare_assemble_variable.
63
64 2003-06-23 Roger Sayle <roger@eyesopen.com>
65
66 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
67 calls for pow, powf, powl and their __builtin_ variants.
68 (expand_builtin_pow): If the second argument is a constant
69 integer and compiling with -ffast-math, use expand_powi to
70 generate RTL if powi_cost is less than POWI_MAX_MULTS.
71 (powi_cost): New function to return the number of multiplications
72 necessary to evaluate an Nth power, for integer constant N.
73 (expand_powi): New function to expand the RTL for evaluating
74 the Nth power of a floating point value, for integer constant N.
75
76 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
77
78 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
79
80 * cgraph.c (cgraph_nodes_queue): Declare.
81 (eq_node): Take identifier as p2.
82 (cgraph_node): Update htab_find_slot_with_hash call.
83 (cgraph_node_for_identifier): New.
84 (cgraph_mark_needed_node): Move here from cgraphunit.c.
85 * cgraph.h (cgraph_nodes_queue): Declare.
86 (cgraph_node_for_identifier): Declare.
87 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
88 instead of in cgraph_finalize_compilation_unit; constructors and
89 destructors are entry points.
90 (cgraph_finalize_compilation_unit): Reorganize debug outout;
91 examine nested functions after lowerng; call collect_functions hook.
92 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
93 (cgraph_finalize_compilation_unit): Do not collect entry points.
94 * varasm.c: Include cgraph.h
95 (assemble_name): Mark referenced identifier as needed.
96
97 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
98
99 2003-06-23 Jakub Jelinek <jakub@redhat.com>
100
101 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
102 just SYMBOL_REF.
103 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
104 mode, as it requires pic register loaded.
105
106 * varasm.c (resolve_unique_section): Remove prototype. No longer
107 static.
108 * tree.h (resolve_unique_section): New prototype.
109
110 2003-06-23 Andreas Schwab <schwab@suse.de>
111
112 PR debug/9905
113 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
114 recursing through first argument.
115
116 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
117
118 * ChangeLog.1: Fix a typo.
119 * cfgrtl.c: Fix comment typos.
120 * dwarf2out.c: Likewise.
121 * expmed.c: Likewise.
122 * genrecog.c: Likewise.
123 * jump.c: Likewise.
124 * rtlanal.c: Likewise.
125 * ssa-dce.c: Likewise.
126 * toplev.c: Likewise.
127
128 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
129
130 * doc/extend.texi: Fix typos.
131 * doc/md.texi: Likewise.
132 * doc/tm.texi: Likewise.
133
134 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
135
136 * basic-block.h: Fix comment formatting.
137 * bt-load.c: Likewise.
138 * builtins.c: Likewise.
139 * c-common.c: Likewise.
140 * c-common.h: Likewise.
141 * c-format.c: Likewise.
142 * coverage.c: Likewise.
143 * cpplib.h: Likewise.
144 * cpppch.c: Likewise.
145 * dbxout.c: Likewise.
146 * diagnostic.c: Likewise.
147 * dwarf2out.c: Likewise.
148 * expr.c: Likewise.
149 * fold-const.c: Likewise.
150 * function.c: Likewise.
151 * gcc.c: Likewise.
152 * gcov-io.c: Likewise.
153 * gcov-io.h: Likewise.
154 * gcov.c: Likewise.
155 * profile.c: Likewise.
156 * real.h: Likewise.
157 * sched-deps.c: Likewise.
158
159 2003-06-23 Roger Sayle <roger@eyesopen.com>
160 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
161
162 * doc/contrib.texi (Contributors): Add a note on testing and
163 remove duplicates from testers list.
164
165 2003-06-23 Nick Clifton <nickc@redhat.com>
166
167 * read-rtl.c (read_braced_string): Check for EOF. If
168 encountered issue an error message.
169
170 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
171
172 * doc/invoke.texi: Document dump options, dT and dW.
173
174 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
175
176 * genrecog.c (pred_table): Remove the entry for
177 mode_independent_operand.
178 * recog.c (next_insns_test_no_inequality): Remove.
179 (mode_independent_operand): Likewise.
180 * recog.h: Remove the prototype for mode_independent_operand.
181
182 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
183
184 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
185 store into bit 0.
186 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
187 second alternative to set_znv.
188 (*extzv_1_r_inv_h8300hs): Likewise.
189
190 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
191
192 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
193 set in_tree_gas_is_elf accordingly.
194 (in_tree_ld): Find out whether LD emulation is ELF, set
195 in_tree_ld_is_elf accordingly.
196 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
197 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
198 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
199 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
200 grepping gas/Makefile.
201 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
202 $in_tree_ld_is_elf instead of grepping ld/Makefile.
203 * configure: Regenerate.
204
205 2003-06-22 Roger Sayle <roger@eyesopen.com>
206
207 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
208 up the stabilized argument list, not build_tree_list.
209 (expand_builtin_strcpy): Construct new argument list manually
210 instead of using chainon to modify the original argument list.
211 (expand_builtin_stpcpy): Construct new argument list manually
212 instead of using copy_list and chainon.
213 (expand_builtin_sprintf): New function. Optimize calls to
214 sprintf when the format is "%s" or doesn't contain a '%'.
215 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
216 expand_builtin_sprintf.
217
218 2003-06-22 Andreas Schwab <schwab@suse.de>
219
220 * function.c (set_insn_locators): Mark as unused.
221
222 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
223
224 * common.opt: Add -finline-limit.
225 * opts.c (common_handle_options): Handle it.
226 * opts.sh: Temporary kludge for -finline-limit.
227 * toplev.c (decode_f_option, independent_decode_option): Die.
228 (parse_options_and_default_flags): No independent_decode_option.
229
230 2003-06-22 Andreas Jaeger <aj@suse.de>
231
232 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
233
234 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
235
236 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
237
238 2003-06-22 Andreas Schwab <schwab@suse.de>
239
240 * doc/invoke.texi: Remove leading `-' from options in index.
241
242 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
243
244 * bt-load.c: Follow spelling conventions.
245
246 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
247
248 * expr.c (emit_move_insn_1): Fix a comment typo.
249
250 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
251
252 * doc/invoke.texi: Alphabetize dump options.
253
254 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
255
256 * doc/invoke.texi: Remove a duplicate -dk.
257
258 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
259
260 * doc/invoke.texi: Update dump file names.
261
262 2003-06-22 Zack Weinberg <zack@codesourcery.com>
263
264 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
265 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
266
267 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
268
269 * doc/rtl.texi: Fix the @findex for pre_modify.
270
271 2003-06-22 Andreas Jaeger <aj@suse.de>
272
273 * caller-save.c: Convert to ISO C90.
274 * calls.c: Likewise.
275 * cfg.c: Likewise.
276 * cfganal.c: Likewise.
277 * cfgbuild.c: Likewise.
278 * cfgcleanup.c: Likewise.
279 * cfghooks.c: Likewise.
280 * cfglayout.c: Likewise.
281 * cfglayout.h: Likewise.
282 * cfgloop.c: Likewise.
283 * cfgloop.h: Likewise.
284 * cfgloopanal.c: Likewise.
285 * cfgloopmainip.c: Likewise.
286 * cfgrtl.c: Likewise.
287
288 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
289
290 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
291 64-bit alignment.
292
293 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
294
295 * arm.md (all call_value patterns): Remove register constraints on
296 value operand.
297
298 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
299
300 * common.opt: More -f switches.
301 * opts.c (common_handle_options): Handle them.
302 * toplev.c (time_report): Make extern.
303 (f_options): USe flag_dummy.
304 (decode_f_option): No need to use f_options now.
305 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
306 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
307
308 2003-06-22 Andreas Jaeger <aj@suse.de>
309
310 * c-lex.c: Convert to ISO C90.
311 * c-objc-common.c: Likewise.
312 * c-opts.c: Likewise.
313 * c-pch.c: Likewise.
314 * c-ppoutput.c: Likewise.
315 * c-pragma.h: Likewise.
316 * c-pretty-print.c: Likewise.
317 * c-pretty-print.h: Likewise.
318 * c-semantics.c: Likewise.
319 * c-tree.h: Likewise.
320 * c-typeck.c: Likewise.
321
322 * c-lang.c: Convert to ISO C90.
323
324 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
325
326 * opts.c (find_opt): Fix to always guarantee a find of a
327 switch with joined parameter.
328 * opts.h (struct cl_option): New member back_chain.
329 * opts.sh: Update to calculate and add back_chain member.
330
331 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
332
333 * diagnostic.h (output_host_wide_integer): Declare.
334 * diagnostic.c (output_long_long_decicaml): New function.
335 (output_host_wide_integer): Likewise.
336 (output_format): Use them. Handle "%ll" and "%w".
337
338 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
339
340 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
341
342 2003-06-21 Zack Weinberg <zack@codesourcery.com>
343
344 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
345 * configure.in: Don't use gcc_AC_C_CHARSET.
346 * configure, config.in: Regenerate.
347 * config/i370/i370.c, config/i370/i370.h: Use
348 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
349 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
350
351 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
352
353 * Makefile.in: Update.
354 * common.opt: New switches.
355 * opts.c: Include diagnostic.h.
356 (common_handle_option): Handle new switches.
357 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
358 flag_if_conversion2, flag_delete_null_pointer_checks,
359 flag_rerun_cse_after_loop): Make extern.
360 (flag_dummy): New.
361 (f_options): Update to use flag_dummy for moved options.
362 (decode_f_option): Some switches moved to opts.c.
363 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
364 flag_if_conversion2, flag_delete_null_pointer_checks,
365 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
366 flag_tracer, flag_thread_jumps, flag_unroll_loops,
367 flag_unroll_all_loops, flag_unswitch_loops): New.
368
369 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
370
371 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
372
373 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
374
375 * config/h8300/h8300-protos.h: Add a prototype for
376 same_cmp_preceding_p.
377 * config/h8300/h8300.c (same_cmp_preceding): New.
378 * config/h8300/h8300.md: Extend peephole2's that transform
379 compare:SI into shorter sequences so that they can deal with
380 signed comparisons.
381
382 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
383
384 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
385
386 Update Andreas Jaeger's entry.
387
388 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
389 Loren J. Rittle.
390
391 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
392
393 * mkconfig.sh: Add multiple inclusion guards to generated headers.
394
395 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
396
397 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
398 * common.opt: Add remaining -W options and -g.
399 * diagnostic.c (warnings_are_errors): Remove.
400 * flags.h: Make most warning flags boolean.
401 * opts.c (common_handle_option): Handle remaining -W options, and -g.
402 Move many warning flags from toplev.c, making them boolean.
403 * toplev.c: Remove many warning flags.
404 (decode_W_option): Remove.
405 (decode_g_option): Make extern. Error on unknown switch.
406 (lang_independent_W_options): Use warn_dummy.
407 (independent_decode_option): Just handle -f switches now.
408 * toplev.h (decode_g_option): New.
409
410 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
411
412 PR/11092
413 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
414 vectors.
415
416 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
417
418 * opts.sh: Tweak awk script for portability.
419
420 2003-06-20 Mark Mitchell <mark@codesourcery.com>
421
422 PR c++/10888
423 * tree-inline.c (expand_call_inline): Do not warn about failing to
424 inline functions declared in system headers.
425 * doc/invoke.texi (-Winline): Expand on documentation.
426
427 2003-06-20 Richard Henderson <rth@redhat.com>
428
429 * config/alpha/alpha.c (alpha_file_start): Disable
430 file_start_file_directive for ELF and not MDEBUG.
431
432 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
433
434 * sh.h (ROUND_TYPE_ALIGN): Remove.
435
436 2003-06-20 Richard Henderson <rth@redhat.com>
437
438 * hooks.c (hook_int_void_no_regs): Rename from
439 hook_reg_class_void_no_regs; change return type.
440 * hooks.h: Update.
441 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
442 * target.h (branch_target_register_class): Change return type to int.
443 Add documentation.
444 * config/sh/sh.c (sh_target_reg_class): Change return type.
445 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
446
447 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
448
449 * c-format.c: Change _Bool to bool reverting part of the last
450 patch.
451
452 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
453
454 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
455 strip name encoding.
456
457 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
458
459 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
460 * configure: Regenerate.
461 Fixes PR driver/9362.
462
463 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
464
465 * config/alpha/alpha.c (alpha_file_start): Fix typo.
466
467 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
468
469 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
470 to ASM_OUTPUT_SOURCE_LINE.
471
472 2003-06-20 Daniel Egger <degger@fhm.edu>
473 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
474
475 * doc/install.texi (Building): Correct and improve statement
476 about parallel builds.
477
478 2003-06-20 Andreas Jaeger <aj@suse.de>
479
480 * c-common.c: Change _Bool to bool reverting part of the last
481 patch.
482
483 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
484
485 * tree.h (expand_function_end): Remove all parameters.
486 * function.c (expand_function_end): Remove all parameters.
487 Use input_location. Never expand_end_bindings.
488 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
489 * coverage.c (create_coverage): Likewise.
490
491 2003-06-20 Nick Clifton <nickc@redhat.com>
492
493 * doc/extend.texi (ARM Built-in Functions): New node. Document
494 ARM builtin functions for iWMMXt support.
495
496 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
497
498 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
499 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
500 (--with-as): Add @anchor.
501 (--with-gnu-ld): Fix typo.
502 (--with-ld): Add @uref to --with-as.
503
504 2003-06-19 Zack Weinberg <zack@codesourcery.com>
505
506 * doc/tm.texi: Uniformly use @defmac for macros, rather than
507 @table items. Minor formatting and editorial corrections.
508
509 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
510
511 * line-map.c, line-map.h: Convert to ISO prototypes.
512
513 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
514
515 * gcse.c (store_killed_in_insn): Fix.
516
517 2003-06-19 Zack Weinberg <zack@codesourcery.com>
518
519 * target.h (asm_out.file_start, file_start_app_off,
520 file_start_file_directive): New hooks.
521 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
522 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
523 New hook-definition macros.
524 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
525 * varasm.c (default_file_start): New.
526 * output.h: Prototype it.
527 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
528 * system.h: Poison ASM_FILE_START.
529
530 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
531 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
532 (unicosmk_asm_file_start): Rename unicosmk_file_start,
533 make static, take no arguments.
534 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
535 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
536 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
537 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
538 comment.
539 * config/arc/arc.c (arc_asm_file_start): Rename
540 arc_file_start, take no arguments, make static.
541 (TARGET_ASM_FILE_START): Set it.
542 * config/arm/arm.c (aof_file_start): New static function.
543 (TARGET_ASM_FILE_START): Set it, when appropriate.
544 * config/arm/coff.h, config/arm/elf.h:
545 Set TARGET_ASM_FILE_START_APP_OFF to true.
546 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
547 take no arguments, make static.
548 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
549 Set them.
550 * config/c4x/c4x.c (c4x_file_start): New static function.
551 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
552 Set them.
553 * config/cris/cris.c (cris_file_start): New static function.
554 (TARGET_ASM_FILE_START): Set it.
555 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
556 dsp16xx_file_start, make static.
557 (luxworks_dsp16xx_file_start): Delete.
558 (TARGET_ASM_FILE_START): Set it.
559 * config/h8300/h8300.c (asm_file_start): Rename
560 h8300_file_start, make static, take no arguments.
561 (TARGET_ASM_FILE_START): Set it.
562 * config/i370/i370.c (i370_file_start): New static function.
563 (TARGET_ASM_FILE_START): Set it.
564 * config/i386/i386.c (x86_file_start): New static function.
565 (TARGET_ASM_FILE_START): Set it.
566 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
567 X86_FILE_START_FLTUSED): New macros, default to false.
568 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
569 * config/i386/sysv4.h, config/i386/sco5.h: Override
570 X86_FILE_START_VERSION_DIRECTIVE to true.
571 * config/ia64/ia64.c (ia64_file_start): New static function.
572 (TARGET_ASM_FILE_START): Set it.
573 (emit_safe_across_calls): Take no arguments.
574 * config/ia64/ia64.md: Update to match.
575 * config/m32r/m32r.c (m32r_asm_file_start): Rename
576 m32r_file_start, make static, take no arguments.
577 (TARGET_ASM_FILE_START): Set it.
578 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
579 m68hc11_file_start, make static, take no arguments.
580 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
581 (print_options): Delete.
582 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
583 (TARGET_ASM_FILE_START_APP_OFF): Set.
584 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
585 m68k_hp320_file_start.
586 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
587 Make static, take no arguments.
588 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
589 * config/mmix/mmix.c (mmix_asm_file_start): Rename
590 mmix_file_start, make static, take no arguments.
591 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
592 * config/mn10300/mn10300.c (asm_file_start): Rename
593 mn10300_file_start, make static, take no arguments.
594 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
595 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
596 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
597 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
598 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
599 pa_hpux64_hpas_file_start): New static functions.
600 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
601 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
602 pa_linux_file_start.
603 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
604 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
605 appropriate.
606 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
607 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
608 (rs6000_file_start): Make static, take no arguments. Reset
609 default_cpu under certain conditions.
610 (rs6000_xcoff_file_start): New function.
611 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
612 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
613 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
614 * config/sh/sh.c (output_file_start): Rename
615 sh_file_start, make static, take no arguments. Merge in old
616 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
617 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
618 * config/sh/sh.c (TARGET_ELF): Define to 0.
619 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
620 * config/v850/v850.c (asm_file_start): Delete.
621 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
622 * config/vax/vax.c (vax_file_start): New static function.
623 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
624
625 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
626 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
627 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
628 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
629 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
630 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
631
632 * config/darwin.h, config/elfos.h, config/alpha/elf.h
633 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
634 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
635 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
636 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
637 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
638 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
639 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
640 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
641 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
642 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
643 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
644 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
645 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
646 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
647 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
648 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
649 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
650
651 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
652 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
653 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
654 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
655 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
656 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
657 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
658
659 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
660 Remove reference to ASM_FILE_START in comment.
661 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
662 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
663 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
664
665 2003-06-19 Graeme Peterson <gp@qnx.com>
666
667 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
668 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
669 sysroot_hdrs_suffix_spec): New.
670 (static_specs): Initialize new variables.
671 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
672 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
673 New macros.
674
675 2003-06-19 Andreas Jaeger <aj@suse.de>
676
677 * c-aux-info.c: Convert to ISO C90.
678 * c-pragma.c: Likewise.
679 * c-common.c: Likewise.
680 * c-common.h: Likewise.
681 * c-convert.c: Likewise.
682 * c-cppbuiltin.c: Likewise.
683 * c-dump.c: Likewise.
684 * c-decl.c: Likewise
685 * c-format.c: Likewise.
686 * c-incpath.c: Likewise.
687 * c-incpath.h: Likewise.
688
689 2003-06-19 Roger Sayle <roger@eyesopen.com>
690
691 * builtins.c (expand_errno_check): Assume that flag_errno_math
692 and HONOR_NANS have been tested before calling here. Only try
693 to set errno ourselves if the decl can't throw an exception.
694 (expand_builtin_mathfn): Move the code to stabilize the arg
695 after the main switch, so that that its only done when needed.
696 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
697 Don't modify the original expr when stabilizing the argument.
698 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
699 the args after the main switch, and don't modify the orginal exp.
700
701 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
702
703 * expr.c (const_vector_from_tree): Initialize remaining elements
704 to 0.
705
706 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
707
708 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
709 Change "fix" to "float".
710
711 2003-06-19 Andreas Jaeger <aj@suse.de>
712
713 * c-tree.h: Remove declaration of poplevel.
714
715 * tree.h: Remove declaration of approx_sqrt.
716
717 * c-lex.c: Remove redundant declaration of asm_out_file.
718
719 * flags.h: Remove declaration of warn_unknown_pragma and
720 main_input_filename.
721
722 * rtl.h: Remove functions from fold-const.c since they're already
723 declared in tree.h.
724
725 * regs.h: Remove redundant declaration of reg_names.
726
727 * bt-load.c (migrate_btr_defs): Correct printf arguments.
728
729 * protoize.c: Fix breakage from last patch.
730
731 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
732
733 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
734 has been included.
735
736 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
737
738 * config/sparc/sparc.c: Update copyright year.
739
740 2003-06-19 David Edelsohn <edelsohn@gnu.org>
741
742 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
743 to ABI_V4.
744
745 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
746
747 PR bootstrap/4068
748 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
749
750 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
751
752 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
753 to the end of the file. Remove unnecessary prototypes.
754
755 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
756
757 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
758 calls to insn_default_latency and result_ready_cost. Initialize
759 def_latency to 1.
760
761 2003-06-18 Richard Henderson <rth@redhat.com>
762
763 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
764 (_Unwind_FindEnclosingFunction): Implement.
765
766 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
767
768 * toplev.c (rest_of_handle_sched): Hide the entire function if
769 INSN_SCHEDULING is not defined.
770 (rest_of_compilation): Call rest_of_handle_sched() only when
771 INSN_SCHEDULING is defined.
772
773 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
774 J"orn Rennecke <joern.rennecke@superh.com>
775
776 * bt-load.c: New file.
777 * Makefile.in (OBJS): Include bt-load.o
778 (bt-load.o): Add dependencies.
779 * flags.h (flag_branch_target_load_optimize): Declare.
780 (flag_branch_target_load_optimize2): Likewise.
781 * hooks.c (hook_reg_class_void_no_regs): New function.
782 (hook_bool_bool_false): Likewise.
783 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
784 * rtl.h (branch_target_load_optimize): Declare.
785 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
786 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
787 (TARGET_INITIALIZER): Include these.
788 * target.h (struct gcc_target): Add branch_target_register_class
789 and branch_target_register_callee_saved members.
790 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
791 (dump_file) Add "tars" entry.
792 (flag_branch_target_load_optimize): New variable.
793 (flag_branch_target_load_optimize2): Likewise.
794 (lang_independent_options): Add entries for new options.
795 (rest_of_compilation): Call branch_target_load_optimize.
796 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
797 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
798 * doc/invoke.texi: Document -fbranch-target-load-optimize and
799 -fbranch-target-load-optimize2.
800 * rtl.h (epilogue_completed): Declare.
801 * recog.c (epilogue_completed): New variable.
802 * toplev.c (rest_of_compilation): Set it.
803 * flow.c (mark_regs_live_at_end): Use it.
804 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
805 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
806 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
807 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
808
809 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
810 (sh_target_reg_class): New function.
811 (sh_optimize_target_register_callee_saved): Likwise.
812 (shmedia_target_regs_stack_space): Likewise.
813 (shmedia_reserve_space_for_target_registers_p): Likewise.
814 (shmedia_target_regs_stack_adjust): Likewise.
815 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
816 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
817 (calc_live_regs): If flag_branch_target_load_optimize2 and
818 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
819 for target registers, make sure that we save all target registers.
820 (sh_expand_prologue, sh_expand_epilogue): Take target register
821 optimizations into account. Collapse stack adjustments if that
822 is beneficial.
823 (initial_elimination_offset): Reserve space for target registers
824 if necessary.
825 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
826 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
827
828 2003-06-18 Nick Clifton <nickc@redhat.com>
829
830 * config.gcc: Add an extra_header for ARM targets.
831 Support configuring with --with-cpu=iwmmxt.
832 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
833 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
834 names. Fix formatting.
835 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
836 names.
837 * config/arm/arm-protos.h (arm_emit_vector_const): New
838 prototype.
839 (arm_output_load_gr): New prototype.
840 * config/arm/arm.c (extra_reg_names1): Delete.
841 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
842 * arch_is_iwmmxt): Define.
843 (all_cores, all_architecture): Add entry for iwmmxt.
844 (arm_override_options): Add support for iwmmxt.
845 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
846 arm_print_value, arm_rtx_costs_1, output_move_double,
847 arm_compute_save_reg_mask, arm_output_epilogue,
848 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
849 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
850 Likewise.
851 (arm_init_cumulative_args): Count iwmmxt registers.
852 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
853 has been set.
854 (struct minipool_node): Add fix_size field.
855 (add_minipool_forward_ref): Add support for 8-byte aligning of
856 the pool.
857 (add_minipool_backward_ref, add_minipool_offsets,
858 dump_minipool, push_minipool_fix): Likewise.
859 (struct builtin_description): New struct.
860 (builtin_description): New array of iwmmxt builtin functions.
861 (arm_init_iwmmxt_builtins): New function.
862 (arm_init_builtins): New function.
863 (safe_vector_operand): New function.
864 (arm_expand_binop_builtin): New function.
865 (arm_expand_unop_builtin): New function.
866 (arm_expand_builtin): New function.
867 (arm_emit_vector_const): New function.
868 (arm_output_load_gr): New function.
869 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
870 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
871 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
872 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
873 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
874 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
875 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
876 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
877 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
878 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
879 registers unless the iwmmxt target is selected.
880 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
881 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
882 IS_IWMMXT_GR_REGNUM): Define.
883 (FIRST_PSEUDO_REGISTER): Bump to 63.
884 (struct machine_function): Add sibcall_blocked field.
885 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
886 nargs fields.
887 (enum arm_builtins): New enum list.
888 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
889 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
890 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
891 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
892 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
893 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
894 (movv2si, movv4hi, movv8qi): New expands for vector moves.
895 Include iwmmxt.md.
896 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
897 multilib.
898 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
899 * config/arm/mmintrin.h: New ARM specific header file.
900 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
901
902 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
903
904 * toplev.c (Remaining -d letters summary): Update.
905
906 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
907
908 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
909 argument.
910 (function_arg): Handle CALL_LIBCALL flag.
911 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
912 prototype.
913 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
914 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
915 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
916 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
917
918 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
919
920 * Makefile.in: Update.
921 * common.opt: New options.
922 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
923 set_Wunused): New.
924 (common_handle_option): Handle new options.
925 * toplev.c (set_target_switch): Export.
926 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
927 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
928 (independent_decode_option): More options handled in opts.c now.
929 Change prototype.
930 * toplev.h (set_target_switch): New.
931
932 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
933
934 PR debug/4252
935 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
936 to dump_switch_p().
937 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
938 from static strings in dump_files.
939
940 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
941
942 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
943 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
944 libiberty macros.
945
946 2003-06-17 Jason Merrill <jason@redhat.com>
947
948 PR c++/10929
949 * tree-inline.c (expand_call_inline): Don't warn about failing to
950 inline a function which was made inline by -finline-functions.
951
952 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
953
954 * config/h8300/h8300-protos.h: Update to ISO C.
955 * config/h8300/h8300.c: Likewise.
956 * config/h8300/h8300.h: Likewise.
957 * config/h8300/h8300.md: Likewise.
958
959 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
960
961 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
962 * configure: Regenerate.
963 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
964
965 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
966
967 * install.texi (Testing): Add information on how to run Java
968 runtime tests separately.
969
970 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
971
972 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
973
974 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
975 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
976
977 2003-06-17 Christopher Faylor <cgf@redhat.com>
978
979 * doc/install.texi: Add msvc rebuild caveat.
980
981 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
982
983 * config/sh/coff.h: Replace Hitachi with Renesas.
984 * config/sh/elf.h: Likewise.
985 * config/sh/embed-elf.h: Likewise.
986 * config/sh/lib1funcs.asm: Likewise.
987 * config/sh/sh-protos.h: Likewise.
988 * config/sh/sh.c: Likewise.
989 * config/sh/sh.h: Likewise.
990 * config/sh/sh.md: Likewise.
991
992 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
993
994 * ChangeLog.3: Fix comment typos.
995 * ChangeLog.6: Likewise.
996 * config/d30v/d30v.c: Likewise.
997 * config/h8300/h8300.md: Likewise.
998 * config/m32r/m32r.md: Likewise.
999 * config/mips/mips.c: Likewise.
1000 * config/mips/mips.md: Likewise.
1001 * config/ns32k/NOTES: Likewise.
1002
1003 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
1004 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1005
1006 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
1007 to run Java runtime tests separately.
1008
1009 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1010
1011 * config/h8300/h8300-protos.h: Update a comment.
1012
1013 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1014
1015 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
1016 are aligned like integral modes.
1017 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
1018
1019 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
1020 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
1021 * sh.md (*pt): Remove.
1022
1023 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
1024
1025 * sh.md (return_media_rte): New pattern.
1026 (return_media): Use it.
1027
1028 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1029
1030 * doc/contrib.texi: Replace Hitachi with Renesas.
1031 * doc/install.texi: Likewise.
1032 * doc/invoke.texi: Likewise.
1033
1034 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1035
1036 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
1037 behaviour.
1038
1039 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1040
1041 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
1042
1043 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
1044 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
1045
1046 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
1047 -msdata=eabi usages.
1048
1049 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
1050
1051 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1052
1053 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
1054 * fixinc/gnu-regex.c: Don't define `volatile'.
1055 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
1056 * ggc-simple.c: Likewise.
1057 * system.h: Don't define `volatile'.
1058
1059 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
1060 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
1061 call these macros.
1062 * config.in, configure: Regenerated.
1063
1064 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1065
1066 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
1067 Handle POINTERS_EXTEND_UNSIGNED.
1068
1069 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1070
1071 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
1072 !TARGET_IRIX6]: Define as NULL.
1073
1074 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1075
1076 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
1077
1078 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1079
1080 * dbxout.c (dbxout_source_line_counter): New global variable.
1081 Mark it with GTY(()).
1082 (dbxout_source_line): Increment dbxout_source_line_counter
1083 and pass it to ASM_OUTPUT_SOURCE_LINE.
1084 * sdbout.c (sdbout_source_line_counter): New global variable.
1085 Mark it with GTY(()).
1086 (unnamed_struct_number): Mark it with GTY(()).
1087 (sdbout_source_line): Increment sdbout_source_line_counter
1088 and pass it to ASM_OUTPUT_SOURCE_LINE.
1089 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
1090 (xcoffout_source_line): Pass 0 as third argument to
1091 ASM_OUTPUT_SOURCE_LINE.
1092 (xcoffout_begin_prologue): Likewise.
1093 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1094 Use it instead of 'sym_lineno' but without incrementing it.
1095 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1096 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1097 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1098 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
1099 argument to ASM_OUTPUT_SOURCE_LINE.
1100 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1101 * config/arm/aout.h: Remove useless comment.
1102 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1103 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1104 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1105 Use it instead of 'sym_lineno' but without incrementing it.
1106 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1107 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
1108 parameter. Use it instead of 'sym_lineno' but without incrementing it.
1109 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
1110 argument to ASM_OUTPUT_SOURCE_LINE.
1111 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1112 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1113 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1114 Use it instead of 'sym_lineno' but without incrementing it.
1115 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1116 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1117 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1118 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1119 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
1120
1121 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
1122
1123 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
1124 (expand_block_move, output_block_move): Remove.
1125 * config/mips/mips.h (enum block_move_type): Remove.
1126 * config/mips/mips.c (block_move_call, output_block_move): Remove.
1127 (mips_block_move_straight, mips_adjust_block_mem): New function.
1128 (mips_block_move_loop): Renamed and reworked from block_move_loop.
1129 (mips_expand_block_move): Likewise expand_block_move. Return false
1130 to fall back on the target-independent code.
1131 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
1132 (movstrsi_internal*): Remove.
1133
1134 2003-06-16 Zack Weinberg <zack@codesourcery.com>
1135
1136 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
1137 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
1138 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
1139 ISO C: new-style function declarations, no need for PARAMS,
1140 no special punctuation on indirect function calls, use string
1141 constant concatenation where convenient.
1142
1143 2003-06-17 Andreas Jaeger <aj@suse.de>
1144
1145 * rtl.h: Remove declarations from coverage.h.
1146 * toplev.c: Include coverage.h.
1147 * Makefile.in (toplev.o): Depend on coverage.h.
1148
1149 * toplev.h: Remove extra declaration of print_time.
1150
1151 * gengtype.c (close_output_files): Remove duplicated declaration.
1152
1153 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1154
1155 * config/sparc/sysv4.h: Remove target-independent comment;
1156 replace "GNU CC" with "GCC".
1157 * config/vxworks.h: Replace "GNU compiler" with "GCC".
1158 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
1159 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
1160 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
1161 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
1162 config/sparc/rtemself.h, config/sparc/sol2-64.h,
1163 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
1164 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
1165 config/sparc/sol2.h, config/sparc/sp64-aout.h,
1166 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
1167 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
1168 "GNU compiler", "GNU CC" with "GCC".
1169 * config/sparc/cypress.md, config/sparc/hypersparc.md,
1170 config/sparc/sparc-modes.def, config/sparc/sparc.c,
1171 config/sparc/sparc.md, config/sparc/sparclet.md,
1172 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
1173 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
1174 "GNU C Compiler" with "GCC".
1175 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
1176
1177 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
1178
1179 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
1180 constants.
1181
1182 * testsuite/gcc.c-torture/execute/simd-4.c: New.
1183
1184 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1185
1186 * config/ip2k/ip2k.h: Remove target-independent comments.
1187
1188 * config.gcc: Explicitly mention elfos.h in ip2k entry.
1189 * config/ip2k/ip2k.h: Don't #include it here.
1190
1191 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1192
1193 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
1194 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
1195 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
1196 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
1197 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
1198 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
1199 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
1200 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
1201 the PTR macro.
1202
1203 * gengtype.c: Don't use UNION_INIT_ZERO.
1204 * system.h (UNION_INIT_ZERO): Delete.
1205
1206 2003-06-16 Richard Henderson <rth@redhat.com>
1207
1208 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
1209 GET_MODE_UNIT_SIZE when simplifying constant vectors.
1210
1211 2003-06-16 Andreas Jaeger <aj@suse.de>
1212
1213 * timevar.c (get_run_time): Remove function provided also by
1214 libiberty.
1215 * timevar.h: Remove get_run_time declaration.
1216
1217 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1218
1219 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
1220 unreachable code.
1221
1222 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1223
1224 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
1225 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
1226 use macros from "symcat.h", instead rely on ISO C.
1227
1228 * system.h: Don't include "symcat.h".
1229 * configure.in (AC_C_STRINGIZE): Delete.
1230 * config.in, configure: Regenerate.
1231
1232 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1233
1234 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
1235
1236 * tree.h (STMT_CHECK): New macro.
1237 Also upper-case argument names on all checking macros and
1238 fix some whitespace problems; assume CODE argument does not
1239 have side-effects.
1240
1241 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1242
1243 * scan.h: Convert to ISO C.
1244 * system.h: Likewise.
1245
1246 * c-format.c (dynamic_format_types): New pointer for dynamic data.
1247 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
1248 New functions split out of...
1249 (handle_format_attribute): ...here.
1250
1251 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
1252
1253 * sh.h (REG_CLASS_FROM_LETTER): Change to:
1254 (REG_CLASS_FROM_CONSTRAINT).
1255 (CONST_OK_FOR_I): Rename to:
1256 (CONST_OK_FOR_I08). Changed all users.
1257 (CONST_OK_FOR_J): Rename to:
1258 (CONST_OK_FOR_I16). Changed all users.
1259 (CONST_OK_FOR_K): Rename to:
1260 (CONST_OK_FOR_P27). Changed all users.
1261 (CONST_OK_FOR_L): Rename to:
1262 (CONST_OK_FOR_K08). Changed all users.
1263 (CONST_OK_FOR_O): Rename to:
1264 (CONST_OK_FOR_I06). Changed all users.
1265 (CONST_OK_FOR_P): Rename to:
1266 (CONST_OK_FOR_I10). Changed all users.
1267 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
1268 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
1269 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
1270 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
1271 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
1272 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
1273 (CONST_OK_FOR_LETTER_P): Replace with
1274 (CONST_OK_FOR_CONSTRAINT_P).
1275 (EXTRA_CONSTRAINT_S): Rename to:
1276 (EXTRA_CONSTRAINT_C16). Changed all users.
1277 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
1278 (EXTRA_CONSTRAINT_T): Rename to:
1279 (EXTRA_CONSTRAINT_Csy). Changed all users.
1280 (EXTRA_CONSTRAINT_Z): Remove.
1281 (EXTRA_CONSTRAINT): Replace with:
1282 (EXTRA_CONSTRAINT_STR).
1283 (EXTRA_CONSTRAINT_U): Rename to:
1284 (EXTRA_CONSTRAINT_Z). Changed all users.
1285 * sh.c (and_operand): Use CONST_OK_FOR_J16.
1286 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
1287 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
1288 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
1289 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
1290 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
1291 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
1292 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
1293 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
1294 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
1295 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
1296 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
1297 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
1298 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
1299 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
1300 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
1301 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
1302 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
1303 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
1304 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
1305 (sssubv4hi3): Likewise.
1306 (movsf_i): Change I[08]/r to G/r.
1307 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
1308
1309 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
1310
1311 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
1312
1313 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
1314
1315 2003-06-16 Andreas Jaeger <aj@suse.de>
1316
1317 * basic-block.h: Remove duplicate prototype of
1318 note_prediction_to_br_prob.
1319
1320 * tree.h: Remove duplicate prototype of strip_float_extensions.
1321
1322 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1323
1324 * config/c4x/c4x.c: Don't include "c-tree.h".
1325 * config/pa/pa.c: Likewise.
1326 * langhooks.c: Likewise.
1327 * tree.h (poplevel): Declare.
1328
1329 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1330
1331 * config/h8300/h8300.c (const_costs): Move this to ...
1332 (h8300_rtx_costs): ... here.
1333
1334 2003-06-16 Roger Sayle <roger@eyesopen.com>
1335
1336 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
1337 (tan_optab, atan_optab): Define corresponding macros.
1338 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
1339 * genopinit.c (optabs): Implement tan_optab and atan_optab
1340 using tan?f2 and atan?f2 patterns.
1341 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
1342 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
1343 Change the default value of errno_set to false.
1344 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
1345 using expand_builtin_mathfn.
1346
1347 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
1348 expander patterns implemented using existing atan2?f3 patterns.
1349
1350 2003-06-16 Roger Sayle <roger@eyesopen.com>
1351
1352 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
1353 both operands of the addition equal, reuse the expanded RTL.
1354 (expand_expr <MULT_EXPR>): Likewise for multiplication.
1355
1356 2003-06-16 Roger Sayle <roger@eyesopen.com>
1357 Jeff Law <law@redhat.com>
1358
1359 * fold-const.c (operand_equal_p): Consider two calls to "const"
1360 functions with identical non-volatile arguments to be equal.
1361 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
1362 built-in function to be equal to the "foo" form.
1363
1364 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1365
1366 * config/rs6000/sysv4le.h: Remove target-independent comment.
1367 Replace "GNU compiler" with "GCC" in comment.
1368
1369 2003-06-16 Andreas Jaeger <aj@suse.de>
1370
1371 * tracer.c: Remove duplicate declaration.
1372
1373 * toplev.c: Remove extra declaration of decode_d_option.
1374
1375 * ssa.c: Remove duplicate declaration.
1376
1377 * sreal.c: Remove extra declaration of dump_sreal.
1378
1379 * reload1.c: Remove duplicate declarations.
1380
1381 * integrate.c: Remove extra declaration of
1382 set_decl_abstract_flags.
1383
1384 * flow.c: Remove extra declaration of dump_flow_info.
1385
1386 * alias.c: Remove extra declaration of get_addr.
1387
1388 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1389
1390 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
1391 config/vxworks.h: GNU CC -> GCC.
1392
1393 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
1394 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
1395 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
1396 ssa.h, tree.def: Replace overly specific references to "GNU C"
1397 and "GNU C Compiler" with references to "GCC".
1398
1399 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
1400
1401 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
1402 memory reference. Fix test that checks if operand 1 is using r0.
1403 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
1404
1405 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
1406 defined.
1407
1408 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
1409
1410 * function.h (struct emit_status): Remove x_last_linenum,
1411 x_last_filename. Add x_last_location.
1412 * rtl.h: #include "input.h".
1413 (NOTE_DATA): New.
1414 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
1415 number notes.
1416 * emit-rtl.c (last_linenum, last_filename): Remove.
1417 (last_location): New.
1418 (emit_line_note_after): LINE must always be >= 0.
1419 (emit_line_note): Likewise. Check not duplicate here...
1420 (emit_note): ... rather than here.
1421 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
1422 * integrate.c (expand_inline_function): Use emit_line_note for
1423 line number notes.
1424 (copy_insn_list): Likewise.
1425 * unroll.c (copy_loop_body): Likewise.
1426 * Makefile.in (RTL_H): Add input.h.
1427
1428 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
1429
1430 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
1431
1432 2003-06-16 Richard Henderson <rth@redhat.com>
1433
1434 * config/alpha/alpha-protos.h, config/alpha/elf.h,
1435 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
1436 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
1437 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
1438 Remove unneeded static function decls.
1439
1440 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
1441
1442 * c-opts.c (c_common_handle_option): s/on/value/.
1443 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
1444 directly rather than converting the argument.
1445 * c.opt: Update docs. Use UInteger where appropriate.
1446 * common.opt: Use UInteger where appropriate.
1447 * opts.c (integral_argument): New.
1448 (handle_argument): Handle integral arguments, and optional
1449 joined arguments.
1450 (common_handle_option): Update.
1451 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
1452 * opts.sh: Handle JoinedOrMissing and UInteger flags.
1453
1454 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
1455
1456 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
1457 unnecessary extern declaration.
1458
1459 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
1460
1461 * config/gofast.h, config/interix.h, config/interix3.h,
1462 config/libgloss.h, config/linux-aout.h, config/linux.h,
1463 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
1464 * config/kaos.h: "GNU compiler" -> GCC.
1465 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
1466
1467 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
1468 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
1469 GNU CC -> GCC.
1470
1471 * config/svr3.h: Remove #if 0 code, misleading comments.
1472 GNU CC -> GCC.
1473
1474 2003-06-15 Zack Weinberg <zack@codesourcery.com>
1475
1476 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
1477 main_input_filename to avoid conflict with input_filename macro.
1478
1479 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1480
1481 * config/mips/mips.h (asm_file_name, g_switch_set,
1482 g_switch_value): Remove.
1483 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
1484 unnecessary extern declarations.
1485
1486 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1487
1488 * config/frv/frv.h: Remove declaration of g_switch_value.
1489 * config/m32r/m32r.h: Remove declaration of g_switch_value.
1490 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
1491
1492 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1493
1494 * opts.sh: Quote '+' in regex.
1495
1496 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
1497
1498 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
1499 * config/rs6000/rs6000.c: Include cfglayout.h.
1500 * config/alpha/alpha.c: Likewise.
1501 * config/ia64/ia64.c: Likewise.
1502 * config/sparc/sparc.c: Likewise.
1503 * config/sh/sh.c: Likewise.
1504
1505 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1506
1507 * opts.sh: Quote '+' in regex.
1508
1509 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1510
1511 * c-opts.c (lang_flags): Update for new spelling of flags.
1512 (write_langs): Similarly.
1513 * c.opt: Specify languages.
1514 * opts.h: Remove languages.
1515 * opts.sh: Recognise front-end defined languages.
1516 * doc/sourcebuild.texi: Update.
1517
1518 2003-06-15 Andreas Jaeger <aj@suse.de>
1519
1520 * alloc-pool.c: Convert to ISO C90 prototypes.
1521 * alloc-pool.h: Likewise.
1522 * alias.c: Likewise.
1523 * attribs.c: Likewise.
1524 * bb-reorder.c: Likewise.
1525 * bitmap.h: Likewise.
1526 * bitmap.c: Likewise.
1527 * builtins.c: Likewise.
1528
1529 * tree.h: Convert prototypes of attribs.c to ISO C90.
1530 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
1531 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
1532 * expr.h: Convert prototypes of builtins.c to ISO C90.
1533
1534 2003-06-15 Roger Sayle <roger@eyesopen.com>
1535
1536 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
1537 implement exp, expf and expl built-ins as inline x87 intrinsics.
1538 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
1539 represent x87's fscale, frndint and f2xm1 insns respectively.
1540 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
1541 to encode x87's "fscale" instruction followed by a pop.
1542 (*frndintxf2): New insn pattern for "frndint".
1543 (*f2xm1xf2): New insn pattern for "f2xm1".
1544
1545 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
1546 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
1547 UNSPEC_FPATAN.
1548
1549 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1550
1551 * gencheck.c (main): Avoid generating duplicate macros.
1552
1553 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
1554 knowing names of language subdirectories.
1555
1556 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1557
1558 * c-pch.c (asm_file_name): Remove.
1559 * common.opt: Add more switches.
1560 * flags.h (g_switch_set): Boolify.
1561 * opts.c (g_switch_value, g_switch_set, exit_after_options,
1562 version_flag): Move from toplev.c.
1563 (common_handle_option): Handle more switches from toplev.c.
1564 * toplev.c (display_help, display_target_options, decode_d_option,
1565 print_version): Make non-static, remove prototypes.
1566 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
1567 (version_flag, g_switch_value, g_switch_set, exit_after_options):
1568 Remove.
1569 (independent_decode_option): Move some handlers to opts.c.
1570 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
1571 exit_after_options, version_flag, display_help, display_target_options,
1572 print_version, decode_d_option): New.
1573
1574 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
1575
1576 * config/alpha/alpha.md: Follow spelling conventions.
1577 * config/arm/arm.c: Likewise.
1578 * config/arm/arm.h: Likewise.
1579 * config/arm/arm.md: Likewise.
1580 * config/arm/crtn.asm: Likewise.
1581 * config/m32r/m32r.c: Likewise.
1582 * config/m32r/m32r.md: Likewise.
1583 * config/rs6000/rs6000.c: Likewise.
1584
1585 2003-06-15 Richard Henderson <rth@redhat.com>
1586
1587 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
1588 insn_locators_initialize.
1589 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1590 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1591 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1592 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
1593
1594 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
1595
1596 * builtins.c (expand_builtin_expect_jump): Remove redundant
1597 tests that are also in any_condjump_p().
1598
1599 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1600
1601 * libgcc2.c: Delete sysV68 L_trampoline section.
1602 * config/m68k/mot3300-crt0.S: Delete file.
1603 * config/m68k/mot3300Mcrt0.S: Likewise.
1604
1605 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
1606
1607 * config/aoutos.h: Remove.
1608 * config.gcc: Remove reference to aoutos.h.
1609 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
1610
1611 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
1612
1613 * doc/install.texi: Follow spelling conventions.
1614 * doc/tm.texi: Likewise.
1615 * config/fp-bit.c: Likewise.
1616 * config/arm/arm.c: Likewise.
1617 * config/frv/frv.c: Likewise.
1618 * config/ns32k/NOTES: Likewise.
1619 * config/ns32k/STATUS: Likewise.
1620
1621 2003-06-14 Roger Sayle <roger@eyesopen.com>
1622 Zack Weinberg <zack@codesourcery.com>
1623
1624 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
1625 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
1626 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
1627
1628 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
1629 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
1630 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
1631 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
1632 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
1633 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
1634 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
1635 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
1636 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
1637 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
1638 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
1639 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
1640 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
1641 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
1642 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
1643 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
1644 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
1645 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
1646 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
1647 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
1648
1649 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
1650
1651 * opts.sh (POSIXLY_CORRECT): Unset it.
1652
1653 * tree.h (init_function_start): Remove filename and line paramters.
1654 * function.c (init_function_start): Remove filename and line
1655 parameters. Use DECL_SOURCE_LOCATION.
1656 * c-decl.c (store_parm_decls): Adjust init_function_start call.
1657 (c_expand_body_1): Likewise.
1658 * coverage.c (create_coverage): Likewise.
1659 * objc/objc-act.c (build_tmp_function_decl): Set line number to
1660 zero.
1661 (hack_method_prototype): Adjust init_function_start call.
1662
1663 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
1664
1665 PR target/3724
1666 * arm/linux-elf.h (PROFILE_HOOK): Define.
1667
1668 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
1669
1670 PR target/11183
1671 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
1672
1673 2003-06-14 Roger Sayle <roger@eyesopen.com>
1674
1675 * opts.sh: Work around a mysterious feature in cygwin's gawk
1676 where specifying the input files explicitly has a different
1677 behavior to piping them via stdin.
1678
1679 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
1680
1681 * doc/sourcebuild.texi: Update.
1682
1683 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
1684
1685 PR target/11183
1686 * arm.c (output_move_double): Pass SImode to adjust_address.
1687
1688 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
1689
1690 * Makefile.in: Update to use common.opt and lang_opt_files.
1691 (c-options.c, c-options.h): Remove.
1692 (options.c, options.h): Add.
1693 * c-opts.c: Include options.h not c-options.h.
1694 * common.opt: New file.
1695 * configure, configure.in: Add lang_opt_files.
1696 * opts.c: Include flags.h and diagnostic.h.
1697 (common_handle_option): New.
1698 (handle_option): Update to recognize common options and all
1699 language-dependent options.
1700 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
1701 (struct cl_option): Make flags of type int.
1702 * opts.h: Flag option with front ends to which it applies.
1703 Handle duplicate options.
1704 * toplev.c (filename): Remove.
1705 (independent_decode_option): Don't handle filenames and -quiet.
1706 (process_options, do_compile): Update.
1707
1708 2003-06-14 Nick Clifton <nickc@redhat.com>
1709
1710 * doc/install.texi (Specific): Add description of different
1711 ARM supported file format targets.
1712
1713 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
1714
1715 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
1716 inside delay slots.
1717
1718 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
1719
1720 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
1721 * unwind-pe.h (size_of_encoded_value): Do not define if
1722 NO_SIZE_OF_ENCODED_VALUE is defined.
1723
1724 2003-06-13 Roger Sayle <roger@eyesopen.com>
1725
1726 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
1727 expanding a complex constant into a CONCAT target.
1728
1729 2003-06-13 Zack Weinberg <zack@codesourcery.com>
1730
1731 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
1732 (ASM_FILE_START_1): Delete.
1733 * config/i386/att.h, config/i386/sco5.h,
1734 config/i386/sysv3.h
1735 (ASM_FILE_START_1): Delete.
1736
1737 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
1738
1739 * config/i386/bsd.h: Remove ASM_FILE_START.
1740 * config/i386/djgpp.h: Likewise.
1741 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
1742
1743 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
1744 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
1745
1746 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
1747
1748 PR bootstrap/10835
1749 * haifa-sched.c (max_lookahead_tries,
1750 cached_first_cycle_multipass_dfa_lookahead,
1751 cached_issue_rate): New variables.
1752 (max_issue): Check the number of tries.
1753 (choose_ready): Calculate max_lookahead_tries.
1754 (sched_init): Check cached_issue_rate.
1755
1756 2003-06-13 Richard Henderson <rth@redhat.com>
1757
1758 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
1759 * cfgrtl.c (purge_dead_edges): Expect it too.
1760
1761 2003-06-13 Jim Wilson <wilson@tuliptree.org>
1762 Eric Botcazou <ebotcazou@libertysurf.fr>
1763
1764 PR bootstrap/10983
1765 * combine.c (make_extraction): Use gen_lowpart_for_combine
1766 when extracting from a REG and not in the destination of a SET.
1767
1768 2003-06-13 Doug Evans <dje@sebabeach.org>
1769
1770 * tsystem.h (abort): Declare in inhibit_libc case to remove build
1771 warnings for addvsi3, et.al.
1772
1773 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
1774
1775 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
1776
1777 * simplify-rtx.c (simplify_subreg): Same.
1778
1779 * emit-rtl.c (gen_lowpart_common): Same.
1780
1781 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
1782
1783 * builtins.c: Fix comment typos.
1784 * fold-const.c: Likewise.
1785
1786 2003-06-13 Doug Evans <dje@sebabeach.org>
1787 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1788
1789 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
1790 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
1791 (m32r_va_arg): Use it.
1792 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
1793 (RETURN_IN_MEMORY): Ditto.
1794
1795 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
1796
1797 * c-typeck.c: Remove #if 0 clauses.
1798
1799 PR other/1494
1800 * config/alpha/openbsd.h, config/i386/openbsd.h,
1801 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
1802 residual reference to EGCS.
1803
1804 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
1805
1806 * arm.c (output_call_mem): If the address references the link-register
1807 use an instruction sequence that avoids early-clobbering IP.
1808 (eliminate_lr2ip): Delete.
1809
1810 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1811
1812 * c-format.c (format_types_orig): Disallow '*' width/precision in
1813 asm_fprintf format checks.
1814
1815 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
1816
1817 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
1818 non-integral types from integer register save area slots.
1819
1820 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
1821
1822 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
1823
1824 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
1825
1826 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
1827
1828 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
1829
1830 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
1831 to file_end_indicate_exec_stack.
1832
1833 2003-06-12 Richard Henderson <rth@redhat.com>
1834
1835 PR target/11089
1836 * config/i386/i386.md (sse_movaps): Use an expander to force
1837 one operand to be a register.
1838 (sse_movups): Likewise.
1839
1840 2003-06-13 Doug Evans <dje@sebabeach.org>
1841
1842 Remove some build warnings.
1843 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
1844 (__do_global_ctors,__do_global_dtors): Ditto.
1845
1846 2003-06-12 Richard Henderson <rth@redhat.com>
1847
1848 PR middle-end/10557
1849 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
1850
1851 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
1852
1853 * config/m32r/m32r.md: Fix a comment typo.
1854
1855 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1856 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
1857
1858 PR target/10142
1859 * config/sparc/sparc.c (function_arg_record_value_parms): Add
1860 new 'stack' field.
1861 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
1862 integer slots for an integer field.
1863 (function_arg_record_value_3): Shift vector index.
1864 (function_arg_record_value_2): Likewise.
1865 (function_arg_record_value): Initialize 'stack' to 0.
1866 Set 'stack' to 1 if we run out of integer slots for an integer field.
1867 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
1868
1869 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1870
1871 PR optimization/10955
1872 * unroll.c (unroll_loop): Fix off-by-one bug.
1873
1874 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1875
1876 * config/rs6000/rs6000.c (function_arg): Remove typo.
1877
1878 2003-06-12 Richard Henderson <rth@redhat.com>
1879
1880 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
1881 and UNSPEC_DTPOFF.
1882
1883 2003-06-12 Richard Henderson <rth@redhat.com>
1884
1885 PR middle-end/10475
1886 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
1887 for extracting sub-words.
1888
1889 2003-06-12 Richard Henderson <rth@redhat.com>
1890
1891 PR target/7594
1892 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
1893 (zero_extendqihi2, zero_extendqisi2): Likewise.
1894
1895 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1896
1897 * config/rs6000/rs6000.c (function_arg): Always split vectors for
1898 e500 if it's a stdarg function.
1899 (function_arg_advance): Advance 2 registers for vectors in a
1900 stdarg function.
1901 (init_cumulative_args): Initialize stdarg.
1902 (rs6000_spe_function_arg): New.
1903
1904 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
1905
1906 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1907
1908 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
1909
1910 2003-06-12 Roger Sayle <roger@eyesopen.com>
1911
1912 PR middle-end/168
1913 * fold-const.c (tree_expr_nonnegative_p): Handle addition
1914 and multiplication of zero extensions, floating point division,
1915 and integer<->fp, fp<->fp and zero extension conversions.
1916 The built-in ceil and floor functions preserve signedness.
1917
1918 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
1919
1920 * ChangeLog: Follow spelling conventions.
1921 * ChangeLog.2: Likewise.
1922 * c-decl.c: Likewise.
1923 * cfgloop.h: Likewise.
1924 * cgraph.c: Likewise.
1925 * coverage.c: Likewise.
1926 * cppcharset.c: Likewise.
1927 * cpphash.h: Likewise.
1928 * cpplex.c: Likewise.
1929 * cpplib.c: Likewise.
1930 * dbxout.c: Likewise.
1931 * df.c: Likewise.
1932 * dwarf2out.c: Likewise.
1933 * dwarfout.c: Likewise.
1934 * emit-rtl.c: Likewise.
1935 * explow.c: Likewise.
1936 * gcov-io.c: Likewise.
1937 * gcov-io.h: Likewise.
1938 * gcov.c: Likewise.
1939 * gengtype.c: Likewise.
1940 * ggc.h: Likewise.
1941 * opts.c: Likewise.
1942 * real.c: Likewise.
1943 * reload.c: Likewise.
1944 * stmt.c: Likewise.
1945
1946 2003-06-12 Janis Johnson <janis187@us.ibm.com>
1947
1948 * doc/install.texi (m32r-*-elf): Change company to Renesas.
1949
1950 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
1951
1952 * basic-block.h (flow_delete_block_noexpunge): Kill.
1953 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
1954 rtl_delete_block.
1955
1956 2003-06-10 Richard Henderson <rth@redhat.com>
1957
1958 PR inline-asm/4823
1959 * reg-stack.c (any_malformed_asm): New.
1960 (check_asm_stack_operands): Set it.
1961 (convert_regs_1): Check it before aborting.
1962
1963 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1964
1965 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
1966
1967 2003-06-12 Jakub Jelinek <jakub@redhat.com>
1968
1969 * c-opts.c (complain_wrong_lang): Add on argument.
1970 Print no- switch if on is false.
1971 (c_common_decode_option): Adjust caller.
1972
1973 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1974
1975 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
1976 to initialize GOT register.
1977
1978 2003-06-12 Roger Sayle <roger@eyesopen.com>
1979
1980 * fold-const.c (tree_expr_nonnegative_p): Add support for
1981 floating point constants, addition and multiplication.
1982
1983 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
1984
1985 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
1986 constraint modifier for operand 0.
1987
1988 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
1989
1990 Don't warn on dollars in builtin macro definitions,
1991 e.g. __REGISTER_PREFIX__.
1992 * cpphash.h (struct cpp_reader): Move member warn_dollars...
1993 * cpplib.h (struct cpp_options): ...to here. Change type to
1994 unsigned char.
1995 * cppinit.c (cpp_create_reader): Set it to 1 here.
1996 (post_options): Don't set it here.
1997 * c-opts.c (c_common_init_options): Reset it to 0 here.
1998 (finish_options): Set it here.
1999 * cpplex.c (forms_identifier_p): Tweak for new location of
2000 warn_dollars.
2001
2002 * configure.in (assembler dwarf2 debug_line support): Define insn
2003 for cris-*-* and mmix-*-*.
2004 * configure: Regenerate.
2005
2006 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
2007
2008 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
2009 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
2010 (sh-*-elf*): Add sh*-*-kaos* support.
2011 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
2012 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
2013 config/sh/kaos-sh.h: New files.
2014
2015 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
2016
2017 * gcse.c (fis_get_condition): Make it a global function.
2018 * reload1.c (reload_cse_move2add): Detect implicit sets.
2019 * rtl.h: Add a prototype for fis_get_condition.
2020
2021 2003-06-11 Richard Henderson <rth@redhat.com>
2022
2023 * stmt.c (expand_asm_operands): Don't warn for memories with
2024 queued addresses.
2025
2026 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
2027
2028 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
2029 brackets.
2030
2031 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
2032
2033 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
2034 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
2035 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
2036 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
2037 * langhooks.c (lhd_decode_option): Remove.
2038 * langhooks.h (struct lang_hooks): Remove decode_option.
2039 * opts.c (handle_option): No longer use decode_option.
2040
2041 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2042
2043 * cfgloopanal.c (variable_initial_value): Update the set of altered
2044 registers correctly.
2045
2046 2003-06-11 Roger Sayle <roger@eyesopen.com>
2047 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2048
2049 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
2050 * config/i386/netbsd-elf.h: Likewise.
2051 * config/m32r/m32r.h: Likewise.
2052 * config/mn10300/mn10300.h: Likewise.
2053 * config/stormy16/stormy16.h: Likewise.
2054 * config/v850/v850.h: Likewise.
2055 * config/vax/netbsd-elf.h: Likewise.
2056 * config/xtensa/elf.h: Likewise.
2057 * config/xtensa/linux.h: Likewise.
2058
2059 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2060
2061 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
2062 DWARF 2 default.
2063
2064 * config/mips/dbxmdebug.h: New file.
2065 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
2066 gas and --with-stabs.
2067
2068 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
2069
2070 * expr.c (can_move_by_pieces): align argument may be unused.
2071
2072 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
2073
2074 * expr.c (convert_move): Handle moves between two CONCATs.
2075
2076 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
2077
2078 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
2079 !TARGET_H8300.
2080
2081 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
2082
2083 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
2084 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
2085 (TARGET_RTL_DUMP): Likewise.
2086 (TARGET_SWITHCES): Remove -mrtl-dump.
2087
2088 2003-06-10 Richard Henderson <rth@redhat.com>
2089
2090 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
2091
2092 2003-06-10 Richard Henderson <rth@redhat.com>
2093
2094 * config/ia64/ia64.md (call_gp): Fix memory mode.
2095
2096 2003-06-10 James E Wilson <wilson@tuliptree.org>
2097
2098 PR target/8812
2099 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
2100 hard regs for reload_reg_used_at_all and reg_class_contents checks.
2101
2102 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
2103
2104 * config/h8300/h8300.c (print_operand): Remove support for
2105 operand character 'b'.
2106 Add the AND case to operand character 'c'.
2107 * config/h8300/h8300.md (two anonymous patterns): Replace
2108 operand character 'b' with 'c'.
2109
2110 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
2111
2112 * config/h8300/h8300.c (print_operand): Remove support for
2113 operand character 'u'.
2114
2115 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2116
2117 * configure.in: Fix typo.
2118 * configure: Regenerate.
2119
2120 2003-06-10 Loren James Rittle <ljrittle@acm.org>
2121
2122 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
2123 compilation guard.
2124
2125 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
2126
2127 * sh-protos.h (function_symbol): Declare.
2128 * sh.c (expand_block_move, expand_ashiftrt): Use it.
2129 (sh_expand_prologue, sh_expand_epilogue): Likewise.
2130 (sh_initialize_trampoline): Likewise.
2131 (function_symbol): New function.
2132 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
2133 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
2134 (call_value_pop, shcompact_return_tramp): Likewise.
2135
2136 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
2137
2138 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
2139 target register.
2140
2141 2003-06-10 DJ Delorie <dj@redhat.com>
2142
2143 * doc/md.texi (Machine Constraints): Document stormy's Z
2144 constraint.
2145
2146 2003-06-10 Geoffrey Keating <geoffk@apple.com>
2147
2148 * except.c (call_site_base): Mark with GTY.
2149
2150 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
2151
2152 * arm-proto.h: Convert to ISO C90 prototypes.
2153 * arm.c: Likewise.
2154
2155 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
2156
2157 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
2158
2159 2003-06-10 Steve Ellcey <sje@cup.hp.com>
2160
2161 * calls.c (expand_call): Convert structure_value_addr to Pmode if
2162 necessary.
2163
2164 2003-06-10 Andrew Haley <aph@redhat.com>
2165
2166 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
2167 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
2168 (lhd_decl_ok_for_sibcall): New.
2169 * langhooks.c (lhd_decl_ok_for_sibcall): New.
2170 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
2171 * calls.c (expand_call): Check lang_hook before generating a
2172 sibcall.
2173
2174 2003-06-10 DJ Delorie <dj@redhat.com>
2175
2176 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
2177 which matches (const_int 0) for addhi3.
2178 * config/stormy16/stormy16.md: Document known constraints.
2179 (addhi3): Handle adding zero.
2180
2181 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2182
2183 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
2184 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
2185 * config/m32r/m32r-protos.h: Prototype it.
2186
2187 2003-06-10 Janis Johnson <janis187@us.ibm.com>
2188
2189 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
2190 common to rs6000 sysv targets.
2191 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
2192 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
2193
2194 2003-06-10 Nick Clifton <nickc@redhat.com>
2195
2196 * config.gcc: Add arm-wince-pe target.
2197 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
2198 Add comment about default apcs26 support.
2199 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
2200 multilib.
2201 (MULTILIB_DIRNAMES): Add 'apcs32'.
2202 * config/arm/t-wince-pe: New makefile fragment.
2203 * config/arm/wince-pe.h: New file. Overrides a few definitions
2204 in arm/pe.h
2205
2206 2003-06-10 Roger Sayle <roger@eyesopen.com>
2207
2208 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
2209 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
2210 when x is easily negated and f is sin, tan or atan.
2211 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
2212 sin(x) with flag_unsafe_math_optimizations.
2213 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
2214 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
2215
2216 2003-06-10 Roger Sayle <roger@eyesopen.com>
2217
2218 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
2219 is a floating point type *and* we currently honor NaNs.
2220 (fold <NE_EXPR>): Likewise.
2221
2222 2003-06-10 Mark Mitchell <mark@codesourcery.com>
2223
2224 PR c++/11131
2225 * tree-inline.c (inlinable_function_p): Call the language-specific
2226 hook early.
2227
2228 2003-06-09 David Taylor <dtaylor@emc.com>
2229
2230 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
2231 the f_res field.
2232
2233 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2234
2235 * configure.in: Remove references to host_truncate_target.
2236 * configure: Regenerate.
2237 * config.gcc: Remove references to truncate_target,
2238 host_truncate_target.
2239
2240 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
2241 Replace "build_canonical" with build, "host_canonical" with host.
2242 * configure.in: Use GCC_TOPLEV_SUBDIRS.
2243 * aclocal.m4: Include ../config/acx.m4.
2244 * configure: Regenerate.
2245
2246 2003-06-09 David Taylor <dtaylor@emc.com>
2247
2248 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
2249 bytes of padding in the __va_list_tag structure a name (reserved).
2250
2251 2003-06-09 Jason Merrill <jason@redhat.com>
2252
2253 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
2254
2255 2003-06-09 Osku Salerma <osku@iki.fi>
2256
2257 * c-format.c (check_format_string, get_constant): New.
2258 (handle_format_attribute, handle_format_arg_attribute,
2259 decode_format_attr): Change to use above functions.
2260
2261 2003-06-09 Richard Henderson <rth@redhat.com>
2262
2263 * stmt.c (expand_asm_operands): Re-word warning.
2264
2265 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
2266
2267 PR target/8787
2268 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
2269 if -masm=intel.
2270
2271 2003-06-09 James E Wilson <wilson@tuliptree.org>
2272
2273 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
2274 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
2275 Add libgcc exception.
2276
2277 2003-06-09 David Edelsohn <edelsohn@gnu.org>
2278 Ayal Zaks <gcchaifa@us.ibm.com>
2279
2280 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
2281 (insvsi*): Add insert_word attribute.
2282 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
2283 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
2284 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
2285
2286 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
2287
2288 * fold-const.c (fold): Fix a comment typo.
2289
2290 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
2291
2292 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
2293 removed.
2294
2295 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
2296
2297 * sh.c (gen_block_redirect): Use locators.
2298
2299 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
2300
2301 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
2302 cast to int.
2303
2304 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2305
2306 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
2307 operators.
2308 * configure: Regenerated.
2309
2310 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2311 Alexandre Oliva <aoliva@redhat.com>
2312
2313 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
2314 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
2315 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
2316 n32/64 PIC.
2317 (MUST_SAVE_REGISTERS): Delete.
2318 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
2319 (machine_function): Add global_pointer field.
2320 (mips_classify_constant): Check for (const $gp) using pointer equality
2321 with pic_offset_table_rtx.
2322 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
2323 (mips_restore_gp): Use current_function_outgoing_args_size.
2324 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
2325 GP_REG_FIRST + 28. Handle relocation strings that have
2326 more than one '('.
2327 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
2328 (mips_global_pointer): New function.
2329 (mips_save_reg_p): New function, mostly split out from...
2330 (compute_frame_size): ...here. Remove handling of extra_size.
2331 Reclaim args_size if no variables depend on it. Don't treat gp
2332 as a special case: handle it in the main GPR loop.
2333 (mips_initial_elimination_offset): Fix comment.
2334 (save_restore_insns): Save every register in the GPR mask,
2335 removing distinction between mask and real_mask.
2336 (mips_output_function_prologue): Update .frame psuedo-op after
2337 the removal of extra_size. Move the SVR4 PIC stack allocation
2338 and cprestore instructions to mips_expand_prologue.
2339 (mips_gp_insn): New function.
2340 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
2341 the chosen global pointer. Handle SVR4 PIC stack allocation
2342 in the same way as other ABIs. Adjust varargs code accordingly.
2343 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
2344 to emit the loadgp sequence. Follow it with a loadgp_blockage
2345 if not using explicit relocs.
2346 (mips_output_function_epilogue): Reinstate the default gp register.
2347 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
2348 (mips16_optimize_gp): Likewise.
2349 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
2350 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
2351 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
2352 (loadgp): Remove.
2353 (loadgp_blockage, cprestore): New instructions.
2354 (builtin_setjmp_setup): Implement using emit_move_insn. Use
2355 pic_offset_table_rtx.
2356 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
2357 (builtin_longjmp): Use gen_raw_REG to force use of $28.
2358
2359 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2360
2361 * config/mips/mips-protos.h (mips_output_division): Declare.
2362 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
2363 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
2364 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
2365 (TARGET_CHECK_ZERO_DIV): New macro.
2366 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
2367 * config/mips/mips.c (mips_output_division): New function.
2368 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
2369 account when calculating the default length of a division.
2370 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
2371 Enable regardless of optimization level. Use mips_output_division.
2372 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
2373 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
2374 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
2375 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
2376 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
2377 umoddi3_internal): Remove.
2378
2379 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2380
2381 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
2382 (mips_sw_reg_names): Likewise.
2383 (mips_regno_to_class): Change hilo entry to NO_REGS.
2384 (hilo_operand): Use MD_REG_P.
2385 (extend_operator): New predicate.
2386 (override_options): Remove 'a' constraint.
2387 (mips_secondary_reload_class): Remove hilo handling. Also remove
2388 handling of (plus sp reg) reloads for mips16.
2389 (mips_register_move_cost): Remove hilo handling.
2390 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
2391 (MD_REG_LAST): Remove hilo from range.
2392 (HILO_REGNUM): Delete.
2393 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
2394 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
2395 (PREDICATE_CODES): Add entry for extend_operator.
2396 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
2397 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
2398 Remove constraints from multiplication define_expands. Remove
2399 clobbers from "decorative" define_expand patterns.
2400 (UNSPEC_HILO_DELAY): Delete.
2401 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
2402 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
2403 Adjust C code to just emit insns for !TARGET_64BIT.
2404 (mulsidi3_internal): Rename to mulsidi3_32bit.
2405 (mulsidi3_64bit): Use a "d" constraint for the destination.
2406 Use extend_operator so that the pattern can handle umulsidi3 as well.
2407 Split the instruction after reload.
2408 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
2409 (umulsidi3_internal): Rename to umulsidi3_32bit.
2410 (umulsidi3_64bit): Remove.
2411 (*smsac_di, *umsac_di): Line-wrap fixes.
2412 (udivsi3_internal): Don't allow operand 2 to be constant.
2413 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
2414 (movdi_internal2, movsi_internal): Remove hilo alternatives.
2415 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
2416
2417 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2418
2419 PR target/10913
2420 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
2421 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
2422 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
2423 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
2424 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
2425 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
2426 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
2427 asm_out_text_file with asm_out_file.
2428 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
2429 * config/mips/elf.h (TEXT_SECTION): Undefine.
2430 * config/mips/elf64.h (TEXT_SECION): Undefine.
2431 * config/mips/openbsd.h (TEXT_SECION): Undefine.
2432 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
2433 (override_options): Disable small-data optimizations unless using
2434 gas or explicit relocations.
2435 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
2436 iris6_asm_named_section, iris6_asm_file_start): Remove code for
2437 handling TARGET_FILE_SWITCHING.
2438 (copy_file_data): Move into TARGET_IRIX6 block.
2439
2440 2003-06-08 Richard Henderson <rth@redhat.com>
2441
2442 * expr.h (EXPAND_MEMORY): New.
2443 * expr.c (expand_expr): Check it.
2444 * stmt.c (expand_asm_operands): Provide it when the constraint
2445 requires a memory. Warn for memory input constraints without
2446 a memory operand.
2447
2448 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2449
2450 * varasm.c: Don't include c-tree.h.
2451
2452 2003-06-08 Andreas Jaeger <aj@suse.de>
2453
2454 * predict.h: Convert to ISO C90 prototypes.
2455 * predict.c: Likewise.
2456 * tree-dump.h: Likewise.
2457 * tree-dump.c: Likewise.
2458 * diagnostic.h: Likewise.
2459 * diagnostic.c: Likewise.
2460 * combine.c: Likewise.
2461
2462 * rtl.h: Convert prototypes of combine.c to ISO C90.
2463
2464 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
2465
2466 * cfglayout.c (insn_scope): New static function
2467 (block_locators_*, line_locators*, file_locators*): New static varrays.
2468 (scope_to_insns_initialize): Use them.
2469 (insn_line, insn_file): New functions.
2470 (scope_to_insns_finalize): Use insn_scope.
2471 (prologue_locator, epilogue_locator): New global variables.
2472 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
2473 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
2474 (emit_insn_after_scope, emit_insn_before_scope
2475 emit_jump_insn_after_scope, emit_jump_insn_before_scope
2476 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
2477 (emit_insn_after_setloc, emit_insn_before_setloc
2478 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
2479 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
2480 use locators.
2481 * final.c (notice_source_line): Use locators.
2482 (final_start_function): Set initial source file and line.
2483 (final_scan_insn): Use locators.
2484 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
2485 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
2486 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
2487 noce_process_if_block, find_cond_trap): Likewise.
2488 * integrate.c (copy_insn_list): Likewise.
2489 * jump.c (duplicate_loop_exit_test): LIkewise.
2490 * print-rtl.c (print_rtx): Print locators.
2491 * recog.c (peephole2_optimize): Likewise.
2492 * rtl.h (INSN_SCOPE): Remove.
2493 (emit_insn_after_scope, emit_insn_before_scope
2494 emit_jump_insn_after_scope, emit_jump_insn_before_scope
2495 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
2496 (emit_insn_after_setloc, emit_insn_before_setloc
2497 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
2498 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
2499 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
2500 * unroll.c (copy_loop_body): Use locators.
2501 * function.c (set_insn_locators): New function.
2502 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
2503
2504 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
2505
2506 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
2507 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
2508 _fixsfdi _fixunssfdi.
2509 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
2510 popcounthi2.
2511 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
2512 * config/h8300/clzhi2.c: New.
2513 * config/h8300/ctzhi2.c: Likewise.
2514 * config/h8300/parityhi2.c: Likewise.
2515 * config/h8300/popcounthi2.c: Likewise.
2516
2517 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
2518
2519 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
2520 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
2521
2522 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
2523 (dump_bb): New based on old dump_bb in cfgrtl.c
2524 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
2525 * cfghooks.h (cfgh_verify_flow_info): Return status.
2526 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
2527 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
2528 (dump_bb): Remove generic parts.
2529 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
2530 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
2531
2532 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
2533
2534 * Makefile.in: Rename options.c and options.h to c-options.c and
2535 c-options.h.
2536 (OBJS): Remove options.o.
2537 * c-opts.c: Don'tInclude c-options.h instead of options.h.
2538 * opts.c: Don't include options.h.
2539 (find_opt): Can't use enum opt_code or N_OPTS.
2540 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
2541 * opts.sh: ... here.
2542
2543 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
2544 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2545
2546 PR pch/9830
2547 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
2548 if HAVE_MINCORE is defined.
2549 (MAP_FAILED): Define if not defined.
2550 (gt_pch_save): Test against MAP_FAILED.
2551 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
2552 the mapping address to the preferred base after checking it
2553 is possible to do so. Test against MAP_FAILED.
2554 * configure.in: Test for the presence of mincore in libc.
2555 * config.in: Regenerate.
2556 * configure: Regenerate.
2557
2558 2003-06-07 Richard Henderson <rth@redhat.com>
2559
2560 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
2561 conditional compilation guard.
2562
2563 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
2564
2565 * optabs.c (expand_abs): Set result_unsignedp to 1 if
2566 flag_trav is zero.
2567
2568 2003-06-07 Richard Henderson <rth@redhat.com>
2569
2570 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
2571
2572 2003-06-07 Richard Henderson <rth@redhat.com>
2573
2574 * basic-block.h (EDGE_SIBCALL): New.
2575 (EDGE_ALL_FLAGS): Update.
2576 * cfg.c (dump_edge_info): Add sibcall name.
2577 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
2578 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
2579
2580 2003-06-07 Andreas Jaeger <aj@suse.de>
2581
2582 * mklibgcc.in (lib2funcs): Remove _exit.
2583 * libgcc2.c: Remove L_exit.
2584 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
2585
2586 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
2587
2588 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
2589
2590 * ggc.h: Convert to ISO C90 prototypes.
2591 * ggc-none.c: Likewise.
2592 * ggc-common.c: Likewise.
2593 * ggc-page.c: Likewise.
2594 * ggc-simple.c: Likewise.
2595
2596 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
2597
2598 * system.h: Poison INIT_SECTION_PREAMBLE.
2599
2600 2003-06-07 Zack Weinberg <zack@codesourcery.com>
2601
2602 * config.gcc (with_cpu handling): Translate sparc64 in
2603 $machine to --with-cpu=v9.
2604 * config/alpha/alpha.c
2605 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
2606 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
2607
2608 * target.h: New hook asm_out.file_end.
2609 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
2610 * toplev.c (compile_file): Use targetm.asm_out.file_end.
2611 * system.h: Poison ASM_FILE_END.
2612 * varasm.c (file_end_indicate_exec_stack): New.
2613 * output.h: Prototype it.
2614 * doc/tm.texi: Document TARGET_ASM_FILE_END and
2615 file_end_indicate_exec_stack. Delete references to attasm.h.
2616
2617 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
2618 (ASM_FILE_END): Delete; move code...
2619 * config/darwin.c (darwin_file_end): Here; new function.
2620 * config/darwin-protos.h: Prototype it.
2621 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
2622 rename unicosmk_file_end.
2623 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
2624 * config/arm/arm.c (aof_file_end): ... here; new static function.
2625 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
2626 Make aof_dump_imports and aof_dump_pic_table static.
2627 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
2628 Set TARGET_ASM_FILE_END to avr_file_end.
2629 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
2630 Set TARGET_ASM_FILE_END to c4x_file_end.
2631 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
2632 make static. Take no arguments. Set TARGET_ASM_FILE_END to
2633 h8300_file_end.
2634 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
2635 * config/i370/i370.c (i370_file_end): ... here; new static function.
2636 Set TARGET_ASM_FILE_END to i370_file_end.
2637 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
2638 Take no arguments. Call file_end_indicate_exec_stack if
2639 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
2640 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
2641 Define NEED_INDICATE_EXEC_STACK to 0.
2642 * config/i386/linux.h, config/i386/linux64.h: Redefine
2643 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
2644 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
2645 i386_pe_file_end. Take no arguments. Use ix86_file_end.
2646 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
2647 ia64_hpux_file_end, make static. Take no arguments.
2648 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
2649 commands_in_prologues, commands_in_epilogues): Delete.
2650 (function_epilogue): Update to match.
2651 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
2652 make static. Take no arguments.
2653 (iris6_asm_file_end): Rename iris6_file_end, make static, use
2654 mips_file_end, take no arguments.
2655 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
2656 appropriate.
2657 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
2658 make static, take no arguments. Set TARGET_ASM_FILE_END to
2659 mmix_file_end.
2660 * config/pa/pa.c (output_deferred_plabels): Make static, take
2661 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
2662 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
2663 (ASM_FILE_END): Delete; move code...
2664 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
2665 new static function.
2666
2667 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
2668 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
2669 Don't set ASM_FILE_END.
2670 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
2671 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
2672 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
2673 file_end_indicate_exec_stack; don't set ASM_FILE_END.
2674 * config/alpha/unicosmk.h, config/i386/cygming.h
2675 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
2676 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
2677 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
2678 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
2679 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
2680 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
2681
2682 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
2683
2684 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
2685 specified.
2686
2687 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
2688
2689 * Makefile.in (stageprofile_build): Kill redundant target.
2690 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
2691
2692 2003-06-07 Andreas Jaeger <aj@suse.de>
2693
2694 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
2695
2696 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
2697 * config/dsp16xx/dsp16xx.h: Likewise.
2698 * config/i386/i386.h: Likewise.
2699 * config/ip2k/ip2k.h: Likewise.
2700
2701 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
2702
2703 * Makefile.in (OJBS, c-opts.o): Update.
2704 (c-options.c, c-options.h): Rename options.h and options.c.
2705 (options.h): Rename options_.h.
2706 (opts.o): New.
2707 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
2708 (c_common_init_options): Update prototype.
2709 * c-lang.c (c_init_options): Update prototype.
2710 (LANG_HOOKS_HANDLE_OPTION): Override.
2711 (LANG_HOOKS_DECODE_OPTION): Drop.
2712 * c-opts.c: Include opts.h and options.h instead of c-options.h
2713 and c-options.c.
2714 (lang_flags): Move to file scope.
2715 (find_opt, c_common_decode_option): Remove.
2716 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
2717 CL_REJECT_NEGATIVE): Move to opts.h.
2718 (missing_arg): Update prototype.
2719 (c_common_init_options): Update for new prototype.
2720 (c_common_handle_options): Filenames are passed as N_OPTS.
2721 * hooks.c (hook_int_void_0): New.
2722 * hooks.h (hook_int_void_0): New.
2723 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
2724 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
2725 (LANG_HOOKS_INITIALIZER): Update.
2726 * langhooks.h (init_options): Update.
2727 (handle_option): New.
2728 * opts.c, opts.h: New files.
2729 * opts.sh: Update c file to include opts.h and options.h.
2730 * toplev.c: Include opts.h; change options.h to options_.h.
2731 (parse_options_and_default_flags): Get lang_mask, use
2732 handle_option for language-specific handling.
2733 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
2734 (LANG_HOOKS_HANDLE_OPTION): Override.
2735 (objc_init_options): Update.
2736
2737 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
2738 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
2739
2740 PR other/7031
2741 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
2742 gcov.
2743
2744 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
2745
2746 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
2747 section names.
2748 * configure: Regenerate.
2749
2750 2003-06-07 Alan Modra <amodra@bigpond.net.au>
2751
2752 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
2753
2754 2003-06-06 James E Wilson <wilson@tuliptree.org>
2755
2756 PR inline-asm/10890
2757 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
2758 different in fields.
2759
2760 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
2761
2762 * configure.in: Make $(target_subdir) correspond with top level usage.
2763 * Makefile.in: Likewise.
2764 * configure: Regenerate.
2765
2766 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2767
2768 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
2769 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
2770 unsigned HOST_WIDE_INT.
2771 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
2772 Likewise.
2773 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
2774 Likewise.
2775
2776 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2777
2778 * doc/install.texi (Prerequisites): New section documenting
2779 tools and packages necessary prior to building and/or
2780 modifying GCC.
2781 * doc/install.texi2html: Also generate prerequisites.html.
2782
2783 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
2784
2785 PR target/11052
2786 * ifcvt.c (noce_process_if_block): Fail if the destination has
2787 side-effects.
2788
2789 2003-06-06 Jason Merrill <jason@redhat.com>
2790
2791 * stmt.c (resolve_asm_operand_names): Rename from
2792 resolve_operand_names. No longer static. Avoid needless copying.
2793 Don't build array of constraints.
2794 (expand_asm_operands): Build it here.
2795 * tree.h: Declare resolve_asm_operand_names.
2796
2797 * stmt.c (expand_decl): Put artificial vars into registers even
2798 when not optimizing, and don't mark the regs as user vars.
2799
2800 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
2801
2802 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
2803 of the generated register.
2804
2805 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
2806
2807 * config.gcc: Add a missing sparc64 case.
2808
2809 2003-06-06 Jakub Jelinek <jakub@redhat.com>
2810
2811 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
2812 the .hidden assembly stubs.
2813
2814 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
2815
2816 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
2817 and x86_64-*-*.
2818
2819 * config/i386/mmintrin.h: Update version and add alternate
2820 intrinsic names.
2821 * config/i386/xmmintrin.h: Likewise.
2822
2823 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
2824 intrinsics to ...
2825 * config/i386/emmintrin.h: Here. New file.
2826
2827 2003-06-06 Roger Sayle <roger@eyesopen.com>
2828
2829 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
2830 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
2831 when the ABS_EXPR (fabs or abs) is not required.
2832 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
2833 always nonnegative from fold to here. Additionally, cabs and fabs
2834 are always non-negative, and pow and atan are non-negative if
2835 their first argument is non-negative.
2836
2837 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
2838 Evaluate cabs of a constant at compile-time. Convert cabs of a
2839 non-complex argument into fabs. Convert cabs(z) into
2840 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
2841 -funsafe-math-optimizations or -ffast-math.
2842 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
2843 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
2844
2845 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
2846
2847 * sourcebuild.texi (Front End Directory): Document new hooks.
2848
2849 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
2850
2851 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
2852 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
2853 stack frames.
2854 (pro_epilogue_adjust_stack_rex64_2): New pattern
2855
2856 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
2857 Pop Sebastian
2858 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2859
2860 * cfghooks.h, cfghooks.c: New files.
2861 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
2862 (OBJS): Add cfghooks.o.
2863 (cfghooks.o): New rule.
2864 * basic-block.h (split_edge): Rename to rtl_split_edge.
2865 (verify_flow_info): Rename to rtl_verify_flow_info.
2866 (cfghooks.h): Included here.
2867 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
2868 (verify_flow_info): Renamed rtl_verify_flow_info.
2869 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
2870
2871 * basic-block.h (split_block, split_edge, flow_delete_block,
2872 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
2873 (flow_delete_block_noexpunge): Return void.
2874 * cfg.c (verify_flow_info): New function.
2875 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
2876 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
2877 Use delete_block.
2878 * cfglayout.c (function_footer): Rename to...
2879 (cfg_layout_function_footer): ... this variable
2880 (unlink_insn_chain): Make global.
2881 (fixup_reorder_chain, record_effective_endpoints): Update.
2882 (cleanup_unconditional_jumps): Use delete_block.
2883 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
2884 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
2885 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
2886 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
2887 (cfg_layout_function_footer): Declare.
2888 * cfgloopmanip (split_loop_bb): Do not update RBI.
2889 (remove_bbs): Use delete_block.
2890 (loop_reidrect_edge, loop_delete_branch_edge): Use
2891 redirect_edge_and_branch.
2892 (create_preheader): Use split_block and redirect_edge_and_branch_force.
2893 (split_edge_with): Likewise.
2894 * cfgrtl.c: Include cfglayout.h
2895 (split_edge): Rename to ...
2896 (rtl_split_edge) ... this one; make local.
2897 (redirect_edge_and_branch): Rename to ...
2898 (rtl_redirect_edge_and_branch) ... this one; make local.
2899 (redirect_edge_and_branch_force): Rename to ...
2900 (rtl_redirect_edge_and_branch_force) ... this one; make local.
2901 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
2902 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
2903 cfglayout.c; update to directly call RTL counterparts.
2904 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
2905 * ifcvt.c (find_cond_trap): Use delete_block.
2906 (find_if_case_1): Use delete_block.
2907 (find_if_case_2): Use delete_block.
2908 * rtl.h (unlink_insn_chain): Declare.
2909 * toplev.c (rtl_reigster_cfg_hooks): New.
2910
2911 2003-06-05 Richard Henderson <rth@redhat.com>
2912
2913 * recog.c (peephole2_optimize): Revert last change.
2914
2915 2003-06-05 Richard Henderson <rth@redhat.com>
2916
2917 * recog.c (peephole2_optimize): Don't split block unless
2918 can_throw_internal.
2919
2920 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
2921
2922 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
2923 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
2924
2925 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
2926
2927 PR optimization/4490
2928 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
2929 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
2930 documentation to accurately reflect what these options do.
2931
2932 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
2933
2934 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
2935 (ENDFILE_SPEC): Redefine to handle -pie.
2936
2937 2003-06-05 Phil Edwards <phil@jaj.com>
2938
2939 * Makefile.in (qmtest-g++): Use target_alias, not target.
2940
2941 2003-06-05 Per Bothner <pbothner@apple.com>
2942
2943 * toplev.c (push_srcloc): Simplify behavior to save current location
2944 and set current location to parameters.
2945 (pop_srcloc): Simplify semantics.
2946 (lang_dependent_init): Remove now-useless initial push_srcloc.
2947
2948 2003-05-06 Richard Henderson <rth@redhat.com>
2949
2950 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
2951 language-specific tree codes.
2952
2953 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2954
2955 PR middle-end/9986
2956 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
2957 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
2958
2959 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
2960
2961 * install.tex: Document profiledbootstrap.
2962
2963 * configure.in: Add support for lang.stageprofile and
2964 lang.stagefeedback
2965 * Makefile.in (clean, distclean): Kill new stages
2966 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
2967 (STAGE2_FLAGS_TO_PASS): ... this one.
2968 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
2969 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
2970 (stageprofile_build, stageprofile_copy, stagefeedback_build,
2971 stagefeedback_copy): New.
2972 (restageprofile, restagefeedback, stageprofile-start,
2973 stageprofile, stagefeedback-start): Likewise.
2974
2975 2003-06-05 David Miller <davem@redhat.com>
2976 Richard Henderson <rth@redhat.com>
2977
2978 * optabs.c (HAVE_conditional_trap): Provide default.
2979 (gen_conditional_trap): Likewise.
2980 (init_optabs): Merge init_traps.
2981 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
2982
2983 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
2984
2985 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
2986 is REG for nonzero_bits (REG) == 8.
2987
2988 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
2989
2990 * i386.md (align): Fix warning; clarify what to do when no p2align
2991 is available.
2992
2993 2003-06-05 Nick Clifton <nickc@redhat.com>
2994
2995 * config.gcc (m32r-elf): Revert previous delta.
2996 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
2997 multilibs. Remove m32rx specific version.
2998 (crtfini.o): Likewise.
2999 (EXTRA_MULTILIB_PARTS): Define.
3000
3001 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3002
3003 * doc/md.texi (Machine Constraints): Correct the meaning of
3004 constraints related to floating-point registers on SPARC.
3005
3006 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3007 Paolo Bonzini <bonzini@gnu.org>
3008
3009 PR target/10663
3010 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
3011 assembler and linker output to /dev/null.
3012 Use a 'sed' construct instead of 'grep -A1'.
3013 * configure: Regenerate.
3014
3015 2003-06-04 Richard Henderson <rth@redhat.com>
3016
3017 * config/i386/i386.c (struct ix86_address): Add seg.
3018 (no_seg_address_operand): New.
3019 (ix86_decompose_address): Restructure PLUS loop. Accept one
3020 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
3021 to test for a regnum, not stack_pointer_rtx.
3022 (ix86_address_cost): Reduce cost if non-default segment.
3023 (legitimate_address_p): Remove UNSPEC_TP check.
3024 (get_thread_pointer): Add to_reg argument. Don't represent
3025 the thread pointer as a memory load.
3026 (legitimize_tls_address): Split out of ...
3027 (legitimize_address): ... here.
3028 (print_operand_address): Handle parts.seg.
3029 (ix86_expand_move): Use legitimize_tls_address.
3030 (ix86_rtx_costs): Handle UNSPEC_TP.
3031 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
3032 (TARGET_TLS_DIRECT_SEG_REFS): New.
3033 (TARGET_SWITCHES): Add tls-direct-seg-refs.
3034 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
3035 (PREDICATE_CODES): Add no_seg_address_operand.
3036 * config/i386/i386.md (lea_1): Use it.
3037 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
3038 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
3039 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
3040 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
3041 * doc/invoke.texi: Add -mtls-direct-seg-refs.
3042
3043 2003-06-04 Mark Mitchell <mark@codesourcery.com>
3044
3045 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
3046 (QMTEST_GPP_TESTS): Use "g++" by default.
3047 (stamp-qmtest): Tweak database creation.
3048 (QMTEST_DIR/context): Update context file format.
3049 (qmtest-g++): Tweak command-line.
3050
3051 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3052
3053 * Makefile.in (varasm.o): Don't set -Wno-error.
3054 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
3055
3056 2003-06-04 Zack Weinberg <zack@codesourcery.com>
3057
3058 PR bootstrap/3163
3059 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
3060 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
3061 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
3062 and AC_CHECK_FUNCS lists, respectively. Use
3063 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
3064 AC_FUNC_MMAP_FILE.
3065 * configure, config.in: Regenerate.
3066
3067 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3068
3069 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
3070 * arm.c (arm_output_function_prologue): Fix format specifiers.
3071 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
3072 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
3073 HOST_WIDE_INT_PRINT_DEC.
3074 * vax.c (vax_output_function_prologue): Fix format specifiers.
3075
3076 2003-06-04 Richard Henderson <rth@redhat.com>
3077
3078 * cse.c (find_best_addr): Consider binary operators even if second
3079 argument is not CONST_INT.
3080
3081 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3082
3083 * doc/invoke.texi (max-cse-path-length): Document.
3084
3085 2003-06-04 Richard Henderson <rth@redhat.com>
3086
3087 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
3088
3089 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
3090
3091 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
3092 Remove semi-colon at the end of the expression.
3093
3094 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3095
3096 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
3097 * i370.h (mvs_function_name_length): Likewise.
3098 * i960.h (CONSTANT_ALIGNMENT): Likewise.
3099 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
3100 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3101 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3102 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
3103 variable.
3104
3105 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3106
3107 * config.gcc: Reorganize --with-cpu logic. Set
3108 configure_default_options according to the default CPU, --with-cpu,
3109 --with-arch, --with-tune, --with-schedule, --with-abi, and
3110 --with-float. Check for legal values of various options.
3111 * configure.in: Define configure_default_options in configargs.h.
3112 * configure: Regenerated.
3113 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
3114 (TARGET_DEFAULT_FLOAT_P): New macros.
3115 * gcc.c (do_option_spec): New function.
3116 (struct default_spec, option_default_specs): New.
3117 (main): Call do_option_spec.
3118 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
3119 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
3120 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
3121
3122 * doc/install.texi: Update --with-cpu documentation. Mention
3123 --with-arch, --with-schedule, --with-tune, --with-abi, and
3124 --with-float.
3125 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
3126
3127 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3128
3129 * config.gcc: Only process --with-cpu logic in the third pass.
3130
3131 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3132
3133 * config.gcc: Reorganize --with-cpu section. Remove an
3134 obsolete comment about the default CPU for x86-64. Fix
3135 a typo for the ep9312. Update the list of supported PowerPC
3136 CPUs. Support a limited set of new --with-cpu options
3137 for i386.
3138
3139 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
3140
3141 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
3142 complex numbers <= 32 bits into two registers.
3143
3144 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3145
3146 * alpha.c (print_operand_address): Fix format specifier warnings.
3147 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3148 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3149 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
3150 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
3151 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
3152 ASM_OUTPUT_SKIP): Likewise.
3153 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3154 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3155 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
3156 Likewise.
3157 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3158 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
3159 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
3160 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3161 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
3162 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3163 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3164 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3165 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3166 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
3167
3168 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
3169
3170 * c-decl.c (c_init_decl_processing): Clear input_file_name
3171 while building common nodes.
3172 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
3173 Don't add working directory for strings like <built-in> .
3174
3175 2003-06-04 David Edelsohn <edelsohn@gnu.org>
3176
3177 * doc/install.texi (*-ibm-aix*): Native as and ld required
3178 to bootstrap on AIX 5L.
3179
3180 2003-06-04 Richard Henderson <rth@redhat.com>
3181
3182 * c-common.c (handle_cleanup_attribute): New.
3183 (c_common_attributes): Add it.
3184 * c-decl.c (finish_decl): Honor the cleanup attribute.
3185 * doc/extend.texi (Variable Attributes): Document it.
3186
3187 * unwind-c.c: New file.
3188 * Makefile.in (LIB2ADDEH): Add it.
3189 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
3190 config/ia64/t-ia64: Likewise.
3191
3192 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3193
3194 * function.c (trampolines_created): New variable.
3195 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
3196 * function.h (trampolines_created): Add.
3197 * config/s390/linux.h (ASM_FILE_END): Define.
3198 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
3199 * config/m68k/linux.h (ASM_FILE_END): Define.
3200 * config/rs6000/linux.h (ASM_FILE_END): Define.
3201 * config/rs6000/linux64.h (ASM_FILE_END): Define.
3202 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
3203 * config/sparc/linux.h (ASM_FILE_END): Define.
3204 * config/sparc/linux64.h (ASM_FILE_END): Define.
3205 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
3206 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
3207 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
3208
3209 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3210
3211 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
3212 (ix86_reorg): Use it.
3213 * i386.md (align): New insn pattern.
3214
3215 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3216
3217 * toplev.c (rest_of_type_compilation): Fix typo.
3218
3219 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3220 Alan Modra <amodra@bigpond.net.au>
3221
3222 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
3223 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
3224 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
3225 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
3226 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
3227 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
3228 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
3229 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
3230
3231 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
3232 Pass it to $gcc_cv_as.
3233 * configure: Rebuilt.
3234
3235 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
3236 (print_operand): Allow TARGET_AIX to be non-constant.
3237 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
3238 Define unconditionally.
3239 (rs6000_elf_declare_function_name): New function.
3240 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
3241 non-constant.
3242 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
3243 to 1.
3244 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
3245 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
3246 is defined.
3247 (TARGET_AIX): Define to 1 if TARGET_64BIT.
3248 (PROCESSOR_DEFAULT): Remove.
3249 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
3250 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3251 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
3252 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
3253 -m32 and -m64.
3254 (MULTILIB_DEFAULTS): Define.
3255 (SUBSUBTARGET_EXTRA_SPECS): Define.
3256 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
3257 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
3258 (TARGET_NO_TOC): Remove.
3259 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
3260 TARGET_PROTOTYPE): Define to 0.
3261 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
3262 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
3263 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
3264 if !TARGET_64BIT.
3265 (USER_LABEL_PREFIX): Remove.
3266 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
3267 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
3268 if TARGET_64BIT.
3269 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
3270 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
3271 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
3272 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
3273 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
3274 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
3275 TARGET_64BIT.
3276 (RS6000_CALL_GLUE): Likewise.
3277 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
3278 RESTORE_FP_SUFFIX): Likewise.
3279 (ASM_DECLARE_FUNCTION_NAME): Remove.
3280 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
3281 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
3282 name if TARGET_64BIT.
3283 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
3284 !TARGET_64BIT.
3285 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
3286 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
3287 (DRAFT_V4_STRUCT_RET): Define.
3288 (SIGNAL_FRAMESIZE): New enum value.
3289 (MD_FALLBACK_FRAME_STATE_FOR): Define.
3290 * config/rs6000/default64.h: New file.
3291 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
3292 options.
3293 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
3294 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
3295 if !TARGET_64BIT.
3296 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3297 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
3298 function.
3299 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
3300 (TARGET_OS_CPP_BUILTINS): Use it.
3301 (CPP_SYSV_SPEC): Remove.
3302 (CPP_SPEC): Remove cpp_sysv.
3303 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
3304 Add SUBSUBTARGET_EXTRA_SPECS.
3305 (SUBSUBTARGET_EXTRA_SPECS): Define.
3306 * config/rs6000/biarch64.h: New file.
3307 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
3308 New prototype.
3309 * config/rs6000/x-linux64: New file.
3310 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
3311 multilibs.
3312 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
3313 * config/rs6000/eabi-cn.asm: Likewise.
3314 * config/rs6000/tramp.asm: Likewise.
3315 * config/rs6000/sol-ci.asm: Likewise.
3316 * config/rs6000/sol-cn.asm: Likewise.
3317 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
3318 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
3319 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
3320 _CALL_AIXDESC section.
3321 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
3322 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
3323 or default32.
3324
3325 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3326
3327 * config.gcc: Revert accidentally committed ARM changes.
3328
3329 2003-06-04 Roger Sayle <roger@eyesopen.com>
3330
3331 * builtins.c (dconstpi, dconste): New mathematical constants.
3332 (init_builtin_dconsts): New function to initialize dconstpi
3333 and dconste.
3334 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
3335 compile time with -ffast-math when x is an integer constant.
3336 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
3337 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
3338
3339 2003-06-04 Roger Sayle <roger@eyesopen.com>
3340
3341 * calls.c (expand_call): Avoid calling pure or const functions
3342 when the result is ignored (or void) and none of the arguments
3343 are volatile. Move warning diagnostic earlier in function.
3344
3345 2003-06-04 Andreas Jaeger <aj@suse.de>
3346
3347 * system.h: Do not poison TDESC_SECTION_ASM_OP,
3348 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
3349
3350 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3351
3352 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
3353 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
3354 handle %ll, optimize regular character case.
3355
3356 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3357
3358 * Makefile.in (cse.o): Add params.h dependency.
3359 * cse.c: Include params.h.
3360 (PATHLENGTH): Removed.
3361 (struct cse_basic_block_data): Make path array dynamic.
3362 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
3363 of PATHLENGTH.
3364 (cse_main, cse_basic_block): Allocate path array.
3365 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
3366
3367 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
3368
3369 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
3370 * i386.md (UNSPEC_REP): New constant.
3371 (return_internal_long): New pattern.
3372
3373 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3374
3375 PR optimization/11018
3376 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
3377 consistently to decide whether the scratch register is really
3378 required.
3379
3380 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3381
3382 PR optimization/10876
3383 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
3384 new 'O' constraint for constant 4096.
3385 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
3386 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
3387 Do not transform into MINUS insn for constant 4096.
3388 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
3389 for constant 4096 as third operand.
3390 (addsi3 expander): Remove.
3391 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
3392 new alternative for constant 4096 as third operand.
3393 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
3394 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
3395 operand.
3396 (subsi3 expander): Remove.
3397 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
3398 constant 4096 as third operand.
3399 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
3400 the SPARC port.
3401
3402 2003-06-03 Chris Demetriou <cgd@broadcom.com>
3403
3404 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
3405
3406 2003-06-04 Andreas Jaeger <aj@suse.de>
3407
3408 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
3409
3410 * config/i386/i386.c (ix86_expand_prologue): Do not use
3411 SUBTARGET_PROLOGUE.
3412
3413 * system.h: Poision SUBTARGET_PROLOGUE.
3414
3415 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
3416
3417 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
3418 dependend code.
3419
3420 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
3421
3422 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
3423 INSN_CACHE_LINE_WIDTH.
3424
3425 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
3426 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
3427 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
3428
3429 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
3430 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
3431
3432 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
3433 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
3434 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
3435 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
3436 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
3437 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
3438
3439 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
3440 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
3441 DBX_WORKING_DIRECTORY.
3442
3443 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
3444 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
3445
3446 * config/frv/frv-protos.h: Remove unused const_section
3447 declaration.
3448 * config/vax/vax-protos.h: Likewise.
3449
3450 * output.h: Remove CONST_SECTION_ASM_OP usage.
3451
3452 * system.h: Poison CONST_SECTION_ASM_OP.
3453
3454 * crtstuff.c (__do_global_dtors_aux): Remove usage of
3455 CRT_GET_RFIB_TEXT.
3456 (frame_dummy): Likewise.
3457 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
3458 * system.h: Poison CRT_GET_RFIB_TEXT.
3459
3460 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
3461
3462 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
3463 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
3464 (recognized_function): Likewise.
3465 (read_scan_file): Likewise.
3466
3467 2003-06-03 Roger Sayle <roger@eyesopen.com>
3468
3469 * optabs.c (expand_binop): Optimize complex multiplication for
3470 the case of squaring a complex argument.
3471
3472 2003-06-03 Roger Sayle <roger@eyesopen.com>
3473
3474 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
3475 non-volatile operands of binary operations.
3476 (prepare_cmp_insn): Likewise.
3477
3478 2003-06-03 Roger Sayle <roger@eyesopen.com>
3479
3480 * varasm.c (force_const_mem): Handle alignment of constants not
3481 representable as a type in the front-end language.
3482
3483 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
3484
3485 * flow.c (initialize_uninitialized_subregs): Use
3486 emit_move_insn instead of emitting a hardcoded move.
3487
3488 2003-06-03 Richard Henderson <rth@redhat.com>
3489
3490 * optabs.c (expand_abs_nojump): Split out from ...
3491 (expand_abs): ... here.
3492 * optabs.h (expand_abs_nojump): Declare.
3493 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
3494 * Makefile.in (ifcvt.o): Depend on optabs.h.
3495
3496 2003-06-03 Alan Modra <amodra@bigpond.net.au>
3497
3498 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
3499
3500 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
3501
3502 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
3503 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
3504 to yes.
3505 * configure.in: Allow default_use_cxa_atexit to determine the
3506 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
3507 disabled.
3508 * configure: Regenerate.
3509
3510 2003-06-03 Douglas B Rupp <rupp@gnat.com>
3511
3512 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
3513 * doc/gcc.texi: Remove vms.texi section.
3514 * doc/vms.texi: Remove obsolete file.
3515
3516 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
3517
3518 * configure.in (inhibit_libc): Don't define when configuring
3519 with --with-newlib --with-headers.
3520 * configure: Regenerate.
3521
3522 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
3523
3524 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3525
3526 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
3527 IRIX 6 without GNU ld.
3528 * configure: Regenerate.
3529
3530 2003-06-03 Roger Sayle <roger@eyesopen.com>
3531
3532 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
3533 of a complex number rather than invoke mov_optab directly.
3534
3535 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
3536
3537 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
3538 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
3539
3540 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3541
3542 * config/i386/x86-64.h: Remove two target-independent comments;
3543 replace "GNU CC" with "GCC".
3544
3545 2003-06-03 Anthony Green <green@redhat.com>
3546
3547 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
3548
3549 2003-06-03 Roger Sayle <roger@eyesopen.com>
3550
3551 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
3552 New builtins representing ISO C99's cabs, cabsf and cabsl.
3553 * builtins.c (expand_builtin_fabs): New function.
3554 (expand_builtin_cabs): New function.
3555 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
3556 using expand_builtin_fabs and expand_builtin_cabs respectively.
3557
3558 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
3559
3560 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
3561
3562 * function.c (assign_parms): Split complex arguments.
3563
3564 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
3565
3566 * expr.h (SPLIT_COMPLEX_ARGS): Define.
3567 (split_complex_types): Protoize.
3568 (split_complex_values): Protoize.
3569
3570 * calls.c (expand_call): Split complex arguments on architectures
3571 that require it.
3572 (split_complex_values): New.
3573 (split_complex_types): New.
3574
3575 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
3576 (rs6000_function_value): Handle complex values on AIX.
3577 (rs6000_complex_function_value): New.
3578
3579 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
3580
3581 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
3582 (SPLIT_COMPLEX_ARGS): New.
3583
3584 2003-06-03 Jakub Jelinek <jakub@redhat.com>
3585
3586 * configure.in (HAVE_LD_PIE): Check for ld -pie.
3587 * config.in: Rebuilt.
3588 * configure: Rebuilt.
3589 * toplev.c (flag_pie, flag_shlib): New variables.
3590 (f_options): Add -fpie and -fPIE.
3591 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
3592 Set flag_shlib if flag_pic and not -fpie/-fPIE.
3593 * flags.h (flag_pic, flag_shlib): Add.
3594 * varasm.c (default_binds_local_p): Use flag_shlib instead of
3595 flag_pic.
3596 * gcc.c (LINK_PIE_SPEC): Define.
3597 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
3598 (option_map): Add --pie -> -pie mapping.
3599 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
3600 and -fPIE the same way as -fPIC.
3601 * config/openbsd.h (ASM_SPEC): Likewise.
3602 * config/frv/frv.h (ASM_SPEC): Likewise.
3603 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
3604 * config/arm/semi.h (ASM_SPEC): Likewise.
3605 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
3606 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
3607 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
3608 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
3609 * config/m68k/linux.h (CPP_SPEC): Likewise.
3610 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
3611 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
3612 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
3613 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
3614 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
3615 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
3616 * config/netbsd-aout.h (ASM_SPEC): Likewise.
3617 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
3618 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
3619 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
3620 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
3621 * config/sparc/sparc.h (ASM_SPEC): Likewise.
3622 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
3623 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
3624 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
3625 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
3626 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
3627 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
3628 Simplify.
3629 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3630 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3631 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3632 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3633 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3634 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3635 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3636 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
3637
3638 2003-06-03 Jakub Jelinek <jakub@redhat.com>
3639
3640 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
3641 != 0 handling. Pass 0 to store_by_pieces.
3642 (expand_builtin_mempcpy): Add endp argument. Don't call
3643 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
3644 directly. If ignoring result, only do expand_call.
3645 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
3646 otherwise.
3647 (expand_builtin_strncpy, expand_builtin_memset): Adjust
3648 store_by_pices callers.
3649 (expand_builtin): Adjust expand_builtin_memcpy and
3650 expand_builtin_mempcpy callers.
3651 * expr.c (can_move_by_pieces): New function.
3652 (move_by_pieces): Add endp argument, return to resp. memory at end
3653 or one byte earlier depending on endp.
3654 (store_by_pieces): Likewise.
3655 (emit_block_move): Adjust call to move_by_pieces.
3656 (emit_push_insn): Adjust move_by_pieces caller.
3657 * expr.h (can_move_by_pieces): New prototype.
3658 (store_by_pieces): Adjust prototypes.
3659 * rtl.h (move_by_pieces): Adjust prototype.
3660 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
3661 caller.
3662
3663 2003-06-03 Ben Elliston <bje@wasabisystems.com>
3664
3665 * doc/md.texi (Processor pipeline description): Improve wording.
3666
3667 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
3668
3669 * c-opts.c (c_common_handle_option): New, pulled out of
3670 c_common_decode_option. Substitute uses of argv.
3671 (c_common_decode_option): Broken into two.
3672
3673 2003-06-02 Roger Sayle <roger@eyesopen.com>
3674 Zack Weinberg <zack@codesourcery.com>
3675
3676 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
3677 test of TREE_CONSTANT_POOL_ADDRESS_P.
3678
3679 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3680
3681 * mips.c: Don't include output.h twice.
3682 * stormy16.c: Likewise.
3683 * xtensa.c: Likewise.
3684 * output.h: Protect against multiple inclusion.
3685
3686 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
3687
3688 * sh.h (OLD_ARG_MODE): New macro.
3689 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3690 (FUNCTION_ARG_1): Break out of:
3691 (FUNCTION_ARG). Use OLD_ARG_MODE.
3692
3693 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3694
3695 * gcc/config.gcc Add support multilib parts for m32rx processor.
3696
3697 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3698
3699 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
3700 (mostlyclean): Delete c-options.c and c-options.h.
3701
3702 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
3703
3704 * c-opts.c (CL_REJECT_NEGATIVE): New.
3705 (c_common_decode_option): Update to use it.
3706 * c.opt: Update documentation; use RejectNegative.
3707 * opts.sh: Handle RejectNegative.
3708
3709 2003-06-01 Zack Weinberg <zack@codesourcery.com>
3710
3711 * ggc-page.c (init_ggc): Give better diagnostics on failure to
3712 open /dev/zero.
3713 * toplev.c (crash_signal): Reset handling for received signal
3714 to SIG_DFL.
3715
3716 2003-06-02 Ben Elliston <bje@wasabisystems.com>
3717
3718 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
3719 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
3720 (arm_use_dfa_pipeline_interface): Implement.
3721 * config/arm/arm.md (arm): New automaton.
3722 (write_buf): Remove function units; new cpu unit.
3723 (write_blockage): Remove function units; new cpu unit.
3724 (core): Remove function units; new cpu unit.
3725 (r_mem_f_wbuf): New instruction reservation.
3726 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
3727 (store1_ldsched, store2, store3, store4): Likewise.
3728 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
3729 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
3730 (multi_cycle, single_cycle): Likewise.
3731 * config/arm/fpa.md (armfp): New automaton.
3732 (fpa): Remove function units; new cpu unit.
3733 (fpa_mem): Remove function unit; new cpu unit.
3734 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
3735 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
3736
3737 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3738
3739 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
3740 * c-format.c (enum format_type): Add asm_fprintf_format_type.
3741 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
3742 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
3743 (format_types_orig): Renamed from format_types. Add new data.
3744 (format_types): Declare as pointer.
3745 (handle_format_attribute): Move later in file so we have all
3746 necessary declarations. Add section to capture HOST_WIDE_INT.
3747 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
3748 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
3749
3750 2003-06-01 Andreas Jaeger <aj@suse.de>
3751
3752 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
3753 ROUND_TYPE_SIZE_UNIT.
3754
3755 * stor-layout.c (finalize_record_size): Remove usages of
3756 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
3757 (finalize_type_size): Likewise.
3758 (layout_type): Likewise.
3759
3760 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
3761
3762 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
3763
3764 * config/d30v/d30v.h: Remove text copied from the manual.
3765
3766 2003-06-01 Roger Sayle <roger@eyesopen.com>
3767 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3768 Geoffrey Keating <geoffk@apple.com>
3769
3770 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
3771 constants as condition code values.
3772
3773 2003-06-01 DJ Delorie <dj@redhat.com>
3774
3775 * cppmacro.c (warn_of_redefinition): Handle cases where the two
3776 definitions have different numbers of tokens.
3777
3778 2003-06-01 Andreas Jaeger <aj@suse.de>
3779
3780 * gen-protos.c (main): Readd unused attribute for argc.
3781
3782 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
3783
3784 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
3785 * c.opt: End in blank line.
3786 * opts.sh: Take AWK from environment if available; use C locale.
3787
3788 2003-06-01 Andreas Schwab <schwab@suse.de>
3789
3790 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
3791
3792 2003-06-01 Andreas Jaeger <aj@suse.de>
3793
3794 * gen-protos.c (main): Revert patch to check for argument.
3795
3796 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
3797
3798 PR target/11044
3799 * config/i386/i386.md (length attribute): Set length to 4
3800 for instructions of type "fcmp".
3801
3802 2003-06-01 Andreas Jaeger <aj@suse.de>
3803
3804 * toplev.c: Use ISO C90 prototypes.
3805
3806 * toplev.h: Use ISO C90 prototypes.
3807
3808 * genrecog.c: Use ISO C90 prototypes.
3809 (nodes_identical): Correct declaration to match prototype.
3810 (maybe_both_true): Likewise.
3811 (merge_trees): Likewise.
3812
3813 * genpeep.c (gen_peephole): Remove #if 0 code.
3814 Use ISO C90 prototypes.
3815
3816 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
3817 Remove #if 0'ed function simplify_by_alternatives.
3818 (optimize_attrs): Remove #if 0'ed code.
3819 Remove ^L.
3820 Use ISO C90 prototypes.
3821 (make_canonical): Remove #if 0'ed code.
3822 (convert_const_symbol_ref): Remove #if 0'ed function.
3823
3824 * gen-protos.c (main): Check for argument.
3825
3826 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
3827
3828 * params.h: Use ISO C90 prototypes.
3829 * params.c: Likewise.
3830 * intl.c: Likewise.
3831 * intl.h: Likewise.
3832 * lists.c: Likewise.
3833 * errors.c: Likewise.
3834 * errors.h: Likewise.
3835 * gencodes.c: Likewise.
3836 * genpreds.c: Likewise.
3837 * genattr.c: Likewise.
3838 * gen-protos.c: Likewise.
3839 * genflags.c: Likewise
3840 * genconditions.c: Likewise.
3841 * genautomata.c: Likewise.
3842 * gencheck.c: Likewise.
3843 * genconfig.c: Likewise.
3844 * genconstants.c: Likewise.
3845 * genemit.c: Likewise.
3846 * genextract.c: Likewise.
3847 * gengenrtl.c: Likewise.
3848 * gengtype.c: Likewise.
3849 * gengtype.h: Likewise.
3850 * genopinit.c: Likewise.
3851 * genoutput.c: Likewise.
3852 * gensupport.c: Likewise.
3853 * gensupport.h: Likewise.
3854
3855 * sdbout.h: Use ISO C90 prototypes.
3856
3857 * sdbout.c (CONTIN): Removed empty macro.
3858 (sdbout_one_type): Remove CONTIN usages.
3859 Remove ^Ls.
3860 (tag_of_ru_type): Remove #if 0'ed function.
3861 (sdbout_symbol): Remove #if 0'ed code.
3862 (sdbout_one_type): Remove a #if 1.
3863 (sdbout_one_type): Remove #if 0'ed code.
3864 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
3865 Remove PARAMS, use ISO C90 prototypes for all functions.
3866
3867 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
3868
3869 * rtl.def (CONST_DOUBLE): Update comment.
3870
3871 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
3872
3873 * opts.sh: Remove path from sort.
3874
3875 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
3876
3877 PR/9680
3878 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
3879 TARGET_SPE for SPE_VECTOR_MODE.
3880
3881 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
3882
3883 * toplev.c (botch): Remove.
3884 (do_abort): Remove.
3885 (set_Wunused): Comment.
3886 (set_Wextra): Comment.
3887 Remove ^L's.
3888 (rest_of_compilation): Factor out common code into functions.
3889 (rest_of_handle_inlining): New.
3890 (rest_of_handle_ssa): New.
3891 (rest_of_handle_cse): New.
3892 (rest_of_handle_gcse): New.
3893 (rest_of_handle_loop_optimize): New.
3894 (rest_of_handle_jump_bypass): New.
3895 (rest_of_handle_sibling_calls): New.
3896 (rest_of_handle_null_pointer): New.
3897 (rest_of_handle_addresof): New.
3898 (rest_of_handle_flow): New.
3899 (rest_of_handle_branch_prob): New.
3900 (rest_of_handle_if_conversion): New.
3901 (rest_of_handle_tracer): New.
3902 (rest_of_handle_loop2): New.
3903 (rest_of_handle_cse2): New.
3904 (rest_of_handle_life): New.
3905 (rest_of_handle_combine): New.
3906 (rest_of_handle_if_after_combine): New.
3907 (rest_of_handle_regmove): New.
3908 (rest_of_handle_sched): New.
3909 (rest_of_handle_old_regalloc): New.
3910 (rest_of_handle_new_regalloc): New.
3911 (rest_of_handle_regrename): New.
3912 (rest_of_handle_reorder_blocks): New.
3913 (rest_of_handle_sched2): New.
3914 (rest_of_handle_new_regalloc): New.
3915 (rest_of_handle_old_regalloc): New.
3916 (rest_of_handle_regrename): New.
3917 (rest_of_handle_reorder_blocks): New.
3918 (rest_of_handle_stack_regs): New.
3919 (rest_of_handle_machine_reorg): New.
3920 (rest_of_handle_delay_slots): New.
3921 (rest_of_handle_final): New.
3922
3923 * toplev.h (botch): Remove prototype.
3924 (do_abort): Same.
3925
3926 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
3927
3928 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
3929 * c-opts.c: Include c-options.h and c-options.c.
3930 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
3931 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
3932 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
3933 OPT, opt_comp): Remove.
3934 (missing_arg, c_common_init_options, c_common_decode_option,
3935 write_langs): Update for macro redefinitions and enumeration
3936 name changes.
3937 * c.opt, opts.sh: New files.
3938 * doc/passes.texi: Update.
3939
3940 2003-05-31 Andreas Jaeger <aj@suse.de>
3941
3942 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
3943 usage.
3944
3945 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
3946
3947 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
3948
3949 * system.h: Poison ALLOCATE_TRAMPOLINE.
3950
3951 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
3952 * system.h: Poison HANDLE_PRAGMA.
3953
3954 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
3955
3956 * doc/invoke.texi: Update dump file names.
3957
3958 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3959
3960 * c-format.c (format_length_info, format_char_info,
3961 format_flag_spec, format_flag_pair, format_kind_info):
3962 De-const-ify structure members.
3963
3964 2003-05-31 Roger Sayle <roger@eyesopen.com>
3965
3966 * flags.h (flag_wrapv): New flag controlling overflow semantics.
3967 * toplev.c (flag_wrapv): Declare the variable with default false.
3968 (lang_independent_options): New option "-fwrapv" to set the above.
3969
3970 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
3971 as x, when signed arithmetic overflow wraps around.
3972 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
3973 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
3974 overflow when flag_wrapv is true.
3975
3976 * doc/invoke.texi: Document new -fwrapv command line option.
3977 * doc/c-tree.texi: Mention that the overflow semantics of
3978 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
3979 upon both flag_wrapv and flag_trapv.
3980
3981 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
3982
3983 * doc/install.texi (mips-sgi-irix5): Add missing
3984 HTML <hr> marker.
3985
3986 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
3987
3988 * doc/md.texi (Machine Constraints): Document
3989 missing SPARC constraints.
3990
3991 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
3992
3993 * doc/md.texi (Automaton pipeline description): Use
3994 "type" instead of "cpu" as the attribute in the examples.
3995
3996 2003-05-30 Stan Shebs <shebs@apple.com>
3997
3998 * system.h: Poison OBJC_PROLOGUE.
3999
4000 2003-05-30 Roger Sayle <roger@eyesopen.com>
4001
4002 * emit-rtl.c (gen_complex_constant_part): New function for getting
4003 the constant real or imaginary part of a complex constant.
4004 (gen_realpart): Use it.
4005 (gen_imagpart): Likewise.
4006
4007 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
4008
4009 * doc/invoke.texi: Fix typos.
4010 * doc/rtl.texi: Likewise.
4011
4012 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4013
4014 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
4015 mode.
4016 * config/h8300/crtn.asm: Likewise.
4017 * config/h8300/lib1funcs.asm: Likewise.
4018 * config/h8300/h8300.c (asm_file_start): Likewise.
4019 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
4020 h8300snelf emulations for normal mode.
4021 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
4022 emulations for normal mode.
4023
4024 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4025
4026 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
4027 true if TARGET_NORMAL_MODE.
4028
4029 2003-05-30 Roger Sayle <roger@eyesopen.com>
4030
4031 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
4032 making a substitution.
4033 (dead_libcall_p): If directly replacing a libcall with a
4034 constant value produces an invalid instruction, also try forcing
4035 the constant into the constant pool.
4036 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
4037 obvious that the source is a constant.
4038 (compress_float_constant): Use set_unique_reg_note to place
4039 REG_EQUAL notes on instructions.
4040
4041 2003-05-30 Eric Christopher <echristo@redhat.com>
4042
4043 * config/mips/mips.c (extern_list): Add GTY marker.
4044 (extern_head): Separate out definition. Add marker.
4045 (mips_output_external): Use ggc_alloc for extern_list
4046 allocation.
4047 (mips_output_external_libcall): Ditto.
4048
4049 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
4050
4051 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
4052 later.
4053
4054 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4055
4056 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
4057 warnings.
4058 (PRINT_OPERAND): Likewise.
4059
4060 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4061
4062 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
4063 -mdebug/-no-mdebug switches ...
4064 (MDEBUG_ASM_SPEC): ... here.
4065 Use only with gas.
4066 (EXTRA_SPECS): Initialize mdebug_asm_spec.
4067
4068 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
4069
4070 * gthr-gnat.c: Remove #undef UNUSED.
4071 (__gnat_default_lock, __gnat_default_unlock): Prototype.
4072 (__gnat_task_lock, __gnat_task_unlock): Make declarations
4073 prototypes.
4074 (__gnat_install_locks): Convert declaration to ISO C90, make
4075 parameter declarations prototypes, and remove blank line.
4076 * gthr-gnat.h (__gnat_install_locks): Make parameter
4077 declarations prototypes.
4078
4079 2003-05-29 Jason Merrill <jason@redhat.com>
4080
4081 * Makefile.in (unstrap): Remove stage_last after make unstage1.
4082
4083 2003-05-29 Roger Sayle <roger@eyesopen.com>
4084
4085 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
4086
4087 2003-05-29 Roger Sayle <roger@eyesopen.com>
4088 Kaveh Ghazi <ghazi@caip.rutgers.edu>
4089
4090 PR bootstrap/10169
4091 * mips-tfile.c (main): Use getopt_long instead of getopt.
4092 Add new command line option --version to display version.
4093 Treat --verbose like -v to report a single line version.
4094 (options): New global variable for getopt_long.
4095 * mips-tdump.c (main): Use getopt_long instead of getopt.
4096 New command line options -v, --version and -verbose to display
4097 the program version number (to match mips-tfile's behavior).
4098 (options): New global variable for getopt_long.
4099
4100 * gcov.c (options): Zero-terminate getopt_long array.
4101 * gcov-dump.c (options): Likewise.
4102
4103 * Makefile.in (mips-tdump.o): Add dependency on version.h.
4104
4105 2003-05-29 Stan Shebs <shebs@apple.com>
4106
4107 Remove OBJC_PROLOGUE everywhere.
4108 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
4109 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
4110 * config/d30v/d30v.h: Similarly.
4111 * config/ip2k/ip2k.h: Similarly.
4112 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
4113
4114 2003-05-29 Roger Sayle <roger@eyesopen.com>
4115
4116 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
4117 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
4118 (expand_unreachable_stmt): Expand unreachable while statements
4119 using genrtl_do_stmt_1.
4120
4121 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
4122
4123 * config/mips/mips-protos.h (mips_output_load_label): Declare.
4124 * config/mips/mips.c (mips_output_load_label): New function.
4125 (mips_output_conditional_branch): Use it.
4126 * config/mips/mips.md (jump): And here.
4127
4128 2003-05-28 Bob Wilson <bob.wilson@acm.org>
4129
4130 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
4131 (xtensa_split_operand_pair): New proto.
4132 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
4133 (smalloffset_double_mem_p): Delete.
4134 (gen_float_relational, printx, print_operand, xtensa_va_arg):
4135 Fix whitespace.
4136 (xtensa_split_operand_pair): New.
4137 (xtensa_dbx_register_number): Fix formatting.
4138 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
4139 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
4140 instead of splitting them into single-word moves. Remove unnecessary
4141 checks for reload_in_progress and reload_completed.
4142 (movdi_internal, movdf_internal): Change to post-reload split patterns.
4143 Add constraints to allow constant operands.
4144 (movsf_internal): Allow CONST_INT operands.
4145
4146 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
4147
4148 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
4149 fragment i386/x-mingw32.
4150 * config/i386/x-mingw32: New file. Make local_includedir
4151 relative to EXEC_PREFIX.
4152
4153 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
4154
4155 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
4156 (MD_STARTFILE_PREFIX): Define.
4157
4158 2003-05-27 Denis Chertykov <denisc@overta.ru>
4159
4160 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
4161 VOIDmode.
4162 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
4163 call of cselib_invalidate_regno.
4164
4165 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
4166
4167 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
4168 -lthread to -lpthread.
4169
4170 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
4171 Bruce Korb <bkorb@gnu.org>
4172 Arno Klaassen <arno@heho.snv.jussieu.fr>
4173
4174 * fixinc/inclhack.def: Add missing declaration of getpagesize()
4175 to unistd.h on Solaris 2.5.1.
4176 Fix prototype of recv() and send() in sys/socket.h on
4177 Solaris 2.5.1 and 2.6.
4178 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
4179 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
4180 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
4181 * fixinc/fixincl.x: Regenerate.
4182
4183 2003-05-27 Jason Merrill <jason@redhat.com>
4184
4185 * tree.c (expr_first, expr_length): New fns.
4186 * tree.h: Declare them.
4187
4188 * tree.c (iterative_hash_expr): Hash commutative expressions
4189 consistently.
4190
4191 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4192
4193 * tree.h (contains_placeholder_p): Now returns bool.
4194 (CONTAINS_PLACEHOLDER_P): New macro.
4195 (type_contains_placeholder_p): New function.
4196 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
4197 (contains_placeholder_p): Now returns bool.
4198 Rework to use CONTAINS_PLACEHOLDER_P macro.
4199 (type_contains_placeholder_p): New function.
4200 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
4201 type_contains_placeholder_p.
4202 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
4203 Use CONTAINS_PLACEHOLDER_P macro.
4204 * builtins.c (fold_builtin): Likewise.
4205 * calls.c (initialize_argument_information): Likewise.
4206 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
4207 * explow.c (expr_size): Likewise.
4208 * expr.c (store_constructor, get_inner_reference): Likewise.
4209 * function.c (assign_parms): Likewise.
4210 * stor-layout.c (variable_size): Likewise.
4211
4212 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4213
4214 * diagnostic.h (output_verbatim, verbatim): Remove printf
4215 attribute.
4216
4217 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4218
4219 * doc/contrib.texi (Contributors): Update Kean Johnston.
4220
4221 2003-05-24 David Edelsohn <edelsohn@gnu.org>
4222
4223 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
4224
4225 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
4226
4227 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
4228 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
4229 Replace "GNU CC" with "GCC".
4230
4231 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
4232
4233 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
4234 intermediate computation.
4235
4236 2003-05-23 Eric Christopher <echristo@redhat.com>
4237
4238 * config/mips/mips.md (clzsi, clzdi): New patterns.
4239
4240 2003-05-23 Geoffrey Keating <geoffk@apple.com>
4241
4242 * gcc.c (default_compilers): Use -o to specify preprocessor's output
4243 file. Make -no-integrated-cpp work when building PCH files.
4244 * objc/lang-specs.h: Likewise.
4245
4246 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
4247
4248 * fixinc/Makefile.in: Correct description.
4249 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
4250 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
4251 fixinc/genfixes: Replace "GNU CC" with "GCC".
4252
4253 2003-05-23 Roger Sayle <roger@eyesopen.com>
4254
4255 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
4256 builtin functions (and their __builtin_* variants).
4257 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
4258 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
4259 optimizing.
4260
4261 * doc/extend.texi: Document new tan and atan builtins, and
4262 their float and long double variants.
4263
4264 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
4265
4266 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
4267 __sparcv9 in the TARGET_ARCH64 case.
4268
4269 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
4270
4271 * i386.c (ix86_reorg): Calls are also jumps.
4272
4273 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
4274
4275 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
4276 note containing an EXPR_LIST, process all the arguments.
4277
4278 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
4279 Andreas Jaeger <aj@suse.de>
4280
4281 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
4282 do not use assertion.
4283
4284 2003-05-23 Mike Stump <mrs@apple.com>
4285
4286 * tlink.c (scan_linker_output): Add support for darwin linker, as it
4287 emits unresolved symbols one per line, consuming the entire line.
4288
4289 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
4290 Zack Weinberg <zack@codesourcery.com>
4291
4292 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
4293 * config/m68k/m68k.c (m68k_output_function_prologue):
4294 Remove code under #if NEED_PROBE.
4295 * config/m68k/m68k.h: Don't define NEED_PROBE.
4296 * config/m68k/m68k.md: Remove "probe" insn.
4297 * doc/md.texi: Remove documentation of "probe" pattern.
4298
4299 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
4300
4301 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
4302
4303 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
4304
4305 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
4306 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
4307
4308 2003-05-22 Roger Sayle <roger@eyesopen.com>
4309
4310 * real.c (real_maxval): New function to return the largest finite
4311 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
4312 * real.h (real_maxval): Prototype here.
4313 * fold-const.c (fold_inf_compare): Transform comparisons against
4314 +-Infinity into comparisons against DBL_MAX (or equivalent).
4315
4316 2003-05-22 Mike Stump <mrs@apple.com>
4317
4318 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
4319 default.
4320
4321 2003-05-22 DJ Delorie <dj@redhat.com>
4322
4323 * calls.c (expand_call): If the arg block is going to grow
4324 downward, we need argblock to point to the top of the block,
4325 not the bottom.
4326
4327 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4328
4329 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
4330
4331 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
4332 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
4333
4334 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4335
4336 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
4337 * m68k.c: Likewise.
4338 * m68k.h: Likewise.
4339
4340 2003-05-22 Zack Weinberg <zack@codesourcery.com>
4341
4342 PR other/2873
4343 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
4344 expressions to prevent triggering on recent curses.h,
4345 linux/nls.h, or X11/Xlib.h.
4346 (stdio_va_list): Add _G_va_list to bypass pattern.
4347 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
4348 * fixinc/fixincl.x: Regenerate.
4349
4350 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
4351
4352 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
4353 switches when --target-help option is specified.
4354
4355 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
4356
4357 PR bootstrap/10805
4358 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
4359 failure with Sun assembler 5.0 Alpha 03/27/98.
4360
4361 2003-05-21 Loren James Rittle <ljrittle@acm.org>
4362
4363 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
4364 to match system compiler convention.
4365
4366 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4367
4368 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
4369 value, not just if defined.
4370 Update copyright year.
4371
4372 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4373
4374 PR target/6428
4375 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
4376 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
4377 option is used without `-static'.
4378 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
4379 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
4380
4381 2003-05-21 Bob Wilson <bob.wilson@acm.org>
4382
4383 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
4384 TARGET_SERIALIZE_VOLATILE): Delete.
4385 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
4386 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
4387 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
4388 "-mno-serialize-volatile".
4389 * config/xtensa/xtensa.c (print_operand): Remove checks of
4390 TARGET_SERIALIZE_VOLATILE.
4391 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
4392 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
4393 "-mserialize-volatile" and "-mno-serialize-volatile" options.
4394
4395 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
4396
4397 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
4398 (nested_function): Likewise.
4399 (notype_nested_function): Likewise.
4400
4401 2003-05-21 Nick Clifton <nickc@redhat.com>
4402
4403 * config/stormy16/stormy-abi: Update overflow type for
4404 R_XSTORMY16_16 reloc.
4405
4406 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
4407
4408 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
4409 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
4410 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
4411 * print-tree.c (print_node): Remove ambient-boundedness.
4412 * tree.h (tree_common): Remove bounded_flag.
4413 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
4414 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
4415 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
4416 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
4417 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
4418 Remove.
4419 (TYPE_QUALS): Remove BOUNDED.
4420 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
4421 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
4422 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
4423 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
4424 VA_LIST_POINTER_DEPTH): Remove.
4425 (struct tree_type): Remove pointer_depth.
4426
4427 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4428
4429 * c-pretty-print.c (pp_c_integer_literal): Use
4430 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
4431
4432 2003-05-20 Roger Sayle <roger@eyesopen.com>
4433 Kazu Hirata <kazu@cs.umass.edu>
4434 Joern Rennecke <joern.rennecke@superh.com>
4435
4436 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
4437 setcc and jump, if they exist. If substituted instruction
4438 fails to validate, store current effort in a REG_EQUAL note.
4439 (cprop_insn): Don't attempt further substitutions if the
4440 current instruction has been deleted.
4441 (local_cprop_pass): Likewise.
4442
4443 * jump.c (redirect_jump): Also update REG_EQUAL note, if
4444 one is attached to the jump instruction.
4445 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
4446
4447 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4448
4449 PR c++/9738
4450 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
4451 even if not first.
4452
4453 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4454
4455 * genautomata.c (output_description, output_automaton_units,
4456 output_state_arcs): Add missing specifiers.
4457
4458 2003-05-20 Bob Wilson <bob.wilson@acm.org>
4459
4460 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
4461 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
4462 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
4463 (nsau): Rename to do_nsau. Provide alternate version for use when
4464 the NSAU instruction is available.
4465 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
4466 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
4467 * config/xtensa/xtensa-config.h: Update comments to match binutils.
4468 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
4469 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
4470 (TARGET_ABS, TARGET_ADDX): Define.
4471 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
4472 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
4473 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
4474 *subx8): Set predicate condition to TARGET_ADDX.
4475 (abssi2): Set predicate condition to TARGET_ABS.
4476 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
4477 "-maddx", and "-mno-addx" options.
4478 (Xtensa Options): Likewise. Also tag some opcode names with @code.
4479
4480 2003-05-20 Kevin Ryde <user42@zip.com.au>
4481 Wolfgang Bangerth <bangerth@dealii.org>
4482
4483 PR/10355
4484 * doc/extend.texi: Put a warning into the documentation
4485 of attribute regparm.
4486
4487 2003-05-20 Jason Merrill <jason@redhat.com>
4488
4489 * tree.c (expr_last): New fn.
4490 * tree.h: Declare it.
4491 * objc/objc-act (expr_last): Rename to objc_expr_last.
4492
4493 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
4494
4495 * sh.c (sh_register_move_cost): Add clase for moving between
4496 FP registers and MAC registers.
4497
4498 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
4499
4500 * pa/milli64.S ($$mulI): Fix typo.
4501
4502 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
4503
4504 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
4505 (nonlocal_set_p): Remove initial blank line.
4506 * dwarf2out.c (simple_type_size_in_bits): Likewise.
4507 * et-forest.c (et_forest_create): Likewise.
4508 * explow.c (stabilize): Likewise.
4509 * fix-header.c (write_lbrac): Likewise.
4510 * graph.c (start_fct, node_data): Likewise.
4511 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
4512 * rtlanal.c (global_reg_mentioned_p): Likewise.
4513 * tree.c (bit_position): Likewise.
4514
4515 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
4516
4517 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
4518 -lthread to -lpthread.
4519
4520 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
4521
4522 * c-opts.c (c_common_decode_option): Don't accept dollars
4523 as identifier characters in assembly.
4524 * doc/cpp.texi: Document this.
4525
4526 2003-05-19 Seth Arnold <sarnold@wirex.com>
4527 Aldy Hernandez <aldyh@redhat.com>
4528
4529 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
4530 vrsave_size twice.
4531
4532 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
4533
4534 * doc/tm.texi (function_arg): Fix typo.
4535
4536 2003-05-19 Matt Austern <austern@apple.com>
4537
4538 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
4539 * c-common.h (warn_invalid_offsetof): Declare.
4540 * c-common.c (warn_invalid_offsetof): Define.
4541 * doc/invoke.texi: Document -Winvalid-offsetof.
4542 * testsuite/g++.dg/other/offsetof3.C: New.
4543 * testsuite/g++.dg/other/offsetof4.C: New.
4544
4545 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
4546 David Edelsohn <edelsohn@gnu.org>
4547
4548 * config/rs6000/rs6000.c (rs6000_alignment_string,
4549 rs6000_alignment_flags): New variables.
4550 (rs6000_parse_alignment_option): New function.
4551 (rs6000_override_options): Call it.
4552 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
4553 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
4554 macros.
4555 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
4556 natural alignment if TARGET_NATURAL_ALIGNMENT
4557 (ROUND_TYPE_ALIGN): Always use default record alignment if
4558 TAGET_NATURAL_ALIGNMENT.
4559 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
4560 (ROUND_TYPE_ALIGN): Same.
4561 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
4562 (ROUND_TYPE_ALIGN): Same.
4563 * doc/invoke.texi (Option Summary, PowerPC Options): Document
4564 new options.
4565
4566 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
4567
4568 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
4569 of a function using ASMSPEC, prepend a star.
4570
4571 2003-05-19 Jason Merrill <jason@redhat.com>
4572
4573 * tree-inline.c (copy_body_r): Avoid generating &* during inline
4574 substitution.
4575
4576 2003-05-19 Andrew Macleod <amacleod@redhat.com>
4577
4578 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
4579 not mark assignments to the hard frame pointer as being stack
4580 frame related.
4581 (xstormy16_expand_epilogue): Mark adjustments to the stack
4582 pointer as being stack frame related.
4583
4584 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4585
4586 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
4587 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
4588 (PREDICATE_CODES): Add hilo_operand.
4589 * config/mips/mips.c (hilo_operand): New predicate.
4590 (mips_adjust_insn_length): Account for the number nops that might
4591 be needed to avoid hardware hazards.
4592 * config/mips/mips.md (dslot): Remove attribute.
4593 (hazard): New attribute.
4594 (can_delay): Use it. Check for calls, branches & jumps.
4595 (muldi3): Use the standard dmult pattern for mips16 code.
4596 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
4597
4598 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4599
4600 * config/mips/mips-protos.h (final_prescan_insn,
4601 mips_count_memory_refs, mips_fill_delay_slot): Remove.
4602 * config/mips/mips.h (delay_type, dslots_load_total,
4603 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
4604 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
4605 mips_load_reg3, mips_load_reg4): Remove.
4606 (MASK_STATS): Remove.
4607 (MASK_EXPLICIT_RELOCS): Reuse its value.
4608 (TARGET_STATS): Remove.
4609 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
4610 Warn that -mstats is now ignored.
4611 (FINAL_PRESCAN_INSN): Undefine.
4612 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
4613 (ASM_OUTPUT_REG_POP): Likewise.
4614 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
4615 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
4616 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
4617 mips_fill_delay_slot, mips_count_memory_refs,
4618 final_prescan_insn): Remove.
4619 (output_block_move): Remove calls to mips_count_memory_refs.
4620 (print_operand): Remove printing of #nop for TARGET_STATS.
4621 (mips_output_function_epilogue): Remove TARGET_STATS code.
4622 Reorganize setting of fnnmae.
4623 * config/mips/mips.md: Remove handling of dslot statistics
4624 throughout file. Change all fcmp patterns into normal asm
4625 templates, removing calls to mips_fill_delay_slot.
4626 * doc/invoke.texi: Remove documentation of -mstats.
4627
4628 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4629
4630 * config/mips/mips.c (mips_class_max_nregs): Return the number of
4631 words in the mode.
4632
4633 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4634
4635 * config/mips/mips.c (override_options): Disable explicit
4636 relocs for old ABIs unless using gas.
4637
4638 2003-05-18 Eric Christopher <echristo@redhat.com>
4639
4640 * config/mips/mips.h: Remove definition of g_switch_value.
4641
4642 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
4643
4644 * flags.h (g_switch_value): Change to an unsigned
4645 HOST_WIDE_INT.
4646 * toplev.c (g_switch_value): Likewise.
4647
4648 * config/alpha/alpha.c (small_symbolic_operand): Remove
4649 g_switch_value cast.
4650 (alpha_in_small_data_p): Cast size to an unsigned
4651 HOST_WIDE_INT.
4652
4653 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
4654 unsigned HOST_WIDE_INT.
4655 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
4656 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
4657
4658 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
4659 unsigned HOST_WIDE_INT.
4660 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
4661 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
4662 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
4663
4664 * config/rs6000/rs6000.c (rs6000_file_start): Use
4665 HOST_WIDE_INT_PRINT_UNSIGNED.
4666 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
4667 (rs6000_elf_in_small_data_p): Cast size to unsigned
4668 HOST_WIDE_INT.
4669 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
4670 Remove.
4671 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
4672 g_switch_set.
4673 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
4674 g_switch_value cast.
4675
4676 2003-05-18 Roger Sayle <roger@eyesopen.com>
4677 Zack Weinberg <zack@codesourcery.com>
4678
4679 PR middle-end/10472
4680 * builtins.c (expand_builtin_memcpy): Call force_operand on
4681 expressions and use simplify_gen_binary to create the addition.
4682
4683 2003-05-18 Andreas Schwab <schwab@suse.de>
4684
4685 * config/m68k/m68k.md: Use define_constants for unspec numbers.
4686
4687 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
4688
4689 * config/sparc/sparc.h: Define sparc for now.
4690 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
4691
4692 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
4693
4694 * config/stormy16/stormy16.h: Remove about 3000 lines of
4695 target-independent comments. Update copyright notice.
4696
4697 * doc/collect2.texi: GNU CC -> GCC.
4698 * doc/headerdirs.texi: GNU CC -> GCC.
4699
4700 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
4701
4702 * hashtable.h (struct ht_identifier): Add data member "hash_value".
4703 * hashtable.c (ht_lookup): Use it when searching, remember.
4704 (ht_expand): Do not recompute.
4705 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
4706
4707 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
4708
4709 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
4710
4711 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
4712
4713 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
4714 Default here.
4715 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
4716 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
4717 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
4718 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
4719 config/arm/linux-elf.h, config/arm/rtems-elf.h,
4720 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
4721 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
4722 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
4723 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
4724 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
4725 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
4726 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
4727 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
4728 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
4729 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
4730 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
4731 Don't define __ELF__.
4732 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
4733 Define __ELF__.
4734 * doc/cpp.texi: Document __ELF__.
4735 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
4736
4737 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4738
4739 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
4740 always use stdarg.
4741 * c-errors.c (pedwarn_c99): Likewise.
4742 * c-format.c (status_warning): Likewise.
4743 * c-semantics.c (build_stmt): Likewise.
4744 * calls.c (emit_library_call, emit_library_call_value): Likewise.
4745 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
4746 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
4747 * diagnostic.c (build_message_string, output_printf,
4748 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
4749 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
4750 error_with_decl, fnotice): Likewise.
4751 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
4752 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
4753 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
4754 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
4755 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
4756 dw2_asm_output_encoded_addr_rtx): Likewise.
4757 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
4758 * errors.c (warning, error, fatal, internal_error): Likewise.
4759 * final.c (output_operand_lossage, asm_fprintf): Likewise.
4760 * fix-header.c (fatal): Likewise.
4761 * gcc.c (fatal, error, notice): Likewise.
4762 * gcov.c (fnotice): Likewise.
4763 * genattrtab.c (attr_rtx, attr_printf): Likewise.
4764 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
4765 * gensupport.c (message_with_line): Likewise.
4766 * mips-tfile.c (fatal, error): Likewise.
4767 * protoize.c (notice): Likewise.
4768 * ra-debug.c (ra_debug_msg): Likewise.
4769 * read-rtl.c (fatal_with_file_and_line): Likewise.
4770 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
4771 * tree.c (build, build_nt, build_function_type_list): Likewise.
4772
4773 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4774
4775 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
4776 * gcc.c (cpp_predefines): Remove.
4777 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
4778 (static_specs): Remove predefines.
4779 * system.h: Poison CPP_PREDEFINES.
4780 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
4781 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
4782
4783 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4784
4785 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
4786 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
4787 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
4788 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
4789
4790 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4791
4792 PR c/9209
4793 * c-common.c, c-common.h (dollars_in_ident): Remove.
4794 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
4795 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
4796 * cpphash.h (warned_dollar): Rename warn_dollars.
4797 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
4798 Permit dollars regardless of -std=.
4799 (post_options): Set warn_dollars.
4800 * cpplex.c (forms_identifier_p): Use warn_dollars.
4801 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
4802 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
4803 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
4804 Update documentation.
4805
4806 2003-05-17 Andreas Schwab <schwab@suse.de>
4807
4808 * config/m68k/m68k.c (m68k_output_function_prologue): Use
4809 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
4810 formatting a HOST_WIDE_INT.
4811 (m68k_output_function_epilogue): Likewise.
4812
4813 2003-05-17 Zack Weinberg <zack@codesourcery.com>
4814
4815 * doc/install.texi: Remove information about desupported targets.
4816
4817 2003-05-17 Andreas Schwab <schwab@suse.de>
4818
4819 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
4820 * config/m68k/linux.h: Likewise.
4821 * config/m68k/m68k-none.h: Likewise.
4822 * config/m68k/netbsd-elf.h: Likewise.
4823 * config/m68k/sgs.h: Likewise.
4824 * config/m68k/m68k.h: Likewise.
4825 * config/m68k/m68k.md: Likewise.
4826 * config/m68k/m68k.c: Likewise.
4827 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
4828 constraints.
4829 * doc/invoke.texi (Option Summary): Remove -mfpa.
4830 (M680x0 Options): Likewise.
4831
4832 2003-05-17 David Edelsohn <edelsohn@gnu.org>
4833
4834 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
4835
4836 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4837
4838 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
4839 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
4840 config/sparc/rtemself.h, config/sparc/sol2-64.h,
4841 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
4842 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
4843
4844 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4845
4846 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
4847 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
4848
4849 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4850
4851 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
4852 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
4853 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
4854 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
4855 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
4856 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
4857 sparc/sysv4.h,
4858 * sparc/sysv4-only.h: New.
4859
4860 2003-05-17 Alan Modra <amodra@bigpond.net.au>
4861
4862 * function.c (assign_parms): Check for zero size args.
4863
4864 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4865
4866 * cfgloopanal.c (test_for_iteration): Use string concatentation on
4867 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
4868 function calls into one.
4869 * dbxout.c (dbxout_symbol): Likewise.
4870 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
4871 * dwarf2asm.c (dw2_asm_output_data_uleb128,
4872 dw2_asm_output_data_sleb128): Likewise.
4873 * genrecog.c (debug_decision_2): Likewise.
4874 * loop.c (emit_prefetch_instructions): Likewise.
4875 * print-rtl.c (print_rtx): Likewise.
4876 * print-tree.c (print_node_brief, print_node): Likewise.
4877 * ra-debug.c (dump_igraph, dump_graph_cost,
4878 dump_static_insn_cost): Likewise.
4879 * ra-rewrite.c (dump_cost): Likewise.
4880 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4881 * sreal.c (dump_sreal): Likewise.
4882 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
4883 * varasm.c (assemble_vtable_entry): Likewise.
4884
4885 * avr.c (avr_output_function_prologue,
4886 avr_output_function_epilogue, print_operand): Fix format specifier
4887 warnings.
4888 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
4889 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
4890
4891 2003-05-16 Geoffrey Keating <geoffk@apple.com>
4892
4893 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
4894 and ! TARGET_STRING cases.
4895
4896 * doc/cppopts.texi (-undef): Fix texinfo warning.
4897
4898 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
4899 * cppfiles.c (validate_pch): When -H is used, print some information
4900 about PCH files found.
4901
4902 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4903
4904 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
4905 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
4906 * config/mips/t-sr71k: Likewise.
4907
4908 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4909
4910 * arc.c (arc_output_function_prologue,
4911 arc_output_function_epilogue): Fix format specifier warnings.
4912 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
4913
4914 * v850.c (print_operand): Fix format specifier warnings.
4915
4916 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
4917 specifier warnings.
4918
4919 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
4920 format specifier warnings.
4921
4922 * ip2k.c (function_prologue, function_epilogue, print_operand):
4923 Fix format specifier warnings.
4924 * ip2k.md: Likewise.
4925
4926 * i960.c (i960_output_function_prologue, i960_print_operand,
4927 i960_print_operand_addr): Fix format specifier warnings.
4928
4929 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
4930 (i370_output_function_prologue): Fix format specifier warnings.
4931 * i370.h (PRINT_OPERAND): Likewise.
4932
4933 * fr30.c (fr30_print_operand): Fix format specifier warnings.
4934
4935 * dsp16xx.c (print_operand_address): Fix format specifier warning.
4936 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
4937
4938 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
4939 specifier warnings.
4940
4941 * alpha.c (print_operand_address, alpha_start_function,
4942 unicosmk_output_ssib): Use string concatentation on
4943 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
4944 function calls into one.
4945 * arm.c (arm_print_operand): Likewise.
4946 * cris.c (cris_asm_output_mi_thunk): Likewise.
4947 * frv.c (frv_asm_output_mi_thunk): Likewise.
4948 * ia64.c (ia64_print_operand, process_set): Likewise.
4949 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
4950 Likewise.
4951 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
4952 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4953 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
4954 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
4955 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
4956 * s390.c (s390_assemble_integer): Likewise.
4957 * sparc.c (sparc_flat_function_prologue,
4958 sparc_flat_function_epilogue): Likewise.
4959 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
4960 * vax.c (vax_output_mi_thunk): Likewise.
4961
4962 * frv.c (frv_print_operand_memory_reference): Fix format specifier
4963 warning.
4964 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
4965
4966 * m68k.c (m68k_output_function_epilogue): Fix format specifier
4967 warnings.
4968
4969 * stormy16-protos.h (xs_hi_general_operand,
4970 xs_hi_nonmemory_operand): Prototype.
4971 * stormy16.c (xstormy16_output_shift): Fix format specifier
4972 warnings.
4973
4974 * cris.c: Fix format specifier warnings.
4975
4976 2003-05-16 Nick Clifton <nickc@redhat.com>
4977
4978 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
4979
4980 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
4981
4982 * doc/bugreport.texi: Remove most of the of the preface of the
4983 bugs section.
4984
4985 2003-05-16 Jakub Jelinek <jakub@redhat.com>
4986
4987 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
4988 .save XX, r0.
4989
4990 2003-05-15 Roger Sayle <roger@eyesopen.com>
4991
4992 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
4993
4994 2003-05-15 Eric Christopher <echristo@redhat.com>
4995
4996 * cfgcleanup.c (merge_blocks): Fix return value.
4997
4998 2003-05-15 Eric Christopher <echristo@redhat.com>
4999
5000 * combine.c (expand_compound_operation): Make sure
5001 that zero_extend operation is profitable.
5002
5003 2003-05-15 Richard Henderson <rth@redhat.com>
5004
5005 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
5006 code protected by USE_GNULIBC_1.
5007
5008 2003-05-15 Zack Weinberg <zack@codesourcery.com>
5009
5010 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
5011 remove hppa*-*-mpeix* which could not be built, and prune
5012 files from tmake_file= or tm_file= lists that don't exist.
5013
5014 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
5015 * config/alpha/t-interix, config/arm/conix-elf.h
5016 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
5017 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
5018 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
5019 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
5020 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
5021 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
5022 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
5023 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
5024 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
5025 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
5026 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
5027 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
5028 * config/m68k/tower-as.h, config/m68k/tower.h
5029 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
5030 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
5031 * config/m88k/m88k-protos.h, config/m88k/m88k.c
5032 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
5033 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
5034 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
5035 * config/mips/rtems64.h, config/mips/sni-gas.h
5036 * config/mips/sni-svr4.h, config/mips/t-ecoff
5037 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
5038 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
5039 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
5040 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
5041 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
5042 * config/romp/romp-protos.h, config/romp/romp.c
5043 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
5044 * config/rs6000/aix3newas.h, config/rs6000/mach.h
5045 * config/sparc/bsd.h, config/sparc/hal.h
5046 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
5047 * config/sparc/lynx.h, config/sparc/netbsd.h
5048 * config/sparc/sp86x-aout.h, config/sparc/splet.h
5049 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
5050 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
5051 * config/sparc/t-halos, config/sparc/t-sparcbare
5052 * config/sparc/t-splet, config/sparc/t-sunos41
5053 * config/v850/rtems.h: Delete file.
5054
5055 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
5056
5057 * config/rs6000/rs6000-protos.h (function_value): Protoize.
5058
5059 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
5060
5061 * config/rs6000/rs6000.c (rs6000_function_value): New.
5062
5063 2003-05-15 Philip Blundell <philb@gnu.org>
5064
5065 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
5066 All uses updated.
5067 (arm_tune_xscale): New variable.
5068 (arm_override_options): Set it.
5069 (arm_adjust_cost): Use it in place of arm_arch_xscale.
5070 (arm_gen_load_multiple): Likewise.
5071 (arm_gen_store_multiple): Likewise.
5072 * config/arm/arm.md (is_xscale): Likewise.
5073 * config/arm/arm.h (arm_tune_xscale): Declare.
5074
5075 2003-05-15 Philip Blundell <philb@gnu.org>
5076
5077 PR target/10730
5078 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
5079 involving invalid constants.
5080
5081 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5082
5083 * pa.c (hppa_expand_prologue): Remove blockage.
5084
5085 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
5086
5087 * doc/bugreport.texi: Remove most of the bug reporting
5088 instructions and merge them into bugs.html.
5089
5090 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
5091
5092 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
5093 g_switch_value to unsigned HOST_WIDE_INT.
5094
5095 2003-05-14 Eric Christopher <echristo@redhat.com>
5096
5097 * combine.c: Fix header comments.
5098 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
5099 to all calls and prototype.
5100
5101 2003-05-14 Roger Sayle <roger@eyesopen.com>
5102
5103 PR optimization/10764
5104 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
5105 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
5106 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
5107 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
5108 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
5109 the corresponding *fyl2x_?fxf3 instructions.
5110
5111 2003-05-14 Bob Wilson <bob.wilson@acm.org>
5112
5113 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
5114 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
5115 XCHAL_HAVE_L32R): New.
5116 * config/xtensa/xtensa-protos.h (non_const_move_operand,
5117 xtensa_load_constant, xtensa_function_prologue,
5118 xtensa_function_epilogue): Delete prototypes.
5119 (xtensa_expand_prologue): New.
5120 * config/xtensa/xtensa.c (frame_size_const,
5121 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
5122 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
5123 xtensa_function_prologue): Delete.
5124 (add_operand, xtensa_mem_offset): Formatting.
5125 (move_operand): If the const16 option is available, allow any SFmode
5126 and SImode constants.
5127 (xtensa_emit_move_sequence): Inline the former contents of
5128 xtensa_load_constant with modifications to handle the const16 option.
5129 (override_options): Add xtensa_char_to_class['W'] and set it to
5130 the general register class only if the const16 option is enabled.
5131 Fix formatting. Disallow PIC when using the const16 option.
5132 (print_operand): Reorganize to switch on "letter" instead of the
5133 RTL code. Add output_operand_lossage calls for invalid cases.
5134 Add support for 't' and 'b' letters.
5135 (xtensa_expand_prologue): New function to replace
5136 xtensa_function_prologue and xtensa_reorg.
5137 (xtensa_function_epilogue): Declare this as static. Delete code
5138 to print the retw.n or retw instruction.
5139 (xtensa_return_addr): Use A0_REG instead of 0.
5140 (xtensa_rtx_costs): Add costs for using the const16 option.
5141 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
5142 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
5143 (TARGET_SWITCHES): Add "const16" and "no-const16".
5144 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
5145 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
5146 using the const16 option.
5147 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
5148 (TRAMPOLINE_SIZE): Change from 49 to 59.
5149 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
5150 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
5151 when using the const16 option.
5152 (PREDICATE_CODES): Delete non_const_move_operand.
5153 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
5154 UNSPECV_ENTRY.
5155 (movdi, movdf): If the source is a constant, always expand to a
5156 sequence of movsi insns.
5157 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
5158 (movsi_internal, movsf_internal): Add alternative using const16 insns.
5159 (movsf): Add const16 support.
5160 (entry, prologue, epilogue): New.
5161 (set_frame_ptr): Add missing mode for unspec_volatile operation.
5162 Likewise for subsequent split pattern.
5163 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
5164 "-mconst16" and "-mno-const16" options.
5165
5166 2003-05-14 Richard Henderson <rth@redhat.com>
5167
5168 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
5169 to be DImode register. Merge load_symptr.
5170 * config/ia64/ia64.md (load_symptr): Remove.
5171
5172 2003-05-14 Richard Henderson <rth@redhat.com>
5173
5174 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
5175 DEFERRED_CONSTANT_P.
5176 * integrate.c (copy_rtx_and_substitute): Update use.
5177 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
5178 to the copy generated.
5179 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
5180 of the constant to see if we should emit.
5181 (mark_constant): Similarly.
5182 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
5183
5184 2003-05-14 David Edelsohn <edelsohn@gnu.org>
5185
5186 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
5187 move record condition.
5188 (movdi_internal2): Same.
5189
5190 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
5191
5192 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
5193 (GCOV_TAG_*) Force type to gcov_unsigned_t.
5194 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
5195 (struct gcov_var): Remove modified. Add start, length, offset,
5196 overread. Have buffer array for libgcov.
5197 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
5198 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
5199 * gcov-io.c (gcov_open): Set mode, do not read anything.
5200 (gcov_close): Write final block.
5201 (gcov_write_block, gcov_allocate): New.
5202 (gcov_write_bytes): Make static. Write or allocate buffer.
5203 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
5204 null.
5205 (gcov_write_string): Adjust.
5206 (gcov_write_tag)
5207 (gcov_write_length): Adjust. Flush the block.
5208 (gcov_write_tag_length): Buffer can never be null.
5209 (gcov_read_bytes): Make static. Read in block.
5210 (gcov_sync): Moved here. Adjust.
5211 (gcov_seek): Moved here. Adjust.
5212 * coverage.c (read_counts_file): Adjust.
5213 * gcov-dump.c (print_prefix): Add position parameter.
5214 (flag_dump_positions): New flag.
5215 (options, main, print_usage): Add it.
5216 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
5217 tag_summary): Adjust.
5218 * gcov.c (read_graph_file, read_count_file): Adjust.
5219 * libgcov.c (gcov_exit): Adjust.
5220
5221 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
5222 (libgcov.a): Depend on libgcc.a.
5223 (gcov.o, gcov-dump.o): Add gcov-io.c.
5224 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
5225
5226 * loop.c (check_dbra_loop): Factor common test.
5227
5228 2003-05-14 Ben Elliston <bje@wasabisystems.com>
5229
5230 * doc/md.texi (Automaton pipeline description): Grammar fixes.
5231
5232 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
5233
5234 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
5235 (TARGET_INITIALIZER): Include it.
5236 * target.h (struct gcc_target): Add machine_dependent_reorg field.
5237 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
5238 * system.h: Poison MACHINE_DEPENDENT_REORG.
5239
5240 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
5241 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
5242 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5243 (alpha_handle_trap_shadows): Remove "first insn" parameter.
5244 (alpha_align_insns): Likewise.
5245 (alpha_reorg): Likewise. Make static. Update calls to above
5246 functions.
5247
5248 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
5249 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
5250 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5251 (arm_reorg): Remove parameter. Make static.
5252
5253 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
5254 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
5255 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5256 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
5257 Remove parameter.
5258
5259 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
5260 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
5261 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5262 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
5263 Remove parameter.
5264
5265 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
5266 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
5267 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
5268
5269 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
5270 * config/frv/frv.c: Remove orphaned comment.
5271
5272 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
5273 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
5274 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5275 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
5276 Remove parameter.
5277
5278 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
5279 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
5280 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5281 (emit_insn_group_barriers): Remove "first insn" parameter.
5282 (emit_all_insn_group_barriers): Likewise.
5283 (ia64_reorg): Likewise. Make static. Update calls to above functions.
5284 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
5285
5286 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
5287 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
5288 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5289 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
5290 Remove parameter.
5291
5292 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
5293 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
5294 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5295 (m68hc11_reorg): Make static. Remove parameter.
5296
5297 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
5298 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
5299 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5300 (conditionalize_optimization): Remove parameter.
5301 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
5302 Make static. Update call to conditionalize_optimization.
5303
5304 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
5305 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
5306 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5307 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
5308 Make static.
5309
5310 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
5311 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
5312 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5313 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
5314 Remove parameter.
5315
5316 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
5317 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
5318 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5319 (pa_combine_instructions): Remove "first insn" parameter.
5320 (remove_useless_addtr_insns): Likewise.
5321 (pa_reorg): Likewise. Make static. Update calls to above functions.
5322
5323 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
5324 commented-out definition.
5325
5326 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
5327 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
5328 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5329 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
5330 Remove parameter.
5331
5332 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
5333 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
5334 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5335 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
5336 Remove parameter.
5337 (sh_output_mi_thunk): Call sh_reorg directly.
5338 * config/sh/sh.md: Update comment.
5339
5340 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
5341 commented-out definition.
5342
5343 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
5344 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
5345 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5346 (v850_reorg): Make static. Remove parameter.
5347
5348 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
5349 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
5350 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5351 (xtensa_reorg): Make static. Remove parameter.
5352
5353 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
5354 (TARGET_MACHINE_DEPENDENT_REORG): Document.
5355
5356 2003-05-13 Richard Henderson <rth@redhat.com>
5357
5358 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
5359 the old decl had instantiated DECL_RTL.
5360
5361 2003-05-13 Mike Stump <mrs@apple.com>
5362
5363 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
5364
5365 2003-05-13 Janis Johnson <janis187@us.ibm.com>
5366
5367 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
5368 HOST_WIDE_INT argument.
5369
5370 2003-05-13 Jason Merrill <jason@redhat.com>
5371
5372 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
5373
5374 * tree.c (iterative_hash_expr): New fn.
5375
5376 * c-semantics.c (emit_local_var): Don't mess with temp slots if
5377 there's no initializer.
5378
5379 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
5380
5381 * final.c (final_scan_insn): Apply the effects of frame-related
5382 delay slot insns before emitting a delayed branch.
5383
5384 2003-05-13 Nick Clifton <nickc@redhat.com>
5385
5386 * config/mcore/mcore.md (jump): Use emit_jump_insn.
5387
5388 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5389
5390 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
5391 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
5392
5393 2003-05-12 DJ Delorie <dj@redhat.com>
5394
5395 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
5396 (emit_push_insn): Don't use push when the source alignment is less
5397 than the stack's push rounding.
5398
5399 2003-05-13 Zack Weinberg <zack@codesourcery.com>
5400
5401 * diagnostic.c (output_format): Add support for %m.
5402 (output_printf, output_verbatim, diagnostic_set_info,
5403 verbatim): Set err_no field of the text_info structure being
5404 initialized.
5405 (fatal_io_error): Delete function.
5406 * diagnostic.h (text_info): Add err_no field.
5407 * toplev.h (fatal_io_error): Delete prototype.
5408
5409 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
5410 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
5411 * objc/objc-act.c: Replace all calls to fatal_io_error with
5412 calls to fatal_error; add ": %m" to the end of all the affected
5413 error messages.
5414
5415 2003-05-13 Zack Weinberg <zack@codesourcery.com>
5416
5417 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
5418 * rtl.h: Prototype it.
5419 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
5420 when appropriate.
5421
5422 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5423
5424 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
5425 ("*iorsi3_oi"): Likewise.
5426
5427 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
5428
5429 * arm.md (compare_scc): Use shorter sequence for EQ case.
5430 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
5431 (and_scc_scc): Ensure split only applies when there is a dominance
5432 of the comparisons.
5433 (and_scc_scc_nodom): New insn-and-split pattern.
5434
5435 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
5436
5437 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
5438 to _Unwind_SetGRPtr().
5439
5440 2003-05-13 Michael Eager <eager@mvista.com>
5441
5442 * Makefile.in: Initialize program_transform_cross_name from
5443 @program_transform_name@ instead of target_alias.
5444
5445 2003-05-12 Janis Johnson <janis187@us.ibm.com>
5446 Alan Modra <amodra@bigpond.net.au>
5447 Jakub Jelinek <jakub@redhat.com>
5448
5449 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
5450 * configure: Rebuild.
5451 * config/rs6000/rs6000-protos.h: Update.
5452 * config/rs6000/rs6000.c (rs6000_tls_size): New.
5453 (rs6000_tls_size_string): New.
5454 (rs6000_parse_tls_size_option): New.
5455 (rs6000_legitimize_tls_address): New.
5456 (rs6000_tls_get_addr): New.
5457 (rs6000_got_sym): New.
5458 (rs6000_tls_symbol_ref): New.
5459 (rs6000_tls_symbol_ref_1): New.
5460 (rs6000_get_some_local_dynamic_name): New.
5461 (rs6000_get_some_local_dynamic_name_1): New.
5462 (TARGET_HAVE_TLS): New.
5463 (TARGET_CANNOT_FORCE_CONST_MEM): New.
5464 (rs6000_override_options): Handle -mtls-size option.
5465 (constant_pool_expr_1): Handle TLS symbols.
5466 (rs6000_legitimize_address): Handle TLS symbols.
5467 (rs6000_tls_referenced_p): New.
5468 (rs6000_legitimate_address): Handle TLS symbols.
5469 (rs6000_emit_move): Handle TLS symbols.
5470 (print_operand): Handle TLS symbols.
5471 (uses_TOC): Handle TLS symbols.
5472 (rs6000_emit_prologue): Use symbol for unspec constant.
5473 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
5474 (some_ld_name): New.
5475 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
5476 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
5477 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
5478 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
5479 Support TLS.
5480 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
5481 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
5482 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
5483 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
5484 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
5485 tls_tls_64): New.
5486 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
5487
5488 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
5489
5490 * Makefile.in (stage2_build, stage3_build, stage4_build):
5491 Set BUILD_CC to the same as CC.
5492
5493 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
5494
5495 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
5496
5497 2003-05-12 Andreas Schwab <schwab@suse.de>
5498
5499 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
5500 as unused.
5501 (bundling): Initialize 'pos'.
5502 (ia64_expand_builtin): Initialize 'rmode'.
5503
5504 2003-05-12 David Edelsohn <edelsohn@gnu.org>
5505
5506 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
5507 (ASM_OUTPUT_ALIGNED_COMMON): Same.
5508 (ASM_OUTPUT_LOCAL): Same.
5509
5510 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
5511
5512 * varasm.c (output_constant): Fix underflow.
5513
5514 2003-05-12 Mark Mitchell <mark@codesourcery.com>
5515
5516 PR other/10745
5517 * configure.in: Correct detection of GNU ld version number.
5518 * configure: Regenerated.
5519
5520 2003-05-12 Zack Weinberg <zack@codesourcery.com>
5521
5522 * diagnostic.c (diagnostic_for_decl): Take a
5523 diagnostic_context argument. Restructure to be consistent
5524 with diagnostic_report_diagnostic.
5525 (diagnostic_count_diagnostic): Now static. Take a
5526 diagnostic_info argument, not just a diagnostic_t. Some code
5527 moved here from internal_error. Move a case label for
5528 clarity.
5529 (diagnostic_action_after_output): New function. Code moved
5530 here from internal_error and fatal_error.
5531 (bug_report_request): New #define so that this text appears in
5532 only one place.
5533 (diagnostic_report_diagnostic): Update to match changes to
5534 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
5535 (diagnostic_set_info): Call gettext here.
5536
5537 (pedwarn): Update comment. Don't call gettext here.
5538 (sorry): Use report_diagnostic. Don't call gettext here.
5539 (fatal_error): Remove final fnotice and exit, but call
5540 real_abort to prevent warnings about noreturn function returning.
5541 (internal_error): Likewise. Don't do ICE suppression here nor
5542 call context->internal_error.
5543 (warning_with_decl): Suppress for decls in system headers.
5544 Adjust call to diagnostic_for_decl.
5545 (pedwarn_with_decl): Likewise.
5546 (error_with_decl): Adjust call to diagnostic_for_decl.
5547 (error_recursion): Use bug_report_request.
5548
5549 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
5550 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
5551 diagnostic_count_diagnostic.
5552
5553 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5554
5555 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
5556
5557 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
5558
5559 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
5560 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
5561 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
5562
5563 2003-05-12 Roger Sayle <roger@eyesopen.com>
5564
5565 * doc/rtl.texi: Document zero_extract as a valid destination
5566 of a set insn.
5567
5568 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
5569
5570 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
5571 '.'. Change all local symbol definitions and references to use LSYM.
5572
5573 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
5574
5575 * expr.h (assemble_static_space): Update prototype.
5576 * output.h (assemble_zeros, output_constant): Likewise.
5577 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
5578 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
5579 it 64bit clean.
5580 * elf.h (ASM_OTUPUT_SKIP): Likewise.
5581 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
5582 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5583 Expect HOST_WIDE_INT operand.
5584 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5585 Expect HOST_WIDE_INT operand.
5586 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5587 Expect HOST_WIDE_INT operand.
5588 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
5589 HOST_WIDE_INT operand.
5590 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
5591 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
5592 * aout.h (ASM_OTUPUT_SKIP): Likewise.
5593 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5594 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
5595 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
5596 * frv.h (ASM_OTUPUT_SKIP): Likewise.
5597 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
5598 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5599 Make it 64bit
5600 clean.
5601 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
5602 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5603 Make it 64bit clean.
5604 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
5605 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
5606 HOST_WIDE_INT operand
5607 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5608 Expect HOST_WIDE_INT operand
5609 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
5610 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
5611 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
5612 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5613 Likewise.
5614 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
5615 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5616 Likewise.
5617 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
5618 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
5619 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5620 ASM_OUTPUT_SKIP): Likewise.
5621 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5622 Likewise.
5623 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5624 ASM_OUTPUT_SKIP): Likewise.
5625 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5626 ASM_OUTPUT_SKIP): Likewise.
5627 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
5628 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
5629 ASM_OUTPUT_SKIP): Likewise.
5630 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
5631 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
5632 ASM_OUTPUT_SKIP): Likewise.
5633 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
5634 Likewise.
5635 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
5636 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
5637 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
5638 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5639 ASM_OUTPUT_SKIP): Make it 64bit clean.
5640 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
5641 Make it 64bit clean.
5642 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
5643 ASM_OUTPUT_SKIP): Make it 64bit clean.
5644 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
5645 64bit clean.
5646 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
5647 HOST_WIDE_INT argument
5648 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
5649 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
5650 HOST_WIDE_INT argument
5651 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
5652 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
5653 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
5654 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5655 HOST_WIDE_INT argument
5656 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
5657 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
5658 * varasm.c (asm_output_bss, asm_output_aligned_bss,
5659 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
5660 HOST_WIDE_INT argument
5661
5662 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
5663
5664 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
5665 favor of walk_tree_without_duplicates. Add comments.
5666
5667 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
5668
5669 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
5670 (struct alloc_pool_def): New element 'id'.
5671 * alloc-pool.c (fancy_abort): Extern function prototype.
5672 (abort): Macro which uses fancy_abort.
5673 (struct allocation_object_def): New structure.
5674 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
5675 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
5676 (last_id): New variable.
5677 (create_alloc_pool): Add the offset of u.data to size of element,
5678 increase and use last_id.
5679 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
5680 (pool_alloc): Likewise. Set ID for elements.
5681 (pool_free): Check whether the PTR was allocated from POOL.
5682
5683 2003-05-11 Richard Henderson <rth@redhat.com>
5684
5685 PR c/10675
5686 * c-decl.c: Include hashtab.h.
5687 (detect_field_duplicates): New.
5688 (finish_struct): Use it.
5689 * Makefile.in (c-decl.o): Update.
5690 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
5691 (component_decl_list, component_decl_list2,
5692 components, components_notype): Build list in reverse order.
5693 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
5694
5695 * tree.c (chainon): Special case op2 null as well.
5696 Reorg for clarity.
5697
5698 2003-05-11 Roger Sayle <roger@eyesopen.com>
5699
5700 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
5701 to implement log, logf and logl built-ins as inline x87 intrinsics.
5702 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
5703 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
5704 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
5705
5706 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
5707 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
5708
5709 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5710
5711 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
5712
5713 * sparc.c (print_operand): Fix uninitialized warning.
5714
5715 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5716
5717 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
5718 real insns.
5719 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
5720 condition.
5721
5722 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
5723
5724 * doc/cpp.texi: Fix typos.
5725
5726 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5727
5728 * config/s390/s390.c (s390_function_arg_float): New function.
5729 (s390_function_arg_pass_by_reference): Use it.
5730 (s390_function_arg_advance): Likewise.
5731 (s390_function_arg): Likewise.
5732 (s390_va_arg): Likewise
5733
5734 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
5735
5736 * coverage.h (coverage_counter_alloc): New function.
5737 * function.h (struct function): Remove arc_profile flag.
5738 * coverage.c (fn_ident): Remove.
5739 (fn_b_ctrs, no_coverage): New.
5740 (get_coverage_counts): Use current_function_funcdef_no.
5741 (coverage_counter_alloc): New.
5742 (coverage_counter_ref): Adjust.
5743 (coverage_begin_output): Check no_coverage. Use
5744 current_function_funcdef_no.
5745 (coverage_end_function): Likewise.
5746 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
5747 than clearing flag_inline_functions. Do not clear arc_profile
5748 flag.
5749 * function.c (prepare_function_start): Do not set arc_profile
5750 flag.
5751 * profile.c (instrument_edges): Return number of instrumented
5752 edges. Use a for loop.
5753 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
5754 local to here and simplify. Use profile_arc_flag not arc_profile
5755 flag.
5756 (find_spanning_tree): Reformat.
5757 * toplev.c (rest_of_compilation): Use profile_arc_flags and
5758 flag_test_coverage rather than arc_profile flag.
5759
5760 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
5761
5762 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
5763
5764 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5765
5766 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
5767
5768 2003-05-11 Bruno Haible <bruno@clisp.org>
5769
5770 * cppfiles.c (find_or_create_entry): Preserve errno.
5771
5772 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
5773
5774 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
5775 cpplib as it's a Standard Predefined Macro.
5776 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
5777 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
5778 __STDC_HOSTED__ appropriately.
5779 * cpplib.h (_cpp_init_builtins): Update.
5780 * fix-header.c (read_scan_file): Update.
5781 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
5782
5783 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
5784
5785 PR C++/689
5786 PR C++/9257
5787 * c-opts.c (c_common_decode_option): Don't set
5788 warn_ctor_dtor_privacy wen -Wall.
5789 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
5790
5791 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
5792
5793 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
5794 patch.
5795
5796 2003-05-10 Zack Weinberg <zack@codesourcery.com>
5797
5798 * diagnostic.c: Reorder functions for clarity, putting all the
5799 functions in the "error" family next to each other, and
5800 likewise all the functions in the "error_with_decl" family.
5801 Some other routines were moved too. Add comments.
5802 (vbuild_message_string): Fold into sole caller.
5803
5804
5805 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5806
5807 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
5808 (EH_RETURN_HANDLER_RTX): Likewise.
5809 (expand_builtin_eh_return): Do not copy stack adjustment
5810 if EH_RETURN_STACKADJ_RTX is not defined.
5811 (expand_eh_return): Likewise. Also, do not pass stack
5812 adjustment as argument to the eh_return pattern.
5813 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
5814 because EH_RETURN_STACKADJ_RTX is not defined.
5815 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
5816 is not defined, treat stack pointer like a regular register.
5817 (uw_init_context_1): Set up fake initial stack pointer register.
5818 (uw_install_context_1): Do not compute stack adjustment if
5819 EH_RETURN_STACKADJ_RTX is not defined.
5820
5821 * config/i386/i386.md ("eh_return"): Remove first argument.
5822 * config/mips/mips.md ("eh_return"): Likewise.
5823 * config/rs6000/rs6000.md ("eh_return"): Likewise.
5824 * config/sh/sh.md ("eh_return"): Likewise.
5825
5826 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
5827
5828 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
5829
5830 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
5831
5832 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
5833
5834 * defaults.h (GCOV_TYPE_SIZE): Remove.
5835 * gcov-io.h (gcov_type): Set to specific mode int on target.
5836 (gcov_unsigned_t, gcov_position_t): New.
5837 (GCOV_TYPE_NODE): New.
5838 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
5839 (GCOV_COUNTERS_SUMMABLE): New.
5840 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
5841 gcov_ctr_info, gcov_info): Adjust types.
5842 (gcov_var): Adjust types.
5843 (gcov_write_unsigned, gcov_write_tag,
5844 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
5845 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
5846 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
5847 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
5848 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
5849 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
5850 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
5851 __gcov_init, __gcov_merge_add): Adjust gcov types.
5852 * coverage.c (ctr_merge_functions): Constify.
5853 (ctr_names): New.
5854 (read_counts_file): Adjust gcov types. Only summarize & merge
5855 summable counters.
5856 (coverage_counter_ref): Use GCOV_TYPE_NODE.
5857 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
5858 build_ctr_info_value, build_gcov_info): Adjust types.
5859 * profile.c (branch_prob): Adjust gcov types.
5860 * gcov_dump (dump_file): Adjust gcov types.
5861
5862 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
5863
5864 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
5865 constants.
5866 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
5867 * arm.c (arm_select_dominance_cc_mode): Renamed from
5868 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
5869 Callers updated.
5870 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
5871
5872 2003-05-09 Roger Sayle <roger@eyesopen.com>
5873
5874 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
5875 as unsigned to avoid signed/unsigned comparison warnings.
5876
5877 2003-05-09 Bob Wilson <bob.wilson@acm.org>
5878
5879 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
5880 instruction if the Xtensa density option is enabled.
5881
5882 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
5883
5884 * mklibgcc.in: Remove extra quotes.
5885
5886 2003-05-09 Mark Mitchell <mark@codesourcery.com>
5887
5888 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
5889 of int_ftype_void.
5890
5891 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
5892
5893 * reload1.c (reload_cse_move2add): Don't turn an implicit
5894 truncation into a self-set in the narrow mode.
5895
5896 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
5897
5898 * arm.md (clzsi2): The CLZ instruction is predicable.
5899
5900 2003-05-09 Bob Wilson <bob.wilson@acm.org>
5901
5902 * config/xtensa/xtensa.c: Formatting.
5903
5904 2003-05-09 Diego Novillo <dnovillo@redhat.com>
5905
5906 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
5907 instead of TREE_OPERAND to access the operand of a
5908 CONSTRUCTOR node.
5909
5910 2003-05-09 Diego Novillo <dnovillo@redhat.com>
5911
5912 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
5913 one operand.
5914
5915 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5916
5917 * toplev.h (warning_with_file_and_line): Don't declare.
5918 (error_with_file_and_line): Likewise.
5919 * diagnostic.c (error_with_file_and_line): Remove.
5920 (warning_with_file_and_line): Likewise.
5921
5922 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5923
5924 * c-parse.in (if_stmt_locus): New object.
5925 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
5926 (select_or_iter_stmt rule): Likewise.
5927 (if_stmt_file): Remove.
5928 (if_stmt_line): Likewise.
5929 * jump.c: include "diagnostic.h"
5930 (never_reached_warning): Don't use warning_with_file_and_line.
5931 * Makefile.in (jump.o): Add dependce on diagnostic.h
5932
5933 2003-05-09 Alan Modra <amodra@bigpond.net.au>
5934
5935 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
5936 Move code handling pieces not larger than a word to..
5937 * function.c (assign_parms): ..here, but use change_address instead
5938 of adjust_address and operand_subword, and expand_binop instead of
5939 expand_shift. Adjust calls to move_block_from_reg.
5940 * expr.h (move_block_from_reg): Update declaration.
5941 (copy_blkmode_from_reg): Formatting.
5942 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
5943 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
5944 move_block_from_reg calls.
5945 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
5946 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
5947 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
5948 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
5949 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
5950 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5951 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
5952 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
5953 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
5954
5955 2003-05-08 DJ Delorie <dj@redhat.com>
5956
5957 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
5958 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
5959 variable-sized types).
5960 (xstormy16_function_arg): New. Pass them that way too.
5961 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
5962 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
5963
5964 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
5965
5966 * mklibgcc.in: Use mkinstalldirs when installing multilib
5967 directories.
5968
5969 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
5970
5971 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
5972 instead of CODE_FOR_jump
5973
5974 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
5975
5976 * objc/objc-act.c (error_with_ivar): Don't use
5977 error_with_file_and_line.
5978 (warn_with_method): Don't use warning_with_file_and_line.
5979
5980 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
5981
5982 * stmt.c (emit_locus): New macro.
5983 (emit_filename): Remove.
5984 (emit_lineno): Likewise.
5985 (struct stmt_status): Replace members x_emit_filename and
5986 x_emit_lineno with x_emit_locus.
5987 (set_file_and_line_for_stmt): Adjust.
5988 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
5989 (warn_if_unused_value): Likewise.
5990 (check_seenlabel): Likewise.
5991
5992 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
5993
5994 * c-decl.c (define_label): Tidy. Don't use any of
5995 error_with_file_and_line or warning_with_file_and_file.
5996 (pending_xref_error): Likewise.
5997 (store_parm_decls): Likewise.
5998 (current_function_prototype_locus): New object. Package from
5999 current_function_prototype_file and current_function_prototype_line.
6000 (start_function): Use it.
6001 (current_function_prototype_file): Remove.
6002 (current_function_prototype_line): Remove;
6003
6004 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6005
6006 * builtins.c (readonly_data_expr): New function.
6007 (expand_builtin_memmove): Optimize any rodata source, not just
6008 strings.
6009
6010 2003-05-07 David Mosberger <davidm@hpl.hp.com>
6011
6012 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
6013
6014 2003-05-07 Richard Henderson <rth@redhat.com>
6015
6016 * config/i386/i386.c (ix86_split_long_move): Fix base register
6017 mode for XFmode splits for TARGET_64BIT.
6018
6019 2003-05-07 Richard Henderson <rth@redhat.com>
6020
6021 * sched-ebb.c (schedule_ebb): Supply the correct starting
6022 block number to save_line_notes.
6023
6024 2003-05-07 Richard Henderson <rth@redhat.com>
6025
6026 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
6027 (dump_file): Likewise.
6028
6029 2003-05-07 David Mosberger <davidm@hpl.hp.com>
6030
6031 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
6032 forget to preserve gp.
6033 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
6034
6035 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
6036 .prologue directive.
6037 Use .skip instead of data8 for .bss section to make Intel
6038 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
6039 explicit in the .mib bundles and remove the unnecessary stop
6040 bits. Replace local labels with normal labels, to make ias
6041 happy. Don't register __do_global_ctors_aux here, do it in
6042 crtend.asm instead.
6043
6044 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
6045 __do_global_ctors_aux in .init_array section instead of
6046 declaring it as a hidden global. Replace local labels with
6047 ordinary labels to make ias happy.
6048
6049 2003-05-07 Richard Henderson <rth@redhat.com>
6050
6051 PR c++/10570
6052 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
6053 * flags.h, toplev.c, doc/invoke.texi: Likewise.
6054
6055 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
6056 * unwind.inc (_Unwind_DeleteException): Check for null
6057 exception_cleanup.
6058
6059 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
6060 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
6061 * unwind.h: Declare them.
6062 * libgcc-std.ver (GCC_3.3): Export them.
6063
6064 2003-05-07 Richard Henderson <rth@redhat.com>
6065
6066 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
6067 not _Unwind_Word.
6068
6069 2003-05-07 Zack Weinberg <zack@codesourcery.com>
6070
6071 * stmt.c (force_label_rtx): New function, based on logic
6072 formerly found in expand_expr.
6073 * expr.h: Prototype it.
6074 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
6075 appropriate.
6076 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
6077
6078 * print-tree.c (debug_tree): Free the table after we're done
6079 with it. Use putc.
6080
6081 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
6082
6083 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
6084 Unreverse arguments for __ev_subw.
6085
6086 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
6087
6088 2003-05-07 Nick Clifton <nickc@redhat.com>
6089
6090 * config/stormy16/stormy-abi: Update to include
6091 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
6092 R_XSTORMY16_12 relocs.
6093
6094 2003-05-07 Alan Modra <amodra@bigpond.net.au>
6095
6096 * function.c (assign_parms): Correct reversed reg_parm_stack_space
6097 test. Add partial in-regs size to stack_args_size.
6098
6099 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6100
6101 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
6102 as a C only option.
6103
6104 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
6105
6106 * gcov-io.h (GCOV_LOCKED): New #define.
6107 (GCOV_LINKAGE): Make sure it is #defined.
6108 (gcov_write_string, gcov_write_tag, gcov_write_length,
6109 gcov_read_string, gcov_time): Poison in libgcov.
6110 (gcov_seek_end): Remove.
6111 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
6112 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
6113 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
6114 GCOV_TAG_SUMMARY_LENGTH): New #defines.
6115 (gcov_write_tag, gcov_write_length): Not in libgcov.
6116 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
6117 (gcov_write_tag, gcov_write_length): Not in libgcov.
6118 (gcov_write_tag_length): New.
6119 (gcov_write_summary): Use gcov_write_tag_length.
6120 * libgcov.c: Always #include gcov-io.h.
6121 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
6122 (GCOV_LINKAGE): Define to nothing for L_gcov.
6123 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
6124 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
6125 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
6126 (read_count_file): Likewise.
6127 * gcov-dump.c (dump_file): Likewise.
6128 * coverag.c (read_counts_file): Likewise.
6129
6130 2003-05-06 Mark Mitchell <mark@codesourcery.com>
6131
6132 PR other/10658
6133 * gcc.c (process_command): Update copyright date.
6134
6135 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
6136
6137 * doc/install.texi (mips-*-*): Add note about libstdc++.
6138
6139 2003-05-06 DJ Delorie <dj@redhat.com>
6140
6141 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
6142 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
6143 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
6144
6145 2003-05-06 <neil@cat.daikokuya.co.uk>
6146
6147 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
6148 and -Wstrict-prototypes if C++.
6149
6150 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
6151
6152 * config/rs6000/linuxspe.h: New file.
6153
6154 * config.gcc: Add powerpc-*-linux-gnuspe* target.
6155
6156 2003-05-06 Richard Henderson <rth@redhat.com>
6157
6158 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
6159 previous frame didn't save sp. Clear sp for next frame.
6160 (uw_install_context_1): Honor saved sp from frame.
6161
6162 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6163
6164 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
6165 (mips_move_1word, mips_move_2words): Remove declaration.
6166 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
6167 (mips_restore_gp): Remove insn argument.
6168 * config/mips/mips.h (FP_REG_RTX_P): New macro.
6169 * config/mips/mips.c (volatile_buffer): Remove.
6170 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
6171 (mips_move_1word, mips_move_2words): Remove, replacing with...
6172 (mips_output_move): ...this new function.
6173 (mips_restore_gp): Remove insn argument. Adjust for above changes.
6174 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
6175 handling of floating-point constants. Handle zero CONST_DOUBLE
6176 arguments.
6177 (mips_annotate_frame_insn): Replace with...
6178 (mips_set_frame_expr): ...this, which just takes one argument.
6179 (mips_frame_set): Change the register argument to an rtx.
6180 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
6181 check whether moves should be split. Use mips_split_64bit_move
6182 to split them. Use mips_subword to generate the high and low
6183 parts of a paired FPR. Adjust calls to frame_set and
6184 mips_set_frame_expr.
6185 (mips_expand_prologue): Simplify due to above changes.
6186 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
6187 targets, replacing xisting register-only versions.
6188 (UNSPEC_STORE_DF_HIGH): New unspec.
6189 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
6190 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
6191 (*paradoxical_extendhidi2): Remove.
6192 (movdi_internal, movdi_internal2): Use mips_output_move.
6193 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
6194 (movsf_internal1, movsf_internal2): Likewise.
6195 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
6196 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
6197 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
6198 Add m <- G alternative.
6199 (load_df_low, load_df_high, store_df_low): New patterns.
6200 (movhi_internal): Use @ template instead of calling a function.
6201 Remove unnecessary 'z' alternatives.
6202 (movqi_internal): Likewise.
6203 (exception_receiver): Update call to mips_restore_gp.
6204
6205 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6206
6207 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
6208 (mips_delegitimize_address): Declare.
6209 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
6210 (FIND_BASE_TERM): Define.
6211 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
6212 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
6213 Handle small-data addresses.
6214
6215 2003-05-05 Roger Sayle <roger@eyesopen.com>
6216
6217 * real.c (real_powi): New function to calculate the value of
6218 a real raised to an integer power, i.e. pow(x,n) for int n.
6219 (real_sqrt): Convert to using the faster do_add, do_multiply
6220 and do_divide API for consistency with the rest of real.c.
6221 * real.h (real_powi): Prototype here.
6222 * builtins.c (fold_builtin): Avoid local variable mode when
6223 evaluating sqrt at compile time. Attempt to evaluate pow at
6224 compile-time, by checking for an integral exponent.
6225
6226 2003-05-05 Richard Henderson <rth@redhat.com>
6227
6228 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
6229
6230 2003-05-05 David O'Brien <obrien@FreeBSD.org>
6231
6232 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
6233 other FreeBSD ports.
6234 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
6235 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
6236
6237 2003-05-05 Janis Johnson <janis187@us.ibm.com>
6238
6239 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
6240 expanded variables.
6241 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
6242
6243 2003-05-05 Zack Weinberg <zack@codesourcery.com>
6244
6245 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
6246 * varasm.c (struct varasm_status): Add deferred_constants field.
6247 (n_deferred_strings): Delete variable.
6248 (n_deferred_constants): New #define.
6249 (struct constant_descriptor_tree): Kill next and label fields.
6250 (const_hash_table, MAX_HASH_TABLE): Delete.
6251 (const_desc_htab): New static variable.
6252 (const_hash): Rename const_desc_hash, and make it fit the
6253 hashtab.h interface.
6254 (const_desc_eq): New.
6255 (const_hash_1, compare_constant): Const-ify arguments.
6256 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
6257 SYMBOL_REFs. Clarify comments. Don't set desc->label.
6258 (output_constant_def): Do the lookup/insert using the
6259 hashtab.h interface. Don't muck with n_deferred_constants or
6260 DEFERRED_CONSTANT_P here.
6261 Always call maybe_output_constant_def_contents.
6262 (maybe_output_constant_def_contents): Take a pointer to the
6263 descriptor, not the EXP and RTL separately. Return
6264 immediately if this constant is not deferred. Defer output of
6265 everything, except writable string constants. Update
6266 n_deferred_constants here.
6267 (output_constant_def_contents): Now takes just one argument,
6268 an rtx. Clear DEFERRED_CONSTANT_P here.
6269 (mark_constant_pool): Update for rename of n_deferred_strings.
6270 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
6271
6272 (init_varasm_status): Clear p->deferred_constants.
6273 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
6274
6275 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6276
6277 * builtins.c (expand_builtin_stpcpy): Only expand when the length
6278 of the source string can be evaluated at compile-time.
6279
6280 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6281
6282 * testsuite/gcc.c-torture/compile/simd-6.c: New.
6283
6284 * c-typeck.c (digest_init): Handle arrays of vector constants.
6285
6286 2003-05-05 Jakub Jelinek <jakub@redhat.com>
6287
6288 * builtins.c (expand_builtin_mempcpy): New function.
6289 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
6290 ignored into strcpy no matter what arguments it has.
6291 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
6292 expand_builtin_mempcpy.
6293
6294 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6295
6296 * testsuite/gcc.dg/20030505.c: New.
6297
6298 * c-typeck.c (convert_for_assignment): Opaque pointers can
6299 interconvert.
6300
6301 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
6302 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
6303 (spe_init_builtins): Rename all pv2si_type_node to
6304 opaque_p_V2SI_type_node.
6305 Remove declaration of pv2si_type_node.
6306 (is_ev64_opaque_type): Accept opaque pointers.
6307
6308 2003-05-05 Geoffrey Keating <geoffk@apple.com>
6309
6310 * config/rs6000/rs6000.c (validate_condition_mode): Use
6311 flag_finite_math_only.
6312 (rs6000_reverse_condition): Never return UNKNOWN; use
6313 flag_finite_math_only.
6314 (rs6000_generate_compare): Use flag_finite_math_only.
6315 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
6316 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
6317 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
6318
6319 * toplev.c (check_global_declarations): Suppress not-used warning
6320 for volatile variables.
6321
6322 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
6323
6324 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
6325 usage of bitfield instructions for mode1 != BLKmode, only ignoring
6326 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
6327 (store_field): Likewise.
6328
6329 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6330
6331 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
6332 evsubifw to builtins accepting 5-bit unsigned constants.
6333 (easy_vector_constant): Return if V1DImode. Fix typo.
6334
6335 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6336
6337 * config/rs6000/spe.h: Revert licensing change from last patch.
6338
6339 2003-05-05 DJ Delorie <dj@redhat.com>
6340
6341 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
6342 before reload, but defer the split until after.
6343 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
6344 to match.
6345
6346 2003-05-05 David Edelsohn <edelsohn@gnu.org>
6347
6348 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
6349 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
6350
6351 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6352
6353 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
6354 is defined.
6355
6356 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6357
6358 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
6359 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
6360 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
6361
6362 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
6363 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
6364 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
6365 New.
6366
6367 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
6368 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
6369
6370 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
6371 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
6372 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
6373 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
6374 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
6375 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
6376 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
6377 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
6378 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
6379 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
6380 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
6381 BUILT_IN_STRDUP): Add "nonnull" attribute.
6382
6383 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6384
6385 * expr.c (store_field): Don't clobber TEMP in shift: it might be
6386 a variable.
6387 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
6388 whose purpose is to step up the alignment.
6389 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
6390
6391 * stor-layout.c (compute_record_mode): Relax restriction
6392 on fields crossing word boundaries forcing BLKmode.
6393
6394 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
6395
6396 * cppinit.c (cpp_create_reader, post_options): Warn about
6397 trigraphs unless explicity set or -trigraphs.
6398 * cpplex.c (warn_in_comment): New.
6399 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
6400 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
6401 * doc/cppopts.texi, doc/cpp.texi: Update.
6402
6403 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6404
6405 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
6406 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
6407 namespace clash.
6408 (GCOV_MERGE_FUNCTIONS): New.
6409 (gcov_merge_fn): Declare.
6410 (struct gcov_ctr_info): New field "merge".
6411 (__gcov_merge_add): Declare.
6412 * coverage.c (ctr_merge_functions): New.
6413 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
6414 of gcov_ctr_info type.
6415 * libgcov.c (__gcov_merge_add): New.
6416 (gcov_exit): Call a hook to merge values of counters.
6417
6418 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6419
6420 * toplev.h (pedwarn_with_file_and_line): Don't declare.
6421 * diagnostic.c (pedwarn_with_file_and_line): Remove.
6422
6423 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6424
6425 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
6426
6427 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6428
6429 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
6430 expand_builtin_frame_address): Update prototypes.
6431 (expand_builtin_constant_p, expand_builtin_strlen,
6432 expand_builtin_strcpy, expand_builtin_memset,
6433 expand_builtin_bzero, expand_builtin_args_info,
6434 expand_builtin_frame_address): Pass in just the argument(s)
6435 needed, not the entire expression `exp'.
6436 (expand_builtin): Update all calls to these functions.
6437
6438 2003-05-03 Richard Henderson <rth@redhat.com>
6439
6440 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
6441 <BUILT_IN_DWARF_SP_COLUMN>: New.
6442 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
6443 (BUILT_IN_DWARF_SP_COLUMN): New.
6444 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
6445 (expand_builtin_dwarf_sp_column): New.
6446 * except.h: Update to match.
6447 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
6448 (execute_cfa_program): Record location expression address
6449 before extracting length.
6450 (uw_update_context_1): Install old CFA into stack pointer column.
6451 (uw_init_context_1): Set cfa_reg to stack pointer column.
6452
6453 2003-05-03 Richard Henderson <rth@redhat.com>
6454
6455 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
6456 return bool.
6457 (toc_relative_expr_p): Likewise.
6458 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
6459 (legitimate_constant_pool_address_p): Move from rs6000.h, change
6460 into a function, downcase all users.
6461 (legitimate_small_data_p): Likewise.
6462 (legitimate_offset_address_p): Likewise.
6463 (legitimate_indexed_address_p): Likewise.
6464 (legitimate_indirect_address_p): Likewise.
6465 (legitimate_lo_sum_address_p): Likewise.
6466 (rs6000_mode_dependent_address): Likewise.
6467 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
6468 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
6469 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
6470 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
6471 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
6472 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
6473 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
6474 * config/rs6000/rs6000-protos.h: Update.
6475
6476 2003-05-03 Geoffrey Keating <geoffk@apple.com>
6477
6478 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
6479 (REVERSE_CONDITION): Define.
6480
6481 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
6482 to branch_positive_comparison_operator.
6483 (ccr_bit): Check that sCOND conditions are actually a positive bit.
6484 (print_operand): Remove %D substitution.
6485 (rs6000_emit_sCOND): Generate complement operation to ensure that
6486 sCOND input is a positive bit.
6487 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
6488 same order as bCOND, and add the missing ones. Remove the %D
6489 substitutions from the scc patterns.
6490
6491 * simplify-rtx.c (simplify_relational_operation): Add case for
6492 ! (fabs(x) < 0.0).
6493
6494 2003-05-03 Bruce Korb <bkorb@gnu.org>
6495
6496 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
6497 in fixincl.x
6498 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
6499
6500 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
6501
6502 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
6503
6504 2003-05-03 Zack Weinberg <zack@codesourcery.com>
6505
6506 PR c/10604
6507 * c-common.c (warn_sign_compare): Initialize to -1.
6508 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
6509 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
6510 for C++ only.
6511 (c_common_post_options): Set warn_sign_compare from extra_warnings
6512 if it's still -1 at this point.
6513
6514 * toplev.c (maybe_warn_unused_parameter): New static variable.
6515 (set_Wextra): New static function.
6516 (W_options): Remove "extra".
6517 (decode_W_option): Call set_Wextra.
6518 (independent_decode_option): Likewise.
6519 (set_Wunused): Cooperate with set_Wextra in setting
6520 warn_unused_parameter.
6521 (rest_of_compilation): No need to check extra_warnings as
6522 well as warn_uninitialized.
6523
6524 * c-typeck.c (build_binary_op, build_conditional_expr):
6525 No need to check extra_warnings as well as warn_sign_compare.
6526 (internal_build_compound_expr): No need to check extra_warnings
6527 as well as warn_unused_value.
6528 * function.c (expand_function_end): No need to check extra_warnings
6529 as well as warn_unused_parameter.
6530 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
6531 as well as warn_unused_value.
6532
6533 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
6534
6535 * Makefile.in: Disable -Werror for gengtype-lex.o.
6536
6537 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
6538
6539 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
6540 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
6541 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
6542 * calls.c (emit_call_1): Likewise.
6543 (expand_call): For calls initializing constant memory, replace
6544 emission of standalone mem /u clobber with function usage entry.
6545 * expr.c (emit_block_move_via_libcall): Likewise.
6546 * cse.c (count_reg_usage, case EXPR_LIST): New case.
6547 * flow.c (propagate_one_insn): Pass entire operand of
6548 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
6549 * integrate.c (try_constants): For CALL_INSNs, substitute constants
6550 within the FUNCTION_USAGE also.
6551 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
6552 FUNCTION_USAGE lists.
6553 * reload1.c (replace_pseudos_in): Renamed.
6554 (reload): Use it for clobbers surviving until the end of the reload.
6555
6556 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6557
6558 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
6559 gen_lowpart on non-integer modes.
6560
6561 * stor-layout.c (place_field): When adjusting offset_align, use
6562 desired_align, not DECL_ALIGN.
6563
6564 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
6565
6566 * c-decl.c (pending_invalid_xref_file): Remove.
6567 (pending_invalid_xref_line): Remove.
6568 (pending_invalid_xref_location): New.
6569 (lookup_label): Use location_t and input_location directly.
6570 (lookup_tag): Likewise.
6571 (pending_xref_error): Likewise.
6572 (c_expand_body_1): Likewise.
6573 * c-common.c (x_expand_start_cond): Likewise.
6574 * c-semantics.c (genrtl_for_stmt): Likewise.
6575 (find_reachable_label): Likewise.
6576 * expr.c (expand_expr): Likewise.
6577 * integrate.c (output_inline_function): Likewise.
6578 * tree-inline.c (find_alloca_call): Likewise.
6579 (find_builtin_longjmp_call): Likewise.
6580 * gcc.c (input_filename): Make static.
6581
6582 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
6583
6584 * config/mips/mips.md: Fix comment typo.
6585
6586 * config/mips/mips.c (mips_integer_op): New structure.
6587 (MIPS_MAX_INTEGER_OPS): Define.
6588 (mips_const_insns): Use mips_build_integer to determine the number
6589 of instructions needed to load a CONST_INT.
6590 (move_operand): Reject compound CONST_INTs.
6591 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
6592 (mips_move_integer): New fn.
6593 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
6594 (mips_legitimize_move): Only legitimize constants when moving
6595 word or subword values.
6596
6597 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
6598
6599 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
6600
6601 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6602
6603 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
6604 modifying it.
6605
6606 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
6607 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6608
6609 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
6610 Hernandez, and Kazu Hirata. Update Richard Henderson.
6611
6612 2003-05-02 Geoffrey Keating <geoffk@apple.com>
6613
6614 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
6615 to tentative declaration.
6616
6617 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
6618 (SYMBOL_FLAG_SMALL_V4): Delete.
6619 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
6620 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
6621 (rs6000_elf_in_small_data_p): Add extra section names. Add
6622 comment about TREE_PUBLIC test.
6623
6624 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
6625 expand_stmt on result of expand_unreachable_stmt.
6626
6627 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6628
6629 * doc/contrib.texi (Contributors): Add Daniel Berlin.
6630
6631 2003-05-02 David Edelsohn <edelsohn@gnu.org>
6632
6633 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
6634 number of automata.
6635
6636 * config/rs6000/rs6000.c (symbol_ref_operand): Check
6637 SYMBOL_REF_FUNCTION_P on AIX.
6638 (current_file_function_operand): Same.
6639 * config/rs6000/rs6000.md (call,call_value): Force non-function
6640 symbol_ref into register on AIX.
6641
6642 2003-05-02 Alan Modra <amodra@bigpond.net.au>
6643
6644 * calls.c (struct arg_data): Move offset, slot_offset, size and
6645 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
6646 (initialize_argument_information): Adjust call to locate_and_pad_parm.
6647 Delete alignment_pad var. Don't calculate slot_offset here.
6648 (emit_library_call_value_1): Delete alignment_pad, offset and size
6649 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
6650 Adjust call to locate_and_pad_parm. Don't tweak arg size for
6651 partial in-regs here. Formatting fixes.
6652 * expr.h (struct locate_and_pad_arg_data): New struct.
6653 (locate_and_pad_parm): Adjust declaration.
6654 * function.c (assign_parms): Localize vars. Use "locate" instead of
6655 other arg location vars. Don't invoke FUNCTION_ARG or
6656 FUNCTION_INCOMING_ARG unless pretend_named is different from
6657 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
6658 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
6659 Use slot_offset for stack home of reg parms. Correct test for
6660 parm passed in memory. Formatting fixes.
6661 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
6662 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
6663 Correct initial_offset_ptr handling. Localize vars. Always pad
6664 locate->offset even when in_regs.
6665
6666 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
6667
6668 * Makefile.in (TREE_H): Replace location.h with input.h.
6669 (GTFILES) Remove location.h
6670 (gt-lists.h): Replace gt-location.h with gt-input.h
6671 * input.h (input_filename, input_line): Remove variables.
6672 (location_s, location_t): Move from location.h.
6673 (input_location): New.
6674 (input_filename, input_line): New #defines.
6675 * location.h: Remove.
6676 * tree.h: Replace location.h with input.h.
6677 (input_filename, input_line): Remove.
6678 * diagnostic.h: Replace location.h with input.h.
6679 * gcc.h (input_filename, input_filename_length): Remove declarations.
6680 * toplev.c (input_filename, input_line): Remove.
6681 (input_location): Define.
6682 (push_srcloc, pop_srcloc): Adjust.
6683 * diagnostic.c (diagnostic_report_current_module): Adjust.
6684
6685 2003-05-02 Nick Clifton <nickc@redhat.com>
6686
6687 * configure.in: Add xstormy16 to list of targets that has a nop
6688 instruction and hence which can be tested to see if the
6689 assembler supports the --gdwarf2 switch.
6690 * configure: Regenerate.
6691
6692 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
6693
6694 PR target/8257
6695 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
6696 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
6697 Avoid undefined shifts by making the shift operand unsigned.
6698
6699 2003-05-01 DJ Delorie <dj@redhat.com>
6700
6701 * reload.c (find_reloads): Also check that all of a multi-reg
6702 value is in the class.
6703
6704 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
6705
6706 * scan.h (lineno): Revert the rename here.
6707
6708 2003-05-01 Stan Shebs <shebs@apple.com>
6709
6710 * config/darwin.c (darwin_encode_section_info): Call
6711 default_encode_section_info.
6712
6713 2003-05-01 David Edelsohn <edelsohn@gnu.org>
6714
6715 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
6716 (movsi_internal1): Use new mfjmpr attribute.
6717 (movhi_internal): Same.
6718 (movqi_internal): Same.
6719 (movcc_internal1): Same.
6720 (movdi_internal64): Same.
6721 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
6722 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
6723 * config/rs6000/40x.md: Add fpu_405.
6724 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
6725 into power4misc automata. Remove extraneous parentheses.
6726 * config/rs6000/440.md: New file.
6727 * config/rs6000/rs6000.c (processor_target_table): Add 440,
6728 440fp. Rename 405f to 405fp.
6729 (function_arg_padding): Correct formatting.
6730 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
6731
6732 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
6733
6734 * input.h (lineno): Rename to ...
6735 (input_line): ... here.
6736 * tree.h (lineno): Rename to ...
6737 (input_line): ... here.
6738 * scan.h (lineno): Rename to ...
6739 (input_line): ... here.
6740 * toplev.c (lineno): Rename to ...
6741 (input_line): ... here.
6742 (push_srcloc, pop_srcloc): Rename lineno to input_line.
6743 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
6744 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
6745 store_parm_decls, c_expand_body_1): Likewise.
6746 * c-errors.c (pedwarn_c99): Likewise.
6747 * c-format.c (status_warning): Likewise.
6748 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
6749 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
6750 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
6751 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
6752 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
6753 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
6754 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
6755 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
6756 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
6757 * coverage.c (create_coverage): Likewise.
6758 * diagnostic.c (pedwarn, sorry, error, fatal_error,
6759 internal_error, warning, diagnostic_report_current_module,
6760 inform): Likewise.
6761 * expr.c (expand_expr): Likewise.
6762 * integrate.c (expand_inline_function,
6763 output_inline_function): Likewise.
6764 * rtl-error.c (file_and_line_for_asm): Likewise.
6765 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
6766 walk_tree): Likewise.
6767 * tree.c (make_node): Likewise.
6768 * ada, cp, f, java, objc, treelang: Likewise.
6769 * objc/objc-act.c (objc_init): Rename lineno to input_line.
6770 (build_module_descriptor, build_selector_translation_table,
6771 build_protocol_template, build_method_prototype_list_template,
6772 build_category_template, build_selector_table,
6773 build_class_template, build_super_template, build_ivar_template,
6774 build_ivar_list_template, build_method_list_template,
6775 build_method_template, add_instance_variable): Likewise.
6776
6777 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
6778 name from input_filename.
6779
6780 2003-04-30 Eric Christopher <echristo@redhat.com>
6781 Richard Sandiford <rsandifo@redhat.com>
6782
6783 * configure: Regenerate from patches below.
6784 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
6785 for all symbolic operands.
6786 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
6787 to function.
6788 * config/mips/linux.h: Fix typo.
6789 * Merge from mips-3_4-rewrite branch:
6790
6791 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
6792
6793 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
6794 handling local labels when TARGET_ABICALLS.
6795
6796 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
6797
6798 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
6799 integer argument.
6800 (mips_expand_call): Likewise.
6801 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
6802 (FIXED_REGISTERS): Clear $31 entry.
6803 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
6804 (EPILOGUE_USES): Define.
6805 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
6806 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
6807 (override_options): Add a 'j' register class.
6808 (mips_expand_call): Handle sibcalls
6809 (mips_expand_epilogue): Handle epilogues for sibcalls.
6810 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
6811 (sibcall_epilogue): New pattern.
6812 (call, call_value): Adjust calls to mips_expand_call.
6813 (sibcall, sibcall_value): New expanders.
6814 (sibcall_internal, sibcall_value_internal): New patterns.
6815 (sibcall_value_multiple_internal): New pattern.
6816
6817 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
6818
6819 * config/mips/mips.md (extended_mips16): New attribute.
6820 (define_attr length): Default to 8 if extended_mips16 == yes.
6821 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
6822 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
6823 (call_internal): Set extended_mips16 to yes for direct jumps.
6824 Remove redundant mode attribute.
6825 (call_value_internal, call_value_multiple_internal): Likewise.
6826 (call_split): Remove redundant mode attribute.
6827 (call_value_split, call_value_multiple_split): Likewise.
6828
6829 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
6830 of unaligned offsets.
6831
6832 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
6833 of SYMBOL_GENERAL.
6834
6835 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
6836
6837 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
6838 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
6839 for mips16 code.
6840
6841 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
6842
6843 * config/mips/mips.h (ADDRESS_COST): Define.
6844
6845 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
6846
6847 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
6848 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
6849 * config/mips/mips.md: Replace 'R' constraints with 'U'.
6850
6851 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
6852
6853 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
6854 of a two-instruction sequence. Add register->memory alternative.
6855 (truncdihi2, truncdiqi2): Likewise.
6856 Rework shift/truncate instructions so that they only handle right
6857 shifts of 32 (or more, in the case of arithmetic shifts).
6858 Add patterns for truncate/sign-extend.
6859
6860 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6861
6862 * configure.in (mips*-*-*): Check for explicit relocation support.
6863 * configure: Regenerate.
6864
6865 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6866
6867 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
6868 and -mno-explicit-relocs.
6869 (MASK_EXPLICIT_RELOCS): Define.
6870 (TARGET_EXPLICIT_RELOCS): Use it.
6871 (mips_split_addresses): Remove declaration.
6872 * config/mips/mips.c (override_options): Update comment for
6873 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
6874
6875 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6876
6877 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
6878 a CONST as identity. Check the return value of gen_lowpart_common.
6879
6880 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6881
6882 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
6883 references for TARGET_EXPLICIT_RELOCS.
6884 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
6885 !TARGET_MIPS16.
6886
6887 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6888
6889 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
6890 (addsi3): Remove redundant constraints.
6891 (addsi3_internal): Use separate register & constant alternatives.
6892 Use a 'Q' constraint and "addiu" insn for the latter.
6893 (adddi3_internal_3, addsi3_internal_2): Likewise.
6894
6895 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6896
6897 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
6898 (mips_expand_unaligned_store): Declare.
6899 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
6900 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
6901 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
6902 (UNSPEC_ULD, UNSPEC_USD): Remove.
6903 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
6904 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
6905 (extv, extzv): Use mips_expand_unaligned_load.
6906 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
6907 predicate for operand 3.
6908 (movsi_ulw, movsi_usw): Replace with...
6909 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
6910 (movdi_uld, movdi_usd): Likewise replace with...
6911 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
6912
6913 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
6914
6915 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
6916 * config/mips/mips.h (LEA_REGS): New register class.
6917 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
6918 (GR_REG_CLASS_P): Include LEA_REGS.
6919 (DANGEROUS_FOR_LA25_P): New macro.
6920 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
6921 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
6922 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
6923 entries to LEA_REGS.
6924 (mips_global_pic_constant_p): New function.
6925 (override_options): Add 'e' register constraint.
6926 (mips_secondary_reload_class): Return LEA_REGS when reloading
6927 a dangerous constant into a class containing $25.
6928 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
6929 (movsi_internal): Likewise.
6930
6931 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
6932
6933 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
6934 * config/mips/mips.md (call_split): New insn.
6935 (call_value_split, call_value_multiple_split): New insns.
6936 (call_internal): Turn into a define_insn_and_split. Split the
6937 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
6938 (call_value_internal, call_value_multiple_internal): Likewise.
6939
6940 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
6941
6942 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
6943 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
6944 (mips_encode_section_info): Don't take symbol visibility into
6945 account if TARGET_ABICALLS. Add more commentary.
6946 * config/mips/mips.md: Add commentary above reloc constants.
6947
6948 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
6949
6950 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
6951 from mips_legitimize_move. Legitimize constant pool references.
6952 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
6953 a REG_EQUAL note to the last instruction.
6954
6955 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
6956
6957 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
6958 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
6959 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
6960 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
6961 * config/mips/mips.md (UNSPEC_HIGH): New constant.
6962 (UNSPEC_RELOC_GPREL16): Rename to...
6963 (RELOC_GPREL16): ...this.
6964 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
6965 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
6966 (macro_calls): New attribute.
6967 (length): Use it to set the default length of calls. Don't allow
6968 calls to have delay slots if macro_calls is "yes".
6969 (luisi, luidi): New patterns.
6970 (lowsi, lowdi): Use '%R' to print the relocation.
6971 (lowdi_extend): Remove.
6972 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
6973 (call_internal): Merge alternatives. Always use "jal".
6974 (call_value_internal, call_value_multiple_internal): Likewise.
6975 (reloc_gprel16): Remove.
6976 * config/mips/mips.c (mips_got_alias_set): New variable.
6977 (mips_classify_constant): Handle the new relocation constants.
6978 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
6979 (mips_symbolic_address_p): Return false if generating explicit relocs.
6980 Otherwise allow local PIC symbols to have an offset.
6981 (mips_splittable_symbol_p): New function.
6982 (mips_classify_address): Use it to check whether a LO_SUM is valid.
6983 (mips_const_insns): Always accept HIGH.
6984 (call_insn_operand): Don't accept global symbols if using explicit
6985 relocs.
6986 (move_operand): Don't accept HIGH when generating PIC.
6987 (mips_reloc, mips_lui_reloc): New functions.
6988 (mips_force_temporary): Remove MODE argument. Expect VALUE to
6989 be a valid right-hand-side for a SET pattern.
6990 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
6991 (mips_emit_high): New function.
6992 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
6993 case. Use mips_splittable_symbol_p to check whether a LO_SUM
6994 address should be used. Use mips_emit_high to generate the
6995 high part of such an address. Adjust the global symbol + offset
6996 case to match the change to mips_force_temprorary.
6997 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
6998 If generating explicit-reloc PIC, load the address of global
6999 symbols from the GOT. Use mips_emit_high to emit the high part
7000 of an address.
7001 (mips_simplify_dwarf_addr): New function.
7002 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
7003 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
7004 (mips_expand_call): Load the addresses of global functions using
7005 %call* relocs if generating explicit-reloc PIC. Don't generate
7006 an exception_receiver pattern.
7007 (override_options): Initialize mips_got_alias_set.
7008 (print_relocation): Remove in favor of...
7009 (mips_reloc_string): ...this new function.
7010 (print_operand): Handle '%R'. Use mips_reloc_string.
7011 (print_operand_address): Use print_operand to print the symbolic
7012 part of a LO_SUM address.
7013 (mips_output_function_prologue): Use .cprestore, reverting last patch.
7014 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
7015 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
7016 for local symbols.
7017
7018 2003-02-02 Eric Christopher <echristo@redhat.com>
7019
7020 * config/mips/mips.c (mips_sign_extend): Remove.
7021 * config/mips/mips-protos.h: Ditto.
7022 * config/mips/mips.md (movdi_internal2_extend): Remove.
7023 (extendsidi2): Fix mode of convert_memory_address.
7024
7025 2003-01-24 Eric Christopher <echristo@redhat.com>
7026
7027 * config/mips/mips.md: Rewrite zero_extend* and extend*
7028 patterns. Use explicit instructions and split after reload
7029 for register extensions.
7030 (ashlsi3_internal1_extend): New combiner pattern for
7031 shift and extend combinations.
7032 * config/mips/mips.h: Change Pmode back to ptr_mode
7033 for performance enhancement.
7034 * combine.c (expand_compound_operation): Make sure
7035 that zero_extend operation is profitable.
7036
7037 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
7038
7039 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
7040 addresses depend on ptr_mode rather than Pmode.
7041 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
7042 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
7043 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
7044 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
7045 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
7046 condition for selecting cpaddsi or cpadddi: use cpadd instead.
7047 (tablejump_internal1): Remove condition.
7048 (tablejump_internal2): Change condition to TARGET_64BIT.
7049 (cpaddsi): Rename to...
7050 (cpadd): ...this.
7051 (cpadddi): Remove.
7052
7053 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
7054
7055 * config/mips/mips-protos.h (mips16_constant_after_function_p,
7056 mips_address_cost, mips_check_split, double_memory_operand,
7057 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
7058 pic_address_needs_scratch, symbolic_operand): Remove declarations.
7059 (mips_legitimate_address_p): Return bool.
7060 (mips_address_insns, mips_fetch_insns, mips_const_insns,
7061 mips_legitimize_address, mips_legitimize_move,
7062 mips_expand_call): Declare.
7063 (mips_return_addr): Move outside #ifdef RTX_CODE.
7064
7065 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
7066 (PIC_FN_ADDR_REG): New reg_class.
7067 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
7068 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
7069 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
7070 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
7071 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
7072 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
7073 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
7074 (LEGITIMATE_PIC_OPERAND): Undefine.
7075 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
7076 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
7077 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
7078 (FUNCTION_MODE): Change to SImode.
7079 (CONST_COSTS): Use mips_const_insns to calculate the cost of
7080 most constants. Treat const_artih_operands specially if they
7081 occur in a PLUS or MINUS.
7082 (CONSTANT_POOL_COST): New macro.
7083 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
7084 Add LO_SUM handling.
7085 (ADDRESS_COST): Undefine.
7086 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
7087 Add CONST to the list of codes for arith_operand. Add LABEL_REF
7088 to call_insn_operand and remove CONST_INT.
7089
7090 * config/mips/mips.c: Include integrate.h.
7091 (SINGLE_WORD_MODE_P): New macro.
7092 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
7093 (mips_constant_info, mips_address_info): New structs.
7094 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
7095 (mips_classify_constant, mips_classify_symbol,
7096 mips_valid_base_register_p, mips_symbolic_address_p,
7097 mips_classify_address, mips_symbol_insns,
7098 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
7099 mips_fetch_insns, mips_force_temporary, mips_add_offset,
7100 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
7101 mips_print_relocation): New functions.
7102 (const_arith_operand): New operand predicate.
7103 (arith_operand): Use it.
7104 (mips_const_double_ok, mips16_simple_memory_operand,
7105 simple_memory_operand, double_memory_operand, mips_check_split,
7106 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
7107 mips16_gp_offset_p, mips16_output_gp_offset,
7108 mips16_constant_after_function_p, mips16_constant): Remove.
7109 (call_insn_operand): Be more fussy about symbolic constants.
7110 Use register_operand.
7111 (move_operand): Use mips_symbolic_address_p to check symbolic
7112 operands and general_operand to check the rest.
7113 (symbolic_operand): Use mips_classify_constant.
7114 (mips_legitimate_address_p): Use mips_classify_address.
7115 (mips_move_1word): Combine handling of symbolic addresses.
7116 Remove special treatment of gp-relative loads for TARGET_MIPS16.
7117 (move_move_2words): Likewise. Assume addresses are offsettable
7118 if they need to refer to more than one word. Add HIGH handling.
7119 (mips_restore_gp): Use ptr_mode for the GP save slot.
7120 (mips_expand_call): New function, combining the old mips.md
7121 call and call_internal define_expands. If the address isn't
7122 a call_insn_operand, force it into a register. For SVR4 PIC,
7123 emit an exception_receiver instruction after the call.
7124 (override_options): Only override flag_pic for TARGET_ABICALLS
7125 if it is currently zero. Allow mips_split_addresses when
7126 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
7127 Add new register class letter, 'c'.
7128 (print_operand): Use mips_classify_constant for constant operands.
7129 (print_operand_address): Use mips_classify_address.
7130 (mips_output_function_prologue): Don't use .cprestore.
7131 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
7132 via the frame pointer if current_function_calls_eh_return.
7133 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
7134 to mark whether a symbol is local or global.
7135 (build_mips16_call_stub): Expect the address of the function rather
7136 than a MEM reference to it. Update call generation sequences.
7137 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
7138 small-data adjustments.
7139
7140 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
7141 length for loads and stores.
7142 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
7143 (define_attr type): Add const and prefetch.
7144 (define_attr length): Use mips_const_insns for const instructions.
7145 Use mips_fetch_insns for load and store instructions.
7146 (define_attr single_insn): New.
7147 (define_attr can_delay): Use it.
7148 (define_attr abicalls): Remove.
7149 (define_delay): Use can_delay. Always allow calls to have delay slots.
7150 (addsi3_internal_2): Add 'Q' constraint.
7151 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
7152 (high): Remove.
7153 (lowsi): Renamed from low.
7154 (lowdi): New pattern.
7155 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
7156 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
7157 (loadgp): Change operand 0 to an immediate_operand.
7158 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
7159 beforehand.
7160 (cpaddsi, cpadddi): New patterns.
7161 (tablejump_internal3, tablejump_internal4): Remove define_expands
7162 and associated define_splits.
7163 (call, call_value): Use mips_expand_call.
7164 (call_internal): New, replacing all existing call_internal* insns.
7165 (call_value_internal): Likewise call_value_internal*.
7166 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
7167 (untyped_call): Remove if (operands[0]) magic.
7168 (prefetch_si_address, prefetch_si): Change type to "prefetch".
7169 (prefetch_di_address, prefetch_di): Likewise.
7170 (leasi, leadi): Remove.
7171 (reloc_gprel16): New.
7172
7173 * config/mips/5400.md (ir_vr54_hilo): Include const type.
7174 * config/mips/5500.md (ir_vr55_hilo): Likewise.
7175 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
7176
7177 2003-01-08 Eric Christopher <echristo@redhat.com>
7178
7179 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
7180 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
7181 configure check for libgloss.
7182 * config/mips/elf64.h: Ditto.
7183 * config/mips/mips.c: Remove ABI_MEABI.
7184 * config/mips/mips.h: Ditto.
7185
7186 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
7187
7188 Fix merge fallout.
7189 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
7190 (muldi3_internal): Remove outdated comment.
7191 (*muls_di, *umuls_di): Fix comment and 64-bitness.
7192 (*smsac_di, *umsac_di): Likewise. Reformat.
7193 (umulsi3_highpart): Minor formatting tweaks.
7194 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
7195 redundant scratch operand. Minor formatting tweak.
7196 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
7197 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
7198 (smulsi3_highpart): As for the unsigned version.
7199 (smulsi3_highpart_internal): Likewise.
7200 (smulsi3_highpart_mulhi_internal): Likewise.
7201 (smulsi3_highpart_neg_mulhi_internal): Likewise.
7202 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
7203 (*smul_acc_di): Remove duplicated pattern.
7204 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
7205 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
7206 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
7207
7208 2002-10-22 Eric Christopher <echristo@redhat.com>
7209
7210 * config/mips/mips-protos.h (mips_return_addr): New.
7211 * config/mips/mips.c (mips_return_addr): New.
7212 (movdi_operand): Remove.
7213 (se_register_operand): Ditto.
7214 (se_reg_or_0_operand): Ditto.
7215 (se_uns_arith_operand): Ditto.
7216 (se_arith_operand): Ditto.
7217 (se_nonmemory_operand): Ditto.
7218 (extend_operator): Ditto.
7219 (highpart_shift_operator): Ditto.
7220 (mips_initial_elimination_offset): Remove return address pointer
7221 elimination.
7222 (mips_reg_names): Remove $ra.
7223 (mips_regno_to_class): Ditto.
7224 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
7225 and TARGET_64BIT.
7226 (POINTER_BOUNDARY): Remove.
7227 (POINTERS_EXTEND_UNSIGNED): Define to 0.
7228 (PROMOTE_MODE): Promote to Pmode.
7229 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
7230 (Pmode): Define to TARGET_64BIT.
7231 (FUNCTION_MODE): Define as Pmode.
7232 (mips_args): Remove deleted functions.
7233 (SIZE_TYPE): Depend on POINTER_SIZE.
7234 (PTRDIFF_TYPE): Ditto.
7235 (FIXED_REGISTERS): Fix extra registers.
7236 (CALL_USED_REGISTERS): Ditto.
7237 (CALL_REALLY_USED_REGISTERS): Ditto.
7238 (RAP_REG_NUM): Remove.
7239 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
7240 (RETURN_ADDR_RTX): Define to mips_return_addr.
7241 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
7242 (CAN_ELIMINATE): Ditto.
7243 * config/mips/mips.md: For DImode patterns, take into account
7244 deletions above. Split mulsidi patterns into sign_extend and
7245 zero_extend.
7246
7247 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
7248 Michael Meissner <meissner@redhat.com>
7249
7250 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
7251 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
7252 mop up unnecessarly moves through LO.
7253 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
7254 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
7255 change mtlo/macc sequences into mul/add sequences when a three-
7256 address mul is available.
7257 (*macc2): New pattern. Add a define_peephole2 to generate it.
7258 (*mul_sub_si): Fix contraint for operand 5.
7259 (*muls): Use in 32-bit code as well.
7260 (*msac): Likewise. Use msub instead of msac in vr5500 code
7261 if the destination is LO. Remove duplicate define_split.
7262 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
7263 (*msac_di): Likewise. Fix formatting.
7264 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
7265 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
7266 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
7267 (*xmulsi3_neg_highpart_mulhi): Likewise.
7268 (*mul_acc_64bit_di): Remove.
7269 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
7270
7271 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7272
7273 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
7274 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
7275 (MULTILIB_DIRNAMES): Remove long32.
7276 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
7277 (MULTILIB_REDUNDANT_DIRS): Remove.
7278
7279 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7280
7281 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
7282 * gcc.c (driver_self_specs): New variable.
7283 (do_self_spec): New function.
7284 (main): Use it to process driver_self_specs.
7285
7286 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
7287
7288 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
7289 Remove DImode define_split for !TARGET_64BIT.
7290 (anddi3): Remove !TARGET_64BIT support from here as well.
7291 Change operand 2's predicate to se_uns_arith_operand.
7292 Add constant alternatives to define_insn.
7293 (iordi3, xordi3, *nordi3): Likewise.
7294 (anddi3_internal1, xordi3_immed): Remove.
7295
7296 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7297
7298 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
7299 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
7300 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
7301 * config/mips/mips.md: Apply same renaming here.
7302
7303 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7304
7305 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
7306 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
7307 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
7308 * config/mips/mips.md (define_attr cpu): Remove r4320.
7309 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
7310
7311 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7312
7313 * config/mips/mips.c (mips16_strings): New variable.
7314 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
7315 symbol in mips16_strings. Free the list.
7316 (mips_encode_section_info): Keep track of local strings.
7317
7318 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7319
7320 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
7321 (sordered_df, sordered_sf): Remove.
7322 * config/mips/mips.c (get_float_compare_codes): New fn.
7323 (gen_int_relational, gen_conditional_move): Use it.
7324
7325 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7326
7327 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
7328 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
7329 * config/mips/mips.c (fcc_register_operand): New function.
7330 (mips_emit_fcc_reload): New function, extracted from reload_incc.
7331 (override_options): Allow TFmode values in float registers
7332 if ISA_HAS_8CC.
7333 * cnfig/mips/mips.md (reload_incc): Change destination prediate
7334 to fcc_register_operand. Remove misleading source constraint.
7335 Use mips_emit_fcc_reload.
7336 (reload_outcc): Duplicate reload_incc.
7337
7338
7339 2003-04-30 Diego Novillo <dnovillo@redhat.com>
7340
7341 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
7342
7343 2003-04-30 Geoffrey Keating <geoffk@apple.com>
7344
7345 * tree-inline.c (inlinable_function_p): Back out last change, it's
7346 unnecessary.
7347
7348 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
7349
7350 * ggc-page.c (TREE_EXP_SIZE): Define.
7351 (extra_order_size_table): New entry for expr trees with
7352 two operands.
7353
7354 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7355
7356 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
7357 (c_expand_start_cond): Adjust.
7358 (c_expand_end_cond): Don't use warning_with_file_and_file.
7359 (shadow_warning): Likewise.
7360
7361 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
7362
7363 * tree.h (DECL_POINTER_DEPTH): Remove.
7364 (struct tree_decl): Remove pointer_depth.
7365
7366 2003-04-30 Janis Johnson <janis187@us.ibm.com>
7367
7368 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
7369 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
7370 (rs6000_xcoff_encode_section_info): Remove.
7371 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
7372 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
7373 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
7374 Use SYMBOL_REF_FLAGS.
7375 (rs6000_elf_encode_section_info): Call default_encode_section_info for
7376 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
7377 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
7378 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
7379 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
7380 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
7381
7382 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7383
7384 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
7385
7386 2003-04-30 Andreas Schwab <schwab@suse.de>
7387
7388 * doc/extend.texi (Other Builtins): Enclose multiple word data
7389 type in braces for @deftypefn.
7390
7391 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7392
7393 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
7394
7395 * doc/install.texi (--enable-threads): Document "gnat" option.
7396
7397 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7398
7399 * diagnostic.h (output_formatted_scalar): Tweak.
7400 * diagnostic.c (output_long_decimal): Likewise.
7401 (output_unsigned_decimal): Likewise.
7402 (output_long_unsigned_decimal): Likewise.
7403 (output_octal): Likewise.
7404 (output_long_octal): Likewise.
7405 (output_hexadecimal): Likewise.
7406 (output_long_hexadecimal): Likewise.
7407 (output_pointer): New function.
7408 (output_format): Use it. Recognize "%p" format specifier.
7409
7410 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7411
7412 * function.c (purge_addressof_1): Postpone insn in fewer cases.
7413
7414 2003-04-29 Geoffrey Keating <geoffk@apple.com>
7415
7416 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
7417 call abort() after running out of stack space.
7418
7419 * c-typeck.c (function_types_compatible_p): Ignore incompatible
7420 'volatile' qualifiers on a function's return type in GNU mode.
7421
7422 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
7423
7424 * expr.c (emit_group_load): Dump parallels of simd types to
7425 memory.
7426
7427 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
7428
7429 * genautomata.c (add_vect): Check undefined value for range type
7430 too.
7431
7432 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
7433
7434 * configure.in: More general test for cmp --ignore-initial.
7435 * configure: Regenerate.
7436
7437 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7438
7439 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
7440 (layout_decl, place_field): Likewise.
7441 Also make minor type and whitespace changes.
7442
7443 * tree.c (save_expr): Don't fold a COMPONENT_REF.
7444
7445 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
7446
7447 * calls.c (expand_call): When modes of target and valreg match, force
7448 sibcall failure when target is a MEM.
7449
7450 2003-04-29 Geoffrey Keating <geoffk@apple.com>
7451
7452 * tree-inline.c (inlinable_function_p): Don't support inlining
7453 functions using varargs.
7454
7455 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
7456
7457 * dwarf2out.c (output_call_frame_info): No need to output EH
7458 unwind information if all_throwers_are_sibcalls.
7459
7460 * c-semantics.c (expand_unreachable_stmt): Return a tree.
7461 (expand_stmt): Update for change to expand_unreachable_stmt.
7462 (expand_unreachable_if_stmt): Likewise.
7463
7464 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
7465
7466 2003-04-29 Jason Merrill <jason@redhat.com>
7467
7468 PR middle-end/10336
7469 * jump.c (never_reached_warning): Really stop looking if we reach
7470 the beginning of the function.
7471
7472 2003-04-29 Bob Wilson <bob.wilson@acm.org>
7473
7474 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
7475 Remove redundant macros.
7476 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
7477 (LOCAL_LABEL_PREFIX): Define unconditionally.
7478 (NO_DOT_IN_LABEL): Clarify comment.
7479 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
7480 definition to "long int".
7481
7482 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
7483
7484 bootstrap/10452
7485 * gengtype-yacc.y: Improve portability.
7486
7487 2003-04-29 Zack Weinberg <zack@codesourcery.com>
7488
7489 * config.gcc: Install obsolete target list for GCC 3.3.
7490 * doc/install.texi: Mention in specific-target instructions
7491 that certain configurations are deprecated.
7492
7493 2003-04-29 Zack Weinberg <zack@codesourcery.com>
7494
7495 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
7496
7497 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7498
7499 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
7500 * gcc.c (display_help): Likewise.
7501 * toplev.c (f_options): Likewise.
7502 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
7503 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
7504 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
7505 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
7506 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
7507
7508 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
7509
7510 * varasm.c (default_assemble_visibility): Use assemble_name.
7511
7512 2003-04-29 David O'Brien <obrien@FreeBSD.org>
7513
7514 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
7515 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
7516 (SIZE_TYPE): New macro.
7517 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
7518 (SET_ASM_OP): New macro.
7519 (HANDLE_SYSV_PRAGMA): New macro.
7520 (ASM_WEAKEN_LABEL): New macro.
7521
7522 2003-04-28 Mark Mitchell <mark@codesourcery.com>
7523
7524 PR c++/10180
7525 * tree-inline.c (expand_call_inline): Call push_srcloc when
7526 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
7527
7528 2003-04-28 Mike Stump <mrs@apple.com>
7529
7530 * gdbinit.in: Update to reflect new identifier structure.
7531
7532 2003-04-28 Zack Weinberg <zack@codesourcery.com>
7533
7534 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
7535 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
7536 struct tree_complex, struct tree_vector): Remove RTL field.
7537 (CONSTRUCTOR_ELTS): Use elt 0.
7538 * tree.def (CONSTRUCTOR): Delete first of its two operands.
7539 * varasm.c (output_constant_def): Remove early exit if
7540 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
7541 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
7542 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
7543 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
7544
7545 2003-04-28 Jakub Jelinek <jakub@redhat.com>
7546
7547 * c-decl.c (finish_decl): When prototype with asmspec is found
7548 for built-in, adjust built_in_decls as well as expr.c decls.
7549 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
7550 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
7551 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
7552
7553 2003-04-28 Richard Henderson <rth@redhat.com>
7554
7555 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
7556 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
7557 integral constant mult operand.
7558 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
7559 (const_smulsi3_highpart_v8plus): Likewise.
7560 (const_smulsi3_highpart): Likewise.
7561 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
7562 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
7563 (const_umulsi3_highpart_v8plus): Likewise.
7564 (const_umulsi3_highpart): Likewise.
7565
7566 2003-04-28 David O'Brien <obrien@FreeBSD.org>
7567
7568 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
7569 Define as 1.
7570
7571 2003-04-28 David O'Brien <obrien@FreeBSD.org>
7572
7573 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
7574
7575 2003-04-28 Jakub Jelinek <jakub@redhat.com>
7576
7577 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
7578 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
7579 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
7580 functions.
7581 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
7582
7583 2003-04-28 Nick Clifton <nickc@redhat.com>
7584
7585 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
7586
7587 2003-04-27 Zack Weinberg <zack@codesourcery.com>
7588
7589 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
7590 output_constant_def, use its result instead of TREE_CST_RTL (exp).
7591 Can assume it has the form (mem (symbol_ref ".LCxxx")).
7592 (expand_expr <COMPONENT_REF>): Can always just extract the
7593 relevant field of a CONSTRUCTOR.
7594 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
7595 ARRAY_RANGE_REF>): Make control flow explicit.
7596 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
7597 an INTEGER_CST.
7598
7599 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
7600
7601 * reload1.c (reg_set_luid): Fix a comment typo.
7602
7603 2003-04-27 Zack Weinberg <zack@codesourcery.com>
7604
7605 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
7606 struct deferred_string, const_str_htab): Kill.
7607 (n_deferred_strings): New static variable.
7608 (build_constant_desc): Set SYMBOL_REF_DECL of the new
7609 symbol_ref to point to the constant.
7610 (output_constant_def): When a deferred string is forced out,
7611 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
7612 (mark_constant): Likewise.
7613 (maybe_output_constant_def_contents): When deferring a string
7614 constant, just set STRING_POOL_ADDRESS_P and increment
7615 n_deferred_strings.
7616 (mark_constant_pool): Check n_deferred_strings, not the size
7617 of const_str_htab.
7618 (init_varasm_once): No need to create const_str_htab.
7619
7620 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
7621 SYMBOL_REF_DECL points to a constant.
7622
7623 2003-04-26 Zack Weinberg <zack@codesourcery.com>
7624
7625 * varasm.c (output_constant_def): Split out two new static
7626 functions, build_constant_desc and maybe_output_constant_def_contents.
7627 Restructure for comprehensibility. Don't call
7628 output_addressed_constants. Treat defstr being non-NULL for
7629 STRING_POOL_ADDRESS_P constants as an invariant.
7630 (struct deferred_string): Remove labelno field.
7631 (output_constant_def_contents): Kill labelno argument. Call
7632 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
7633 asm_out.internal_label.
7634 (mark_constant): Update call to output_constant_def_contents.
7635 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
7636 constants as an invariant.
7637
7638 2003-04-26 Richard Henderson <rth@redhat.com>
7639
7640 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
7641 (ix86_expand_call, ix86_rtx_consts): Likewise.
7642
7643 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7644
7645 * doc/md.texi (cmpstr): Document additional restrictions.
7646
7647 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
7648
7649 * flags.h (time_report): Remove.
7650 * timevar.c (timevar_enable): New.
7651 (TIMEVAR_ENABLE): Remove, use timevar_enable.
7652 (timevar_init): Rename from init_timevar.
7653 * timevar.h (timevar_init): Rename from init_timevar.
7654 * toplev.c (time_report): Make static.
7655 (do_compile): Conditionally call init_timevar first.
7656 (preprocess_options): Move some code to do_compile.
7657
7658 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
7659
7660 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
7661
7662 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
7663
7664 * _cpp_lex_direct: Remove pointless code.
7665
7666 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
7667
7668 * doc/extend.texi (Function Attributes): Document "near" and "far"
7669 for 68HC11 and 68HC12.
7670
7671 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7672
7673 * expr.c (store_field): When making temporary for store, don't
7674 make it TYPE_QUAL_CONST.
7675
7676 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
7677
7678 * toplev.c (read_integral_parameter): Use "argument" in error
7679 message to distinguish it from actual invalid options.
7680
7681 2003-04-25 Bob Wilson <bob.wilson@acm.org>
7682
7683 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
7684 addition of __PIC__ and __pic__ macros.
7685 * config/xtensa/xtensa.h: Clean up indentation.
7686
7687 2003-04-25 Bob Wilson <bob.wilson@acm.org>
7688
7689 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
7690 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
7691 (SUBTARGET_CPP_SPEC): Define.
7692 (LIB_SPEC): Delete.
7693 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
7694 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
7695 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
7696 Define.
7697 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
7698 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
7699
7700 2003-04-25 H.J. Lu <hjl@gnu.org>
7701
7702 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
7703 for return mode.
7704 (ia64_expand_builtin): Set rmode to SImode for
7705 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
7706 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
7707 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
7708 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
7709
7710 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
7711
7712 * configure.in (make_compare_target): Test for GNU cmp and set this
7713 variable appropriately.
7714 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
7715 compare4-lean): Rename actual targets to slowcompare*. New compare*
7716 targets depend on names based on make_compare_target.
7717 * configure: Regenerated.
7718
7719 2003-04-25 Richard Henderson <rth@redhat.com>
7720
7721 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
7722 to clobber ar.pfs and ar.unat.
7723 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
7724 fix test for spilling ar.pfs to the stack.
7725
7726 2003-04-25 Richard Henderson <rth@redhat.com>
7727
7728 PR opt/10315
7729 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
7730 checks during reload; use validize_mem instead of adjust_address.
7731
7732 2003-04-26 Ben Elliston <bje@wasabisystems.com>
7733
7734 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
7735 return values from recog_memoized().
7736
7737 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7738
7739 PR opt/8705
7740 * gcse.c (try_replace_reg): On a successful substitution of a constant
7741 into a single set, try to simplify the source of the set.
7742 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
7743 constant source.
7744
7745 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
7746
7747 * cpplex.c (cpp_token_len): Tighten up.
7748 (cpp_token_as_text): Need extra byte now.
7749 * cpplib.c (glue_header_name): Need extra 2 bytes.
7750 * cppmacro.c (cpp_macro_definition): Need extra byte.
7751
7752 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
7753
7754 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
7755 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
7756 where they might be not present. Use their _sp64 equivalent
7757 instead.
7758
7759 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
7760
7761 * i386.md (cvtsi2sdq): Fix typo in previous patch.
7762
7763 2003-04-24 Krister Walfridsson <cato@df.lth.se>
7764
7765 * configure.in: Check whether mbstowcs works.
7766 * configure, config.in: Regenerate.
7767 * intl.c: Use HAVE_WORKING_MBSTOWCS.
7768
7769 2003-04-24 H.J. Lu <hjl@gnu.org>
7770
7771 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
7772 for __sync_bool_compare_and_swap_di for int return type.
7773
7774 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
7775 Change return type to int.
7776 (__sync_bool_compare_and_swap): Likewise.
7777
7778 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
7779
7780 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
7781 looking for fallthru edge.
7782
7783 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
7784 Fix.
7785 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
7786 athlon-fvector): New.
7787 (athlon_*): Revisit to match new optimization guide.
7788 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
7789 * i386.md (cvt??2?? patterns): Fix modes.
7790 (fistp patterns): Set modes.
7791
7792 Accidentaly commited with my earlier reload patch:
7793 PR c/10308
7794 * reload.c (find_reloads_address_1): Reload plus at the place of
7795 index register.
7796
7797 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
7798
7799 New GCOV_TAG_FUNCTION layout
7800 * coverage.c (struct function_list): Replace name with ident.
7801 (struct counts_entry): Likewise.
7802 (fn_ident): New.
7803 (htab_counts_entry_hash, htab_counts_entry_eq,
7804 htab_counts_entry_del): Adjust.
7805 (reads_count_file, get_coverage_counts,
7806 coverage_begin_output, coverage_end_function): Adjust.
7807 (build_fn_info_type, build_fn_info_value): Likewise.
7808 * gcov-dump.c (tag_function): Adjust.
7809 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
7810 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
7811 * gcov.c (struct function_info): Add ident.
7812 (read_graph_file, read_count_file): Adjust.
7813 * libgcov.c (gcov_exit): Adjust.
7814
7815 2003-04-23 Richard Henderson <rth@redhat.com>
7816
7817 PR opt/8300
7818 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
7819 after initialize_uninitialized_subregs; update reg info assuming
7820 new pseudos were created.
7821
7822 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
7823
7824 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
7825 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
7826 (lex_string): Take cpp_string with full spelling.
7827 (cb_ident): Update.
7828 (c_lex): Update diagnostics.
7829 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
7830 (create_literal): New.
7831 (lex_string): Unterminated literals have type CPP_OTHER.
7832 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
7833 for CPP_OTHER.
7834 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
7835 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
7836 * cpplib.c (parse_include, do_line, do_linemarker,
7837 destringize_and_run): Update for token storing full spelling.
7838 * cpplib.h: Update token spelling types.
7839 * cppmacro.c (stringify_arg, check_trad_stringification):
7840 Update for token storing full spelling.
7841
7842 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
7843
7844 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
7845
7846 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
7847
7848 * arm.h (TARGET_OPTIONS): Add value field.
7849
7850 2003-04-23 Mark Mitchell <mark@codesourcery.com>
7851
7852 * doc/extend.texi: Remove duplicate 2003 copyright date.
7853
7854 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
7855
7856 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
7857 (libgcov.a): Depends on LIBGCC_DEPS.
7858 * basic-block.h (profile_info): Moved here from coverage.h. Made
7859 a pointer.
7860 * coverage.c (struct function_list): Fixed array of counter types.
7861 (struct counts_entry): Keyed by counter type, contains summary.
7862 (profile_info): Moved to profile.c.
7863 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
7864 vars.
7865 (profiler_label): Remove.
7866 (ctr_labels): New.
7867 (set_purpose, label_for_tag, build_counter_section_fields,
7868 build_counter_section_value, build_counter_section_data_fields,
7869 build_counter_section_data_values, build_function_info_fields,
7870 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
7871 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
7872 build_ctr_info_value, build_gcov_info): New.
7873 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
7874 (reads_counts_file): Adjust.
7875 (get_coverage_counts): Takes counter number. Add summary
7876 parameter. Adjust.
7877 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
7878 create counter array labels.
7879 (coverage_end_function): Adjust.
7880 (create_coverage): Adjust.
7881 (find_counters_section): Remove.
7882 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
7883 (struct section_info, struct profile_info): Remove.
7884 (profile_info): Moved to basic-block.h.
7885 (coverage_counter_ref): Takes a counter number.
7886 (get_coverage_counts): Takes a counter number. Added summary
7887 parameter.
7888 (find_counters_section): Remove.
7889 * gcov-dump.c (tag_arc_counts): Rename to ...
7890 (tag_counters): ... here. Adjust.
7891 (tag_table): Move tag_counters to 3rd entry. Remove
7892 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
7893 (dump_file): Check for counter tag values here.
7894 (tag_summary): Adjust.
7895 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
7896 * gcov-io.h (GCOV_LOCKED): New.
7897 (GCOV_TAG_ARC_COUNTS): Rename to ...
7898 (GCOV_TAG_COUNTS_BASE): ... here.
7899 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
7900 Remove.
7901 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
7902 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
7903 GCOV_TAG_IS_COUNTER): New.
7904 (struct gcov_ctr_summary): New.
7905 (struct gcov_summary): Adjust.
7906 (struct gcov_counter_section): Remove.
7907 struct gcov_counter_section_data): Remove.
7908 (struct gcov_function_info): Rename to ...
7909 (struct gcov_fn_info): ... here. Adjust.
7910 (struct gcov_ctr_info): New.
7911 (struct gcov_info): Adjust.
7912 * gcov.c (read_count_file): Adjust.
7913 (output_lines): Adjust.
7914 * libgcov.c (gcov_exit): Adjust.
7915 (__gcov_flush): Adjust.
7916 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
7917 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
7918 probably_never_executed_bb_p, compute_frequency_function): Adjust
7919 profile_info use.
7920 * profile.c (struct counts_entry): Remove.
7921 (profile_info): Define here.
7922 (get_exec_counts): Adjust get_coverage_counts call.
7923 (compute_branch_probablilities): Remove find_counters_section
7924 call.
7925 (gen_edge_profiler): Adjust coverage_counter_ref call.
7926 * tracer.c (tail_duplicate): Adjust profile_info use.
7927
7928 2003-04-23 Roger Sayle <roger@eyesopen.com>
7929
7930 PR optimization/10339
7931 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
7932 directly instead of unsafely transforming call into a memcmp.
7933 (expand_builtin_strncmp): Likewise.
7934
7935 2003-04-22 Roger Sayle <roger@eyesopen.com>
7936
7937 * alias.c (mark_constant_function): Check for constancy and
7938 purity even of void functions. Update both the function decl
7939 and the cgraph RTL info with the results.
7940
7941 2003-04-22 Roger Sayle <roger@eyesopen.com>
7942
7943 * real.c (do_add): Change to return a bool indicating that the
7944 result of the operation may be inexact due to loss of precision.
7945 (do_multiply): Likewise.
7946 (do_divide): Likewise.
7947
7948 2003-04-22 Geoffrey Keating <geoffk@apple.com>
7949 Loren James Rittle <ljrittle@acm.org>
7950
7951 * dwarf2out.c (fde_table_allocated): Mark with GTY.
7952 (decl_die_table_allocated): Likewise.
7953 (abbrev_die_table_allocated): Likewise.
7954 (line_info_table_allocated): Likewise.
7955 (separate_line_info_table_allocated): Likewise.
7956 (pubname_table_allocated): Likewise.
7957 (arange_table_allocated): Likewise.
7958 (ranges_table_allocated): Likewise.
7959 (decl_die_table_in_use): Unconditionalize; mark with GTY.
7960 (abbrev_die_table_in_use): Likewise.
7961 (line_info_table_in_use): Likewise.
7962 (separate_line_info_table_in_use): Likewise.
7963 (pubname_table_in_use): Likewise.
7964 (arange_table_in_use): Likewise.
7965 (ranges_table_in_use): Likewise.
7966 (have_location_lists): Likewise.
7967 (emitcount): New GTY-marked static, moved...
7968 (maybe_emit_file): ...from here.
7969 (label_num): New GTY-marked static, moved...
7970 (gen_internal_sym): ...from here.
7971
7972 2003-04-22 Richard Henderson <rth@redhat.com>
7973
7974 PR 8866
7975 * rtl.h (MEM_NOTRAP_P): New.
7976 (MEM_COPY_ATTRIBUTES): Copy it.
7977 * rtlanal.c (may_trap_p): Check it.
7978 * expr.c (do_tablejump): Set it.
7979 * doc/rtl.texi (Flags): Document it.
7980
7981 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
7982
7983 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
7984
7985 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
7986 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
7987
7988 2003-04-22 Vincent Celier <celier@gnat.com>
7989
7990 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
7991 --enable-threads=gnat.
7992 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
7993 * configure.in: Add gnat to the list of thread packages
7994 * configure: Rebuild.
7995 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
7996
7997 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
7998
7999 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
8000
8001 2003-04-22 Devang Patel <dpatel@apple.com>
8002
8003 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
8004 parameter count.
8005 (_cpp_copy_replacement_text): Same.
8006
8007 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
8008
8009 * c-lex.c (c_lex): Handle CPP_OTHER differently.
8010 * cppexp.c (_cpp_parse_expr): Similarly.
8011 * cpplex.c (SPELL_CHAR): Remove.
8012 (_cpp_lex_direct): Stray chars are saved as byte strings.
8013 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
8014 handle SPELL_CHAR.
8015 (cpp_avoid_paste): Update handling of CPP_OTHER.
8016 * cpplib.h: Spell CPP_OTHER like a number.
8017 (struct cpp_token): Remove member c.
8018 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
8019
8020 2003-04-22 David Turner <novalis@gnu.org>
8021
8022 * gbl-ctors.h: Add special license exception.
8023 * libgcc2.h: Likewise.
8024 * tsystem.h: Likewise.
8025 * gcov-io.h: Likewise.
8026
8027 2003-04-22 David Edelsohn <edelsohn@gnu.org>
8028
8029 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
8030 macro defaulting to original BRANCH_COST heuristic.
8031 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
8032
8033 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
8034
8035 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
8036
8037 * config/rs6000/t-spe: Merge in t-fprules into file.
8038
8039 * config.gcc: Add t-spe to powerpc-eabispe.
8040
8041 2003-04-22 Kean Johnston <jkj@sco.com>
8042
8043 * tlink.c (recompile_files): Add missing '=' to putenv calls
8044
8045 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
8046
8047 * ginclude/stddef.h: Provide C++ safe offsetof.
8048
8049 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
8050
8051 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
8052 for reg notes, if there are no substitutions, just use a SUBREG.
8053
8054 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8055
8056 * Makefile.in (calls.o): Depend on except.h.
8057 * calls.c: Include except.h.
8058 (emit_call_1): Call note_eh_region_may_contain_throw if
8059 appropriate.
8060 * except.c (eh_region): Add may_contain_throw.
8061 (expand_eh_region_end_cleanup): Do not include handler code when
8062 it cannot be reached.
8063 (note_eh_region_may_contain_throw): New function.
8064 * except.h (note_eh_region_may_contain_throw): New function.
8065
8066 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8067
8068 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
8069 changes.
8070
8071 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
8072
8073 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
8074 64-bit long doubles.
8075
8076 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
8077
8078 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
8079 a number of conversions required for type consistency and previously
8080 stripped off by STRIP_NOPS.
8081
8082 * calls.c (expand_call): Prevent sibcall optimization for calls to
8083 nested subprograms.
8084
8085 * expmed.c (extract_bit_field): Reverse operands of && condition to
8086 prevent a potential division by zero in the previously first branch.
8087 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
8088
8089 2003-04-21 Joel Brobecker <brobecker@gnat.com>
8090
8091 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
8092 (subrange_type_die): Likewise.
8093 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
8094 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
8095
8096 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8097
8098 Break out coverage routines to new file.
8099 * Makefile.in (COVERAGE_H): New variable
8100 (C_OBJS): Add coverage.o
8101 (coverage.o): New target.
8102 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
8103 dependencies.
8104 (GTFILES): Adjust.
8105 (gt-coverage.h): New target.
8106 (gt-profile.h): Remove.
8107 * profile.h: Remove. Move to ...
8108 * coverage.h: ... here. New. #include gcov-io.h.
8109 * gcov-io.h: Move function definitions to ...
8110 * gcov-io.c: ... here. New.
8111 * profile.c: Move coverage routines to coverage.c.
8112 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
8113 end_branch_prob): Adjust.
8114 * coverage.c: New. Coverage routines from profile.c
8115 (coverage_counter_ref, coverage_init, coverage_finish,
8116 coverage_end_function, coverage_begin_output,
8117 coverage_counter_ref, get_coverage_counts): Define.
8118 * gcov-dump.c, gcov.c: #include gcov-io.c.
8119 * libgcov.c: Likewise. Adjust.
8120 * loop-init.c: Don't #include profile.h
8121 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
8122 * rtl.h: Add coverage prototypes.
8123 * toplev.c (compile_file): Init coverage, not branch_prob.
8124 Always call coverage_finish.
8125 (rest_of_compilation): Call coverage_end_function.
8126
8127 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
8128
8129 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
8130
8131 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
8132
8133 * c-ppoutput.c (cb_include): Don't take a cpp_token.
8134 * cppfiles.c: Don't undef strcmp.
8135 (find_include_file): Don't take a cpp_token. Check for empty
8136 file names.
8137 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
8138 (cpp_push_include): Simplify.
8139 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
8140 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
8141 (parse_include): Similary. Don't check for zero-length filenames.
8142 (do_include_common, do_pragma_dependency): Update accordingly.
8143 * cpplib.h (struct cpp_callbacks): Change prototype of include.
8144
8145 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8146
8147 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
8148 details of conflict handling.
8149
8150 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
8151 when conversion overflows.
8152
8153 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
8154
8155 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
8156 before clearing.
8157
8158 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8159
8160 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
8161 have the same form as the old RTL.
8162
8163 2003-04-21 Andreas Jaeger <aj@suse.de>
8164
8165 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
8166
8167 2003-04-20 Chris Lattner <sabre@nondot.org>
8168 Zack Weinberg <zack@codesourcery.com>
8169
8170 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
8171 genrtl_cleanup_stmt. Correct comment at head of
8172 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
8173
8174 * stmt.c (struct nesting): Kill n_function_calls.
8175 (expand_start_bindings): Don't set
8176 thisblock->data.block.n_function_calls.
8177 (expand_end_bindings): Compare function_call_count against 0.
8178 (expand_cleanups): Kill DONT_DO argument; all callers passed
8179 NULL_TREE. All callers updated to match.
8180
8181 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8182
8183 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
8184 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
8185 (output_constant_def): Remove code predicated on
8186 defer_addressed_constants_flag.
8187
8188 * output.h: Remove prototypes of deleted functions.
8189 * c-typeck.c (constructor_subconstants_deferred): Kill.
8190 (struct initializer_stack): Remove 'deferred' field.
8191 (start_init): Remove all references to the above.
8192 (finish_init): Likewise. Also remove never-executed call to
8193 output_deferred_addressed_constants. Pull assignment to
8194 defstr out of if expression.
8195
8196 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8197
8198 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
8199 NOTE_NEWLINE): Remove.
8200 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
8201 to handle new form of line note type.
8202
8203 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8204
8205 * target.h (encode_section_info): Add new argument carrying
8206 the RTL to be modified by the hook.
8207
8208 * varasm.c (make_decl_rtl, output_constant_def): Update calls
8209 to encode_section_info.
8210 (default_encode_section_info): Take and use RTL argument,
8211 don't use TREE_CST_RTL or DECL_RTL.
8212 * output.h: Update prototype of default_encode_section_info.
8213 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
8214 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
8215 Update calls to encode_section_info.
8216
8217 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
8218 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
8219 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
8220 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
8221 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
8222 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
8223 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
8224 except for PE dllimport/dllexport. Update calls to
8225 default_encode_section_info.
8226
8227 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
8228 Update prototypes.
8229
8230 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
8231
8232 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8233
8234 PR/8705
8235 * pa.md (movccfp): New expander.
8236 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
8237 Reverse fcmp conditions.
8238
8239 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
8240
8241 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
8242 of operand 1 correctly.
8243
8244 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
8245
8246 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
8247 * gcov.c (output_lines): Don't be so fussy about going past EOF.
8248
8249 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8250
8251 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
8252 (cppcharset.o): New target.
8253 * c-lex.c (is_extended_char): Move to cppcharset.c.
8254 (utf8_extend_token): Delete.
8255 * cppcharset.c: New file.
8256 * cpphash.h (_cpp_valid_ucn): New.
8257 * cpplex.c (lex_identifier): Update prototype.
8258 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
8259 escapes.
8260 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
8261 in cppcharset.c.
8262 (lex_number, lex_identifier, cpp_parse_escape): Update.
8263 (_cpp_lex_direct): Update to handle UCNs.
8264 (cpp_avoid_paste): Don't paste to form a UCN.
8265
8266 2003-04-19 Roger Sayle <roger@eyesopen.com>
8267
8268 * builtins.c (expand_builtin): Don't expand a pure or const
8269 built-in function if the result will be ignored and none of
8270 its arguments are volatile.
8271
8272 2003-04-19 Kean Johnston <jkj@sco.com>
8273
8274 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
8275 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
8276 target fragment now: t-sco5; dont compile crti.o.
8277 * config/i386/sco5.h: major overhaul to remove all COFF remnants
8278 and to use elfos.h for most definitions.
8279 (BSS_SECTION_ASM_OP): set correct segment attributes.
8280 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
8281 (DWARF2_UNWIND_INFO): Always set to 1.
8282 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
8283 (MD_STARTFILE_PREFIX_1): Define.
8284 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
8285 (DEFAULT_LINKER): Define if not specified to configure.
8286 (CTORS_SECTION_ASM_OP): Remove COFF crud.
8287 (DTORS_SECTION_ASM_OP): Remove COFF crud.
8288 (WINT_TYPE): Define.
8289 (SDB_DEBUGGING_INFO): Remove.
8290 (EXTRA_SECTIONS): Likewise.
8291 (EXTRA_SECTION_FUNCTIONS): Likewise.
8292 (CTOR_LIST_BEGIN): Likewise.
8293 (CTOR_LIST_END): Likewise.
8294 (INIT_SECTION_FUNCTION): Likewise.
8295 (FINI_SECTION_FUNCTION): Likewise.
8296 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
8297 (LOCAL_LABEL_PREFIX): Likewise.
8298 (NON_SAVING_SETJMP): Likewise.
8299 (RETURN_POPS_ARGS): Likewise.
8300 (ASM_OUTPUT_SKIP): Likewise.
8301 (TARGET_ASM_NAMED_SECTION): Likewise.
8302 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8303 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8304 (ASM_OUTPUT_IDENT): Likewise.
8305 (ASM_OUTPUT_CASE_LABEL): Likewise.
8306 (ASM_OUTPUT_ASCII): Likewise.
8307 (ASM_OUTPUT_LIMITED_STRING): Likewise.
8308 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8309 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8310 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8311 (ASM_FINISH_DECLARE_OBJECT): Likewise.
8312 (ASM_DECLARE_OBJECT_NAME): Likewise.
8313 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
8314 (ASM_DECLARE_FUNCTION_NAME): Likewise.
8315 (ASM_DECLARE_RESULT): Likewise.
8316 (ASM_WEAKEN_LABEL): Likewise.
8317 (SUPPORTS_WEAK): Likewise.
8318 (APPLY_RESULT_SIZE): Likewise.
8319 (LPREFIX): Likewise.
8320 (ALIGN_ASM_OP): Likewise.
8321 (ASCII_DATA_ASM_OP): Likewise.
8322 (IDENT_ASM_OP): Likewise.
8323 (ASM_SHORT): Likewise.
8324 (ASM_LONG): Likewise.
8325 (TYPE_ASM_OP): Likewise.
8326 (SIZE_ASM_OP): Likewise.
8327 (STRING_ASM_OP): Likewise.
8328 (SKIP_ASM_OP): Likewise.
8329 (EH_FRAME_SECTION_ASM_OP): Likewise.
8330 (READONLY_DATA_SECTION_ASM_OP): Likewise.
8331 (INIT_SECTION_ASM_OP): Likewise.
8332 (FINI_SECTION_ASM_OP): Likewise.
8333 (TEXT_SECTION_ASM_OP): Likewise.
8334 (DATA_SECTION_ASM_OP): Likewise.
8335 (TYPE_OPERANT_FORMAT): Likewise.
8336 (ASM_SPEC): Remove COFF code.
8337 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
8338 cause -pg to emit an error; use pcrt1elf.o with -pp
8339 (ENDFILE_SPEC): Likewise.
8340 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
8341 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
8342 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
8343 add -z alt_resolve to support weak symbols the way GCC wants them.
8344 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
8345 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
8346 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
8347 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
8348 (CRTSTUFF_T_CFLAGS_S): Define.
8349 (MULTILIB_OPTIONS): Likewise.
8350 (MULTILIB_DIRNAMES): Likewise.
8351 (MULTILIB_MATCHES): Likewise.
8352 (MULTILIB_EXTRA_OPTS): Likewise.
8353 (LIBGCC): Likewise.
8354 (INSTALL_LIBGCC): Likewise.
8355 (crti.o): Remove.
8356 * config/i386/t-sco5gas: Remove.
8357 * doc/install.texi: Updated for new OpenServer instructions.
8358 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
8359
8360 2003-04-19 Kean Johnston <jkj@sco.com>
8361
8362 * fixinc/check.tpl: Allow user to over-ride diff program.
8363 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
8364 (sco_math): Added test for SCO math header files.
8365 (sco_regset): Added check for conflicts with ieeefp.h.
8366 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
8367 * fixinc/fixincl.x: Regenerated
8368 * fixinc/tests/base/math.h: Added sco_math tests.
8369 * fixinc/tests/base/string.h: New file.
8370 * fixinc/tests/base/sys/regset.h: New file.
8371
8372 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8373
8374 * cpphash.h (struct cpp_buffer): Remove backup_to.
8375 * cpplex.c (BACKUP, get_effective_char): Die.
8376 (_cpp_skip_block_comment): Assume '*' is location on entry.
8377 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
8378 (IF_NEXT_IS): Update.
8379 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
8380
8381 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
8382
8383 * README.Portability: Move to a new section and obsolete K+R
8384 portability issues.
8385
8386 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
8387
8388 * rtlanal.c (subreg_offset_representable_p): Fix call of
8389 subreg_lowpart.
8390
8391 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8392
8393 * cpphash.h (struct cpp_reader): New member warned_dollar.
8394 * cpplex.c (continues_identifier_p): New function.
8395 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
8396 lex_number and lex_string, and simplify.
8397 (parse_slow, unescaped_terminator_p): Die.
8398 (_cpp_lex_direct): Update.
8399
8400 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8401
8402 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
8403
8404 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
8405
8406 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
8407 fork behavior.
8408
8409 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8410
8411 * cppexp.c (eval_token): Permit true and false even if pedantic.
8412
8413 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8414
8415 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
8416
8417 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8418
8419 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
8420 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
8421 (struct include_file): Remove fefcnt, mapped members.
8422 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
8423 (read_include_file): Don't use mmap, terminate buffers in '\r'.
8424 (purge_cache): Don't use munmap.
8425 * cpphash.h (CPP_BUF_COLUMN): Update.
8426 (lexer_state): Remove lexing_comment.
8427 (struct _cpp_line_note): New.
8428 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
8429 next_line and need_line. Remove col_adjust and saved_flags.
8430 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
8431 _cpp_skip_block_comment, scan_out_logical_line): New.
8432 (_cpp_init_mbchar): Remove.
8433 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
8434 (cpp_read_main_file): Set line to 1 earlier.
8435 (post_options): -traditional-cpp doesn't want trigraphs.
8436 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
8437 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
8438 _cpp_get_fresh_line): New.
8439 (handle_newline, skip_escaped_newlines, trigraph_p,
8440 continue_after_nul, _cpp_init_mbchar): Remove.
8441 (get_effective_char): Update.
8442 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
8443 (skip_line_comment): Simplify.
8444 (skip_whitespace, parse_identifier, parse_slow, parse_number,
8445 parse_string): Update.
8446 (cpp_lex_direct): Use clean lines and process line notes. Update.
8447 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
8448 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
8449 directly.
8450 (_cpp_handle_directive): Don't set saved_flags.
8451 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
8452 cpp_undef, handle_assertion, cpp_push_buffer): Update.
8453 (_cpp_pop_buffer): Free notes.
8454 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
8455 * cpppch.c (cpp_read_state): \n terminate buffer.
8456 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
8457 (copy_comment): Use _cpp_skip_block_comment.
8458 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
8459 Simplify.
8460 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
8461 save_replacement_text): Update.
8462 (scan_out_logical_line): Update to use clean lines and process
8463 line notes.
8464 * fix-header.c (read_scan_file): Update.
8465
8466 2003-04-18 Douglas B Rupp <rupp@gnat.com>
8467
8468 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
8469 null begin parameter (as well as pointer to null).
8470 (__deregister_frame_info_bases): Likewise.
8471
8472 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8473
8474 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
8475 hard or virtual register and copy into pseudo if replacement fails.
8476
8477 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
8478
8479 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
8480
8481 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
8482
8483 * calls.c (expand_call): Move special case for constructor calls
8484 to right place. Ensures constructor calls used to initialize
8485 arguments get a clean outgoing argument block for themselves.
8486 Move check for stack deallocation completeness until after last
8487 deallocation. Add stack_pointer_delta to set of state
8488 variables saved and restored along with current stack_level.
8489
8490 * integrate.c (expand_inline_function): Ensure non-const actuals
8491 don't end up const in the caller's flow after conversion to possibly
8492 const formal type.
8493
8494 2003-04-18 Vincent Celier <celier@gnat.com>
8495
8496 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
8497 and *_DIV_EXPR as TRUNC_*_EXPR.
8498
8499 2003-04-18 Mark Mitchell <mark@codesourcery.com>
8500
8501 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
8502 for orphaned jump tables.
8503
8504 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
8505
8506 * reload1.c: Revert my previous patch on 2002-04-17.
8507
8508 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8509
8510 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
8511 Add Segher Boessenkool.
8512
8513 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
8514
8515 PR c/9177
8516 * c-decl.c (c_expand_body): Don't garbage collect the function
8517 body if we are going to dump it later.
8518
8519 2003-04-18 Richard Henderson <rth@redhat.com>
8520
8521 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
8522 (alpha_end_function): Don't set them.
8523 (decl_in_text_section): Remove.
8524 (alpha_encode_section_info): Remove.
8525 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
8526 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
8527 sections, rather than decl_in_text_section results.
8528
8529 2003-04-18 Roger Sayle <roger@eyesopen.com>
8530
8531 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
8532 and SIGN_EXTRACT.
8533
8534 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
8535
8536 PR optimization/7675
8537 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
8538 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
8539 nested functions if they refer to declarations from parent functions.
8540 * stmt.c (expand_decl): Don't put automatic variables in registers
8541 if the DECL_NONLOCAL flag is set.
8542
8543 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
8544
8545 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
8546 consider those to be movable where the source matches
8547 want_to_gcse_p.
8548 (update_ld_motion_stores): In comment, refer to
8549 compute_ld_motion_mems for validity of replacement.
8550
8551 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
8552
8553 * gcov-dump.c (tag_summary): Remove max_sum
8554 * gcov-io.h (gcov_summary, gcov_write_summary,
8555 gcov_read_summary): Kill max_sum.
8556 * libgcov.c (gcov_exit): Do one pass over the data. Make error
8557 message more verbose.
8558
8559 * emit-rtl.c (subreg_hard_regno): Check that register is
8560 representable.
8561
8562 * reload.c (reload_inner_reg_of_subreg): When register is not
8563 representable, reload the whole thing.
8564 (find_reloads): Likewsie.
8565 * rtlanal.c (subreg_representable_p): New function.
8566
8567 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
8568 allow negative probabilities for edges from the call to exit.
8569 (branch_prob): Do not add fake edges for functions that may return
8570 twice.
8571
8572 2003-04-17 DJ Delorie <dj@redhat.com>
8573
8574 * toplev.c (target_options): Add value field.
8575 (set_target_switch): Handle target options with values.
8576 * doc/tm.texi: Document how fixed vs variable target
8577 options work.
8578 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
8579 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
8580 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
8581 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
8582 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
8583 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
8584 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
8585 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
8586 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
8587 Add value initializer to target options.
8588
8589 2003-04-07 Loren James Rittle <ljrittle@acm.org>
8590
8591 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
8592
8593 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
8594
8595 * reload1.c (move2add_last_cc0): New.
8596 (reload_cse_move2add): Detect implicit sets.
8597 (move2add_note_store): Notice a store into cc0.
8598
8599 2003-04-17 Roger Sayle <roger@eyesopen.com>
8600
8601 PR c/10375
8602 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
8603 function attributes.
8604
8605 2003-04-17 Janis Johnson <janis187@us.ibm.com>
8606
8607 * doc/sourcebuild.texi (Test Suites): Document support for testing
8608 binary compatibility (moved from testsuite/README.compat).
8609
8610 2003-04-17 Richard Henderson <rth@redhat.com>
8611
8612 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
8613
8614 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
8615
8616 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
8617 the one provided by the FSF.
8618
8619 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8620
8621 * doc/install.texi (Binaries): Update URL and list of platforms
8622 provided by ftp.thewrittenword.com.
8623
8624 2003-04-17 Richard Henderson <rth@redhat.com>
8625
8626 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
8627 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
8628 * config/xtensa/xtensa.md (call, call_value): Likewise.
8629
8630 2003-04-17 Richard Henderson <rth@redhat.com>
8631
8632 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
8633 (print_operand_address): Likewise.
8634 (ep_memory_operand): Likewise.
8635 (special_symbolref_operand): Likewise.
8636 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
8637 (v850_encode_section_info): Call default_encode_section_info.
8638 (v850_strip_name_encoding): Remove.
8639 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
8640 (ASM_OUTPUT_LABELREF): Remove.
8641 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
8642 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
8643 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
8644 (ENCODED_NAME_P): Remove.
8645 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
8646 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
8647 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
8648
8649 2003-04-17 Richard Henderson <rth@redhat.com>
8650
8651 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
8652 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
8653 SYMBOL_REF_FUNCTION_P.
8654
8655 2003-04-17 Richard Henderson <rth@redhat.com>
8656
8657 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
8658 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
8659 (text_segment_operand): Likewise.
8660
8661 2003-04-17 Richard Henderson <rth@redhat.com>
8662
8663 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
8664 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8665 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
8666 (sh_encode_section_info): Remove.
8667 (sh_strip_name_encoding): Remove.
8668 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
8669 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
8670 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
8671 (ASM_OUTPUT_LABELREF): Remove.
8672 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
8673 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
8674
8675 2003-04-17 Richard Henderson <rth@redhat.com>
8676
8677 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
8678 (tls_model_chars): Remove.
8679 (larl_operand): Use SYMBOL_REF_FLAGS.
8680 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8681 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
8682 (s390_output_mi_thunk): Likewise.
8683 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
8684 (s390_function_profiler): Likewise.
8685 (s390_encode_section_info): Use default_encode_section_info
8686 and SYMBOL_FLAG_ALIGN1.
8687 (s390_strip_name_encoding): Remove.
8688 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
8689 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
8690 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
8691
8692 2003-04-17 Richard Henderson <rth@redhat.com>
8693
8694 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
8695 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
8696 (print_operand_address): Likewise.
8697
8698 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
8699 * config/ns32k/ns32k.c (expand_block_move): Don't check
8700 flag_unroll_loops.
8701
8702 2003-04-17 Richard Henderson <rth@redhat.com>
8703
8704 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
8705 SYMBOL_REF_FLAG.
8706
8707 2003-04-17 Richard Henderson <rth@redhat.com>
8708
8709 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
8710
8711 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
8712 (SYMBOL_REF_MODEL): New.
8713 (LIT_NAME_P): Move from m32r.h.
8714 (m32r_select_section): Remove.
8715 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
8716 (m32r_strip_name_encoding): Remove.
8717 (m32r_in_small_data_p): New.
8718 (small_data_operand): Use SYMBOL_REF_SMALL_P.
8719 (addr24_operand): Use SYMBOL_REF_MODEL.
8720 (call26_operand): Likewise.
8721 (addr32_operand): Tidy.
8722 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
8723 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
8724 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
8725 (READONLY_DATA_SECTION_ASM_OP): Remove.
8726 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
8727 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
8728 (TARGET_ASM_SELECT_SECTION): Remove.
8729 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
8730 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
8731 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
8732 (ASM_OUTPUT_LABELREF): Remove.
8733
8734 2003-04-17 Richard Henderson <rth@redhat.com>
8735
8736 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
8737 (encode_section_info): Remove.
8738 * config/ip2k/ip2k-protos.h: Update.
8739
8740 2003-04-17 Richard Henderson <rth@redhat.com>
8741
8742 * varasm.c (default_encode_section_info): Don't set
8743 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
8744 * config/i370/i370.c (i370_encode_section_info): Remove.
8745 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
8746 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
8747 * config/i370/i370.md (movsi): Likewise.
8748
8749 * config/i370/t-i370: Add missing backslash.
8750
8751 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
8752
8753 * doc/invoke.texi (inline-limit): Fix pasto.
8754
8755 2003-04-17 Richard Henderson <rth@redhat.com>
8756
8757 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
8758 (small_call_insn_operand): Use it.
8759 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
8760 (h8300_eightbit_constant_address_p): Use it.
8761 (SYMBOL_FLAG_TINY_DATA): New.
8762 (h8300_tiny_constant_address_p): Use it.
8763 (h8300_encode_label, h8300_strip_name_encoding): Remove.
8764 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
8765 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
8766 (ASM_OUTPUT_LABELREF): Remove.
8767
8768 2003-04-16 Richard Henderson <rth@redhat.com>
8769
8770 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
8771 all users with SYMBOL_REF_SMALL_P.
8772 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
8773 (frv_encode_section_info): Remove.
8774 (frv_strip_name_encoding): Remove.
8775 (frv_in_small_data_p): Merge tests from encode_section_info.
8776 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
8777 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
8778 (SDATA_NAME_P): Remove.
8779 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
8780 (ASM_OUTPUT_LABELREF): Remove.
8781 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
8782
8783 * config/frv/frv.c (frv_asm_out_constructor): New.
8784 (frv_asm_out_destructor): New.
8785 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
8786 (DTORS_SECTION_ASM_OP): New.
8787 (ASM_OUTPUT_CONSTRUCTOR): Remove.
8788 (ASM_OUTPUT_DESTRUCTOR): Remove.
8789
8790 2003-04-16 Richard Henderson <rth@redhat.com>
8791
8792 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
8793 SYMBOL_REF_LOCAL_P; abort if not pic.
8794 (cris_encode_section_info): Remove.
8795
8796 2003-04-16 Richard Henderson <rth@redhat.com>
8797
8798 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
8799 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
8800
8801 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
8802 flag_inline_trees.
8803
8804 2003-04-16 Richard Henderson <rth@redhat.com>
8805
8806 * config/avr/avr.c (avr_encode_section_info): Remove.
8807 (avr_insert_attributes): New.
8808 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
8809 (avr_assemble_integer): Likewise.
8810
8811 2003-04-16 Richard Henderson <rth@redhat.com>
8812
8813 * arc.c (arc_encode_section_info): Remove.
8814 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
8815 (arc_print_operand, arc_print_operand_address): Likewise.
8816 * arc.h (EXTRA_CONSTRAINT): Likewise.
8817
8818 2003-04-16 Roger Sayle <roger@eyesopen.com>
8819
8820 * c-semantics.c (find_reachable_label): New function to find a
8821 potentially reachable label in an expression.
8822 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
8823 assumes the start of the IF_STMT is unreachable (dead) code.
8824 (expand_unreachable_stmt): Similar to expand_stmt but assumes
8825 the start of the statement list is unreachable (dead) code.
8826 (genrtl_if_stmt): If the controlling expression of the IF
8827 is constant, use expand_unreachable_stmt for the THEN or ELSE
8828 clause as appropriate.
8829 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
8830 the body of a SWITCH statement.
8831 (expand_stmt): The code immediately following a "return",
8832 "break", "continue" or "goto" is unreachable.
8833 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
8834
8835 2003-04-16 Richard Henderson <rth@redhat.com>
8836
8837 * rtl.h (MEM_ALIAS_SET): Update documentation.
8838 * doc/rtl.texi (Special Accessors): New node.
8839 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
8840
8841 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
8842
8843 * reload1.c (reload_cse_noop_set_p): Return false if mode of
8844 SET_DEST is not the same as that returned by...
8845 * cselib.h (cselib_reg_set_mode): ... new function.
8846 * cselib.c (cselib_reg_set_mode): Define it.
8847 (REG_VALUES): Document semantics of first element as set mode.
8848 (cselib_subst_to_values): Skip first element if ELT is NULL.
8849 (cselib_lookup): Likewise. Insert past the first element.
8850 (cselib_invalidate_regno): NULLify first element.
8851 (cselib_record_set): Set first element.
8852
8853 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
8854
8855 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
8856 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
8857 * tree.h: Add prototypes for the two new functions.
8858 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
8859 updates introduced in the previous revision by call to saved_expr_p.
8860 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
8861
8862 * expr.c (store_field): Force usage of bitfield instructions when
8863 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
8864 (expand_expr, case BIT_FIELD_REF): likewise.
8865
8866 2003-04-16 Mark Mitchell <mark@codesourcery.com>
8867
8868 PR middle-end/8866
8869 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
8870 jumptables.
8871
8872 2003-04-16 Richard Henderson <rth@redhat.com>
8873
8874 * config/ia64/ia64.c (sdata_symbolic_operand): Use
8875 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
8876 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8877 (function_operand): Use SYMBOL_REF_FUNCTION_P.
8878 (ia64_expand_load_address): Likewise.
8879 (ia64_assemble_integer): Likewise.
8880 (ia64_encode_section_info): Remove.
8881 (ia64_strip_name_encoding): Remove.
8882 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
8883 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
8884
8885 2003-04-16 Richard Henderson <rth@redhat.com>
8886
8887 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
8888 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
8889 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
8890 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
8891 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
8892 (global_symbolic_operand): Similarly.
8893 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
8894 (tls_symbolic_operand_type): Likewise.
8895 (alpha_encode_section_info): Use default_encode_section_info.
8896 (alpha_strip_name_encoding): Remove.
8897 (get_tls_get_addr): Split out from ...
8898 (alpha_legitimize_address): ... here.
8899 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
8900 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
8901 (alpha_initialize_trampoline): Use init_one_libfunc.
8902 (alpha_setup_incoming_varargs): Mark unused parameters.
8903 (alpha_initial_elimination_offset): Likewise.
8904 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
8905 (unicosmk_unique_section): Use default_strip_name_encoding.
8906 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
8907
8908 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
8909
8910 * config.gcc: Add t-spe for eabispe.
8911
8912 * config/rs6000/t-spe: New.
8913
8914 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
8915
8916 Re-apply this patch:
8917
8918 2002-05-16 Dale Johannesen <dalej@apple.com>
8919 * combine.c (cant_combine_insn_p): Reenable combinations
8920 involving hard regs unless CLASS_LIKELY_SPILLED_P.
8921
8922 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8923
8924 PR/10271
8925 * pa-protos.h (function_arg): Remove last argument.
8926 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
8927 * pa.h (struct hppa_args): Add member incoming.
8928 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
8929 member incoming.
8930 (FUNCTION_ARG): Revise call to function_arg.
8931 (FUNCTION_INCOMING_ARG): Delete.
8932
8933 2003-04-15 Zack Weinberg <zack@codesourcery.com>
8934
8935 * configure.in: Unify the code which creates symlinks to a
8936 just-built as, ld, objdump, and nm with the code that detects
8937 their presence for purposes of feature tests.
8938 * configure: Regenerate.
8939
8940 2003-04-15 Zack Weinberg <zack@codesourcery.com>
8941
8942 * varasm.c (output_constant_def): Do not consult
8943 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
8944 (after_function_constants, output_after_function_constants): Delete.
8945 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
8946 * config/mips/mips-protos.h, config/mips/mips.c
8947 (mips16_constant_after_function_p): Delete.
8948 * config/mips/mips.h: Delete #if-0-ed definition of
8949 CONSTANT_AFTER_FUNCTION_P.
8950 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
8951 mention of CONSTANT_AFTER_FUNCTION_P in comment.
8952
8953 2003-04-15 Geoffrey Keating <geoffk@apple.com>
8954
8955 * tree.c (next_decl_uid): Mark with GTY.
8956 (next_type_uid): Likewise.
8957
8958 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
8959
8960 PR target/9594:
8961 * sh.c (barrier_align): Also recognize stuff_delay_slot as
8962 an indicator that a barrier was created by branch splitting.
8963
8964 2003-04-15 Mark Mitchell <mark@codesourcery.com>
8965
8966 * c-decl.c (implicitly_declare): Copy declarations that are going
8967 to be placed in a local scope.
8968
8969 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
8970
8971 * invoke.texi (Spec Files): Wrap if-exists-else example.
8972 (MCore): Remove duplicate @itemx entries and @opindex entries.
8973
8974 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
8975
8976 * unwind.inc (_Unwind_Backtrace): New function.
8977 * unwind.h (_Unwind_Backtrace): Declare it.
8978 * libgcc-std.ver (_Unwind_Backtrace): Export it.
8979
8980 2003-04-14 Jason Merrill <jason@redhat.com>
8981
8982 PR middle-end/10336, c++/10401
8983 * jump.c (never_reached_warning): Also stop looking if we reach the
8984 beginning of the function.
8985
8986 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8987
8988 PR target/10338
8989 PR bootstrap/10198
8990 PR bootstrap/10140
8991 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
8992
8993 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
8994
8995 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
8996
8997 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8998
8999 * optabs.c (expand_binop): In multi-word add cases, ensure
9000 XTARGET is copied to TARGET if they are different.
9001
9002 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
9003
9004 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
9005 to region, possible after integration of function with unreachable
9006 regions that were optimized away.
9007
9008 2003-04-15 Jakub Jelinek <jakub@redhat.com>
9009
9010 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
9011 instead of TOC_REGISTER in epilogue in
9012 current_function_calls_eh_return functions.
9013
9014 2003-04-14 Mark Mitchell <mark@codesourcery.com>
9015
9016 * doc/extend.texi (Empty Structures): Correct description of G++'s
9017 handling of these structures.
9018
9019 * c-decl.c (grokdeclarator): Reject extern redeclarations of
9020 static variables.
9021
9022 2003-04-14 Janis Johnson <janis287@us.ibm.com>
9023
9024 * config/rs6000/rs6000.md (define_constants): Define constants for
9025 all UNSPEC usage, including new values for TLS support.
9026 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
9027 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
9028 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
9029 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
9030 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
9031 eh_set_lr_di): Use them.
9032 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
9033 rs6000_emit_epilogue) Use them.
9034
9035 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
9036
9037 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
9038
9039 * Makefile.in (c-opts.o): Use custom action.
9040
9041 2003-04-14 Douglas B Rupp <rupp@gnat.com>
9042
9043 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
9044
9045 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9046
9047 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
9048 handle "superflat arrays" in Ada.
9049
9050 * integrate.c (expand_inline_function): Don't inline if would
9051 lose /u on a BLKmode TARGET.
9052
9053 2003-04-14 Joel Brobecker <brobecker@gnat.com>
9054
9055 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
9056 extracted from dbxout_type.
9057 (dbxout_range_type): print large bounds in octal format.
9058 (dbxout_type): Replace extracted code by call to
9059 print_int_cst_bounds_in_octal_p.
9060
9061 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
9062 of DW_LANG_Ada83 for Ada units.
9063
9064 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
9065
9066 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
9067 temporary used to round CONST_INT sizes.
9068
9069 * tree.c (int_fits_type_p): Extract generic checks from the case
9070 of constant type bounds. Refine the checks against constant type
9071 bounds to allow for possible decisions against each of these bounds
9072 without requiring both bounds to be constant.
9073 (tree_int_cst_msb): Put back.
9074 * tree.h (tree_int_cst_msb): Likewise.
9075
9076 * global.c (global_conflicts): Prevent allocation of call clobbered
9077 hard regs to pseudos live across abnormal edges, as later passes are
9078 not ready to handle them.
9079
9080 * fold-const.c (fold): Reorder tests for conditional expressions.
9081
9082 * expr.c (highest_pow2_factor): Return unsigned.
9083 * expr.h (offset_address): Likewise.
9084 * emit-rtl.c (offset_address): POW2 argument now unsigned.
9085
9086 2003-04-14 Roger Sayle <roger@eyesopen.com>
9087
9088 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
9089 string literals at compile-time.
9090
9091 2003-04-14 Roger Sayle <roger@eyesopen.com>
9092
9093 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
9094 comparison operation and c1/c2 are floating point constants into
9095 x swap(cmp) (c1 - c2).
9096
9097 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
9098
9099 * genautomata.c (output_translate_vect): Fix a typo in loop
9100 condition.
9101
9102 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
9103
9104 PR target/10377
9105 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
9106 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
9107 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
9108 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
9109 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
9110 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
9111 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
9112 ("*extopqihi_swap_side", "*extopqisi_swap_side")
9113 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
9114 When next to constraint R, replace constraint i with n.
9115
9116 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
9117
9118 PR opt/10024
9119 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
9120
9121 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9122
9123 * doc/contrib.texi (Contributors): Correct my entry.
9124
9125 2003-04-13 Roger Sayle <roger@eyesopen.com>
9126
9127 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
9128 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
9129 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
9130 implies DECL_BUILT_IN to simplify logic.
9131 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
9132
9133 2003-04-13 Roger Sayle <roger@eyesopen.com>
9134
9135 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
9136 (BT_FN_PTR_SIZE_SIZE): Likewise.
9137 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
9138 New built-in functions for malloc, calloc and strdup respectively.
9139 * calls.c (special_function_p): No need to handle malloc-like
9140 functions any longer. ECF_MALLOC is set via built-in attributes.
9141
9142 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
9143
9144 * doc/extend.texi: Document these new built-in functions.
9145
9146 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9147
9148 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
9149 (expand_builtin_stpcpy): New.
9150 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
9151 * builtins.def: Add mempcpy & stpcpy support.
9152 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
9153
9154 2003-04-13 Nick Clifton <nickc@redhat.com>
9155
9156 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
9157 "GCC".
9158 * config/rs6000/40x.md, config/rs6000/603.md,
9159 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
9160 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
9161 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
9162 config/rs6000/aix43.h, config/rs6000/aix51.h,
9163 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
9164 config/rs6000/altivec.h, config/rs6000/altivec.md,
9165 config/rs6000/beos.h, config/rs6000/darwin.h,
9166 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
9167 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
9168 config/rs6000/freebsd.h, config/rs6000/gnu.h,
9169 config/rs6000/host-darwin.c, config/rs6000/linux.h,
9170 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
9171 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
9172 config/rs6000/netbsd.h, config/rs6000/power4.md,
9173 config/rs6000/rios1.md, config/rs6000/rios2.md,
9174 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
9175 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
9176 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
9177 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
9178 config/rs6000/spe.md, config/rs6000/sysv4.h,
9179 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
9180 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
9181
9182 2003-04-13 Nick Clifton <nickc@redhat.com>
9183
9184 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
9185 support for -mcall-aix switch.
9186 * config/rs6000/eabiaix.h: Delete.
9187 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
9188 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
9189 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
9190 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
9191 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
9192 debug_stack_info, output_function_profiler,
9193 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
9194 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
9195 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
9196 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
9197 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
9198 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
9199 multilibs.
9200 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
9201 (MULTILIB_EXCEPTIONS): Delete.
9202 (MULTILIB_MATCHES): Remove mcall-aix matches.
9203
9204 * doc/fragments.texi: Replace -mcall-aix example with an ARM
9205 one.
9206 * doc/install.texi: Delete powerpc-*-eabiaix target.
9207 * doc/invoke.texi: Remove documentation of mcall-aix switch.
9208 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
9209 * config.gcc: Delete powerpc-*-eabiaix target.
9210
9211 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
9212
9213 * doc/invoke.texi: Fix typos.
9214 * doc/tm.texi: Likewise.
9215
9216 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9217
9218 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
9219
9220 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9221
9222 * tree.c (build_constructor): New function.
9223 * tree.h: Prototype it.
9224
9225 * c-typeck.c (build_c_cast, pop_init_level)
9226 * profile.c (build_function_info_value, build_gcov_info_value)
9227 (create_profiler):
9228 Use build_constructor.
9229
9230 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
9231
9232 * objc/objc-act.c (build_constructor):
9233 Rename objc_build_constructor. Use build_constructor.
9234 (build_objc_string_object, objc_add_static_instance)
9235 (init_def_list, init_objc_symtab, init_module_descriptor)
9236 (generate_static_references, build_selector_translation_table)
9237 (build_descriptor_table_initializer, generate_descriptor_table)
9238 (build_protocol_initializer, build_ivar_list_initializer)
9239 (generate_ivars_list, build_dispatch_table_initializer)
9240 (generate_dispatch_table, generate_protocol_list)
9241 (build_category_initializer, build_shared_structure_initializer):
9242 Update to match.
9243
9244 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9245
9246 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
9247
9248 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9249
9250 * config/m68hc11/m68hc11-protos.h
9251 (m68hc11_eq_compare_operator): Declare
9252 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
9253 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
9254 (d_register_operand): Check the operand mode.
9255 (hard_addr_reg_operand): Likewise.
9256
9257 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9258
9259 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
9260 pattern for dbcc/ibcc generation for 68HC12.
9261 ("doloop_end"): New pattern.
9262 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
9263 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
9264 ("m68hc12_dbcc_dec_qi"): New pattern.
9265 ("m68hc12_dbcc_inc_qi"): New pattern.
9266 (split): Add split for the above when we can't use dbcc/ibcc due to
9267 reloading.
9268 (peephole2): Add peephole2 to generate the above when possible.
9269
9270 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9271
9272 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
9273 mode of operand 0.
9274 (peephole2 optimize const load): Likewise for operand 2.
9275 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
9276 clobbers CC_REGNUM.
9277 ("*rotrhi3_with_carry"): Likewise.
9278 (ashift:DI 1 split): Update pattern to create the above rotate.
9279 (lshiftrt:DI 1 split): Likewise.
9280
9281 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9282
9283 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
9284 ("tstqi_z_used" split): Use it.
9285 ("cmphi_z_used"): Likewise.
9286 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
9287 ("cmpqi_z_used"): Likewise.
9288
9289 2003-04-12 Mark Mitchell <mark@codesourcery.com>
9290
9291 PR c++/7910
9292 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
9293
9294 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9295
9296 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
9297 * configure, config.in: Regenerate.
9298 * intl.c (gcc_gettext_width): New function.
9299 * intl.h: Prototype it.
9300
9301 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9302
9303 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
9304 recognize -mnorelax.
9305 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
9306 (REG_CLASS_NAMES): Add its name.
9307 (REG_CLASS_CONTENTS): Define its content.
9308
9309 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9310
9311 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
9312 parameters so that offsets are valid for far definition.
9313 (__mulsi3): Likewise and use ret to return.
9314 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
9315
9316 2003-04-12 David Edelsohn <edelsohn@gnu.org>
9317
9318 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
9319
9320 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
9321
9322 * mklibgcc.in (libgcc-stage-start): For every multilib directory
9323 containing a libgcc.a, move lib* to the corresponding stage dir.
9324
9325 * Makefile.in (stage1-start, stage2-start, stage3-start,
9326 stage4-start): Move $(SPECS) to specs in stage dir.
9327 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
9328 back as $(SPECS).
9329
9330 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
9331 object files from the non-libgcc/ multilib directories as well.
9332
9333 2003-04-11 Geoffrey Keating <geoffk@apple.com>
9334
9335 * profile.c (read_counts_file): Initialise 'checksum'.
9336
9337 * emit-rtl.c (gen_rtx): Really correct typo.
9338
9339 PR c++/9393
9340 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
9341 * configure.in: Check for gettimeofday.
9342 * tree.c (flag_random_seed): Define.
9343 (default_flag_random_seed): New.
9344 (append_random_chars): Use flag_random_seed rather than trying
9345 to acquire randomness here.
9346 * tree.h (default_flag_random_seed): Declare.
9347 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
9348 descriptions.
9349 (decode_f_option): Handle -frandom-seed.
9350 (print_switch_values): Call default_flag_random_seed.
9351 * flags.h (flag_random_seed): Declare.
9352 * configure: Regenerate.
9353 * config.in: Regenerate.
9354 * config/alpha/t-crtfm: Use -frandom-seed.
9355
9356 * doc/extend.texi (Empty Structures): New.
9357
9358 * c-pch.c: Include flags.h. Add comments to routines.
9359 (struct c_pch_validity): New.
9360 (get_ident): Update PCH file version number.
9361 (pch_init): Output current debugging type.
9362 (c_common_valid_pch): Check debugging type.
9363 * Makefile.in (c-pch.o): Update dependencies.
9364 * flags.h (debug_type_names): Declare.
9365 * toplev.c (debug_type_names): Move out of decode_g_option.
9366
9367 2003-04-11 Eric Christopher <echristo@redhat.com>
9368
9369 * emit-rtl.c (gen_rtx): Fix typos.
9370
9371 2003-04-11 Richard Henderson <rth@redhat.com>
9372
9373 * emit-rtl.c (gen_rtx): Zero '0' fields.
9374
9375 2003-04-11 Richard Henderson <rth@redhat.com>
9376
9377 PR c++/10202
9378 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
9379 not COMPLETE_TYPE_P for re-invoking layout_decl.
9380
9381 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
9382
9383 * doc/bugreport.texi: Fix paragraph breaking between sections
9384 in preparation for TeXinfo's paragraph indentation fixes.
9385 * doc/extend.texi: Ditto.
9386 * doc/invoke.texi: Ditto.
9387 * doc/objc.texi: Ditto.
9388 * doc/gcov.texi: Wrap 'gcov' in @command{}.
9389 * doc/invoke.texi (Darwin Options): Add a preamble.
9390
9391 2003-04-11 Richard Henderson <rth@redhat.com>
9392
9393 * config/i386/i386.c (tls_model_chars): Remove.
9394 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
9395 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
9396 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9397 (tls_symbolic_operand_1): Likewise.
9398 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
9399 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
9400 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
9401 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
9402 bits "copied from i386.h" with default_encode_section_info.
9403
9404 2003-04-11 Richard Henderson <rth@redhat.com>
9405
9406 * rtl.def (SYMBOL_REF): Add two 0 fields.
9407 * gengtype.c (adjust_field_rtx_def): Handle them.
9408 * print-rtl.c (print_rtx): Print them.
9409 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
9410 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
9411 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
9412 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
9413 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
9414 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
9415 (SYMBOL_FLAG_MACH_DEP): New.
9416 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
9417 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
9418 (assemble_static_space): Set SYMBOL_REF_FLAGS.
9419 (assemble_trampoline_template): Likewise.
9420 (output_constant_def, force_const_mem): Likewise.
9421 (default_encode_section_info): New.
9422 * output.h: Declare it.
9423 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
9424
9425 2003-04-11 Richard Henderson <rth@redhat.com>
9426
9427 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
9428 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
9429 * optabs.c (init_optabs): Initialize them.
9430 (init_libfuncs): Use init_one_libfunc.
9431 * calls.c (expand_call): Use gcov_flush_libfunc.
9432 * expr.c (store_constructor): Use setbits_libfunc.
9433 * function.c (expand_main_function): Use init_one_libfunc.
9434 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
9435
9436 2003-04-11 Mark Mitchell <mark@codesourcery.com>
9437
9438 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
9439 documentation; add DECL_FRIEND_CONTEXT.
9440
9441 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9442
9443 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
9444 notes on linker selection and configuration for 64-bit HP-UX port.
9445 * doc/invoke.texi (hppa): Remove hppa text from description for
9446 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
9447 and -threads options.
9448
9449 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
9450 libc.a on libdld.sl when -static is specified and -nolibdld is not
9451 specified.
9452 * pa64-hpux.h (LIB_SPEC): Likewise.
9453 * pa-hpux11.h (LIB_SPEC): Likewise.
9454 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
9455 is not specified.
9456
9457 2003-04-11 Zack Weinberg <zack@codesourcery.com>
9458
9459 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
9460 not IDENTIFIER_LOCAL_VALUE.
9461
9462 2003-04-11 Richard Henderson <rth@redhat.com>
9463
9464 PR c/10201
9465 * expr.c (expand_expr): Move DECL_RTL frobbing ...
9466 * stor-layout.c (layout_decl): ... here.
9467
9468 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
9469
9470 * doc/invoke.texi: Eliminate extra white-space caused by
9471 @gccoptlist{ on its own line.
9472 * doc/invoke.texi: Ensured there are two spaces between each option.
9473 * doc/invoke.texi: Re-wrapped option lines that were too wide.
9474 Added @gol to options that didn't have them.
9475
9476 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
9477
9478 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
9479 gcov-iov.h.
9480
9481 Simplify interface to gcov reading and writing.
9482 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
9483 gcov_alloc, gcov_modified, gcov_errored): Move into ...
9484 (struct gcov_var gcov_var): ... this static structure.
9485 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
9486 Return void.
9487 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
9488 read object.
9489 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
9490 (gcov_reserve_length): Remove.
9491 (gcov_write_tag): New.
9492 (gcov_write_length): Adjust.
9493 (gcov_read_summary, gcov_write_summary): Adjust.
9494 (gcov_eof, gcov_ok): Rename to ...
9495 (gcov_is_eof, gcov_is_error): ... here. Return error code.
9496 (gcov_save_position, gcov_resync): Rename to ...
9497 (gcov_position, gcov_seek): ... here.
9498 (gcov_skip, gcov_skip_string): Remove.
9499 (gcov_error): Remove.
9500 (gcov_open, gcov_close): Adjust.
9501 * gcov.c (find_source): Take const char *, copy it on allocation.
9502 (read_graph_file): Adjust.
9503 (read_count_file): Adjust.
9504 * libgcov.c (gcov_exit): Adjust.
9505 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
9506 tag_arc_counts, tag_summary): Return void. Adjust.
9507 (struct tag_format): Adjust proc member.
9508 (dump_file): Adjust gcov calls.
9509
9510 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9511
9512 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
9513 mkfixinc.sh.
9514 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
9515 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
9516 build != host sysrooted builds.
9517 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
9518 TARGET_SYSTEM_ROOT even on sysrooted natives.
9519 * configure: Rebuilt.
9520
9521 2003-04-10 Zack Weinberg <zack@codesourcery.com>
9522
9523 * c-decl.c (struct binding_level): Add shadowed_tags and
9524 function_body; remove this_block, tag_transparent, and
9525 subblocks_tag_transparent; update comments.
9526 (clear_binding_level, lookup_tag_reverse): Kill.
9527 (make_binding_level): Use ggc_alloc_cleared or memset.
9528 (lookup_tag): Remove struct binding_level* parameter. All
9529 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
9530 current_binding_level->tags if asked for thislevel_only or if
9531 we might have to diagnose "struct foo; union foo;"
9532 (pushlevel): Ignore argument. Do not push another binding
9533 level on the transition from the parameters to the top level
9534 of the function body; just tweak the flags and proceed.
9535 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
9536 a function body, separate the parameter list from the
9537 top-level local variables.
9538 (set_block): Do nothing.
9539 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
9540 shadowed_tags if necessary.
9541 (warn_if_shadowing): Nuke the special case for local shadowing
9542 parameter.
9543 (pushdecl): Do not create a shadow entry if we are replacing
9544 an older decl in the same binding level.
9545 (pushdecl_function_level): Tweak for new way of indicating
9546 function scope.
9547 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
9548 (start_function): Don't set subblocks_tag_transparent.
9549 (finish_function): Fix up the binding_level stack for totally
9550 empty functions. Otherwise, don't call poplevel.
9551
9552 * c-common.c (shadow_warning): MANDATORY argument is no longer
9553 necessary. Always use plain warning.
9554 * c-common.h: Update to match.
9555
9556 * cfglayout.c (scope_to_insns_initialize): Clear block when we
9557 hit the FUNCTION_DECL.
9558 * function.c: Do not create cyclic tree structure.
9559
9560 2003-04-10 Zack Weinberg <zack@codesourcery.com>
9561
9562 * c-tree.h (struct lang_identifier): Replace global_value,
9563 local_value members with symbol_value, tag_value. Kill
9564 implicit_decl and limbo_value.
9565 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
9566 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
9567 C_MISSING_PROTOTYPE_WARNED): Kill.
9568 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
9569 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
9570 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
9571 (implicit_decl_warning, lookup_name_current_level,
9572 record_function_scope_shadow): Don't prototype.
9573 (pushdecl_function_level): Prototype.
9574
9575 * c-decl.c (truly_local_externals): New variable.
9576 (struct binding_level): Adjust commentary.
9577 (get_function_binding_level, clear_limbo_values,
9578 record_function_scope_shadow): Kill.
9579 (lookup_name_current_level, implicit_decl_warning): Are now static.
9580 (any_external_decl, record_external_decl): New static functions.
9581 (clone_underlying type): Split out of pushdecl.
9582 (c_print_identifier): Update to match changes to struct
9583 lang_identifier.
9584 (poplevel): Delete #if 0 block. Make externals invisible
9585 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
9586 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
9587 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
9588 (duplicate-decls): For real parm decl after a forward decl,
9589 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
9590 foo(...) { } with only a warning. Say whether a previous
9591 declaration was implicit.
9592 (warn_if_shadowing): Now handles all shadowing, not just
9593 local-over-local. Clarify comments.
9594 (pushdecl): Rewritten. There is no longer a distinction
9595 between global and local symbol values; they're all
9596 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
9597 DECL_EXTERNAL decls, and use any_external_decl to check
9598 against previous externals. Kill #if 0 blocks. Don't
9599 tolerate error_mark_node being NULL.
9600 (pushdecl_top_level): Handle only those cases which
9601 Objective C (the only user) needs.
9602 (pushdecl_function_level): New function.
9603 (implicitly_declare): Create ordinary decls with
9604 C_DECL_IMPLICIT set. Recycle old decls, however they got
9605 created.
9606 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
9607 for C_DECL_INVISIBLE symbols.
9608 (lookup_name_current_level): Likewise. Use chain_member.
9609 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
9610 Use pushdecl_function_level.
9611 (builtin_function): Use C_DECL_INVISIBLE.
9612 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
9613 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
9614 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
9615 (identifier_global_value): Same. Must scan
9616 global_binding_level in extremis.
9617
9618 * c-typeck.c (undeclared_variable): New static function, split
9619 from build_external_ref.
9620 (build_external_ref): Use DECL_CONTEXT, not
9621 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
9622 an instance variable. Restructure for clarity.
9623 * objc/objc-act.c: Use identifier_global_value, not
9624 IDENTIFIER_GLOBAL_VALUE.
9625
9626 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
9627
9628 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
9629 not Working Paper.
9630 * doc/invoke.texi (C++ Dialect Options): Same.
9631
9632 2003-04-10 Zack Weinberg <zack@codesourcery.com>
9633
9634 * tree.c (tree_operand_check_failed): New function.
9635 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
9636 TREE_RTL_OPERAND_CHECK): New checking macros.
9637 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
9638 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
9639 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
9640 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
9641 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
9642 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
9643 checking macros.
9644
9645 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
9646
9647 PR inline-asm/8803
9648 * function.c (instantate_virtual_regs): Verify that all ASM statements
9649 match after the virutal regs instantiation.
9650
9651 2003-04-10 Steve Ellcey <sje@cup.hp.com>
9652
9653 * ia64-protos.h (addp4_optimize_ok): New.
9654 * ia64.c (addp4_optimize_ok): New.
9655 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
9656 (*ptr_extend_plus_2): Ditto.
9657
9658 2003-04-10 Steve Ellcey <sje@cup.hp.com>
9659
9660 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
9661 not with convert_memory_address.
9662 (store_constructor): Ditto, and same for copy_size_rtx.
9663 (expand_expr): Ditto.
9664
9665 2003-04-10 Douglas B Rupp <rupp@gnat.com>
9666
9667 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
9668
9669 2003-04-10 Bob Wilson <bob.wilson@acm.org>
9670
9671 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
9672 even if it is configured to be write-through.
9673
9674 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
9675
9676 * config/s390/s390.c (larl_operand): Do not allow symbols
9677 marked with '@'.
9678 (s390_encode_section_info): Mark symbols with forced 1-byte
9679 alignment with '@'.
9680 (s390_strip_name_encoding): Strip '@'.
9681 (legitimize_pic_address): Handle symbols that are not valid
9682 LARL operands in 64-bit mode.
9683
9684 2003-04-10 Andrew Haley <aph@redhat.com>
9685
9686 * tree-inline.c (inlinable_function_p): Disable inlining for
9687 synchronized methods.
9688
9689 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
9690
9691 * c-common.h (lang_statement_code_p): Remove declaration.
9692 (statement_code_p): Ditto.
9693 (c_common_stmt_codes): Define; list of c-common statement codes.
9694 (statement_code_p): New extern declaration.
9695 (STATEMENT_CODE_P): Define.
9696 (INIT_STATEMENT_CODES): Define.
9697 * c-common.c (statement_code_p): Kill the function, declare
9698 as an array of bools instead.
9699 (lang_statement_code_p): Remove.
9700 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
9701 (c_safe_from_p): Ditto.
9702 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
9703 to initialize the statement_code_p array.
9704 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
9705 statement_code_p.
9706 (copy_tree_r): Ditto.
9707 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
9708 statement tree codes.
9709 * cp/lex.c (cxx_init): Add missing print line break. Use
9710 INIT_STATEMENT_CODES to initialize the statement_code_p array.
9711 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
9712 instead of statement_code_p.
9713 * cp/pt.c (tsubst_expr): Ditto.
9714 * cp/tree.c (verify_stmt_tree_r): Ditto.
9715 (cp_statement_code_p): Remove.
9716 (init_tree): Don't set lang_statement_code_p, it's gone.
9717
9718 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9719 Zack Weinberg <zack@codesourcery.com>
9720
9721 * regrename.c (struct du_chain): Use a bitfield for reg_class.
9722 * cse.c (struct qty_table_elem, struct table_elt, struct set):
9723 Use bitfields for fields holding enum rtx_code or
9724 enum machine_mode values. Add comments explaining size choices.
9725
9726 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
9727
9728 * config/fp-bit.c (unpack_d): Handle pair of doubles with
9729 different signs correctly.
9730
9731 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
9732
9733 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
9734 (reg_pending_barrier): Make it of the enumeration type.
9735 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
9736 TRUE_BARRIER.
9737 (sched_analyze): Ditto.
9738 (sched_analyze_insn): Ditto. Use anti-dependencies for
9739 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
9740 (init_deps_global): Initialize the barrier as NO_BARRIER.
9741
9742 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
9743
9744 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
9745 Check that asm insn starts on a new cycle. Add nops after asm
9746 insn to end bundle.
9747 (bundling): Move insn type evaluation from the loop. Call
9748 issue_nops_and_insn with the new parameter. Ignore changing
9749 position for nops after asm insn.
9750
9751 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
9752
9753 * optabs.c: Comment that gen_add2_insn and others may actually
9754 return emitted insns, if the gen functions turn out to return
9755 emitted insns.
9756 * reload1.c (reload_cse_move2add): Cope with emitted insns from
9757 gen_add2_insn.
9758
9759 2003-04-09 Richard Henderson <rth@redhat.com>
9760
9761 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
9762 but not tls_symbolic_operand.
9763 (ia64_expand_load_address): Remove scratch operand.
9764 (ia64_expand_tls_address): Split out from ia64_expand_move.
9765 (ia64_expand_move): Split symbolics only after reload.
9766 (ia64_emit_cond_move): New.
9767 * config/ia64/ia64-protos.h: Update.
9768 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
9769 (symbolic splitter): Accept SImode operands too.
9770 (cmove splitter): Use ia64_emit_cond_move.
9771
9772 2003-04-09 Nick Clifton <nickc@redhat.com>
9773
9774 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
9775 newer.
9776 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
9777 instead of -mno-fpu.
9778 * config/arm/semi.h (ASM_SPEC): Likewise.
9779 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
9780 but only if -msoft-float is specified pass. Otherwise pass
9781 -mfpu=softvfp.
9782
9783 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9784
9785 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
9786 free_EXPR_LIST_node.
9787
9788 2003-04-08 Roger Sayle <roger@eyesopen.com>
9789
9790 * fold-const.c (fold): Use "fold" following build in more places.
9791 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
9792 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
9793
9794 2003-04-08 Roger Sayle <roger@eyesopen.com>
9795
9796 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
9797 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
9798 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
9799 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
9800 Delete function scope "fcode" variable to avoid shadowing.
9801
9802 2003-04-08 Kevin Buettner <kevinb@redhat.com>
9803
9804 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
9805 Take into account DWARF_INITIAL_LENGTH_SIZE.
9806
9807 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
9808
9809 * reorg.c (fill_slots_from_thread): When considering changing the
9810 insn following a reg-to-reg copy insn to use the source reg of the
9811 copy, bail out if there's overlap between the registers.
9812
9813 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9814
9815 * function.c (postponed_insns): New.
9816 (purge_addressof_1): Postpone processing of insns if addressofs
9817 are not put into stack.
9818 (purge_addressof): Process postponed insns.
9819
9820 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
9821
9822 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
9823 this is FP_MODE_DOUBLE .
9824 * sh.c (ra.h): #include.
9825 (push_regs): Add second parameter. Changed all callers.
9826 If necessary, set fpscr before saving floating point registers.
9827 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
9828 do saves / restores with SZ == 1.
9829 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
9830 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
9831 registers are being restored, restore FPSCR only after restoring them.
9832
9833 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
9834
9835 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
9836 regardless of architecture.
9837 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
9838
9839 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
9840
9841 * sh.c (push_regs, calc_live_regs): Return int. Take single
9842 HARD_REG_SET * parameter. Changed all callers.
9843
9844 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
9845
9846 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
9847 GOTOFF operand.
9848 (legitimize_pic_address): Move plus outside the unspec.
9849 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
9850 for validity.
9851
9852 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
9853
9854 * gcov-io.h (gcov_save_position): Remove __inline__ from
9855 declaration.
9856
9857 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
9858
9859 * doc/install.texi: Use @command and @samp for single- and
9860 multi-word commands respectively.
9861 * doc/makefile.texi: Likewise.
9862 * doc/sourcebuild.texi: Likewise.
9863
9864 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
9865 Richard Henderson <rth@redhat.com>
9866
9867 PR c/9516
9868 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
9869 favor of looping and tail recursion for TREE_LIST and binops.
9870
9871 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9872
9873 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
9874 for insns without luid.
9875
9876 2003-04-07 Glen Nakamura <glen@imodulo.com>
9877
9878 PR opt/8634
9879 * explow.c (maybe_set_unchanging): Don't flag non-static const
9880 aggregate type initializers with RTX_UNCHANGING_P.
9881
9882 2003-04-07 Richard Henderson <rth@redhat.com>
9883
9884 PR opt/8634
9885 * function.c (purge_addressof_1): Don't try arithmetics for
9886 unchanging memories.
9887
9888 2003-04-07 Janis Johnson <janis187@us.ibm.com>
9889
9890 * doc/sourcebuild.texi (Test Suites): Document testing support for
9891 gcov and profile-directed optimizations; describe gcc.misc-tests.
9892
9893 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
9894
9895 PR target/10077
9896 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
9897
9898 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
9899
9900 * doc/rtl.texi (Comparison operations): Update to
9901 record the allowed comparison modes.
9902
9903 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
9904
9905 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
9906 V2SI_type_node to opaque_V2SI_type_node. Rename all
9907 V2SF_type_node to opaque_V2SF_type_node.
9908 (rs6000_init_builtins): Define opaque_V2SI_type_node and
9909 opaque_V2SF_type_node.
9910 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
9911 opaque_V2SF_type_node are opaque types.
9912
9913 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
9914
9915 * gcse.c (replace_store_insn): Use single_set.
9916
9917 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
9918
9919 Change gcov file interface to single file at a time.
9920 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
9921 Convert to C89 prototypes.
9922 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
9923 gcov_error, gcov_modified): New static variables.
9924 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
9925 functions.
9926 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
9927 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
9928 (gcov_read_summary, gcov_write_summary): Adjust.
9929 (gcov_save_position, gcov_reserve_length, gcov_write_length):
9930 Adjust.
9931 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
9932 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
9933 (da_file_position, da_file_seek, da_file_write, da_file_read):
9934 Remove.
9935 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
9936 * gcov.c (gcov_type): Don't typedef here.
9937 (IN_GCOV): #define
9938 (read_graph_file, read_count_file): Adjust.
9939 * gcov-dump.c (gcov_type): Don't typedef here.
9940 (IN_GCOV): #define.
9941 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
9942 Remove FILE parameter, adjust.
9943 (struct tag_format): Adjust proc member.
9944 (dump_file): Adjust.
9945 * libgcov.c (IN_LIBGCOV): #define.
9946 (gcov_exit): Adjust.
9947 * loop-init.c: Don't #include gcov-io.h
9948 * profile.c (struct counts_entry): New structure to hold counter
9949 values.
9950 (struct section_reference, struct da_index_entry): Remove.
9951 (bbg_file, da_file): Remove.
9952 (htab_counts_index_hash, htab_counts_index_eq,
9953 htab_counts_index_del): Replace with ...
9954 (htab_counts_entry_hash, htab_counts_entry_eq,
9955 htab_counts_entry_del): ... these.
9956 (cleanup_counts_index, index_counts_file): Remove.
9957 (read_counts_file): New function.
9958 (get_exec_counts): Adjust.
9959 (compute_branch_probabilities): Don't free the exec counts here.
9960 (branch_prob): Adjust.
9961 (init_branch_prob): Adjust.
9962 (end_branch_prob): Adjust.
9963
9964 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
9965
9966 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
9967 -mfloat-gprs.
9968
9969 * config/rs6000/rs6000.c: Delete rs6000_fprs.
9970 Declare rs6000_float_gprs.
9971 Declare rs6000_float_gprs_string.
9972 (rs6000_parse_float_gprs_option): New.
9973 (rs6000_override_options): Genericize rs6000_parse_* calls to use
9974 rs6000_parse_yes_no_option.
9975 Change check for cpu=8540, to use TARGET_E500.
9976 (rs6000_parse_isel_option): Delete.
9977 (rs6000_parse_spe_option): Delete.
9978 (rs6000_parse_vrsave_option): Delete.
9979
9980 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
9981 Define rs6000_float_gprs_string.
9982 (TARGET_OPTIONS): Add rs6000_float_gprs option.
9983
9984 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
9985
9986 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
9987
9988 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
9989
9990 PR opt/10024
9991 * cfglayout.c (cfg_layout_redirect_edge):
9992 Redirect any branch edges unified with the fallthru one.
9993 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
9994 case fallthru edges when called via cfglayout.c
9995
9996 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
9997
9998 * c-typeck.c (output_init_element): Check for type == error_mark_node.
9999
10000 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
10001
10002 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
10003 split.
10004 (a splitter): Do zero-extension via HImode.
10005
10006 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
10007
10008 * doc/invoke.texi: Eliminate extra white-space caused by
10009 @gccoptlist{ on its own line.
10010 * doc/invoke.texi: Ensured there are two spaces between each option.
10011 * doc/invoke.texi: Re-wrapped option lines that were too wide.
10012 Added @gol to options that didn't have them.
10013
10014 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
10015
10016 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
10017
10018 2003-04-06 Zack Weinberg <zack@codesourcery.com>
10019
10020 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
10021 at the sizes of the relevant structures, rather than relying
10022 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
10023 sizes of any such we don't know about. Use
10024 lang_hooks.identifier_size for IDENTIFIER_NODE.
10025
10026 (initializer_zerop): Use CONSTRUCTOR_ELTS.
10027 * tree.def: Update commentary. Make fourth element of
10028 the definition for all 'c' and 'x' nodes zero.
10029
10030 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
10031 * langhooks-def.h: Update to match.
10032 * langhooks.c: New default, lhd_tree_size.
10033
10034 * c-common.def (SRCLOC): Kill.
10035 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
10036 Remove entirely - was already #if-ed out.
10037
10038
10039 2003-04-06 Zack Weinberg <zack@codesourcery.com>
10040
10041 * mklibgcc.in: Use a here document to avoid running afoul of
10042 shells that generate control-A from "echo \1".
10043
10044 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
10045
10046 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
10047 option.
10048
10049 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
10050 rs6000_spe.
10051
10052 * config/rs6000/eabi.h (TARGET_E500): Define.
10053
10054 * config/rs6000/rs6000.h (TARGET_E500): Define.
10055 (TARGET_OPTIONS): Add spe= option.
10056 Declare rs6000_spe and rs6000_spe_string extern.
10057
10058 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
10059 Change TARGET_SPE to TARGET_E500.
10060 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
10061 !TARGET_FPRS.
10062 (print_operand): Same.
10063 (rs6000_generate_compare): Same.
10064 (output_cbranch): Same.
10065 (rs6000_spe): Declare.
10066 (rs6000_spe_string): Declare.
10067 (rs6000_override_options): Call rs6000_parse_spe_option.
10068 (rs6000_parse_spe_option): New.
10069
10070 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
10071
10072 * hashtable.c (gcc_obstack_init): Delete this function
10073 and everything related to it.
10074 * hashtable.h: Remove prototype.
10075 * bitmap.c (bitmap_element_allocate): Cleanup redundant
10076 defines. Cleanup some unnecessary whitespace.
10077 * defaults.h (obstack_chunk_alloc): Redefine with
10078 appropriate casts for libiberty obstacks.
10079 (obstack_chunk_free): Ditto.
10080 (OBSTACK_CHUNK_SIZE): Define, default to 0.
10081 (gcc_obstack_init): Define as a call to _obstack_begin.
10082 * tree.c (print_obstack_statistics): Delete this unused
10083 function.
10084 * tree.h (obstack): Don't forward-declare.
10085 (print_obstack_statistics): Delete prototype.
10086 (print_obstack_name): Ditto.
10087 (gcc_obstack_init): Ditto.
10088 * rtl.h (gcc_obstack_init): Ditto.
10089 * java/jv-scan.c (gcc_obstack_init): Delete this
10090 function, its prototype and related defines.
10091 * java/jvgenmain.c (gcc_obstack_init): Delete this
10092 function, and related defines.
10093 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
10094 (obstack_chunk_free): Ditto
10095
10096 2003-04-06 Geoffrey Keating <geoffk@apple.com>
10097
10098 * dbxout.c (dbxout_handle_pch): Move prototype out from
10099 #if defined DBX_DEBUGGING_INFO.
10100
10101 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
10102
10103 * gcov.c (struct arc_info): Replace local_span with cycle.
10104 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
10105 (solve_flow_graph): Set is_call_return.
10106 (add_line_counts): Adjust. In block mode, blocks attach to last line.
10107 (accumulate_line_counts): Find graph cycles, not spanning tree.
10108 (output_branch_count): Adjust.
10109 (output_lines): Adjust.
10110 * doc/gcov.texi: Update.
10111
10112 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
10113
10114 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
10115 the second alternative to "#".
10116
10117 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
10118
10119 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
10120 (single_zero_operand): Likewise.
10121
10122 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
10123
10124 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
10125 * df.c: Include alloc-pool.h, not obstack.h.
10126 (df_ref_obstack): Remove.
10127 (df_ref_pool, df_link_pool): Add pools.
10128 (df_alloc): Init the new pools.
10129 (df_free): And free them.
10130 (df_link_create): Use the pools.
10131 (df_ref_create): Ditto.
10132
10133 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
10134
10135 * simplify-rtx.c: Fix formatting.
10136
10137 2003-04-05 Andrew Pinski <apinski@apple.com>
10138
10139 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
10140 reg with reg1 == reg2 and offset1 = -8.
10141
10142 2003-04-05 David Edelsohn <edelsohn@gnu.org>
10143
10144 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
10145 multiply costs. Correct Power4 divide costs.
10146 * config/rs6000/power4.md: Restore multiply and FP latency.
10147
10148 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10149
10150 * alias.c (find_base_term): Export.
10151 * rtl.h (find_base_term): Declare.
10152 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
10153 instead of flag_exceptions. Move test for parameter passing ...
10154 (store_killed_in_insn): ... here.
10155
10156 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10157
10158 PR bootstrap/10267
10159 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
10160 for configuring.
10161
10162 2003-04-04 Geoffrey Keating <geoffk@apple.com>
10163
10164 * dbxout.c (scope_labelno): Add GTY.
10165 (have_used_extensions): Add GTY.
10166 (source_label_number): Add GTY.
10167 (lastfile): Add GTY.
10168 (lastfile_is_base): New.
10169 (base_input_file): New.
10170 (dbxout_handle_pch): New.
10171 (dbx_debug_hooks): Add handle_pch.
10172 (xcoff_debug_hooks): Likewise.
10173 (dbxout_function_end): Remove scope_labelno.
10174 (dbxout_init): Set base_input_file.
10175 (dbxout_handle_pch): New.
10176 (dbxout_source_file): Honour lastfile_is_base.
10177 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
10178 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
10179 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
10180 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
10181 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
10182 * debug.h (struct gcc_debug_hooks): Add handle_pch.
10183 * c-pch.c (pch_init): Don't call start_source_file, but do call
10184 handle_pch.
10185 (c_common_write_pch): Call handle_pch.
10186 (c_common_read_pch): Don't call start_source_file,
10187 or end_source_file.
10188
10189 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
10190
10191 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
10192 use of default attributes to agree MEM_ALIGN macro.
10193
10194 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
10195
10196 * dbxout.c (dbxout_type): When printing type index of range type
10197 whose bounds are printed in octal format, print type of parent type if
10198 it exists so enumerated type descriptions are not transformed
10199 into unsigned types.
10200
10201 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
10202
10203 * config/h8300/h8300-protos.h: Add a prototype for
10204 compute_a_shift_cc.
10205 * config/h8300/h8300.c (shift_one): Update the CC status.
10206 (shift_two): Likewise.
10207 (output_a_shift_cc): Set cc_inline and cc_special.
10208 (compute_a_shift_cc): New.
10209 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
10210
10211 2003-04-04 Richard Henderson <rth@redhat.com>
10212
10213 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
10214
10215 2003-04-04 Loren James Rittle <ljrittle@acm.org>
10216
10217 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
10218 * fixinc/fixincl.x: Rebuilt.
10219 * fixinc/tests/base/stdio.h: Regenerated.
10220
10221 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
10222
10223 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
10224
10225 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
10226
10227 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
10228 (NORMAL_MODE).
10229 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
10230
10231 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10232
10233 * doc/contrib.texi (Contributors): Add entries for Wolfgang
10234 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
10235 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
10236 Danny Smith, and Ulrich Weigand.
10237 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
10238 entry.
10239
10240 2003-04-04 Nick Clifton <nickc@redhat.com>
10241
10242 * config/sparc/sol2-bi.h: Revert previous delta.
10243 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
10244
10245 2003-04-04 Nick Clifton <nickc@redhat.com>
10246
10247 * config/v850/v850.c (expand_prologue): Only use register save
10248 helper functions if long calls are not being used.
10249 Add a clobber of r11 id using long calls.
10250 (pattern_is_ok_for_prologue): Account for the extra clobber.
10251 (construct_save_jarl): Likewise.
10252 * config/v850/v850.md (prolog pattern): Do not use this pattern
10253 for v850e's.
10254
10255 2003-04-04 Andreas Schwab <schwab@suse.de>
10256
10257 * stor-layout.c (layout_decl): Avoid syntax error in last change
10258 when PCC_BITFIELD_TYPE_MATTERS is defined but not
10259 EMPTY_FIELD_BOUNDARY.
10260
10261 2003-04-03 Jason Merrill <jason@redhat.com>
10262
10263 PR c/10175
10264 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
10265 Look backwards for a line note.
10266
10267 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
10268
10269 * fix-header.c (read_scan_file): Defer switch processing.
10270
10271 2003-04-03 Matt Austern <austern@apple.com>
10272
10273 * cpppch.c (reset_ht): Remove.
10274 (cpp_read_state): Remove loop to reset hashtable identifiers.
10275 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
10276 after pch file is written.
10277 * ggc.h (gt_pch_fixup_stringpool): Declare.
10278 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
10279 hashnode's value to another hashtable, then clear the original.
10280 (saved_ident_hash): Define.
10281 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
10282 store definitions in ident_hash, and clear ident_hash.
10283 (gt_pch_fixup_stringpool): Define. Restore definitions from
10284 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
10285
10286 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
10287
10288 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
10289
10290 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
10291
10292 PR optimization/10157
10293 * gcse.c (can_copy_p): Rename it to can_copy.
10294 (can_copy_init_p): Remove.
10295 (compute_can_copy): Use can_copy instead of can_copy_p.
10296 (can_copy_p): New exported function. Call compute_can_copy.
10297 (hash_scan_set): Use it.
10298 (gcse_main): Don't call compute_can_copy.
10299 (bypass_jumps): Don't call compute_can_copy.
10300 * rtl.h (can_copy_p): Declare.
10301 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
10302 copy if the mode doesn't support copy operations.
10303
10304 2003-04-03 Jason Merrill <jason@redhat.com>
10305
10306 * Makefile.in (unstrap): Also remove stage_last.
10307
10308 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
10309 (dwarf2out_source_line): Don't do anything if line==0.
10310
10311 * stor-layout.c (do_type_align): New fn, split out from...
10312 (layout_decl): ...here. Do all alignment calculations for
10313 FIELD_DECLs here.
10314 (update_alignment_for_field): Not here.
10315 (start_record_layout, debug_rli): Remove unpadded_align.
10316 * tree.h (struct record_layout_info_s): Remove unpadded_align.
10317 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
10318 or DECL_MODE on the CONST_DECLs.
10319 (finish_struct): Don't mess with DECL_ALIGN.
10320
10321 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
10322
10323 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
10324
10325 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
10326
10327 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
10328 function is an interrupt handler.
10329
10330 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
10331 restoring target registers with EH_RETURN_STACKADJ_RTX; use
10332 multiple registers in round-robin fashion.
10333
10334 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10335
10336 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
10337 * system.h (CHAR_BITFIELD): New.
10338
10339 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
10340
10341 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
10342 and LE.
10343 (another peephole2): Likewise.
10344
10345 2003-04-03 Nick Clifton <nickc@redhat.com>
10346
10347 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
10348 (DEF_ARCH64_SPEC): Likewise.
10349
10350 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
10351
10352 * i386.c (constant_address_p): Use legitimate_constant_p.
10353 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
10354
10355 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10356
10357 * config/h8300/h8300-protos.h: Add a prototype for
10358 gtle_operator.
10359 * config/h8300/h8300.c (gtle_operator): New.
10360 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
10361 gtle_operator.
10362 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
10363 and LE.
10364
10365 2003-04-02 Richard Henderson <rth@redhat.com>
10366
10367 * libgcc-std.ver (_Unwind_GetCFA): New.
10368 * unwind-dw2.c (_Unwind_GetCFA): New.
10369 * unwind-libunwind.c (_Unwind_GetCFA): New.
10370 * unwind-sjlj.c (_Unwind_GetCFA): New.
10371 * unwind.h: Declare it.
10372
10373 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
10374
10375 PR inline-asm/8088
10376 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
10377 when MMX/SSE is not available.
10378
10379 2003-04-02 Mike Stump <mrs@apple.com>
10380
10381 * doc/install.texi (Specific): Update pointers to apple.com.
10382
10383 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
10384
10385 * i386.c (override_options): Disable red zone by default on i386.
10386 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
10387 Do not test TARGET_64BIT together with TARGET_RED_ZONE
10388
10389 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10390
10391 * config/h8300/h8300.md (a peephole2): Tighten the condition.
10392
10393 2003-04-02 Richard Henderson <rth@redhat.com>
10394
10395 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
10396
10397 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10398
10399 * config/h8300/h8300.md (a peephole2): New.
10400
10401 2003-04-02 Richard Henderson <rth@redhat.com>
10402
10403 * except.c (sjlj_find_directly_reachable_regions): Recognize when
10404 must-not-throw region has been deleted.
10405
10406 2003-04-02 Richard Henderson <rth@redhat.com>
10407
10408 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
10409 optimization when flag_exceptions not enabled.
10410
10411 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
10412
10413 * config/rs6000/rs6000.c
10414 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
10415 macros.
10416 (rs6000_issue_rate): Add case for 8540.
10417 (rs6000_use_sched_lookahead): New function.
10418
10419 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
10420 units into MU ones.
10421 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
10422 reservation before retirement.
10423 (ppc8540_multiply, ppc8540_load, ppc8540_store,
10424 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
10425 Remove additional cycle in the reservation before retirement.
10426 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
10427 reservation of ppc8540_issue.
10428
10429 2003-04-02 Andreas Schwab <schwab@suse.de>
10430
10431 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
10432
10433 2003-04-01 Richard Henderson <rth@redhat.com>
10434
10435 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
10436 notes for nothrow calls if flag_forced_unwind_exceptions.
10437 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
10438 (sjlj_find_directly_reachable_regions): Likewise.
10439 (reachable_handlers): Likewise.
10440 (can_throw_external): Likewise.
10441 (collect_one_action_chain): Record cleanups after catch-all and
10442 must-not-throw if flag_forced_unwind_exceptions.
10443 * flags.h (flag_forced_unwind_exceptions): Declare.
10444 * toplev.c (flag_forced_unwind_exceptions): New.
10445 (lang_independent_options): Add it.
10446 * doc/invoke.text: Add it.
10447
10448 2003-04-01 David Mosberger <davidm@hpl.hp.com>
10449
10450 * config/ia64/crti.asm: Clean up trailing whitespace.
10451 Remove trailing hashes (#) from identifiers.
10452
10453 * config/ia64/crtn.asm: Ditto.
10454
10455 * config/ia64/crtend.asm: Remove trailing hashes (#) from
10456 identifiers.
10457 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
10458 directives. Drop explicit bundling---it just makes the code
10459 harder to read. Don't save/restore gp needlessly.
10460
10461 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
10462 identifiers (they're only needed if the identifier would clash
10463 with a register name otherwise).
10464 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
10465 directives. Drop explicit bundling---it just makes the code
10466 harder to read.
10467 (__do_jv_register_classes): Ditto.
10468 (.fini_array): Remove "progbits" (newer
10469 assemblers don't like wrong section-types).
10470 (.init_array): Ditto.
10471
10472 2003-04-01 Roger Sayle <roger@eyesopen.com>
10473
10474 PR fortran/9974
10475 * gcse.c (reg_killed_on_edge): New function to test whether the
10476 given reg is overwritten by any instruction queued on an edge.
10477 (bypass_block): Ignore substitutions killed on incoming edges.
10478 Don't bypass outgoing edges that have queued instructions.
10479
10480 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
10481
10482 * real.h (EXP_BITS): Make room for...
10483 (struct real_value): ... added canonical bit.
10484 (struct real_format): Added pnan.
10485 (mips_single_format, mips_double_format, mips_extended_format,
10486 mips_quad_format): New.
10487 * real.c: Copy p to pnan in all formats.
10488 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
10489 (real_nan): Use pnan to compute significand's shift.
10490 (real_identical): Disregard significand in canonical
10491 NaNs.
10492 (real_hash): Likewise. Take signalling into account.
10493 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
10494 Disregard significand bits in canonical NaNs. Set all bits of
10495 canonical NaN if !qnan_msb_set.
10496 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
10497 qnan_msb_set to tell the base double format.
10498 (ibm_extended_format): Use 53 as pnan.
10499 (mips_single_format, mips_double_format, mips_extended_format,
10500 mips_quad_format): Copied from the corresponding ieee/ibm
10501 formats, with qnan_msb_set false.
10502 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
10503 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
10504 * config/mips/mips.c (override_options): Use mips_single_format
10505 and mips_double_format. Default TFmode to mips_quad_format.
10506 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
10507 * config/mips/t-irix6: Likewise.
10508 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
10509 * config/fp-bit.c (pack_d, unpack_d): Obey it.
10510
10511 2003-04-01 Geoffrey Keating <geoffk@apple.com>
10512
10513 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
10514 (live_image_destructor): Reset image to initial state.
10515 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
10516
10517 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
10518
10519 * config/sparc/sparc.c (input_operand): Accept bare
10520 CONSTANT_P_RTX operands.
10521
10522 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10523
10524 * gcse.c (struct ls_expr): Added pattern_regs field.
10525 (ldst_entry): Initialize it.
10526 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
10527 (store_ops_ok): Use regs precomputed by them.
10528 (find_loads, store_killed_in_insn, load_kills_store): Change return
10529 type to bool.
10530 (store_killed_before, store_killed_after): Take position of register
10531 set in account.
10532 (reg_set_info): Store position of the setter.
10533 (gcse_main): Enable store motion.
10534 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
10535 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
10536 sharing.
10537 (simple_mem): Enable store motion of non-symbol mems.
10538 (regvec): Type changed.
10539 (LAST_AVAIL_CHECK_FAILURE): New.
10540 (compute_store_table_current_insn): New.
10541 (build_store_vectors): Computation of availability and anticipatability
10542 moved ...
10543 (compute_store_table, find_moveable_store): ... here.
10544 (delete_store): Remove senseless comment.
10545 (store_motion): Reorganize.
10546
10547 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10548
10549 * config/mips/mips.c (override_options): Provide mappings for
10550 HI_REGNUM and LO_REGNUM.
10551 * config/mips/mips.h (MD_DBX_FIRST): Define.
10552
10553 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10554
10555 * combine.c (merge_outer_ops): Fix typo.
10556
10557 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
10558
10559 2003-04-01 David Edelsohn <edelsohn@gnu.org>
10560
10561 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10562 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
10563 imul_compare. Add lmul_compare.
10564 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
10565 in second pair of dispatch slots. Model stores more accurately.
10566 Tweak multiply model. Add bypasses for CR instructions dependent
10567 on complicated compares.
10568 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
10569 (muldi3): Add lmul_compare patterns.
10570 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
10571 and FPSTORE_UX to split instructions and add COMPARE,
10572 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
10573 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
10574 (rs6000_rtx_costs): Separate POWER4 multiply case.
10575
10576 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
10577
10578 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
10579 Do nothing if __builtin_return_address was not used.
10580
10581 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
10582
10583 * i386.md (test patterns): Allow memory operand in operand1.
10584
10585 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
10586
10587 * testsuite/gcc.c-torture/execute/simd-3.c: New.
10588
10589 * expr.c (expand_expr): Handle VECTOR_CST.
10590 (const_vector_from_tree): New.
10591
10592 * varasm.c (output_constant): Handle VECTOR_CST.
10593
10594 * c-typeck.c (digest_init): Build a vector constant from a
10595 VECTOR_TYPE.
10596
10597 * config/rs6000/rs6000.c: Remove prototype for
10598 easy_vector_constant.
10599 (easy_vector_constant): Add mode parameter. Rewrite to handle
10600 more easy constants.
10601 (rs6000_emit_move): Pass mode to easy_vector_constant.
10602 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
10603 (emit_easy_vector_insn): New.
10604 (easy_vector_same): New.
10605 (EASY_VECTOR_15): New macro.
10606 (EASY_VECTOR_15_ADD_SELF): New macro.
10607 (bdesc_2arg): Rename to xorv2si3.
10608 (easy_vector_constant_add_self): New.
10609 (input_operand): Allow vector constants.
10610
10611 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
10612 easy_vector_constant, easy_vector_constant_add_self.
10613 (EXTRA_CONSTRAINT): Add 'W'.
10614
10615 * config/rs6000/rs6000-protos.h: Add prototype for
10616 easy_vector_constant, emit_easy_vector_insn.
10617
10618 * config/rs6000/altivec.md (xorv8hi3): New.
10619 (xorv16qi3): New.
10620 Remove all _const0 patterns.
10621 (movv4si_internal): Rewrite to use code. Add vector constant to
10622 vector alternative. Add splitter.
10623 (movv8hi_internal): Same.
10624 (movv16qi_internal): Same.
10625 (movv4sf_internal): Same.
10626 Change the unspecs for vspltis* to use constants.
10627
10628 * config/rs6000/spe.md ("xorv4hi3"): New.
10629 ("spe_evxor"): Rename to xorv2si3.
10630 ("xorv1di3"): New.
10631 Remove all _const0 patterns.
10632 (movv2si_internal): Rewrite to use code. Add vector constant to
10633 alternatives. Add splitter.
10634 (movv4hi_internal): Add vector constant to alternatives.
10635 (movv1di_internal): Same.
10636 (movv2sf_internal): Same.
10637
10638 2003-03-31 Mark Mitchell <mark@codesourcery.com>
10639
10640 PR c/9936
10641 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
10642 variably-sized arrays in parameters.
10643 (set_save_expr_context): New function.
10644 (c_expand_body): Use it, via walk_tree.
10645
10646 2003-03-31 Eric Christopher <echristo@redhat.com>
10647
10648 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
10649 (combinable_i3pat): Remove call to expand_field_assignment and
10650 #if 0'd code.
10651
10652 2003-03-31 Mark Mitchell <mark@codesourcery.com>
10653
10654 PR c++/10278
10655 * c-common.c (finish_label_address_expr): Handle the
10656 error_mark_node.
10657
10658 2003-03-31 Richard Henderson <rth@redhat.com>
10659
10660 * real.c (real_identical): Reorg so as to not compare
10661 signalling for normals.
10662
10663 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
10664
10665 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
10666
10667 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
10668
10669 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
10670 notes as they are boggus.
10671 (m68hc11_gen_movqi): Likewise.
10672
10673 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
10674
10675 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
10676 save the soft registers after the frame pointer so that gdb can unwind
10677 the frame more easily.
10678 (expand_epilogue): Likewise in opposite order; allow to use X register
10679 as scratch if the return value is by reference.
10680
10681 2003-03-31 Jason Merrill <jason@redhat.com>
10682
10683 PR java/10145
10684 * stor-layout.c (update_alignment_for_field): Respect
10685 DECL_USER_ALIGN for zero-length bitfields, too.
10686 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
10687 fields.
10688
10689 2003-03-31 Matt Austern <austern@apple.com>
10690
10691 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
10692 (count_defs): Keep track of number of defs as well as total size.
10693 (write_defs): Put every definition in cpp_savedstate's defs array.
10694 (comp_hashnode): Define. Comparison function for qsort.
10695 (cpp_write_pch_deps): Sort definitions before writing them.
10696 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
10697 (collect_ht_nodes): Define.
10698 (cpp_valid_state): When verifying that undefined identifiers in
10699 the pch file are still undefined, read a sorted list of undefined
10700 identifiers, collect all defined identifiers into a sorted list,
10701 and walk through both lists to make sure there's no match.
10702
10703 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
10704
10705 * config/h8300/h8300.md (a peephole2): New.
10706
10707 2003-03-31 Michael Matz <matz@suse.de>
10708
10709 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
10710
10711 2003-03-31 Segher Boessenkool <segher@koffie.nl>
10712
10713 PR target/10177
10714 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
10715 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
10716 all call-clobbered registers as used.
10717
10718 2003-03-31 Michael Matz <matz@suse.de>
10719
10720 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
10721 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
10722
10723 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
10724
10725 * gcov.c: Add -a & -u options.
10726 (struct arc_info): Add local_span, is_call_non_return,
10727 is_nonlocal_return, is_unconditional flags, remove is_call flag.
10728 (struct block_info): Add flags, is_call_site, is_nonlocal_return
10729 members. Make encodings a union with span member.
10730 (struct function_info): Add blocks_executed, line, src, line_next
10731 members.
10732 (struct coverage_info): Make branches a union with blocks member.
10733 (struct source_info): Add functions member.
10734 (object_summary, program_count): New global variables.
10735 (flag_all_blocks, flag_unconditional): New flags.
10736 (find_source, output_branch_count): New functions.
10737 (print_usage): Adjust.
10738 (options): Adjust.
10739 (process_args): Adjust.
10740 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
10741 <GCOV_TAG_BLOCKS>: Read flags.
10742 <GCOV_TAG_LINES>: Adjust.
10743 (read_count_file): Process SUMMARY tags.
10744 (solve_flow_graph): Set is_unconditional and clear is_call_site
10745 appropriately.
10746 (add_branch_counts): Adjust. Don't count unconditional branches.
10747 (add_line_counts): Deal with all-blocks mode, accumulate block
10748 coverage.
10749 (accumulate_line_counts): Adjust, generate local spanning tree for
10750 all-blocks mode.
10751 (output_lines): Adjust.
10752 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
10753 * doc/gcov.texi: Document.
10754
10755 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
10756
10757 * config/h8300/h8300.md: Organize peephole2's that transform
10758 (compare (reg:HI) (const_int)).
10759
10760 2003-03-31 Roger Sayle <roger@eyesopen.com>
10761
10762 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
10763 (init_emit_once): Initialize dconstm2 and dconsthalf here.
10764 * real.h (dconstm2, dconsthalf): Add prototypes here.
10765 * real.c (real_sqrt): Use dconsthalf rather than local copy.
10766 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
10767 exp(x/2.0) remember to fold the division if possible.
10768 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
10769 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
10770 1.0/(x*x) and pow(x,0.5) as sqrt(x).
10771
10772 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
10773
10774 * config/h8300/h8300.md (a new peephole2): New.
10775
10776 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
10777
10778 * gcse.c (simple_mem): Return false for floating-point accesses
10779 if flag_float_store is true.
10780
10781 2003-03-30 Roger Sayle <roger@eyesopen.com>
10782
10783 * gcse.c (gcse_constant_p): New function to identify constants
10784 suitable for constant propagation, including COMPARE with two
10785 integer constant arguments.
10786 (hash_scan_set): Use gcse_constant_p.
10787 (find_avail_set): Likewise.
10788 (cprop_insn): Likewise.
10789 (do_local_cprop): Likewise.
10790 (find_implicit_sets): Likewise.
10791 (find_bypass_set): Likewise.
10792
10793 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
10794
10795 * except.h: Remove definition of varray_type.
10796
10797 2003-03-30 Richard Henderson <rth@redhat.com>
10798
10799 PR opt/10011, opt/10252:
10800 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
10801 before post-gcse cse pass.
10802
10803 2003-03-30 Roger Sayle <roger@eyesopen.com>
10804
10805 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
10806
10807 2003-03-30 DJ Delorie <dj@redhat.com>
10808
10809 * profile.c (instrument_edges): Make sure any newly created
10810 jump insns have correct jump label info.
10811
10812 2003-03-30 Richard Henderson <rth@redhat.com>
10813
10814 * cfgbuild.c (make_edges): Use tablejump_p.
10815 * cfgcleanup.c (label_is_jump_target_p): Likewise.
10816 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
10817 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
10818 (try_redirect_by_replacing_jump): Likewise.
10819 (redirect_edge_and_branch): Likewise.
10820 * cse.c (fold_rtx): Likewise.
10821 * jump.c (delete_related_insns): Likewise.
10822 * rtlanal.c (get_jump_table_offset): Likewise.
10823 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
10824
10825 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10826
10827 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
10828 (STRICT2_WARN): Likewise.
10829
10830 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10831
10832 PR other/6955
10833 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
10834 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
10835
10836 2003-03-30 Richard Henderson <rth@redhat.com>
10837
10838 PR c/10083
10839 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
10840 don't zero_extend const inputs.
10841
10842 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
10843
10844 * reload1.c (reload_cse_move2add): Fix a comment typo.
10845
10846 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
10847
10848 * config/h8300/h8300.md (a peephole2): Remove useless code.
10849
10850 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
10851
10852 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
10853 (*iorsi3_and_lshiftrt): Likewise.
10854 (*iorsi3_zero_extract): Likewise.
10855
10856 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
10857
10858 * config/h8300/h8300.md (*insv_si_8_8): New.
10859 (*insv_si_8_8_lshiftrt_8): Likewise.
10860 (a peephole2): Likewise.
10861
10862 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10863
10864 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
10865 Uniformly use bugfix instead of bug fix.
10866
10867 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10868
10869 PR doc/895
10870 * ONEWS: Remove those items that already appear in the EGCS
10871 release notes on our web pages.
10872
10873 2003-03-29 Alan Modra <amodra@bigpond.net.au>
10874
10875 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
10876 TARGET_HARD_FLOAT. Reformat.
10877 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
10878
10879 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
10880
10881 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
10882 work on Solaris 2.5.1.
10883
10884 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
10885
10886 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
10887 section of h8300.md
10888 (*addsi3_and_nor_r_1): Likewise.
10889
10890 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
10891
10892 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
10893 set up before any trapping memory access if flag_non_call_exceptions.
10894
10895 2003-03-29 Alan Modra <amodra@bigpond.net.au>
10896
10897 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
10898
10899 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
10900
10901 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
10902
10903 * configure.in: Clarify comments.
10904 * configure: Regenerate.
10905
10906 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
10907
10908 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
10909 label even if pool empty when generating PIC.
10910 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
10911
10912 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
10913 Dhananjay Deshpande <dhananjayd@kpit.com>
10914
10915 PR target/10205
10916 * config/h8300/h8300.c (h8300_initial_elimination_offset):
10917 Correct the offset computation when TARGET_NORMAL.
10918
10919 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
10920
10921 PR target/10067
10922 * config/sparc/sparc.md (jump pattern): Correct order
10923 when issuing the annuling marker.
10924
10925 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
10926
10927 PR c/8281
10928 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
10929 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
10930
10931 2003-03-28 Alan Modra <amodra@bigpond.net.au>
10932
10933 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
10934 globalize_label.
10935 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10936 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10937 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10938 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10939 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10940 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10941 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
10942
10943 2003-03-28 Alan Modra <amodra@bigpond.net.au>
10944
10945 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
10946 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
10947 notes after hoisting.
10948 (load_mems): Adjust replace_loop_mems call.
10949
10950 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
10951 Richard Henderson <rth@redhat.com>
10952
10953 PR target/10114 and PR target/10084
10954 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
10955
10956 2003-03-27 Richard Henderson <rth@redhat.com>
10957
10958 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
10959
10960 2003-03-27 Roger Sayle <roger@eyesopen.com>
10961
10962 * fold-const.c (fold_inf_compare): New function to simplify FP
10963 comparisons against +Infinity or -Infinity.
10964 (fold): Optimize floating point comparisons against Infs and NaNs.
10965
10966 2003-03-27 Janis Johnson <janis187@us.ibm.com>
10967
10968 * libgcov.c: Provide only dummy functions if libc is not available.
10969
10970 2003-03-27 Richard Henderson <rth@redhat.com>
10971
10972 * real.h (struct real_value): Add signalling.
10973 (EXP_BITS): Decrement.
10974 * real.c (get_canonical_qnan): Don't set MSB-1.
10975 (get_canonical_snan): Likewise. Set signalling.
10976 (real_identical): Compare signalling.
10977 (round_for_format): Remove force-one-bit on code.
10978 (real_nan): Likewise. Set signalling.
10979 (encode_ieee_single): Add force-one-bit code; honor signalling.
10980 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
10981 (decode_ieee_single): Set signalling.
10982 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
10983
10984 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
10985
10986 PR ada/9953
10987 * ada/Makefile.in (gnatlib configuration for HPUX): Split
10988 the general section for HPUX into specific sections for
10989 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
10990 11 case.
10991
10992 2003-03-27 Glen Nakamura <glen@imodulo.com>
10993
10994 PR opt/10087
10995 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
10996 while incrementing giv.
10997 (record_biv): Check for duplicate biv locations and
10998 set (struct induction *) v->same if found.
10999
11000 2003-03-27 David Mosberger <davidm@hpl.hp.com>
11001
11002 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
11003 v0.9 API change: replace read of UNW_REG_HANDLER with
11004 unw_get_proc_info().
11005 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
11006 with unw_get_proc_info().
11007 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
11008 unw_get_proc_info().
11009
11010 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
11011
11012 * config/rs6000/8540.md: Use presence_set instead of absence_set.
11013
11014 2003-03-26 Richard Henderson <rth@redhat.com>
11015
11016 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
11017
11018 2003-03-26 Roger Sayle <roger@eyesopen.com>
11019
11020 PR bootstrap/10051, PR bootstrap/10169.
11021 * mips-tfile.c (init_file): Don't provide a static initializer.
11022 (initialize_init_file): Initialize the contents of init_file.
11023 (add_file): Call initialize_init_file if not already initialized.
11024
11025 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
11026
11027 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
11028 registers used for global asm variables.
11029 (s390_frame_info, s390_arg_frame_offset): Likewise.
11030 (s390_emit_prologue, s390_emit_epilogue): Likewise.
11031
11032 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
11033
11034 * config/rs6000/8540.md: New file.
11035
11036 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
11037 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
11038 reservations for imul.
11039
11040 * config/rs6000/rs6000.md: Include 8540.md. Change
11041 delayed_compare onto mult_compare for insns generating
11042 multiplication.
11043 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
11044 New type attribute values.
11045
11046 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
11047 fpsimple instead of fp.
11048 (*divsf3_gpr): Use type vecfdiv instead of fp.
11049 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
11050 instead of vecfloat.
11051 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
11052 (spe_brinc): Use type brinc instead of veccomplex.
11053 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
11054 veccomplex.
11055 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
11056 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
11057 *movv2sf_internal): Define type attribute values for all
11058 alternatives.
11059 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
11060 of fpcompare.
11061 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
11062 instead of fpcompare.
11063
11064 2003-03-26 David Edelsohn <edelsohn@gnu.org>
11065
11066 * config/rs6000/power4.md: Allow delay between dispatch and
11067 function units for simple instructions. Correct store units.
11068 Allow branch to occupy as many dispatch slots as necessary.
11069
11070 2003-03-26 Jakub Jelinek <jakub@redhat.com>
11071
11072 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
11073 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
11074 zero extend old to it.
11075 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
11076 operand.
11077
11078 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
11079
11080 PR target/7784
11081 * reload.c (find_reloads_address): Handle
11082 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
11083 all base registers.
11084
11085 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
11086
11087 PR other/10203
11088 * version.c: Reference the GCC web site in the URL.
11089
11090 2003-03-26 Alan Modra <amodra@bigpond.net.au>
11091
11092 * c-incpath.c (add_standard_paths): Add both "translated" and
11093 non-translated header paths.
11094
11095 2003-03-25 Loren James Rittle <ljrittle@acm.org>
11096
11097 * doc/install.texi (*-*-freebsd*): Update with known status.
11098
11099 2003-03-21 Jason Merrill <jason@redhat.com>
11100
11101 PR optimization/10171
11102 * unroll.c (unroll_loop): Don't delete the jump at the end unless
11103 we also delete a jump at the beginning.
11104
11105 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
11106
11107 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
11108 contributor.
11109
11110 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
11111
11112 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
11113 constants are not expensive.
11114
11115 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
11116
11117 PR opt/10056
11118 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
11119 jump jumping to the next instruction.
11120 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
11121
11122 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11123
11124 * doc/passes.texi (Passes): Properly document that we do not
11125 perform jump2 any longer; remove command-line option -dJ.
11126
11127 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
11128
11129 PR optimization/8746
11130 * config/i386/i386.md (and promoting splitters): Disable HImode to
11131 SImode promoting when the sign bit matters and is not preserved, or
11132 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
11133 for size.
11134
11135 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11136
11137 * config/h8300/h8300.md (a peephole2): Extend to support loads
11138 in QImode and HImode.
11139
11140 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
11141
11142 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
11143 _return_far
11144 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
11145 (MULTILIB_EXCEPTIONS): Likewise.
11146 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
11147 by calling some board support routine.
11148 ("call_value"): Likewise.
11149 ("*return_void"): Likewise for return.
11150 ("*return_16bit"): Likewise.
11151 ("*return_32bit"): Likewise.
11152 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
11153 for 68HC11 too.
11154 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
11155 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
11156 -mlong-calls for 68HC11.
11157 * config/m68hc11/larith.asm (declare_near): New macro.
11158 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
11159 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
11160 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
11161 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
11162 (__mulhi32): Likewise.
11163 (ret): Update macro for 68HC11.
11164 (__far_trampoline): Implement for 68HC11.
11165 (__call_a16, __call_a32, __return_void, __return_16): New support
11166 routines for 68HC11 memory bank switching calling support.
11167 (__return_32): Likewise.
11168
11169 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
11170
11171 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
11172
11173 2003-03-24 Janis Johnson <janis187@us.ibm.com>
11174
11175 * doc/install.texi (Testing): Mention test result links from build
11176 status pages.
11177
11178 2003-03-24 Mark Mitchell <mark@codesourcery.com>
11179
11180 * function.c (put_var_into_stack): Change bool parameter to int.
11181 (gen_mem_addressof): Likewise.
11182 * rtl.h (gen_mem_addressof): Likewise.
11183 * tree.h (put_var_into_stack): Likewise.
11184 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
11185 gen_mem_addressof or put_var_into_stack.
11186 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
11187 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
11188
11189 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11190
11191 * config/h8300/h8300.md (a peephole2): New.
11192
11193 2003-03-24 Jakub Jelinek <jakub@redhat.com>
11194
11195 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
11196
11197 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11198
11199 * doc/contrib.texi (Contributors): Update Janis Johnson.
11200
11201 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11202
11203 PR target/10072
11204 * combine.c (simplify_if_then_else): Check that the mode
11205 has MODE_INT class before applying the (OP Z (mult COND C2))
11206 transformation.
11207
11208 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11209
11210 PR optimization/9414
11211 * config/sparc/sparc.md (widening peepholes): Use
11212 widen_memory_access instead of change_address.
11213
11214 2003-03-23 Mark Mitchell <mark@codesourcery.com>
11215
11216 PR c++/7086
11217 * c-typeck.c (c_mark_addressable): Adjust calls to
11218 put_var_into_stack.
11219 * expr.c (expand_expr): Likewise.
11220 * function.c (put_var_into_stack): Add rescan parameter. Do not
11221 call fixup_var_refs when rescan is false.
11222 (gen_mem_addressof): Likewise.
11223 (assign_parms): Adjust calls to put_var_into_stack.
11224 (setjmp_protect): Likewise.
11225 (setjmp_protect_args): Likewise.
11226 * rtl.h (gen_mem_addressof): Change prototype.
11227 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
11228 * tree.h (put_var_into_stack): Change prototype.
11229
11230 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
11231
11232 PR middle-end/9967
11233 * builtins.c (expand_builtin_fputs): When optimizing for size,
11234 don't transform fputs into fwrite.
11235
11236 2003-03-23 Glen Nakamura <glen@imodulo.com>
11237
11238 PR c/8224
11239 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
11240 when signedness changes for division or modulus.
11241
11242 2003-03-24 Alan Modra <amodra@bigpond.net.au>
11243
11244 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
11245 globalize_label.
11246
11247 2003-03-23 Roger Sayle <roger@eyesopen.com>
11248
11249 PR c/10178
11250 * stmt.c (expand_end_case_type): Check for overflow in range when
11251 determining whether to use a bit-test implementation.
11252
11253 2003-03-23 Richard Henderson <rth@redhat.com>
11254
11255 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
11256 before flow2.
11257 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
11258
11259 2003-03-23 Richard Henderson <rth@redhat.com>
11260
11261 PR opt/10116
11262 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
11263 from then_bb or else_bb after flow2.
11264
11265 2003-03-23 Zack Weinberg <zack@codesourcery.com>
11266
11267 * configure.in: Check whether it is necessary to link against
11268 libm to use ldexp.
11269 * configure: Regenerate.
11270 * Makefile.in: Add LDEXP_LIB substitution variable.
11271
11272 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
11273
11274 * config/h8300/h8300.md: Fix comment typos.
11275
11276 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11277
11278 * pa.c (output_cbranch): Fix typo in comment.
11279
11280 2003-03-22 Richard Henderson <rth@redhat.com>
11281
11282 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
11283 after reload.
11284
11285 2003-03-22 DJ Delorie <dj at redhat dot com>,
11286 Bruce Korb <bkorb at gnu dot org>
11287
11288 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
11289 buggy Solaris 2.6 mutex/cond initializers.
11290 (solaris_mutex_init): Rename to solaris_mutex_init_2.
11291 * fixinc/fixincl.x: Regenerate.
11292 * fixinc/tests/base/pthread.h: Update.
11293 * fixinc/fixincl.c(initialize): be explicit about the default case
11294 and indicate verbose level when being very, very verbose.
11295 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
11296
11297 2003-03-22 Andreas Jaeger <aj@suse.de>
11298
11299 * config/i386/i386.c (ix86_init_machine_status): Return value.
11300
11301 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11302
11303 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
11304 conditional branch to the following instruction. Use next_real_insn
11305 instead of next_active_insn.
11306 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
11307 instead of next_active_insn.
11308
11309 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
11310
11311 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
11312 instead of 'm' constraint in forced-split alternatives.
11313 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
11314 VALIDATE_ADDRESS parameter to operand_subword.
11315
11316 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
11317
11318 * config/h8300/h8300.c (notice_update_cc): Correctly handle
11319 the case where the set destination is STRICT_LOW_PART.
11320
11321 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
11322
11323 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
11324 c30 instead of a c40 processor.
11325
11326 2003-03-22 Alan Modra <amodra@bigpond.net.au>
11327
11328 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
11329
11330 2003-03-21 Zack Weinberg <zack@codesourcery.com>
11331
11332 * c-common.c: Include intl.h.
11333 (shadow_warning): Rewrite to allow better diagnostic translations.
11334 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
11335 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
11336 use it throughout.
11337 * Makefile.in (c-common.o): Add intl.h.
11338
11339 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
11340
11341 * config.gcc: Remove 'float_format'.
11342
11343 * fixproto: Define NULL and size_t in generated stdlib.h and
11344 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
11345 Rearrange file generation loop for readability. Generate time.h,
11346 string.h if missing.
11347 * tsystem.h: Include <string.h>, <time.h> unconditionally.
11348 * config.gcc: Blow away POSIX defines.
11349
11350 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
11351
11352 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
11353
11354 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
11355
11356 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
11357 writing .interrupt command.
11358 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
11359 if it's a far or near function.
11360 ("call_value"): Likewise.
11361 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
11362 near attributes.
11363 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
11364 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
11365 (m68hc11_initial_elimination_offset): Set current_function_far
11366 according to attributes.
11367 (expand_prologue): Likewise.
11368 (trap_handler_symbol): New global to keep track of trap handlers.
11369 (m68hc11_encode_section_info): Mark symbol as far if needed; set
11370 trap symbol.
11371 (m68hc11_is_far_symbol): New function.
11372 (m68hc11_is_trap_symbol): New function.
11373 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
11374 (m68hc11_is_trap_symbol): Declare.
11375
11376 2003-03-21 Jan Hubicka <jh@suse.cz>
11377
11378 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
11379 only when amount of saved regs changed.
11380 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
11381 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
11382
11383 2003-03-21 Jan Hubicka <jh@suse.cz>
11384
11385 PR inline-asm/7916
11386 * function.c (instantiate_virtual_regs_lossage): New function.
11387 (instantiate_virtual_regs_1): Use it.
11388 (instantiate_virtual_regs): Do not continue in substition when insn has
11389 been deleted.
11390
11391 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11392
11393 * combine.c (make_field_assignment): Fix a warning.
11394
11395 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11396
11397 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
11398
11399 2003-03-21 Dale Johannesen <dalej@apple.com>
11400
11401 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
11402 priority for R2 on Darwin.
11403 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
11404
11405 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11406
11407 * combine.c (make_field_assignment): Remove unnecessary AND
11408 when storing into zero_extract.
11409
11410 2003-03-21 Zack Weinberg <zack@codesourcery.com>
11411
11412 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
11413 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
11414 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
11415 in comment.
11416
11417 2003-03-21 DJ Delorie <dj@redhat.com>
11418
11419 * optabs.c (init_integral_libfuncs): Make sure we init at least up
11420 to "long long" size words.
11421
11422 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
11423
11424 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
11425 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
11426 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
11427
11428 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11429
11430 PR doc-bug/9813
11431 * doc/extend.texi: Move misplaced paragraph about underscores in
11432 variables in macros.
11433
11434 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
11435 Richard Henderson <rth@redhat.com>
11436
11437 PR optimization/8366
11438 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
11439 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
11440 PIC+SYMBOLIC_CONST in other modes than Pmode.
11441 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
11442 the form PIC+SYMBOLIC_CONST as mode dependent.
11443
11444 2003-03-21 DJ Delorie <dj@redhat.com>
11445
11446 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
11447 sure we always emit at least one insn.
11448
11449 2003-03-21 Christopher Faylor <cgf@redhat.com>
11450
11451 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
11452 stub t-cygming. Use common target header cygming.h. Add extra
11453 c_target_obj and cxx_target_obj file. Default cygwin to posix
11454 threading. Enforce i386 as float format.
11455 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
11456 Remove cygwin.h as target header. Use common target header
11457 cygming.h Enforce i386 as float format. Correct typo.
11458 * config/i386/cygming.h: New file, containing definitions
11459 common to mingw32 and cygwin.
11460 * config/i386/cygwin.h: Remove definitions common to cygwin and
11461 mingw. Simplify special spec logic. Define "wrappers" around
11462 certain include path defines to accommodate -mno-cygwin.
11463 Remove some #if 0'ed code.
11464 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
11465 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
11466 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
11467 * config/i386/mingw32.h: Remove definitions common to cygwin and
11468 mingw.
11469 (EXTRA_OS_CPP_BUILTINS): Adjust.
11470 (TARGET_VERSION): Define.
11471 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
11472 mingw32.h definitions.
11473 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
11474 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
11475 Add compilation rules for cygwin1.o cygwin2.o.
11476 * config/i386/cygwin1.c: New file.
11477 * config/i386/cygwin2.c: New file.
11478 * config/i386/t-cygming: New makefile stub.
11479
11480 2003-03-20 Richard Henderson <rth@redhat.com>
11481
11482 * fold-const.c (extract_muldiv_1): Revert changing order of
11483 operands in case MULT_EXPR of 2003-02-16 patch.
11484
11485 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
11486 Merge changes from new-regalloc-branch
11487
11488 From Michael Matz <matz@suse.de>
11489 * df.c (df_ref_record_1): Move init of loc to safe point.
11490 Only recurse on interesting things in parallels.
11491 Handle CLASS_CANNOT_CHANGE_MODE smarter.
11492 (df_uses_record): Ditto.
11493
11494 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
11495 it's already okay to use memory operands in (IE doesn't require
11496 adding another insn or anything).
11497
11498 2003-03-20 Richard Henderson <rth@redhat.com>
11499
11500 PR middle-end/6348
11501 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
11502 different from word_mode.
11503
11504 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11505
11506 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
11507 source operand to those that can be extracted with bld.
11508
11509 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
11510
11511 PR 10066
11512 * arm.md (UNSPEC_PIC_BASE): New constant.
11513 (pic_add_dot_plus_four): Wrap with unspec.
11514 (pic_add_dot_plus_eight): Likewise.
11515
11516 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11517
11518 * config/h8300/h8300.md (*insv_si_1_n): New.
11519 (*insv_si_1_n_lshiftrt): Likewise.
11520
11521 2003-03-20 Roger Sayle <roger@eyesopen.com>
11522
11523 * fold-const.c (fold_mathfn_compare): New function to simplify
11524 comparisons against built-in math functions. Fold comparisons
11525 of sqrt against constants.
11526 (fold): Call fold_mathfn_compare when appropriate.
11527
11528 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
11529
11530 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
11531 information.
11532
11533 2003-03-20 Per Bothner <pbothner@apple.com>
11534
11535 Various cleanups to help compile server.
11536
11537 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
11538 and pass that to _cpp_init_hashtable.
11539 (cpp_read_main_file): Drop hash_table* argument; don't call
11540 _cpp_init_hashtable.
11541 * cpplib.h: Update declarations to match.
11542 * c-opts.c (c_common_init_options): Pass ident_hash to
11543 cpp_create_reader.
11544 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
11545 * fix-header.c (read_scan_file): Likewise pass NULL table to
11546 cpp_create_reader rather than cpp_read_main_file.
11547
11548 * cppfiles.c (cpp_rename_file): Generalized and renamed
11549 to cpp_change_file.
11550 * cpplib.h: Update declaration to match.
11551 * c-opts.c (push_command_line_line, finish_options): Change
11552 cpp_rename_file calls to cpp_change_file.
11553
11554 * line-map.c (add_line_map): Allow leaving the outermost file.
11555 Allowing entering an outermost-file after the initial time.
11556
11557 * toplev.c (pop_srcloc): Allow popping from initial file.
11558
11559 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
11560
11561 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
11562
11563 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11564
11565 * config/h8300/h8300.md (a peephole2): New.
11566
11567 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11568
11569 * config/h8300/h8300.md (*addsi3_and_r_1): New.
11570 (*addsi3_and_not_r_1): Likewise.
11571
11572 2003-03-19 Loren James Rittle <ljrittle@acm.org>
11573
11574 * Makefile.in (STRICT2_WARN): Add @WERROR@.
11575 (GCC_WARN_CFLAGS): Remove $(WERROR).
11576 (fixinc.sh-warn): New.
11577 * ada/Make-lang.in (ada-warn): Add $(WERROR).
11578 * cp/Make-lang.in (cp-warn): Add $(WERROR).
11579 * f/Make-lang.in (f-warn): Add $(WERROR).
11580 * java/Make-lang.in (java-warn): Add $(WERROR).
11581 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
11582
11583 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
11584
11585 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
11586 langhooks-def.h (lhd_tree_dump_dump_tree),
11587 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
11588 Change return type from 'int' to 'bool'. Replace 0 and 1 with
11589 true and false in return statements.
11590
11591 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11592
11593 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
11594 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
11595 DWARF_INITIAL_LENGTH_SIZE.
11596 (output_compilation_unit_header, output_pubnames, output_aranges)
11597 (output_line_info): Output 0xffffffff escape value for 64-bit
11598 DWARF extension.
11599 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
11600
11601 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
11602
11603 * config/s390/s390.c (s390_preferred_reload_class): Do not
11604 force constants to the pool unless necessary.
11605 (s390_decompose_address): Prefer to use pointer as base,
11606 not index register.
11607 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
11608 Q alternative.
11609 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
11610 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
11611 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
11612 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
11613 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
11614
11615 2003-03-19 Jan Hubicka <jh@suse.cz>
11616
11617 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
11618 * i386.c (use_fast_prologue_epilogue): Remove.
11619 (ix86_frame): New field save_regs-using_mov;
11620 (ix86_compute_frame_layout): Decide on fast prologues;
11621 allocate saved registers in red zone.
11622 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
11623
11624 2003-03-19 Nick Clifton <nickc@redhat.com>
11625
11626 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
11627
11628 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11629
11630 PR 10062
11631 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
11632 * pa-protos.h (output_lbranch): New prototype.
11633 * pa.c (compute_frame_size): Change size of the frame marker on the
11634 64-bit ports to 48 bytes.
11635 (pa_output_function_prologue): Document why SAVE_SP is set.
11636 (hppa_expand_prologue): Save previous stack pointer into frame marker
11637 on targets which use the hpux unwind library.
11638 (output_cbranch): Use output_lbranch.
11639 (output_lbranch): New function to output long unconditional branches.
11640 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
11641 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
11642 64-bit ports.
11643 * pa.md (jump): Use output_lbranch.
11644 (allocate_stack): New expander for dynamic stack allocation.
11645
11646 2003-03-19 Alan Modra <amodra@bigpond.net.au>
11647
11648 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
11649 when debugging on XCOFF targets. Delete "abi" temp.
11650
11651 PR target/10073
11652 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
11653
11654 2003-03-18 Jakub Jelinek <jakub@redhat.com>
11655
11656 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
11657 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
11658 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
11659
11660 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
11661 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
11662 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
11663
11664 2003-03-18 Geoffrey Keating <geoffk@apple.com>
11665
11666 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
11667 the result of machopic_function_base_name.
11668 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
11669 string rather than a static array.
11670
11671 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
11672
11673 * gengtype.c: Include rtl.h.
11674 (enum rtx_code): Don't define.
11675 (rtx_format): Make declaration match rtl.h.
11676 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
11677 users.
11678 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
11679 * Makefile.in (gengtype.o): Update dependencies.
11680
11681 2003-03-18 Andreas Schwab <schwab@suse.de>
11682
11683 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
11684 martin@blom.org.
11685
11686 2003-03-18 Geoffrey Keating <geoffk@apple.com>
11687
11688 * function.c (next_block_index): Mark with GTY.
11689
11690 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
11691
11692 2003-03-18 Richard Henderson <rth@redhat.com>
11693
11694 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
11695 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
11696 until after reload.
11697
11698 2003-03-18 Richard Henderson <rth@redhat.com>
11699
11700 * builtins.c (expand_builtin_unop): New target_mode operand;
11701 use it to convert the result to the correct mode.
11702 (expand_builtin): Update all callers.
11703
11704 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
11705
11706 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
11707
11708 2003-03-18 Jan Hubicka <jh@suse.cz>
11709
11710 * i386.md: Fix previous commit that mistakely applied the patch
11711 twice.
11712
11713 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
11714 canonicalized.
11715 (memrefs_conflict_p): Likewise.
11716 (addr_side_effect_eval): Canonicalize the constructed address.
11717
11718 2003-03-18 Jan Hubicka <jh@suse.cz>
11719
11720 * i386.md (cvtts?2si peep2): New.
11721
11722 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
11723
11724 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
11725
11726 2003-03-18 Andreas Schwab <schwab@suse.de>
11727
11728 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
11729 for format.
11730
11731 2003-03-17 Jason Merrill <jason@redhat.com>
11732
11733 PR c++/10091
11734 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
11735 an unaligned member of TREE_ADDRESSABLE type.
11736
11737 2003-03-18 Alan Modra <amodra@bigpond.net.au>
11738
11739 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
11740 (TARGET_PROFILE_KERNEL): Define.
11741 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
11742 (PROFILE_BEFORE_PROLOGUE): Don't define.
11743 (PROFILE_KERNEL): Remove hacks.
11744 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
11745 (rs6000_stack_info): No need to save lr if just for profiling when
11746 TARGET_PROFILE_KERNEL.
11747 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
11748 (output_function_profiler): Localize label generation. Emit code
11749 for kernel profiling.
11750
11751 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
11752
11753 * config/h8300/h8300-protos.h: Add a prototype for
11754 byte_accesses_mergeable_p.
11755 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
11756 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
11757 (a splitter): Likewise.
11758 (*iorsi3_ashift_16_ashift_24): Likewise.
11759 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
11760
11761 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11762
11763 * dwarf2asm.h: Delete obsolete comment.
11764 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
11765 dw2_asm_output_pcrel, dw2_asm_output_addr,
11766 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
11767 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
11768 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
11769 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
11770
11771 2003-03-17 Zack Weinberg <zack@codesourcery.com>
11772
11773 * c-tree.h (struct lang_identifier): Remove error_locus field.
11774 (IDENTIFIER_ERROR_LOCUS): Kill.
11775 (record_function_scope_shadow): New prototype.
11776 * c-typeck.c (build_external_ref): Don't complain if
11777 decl is error_mark_node. When not at file scope, bind the
11778 decl's local value to error_mark_node to suppress further
11779 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
11780
11781 * c-decl.c (get_function_binding_level): New static function.
11782 (record_function_scope_shadow): New exported function.
11783 (c_make_fname_decl): Use get_function_binding_level.
11784
11785 2003-03-17 Steve Ellcey <sje@cup.hp.com>
11786
11787 * stmt.c (tail_recursion_args): Call promote_mode to set
11788 unsignedp flag correctly before calling convert_move.
11789
11790 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11791
11792 * loop-unroll.c (decide_peel_completely,
11793 decide_unroll_constant_iterations, decide_unroll_stupid,
11794 decide_unroll_runtime_iterations, decide_peel_simple): Set
11795 loop->has_desc.
11796
11797 2003-03-17 Jan Hubicka <jh@suse.cz>
11798
11799 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
11800
11801 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
11802
11803 * function.c (assign_parms): For a struct value address passed as
11804 first argument, delay the function's result RTL setup code until
11805 after the emission of parameter conversions.
11806
11807 2003-03-17 Dave Love <fx@gnu.org>
11808 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11809
11810 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
11811 __arch64__ to match Compaq cc.
11812
11813 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
11814
11815 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
11816 (c_common_init): Set EBCDIC in cpp options.
11817 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
11818 not conditional compilation.
11819 * cpplib.h (struct cpp_options): New entry EBCDIC.
11820
11821 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
11822
11823 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
11824
11825 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11826
11827 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
11828 argument to 0 for redirect_jump.
11829
11830 2003-03-16 Mark Mitchell <mark@codesourcery.com>
11831
11832 PR c++/8805
11833 * except.c (eh_region_u_cleanup): Add prev_try.
11834 (expand_eh_region_end_cleanup): Set it.
11835 (reachable_handlers): Use it to skip over cleanup blocks.
11836
11837 2003-03-17 Andreas Jaeger <aj@suse.de>
11838
11839 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
11840
11841 2003-03-17 Alan Modra <amodra@bigpond.net.au>
11842
11843 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
11844 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
11845 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
11846 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
11847
11848 2003-03-16 Richard Henderson <rth@redhat.com>
11849
11850 * simplify-rtx (simplify_binary_operation): Don't abort for
11851 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
11852
11853 2003-03-16 Richard Henderson <rth@redhat.com>
11854
11855 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
11856 optimize_size as well.
11857
11858 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
11859
11860 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
11861 for D register to specify the low part of it, aka B.
11862 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
11863 the register if we are loading 1 or -1 to it; avoid using temp
11864 register when moving X/Y to Y/X.
11865 (m68hc11_gen_movqi): Likewise.
11866 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
11867
11868 2003-03-14 Mark Mitchell <mark@codesourcery.com>
11869
11870 PR optimization/9016
11871 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
11872 into the constant pool.
11873
11874 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
11875
11876 PR target/9164
11877 * tree.c (get_narrower): For extensions with unchanged bit number,
11878 return the unsignedness of the outer mode.
11879
11880 2003-03-16 Roger Sayle <roger@eyesopen.com>
11881
11882 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
11883 to avoid "may be used uninitialized" warning on ia64-hpux.
11884 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
11885
11886 2003-03-16 Andreas Jaeger <aj@suse.de>
11887
11888 * configure.in: Improve check for memcheck.h.
11889 * configure: Regenerated.
11890
11891 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
11892
11893 * doc/cppopts.texi: Remove documentation of -A-.
11894
11895 2003-03-15 Zack Weinberg <zack@codesourcery.com>
11896
11897 * doc/libgcc.texi: Remove @tie.
11898
11899 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
11900
11901 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
11902 (rtx_pair): Added new element update_label_nuses, renamed to
11903 replace_label_data.
11904 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
11905 replace_label_data instead of rtx_pair.
11906 * loop.c (load_mems): Likewise.
11907 * rtlanal.c (replace_label): Replace label in pool constants and in
11908 INSN_LIST (in REG_LABEL note).
11909 (subrtx_p): Renamed to rtx_referenced_p.
11910 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
11911 LABEL_REF with CODE_LABEL, traverse constants from pool.
11912
11913 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
11914 Zack Weinberg <zack@codesourcery.com>
11915
11916 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
11917 * doc/libgcc.texi: New file.
11918 * doc/interface.texi: Delete paragraph about libgcc interface.
11919 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
11920
11921 2003-03-15 Jason Merrill <jason@redhat.com>
11922
11923 PR debug/9039
11924 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
11925
11926 PR debug/6387
11927 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
11928 function DIEs at toplevel.
11929 (decls_for_scope): At -g1, don't descend into subblocks.
11930
11931 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
11932
11933 * varasm.c (struct rtx_const): Change type of un.addr member
11934 to struct holding an additional 'symbol' member.
11935 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
11936 with equal string addresses as equal.
11937 (simplify_subtraction): Adapt to struct rtx_const change.
11938
11939 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
11940
11941 * fix-header.c (read_scan_file): Read main file before handling -D.
11942
11943 2003-03-15 Roger Sayle <roger@eyesopen.com>
11944
11945 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
11946 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
11947 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
11948 (find_sub_basic_blocks): Likewise.
11949 * cgraphunit.c (cgraph_expand_functions): Likewise.
11950 * dwarf2out.c (prune_unused_types): Likewise.
11951 * expr.c (store_field): Likewise.
11952 * genextract.c (print_path): Likewise.
11953 * haifa-sched.c (schedule_insn): Likewise.
11954 * lcm.c (compute_antinout_edge): Likewise.
11955 * loop-unroll.c (decide_peel_once_rolling): Likewise.
11956 * ra-colorize.c (ra_colorize_free_all): Likewise.
11957 * ra-debug.c (dump_igraph): Likewise.
11958 (debug_hard_reg_set): Likewise.
11959 * reg-stack.c (reg_to_stack): Likewise.
11960 * rtlanal.c (refers_to_regno_p): Likewise.
11961 * tracer.c (layout_superblocks): Likewise.
11962
11963 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
11964
11965 * fix-header.c (read_scan_file): Fix thinko.
11966
11967 2003-03-15 Glen Nakamura <glen@imodulo.com>
11968
11969 * reload1.c (choose_reload_regs): Use && instead of ||
11970 with REG_CANNOT_CHANGE_MODE_P condition.
11971
11972 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
11973
11974 * Makefile.in: Update.
11975 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
11976 * c-lex.c (init_c_lex): Register builtins hook is dead.
11977 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
11978 (c_common_decode_option): Don't call cpp_handle_option.
11979 Handle -A, -D and -U.
11980 (handle_deferred_opts): Simplify.
11981 (finish_options): Define builtins and command line macros.
11982 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
11983 * cppinit.c: Don't include intl.h.
11984 (init_builtins): Rename cpp_init_builtins. No hook to call.
11985 (init_library): Don't need to sort options.
11986 (cpp_create_reader): Don't set pending.
11987 (cpp_destroy): Don't free pending.
11988 (struct pending_option, cl_directive_handler, struct cpp_pending,
11989 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
11990 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
11991 cl_options, cpp_handle_option): Remove.
11992 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
11993 cpp_finish_options): Remove.
11994 (cpp_init_builtins): New.
11995 * fix-header.c (read_scan_file): Update to handle -D. Fix
11996 handling of -I. Replace call to cpp_finish_options.
11997
11998 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11999
12000 PR optimization/9387
12001 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
12002 for conditional returns.
12003
12004 2003-03-14 Jason Merrill <jason@redhat.com>
12005
12006 PR optimization/6871
12007 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
12008
12009 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
12010
12011 * c-opts.c (finish_options): New.
12012 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
12013 (missing_arg): Handle OPT_include and OPT_imacros.
12014 (c_common_init, c_common_parse_file): Use finish_options.
12015 (handle_deferred_opts): Update.
12016 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
12017 (cpp_finish_options): Don't handle -imacros here.
12018 (no_fil): Remove.
12019 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
12020
12021 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12022
12023 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
12024 rs6000_maybe_dead if !fromprolog.
12025
12026 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
12027
12028 * Makefile.in: Update.
12029 * c-common.h (fe_file_change, pp_file_change): New.
12030 * c-lex.c (init_c_lex): Don't set cb_file_change.
12031 (c_common_parse_file): Move to c-opts.c.
12032 (cb_file_change): Rename fe_file_change.
12033 * c-opts.c: Include debug.h.
12034 (warn_unused_macros, include_cursor): New.
12035 (push_command_line_include, cb_file_change): New.
12036 (COMMAND_LINE_OPTIONS): Handle -include.
12037 (c_common_decode_option): Use local warn_unused_macros.
12038 Handle OPT_include.
12039 (c_common_post_options): Set file change callback.
12040 (handle_deferred_opts): Skip -include. Don't free the array.
12041 (c_common_init): Call cpp_finish_options here, and push an
12042 initial -include file.
12043 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
12044 (preprocess_file): Don't call cpp_finish_options.
12045 (init_pp_output): Don't set the file change callback.
12046 (pp_file_change): Return if no line commands or no output.
12047 * cpphash.h (next_include_file, first_unused_line): Remove.
12048 * cppinit.c (include_head, include_tail): Remove.
12049 (cpp_destroy): Don't free -include chain.
12050 (cpp_finish_options): Don't handle -include, or worry about
12051 -Wunused-macros.
12052 (_cpp_maybe_push_include_file): Remove.
12053 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
12054 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
12055 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
12056 Used flag is set based upon the state of the warn_unused_macros
12057 flag, and so use of first_unused_line is unnecessary.
12058
12059 2003-03-13 Jan Hubicka <jh@suse.cz>
12060
12061 * cselib.c (clear_table): Do not take argument; always clear just
12062 used slots.
12063 (cselib_process_insn): Update call of clear_table
12064 (cselib_init): Do not call clear_table.
12065 (cselib_finish): Clear table.
12066
12067 * cse.c (count_reg_usage): Do not check side_effects_p.
12068 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
12069 like noop.
12070 (find_reg_equal_equiv_note): Do not use find_reg_note.
12071
12072 2003-03-14 Richard Henderson <rth@redhat.com>
12073
12074 PR target/9700
12075 * config/alpha/alpha.c (alpha_va_start): Account for
12076 current_function_pretend_args_size in the AP offset.
12077
12078 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
12079 (INITIAL_ELIMINATION_OFFSET): Move out of line.
12080 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
12081 (alpha_initial_elimination_offset) New.
12082 * config/alpha/alpha-protos.h: Update.
12083
12084 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12085
12086 * stmt.c (expand_start_case): Call emit_queue ().
12087
12088 2003-03-14 Chris Demetriou <cgd@broadcom.com>
12089 Alexandre Oliva <aoliva@redhat.com>
12090
12091 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
12092 words in new abis.
12093
12094 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
12095
12096 PR optimization/8396
12097 * tree-inline.c (initialize_inlined_parameters): Make sure the value
12098 of read-only constant arguments is passed with the right type.
12099
12100 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
12101
12102 * doc/extend.texi (Function Names): Make the example compilable.
12103
12104 2003-03-13 David Edelsohn <edelsohn@gnu.org>
12105
12106 * config/rs6000/rs6000.c (processor_target_table): Really allow
12107 GP optional instructions on Power4.
12108
12109 2003-03-13 Roger Sayle <roger@eyesopen.com>
12110
12111 * calls.c (flags_from_decl_or_type): Factor and remove redundant
12112 conditional tests.
12113
12114 2003-03-13 Mike Stump <mrs@apple.com>
12115
12116 * ggc-page.c (struct page_entry): Remove varray.h header.
12117 Add index_by_depth field.
12118 Remove save_in_use_p field.
12119 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
12120 by_depth_max, by_depth, and save_in_use fields.
12121 (INITIAL_PTE_COUNT): Add.
12122 (save_in_use_p_i): Add.
12123 (save_in_use_p): Add.
12124 (adjust_depth): Add.
12125 (move_ptes_to_front): Add.
12126 (push_depth): Add.
12127 (push_by_depth): Add.
12128 (prefetch): Add.
12129 (free_page): Add support for and use faster data structures.
12130 (ggc_alloc): Likewise.
12131 (init_ggc): Likewise.
12132 (ggc_recalculate_in_use_p): Likewise.
12133 (ggc_pop_context): Likewise.
12134 (clear_marks): Likewise.
12135 (ggc_pch_read): Likewise.
12136 * Makefile.in (ggc-page.o): Remove varray.h.
12137
12138 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
12139
12140 * ChangeLog: Rotated last year's entries to...
12141 * ChangeLog.8: New.
12142
12143 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
12144 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
12145 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
12146 config/ia64/ia64-protos.h, config/ia64/ia64.c,
12147 config/ia64/ia64.h, config/ia64/ia64.md,
12148 config/ia64/itanium1.md, config/ia64/itanium2.md,
12149 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
12150 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
12151
12152 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
12153
12154 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
12155 Differentiate endianness.
12156 (s6000_override_options): Use cpu type instead of TARGET_SPE.
12157
12158 2003-03-13 Nick Clifton <nickc@redhat.com>
12159
12160 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
12161 LDM instructions with writeback enabled.
12162 (output_return_instruction): Likewise.
12163
12164 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
12165 (CALL_USED_REGISTERS): Remove definition.
12166 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
12167
12168 2003-03-13 Alan Modra <amodra@bigpond.net.au>
12169
12170 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
12171 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
12172 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
12173 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
12174 (rs6000_legitimize_address): Formatting.
12175 (rs6000_emit_move): Likewise.
12176 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
12177 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
12178 (rs6000_elf_select_section): Comment reason for shlib being
12179 set for ABI_AIX.
12180 (rs6000_elf_unique_section): Likewise.
12181 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
12182 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
12183 as well as flag_pic.
12184 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
12185 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
12186 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
12187
12188 2003-03-13 Richard Henderson <rth@redhat.com>
12189
12190 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
12191
12192 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
12193 (ia64_gp_save_reg): Remove.
12194 (struct ia64_frame_info): Move to the beginning of the file;
12195 add reg_save_gp.
12196 (ia64_expand_call): Rearrange for new call patterns.
12197 (ia64_reload_gp): New.
12198 (ia64_split_call): New.
12199 (ia64_compute_frame_size): Allocate reg_save_gp.
12200 (ia64_expand_prologue): Save reg_save_gp.
12201 (ia64_expand_epilogue): Don't restore gp.
12202 (ia64_hard_regno_rename_ok): Remove R4 hack.
12203 (ia64_function_ok_for_sibcall): New.
12204 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
12205 call try_split on sibcall pattern.
12206 * config/ia64/ia64-protos.h: Update.
12207 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
12208 Rename from nopic versions. Confiscate 2nd argument to call as
12209 a marker.
12210 (call_pic, call_value_pic, sibcall_pic): Remove.
12211 (call_gp, call_value_gp, sibcall_gp): New.
12212 (builtin_setjmp_setup): Remove.
12213 (builtin_setjmp_receiver): Call ia64_reload_gp.
12214
12215 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12216
12217 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
12218 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
12219 "GNU CC" with "GCC".
12220
12221 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
12222 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
12223 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
12224 GCC, not GNU CC.
12225
12226 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
12227 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
12228
12229 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
12230 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
12231 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
12232 "GNU CC" with "GCC".
12233
12234 * config/v850/lib1funcs.asm, config/v850/rtems.h,
12235 config/v850/v850-c.c, config/v850/v850-protos.h,
12236 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
12237 GCC, not GNU CC.
12238
12239 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
12240 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
12241 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
12242 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
12243 GNU CC.
12244
12245 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
12246
12247 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
12248
12249 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12250
12251 * fixinc/fixinc.interix: Remove dead code (most of it).
12252 * fixinc/fixinc.dgux: Remove.
12253
12254 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
12255 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
12256
12257 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12258
12259 * pa.c (pa_init_builtins): Fix warning.
12260
12261 2003-03-12 Steve Ellcey <sje@cup.hp.com>
12262
12263 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
12264 (ASM_OUTPUT_XDATA_SHORT): Remove.
12265 (ASM_OUTPUT_XDATA_INT): Remove.
12266 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
12267 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
12268 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
12269 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
12270
12271 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
12272
12273 PR c++/7050
12274 * expr.c (store_expr): Don't attempt to store void-typed trees,
12275 just evaluate them for side effects.
12276
12277 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12278
12279 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
12280 * cppinit.c (push_include): Move with changes to cppfiles.c.
12281 (cpp_read_main_file): Mark named operators here...
12282 (cpp_finish_options): ...not here. Update.
12283 (_cpp_maybe_push_include_file): Update.
12284 * cpplib.h (cpp_push_include, cpp_rename_file): New.
12285
12286 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12287
12288 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
12289 _gcc_COMPUTE_GAS_VERSION.
12290 * configure.in: Use them.
12291 * configure: Regenerate.
12292
12293 2003-03-12 Bob Wilson <bob.wilson@acm.org>
12294
12295 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
12296 to detect carry.
12297 (subdi3): Reorder emitted instructions.
12298
12299 2003-03-12 Andreas Jaeger <aj@suse.de>
12300
12301 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
12302 NETBSD_OS_CPP_BUILTINS_LP64.
12303
12304 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12305
12306 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
12307 Rearrange. Reorganize.
12308 * configure.in: Rearrange.
12309 * configure: Regenerate.
12310
12311 2003-03-12 Andreas Jaeger <aj@suse.de>
12312
12313 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
12314 LP64 targets.
12315
12316 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
12317 _LP64.
12318
12319 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
12320 _LP64 macros here.
12321 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
12322
12323 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
12324 NETBSD_OS_CPP_BUILTINS_LP64.
12325 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
12326 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
12327
12328 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
12329
12330 2003-03-12 Jan Hubicka <jh@suse.cz>
12331
12332 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
12333
12334 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
12335
12336 Fix PR target/9797 and PR c/9853.
12337 * stmt.c (expand_decl_init): Call push_temp_slots () and
12338 pop_temp_slots ().
12339
12340 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
12341
12342 * sh.c: Include basic-block.h.
12343 (sh_output_mi_thunk, emit_load_ptr): New functions.
12344 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
12345
12346 2003-03-12 Nick Clifton <nickc@redhat.com>
12347
12348 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
12349 (CALL_USED_REGISTERS): Likewise.
12350 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
12351 describing how this value is calculated.
12352
12353 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
12354
12355 * configure.in (rlim_t): Define to long if no valid definition
12356 found in sys/resource.h.
12357 * config.in, configure: Regenerate.
12358
12359 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12360
12361 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
12362 TARGET_OS_CPP_BUILTINS.
12363 * config/mcore/mcore-pe.h: Similarly.
12364 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
12365 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
12366
12367 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12368
12369 PR c/9928
12370 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
12371 only if it is a VAR_DECL.
12372
12373 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12374
12375 PR optimization/9888
12376 * config/i386/i386.md (jcc_1): Fix range.
12377 (jcc_2): Likewise.
12378 (jump): LIkewise.
12379 (doloop_end_internal): Likewise.
12380
12381 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
12382
12383 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
12384 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
12385 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
12386 DLL_IMPORT_EXPORT_PREFIX and "i."
12387 (i386_pe_dllexport_name_p): Here.
12388 (i386_pe_dllimport_name_p): Here.
12389 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
12390 not 9 chars when getting identifier name.
12391 (i386_pe_mark_dllimport): Here.
12392 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
12393 not 9 chars when getting identifier name. Correct comment.
12394 (i386_pe_strip_name_encoding): Here. Add comments for different
12395 cases.
12396 (gen_fastcall_suffix): Break down xmalloc() argument to
12397 components.
12398 (gen_stdcall_suffix): Likewise.
12399 Update copyright year.
12400
12401 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12402
12403 PR optimization/9888
12404 * config/i386/i386.md (movsi_1): Remove special alternatives
12405 for %eax register.
12406 (movsi_1_nointernunit): Likewise.
12407 (movhi_1): Likewise.
12408 * config/i386/i386.c (memory_address_length): Do not use
12409 short displacement when there is no base.
12410 (ix86_attr_length_address_default): Handle LEA instructions.
12411
12412 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12413
12414 * c-cppbuiltin.c (builtin_define_std): Make non-static.
12415
12416 2003-03-11 Loren James Rittle <ljrittle@acm.org>
12417
12418 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
12419 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
12420 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
12421 * config/freebsd.h (CPP_PREDEFINES): Remove.
12422 (TARGET_OS_CPP_BUILTINS): New.
12423 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
12424 instead of TARGET_OS_CPP_BUILTINS.
12425 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
12426
12427 2003-03-11 Geoffrey Keating <geoffk@apple.com>
12428
12429 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
12430
12431 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
12432
12433 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
12434 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
12435
12436 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
12437
12438 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
12439
12440 * toplev.c (independent_decode_option): Return success for --help,
12441 --target-help and --version.
12442
12443 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
12444
12445 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
12446 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
12447 specified.
12448 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
12449 DRIVER_SELF_SPECS.
12450 (LINK_SPEC): Let endian options affect the linker emulation name.
12451
12452 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
12453
12454 * sh.md (reload_inqi): Fix mode for source in second set.
12455
12456 2003-03-11 Jan Hubicka <jh@suse.cz>
12457
12458 * cselib.c (cselib_invalidate_mem_1): Move too ...
12459 (cselib_invalidate_mem): ... here; use new list
12460 (dummy_val, first_containing_mem): New static variables.
12461 (clear_table): Initialize first_containing_mem.
12462 (discard_useless_values): Compact the containing_mem list.
12463 (add_mem_for_addr): Add to the list.
12464 * cselib.h (cselib_val): Add next_containing_mem.
12465
12466 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
12467
12468 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
12469 instructions for e500.
12470
12471 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
12472
12473 * Makefile.in: Update.
12474 * c-cppbuiltin.c: Include tm_p.h.
12475
12476 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
12477
12478 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
12479
12480 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
12481 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
12482 (_Unwind_SetGR): Same.
12483 (_Unwind_GetGRPtr): New.
12484 (_Unwind_SetGRPtr): New.
12485 (uw_update_context_1): Use accesor functions instead of accessing
12486 context->reg[] directly.
12487 (uw_install_context_1): Same.
12488 (execute_cfa_program): Same.
12489 (__frame_state_for): Same.
12490
12491 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
12492 the synthetic register offset.
12493
12494 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
12495
12496 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
12497
12498 * config/cris/cris.md: Remove lingering EGCS reference.
12499 ("*extopqihi_side_biap"): For HI operation, match
12500 cris_additive_operand_extend_operator, not
12501 cris_operand_extend_operator. Adjust condition.
12502 ("*extopqihi_side", "*extopqihi"): Ditto.
12503 ("*extopqisi_side_biap"): Correct operand numbers in condition.
12504 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
12505 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
12506 ("*extophisi_swap"): Ditto.
12507 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
12508 PLUS, not cris_operand_extend_operator. Adjust condition and
12509 output template.
12510 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
12511 * config/cris/cris.h (PREDICATE_CODES): Add
12512 cris_additive_operand_extend_operator.
12513 * config/cris/cris.c (cris_additive_operand_extend_operator):
12514 New predicate.
12515
12516 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
12517
12518 * df.c (read_modify_subreg_p): Change from static to global.
12519 * df.h (read_modify_subreg_p): Add prototype.
12520 * sched-deps.c (sched_analyze_1): Generate true dependency for
12521 strict_low_part, certain subregs and zero/sign_extract.
12522
12523 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
12524
12525 * Makefile.in: Update.
12526 * c-common.c: Don't include real.h or except.h.
12527 (REGISTER_PREFIX): Remove.
12528 (builtin_define_std, builtin_define_with_value,
12529 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
12530 builtin_define_type_max, builtin_define_type_precision,
12531 builtin_define_float_constants): Move to c-cppbuiltin.c.
12532 (c_stddef_cpp_builtins): New.
12533 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
12534 * c-cppbuiltin.c: New, extracted from c-common.c.
12535 (define__GNUC__): New.
12536 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
12537 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
12538 (cpp_unique_options): Don't support no-gcc.
12539 (do_spec_1): Remove support of version specs.
12540 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
12541 * doc/passes.texi: Update.
12542 * doc/tm.texi: Update.
12543
12544 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
12545
12546 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
12547
12548 2003-03-10 Andrew Pinski <apinski@apple.com>
12549
12550 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
12551 is on should not get here.
12552 (machopic_indirect_data_reference): If dynamic-no-pic is on just
12553 generate high/low parts of the address.
12554 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
12555 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
12556 symbol and labels with a new reg. Dynamic-no-pic does not have a
12557 pic_offset_table_rtx.
12558 (machopic_select_section): Change references of flag_pic to
12559 MACHOPIC_INDIRECT.
12560 (machopic_asm_out_destructor): Likewise.
12561 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
12562 reference of flag_pic to MACHOPIC_INDIRECT.
12563 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
12564 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
12565 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
12566 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
12567 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
12568 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
12569 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
12570 (TARGET_DYNAMIC_NO_PIC): Define.
12571 (SUBTARGET_SWITCHES): Define, have sub-target switches for
12572 dynamic-no-pic.
12573 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
12574 rs6000_override_options to here. Dynamic-no-pic overrides
12575 pic.
12576 (CC1_SPEC): Change from not static then pic to not static and not
12577 dynamic-no-pic then pic.
12578 * config/rs6000/rs6000.c (rs6000_override_options): Move the
12579 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
12580 (rs6000_legitimize_reload_address): Add case for loading floating in
12581 dynamic-no-pic.
12582 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
12583 of flag_pic to MACHOPIC_INDIRECT.
12584 (secondary_reload_class): Conditional change the reference of
12585 flag_pic to MACHOPIC_INDIRECT.
12586 (rs6000_output_mi_thunk): Change reference of flag_pic to
12587 MACHOPIC_INDIRECT.
12588 (output_profile_hook): Likewise.
12589 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
12590 * config/rs6000/rs6000.md (movdf_low): Add the case for
12591 MACHO_DYNAMIC_NO_PIC_P.
12592 (call): Change references for flag_pic in TARGET_MACHO to
12593 MACHOPIC_INDIRECT.
12594 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
12595 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
12596 * doc/invoke.texi (-mdynamic-no-pic): Document.
12597
12598 2003-03-10 Devang Patel <dpatel@apple.com>
12599
12600 PR c++/9394
12601 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
12602 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
12603 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
12604 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
12605 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
12606 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
12607
12608 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
12609
12610 PR optimization/7189
12611 * toplev.c (rest_of_compilation): Move
12612 check_function_return_warnings up to just after
12613 delete_unreachable_blocks.
12614
12615 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
12616
12617 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
12618 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
12619 Declare.
12620 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
12621 for reg rename optimization to avoid using Z and Y registers.
12622
12623 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
12624
12625 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
12626 when adding to X and Y since leax/leay are fast.
12627 ("*addhi3"): Accept 'I' constraint when adding to address register.
12628 ("rotlhi3"): Operand 1 must be a register_operand.
12629 (peephole2): New peephole to optimize some adds.
12630 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
12631 to represent -2 .. 2 small integer range.
12632
12633 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
12634
12635 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
12636 each 16-bit rotation.
12637
12638 2003-03-10 Zack Weinberg <zack@codesourcery.com>
12639
12640 * c-opts.c (add_prefixed_path): Don't use concat. When
12641 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
12642 cpp_GCC_INCLUDE_DIR_len characters.
12643
12644 2003-03-10 Segher Boessenkool <segher@koffie.nl>
12645
12646 * testsuite/gcc.dg/altivec-9.c: New file.
12647
12648 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
12649 (rs6000_emit_prologue): Use rs6000_frame_related instead.
12650
12651 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
12652
12653 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
12654 vectors.
12655 (__ev_convert_u64): Remove macro. Define as inline.
12656 (__ev_convert_s64): Same.
12657
12658 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
12659
12660 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
12661 (rs6000_stack_t): Add spe_64bit_regs_used.
12662
12663 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
12664 spe_64bit_regs_used, and use it to determine the size of the
12665 frame.
12666 (spe_func_has_64bit_regs_p): New.
12667 (spe_synthesize_frame_save): New.
12668 (rs6000_frame_related): Handle SPE synthetic registers.
12669 (rs6000_emit_prologue): Only save in 64-bits if the function used
12670 any registers in 64-bit mode.
12671 (rs6000_emit_epilogue): Same, but for restore.
12672
12673 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
12674
12675 * arm.h (enum floating_point_type): Delete. Replace with...
12676 (enum fputype): ... new.
12677 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
12678 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
12679 * arm.md (attr fpu): Reworked for new underlying enum values.
12680 * arm.c (arm_fpu_arch): Now enum fputype.
12681 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
12682 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
12683 Update uses of arm_fpu_arch and arm_fpu_tune.
12684
12685 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
12686
12687 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
12688 (try_crossjump_to_edge): Replace refereces to one jump table by
12689 references to identical jump table.
12690 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
12691 (replace_label): Moved to rtlanal.c.
12692 (struct rtx_pair): Moved to rtl.h.
12693 * rtl.h (struct rtx_pair): Moved from loop.c.
12694 (replace_label): New extern function.
12695 (subrtx_p): New extern function.
12696 (tablejump_p): New extern function.
12697 * rtlanal.c (replace_label): Moved from loop.c.
12698 (subrtx_p_1): New static function.
12699 (subrtx_p): New function.
12700 (tablejump_p): New function.
12701
12702 2003-03-10 Jan Hubicka <jh@suse.cz>
12703
12704 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
12705
12706 * cfgcleanup.c (merge_blocks): Return where to iterate next.
12707 (try_optimize_cfg): Use return value of merge_blocks
12708
12709 2003-03-10 Michael Matz <matz@suse.de>
12710
12711 * cfg.c (unchecked_make_edge): New.
12712 (cached_make_edge): Use it.
12713 * basic-block.h (unchecked_make_edge): Declare.
12714 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
12715
12716 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
12717
12718 * fpa.md: New file. Move all patterns relating to FPA co-processor
12719 to here...
12720 * arm.md: ... from here.
12721 (cirrus.md, fpa.md): Include at end of description.
12722 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
12723 (pic_load_addr_based): Remove register constraint from expander.
12724 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
12725 (sordered, sungt, sunle, sunge, sunlt): Likewise.
12726 (eh_epilogue, tablejump): Likewise.
12727
12728 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12729
12730 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
12731 on operands if it has a PLACEHOLDER_EXPR.
12732
12733 2003-03-09 David Edelsohn <edelsohn@gnu.org>
12734 Mostafa Hagog
12735
12736 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
12737 condition.
12738
12739 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
12740
12741 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
12742 * config/ip2k/ip2k.h: Similarly.
12743 * config/m32r/m32r.h: Similarly.
12744 * config/m68hc11/m68hc11.h: Similarly.
12745 * config/mn10200/mn10200.h: Similarly.
12746 * config/mn10300/mn10300.h: Similarly.
12747 * config/pdp11/pdp11.h: Similarly.
12748 * config/v850/v850.h: Similarly.
12749 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
12750 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
12751 * config/mips/iris3.h: Remove #if 0 block.
12752
12753 2003-03-09 Roger Sayle <roger@eyesopen.com>
12754 Joern Rennecke <joern.rennecke@superh.com>
12755
12756 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
12757 pending argument upon return from handle_braces here.
12758 (do_spec_2): Instead handle it upon return from do_spec_1 here.
12759
12760 2003-03-09 Roger Sayle <roger@eyesopen.com>
12761 Joern Rennecke <joern.rennecke@superh.com>
12762
12763 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
12764 pending argument upon return from handle_braces here.
12765 (do_spec_2): Instead handle it upon return from do_spec_1 here.
12766
12767 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12768
12769 * varasm.c (make_decl_one_only): Use declare_weak().
12770
12771 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12772
12773 PR middle-end/9986
12774 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
12775 after the common builtins.
12776 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
12777 * pa.c (TARGET_INIT_BUILTINS): Define.
12778 (pa_init_builtins): New function.
12779
12780 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
12781 space has been allocated for the outgoing arguments, set the arg
12782 pointer for a call emitted after virtuals have been instantiated
12783 using the stack pointer offset, otherwise abort.
12784
12785 2003-03-09 DJ Delorie <dj@redhat.com>
12786
12787 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
12788
12789 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
12790
12791 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
12792 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
12793 conversion to integer.
12794 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
12795
12796 2003-03-09 Roger Sayle <roger@eyesopen.com>
12797
12798 * builtins.def: Fix typo and improve grammar.
12799 * loop-unroll.c (decide_peel_completely): Tidy log message.
12800
12801 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
12802
12803 * config/h8300/h8300.md (*tstsi_upper_bit): New.
12804 (*iorsi3_e2f): Likewise.
12805
12806 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
12807
12808 * config/h8300/h8300.c (h8300_and_costs): Return the number of
12809 assembly instructions needed.
12810 (h8300_shift_costs): Likewise.
12811
12812 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
12813
12814 * config/cris/aout.h (ENDFILE_SPEC): Undef.
12815
12816 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
12817 moves from here ...
12818 * expr.c (emit_move_insn_1): ... to here.
12819
12820 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
12821 (TARGET_OS_CPP_BUILTINS): New macro.
12822 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
12823 (TARGET_OS_CPP_BUILTINS): New macro.
12824 (CPP_PREDEFINES): Don't define. Move old definitions and...
12825 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
12826 (TARGET_CPU_CPP_BUILTINS): New macro.
12827 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
12828 definitions and the optional __PIC__, __pic__ and
12829 __NO_UNDERSCORES__ definitions to...
12830 (TARGET_OS_CPP_BUILTINS): New macro.
12831
12832 * flags.h (flag_leading_underscore): Declare.
12833
12834 * c-opts.c (c_common_post_options): On fopen failure, return
12835 false, not NULL.
12836
12837 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12838
12839 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
12840 config.h.
12841 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
12842 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
12843
12844 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12845
12846 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
12847 CPP_PREDEFINES.
12848 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
12849 CPP_PREDEFINES.
12850
12851 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12852
12853 * c-common.h (c_common_init, c_common_post_options): Update.
12854 * c-objc-common.c (c_objc_common_init): Update for new prototype.
12855 * c-opts.c (saved_lineno): New.
12856 (c_common_post_options, c_common_init): Update prototypes,
12857 move call to cpp_read_main_file from latter to former.
12858 * c-tree.h (c_ojbc_common_init): Update.
12859 * langhooks-def.h (lhd_post_options): New.
12860 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
12861 * langhooks.c (lhd_post_options): New.
12862 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
12863 * toplev.c (no_backend): New.
12864 (process_options): Call post_options hook and set main_input_filename
12865 and input_filename here.
12866 (lang_dependent_init, do_compile): post_options hook moved to
12867 process_options.
12868 * objc/objc-act.c (objc_init): Update prototype.
12869 * objc/objc-act.h (objc_init): Update prototype.
12870
12871 2003-03-08 Roger Sayle <roger@eyesopen.com>
12872
12873 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
12874 a complex or vector type, using a load in the original mode.
12875
12876 2003-03-08 Jan Hubicka <jh@suse.cz>
12877
12878 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
12879 * gt-cgraph.h: New GC file.
12880 * cgraph.c (known_fns): New static variable.
12881 (cgraph_node): Add the decl into varray.
12882
12883 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12884
12885 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
12886
12887 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
12888
12889 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
12890 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
12891 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
12892 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
12893 All callers changed.
12894 * arm.md, arm.h, arm-protos.h: Updated.
12895
12896 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
12897 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
12898 * arm.c (arm_regno_class, f_register_operand): Updated.
12899
12900 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12901
12902 * config/cris/cris.h: Remove EGCS references.
12903 (CPP_SPEC): Remove "-$".
12904 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
12905
12906 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12907
12908 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
12909 preference to CPP_PREDEFINES.
12910
12911 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12912
12913 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
12914
12915 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
12916
12917 * config/h8300/h8300.md (*extzv_16_8): New.
12918
12919 2003-03-08 Jan Hubicka <jh@suse.cz>
12920
12921 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
12922 * cgraph.h: (cgraph_local_info): Add can_inline_once
12923 (cgraph_global_info): Add inline_once.
12924 (cgraph_node): Add previous.
12925 (cgraph_remove_node): New.
12926 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
12927 function.
12928 (cgraph_optimize): Call it.
12929 (cgraph_finalize_function): Set inlinable flags.
12930 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
12931 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
12932 (cgraph_expand_function): Likewise.
12933 * cgraph.c
12934 (cgraph_node): Put nodes into doubly linked chain.
12935 (cgraph_remove_node): New function.
12936 * flags.h (flag_inline_functions_called_once): Declare.
12937 * tree-inline.c: Include cgraph.h
12938 (inlinable_functions_p): Add extra argument to bypass limits.
12939 (expand_call_inline): Obey cgraph flag.
12940 * tree-inline.h (tree_inlinable_function_p): Update prototype.
12941
12942 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12943
12944 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
12945 irreducible loops.
12946
12947 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
12948 loops info correctly.
12949
12950 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
12951
12952 PR middle-end/7796
12953 * unroll.c (calculate_giv_inc): Handle constants being
12954 loaded with LSHIFTRT.
12955
12956 2003-03-07 David Edelsohn <edelsohn@gnu.org>
12957
12958 * config/rs6000/rs6000.c (processor_target_table): Do not disable
12959 GP optional instructions on Power3, Power4, 620, and 630.
12960
12961 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
12962
12963 * calls.c: Fix comment formatting.
12964 * cfgloopanal.c: Likewise.
12965 * cfgloopmanip.c: Likewise.
12966 * combine.c: Likewise.
12967 * dwarf2out.c: Likewise.
12968 * ggc-common.c: Likewise.
12969 * langhooks.c: Likewise.
12970 * loop-unroll.c: Likewise.
12971 * loop.c: Likewise.
12972 * ra-build.c: Likewise.
12973 * sbitmap.c: Likewise.
12974 * toplev.c: Likewise.
12975
12976 2003-03-07 James E Wilson <wilson@tuliptree.org>
12977
12978 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
12979
12980 2003-03-07 Geoffrey Keating <geoffk@apple.com>
12981
12982 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
12983 support -no-integrated-cpp.
12984
12985 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
12986 than langhooks.name.
12987
12988 2003-03-07 Michael Matz <matz@suse.de>
12989
12990 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
12991 (DF_FOR_REGALLOC): New.
12992 * df.c (df_ref_record): Set DF_REF_STRIPPED.
12993 (read_modify_subreg_p): Simplify.
12994 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
12995 Use DF_FOR_REGALLOC.
12996 * ra.h (struct web): New member subreg_stripped.
12997 (invalid_mode_change_regs): Declare.
12998 * ra.c (invalid_mode_change_regs): New.
12999 (init_ra): Initialize it.
13000 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
13001 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
13002 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
13003 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
13004 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
13005
13006 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
13007
13008 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
13009 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
13010 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
13011 machine description file from ...
13012 * cirrus.md: ... here.
13013
13014 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
13015
13016 * config/h8300/h8300.md (a peephole2): Don't use
13017 reg_overlap_mentioned_p.
13018
13019 2003-03-06 Geoffrey Keating <geoffk@apple.com>
13020
13021 * c-pch.c: Include langhooks.h.
13022 (IDENT_LENGTH): New.
13023 (get_ident): New.
13024 (pch_ident): Delete.
13025 (pch_init): Use get_ident, IDENT_LENGTH.
13026 (c_common_valid_pch): Likewise. Also, use actual language
13027 in warning message.
13028 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
13029
13030 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
13031 c-parse.in.
13032 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
13033 gt-objc-objc-act.h.
13034 (gt-objc-objc-act.h): New rule.
13035 * objc/lang-specs.h: Support PCH.
13036 * objc/objc-act.c: Include gt-objc-objc-act.h.
13037 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
13038 (build_selector_reference_decl): Move idx out, mark for PCH.
13039 (build_class_reference_decl): Likewise.
13040 (build_objc_string_decl): Move *_idx out, mark for PCH.
13041 (build_tmp_function_decl): Move xxx out, mark for PCH.
13042
13043 2003-03-06 Dale Johannesen <dalej@apple.com>
13044
13045 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
13046 global functions for inlining on Darwin.
13047
13048 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
13049
13050 * haifa-sched.c (schedule_block): Don't call reorder when sorting
13051 is prohibited.
13052
13053 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
13054
13055 * Makefile.in (c-ppoutput.o): Update.
13056 * c-common.h (init_pp_output): New.
13057 (preprocess_file): Update.
13058 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
13059 Register builtins.
13060 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
13061 Make call to cpp_read_main_file common to whether preprocessing
13062 or not. Don't register builtins.
13063 * c-ppoutput.c: Include c-pragma.h.
13064 (setup_callbacks): Rename init_pp_output.
13065 (preprocess_file): No longer setup callbacks or call
13066 cpp_read_main_file.
13067 * cpphash.h (_cpp_init_mbchar): New.
13068 * cppinit.c (init_library): Call _cpp_init_mbchar.
13069 * cpplex.c (_cpp_init_mbchar): New.
13070
13071 2003-03-06 Roger Sayle <roger@eyesopen.com>
13072
13073 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
13074 MEM, try loading the MEM into a register and taking the low-part
13075 of that, to help CSE see the use of the MEM in its true mode.
13076
13077 2003-03-05 Tom Tromey <tromey@redhat.com>
13078
13079 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
13080 Define.
13081
13082 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
13083
13084 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
13085 operand 2.
13086 ("*ineqbranchsi"): Likewise.
13087
13088 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
13089
13090 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
13091 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
13092 register store followed by a stack increment.
13093
13094 2003-03-05 Chris Moller <cmoller@redhat.com>
13095
13096 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
13097 to inhibit saving CARRY_REGS.
13098
13099 * config/stormy16/stormy16.c (xs_hi_general_operand):
13100 added predicate to detect and error-out on out-of-range
13101 const_ints for movhi.
13102 * config/stormy16/stormy16.md (movhi): use
13103 xs_hi_general_operand.
13104
13105 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
13106 added a check for local vbl size overflow.
13107 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
13108 added predicate to detect and error-out on out-of-range
13109 const_ints for addhi and subhi.
13110 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
13111 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
13112
13113 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
13114 add a term to accept PRE_MODIFY addresses.
13115 * config/stormy16/stormy16.c (xstormy16_expand_move):
13116 add code to expand PRE_MODIFY addresses to an add followed
13117 by a move.
13118
13119 2003-03-06 Jason Merrill <jason@redhat.com>
13120
13121 * tree-inline.c (inlinable_function_p): Revert earlier change
13122 pending investigation.
13123
13124 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
13125
13126 * config/h8300/h8300.md (a new peephole2): New.
13127
13128 2003-03-06 Jan Hubicka <jh@suse.cz>
13129
13130 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
13131
13132 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13133
13134 * dwarf2out.c (size_of_die): Compute size of external reference to
13135 die correctly.
13136
13137 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
13138
13139 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
13140 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
13141 expanders.
13142
13143 2003-03-05 Roger Sayle <roger@eyesopen.com>
13144
13145 * expr.h (lang_expand_expr): Delete obsolete prototype.
13146
13147 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13148
13149 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
13150
13151 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13152
13153 * config/h8300/h8300.md (a peephole2): Generalize to
13154 accept a memory operand.
13155
13156 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
13157
13158 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
13159 * config/alpha/alpha.c (print_operand, case '+'): New.
13160 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
13161 (call_value_osf_1_noreturn): Likewise.
13162
13163 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13164
13165 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
13166 (expand_end_bindings): Likewise.
13167
13168 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13169
13170 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
13171 (epilogue): Don't generate return_external_pic when emitting PA 2.0
13172 code.
13173
13174 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
13175
13176 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
13177
13178 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
13179
13180 * hooks.c (hook_rtx_rtx_null): New.
13181
13182 * hooks.h (hook_rtx_rtx_null): Protoize.
13183
13184 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
13185 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
13186
13187 * target.h (struct gcc_target): Add dwarf_register_span.
13188
13189 * dwarf2out.c (multiple_reg_loc_descriptor): New.
13190 (one_reg_loc_descriptor): New.
13191 (reg_loc_descriptor): Add support for values that span more than
13192 one register.
13193
13194 2003-03-05 Jan Hubicka <jh@suse.cz>
13195
13196 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
13197 * alias.c: Include cgraph.h
13198 (mark_constant_function): Use cgraph_rtl_info.
13199 * calls.c: Include cgraph.h
13200 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
13201 calls.
13202 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
13203 * cgraph.c (cgraph_rtl_info): New function.
13204 * cgraph.h (cgraph_rtl_info): Declare
13205 (cgraph_rtl_info): Likewise.
13206 * function.h (struct function): Add recursive_call_emit.
13207 * toplev.c: Include cgraph.h.
13208 (rest_of_compilation): Set preferred_incoming_stack_boundary.
13209
13210 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13211
13212 * config/h8300/h8300.c (output_simode_bld): Clear the
13213 destination first if possible.
13214 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
13215 alternative.
13216 (extzv_1_r_inv_h8300hs): Likewise.
13217
13218 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13219
13220 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
13221 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
13222 * cfgloop.c (flow_loop_free): Made global.
13223 (establish_preds): New static function.
13224 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
13225 (get_loop_exit_edges): New.
13226 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
13227 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
13228 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
13229 loops.
13230 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
13231 removability of an edge.
13232 (fix_irreducible_loops): New static function.
13233 (find_path, remove_path): Add ability to remove enclosing loops.
13234 (unloop): New.
13235 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
13236 flags.
13237 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
13238 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
13239 not neccessary.
13240 (decide_peel_completely, peel_loops_completely): Allow complete peeling
13241 of non-duplicable once rolling loops.
13242 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
13243
13244 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
13245
13246 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
13247 for align_jumps is 4.
13248
13249 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
13250 use GENERAL_REGS.
13251
13252 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
13253
13254 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
13255 according to va_arg type.
13256 (EXPAND_BUILTIN_VA_ARG): Remove.
13257 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
13258 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
13259
13260 2003-03-05 David Edelsohn <edelsohn@gnu.org>
13261
13262 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
13263 else clauses.
13264
13265 2003-03-05 Michael Matz <matz@suse.de>
13266
13267 * i386/i386.c (ix86_save_reg): Also test
13268 current_function_uses_const_pool.
13269
13270 2003-03-05 Michael Matz <matz@suse.de>
13271
13272 * unwind.h: Add the GPL exception.
13273 * Makefile.in (USER_H): Add unwind.h.
13274
13275 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
13276
13277 PR c/9799
13278 * c-typeck.c (push_init_level): Add sanity check.
13279
13280 2003-03-05 Jan Hubicka <jh@suse.cz>
13281
13282 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
13283 RTL inlining is done.
13284
13285 * cgraphunit.c (cgraph_mark_local_functions): New local function.
13286 (cgraph_optimize): Mark local functions.
13287 * i386-protos.h (init_cumulative_args): Update prototype.
13288 * i386.c (init_cumulative_args): Use register passing convention for
13289 local functions.
13290
13291 * cgraph.c (cgraph_global_info_ready): New global variable
13292 (cgraph_local_info, cgraph_global_info): New functions.
13293 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
13294 structures.
13295 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
13296 Declare.
13297 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
13298 (cgraph_mark_functions_to_output): Use inline_many.
13299 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
13300 (cgraph_expand_functions): Expand inline functions last.
13301 (cgraph_optimize): Do not emit uneeded functions.
13302
13303 2003-03-04 Steve Ellcey <sje@cup.hp.com>
13304
13305 * expr.c (convert_modes): Check for legal hard register.
13306
13307 2003-03-04 Tom Tromey <tromey@redhat.com>
13308
13309 * doc/sourcebuild.texi (Front End Directory): Document tags.
13310 * configure: Rebuilt.
13311 * configure.in (target_list): Added tags.
13312 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
13313 TAGS files by reference.
13314 * objc/Make-lang.in (objc.tags): New target.
13315
13316 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13317
13318 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
13319 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
13320 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
13321 gcov_read_string, gcov_write_length): Modified to enable reading/
13322 writing of whole .da file just once.
13323 (da_file_open, da_file_close, da_file_eof, da_file_error,
13324 da_file_position, da_file_seek, da_file_write, da_file_read): New
13325 functions.
13326 (actual_da_file, actual_da_file_position, actual_da_file_length,
13327 actual_da_file_buffer, actual_da_file_buffer_size): New static
13328 functions.
13329 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
13330 just once.
13331
13332
13333 2003-03-04 Andreas Schwab <schwab@suse.de>
13334
13335 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
13336 offset without frame pointer.
13337
13338 2003-03-04 Steve Ellcey <sje@cup.hp.com>
13339
13340 * expr.c (expand_expr): Call promote_mode to set unsignedp.
13341
13342 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
13343
13344 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
13345 * configure: Regenerated.
13346 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
13347
13348 2003-03-04 Andreas Jaeger <aj@suse.de>
13349
13350 * configure.in: Check for <memcheck.h>.
13351 * configure: Regenerated.
13352
13353 * config.in: Define HAVE_MEMCHECK_H.
13354
13355 * ggc-common.c: Use <memcheck.h> if available instead of
13356 <valgrind.h>.
13357 * ggc-page.c: Likewise.
13358 * cppfiles.c: Likewise.
13359
13360 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
13361
13362 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
13363
13364 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
13365
13366 PR c/9262
13367 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
13368 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
13369
13370 2003-03-04 Jan Hubicka <jh@suse.cz>
13371
13372 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
13373 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
13374 for -O3.
13375
13376 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
13377
13378 * configure.in: Delete three unused variables. Move a variable
13379 definition closer to its use. Simplify use_collect2 logic. Start to
13380 organize. Simplify tests for in-tree gas and ld.
13381 * configure: Regenerate.
13382
13383 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
13384
13385 * Makefile.in: Update.
13386 * c-common.c (flag_no_line_commands, flag_no_output,
13387 flag_dump_macros, flag_dump_includes): New.
13388 * c-common.h (flag_no_line_commands, flag_no_output,
13389 flag_dump_macros, flag_dump_includes, preprocess_file): New.
13390 (init_c_lex): Update prototype.
13391 * c-lex.c (init_c_lex): Update prototype; move some code to
13392 c_common_init.
13393 * c-opts.c (preprocess_file): Subsume into c_common_init.
13394 (c_common_decode_option): Update flags.
13395 (c_common_init): Move code from preprocess_file and init_c_lex.
13396 (sanitize_cpp_opts): Update.
13397 * c-ppoutput.c: New, cppmain.c almost verbatim.
13398 * cpphash.h (struct printer): Remove.
13399 (struct cpp_reader): Remove print.
13400 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
13401 cpp_preprocess_file): Remove.
13402 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
13403 and dump_includes.
13404 * cppmain.c: Remove.
13405 * doc/passes.texi: Update.
13406
13407 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13408
13409 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
13410 (assign_stack_local_1): Perform overall stack alignment only when
13411 STACK_ALIGNMENT_NEEDED is nonzero.
13412 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
13413
13414 * pa.c (compute_frame_size): Rename fsize to size. Account for
13415 alignment to a word boundary before general register save block. Only
13416 account for double-word alignment before floating point register save
13417 block if one or more are saved. Don't allocate space for %r3 when
13418 frame pointer is needed.
13419 (hppa_expand_prologue): Include alignment to word boundary in local
13420 frame size.
13421 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
13422 (STACK_ALIGNMENT_NEEDED): Define.
13423
13424 2003-03-04 Kevin Buettner <kevinb@redhat.com>
13425
13426 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
13427 global register variables.
13428
13429 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
13430
13431 * reload.c (reload_adjust_reg_for_mode): New function.
13432 (subst_reloads): Call it.
13433 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
13434 * reload.h (reload_adjust_reg_for_mode): Declare.
13435 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
13436 Call it.
13437
13438 2003-03-03 James E Wilson <wilson@tuliptree.org>
13439
13440 * optabs.c (add_equal_note): Delete SUBREG_REG use.
13441 Fixes PR c/7872.
13442
13443 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13444
13445 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
13446 (*ixorsi3_lshiftrt_16): New.
13447 (*iorsi3_ashift_16): Remove.
13448
13449 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13450
13451 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
13452 pattern.
13453
13454 2003-03-03 Geoffrey Keating <geoffk@apple.com>
13455
13456 * doc/install.texi (Specific): Update entry for powerpc-darwin.
13457
13458 2003-03-03 Richard Henderson <rth@redhat.com>
13459
13460 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
13461
13462 2003-03-03 David Edelsohn <edelsohn@gnu.org>
13463
13464 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
13465 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
13466 (rs6000_variable_issue): Do not return negative value.
13467 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
13468 scheduling pass.
13469
13470 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13471
13472 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
13473 prune_unused_types calls.
13474
13475 2003-03-03 Jason Merrill <jason@redhat.com>
13476
13477 * tree-inline.c (find_builtin_longjmp_call): Save and restore
13478 lineno and input_filename.
13479 (find_alloca_call): Likewise.
13480 (inlinable_function_p): Run the langhook earlier.
13481
13482 * calls.c (compute_argument_addresses): Give the new MEMs a
13483 minimum alignment of PARM_BOUNDARY.
13484
13485 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
13486
13487 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
13488 subtarget_asm_isa_spec.
13489 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
13490 (ASM_SPEC): Define as SH_ASM_SPEC.
13491 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
13492 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
13493 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
13494 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
13495
13496 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
13497 and align_jumps if not set.
13498 Force align_jumps to be at least 2.
13499 When relaxing, force align_functions to be at least the maximum of
13500 align_loops, align_jumps and 4.
13501 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
13502 (sh_loop_align): Honour align_loops_log.
13503
13504 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
13505 to check for indirect_jump_scratch.
13506 (indirect_jump_scratch): Add second set.
13507 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
13508 when looking for indirect_jump_scratch.
13509 Extract scratch register taking new structure of indirect_jump_scratch
13510 into account.
13511 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
13512
13513 2003-03-03 Jan Hubicka <jh@suse.cz>
13514
13515 * calls.c (rtx_for_function_call): Take the address as an argument
13516 (expand_call): Do not modify the expression.
13517
13518 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
13519 optimizing.
13520
13521 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13522
13523 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
13524 TARGET_H8300H and TARGET_H8300S.
13525
13526 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13527
13528 * config/h8300/h8300.md (a peephole2): New.
13529
13530 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13531
13532 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
13533 operands[0] and operands[1] are different.
13534
13535 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13536
13537 * reload1.c (reload_cse_move2add): Remove variable success.
13538
13539 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13540
13541 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
13542 warnings.
13543
13544 2003-03-02 Richard Henderson <rth@redhat.com>
13545
13546 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
13547 * config.in, configure: Rebuild.
13548 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
13549 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
13550 paired ldtoffx and ldxmov annotations.
13551 (load_symptr_internal1): Remove.
13552 (load_symptr_high, load_symptr_low): New.
13553
13554 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
13555
13556 * c-incpath.c (add_path): Fix sysp assignment.
13557
13558 2003-03-02 Kurt Garloff <garloff@suse.de>
13559
13560 * params.def: Introduce parameter max-inline-insns-rtl for
13561 a separate limit for the RTL inliner.
13562 * params.h: Likewise.
13563 * integrate.c (function_cannot_inline_p): Use it.
13564 * toplev.c (decode_f_option): Set multiple parameters
13565 controlling inlining with -finline-limit.
13566 * params.def: Fix orthographic and typographic errors.
13567 * doc/invoke.texi: Document parameters controlling inlining
13568 and the way -finline-limit sets multiple of them.
13569
13570 * tree.h (struct tree_decl): Introduce inlined_function_flag,
13571 recording whether the function became eligible for inlining
13572 by a compiler flag rather than the declaration.
13573 Provide DID_INLINE_FUNC macro to access it.
13574 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
13575 * cp/decl.c (grokfndecl): Likewise.
13576 * toplev.c (rest_of_compilation): Likewise.
13577 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
13578 * print-tree.c (print_node): Report it.
13579 * params.def: Introduce new max-inline-insns-auto limit.
13580 * params.h: Likewise.
13581 * tree-inline.c (inlinable_function_p): Apply it to functions
13582 with DID_INLINE_FUNC set.
13583 * toplev.c (decode_f_option): Initialize it from -finline-limit
13584 value.
13585 * doc/invoke.texi: Document new parameter.
13586
13587 2003-03-02 Geoffrey Keating <geoffk@apple.com>
13588
13589 * fix-header.c (read_scan_file): Don't reference simplify_path.
13590
13591 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13592
13593 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
13594 min/max instructions by default as may result in reload errors.
13595
13596 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13597
13598 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
13599 avoid reload problems; define split for it.
13600
13601 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13602
13603 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
13604 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
13605 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
13606 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
13607 rotatert and rotate.
13608 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
13609 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
13610 ("*rotrhi3_addr"): New split for shift insns on address register.
13611 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
13612 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
13613 (___rotrhi3): Likewise.
13614 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
13615
13616 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
13617
13618 * toplev.c (aux_base_name): Moved from toplev.h.
13619 (filename): Constify.
13620 (lang_dependent_init): Don't duplicate name.
13621 (process_options): Set aux_base_name here, not...
13622 (do_compile): ...here. Change protoype.
13623 (toplev_main): Move some code from do_compile.
13624 * toplev.h: Remove aux_base_name.
13625
13626 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
13627
13628 * config/h8300/h8300-protos.h: Add a prototype for
13629 iorxor_operator.
13630 * config/h8300/h8300.c (print_operand): Handle 'c'.
13631 (iorxor_operator): New.
13632 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
13633 * config/h8300/h8300.md (*iorhi3_zext): Remove.
13634 (*iorsi3_zexthi): Likewise.
13635 (*iorsi3_zextsi): Likewise.
13636 (*xorhi3_zextqi): Likewise.
13637 (*xorsi3_zexthi): Likewise.
13638 (*xorsi3_zextsi): Likewise.
13639 (*ixorhi3_zext): New.
13640 (*ixorsi3_zext_qi): Likewise.
13641 (*ixorsi3_zext_hi): Likewise.
13642
13643 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
13644
13645 * c-incpath.c (remove_component_p, simplify_path): Move back to
13646 cppfiles.c.
13647 (remove_duplicates): Use cpp_simplify_path.
13648 * c-incpath.h (simplify_path): Remove.
13649 * c-lex.c: Don't include c-incpath.h.
13650 (init_c_lex): Remove simplify_path.
13651 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
13652 (find_or_create_entry, validate_pch): Revert.
13653
13654 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
13655
13656 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
13657 an external cpp during compilation.
13658 (option_map): Likewise.
13659 * objc/lang-specs.h (default_compilers): Similarly.
13660 * doc/invoke.texi: Document -no-integrated-cpp flag.
13661
13662 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
13663
13664 * config/h8300/h8300.md (zero_extendqisi2): Change to an
13665 expander.
13666 (*zero_extendqisi2_h8300): New.
13667 (*zero_extendqisi2_h8300hs): New.
13668 (two splitters): New.
13669
13670 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13671
13672 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
13673
13674 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13675
13676 * config/h8300/h8300.md (a peephole2): Remove dead code.
13677
13678 2003-03-01 Roger Sayle <roger@eyesopen.com>
13679
13680 PR c++/9367
13681 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
13682 (BT_FN_INT_CONST_STRING_VALIST_ARG,
13683 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
13684 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
13685 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
13686 BT_FN_INT_STRING_CONST_STRING_VAR,
13687 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
13688 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
13689 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
13690 ATTR_NONNULL_3): Also include the nothrow attribute.
13691 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
13692 vsnprintf, vscanf, vsscanf): Don't define attributes here.
13693 * builtins.def (putchar, puts): Make full C89 built-ins.
13694 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
13695 vsscanf, vsnprintf, vsprintf): New built-ins.
13696 * c-common.c (c_common_nodes_and_builtins): Handle new macro
13697 DEF_FUNCTION_TYPE_VAR_3.
13698
13699 * doc/extend.texi: Document these new built-in functions.
13700
13701 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13702
13703 * config/h8300/h8300.md (a peephole2): New.
13704
13705 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
13706
13707 * predict.c (estimate_bb_frequencies): Correctly set
13708 real_values_initialized after initialization.
13709
13710 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
13711
13712 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
13713 cppinit.o, cppdefault.o, fix-header): Update.
13714 * c-incpath.c: New file.
13715 * c-incpath.h: New file.
13716 * c-lex.c: Include c-incpath.h.
13717 (init_c_lex): Register path simplifier.
13718 * c-opts.c: Include cppdefault.h and c-incpath.h.
13719 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
13720 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
13721 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
13722 (missing_arg, c_common_decode_option): Handle them.
13723 (c_common_post_options): Register include chains.
13724 (print_help): Update.
13725 * cppdefault.h (struct default include): Update.
13726 Move some macros to ...
13727 * cppdefault.c: ... here.
13728 (cpp_include_defaults): Add extra field add_sysroot.
13729 * cppfiles.c (include_file, search_from, find_or_create_entry,
13730 cpp_included, find_include_file, remap_filename): Update for
13731 renaming of search_path to cpp_path, and of the chain headers.
13732 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
13733 * cpphash.h (struct search_path): Move to cpplib.h.
13734 (struct cpp_buffer, struct cpp_reader): Update.
13735 (_cpp_simplify_pathname): Remove.
13736 * cppinit.c: Don't include prefix.h and cppdefault.h.
13737 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
13738 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
13739 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
13740 no_pth, cpp_handle_options): Remove.
13741 (struct pending_option): Remove chain members.
13742 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
13743 cpp_handle_option): Update.
13744 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
13745 (struct cpp_options): Remove quote_include, bracket_include,
13746 include_prefix, include_prefix_len, verbose, ignore_srcdir,
13747 no_standard_includes, no_standard_cplusplus_includes.
13748 (struct cpp_callbacks): Add simplify_path.
13749 (cpp_handle_options): Remove.
13750 * fix-header.c: Include c-incpath.h.
13751 (read_scan_file): Update to use c-incpath functionality.
13752 * doc/passes.texi: Update.
13753
13754 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13755
13756 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
13757 satisfies EXTRA_CONSTRAINT 'U'.
13758
13759 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13760
13761 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
13762 register.
13763 (*tst_extzv_memqi_1_n): Change to a splitter.
13764 (a peephole2): Update.
13765
13766 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
13767
13768 * predict.c (estimate_bb_frequencies): Initialize the sreal
13769 constants once per compilation.
13770
13771 2003-02-28 Richard Henderson <rth@redhat.com>
13772
13773 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
13774
13775 2003-02-28 scott snyder <snyder@fnal.gov>
13776
13777 * flags.h: Add flag_eliminate_unused_debug_types.
13778 * toplev.c: Add flag_eliminate_unused_debug_types.
13779 (f_options): Add -feliminate-unused-debug-types.
13780 * dwarf2out.c (struct file_table): Add emitted member.
13781 (splice_child_die): Fix the parent pointer for the child being
13782 spliced.
13783 (lookup_filename): Maintain file_table.emitted array. Don't
13784 output .file directive here.
13785 (maybe_emit_file): (new)
13786 (init_file_table): Set up file_table.emitted.
13787 (dwarf2out_source_line): Use maybe_emit_file.
13788 (dwarf2out_start_source_file): Use maybe_emit_file.
13789 (dwarf2out_init): Use maybe_emit_file.
13790 (prune_unused_types_walk_attribs): (new)
13791 (prune_unused_types_mark): (new)
13792 (prune_unused_types_walk): (new)
13793 (prune_unused_types_prune): (new)
13794 (prune_unused_types): (new)
13795 (dwarf2out_finish): Call prune_unused_types if
13796 flag_eliminate_unused_debug_types is set.
13797 * doc/invoke.texi (Option Summary): Add
13798 -feliminate-unused-debug-types.
13799 (Debugging Options): Likewise.
13800
13801 2003-02-28 Geoffrey Keating <geoffk@apple.com>
13802
13803 * doc/invoke.texi: Change .pch to .gch.
13804 * cppfiles.c (open_file_pch): Likewise.
13805 * gcc.c (default_compilers): Likewise.
13806
13807 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
13808
13809 * floatlib.c: Remove.
13810
13811 2003-02-28 Jason Merrill <jason@redhat.com>
13812
13813 * stor-layout.c (variable_size): Leave a "minus 1" outside the
13814 SAVE_EXPR.
13815
13816 2003-02-28 David Edelsohn <edelsohn@gnu.org>
13817
13818 * config/rs6000/power4.md: Add compare bypass.
13819
13820 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
13821
13822 * config/netbsd.h: Update copyright years.
13823 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
13824 -pthread is specified on the command line.
13825
13826 2003-02-28 Dale Johannesen <dalej@apple.com>
13827
13828 * loop.c (struct movable): Add insert_temp, shrink savemode.
13829 (scan_loop): Accept invariants that require copying; mark as
13830 insert_temp.
13831 (combine_movables): Don't combine insert_temp movables.
13832 (move_movables): Insert copies for insert_temp movables.
13833 Don't record the info based on regno for insert_temp's.
13834
13835 2003-02-28 Joel Sherrill <joel@OARcorp.com>
13836
13837 PR 9638/other
13838 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
13839 this constant defaults to 1.
13840
13841 2003-02-28 Bob Wilson <bob.wilson@acm.org>
13842
13843 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
13844
13845 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
13846
13847 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
13848 ARMv5e processor, not just for XScale. Instructions are predicable.
13849 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
13850
13851 2003-02-28 Nick Clifton <nickc@redhat.com>
13852
13853 * config/arm/arm.c (note_invalid_constants): Change parameter type
13854 from bool to int.
13855
13856 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
13857
13858 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
13859 test of bit 7.
13860 (*tst_extzv_memqi_1_n): Likewise.
13861 (a peephole2): New.
13862
13863 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
13864
13865 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
13866 #ifndef __mips16.
13867
13868 2003-02-28 Jan Hubicka <jh@suse.cz>
13869
13870 * combine.c (gen_lowpart_for_combine): Update handling of
13871 subregs_of_mode
13872 * flow.c (life_analysis, mark_used_regs): Likewise.
13873 * regclass.c (subregs_of_mode): Turn into single bitmap.
13874 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
13875 dealing with subregs_of_mode
13876 * regs.h (subregs_of_mode): Update prototype.
13877
13878 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
13879
13880 * emit-rtl.c (set_reg_attrs_for_parm): New function.
13881 * rtl.h (set_reg_attrs_for_parm): New exported function.
13882 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
13883 set_reg_attrs_from_mem.
13884
13885 2003-02-27 Roger Sayle <roger@eyesopen.com>
13886 Zack Weinberg <zack@codesourcery.com>
13887
13888 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
13889
13890 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
13891
13892 * reload1.c (sext_for_mode): Remove.
13893 (reload_cse_move2add): Use trunc_int_for_mode instead of
13894 sext_for_mode.
13895 (move2add_note_store): Likewise.
13896 Reset register information if we see a set in non-integer
13897 mode.
13898
13899 2003-02-27 David Edelsohn <edelsohn@gnu.org>
13900
13901 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
13902 option.
13903 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
13904 * config/rs6000/aix51.h: Same.
13905 * config/rs6000/aix52.h: Same.
13906 * config/rs6000/power4.md: Additional VMX bypasses.
13907
13908 2003-02-27 Geert Bosch <bosch@gnat.com>
13909
13910 * toplev.c (print_version): Add indentation for GGC heuristics and
13911 output after printing version information.
13912
13913 2003-02-27 James E Wilson <wilson@tuliptree.org>
13914
13915 * combine.c (simplify_comparison): Require integral mode when
13916 permuting SUBREG with AND.
13917
13918 2003-02-27 Steve Ellcey <sje@cup.hp.com>
13919
13920 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
13921
13922 2003-02-27 Nick Clifton <nickc@redhat.com>
13923
13924 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
13925 deleted when cirrus instructions were added.
13926
13927 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
13928
13929 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
13930 POSIX thread support by default.
13931
13932 2003-02-27 Roger Sayle <roger@eyesopen.com>
13933
13934 * config/i386/cygwin.h: Don't include any other files directly.
13935 * config/i386/mingw32.h: Don't include cygwin.h directly.
13936 * config.gcc (cygwin, mingw32, uwin): Instead make these files
13937 explicit in the tm_files variable.
13938
13939 2003-02-27 Alan Modra <amodra@bigpond.net.au>
13940
13941 * config/rs6000/rs6000.md: Add TI constant splitter.
13942
13943 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
13944
13945 * builtins.c (purge_builtin_constant_p): Handle subreg of
13946 constant_p_rtx too.
13947
13948 * function.c (assign_stack_local_1): Truncate constant added to
13949 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
13950
13951 2003-02-26 David Edelsohn <edelsohn@gnu.org>
13952
13953 * config.gcc: Add power4 to PowerPC with_cpu list.
13954
13955 2003-02-26 Jan Hubicka <jh@suse.cz>
13956
13957 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
13958
13959 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13960
13961 * gcov-dump.c (print_prefix): Fix signedness warning.
13962 * gcov-io.h (struct counter_section, struct counter_section_data): New.
13963 (struct function_info): n_arc_counts field removed, n_counter_sections,
13964 counter_sections fields added.
13965 (struct gcov_info): arc_counts, n_arc_counts fields removed,
13966 n_counter_sections, counter_sections fields added.
13967 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
13968 profile sections.
13969 * profile.h (MAX_COUNTER_SECTIONS): New.
13970 (struct section_info): New.
13971 (struct profile_info): count_instrumented_edges,
13972 count_edges_instrumented_now fields removed, n_sections, section_info
13973 fields added.
13974 (find_counters_section): Declare.
13975 * profile.c (struct function_list): count_edges field removed,
13976 n_counter_sections, counter_sections fields added.
13977 (set_purpose, label_for_tag, build_counter_section_fields,
13978 build_counter_section_value, build_counter_section_data_fields,
13979 build_counter_section_data_value, build_function_info_fields,
13980 build_function_info_value, build_gcov_info_fields,
13981 build_gcov_info_value): New static functions.
13982 (find_counters_section): New function.
13983 (instrument_edges, get_exec_counts, compute_branch_probabilities,
13984 branch_prob, create_profiler): Modified to support multiple profile
13985 sections.
13986
13987 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13988
13989 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
13990 is 8 * STACK_BOUNDARY.
13991 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
13992
13993 2003-02-26 Michael Matz <matz@suse.de>
13994
13995 * ra-colorize.c (merge_moves): Fix list handling.
13996
13997 2003-02-26 Nick Clifton <nickc@redhat.com>
13998
13999 * config/arm/arm.c (is_load_address): Rename to...
14000 (arm_memory_load_p) ... this and make it check for SUBREGs and
14001 constant loads that will be converted into loads from the
14002 minipool.
14003 (is_cirrus_insn): Rename to ...
14004 (arm_cirrus_insn_p): ... this, for consistency. Replace test
14005 of CIRRUS_NO with CIRRUS_NOT.
14006 (cirrus_reorg): Use renamed functions.
14007 (note_invalid_constants): Change from a void function to bool.
14008 Add an extra parameter, saying whether the fixups should be
14009 pushed. Return true if fixups are needed.
14010 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
14011 of CIRRUS_NO with CIRRUS_NOT.
14012 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
14013 other floating point co-processors can also affect this.
14014 * config/arm/arm.md ("type" attribute): Add mav_farith and
14015 mav_dmult. Replace references to "cirrus_type" attribute with
14016 "type".
14017 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
14018 ("cirrus_type" attribute): Delete - use "type" instead.
14019 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
14020 'normal'.
14021
14022 2003-02-25 Jan Hubicka <jh@suse.cz>
14023
14024 * objc-act.c: Include cgraph.h
14025 (mark_referenced_methods): New function.
14026 (objc_init): Call it.
14027 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
14028
14029 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
14030 mode.
14031
14032 * optabs.c (expand_fix): Do not widen the input operand.
14033
14034 * expr.c (emit_group_store): Fix crash when converting single
14035 register into complex register.
14036
14037 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
14038 * alias.c: Include timevar.h
14039 (init_alias_analysis): Set timevar
14040 * jump.c: Include timevar.h
14041 (rebuild_jump_labels): Set timevar
14042 * regcalss.c: Include timevar.h
14043 (reg_scan): Set timevar
14044 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
14045
14046 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14047
14048 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
14049
14050 * Makefile.in (loop-unroll.o): New.
14051 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
14052 (unroll_and_peel_loops): Declare.
14053 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
14054 flag_old_unroll_loops.
14055 * loop.c (loop_invariant_p): Ditto.
14056 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
14057 flag_old_unroll_all_loops.
14058 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
14059 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
14060 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
14061 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
14062 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
14063 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
14064 PARAM_MAX_ONCE_PEELED_INSNS): New.
14065 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
14066 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
14067 instead of old one.
14068 (flag_peel_loops): New.
14069 (lang_independent_options): The new flags added.
14070 (rest_of_compilation): Call new unroller.
14071 (process_options): Setup flags for coexistence of old and new unroller.
14072 * doc/invoke.texi: Document new options.
14073 * doc/passes.texi: Document new unroller pass.
14074
14075 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
14076
14077 * fixinc/fixincl.x: Regenerate
14078
14079 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
14080
14081 * function.c (assign_parms): Set reg_attrs for parameters passed in
14082 registers.
14083
14084 2003-02-26 Alan Modra <amodra@bigpond.net.au>
14085
14086 PR target/9681
14087 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
14088
14089 2003-02-25 David Edelsohn <edelsohn@gnu.org>
14090
14091 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
14092 pseudo-op.
14093
14094 2003-02-25 Roger Sayle <roger@eyesopen.com>
14095
14096 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
14097 * cse.c (invalidate_skipped_set): Likewise.
14098 * integrate.c (subst_constants): Likewise.
14099 * jump.c (reversed_comparison_code_parts): Likewise.
14100 * loop.c (canonicalize_condition): Likewise.
14101 * simplify-rtx.c (simplify_relational_operation): Likewise.
14102
14103 2003-02-25 Roger Sayle <roger@eyesopen.com>
14104
14105 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
14106 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
14107 the appropriate macro to define built-in function.
14108 (fmod,fmodf,fmodl): New built-in functions.
14109
14110 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
14111
14112 2003-02-25 Richard Henderson <rth@redhat.com>
14113
14114 * config/i386/i386.c (function_arg): Pass variable sized
14115 structures correctly on the stack.
14116
14117 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
14118
14119 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
14120 does not reduce the cost of SET.
14121
14122 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14123
14124 PR target/9732
14125 * config/rs6000/rs6000.c (first_reg_to_save): Handle
14126 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
14127 (rs6000_emit_prologue): Likewise.
14128 (rs6000_emit_epilogue): Likewise.
14129 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
14130 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
14131
14132 2003-02-25 Richard Henderson <rth@redhat.com>
14133
14134 * real.c (real_to_integer2): Force overflow result only for
14135 unsigned overflow.
14136
14137 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
14138
14139 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
14140
14141 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
14142 Richard Henderson <rth@redhat.com>
14143
14144 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
14145 there is no similar load.
14146
14147 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
14148 Richard Henderson <rth@redhat.com>
14149
14150 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
14151 sched-rgn.c.
14152 (add_forward_dependence): New function prototype.
14153
14154 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
14155 sched-init.h.
14156 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
14157 them to haifa-sched.c.
14158
14159 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
14160 haifa_classify_insn): Move them from sched-rgn.c.
14161
14162 * sched-deps.c (add_dependence): Return flag of creating a new
14163 entry.
14164 (add_forward_dependence): New function.
14165 (compute_forward_dependences): Use the function.
14166
14167 * sched-ebb.c (earliest_block_with_similiar_load): New function.
14168 (add_deps_for_risky_insns): New function.
14169 (schedule_ebb): Call the function.
14170
14171 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
14172
14173 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
14174 TARGET_VECTOR_OPAQUE_P. Document accordingly.
14175
14176 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
14177 opaque types fail.
14178
14179 * c-typeck.c (comptypes): Change call to vector_types_compatible
14180 to vector_opaque_p.
14181 (convert_for_assignment): Call vector_opaque_p instead of
14182 vector_types_compatible.
14183 (really_start_incremental_init): Disallow initialization of opaque
14184 types.
14185
14186 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
14187 Define TARGET_VECTOR_OPAQUE_P.
14188 (TARGET_INITIALIZER): Same.
14189
14190 * target.h (struct gcc_target): Remove vector_types_compatible.
14191 Add vector_opaque_p.
14192
14193 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
14194 Remove.
14195 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
14196 a vector type. Change return type to bool.
14197 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
14198 (TARGET_VECTOR_OPAQUE_P): Define.
14199
14200 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
14201 target hook.
14202 Include target.h.
14203 (cp_parser_init_declarator): Fix typo in function comments.
14204
14205 2003-02-25 Jan Hubicka <jh@suse.cz>
14206
14207 * Makefile.in (lcm.o): Add dependency on function.h
14208 * lcm.c (function.h): Include.
14209 * i386.c (machine_function, ix86_stack_locals,
14210 * ix86_save_varrargs_registers) : Move to
14211 ...
14212 * i386.h (machine_function, ix86_stack_locals,
14213 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
14214 (ix86_optimize_mode_switching): New.
14215 * i386.md (fix patterns): Set ix86_optimize_mode_switching
14216
14217 2003-02-25 Nick Clifton <nickc@redhat.com>
14218
14219 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
14220 of fourth arg is 'fndecl' not 'indirect'. Update comment
14221 describing the function's parameters.
14222
14223 2003-02-24 Jan Hubicka <jh@suse.cz>
14224
14225 * combine.c (simplify_shift_const): Fix previous patch.
14226
14227 2003-02-24 Jeff Law <law@redhat.com>
14228
14229 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
14230 alternative.
14231 (testsi_1, testhi_1, testqi_1): Likewise.
14232
14233 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14234
14235 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
14236 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
14237 * doc/extend.texi (Tru64 Pragmas): Reflect this.
14238
14239 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
14240 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
14241 * fixinc/fixincl.x: Regenerate.
14242 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
14243 testcase.
14244 Fixes PR c/5059, c/6126, other/9671.
14245
14246 2003-02-24 Roger Sayle <roger@eyesopen.com>
14247
14248 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
14249 from handle_braces in "%{...}".
14250
14251 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
14252
14253 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
14254 (prepare_move_operands): Handle TLS operands.
14255 (tls_symbolic_operand): New.
14256 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
14257 (legitimize_pic_address): Do nothing for the TLS symbol.
14258 (sh_encode_section_info): Handle TLS case.
14259 (sh_strip_name_encoding): Drop TLS encoding.
14260 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
14261 * config/sh/sh.h (SH_TLS_ENCODING): Define.
14262 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
14263 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
14264 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
14265 * config/sh/sh.md: Define TLS UNSPEC constants.
14266 (type): Add tls_load.
14267 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
14268 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
14269 ("tls_initial_exec"): New insn.
14270 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
14271 ("load_gbr"): New insn.
14272
14273 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
14274 * configure: Regenerate.
14275
14276 2003-02-24 Alan Modra <amodra@bigpond.net.au>
14277
14278 PR 9297, PR 9722
14279 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
14280 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
14281 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
14282 (enum block_op_methods): Reorder for better store_expr optimization.
14283 * expr.c (store_expr): Test bit 1 of "want_value" for call param
14284 stores, test bit 0 for original want_value meaning. Pass
14285 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
14286 recursive calls, and calls to expand_param.
14287 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
14288 expected, set target to 0 rather than to subtarget. Formatting.
14289
14290 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
14291
14292 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
14293
14294 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14295
14296 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
14297 new default behavior.
14298 * ggc-common.c: Include sys/resource.h.
14299 (ggc_rlimit_bound): New function.
14300 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
14301 defaults to account for rlimits.
14302
14303 2003-02-22 Richard Henderson <rth@redhat.com>
14304
14305 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
14306
14307 2003-02-22 Kelley Cook <kelley@dwhoops.info>
14308
14309 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
14310 (ix86_tune_string): Rename from ix86_cpu_string.
14311
14312 2003-02-22 Kelley Cook <kelleycook@comcast.net>
14313
14314 * config/i386/i386.c: Replace "mcpu" with "mtune".
14315 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
14316 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
14317 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
14318 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
14319
14320 2003-02-23 Andreas Schwab <schwab@suse.de>
14321
14322 * config.gcc: Delete references to m68k/t-linux and
14323 m68k/t-linux-aout.
14324 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
14325
14326 2003-02-22 Jan Hubicka <jh@suse.cz>
14327
14328 * toplev.c (rest_of_compilation): Apply fotgotten hunk
14329 of track scheduling patch.
14330
14331 2003-02-22 Jan Hubicka <jh@suse.cz>
14332
14333 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
14334 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
14335
14336 2003-02-22 Jan Hubicka <jh@suse.cz>
14337
14338 * c-decl.c (c_expand_body_1): Fix.
14339
14340 2003-02-22 Jan Hubicka <jh@suse.cz>
14341
14342 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
14343
14344 * cfgcleanup.c (try_forward_edges): Don't check loop structures
14345 when not optimizing.
14346 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
14347 when not expensive.
14348 * toplev.c (rest_of_compilation): Duplicate loop headers only when
14349 optimizing; Delete trivially dead insns early; fix optimize check.
14350
14351 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
14352 dependency on cgraph.h
14353 * c-decl.c: Include cgraph.h
14354 (finish_function): Update call of tree_inlinable_function_p.
14355 * c-objc-common.c: Include cgraph.h
14356 * cgraph.h: New file.
14357 * cgraphunit.c: New file.
14358 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
14359 (cgraph_nodes, cgraph_n_nodes): Globalize.
14360 (cgraph_finalize_function, cgraph_finalize_compilation_unit
14361 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
14362 Move into cgraphunit.c
14363 * tree-inline.c: Include cgraph.h
14364 * tree-inline.c: Include cgraph.h
14365
14366 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
14367
14368 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
14369 for copying a register.
14370
14371 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
14372
14373 PR other/3782
14374 * toplev.c (process_options): If flag_detailed_statistics is set,
14375 then set time_report as well.
14376
14377 PR c/8828
14378 * jump.c (never_reached_warning): Don't fall through BARRRIER
14379 insns. Update comments to reflect what the function really does.
14380
14381 2003-02-21 Roger Sayle <roger@eyesopen.com>
14382
14383 * fold-const.c (omit_one_operand): No longer static.
14384 * tree.h (omit_one_operand): Prototype here.
14385 (div_and_round_double): Keep fold-const.c prototypes together.
14386 * builtins.c (builtin_mathfn_code): Handle binary built-in
14387 funtions, such as "pow" and "atan2".
14388 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
14389 Simplify optimizations using "type" the builtin's return type.
14390
14391 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
14392
14393 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
14394 Fix functionalization typo.
14395
14396 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
14397 in an asm.
14398
14399 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14400
14401 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
14402 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
14403 documentation.
14404 * ggc-common.c: Include params.h
14405 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
14406 init_ggc_heuristics): New functions.
14407 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
14408 init_ggc_heuristics): Prototype.
14409 * toplev.c (print_version): Output GGC heuristics.
14410 (parse_options_and_default_flags): Call init_ggc_heuristics.
14411
14412 2003-02-22 Jan Hubicka <jh@suse.cz>
14413
14414 * i386.c (def_builtin): Special case 64bit builtins.
14415 (MASK_SSE164, MASK_SSE264): New constants.
14416 (builtin_description): Add 64bit builtins.
14417 (ix86_init_mmx_sse_builtins): Likewise.
14418 * i386.h (enum ix86_builtins): Likewise.
14419 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
14420 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
14421 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
14422 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
14423 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
14424 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
14425 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
14426
14427 2003-02-22 Jan Hubicka <jh@suse.cz>
14428
14429 * i386.c (builtin_description): Add __builtin_ia32_paddq and
14430 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
14431 and __builtin_ia32_psubq128.
14432 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
14433 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
14434 (mmx_adddi3, mmx_subdi3): New.
14435 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
14436 * xmmintrin.h (_mm_movepi64_pi64): New.
14437 (_mm_add_epi64, _mm_sub_epi64): fix.
14438 (_mm_mul_pu16): Rename to...
14439 (_mm_mul_su32): ... this one.
14440
14441 * builtins.c (expand_builtin_expect): Do not predict
14442 flag_guess_branch_prob is not set.
14443 * c-semantics.c (expand_stmt): Likewise.
14444 * predict.c (predict_insn): Likewise.
14445 * stmt.c (expand_continue_loop): Likewise.
14446 * toplev.c (rest_of_compilation): Do not call
14447 note_prediction_to_br_prob and note_prediction_to_br_prob
14448 when not optimizing.
14449
14450 2003-02-21 Jan Hubicka <jh@suse.cz>
14451
14452 * cfgrtl.c (commit_edge_insertions): Call
14453 find_many_sub_basic_block only when some code has been emitted.
14454 (commit_edge_insertions_watch_calls): Bring into sync with
14455 commit_edge_insertions
14456
14457 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
14458
14459 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
14460
14461 * sh.md (binary_sf_op): Use extra constant operand instead of
14462 negating constant operand 4.
14463 * sh.c (sh_expand_binop_v2sf): Supply it.
14464
14465 2003-02-21 Zack Weinberg <zack@codesourcery.com>
14466
14467 * cpphash.h (struct lexer_state): Add directive_wants_padding.
14468 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
14469 for directives of type INCL.
14470 (glue_header_name, parse_include): Use get_token_no_padding.
14471 * cppmacro.c (replace_args): If directive_wants_padding,
14472 provide padding tokens.
14473
14474 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
14475
14476 * config/h8300/h8300.md (a peephole2): New.
14477
14478 2003-02-21 Jan Hubicka <jh@suse.cz>
14479
14480 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
14481 (commit_edge_insertions): Call find_many_sub_basic_blocks
14482
14483 * reg-stack.c (convert_regs): Cleax aux for blocks.
14484
14485 2003-02-21 Jan Hubicka <jh@suse.cz>
14486
14487 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
14488
14489 2003-02-21 Glen Nakamura <glen@imodulo.com>
14490
14491 PR optimization/8613
14492 * builtins.c (expand_builtin): Emit postincrements before expanding
14493 builtin functions.
14494
14495 2003-02-21 Ben Elliston <bje@redhat.com>
14496
14497 PR other/5634
14498 * doc/install.texi (Configuration): Explain using $HOME instead of
14499 the ~ metacharacter when referring to home directories.
14500
14501 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
14502
14503 * configure.in (TARGET_SYSTEM_ROOT): Set default to
14504 ${exec_prefix}/${target_alias}/sys-root. Match explicit
14505 '${exec_prefix}' (in addition to the expansion thereof) as
14506 relocatable.
14507 * configure: Rebuilt.
14508
14509 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
14510
14511 * config/h8300/h8300.md (addhi3_incdec): Change the name to
14512 *addhi3_incdec.
14513 (addsi3_incdec): Change the name to *addsi3_incdec.
14514
14515 2003-02-20 Roger Sayle <roger@eyesopen.com>
14516
14517 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
14518
14519 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
14520
14521 PR fortran/9038
14522 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
14523 options to be ignored.
14524 (c_common_decode_option): Ignore them when preprocessing.
14525
14526 2003-02-20 Jan Hubicka <jh@suse.cz>
14527
14528 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
14529 global variables.
14530 (lang_independent_options): Add -fsched2-use-superblocks
14531 -fsced2-use-traces.
14532 (rest_of_compilation): Deal with it.
14533 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
14534 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
14535 Declare.
14536 * rtl.h (reg_to_stack): Update prototype.
14537 * reg-stack.c (reg_to_stack): Return when something has changed;
14538 update liveness when executing after superblock scheduling.
14539
14540 * combine.c (simplify_shift_const): Simplify few special cases
14541 into constants.
14542
14543 2003-02-20 David Edelsohn <edelsohn@gnu.org>
14544
14545 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
14546 (add.,subf.,neg.): Change attribute to fast_compare.
14547 All DFA descriptions updated.
14548
14549 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
14550
14551 Change base class access representation.
14552 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
14553 TREE_VIA_PRIVATE): Remove.
14554 (BINFO_BASEACCESSES): New binfo elt.
14555 (BINFO_BASEACCESS): New accessor.
14556 (BINFO_ELTS): Increase.
14557 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
14558 (access_public_node, access_protected_node,
14559 access_private_node): New global nodes.
14560 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
14561 * dbxout.c (dbxout_type): Adjust.
14562 * dwarf2out.c (gen_inheritance_die): Add access parameter.
14563 (gen_member_die): Adjust.
14564 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
14565 (output_type): Adjust.
14566 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
14567
14568 Change base class access representation. Share virtual base
14569 binfos.
14570 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
14571 call.
14572 * cp/class.c (build_base_path): Likewise.
14573 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
14574 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
14575 (make_new_vtable): Adjust.
14576 (force_canonical_binfo_r): Delete.
14577 (force_canonical_binfo): Delete.
14578 (mark_primary_virtual_base): Delete.
14579 (dfs_unshared_virtual_bases): Delete.
14580 (mark_primary_bases): Adjust.
14581 (maybe_warn_about_overly_private_class): Adjust.
14582 (dfs_base_derived_from): Delete.
14583 (base_derived_from): Follow the inheritance chain.
14584 (struct find_final_overrider_data): Add vpath member.
14585 (dfs_find_final_overrider): Adjust.
14586 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
14587 (find_final_overrider): Adjust.
14588 (update_vtable_entry_for_fn): Adjust.
14589 (modify_all_vtables): Adjust.
14590 (walk_subobject_offsets): Adjust.
14591 (layout_nonempty_base_or_field): Adjust.
14592 (layout_empty_base): Remove last parameter. Adjust.
14593 (build_base_field): Adjust.
14594 (build_base_fields): Adjust.
14595 (propagate_binfo_offsets): Remove last parameter. Adjust.
14596 (dfs_set_offset_for_unshared_vbases): Delete.
14597 (layout_virtual_bases): Adjust.
14598 (finish_struct_1): Adjust.
14599 (init_class_processing): Don't init access nodes.
14600 (dfs_get_primary_binfo): Delete.
14601 (get_primary_binfo): Adjust.
14602 (dump_class_hierarchy_r): Remove most derived arg, add IGO
14603 parameter. Adjust.
14604 (dump_class_hierarchy): Adjust.
14605 (finish_vtbls): Adjust.
14606 (get_original_base): Delete.
14607 (build_vtt_inits): Adjust.
14608 (dfs_build_secondary_vptr_vtt_inits): Adjust.
14609 (dfs_ctor_vtable_bases_queue_p): Adjust.
14610 (build_ctor_vtbl_group): Adjust.
14611 (dfs_accumulate_vtbl_inits): Adjust.
14612 (build_vtbl_initializer): Adjust.
14613 (build_vbase_offset_vtbl_entries): Adjust.
14614 (add_vcall_offset_vtbl_entries_1): Adjust.
14615 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
14616 (access_*_node): Remove.
14617 (CANONICAL_BINFO): Delete.
14618 (BINFO_UNSHARED_MARKED): Remove.
14619 (BINFO_MARKED): Set LANG_FLAG_0 directly.
14620 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
14621 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
14622 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
14623 Delete.
14624 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
14625 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
14626 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
14627 Delete.
14628 (BINFO_DEPENDENT_BASE_P): New.
14629 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
14630 index.
14631 (markedp, unmarkedp): Adjust.
14632 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
14633 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
14634 find_vbase_instance, binfo_for_vbase): Delete.
14635 (copied_binfo, original_binfo): Declare.
14636 (finish_base_specifier): Add virtual_p arg.
14637 (unshare_base_binfos): Delete.
14638 (copy_base_binfos): Declare.
14639 (reverse_path): Delete.
14640 * cp/decl.c (xref_basetypes): Access and virtuality passed
14641 differently. Don't copy direct base binfos here. Call
14642 copy_base_binfos.
14643 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
14644 (initialize_vtbl_ptrs): Adjust.
14645 (expand_member_init): Adjust.
14646 * cp/parser.c (cp_parser_base_specifier): Adjust.
14647 * cp/pt.c (instantiate_class_template): Adjust.
14648 (get_template_base_recursive): Adjust.
14649 * cp/rtti.c (get_pseudo_ti_init): Adjust.
14650 (get_pseudo_ti_desc): Adjust.
14651 * cp/tree.c (unshare_base_binfos): Rename to ...
14652 (copy_base_binfos): ... here, reimplement.
14653 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
14654 (reverse_path): Remove.
14655 * cp/typeck.c (get_delta_difference): Adjust error messages.
14656 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
14657 * cp/search.c (lookup_base_r): Adjust.
14658 (dynamic_cast_base_recurse): Adjust.
14659 (canonical_binfo): Remove.
14660 (dfs_canonical_queue): Remove.
14661 (dfs_assert_unmarked_p): Remove.
14662 (assert_canonical_unmarked): Remove.
14663 (shared_marked_p, shared_unmarked_p): Remove.
14664 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
14665 (dfs_access_in_type): Adjust.
14666 (access_in_type): Adjust.
14667 (dfs_accessible_queue_p): Adjust.
14668 (dfs_accessible_p): Adjust.
14669 (is_subobject_of_p_1, is_subobject_of_p): Remove.
14670 (struct lookup_field_info): Remove from_dep_base_p field.
14671 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
14672 (lookup_field_r): Remove dependent base code.
14673 (lookup_member): Likewise.
14674 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
14675 (dfs_unmarked_real_bases_queue_p): Remove.
14676 (dfs_marked_real_bases_queue_p): Remove.
14677 (dfs_skip_vbases): Remove.
14678 (dfs_get_pure_virtuals): Adjust.
14679 (markedp, unmarkedp): Adjust.
14680 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
14681 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
14682 (dfs_unmark): Adjust.
14683 (dfs_get_vbase_types):Remove.
14684 (dfs_build_inheritance_graph_order): Remove.
14685 (get_vbase_types): Remove
14686 (dfs_find_vbase_instance): Remove.
14687 (find_vbase_instance): Remove.
14688 (dfs_debug_unmarkedp): Adjust.
14689 (dependent_base_p): Remove.
14690 (dfs_push_type_decls): Adjust.
14691 (dfs_push_decls): Adjust.
14692 (dfs_no_overlap_yet): Adjust.
14693 (copied_binfo): New function.
14694 (original_binfo): New function.
14695 (binfo_for_vbase): Remove.
14696
14697 Change base class access representation.
14698 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
14699 (add_interface_do): Likewise.
14700
14701 2003-02-20 David Edelsohn <edelsohn@gnu.org>
14702
14703 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
14704 * config/rs6000/power4.md (power4-store,power4-vecstore): New
14705 insn reservations.
14706 (power4-fpstore): Compact.
14707
14708 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
14709
14710 * config/h8300/h8300.md (*iorsi3_w): New.
14711
14712 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
14713
14714 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
14715 * rtl.c (reg_note_name): Likewise.
14716 * rtl.h (enum reg_note): Likewise.
14717 * doc/invoke.texi: Likewise.
14718 * doc/rtl.texi: Likewise.
14719
14720 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
14721
14722 * bb-reorder.c (find_traces_1_round): Fix comment typo.
14723
14724 2003-02-19 Roger Sayle <roger@eyesopen.com>
14725
14726 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
14727 addition in the presence of signaling NaNs.
14728
14729 2003-02-19 Krister Walfridsson <cato@df.lth.se>
14730
14731 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
14732
14733 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14734
14735 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
14736 ORing with 0xffff??00 with the highest bit of the ?? part set.
14737 (compute_logical_op_length): Update.
14738 (compute_logical_op_cc): Likewise.
14739
14740 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
14741
14742 * bb-reorder.c (find_traces_1_round): Fixed condition for small
14743 destination block with multiple predecessors.
14744 (connect_traces): Check whether the block is a start of trace.
14745
14746 2003-02-19 Jan Hubicka <jh@suse.cz>
14747
14748 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
14749 * function.c (assign_params): Likewise.
14750 * arm-protos.h (arm_init_cumulative_args): Update prototype.
14751 * arm.c (arm_init_cumulative_args): Update function.
14752 * arm.h (INIT_CUMULATIVE_ARGS): Update.
14753 * avr-protos.h (init_cumulative_args): Update prototype.
14754 * avr.c (init_cumulative_args): Update function.
14755 * avr.h (INIT_CUMULATIVE_ARGS): Update.
14756 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
14757 * d30v.c (d30v_init_cumulative_args): Update function.
14758 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
14759 * frv-protos.h (frv_init_cumulative_args): Update prototype.
14760 * frv.c (frv_init_cumulative_args): Update function.
14761 * frv.h (INIT_CUMULATIVE_ARGS): Update.
14762 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
14763 * pa.h (INIT_CUMULATIVE_ARGS): Update.
14764 * sparc-protos.h (init_cumulative_args): Update prototype.
14765 * sparc.c (init_cumulative_args): Update function.
14766 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
14767 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
14768
14769 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14770
14771 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
14772 (*ashiftsi_sextqi_7): Likewise.
14773
14774 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14775
14776 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
14777 ISO C99 and C++.
14778
14779 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
14780 for C++ on IRIX 6.5.1[89].
14781 * fixinc/tests/base/internal/sgimacros.h: New file.
14782
14783 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
14784 * fixinc/tests/base/internal/wchar_core.h: New file.
14785
14786 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
14787 socklen_t definition.
14788 * fixinc/fixincl.x: Regenerate.
14789 * fixinc/tests/base/sys/socket.h: New file.
14790 Fixes PR libgcj/9652.
14791
14792 2003-02-19 Jan Hubicka <jh@suse.cz>
14793
14794 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
14795
14796 2003-02-19 David Edelsohn <edelsohn@gnu.org>
14797
14798 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
14799 align_jumps_max_skip and align_loops_max_skip.
14800
14801 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
14802
14803 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
14804 test size if named section.
14805
14806 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
14807
14808 * expr.c (expand_expr): Use gen_int_mode for the argument
14809 to gen_rtx_MULT.
14810
14811 2003-02-19 Jan Hubicka <jh@suse.cz>
14812
14813 * i386.md (cosxf2): Fix conditional.
14814
14815 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14816
14817 * config/h8300/h8300.md (extendqisi2): Change to an expander.
14818 (*extendqisi2_h8300): New.
14819 (*extendqisi2_h8300hs): Likewise.
14820
14821 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14822
14823 * config/h8300/h8300-protos.h: Update the prototype for
14824 split_adds_subs. Remove the prototypes for
14825 const_int_le_2_operand and const_int_le_6_operand.
14826 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
14827 (const_int_le_2_operand): Remove.
14828 (const_int_le_6_operand): Likewise.
14829 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
14830 for const_int_le_2_operand and const_int_le_6_operand.
14831 * config/h8300/h8300.md: Update all uses of split_adds_subs.
14832 (a peephole2): New.
14833
14834 2003-02-18 Jan Hubicka <jh@suse.cz>
14835
14836 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
14837 (cgraph_expand_function): Rewrite.
14838
14839 2003-02-18 Matt Austern <austern@apple.com>
14840
14841 * toplev.c, langhooks.c, langhooks-def.h: Move
14842 write_global_declarations from toplev.c to langhooks.c.
14843
14844 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
14845
14846 * config/h8300/h8300.c (general_operand_src): Always check
14847 MODE.
14848 (general_operand_dst): Likewise.
14849
14850 2003-02-18 Roger Sayle <roger@eyesopen.com>
14851
14852 * convert.c (convert_to_real): Also optimize (float)log(x) into
14853 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
14854
14855 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
14856
14857 * config/sh/sh.c (unspec_caller_rtx_p): New.
14858 (sh_cannot_copy_insn_p): New.
14859 (TARGET_CANNOT_COPY_INSN_P): New.
14860
14861 2003-02-18 Richard Henderson <rth@redhat.com>
14862
14863 * c-common.c (handle_used_attribute): Accept static data too.
14864
14865 2003-02-18 Nick Clifton <nickc@redhat.com>
14866 Aldy Hernandez <aldyh@redhat.com>
14867
14868 * testsuite/gcc.dg/20030218-1.c: New.
14869
14870 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
14871
14872 * target-def.h (TARGET_INITIALIZER): Add
14873 TARGET_VECTOR_TYPES_COMPATIBLE.
14874 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
14875
14876 * target.h (struct gcc_target): Add field vector_types_compatible.
14877
14878 * c-typeck.c (comptypes): Take into account
14879 TARGET_VECTOR_TYPES_COMPATIBLE.
14880 (convert_for_assignment): Same.
14881
14882 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
14883 (rs6000_spe_vector_types_compatible): New.
14884 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
14885
14886 2003-02-19 Andreas Schwab <schwab@suse.de>
14887
14888 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
14889 * toplev.c: Include langhooks-def.h.
14890
14891 2003-02-18 Chris Demetriou <cgd@broadcom.com>
14892
14893 * config/mips/mips.h (enum processor_type): Sort entries
14894 alphabetically.
14895 * config/mips/mips.md (define_attr cpu): Sync with processor_type
14896 enum values, including adding entries that were missing.
14897
14898 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
14899
14900 * sh.c (calc_live_regs): Also check GET_CODE when checking if
14901 initial value for PR_REG is still the PR_REG register.
14902
14903 2003-02-18 Jim Wilson <wilson@redhat.com>
14904
14905 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
14906 instruction in output template.
14907 (bsp_value): Change output template from string to C code, add %,
14908 before actual instruction.
14909 (flushrs): Mark as not predicable.
14910
14911 2003-02-18 Krister Walfridsson <cato@df.lth.se>
14912
14913 * inclhack.def (netbsd_bogus_semicolon): New fix.
14914 * fixincl.x: Rebuilt.
14915 * tests/base/ctype.h: Update.
14916
14917 2003-02-18 Roger Sayle <roger@eyesopen.com>
14918
14919 * fold-const.c (negate_expr_p): New function to determine whether
14920 an expression can be negated cheaply.
14921 (fold) [MINUS_EXPR]: Use it to determine whether to transform
14922 -A - B into -B - A for floating point types.
14923
14924 2003-02-18 Roger Sayle <roger@eyesopen.com>
14925
14926 * sbitmap.c (sbitmap_resize): New function.
14927 * sbitmap.h (sbitmap_resize): Prototype here.
14928 * recog.c (split_all_insns): Use sbitmap_resize.
14929
14930 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
14931
14932 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
14933 insn length.
14934 (extendqisi2): Likewise.
14935 (*extendhisi2_h8300): Likewise.
14936
14937 2003-02-18 Matt Austern <austern@apple.com>
14938
14939 * langhooks.h, langhooks-def.h: introduce new langhook,
14940 final_write_globals, with write_global_declarations as default.
14941 * toplev.c: Move invocation of wrapup_global_declarations from
14942 compile_file to new function, write_global_declarations. Change
14943 compile_file to use final_write_globals hook. Change
14944 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
14945 conditional.
14946
14947 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14948
14949 * pa.md: Correct and enhance comment.
14950
14951 2003-02-18 Geoffrey Keating <geoffk@apple.com>
14952
14953 * gcc.c (validate_switches): Don't scan past closing '}'.
14954
14955 2003-02-18 Ben Elliston <bje@redhat.com>
14956
14957 PR c++/1607
14958 * doc/extend.texi (Function Attributes): Document the effect of
14959 the C++ "this" parameter on the counting of arguments for the
14960 "format" and "format_arg" attributes.
14961
14962 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
14963
14964 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
14965 (__ev_stdw): Same.
14966 (__ev_stdh): Same.
14967
14968 2003-02-17 Jan Hubicka <jh@suse.cz>
14969
14970 * recog.c (split_all_insns): Fix memory overflow.
14971
14972 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
14973
14974 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
14975 (cmphi): Likewise.
14976 (*cmphi_h8300): Likewise.
14977 (*cmphi_h8300hs): Likewise.
14978 (cmpsi): Likewise.
14979 (7 peephole2): Likewise.
14980
14981 2003-02-16 Jan Hubicka <jh@suse.cz>
14982
14983 * c-typeck.c (build_c_cast): Fold constant variables into
14984 initial values.
14985
14986 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14987
14988 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
14989 (Binaries): Ditto for Sinix/Reliant Unix.
14990
14991 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
14992
14993 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
14994 not overlap the final result register.
14995
14996 2003-02-16 Arend Bayer <arend.bayer@web.de>
14997 Richard Henderson <rth@redhat.com>
14998
14999 PR c/8068
15000 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
15001 rearrange mult arguments for less recursion.
15002 (extract_muldiv): New. Prevent runaway recursion.
15003
15004 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
15005
15006 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
15007 MASK_ALIGN_DOUBLE.
15008
15009 2003-02-15 Roger Sayle <roger@eyesopen.com>
15010
15011 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
15012 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
15013 (ext_80387_constants_table): Global table of 80387 special constants
15014 guarded by ext_80387_constants_init flag when not initialized.
15015 (init_ext_80387_constants): New function to initialize this table.
15016 (standard_80387_constant_p): Extend to recognize extra 80387
15017 constants, in XFmode, on processors where this is a win.
15018 (standard_80387_constant_opcode): New function to return the
15019 opcode associated with standard_80387_constant_p.
15020 (standard_80387_constant_rtx): New function to return the XFmode
15021 CONST_DOUBLE associated with standard_80387_constant_p.
15022 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
15023
15024 * config/i386/i386-protos.h (standard_80387_constant_opcode):
15025 Prototype here.
15026 (standard_80387_constant_rtx): Likewise.
15027
15028 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
15029 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
15030 *movtf_integer): Simplify using new standard_80387_constant_opcode.
15031
15032 2003-02-15 Geoffrey Keating <geoffk@apple.com>
15033
15034 * doc/invoke.texi (Optimize Options): Correct @option syntax.
15035
15036 2003-02-15 Richard Henderson <rth@redhat.com>
15037
15038 * Makefile.in (cfglayout.o): Depend on TARGET_H.
15039 * cfglayout.c: Include target.h.
15040 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
15041 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
15042 * target.h (struct gcc_target): Add cannot_copy_insn_p.
15043
15044 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
15045 (TARGET_CANNOT_COPY_INSN_P): New.
15046 (override_options): Revert 2003-02-08 hack.
15047
15048 2003-02-15 Richard Henderson <rth@redhat.com>
15049
15050 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
15051 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
15052
15053 2003-02-15 David Edelsohn <edelsohn@gnu.org>
15054
15055 * config/rs6000/rs6000.h (processor_type): Add PPC440.
15056 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
15057 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
15058 TARGET_SCHED_VARIABLE_ISSUE): Define.
15059 (rs6000_use_dfa_pipeline_interface): New function.
15060 (rs6000_multipass_dfa_lookahead): New Function.
15061 (rs6000_variable_issue): New function.
15062 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
15063 (rs6000_issue_rate): Add PPC440.
15064 * config/rs6000/rs6000.md (unspec list): Correct typo.
15065 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
15066 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
15067 cmp, delayed_cr, mfcr, mtcr.
15068 (automata_option): Set "ndfa".
15069 (extendMMNN2): Update attributes.
15070 (movcc_internal1): Discourage move to non-cr0. Update
15071 attributes.
15072 (movMM_update): Update attributes.
15073 (cmpMM_internal): Update attributes.
15074 (sCC CR materialization): Update attributes.
15075 (branch patterns): Do not discourage non-cr0.
15076 (cr logical patterns): Prefer destructive register allocation.
15077 Update attributes.
15078 (movesi_from_cr): Update attribute.
15079 (mtcrf_operation): Update attribute.
15080 (mtcrfsi): Update attribute.
15081 * config/rs6000/40x.md: New file.
15082 * config/rs6000/603.md: New file.
15083 * config/rs6000/6xx.md: New file.
15084 * config/rs6000/7450.md: New file.
15085 * config/rs6000/7xx.md: New file.
15086 * config/rs6000/mpc.md: New file.
15087 * config/rs6000/power4.md: New file.
15088 * config/rs6000/rios1.md: New file.
15089 * config/rs6000/rios2.md: New file.
15090 * config/rs6000/rs64.md: New file.
15091 [Some DFA descriptions based on work by Michael Hayes]
15092
15093 2003-02-15 Richard Henderson <rth@redhat.com>
15094
15095 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
15096 successors with multiple predecessors.
15097 (connect_traces): Try harder to copy traces of length 1.
15098
15099 * function.h (struct function): Add computed_goto_common_label,
15100 computed_goto_common_reg.
15101 * function.c (free_after_compilation): Zap them.
15102 * stmt.c (expand_computed_goto): Use them to produce one
15103 indirect branch per function.
15104
15105 2003-02-15 Richard Henderson <rth@redhat.com>
15106
15107 * cfgcleanup.c: Include params.h.
15108 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
15109 too many outgoing edges from a block.
15110 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
15111 * params.def (max-crossjump-edges): New.
15112 * doc/invoke.texi: Document it.
15113
15114 2003-02-15 Richard Henderson <rth@redhat.com>
15115
15116 * recog.c (split_all_insns): Include new blocks in life update;
15117 do a global life update.
15118
15119 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
15120
15121 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
15122 Update copyright.
15123 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
15124 -mno-cygwin case.
15125
15126 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15127
15128 PR optimization/7702
15129 * reload1.c (reload_cse_simplify_set): Honor
15130 CANNOT_CHANGE_MODE_CLASS.
15131
15132 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
15133
15134 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
15135 function.
15136 * config/mn10300/mn10300-protos.h: Declare it.
15137 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
15138 attribute cc of instructions that may use clr.
15139
15140 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
15141
15142 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
15143 (x - (x & y)) is found.
15144
15145 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15146
15147 * configure.in: Fix typo.
15148 * configure: Regenerate.
15149
15150 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
15151
15152 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
15153
15154 2003-02-13 Adam Nemet <anemet@lnxw.com>
15155
15156 PR opt/2391
15157 * combine.c: Fix spelling in comment.
15158 (cached_nonzero_bits): New function.
15159 (cached_num_sign_bit_copies): New function.
15160 (nonzero_bits_with_known): New macro.
15161 (num_sign_bit_copies_with_known): New macro.
15162 (nonzero_bits1): Rename from nonzero_bits. Add three new
15163 arguments. Change calls from nonzero_bits to
15164 nonzero_bits_with_known.
15165 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
15166 three new arguments. Change calls from num_sign_bit_copies to
15167 num_sign_bit_copies_with_known.
15168 (nonzero_bits): New macro.
15169 (num_sign_bit_copies): New macro.
15170 (update_table_tick): Don't traverse identical subexpression more
15171 than once.
15172 (get_last_value_validate): Likewise.
15173
15174 2003-02-13 Zack Weinberg <zack@codesourcery.com>
15175
15176 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
15177 * function.h (struct emit_status): Length of regno_pointer_align
15178 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
15179 not regno_pointer_align_length (i.e. length actually used, not
15180 length as allocated)
15181
15182 * config/i386/i386.c (struct stack_local_entry): New.
15183 (struct machine_function): Replace huge array with alist.
15184 (assign_386_stack_local): Change to match.
15185
15186 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
15187
15188 * inclhack.def (hpux_long_double): Tighten select and add bypass
15189 regexp.
15190 * fixincl.x: Rebuilt.
15191
15192 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
15193
15194 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
15195 edge and block ends with a jump insn it must be simple jump.
15196
15197 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
15198
15199 * Makefile.in (PREPROCESSOR_DEFINES): Add
15200 @TARGET_SYSTEM_ROOT_DEFINE@.
15201 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
15202 is specified or if building a cross compiler.
15203 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
15204 if the sysroot is under $exec_prefix.
15205 * configure: Regenerated.
15206 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
15207 defined.
15208 (struct default_include): Add add_sysroot field.
15209 (cpp_SYSROOT): Declare.
15210 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
15211 field.
15212 (cpp_SYSROOT): New variable.
15213 * cppinit.c (cpp_create_reader): Initialize
15214 CPP_OPTION (pfile, sysroot).
15215 (init_standard_includes): Handle add_sysroot. Do not
15216 add unrelocated copies of relocated directories.
15217 (COMMAND_LINE_OPTIONS): Add -isysroot.
15218 (cpp_handle_option): Handle -isysroot.
15219 * cpplib.h (struct cpp_options): Add sysroot member.
15220 * gcc.c (The Specs Language): Update description of %I.
15221 (target_system_root_changed): New variable.
15222 (process_command): Conditionalize make_relative_prefix call
15223 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
15224 target_system_root_changed.
15225 (do_spec_1): Add -isysroot to %I.
15226 * doc/invoke.texi (Spec Files): Update description of %I.
15227 * doc/install.texi (--with-sysroot): Update comment about
15228 relocation.
15229
15230 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
15231
15232 * config/h8300/h8300.md (a peephole2): New.
15233
15234 2003-02-13 Robert Lipe <robertlipe@usa.net>
15235 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15236
15237 * doc/install.texi (Specific): Update three SCO-related URLs.
15238
15239 2003-02-13 Andreas Schwab <schwab@suse.de>
15240
15241 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
15242 Parenthesize properly.
15243 (NPREDECESORS): Parenthesize properly.
15244
15245 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
15246
15247 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
15248
15249 2003-02-12 Roger Sayle <roger@eyesopen.com>
15250
15251 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
15252 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
15253
15254 * reg-stack.c (subst_stack_regs_pat): Add support for binary
15255 UNSPEC instructions (e.g. "fpatan").
15256
15257 2003-02-12 Mike Stump <mrs@apple.com>
15258
15259 * varray.c (element_size): Remove.
15260 (uses_ggc): Remove.
15261 (element): Add.
15262 (varray_init): Use new interface.
15263 (varray_grow): Use new interface.
15264 (varray_clear): Use new interface.
15265
15266 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15267
15268 * config/rs6000/spe.h: Add casts to the arguments of the following
15269 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
15270 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
15271 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
15272 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
15273 __ev_get_u16, __ev_get_s16.
15274
15275 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15276
15277 * config/h8300/h8300.md (a peephole2): New.
15278
15279 2003-02-12 Jan Hubicka <jh@suse.cz>
15280
15281 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
15282 (OBJS): Add callgraph.o
15283 (callgraph.o): New.
15284 * c-decl.c (expand_body_1): Break out from ...
15285 (expand_body): This one; change calling convention
15286 (finish_function): Move some of expand_body logic here.
15287 (c_expand_deferred_function): Update call of expand_body
15288 (c_expand_stmt): Use c_expand_body_1.
15289 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
15290 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
15291 * c-tree.h (c_expand_body): Declare.
15292 * callgraph.c: New file.
15293 * flags.h (flag_unit_at_a_time): Declare.
15294 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
15295 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
15296 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
15297 * langhooks.h (struct lang_hooks_for_callgraph): New.
15298 (struct lang_hooks): Add callgraph field.
15299 * toplev.c (flag_unit_at_a_time): New.
15300 (lang_independent_options): Add flag_unit_at_a_time.
15301 (process_options): Disable unit-at-a-time mode for frontends not
15302 supporting callgraph.
15303 * tree-inline.c (typedef struct inline_data): Add "decl"
15304 (expand_call_inline): Update callgraph.
15305 (optimize_inline_calls): Set id.decl.
15306 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
15307 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
15308 cgraph_calls_p): Declare.
15309 * invoke.texi (-funit-at-a-time): Document
15310
15311 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15312
15313 * config/rs6000/spe.h: Fix misc formatting.
15314 (__ev_create_ufix32_fs): Cast ev argument.
15315 (__ev_create_sfix32_fs): Same.
15316 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
15317 (__ev_get_ufix32_fs_internal): Same.
15318
15319 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
15320
15321 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
15322 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
15323
15324 2003-02-12 Zack Weinberg <zack@codesourcery.com>
15325
15326 * cpplib.c (do_include_common): Move warnings for
15327 #include_next and #import out to callers. Use early-return
15328 instead of nested ifs. Don't do check_eol here.
15329 (parse_include): Do check_eol here with the rest of the
15330 parsing stuff.
15331 (do_include_next, do_import): Now handle warnings.
15332
15333 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15334
15335 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
15336
15337 2003-02-12 Jan Hubicka <jh@suse.cz>
15338
15339 * predict.c (estimate_probability): Fix roundoff error.
15340
15341 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15342
15343 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
15344 (two peephole2): New.
15345
15346 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15347
15348 * config/h8300/h8300.md (several peephole2): Replace
15349 find_regno_note with peep2_reg_dead_p.
15350
15351 2003-02-11 Richard Henderson <rth@redhat.com>
15352
15353 * gcse.c (lookup_set): Remove unused argument PAT. Update
15354 both callers.
15355
15356 2003-02-11 Geoffrey Keating <geoffk@apple.com>
15357
15358 * diagnostic.c (real_abort): New.
15359 (diagnostic_report_diagnostic): Call real_abort on error.
15360 * diagnostic.h (diagnostic_abort_on_error): New.
15361 (struct diagnostic_context): Add abort_on_error field.
15362 * toplev.c (setup_core_dumping): New.
15363 (decode_d_option): Handle 'H' case.
15364 * doc/invoke.texi (Debugging Options): Document -dH.
15365
15366 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
15367
15368 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
15369 which refers to obsolete directories.
15370
15371 2003-02-11 Richard Henderson <rth@redhat.com>
15372
15373 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
15374
15375 2002-10-21 Jan Hubicka <jh@suse.cz>
15376
15377 * i386.c (contains_128bit_aligned_vector_p): New function.
15378 (ix86_function_arg_boundary): Properly align vector modes.
15379
15380 2003-02-11 Bob Wilson <bob.wilson@acm.org>
15381
15382 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
15383 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
15384 as a SET pattern.
15385
15386 2003-02-11 Roger Sayle <roger@eyesopen.com>
15387
15388 * builtins.c: Fix failure caused by commiting wrong patch.
15389
15390 2003-02-11 Dale Johannesen <dalej@apple.com>
15391 * ra-build.c (compare_and_free_webs): Relax checking.
15392 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
15393 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
15394
15395 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15396
15397 PR optimization/9651
15398 * rtlanal.c (may_trap_p): Handle FIX.
15399
15400 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
15401
15402 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
15403 * doc/invoke.texi: Extra alias.
15404
15405 2003-02-11 Geoffrey Keating <geoffk@apple.com>
15406
15407 * config/rs6000/host-darwin.c: Fix comment.
15408
15409 2003-02-11 David Edelsohn <edelsohn@gnu.org>
15410
15411 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
15412 predicate for mod result.
15413
15414 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15415
15416 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
15417 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
15418 * fixincl.x: Rebuilt.
15419 * tests/base/stdlib.h: Update.
15420 * tests/base/ctype.h: New file.
15421
15422 2003-02-11 Jan Hubicka <jh@suse.cz>
15423
15424 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
15425
15426 2003-02-11 Richard Henderson <rth@redhat.com>
15427
15428 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
15429 appropriated as globals.
15430 (ix86_expand_clrstr): Similarly.
15431 * config/i386/i386.md (cmpstrsi): Similarly.
15432
15433 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
15434
15435 * config/h8300/h8300.md (a peephole2): Add a case of 255.
15436
15437 2003-02-11 Roger Sayle <roger@eyesopen.com>
15438
15439 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
15440 (pow_optab, atan2_optab): Define corresponding macros.
15441 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
15442 * genopinit.c (optabs): Implement pow_optab and atan2_optab
15443 using pow?f3 and atan2?f3 patterns.
15444 * builtins.c (expand_errno_check): New function to update errno
15445 if necessary, split out from expand_builtin_mathfn.
15446 (expand_builtin_mathfn): Use expand_errno_check.
15447 (expand_builtin_mathfn_2): New function to handle expanding binary
15448 math functions, reusing the code in expand_errno_check.
15449 (expand_builtin): Handle the pow and atan2 math built-ins,
15450 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
15451 expand_builtin_mathfn_2.
15452
15453 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
15454
15455 2003-02-11 Jan Hubicka <jh@suse.cz>
15456
15457 * combine.c (combine_simplify_rtx): Fix folding of
15458 nested float_truncates.
15459
15460 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
15461
15462 * config/h8300/h8300.md (a peephole2): Fix a typo.
15463
15464 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
15465
15466 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
15467 register number.
15468
15469 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
15470
15471 * config/h8300/h8300-protos.h: Add a prototype for
15472 gtuleu_operator.
15473 * config/h8300/h8300.c (gtuleu_operator): New.
15474 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
15475 * config/h8300/h8300.md (a peephole2): New.
15476
15477 2003-02-11 Jan Hubicka <jh@suse.cz>
15478
15479 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
15480
15481 2003-02-11 Jan Hubicka <jh@suse.cz>
15482
15483 * predict.c (choose_function_section): Choose sections correctly.
15484
15485 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15486
15487 * reload1.c (first_label_num): New.
15488 (reload): Index offsets_known_at and offsets_at using difference of
15489 label number and first label number. Don't use offset pointers.
15490 (set_label_offsets, set_initial_label_offsets): Likewise.
15491
15492 2003-02-10 Roger Sayle <roger@eyesopen.com>
15493
15494 * mips-tfile.c (init_file): Add missing initializers in the
15495 "#ifdef __alpha" case.
15496 (file_offset, max_file_offset): Declare as unsigned long.
15497 (write_varray): Cast to "unsigned long" in comparisons against
15498 either file_offset or max_file_offset.
15499 (write_object): Likewise.
15500 (read_seek): Likewise.
15501 (copy_object): Likewise. Declare "ifd" as int to match its use
15502 in add_ext_symbol, and avoid signed/unsigned conditional warning.
15503
15504 2003-02-10 Nick Clifton <nickc@redhat.com>
15505 Aldy Hernandez <aldyh@redhat.com>
15506
15507 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
15508 override options which have been specified on the command line.
15509
15510 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
15511
15512 * config/h8300/h8300.md (abssf2): New.
15513 (*abssf2_h8300): Likewise.
15514 (*abssf2_h8300hs): Likewise.
15515
15516 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
15517
15518 * tree.c (build_tree_list): Fix parameter names in comment.
15519
15520 2003-02-10 Janis Johnson <janis187@us.ibm.com>
15521
15522 * config/rs6000/ppc64-fp.c: New file.
15523 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
15524
15525 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
15526
15527 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
15528 * bb-reorder.c (make_reorder_chain): Deleted.
15529 (make_reorder_chain_1): Deleted.
15530 (find_traces): New function.
15531 (rotate_loop): New function.
15532 (mark_bb_visited): New function.
15533 (find_traces_1_round): New function.
15534 (copy_bb): New function.
15535 (bb_to_key): New function.
15536 (better_edge_p): New function.
15537 (connect_traces): New function.
15538 (copy_bb_p): New function.
15539 (get_uncond_jump_length): New function.
15540 (reorder_basic_blocks): Use new functions (Software Trace Cache).
15541 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
15542 boundaries.
15543
15544 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
15545
15546 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
15547
15548 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15549
15550 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
15551 (DECL_LIVE_RANGE_RTL): Remove.
15552
15553 2003-02-10 Nick Clifton <nickc@redhat.com>
15554
15555 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
15556 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
15557 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
15558 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
15559 config/arm/freebsd.h, config/arm/linux-elf.h,
15560 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
15561 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
15562 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
15563 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
15564 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
15565 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
15566 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
15567 and reformat as appropriate.
15568
15569 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
15570
15571 * config/h8300/clzsi2.c: Remove.
15572 * config/h8300/ctzsi2.c: Likewise.
15573 * config/h8300/paritysi2.c: Likewise.
15574 * config/h8300/popcountsi2.c: Likewise.
15575 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
15576 ctzsi2, paritysi2, and popcountsi2.
15577
15578 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
15579 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
15580
15581 PR c/7741
15582 * c-decl.c (duplicate_decls): Discard the initializer of the
15583 new decl when the types are conflicting.
15584
15585 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
15586
15587 * Makefile.in (sreal.o): Added.
15588 (predict.o): Depends on sreal.h instead of real.h.
15589 * sreal.c: New file.
15590 * sreal.h: New file.
15591 * predict.c: Use sreal.c instead of real.c.
15592
15593 2003-02-10 Nick Clifton <nickc@redhat.com>
15594
15595 * Contributed support for the Cirrus EP9312 "Maverick"
15596 floating point co-processor. Written by Aldy Hernandez
15597 <aldyh@redhat.com>.
15598 (config/arm/arm.c): Add Cirrus support.
15599 (config/arm/arm.h): Likewise.
15600 (config/arm/aout.h): Likewise.
15601 (config/arm/arm.md): Likewise.
15602 (config/arm/arm-protos.h): Likewise.
15603 (config.gcc): Likewise.
15604 (doc/invoke.texi): Describe new -mcpu value and new
15605 -mcirrus-fix-invalid-insns switch,
15606 (cirrus.md): New file.
15607
15608 2003-02-10 Jan Hubicka <jh@suse.cz>
15609
15610 * combine.c (combine_simplify_rtx): Simplify using
15611 (float_truncate (float x)) is (float x)
15612 (float_extend (float_extend x)) is (float_extend x).
15613
15614 2003-02-10 Alan Modra <amodra@bigpond.net.au>
15615
15616 * calls.c (try_to_integrate): Tidy stack_usage_map access.
15617 (emit_library_call_value_1): Likewise. Formatting.
15618 (store_one_arg): Likewise.
15619
15620 2003-02-09 Nick Clifton <nickc@redhat.com>
15621 Aldy Hernandez <aldyh@redhat.com>
15622
15623 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
15624 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
15625 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
15626 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
15627 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
15628 docs. Add range test for immediate value.
15629
15630 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
15631
15632 Rename spe_evxor to xorv2si3.
15633 (xorv4hi3): New.
15634 (xorv1di3): New.
15635
15636 2003-02-10 Glen Nakamura <glen@imodulo.com>
15637
15638 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
15639 tag.
15640
15641 2003-02-10 Jan Hubicka <jh@suse.cz>
15642
15643 * i386.c (vector_move_operand): New predicate.
15644 (ix86_expand_vector_move): Be happy about 0.
15645 * i386.h (PREDICATE_CODES): Add sse-move_operand.
15646 * i386.md (mov*_internal): Add 'C' alternative.
15647
15648 2003-02-09 Jan Hubicka <jh@suse.cz>
15649
15650 * i386.md (floathi*): Deal with SSE.
15651
15652 2003-02-09 Jan Hubicka <jh@suse.cz>
15653
15654 * simplify-rtx.c (simplify_unary_operation,
15655 simplify_binary_operation): Deal with vector modes
15656 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
15657
15658 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
15659
15660 * toplev.c (rest_of_compilation): Recompute register usage after
15661 split_all_insns.
15662
15663 2003-02-09 Richard Henderson <rth@redhat.com>
15664
15665 * libgcc-std.ver (__clztf2): New.
15666 (__ctztf2, __popcounttf2, __paritytf2): New.
15667 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
15668 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
15669 adjust code to match the different type sizes.
15670 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
15671 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
15672
15673 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
15674 TImode; select word_mode and twice that.
15675 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
15676 select the modes from float, double, and long double.
15677 (init_optabs): Remove duplicate initializations.
15678
15679 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
15680
15681 * doc/install.texi: Squeeze and streamline section on
15682 testing and regression checking.
15683
15684 2003-02-09 Jan Hubicka <jh@suse.cz>
15685
15686 * i386.md (ahi?v*3): Set third operand type to TImode.
15687 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
15688
15689 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
15690 integer mode.
15691
15692 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
15693 Change code so they are arithmetic expressions now.
15694 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
15695 simplify_ternary_operation): Deal with VEC_* expressions.
15696
15697 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
15698
15699 2003-02-08 Jan Hubicka <jh@suse.cz>
15700
15701 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
15702 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
15703 possibly got duplicated.
15704
15705 2003-02-08 Richard Henderson <rth@redhat.com>
15706
15707 * config/alpha/alpha.c (override_options): Turn off explicit
15708 relocs until post-peep2 code duplication resolved.
15709
15710 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
15711
15712 * optabs.c (expand_unop): Widen clz properly when clz is done
15713 via libcall.
15714
15715 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
15716
15717 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
15718 * config/h8300/crti.asm: Likewise.
15719 * config/h8300/crtn.asm: Likewise.
15720 * config/h8300/ctzsi2.c: Likewise.
15721 * config/h8300/fixunssfsi.c: Likewise.
15722 * config/h8300/h8300-protos.h: Likewise.
15723 * config/h8300/h8300.c: Likewise.
15724 * config/h8300/h8300.h: Likewise.
15725 * config/h8300/h8300.md: Likewise.
15726 * config/h8300/paritysi2.c: Likewise.
15727 * config/h8300/popcountsi2.c: Likewise.
15728 * config/h8300/rtems.h: Likewise.
15729
15730 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15731
15732 * doc/invoke.texi: Documentation for my previous commit.
15733 * doc/passes.texi: Ditto.
15734
15735 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15736
15737 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
15738 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
15739 Declare.
15740 (DLTHE_FLAG_UPDATE_FREQ): New.
15741 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
15742 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
15743 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
15744 fix_bb_placement, fix_bb_placements, place_new_loop,
15745 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
15746 New static functions.
15747 (fix_loop_placement, can_duplicate_loop_p,
15748 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
15749 New functions.
15750
15751 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
15752 unswitch_loops): Declare.
15753 * loop-init.c: New file.
15754 * loop-unswitch.c: New file.
15755 * Makefile.in (loop-init.o, loop-unswitch.o): New.
15756 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
15757 * toplev.c (DFI_loop2): New dump.
15758 (flag_unswitch_loops): New.
15759 (lang_independent_options): Add it.
15760 (rest_of_compilation): Call new loop optimizer.
15761 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
15762
15763 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
15764
15765 * config/h8300/clzsi2.c: New.
15766 * config/h8300/ctzsi2.c: Likewise.
15767 * config/h8300/paritysi2.c: Likewise.
15768 * config/h8300/popcountsi2.c: Likewise.
15769 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
15770
15771 2003-02-07 David Edelsohn <edelsohn@gnu.org>
15772
15773 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
15774 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
15775 (ctzsi2): New pattern.
15776 (ffssi2): Use clz instead of unspec.
15777 (clzdi2): Rename from cntlzd2.
15778 (ctzdi2): New pattern.
15779 (ffsdi2): Use clz instead of unspec.
15780
15781 2003-02-07 Loren James Rittle <ljrittle@acm.org>
15782
15783 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
15784 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
15785 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
15786 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
15787
15788 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
15789
15790 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
15791
15792 2003-02-07 Richard Henderson <rth@redhat.com>
15793
15794 PR 9226
15795 * gcse.c (local_cprop_find_used_regs): New.
15796 (local_cprop_pass): Use it.
15797
15798 2003-02-07 Fred Fish <fnf@intrinsity.com>
15799
15800 * mips-tfile.c (parse_def): Parenthesize assignments to fix
15801 precedence bugs.
15802
15803 2003-02-07 Segher Boessenkool <segher@koffie.nl>
15804
15805 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
15806
15807 2003-02-07 Roger Sayle <roger@eyesopen.com>
15808
15809 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
15810 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
15811 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
15812 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
15813 builtin functions (and their __builtin_* variants).
15814 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
15815 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
15816 when not optimizing.
15817
15818 * doc/extend.texi: Document new pow and atan2 builtins, and
15819 their float and long double variants. Realphabetize builtins.
15820
15821 2003-02-07 Jan Hubicka <jh@suse.cz>
15822
15823 * i386.md (sse2_nandv2di3): Fix.
15824
15825 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
15826
15827 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
15828 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
15829 definition.
15830 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
15831 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
15832
15833 2003-02-07 Jan Hubicka <jh@suse.cz>
15834
15835 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
15836
15837 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
15838
15839 * cfg.c (dump_flow_info): Add back accidently deleted line.
15840
15841 2003-02-07 Andrey Petrov <petrov@netbsd.org>
15842
15843 * optabs.c (expand_float): Search wider integer modes first.
15844
15845 2003-02-07 Bob Wilson <bob.wilson@acm.org>
15846
15847 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
15848 based on preprocessor flag.
15849
15850 2003-02-07 Roger Sayle <roger@eyesopen.com>
15851 Richard Henderson <rth@redhat.com>
15852
15853 * gcse.c (implicit_sets): New.
15854 (compute_hash_table_work): Include them in hash table.
15855 (find_implicit_sets, fis_get_condition): New.
15856 (one_cprop_pass): Allocate and free implicit_sets; call
15857 find_implicit_sets before building hash table.
15858
15859 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
15860
15861 * config/t-netbsd (USER_H): Revert previous change.
15862
15863 2003-02-07 Gabor Greif <ggreif@lucent.com>
15864
15865 * doc/c-tree.texi (Namespaces): Fix typo.
15866
15867 2003-02-07 Jan Hubicka <jh@suse.cz>
15868
15869 * regrename.c (do_replace, find_oldest_value_reg,
15870 copyprop_hardreg_forward_1): Update register attributes.
15871
15872 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
15873
15874 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
15875 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
15876 variables starting with underscore.
15877 (struct unit_usage): New structure.
15878 (unit_usages, cycle_alt_unit_usages): New global variables.
15879 (check_unit_distribution_in_reserv): Remove it.
15880 (store_alt_unit_usage): New function.
15881 (check_regexp_units_distribution): Rewrite it.
15882
15883 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15884
15885 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
15886 target_cpu_default.
15887 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
15888 if not MASK_NO_SPACE_REGS.
15889 (output_call): Adjust return pointer, don't load new space register
15890 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
15891 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
15892 TARGET_NO_SPACE_REGS is true.
15893 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
15894 conditions.
15895 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
15896 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
15897 true. Use bve when TARGET_64BIT is true.
15898
15899 2003-02-06 Richard Henderson <rth@redhat.com>
15900
15901 * combine.c (nonzero_bits): Fix double break.
15902
15903 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
15904 Richard Henderson <rth@redhat.com>
15905
15906 PR c/9530
15907 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
15908 from functions that return a float to functions that don't.
15909
15910 2003-02-06 Jan Hubicka <jh@suse.cz>
15911
15912 * i386.c (x86_inter_unit_moves): New variable.
15913 (ix86_secondary_memory_needed): Fix 64bit case, honor
15914 TARGET_INTER_UNIT_MOVES
15915 * i386.h (x86_inter_unit_moves): Declare.
15916 (TARGET_INTER_UNIT_MOVES): New macro.
15917 * i386.md (movsi_1): Cleanup constraints; disable
15918 when not doing inter-unit moves.
15919 (movsi_1_nointernunit): New.
15920 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
15921 (movdi_1_rex64_nointerunit): New.
15922 (mivsf_1): disable when not doing inter-unit moves.
15923 (movsf_1_nointerunit): New.
15924
15925 * basic-block.h (inside_basic_block_p): Declare.
15926 * cfgbuild.c (inside_basic_block_p): Make global.
15927 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
15928 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
15929 update CFG.
15930 (fix_basic_block_boundaries, add_missing_bbs): New.
15931 (rank): Use profile.
15932 (scheudle_ebbs): Rely on CFG; update coments.
15933
15934 2003-02-05 Geoffrey Keating <geoffk@apple.com>
15935
15936 * Makefile.in (host_hook_obj): New.
15937 (OBJS): Add $(host_hook_obj).
15938 (host_default.o): New rule.
15939 * config.gcc (host_hook_obj): New, default to host-default.o.
15940 (powerpc-*-darwin*): Use host-darwin.o.
15941 (out_host_hook_obj): New.
15942 * configure: Regenerate.
15943 * configure.in: Print information about out_host_hook_obj, substitute
15944 into output files.
15945 * host-default.c: New file.
15946 * hosthooks.h: New file.
15947 * toplev.c (general_init): Call host_hooks.extra_signals.
15948 * config/rs6000/host-darwin.c: New file.
15949 * config/rs6000/x-darwin: New file.
15950 * doc/hostconfig.texi: Add documentation for new host hook.
15951 Rearrange existing documentation.
15952
15953 2003-02-05 Roger Sayle <roger@eyesopen.com>
15954
15955 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
15956 with *targetm.delegitimize_address.
15957 (rtl_for_decl_location): Likewise.
15958 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
15959 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
15960
15961 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
15962 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
15963 prototype.
15964 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
15965 i386_simplify_dwarf_addr. Made static. Prototyped.
15966 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
15967 i386_simplify_dwarf_addr to ix86_delegitimize_address.
15968 (ix86_find_base_term): Likewise.
15969 (maybe_get_pool_constant): Likewise.
15970
15971 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
15972 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
15973 prototype.
15974 * config/s390/s390.c (s390_delegitimize_address): Renamed from
15975 s390_simplify_dwarf_addr. Made static. Prototyped.
15976 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
15977
15978 2003-02-05 Richard Henderson <rth@redhat.com>
15979
15980 PR c/8602
15981 * integrate.c (output_inline_function): Reset input_filename
15982 and lineno from the decl before rest_of_compilation.
15983
15984 2003-02-05 Richard Henderson <rth@redhat.com>
15985
15986 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15987 (CTZ_DEFINED_VALUE_AT_ZERO): New.
15988 * doc/rtl.texi, doc/tm.texi: Document them.
15989
15990 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
15991 of the value at zero properly.
15992 * fold-const.c (tree_expr_nonnegative_p): Likewise.
15993 * simplify-rtx.c (simplify_unary_operation): Likewise.
15994
15995 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15996 (CTZ_DEFINED_VALUE_AT_ZERO): New.
15997
15998 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
15999 (TARGET_EXPAND_BUILTIN): Remove.
16000 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
16001 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16002 (enum arm_builtins): Remove.
16003 * config/arm/arm.md (UNSPEC_CLZ): Remove.
16004 (clzsi2): Rename from clz; use clz instead of unspec.
16005 (ctzsi2): New.
16006 * config/arm/arm-protos.h: Update.
16007
16008 2003-02-05 Jan Hubicka <jh@suse.cz>
16009
16010 * i386-protos.h (x86_emit_floatuns): Declare.
16011 * i386.c (x86_emit_floatuns): New global function.
16012 * i386.md (floatunssisf2, floatunsdisf2,
16013 floatunsdidf2): New patterns.
16014
16015 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16016
16017 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
16018
16019 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
16020
16021 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
16022 config/ia64/linux.h
16023
16024 2003-02-05 Roger Sayle <roger@eyesopen.com>
16025
16026 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
16027
16028 2003-02-05 Jakub Jelinek <jakub@redhat.com>
16029
16030 PR optimization/8555
16031 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
16032 instead of aborting.
16033
16034 2003-02-04 Richard Henderson <rth@redhat.com>
16035
16036 * config/i386/i386.md (UNSPEC_BSF): Remove.
16037 (ffssi2): Split into cmove and no_cmove insns and splitters;
16038 lose pentium float trick for now.
16039 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
16040 (ctzsi2, clzsi2, bsr): New.
16041
16042 2003-02-04 Richard Henderson <rth@redhat.com>
16043
16044 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
16045 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
16046 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
16047 (ffsdi2): Use popcount instead of unspec.
16048 (popcountdi2): Rename from *popcnt.
16049 (ctzdi2, clzdi2, getf_exp_tf): New.
16050
16051 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
16052
16053 * genconfig.c (main): Generate CC0_P.
16054 * rtl.h (CC0_P): Remove.
16055
16056 2003-02-04 Richard Henderson <rth@redhat.com>
16057
16058 * libgcc2.h, libgcc2.c (__ffsSI2): New.
16059 (__ffsDI2): Rename from __ffsdi2.
16060 * mklibgcc.in (lib2funcs): Add _ffssi2.
16061
16062 2003-02-04 Richard Henderson <rth@redhat.com>
16063
16064 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
16065 rounds with a "bit table" lookup.
16066
16067 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16068
16069 * reload.c (find_reloads): Do not use the mode specified in the insn
16070 pattern as reload mode for address operands. Do not generate optional
16071 reloads for operands where a mandatory reload was already pushed.
16072
16073 2003-02-04 Richard Henderson <rth@redhat.com>
16074
16075 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
16076 builtins instead of inline assembly.
16077
16078 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16079
16080 PR c/9376
16081 * libgcc2.c (__subvdi3): Fix typo.
16082
16083 2003-02-04 Jan Hubicka <jh@suse.cz>
16084
16085 * i386.md (movti_rex64): Fix constraint.
16086
16087 2003-02-04 Jan Hubicka <jh@suse.cz>
16088
16089 * i386.md (vector push splitters): Fix typo in resolving conflict.
16090
16091 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
16092
16093 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
16094
16095 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
16096
16097 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
16098 for recent libstdc++. Remove formatting cruft.
16099
16100 2003-02-04 Jakub Jelinek <jakub@redhat.com>
16101
16102 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
16103 attribute even if input file name is absolute, but one of the
16104 includes is relative.
16105
16106 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
16107
16108 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
16109 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
16110 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
16111
16112 2003-02-03 Richard Henderson <rth@redhat.com>
16113
16114 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16115 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
16116 return type to "int". Shuffle declarations and undef int trap.
16117 * libgcc2.h: Remove their declarations.
16118 * optabs.c (expand_unop): Force outmode to int for bitops.
16119
16120 2003-02-03 Bob Wilson <bob.wilson@acm.org>
16121
16122 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
16123 coprocessor registers before floating-point registers.
16124 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
16125 to account for a previously removed register.
16126 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
16127 Delete unused macros.
16128
16129 2003-02-03 Jan Hubicka <jh@suse.cz>
16130
16131 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
16132 (mov*_internal): Fix predicates; require one of operands to not be
16133 memory.
16134 (SSE?MMX move expanders): Fix predicates; force one of operands to
16135 register.
16136 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
16137 (movups/movupd/movdqu patterns): Force one of operands to not be
16138 memory.
16139
16140 2003-02-03 Roger Sayle <roger@eyesopen.com>
16141
16142 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
16143 takes a single rtx and returns it unmodified.
16144 * hooks.h (hook_rtx_rtx_identity): Prototype here.
16145 * target.h (struct gcc_target): Add "delegitimize_address"
16146 field to target structure.
16147 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
16148 for delegitimize_address target using hook_rtx_rtx_identity.
16149 (TARGET_INITIALIZER): Initialize delegitimize_address field
16150 using TARGET_DELEGITIMIZE_ADDRESS macro.
16151 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
16152 extensions of constant pool references. Use delegitimize_address
16153 to undo the obfuscation of "-fpic".
16154 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
16155
16156 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
16157 i386_simplify_dwarf_addr.
16158 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
16159 (maybe_get_pool_constant): Likewise.
16160
16161 2003-02-03 Jan Hubicka <jh@suse.cz>
16162
16163 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
16164
16165 2003-02-03 Jan Hubicka <jh@suse.cz>
16166
16167 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
16168
16169 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16170
16171 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
16172 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
16173
16174 2003-02-02 Andreas Schwab <schwab@suse.de>
16175
16176 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
16177
16178 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
16179
16180 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
16181 (epilogue_insns): Likewise.
16182
16183 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16184
16185 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
16186
16187 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16188
16189 * pa-protos.h (attr_length_millicode_call): Remove second argument.
16190 (attr_length_indirect_call, attr_length_indirect_call,
16191 attr_length_save_restore_dltp): New prototypes.
16192 * pa.c (attr_length_millicode_call): Remove second argument. Check
16193 INSN_ADDRESSES_SET_P in distance calculation.
16194 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
16195 INSN_ADDRESSES.
16196 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
16197 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
16198 Call attr_length_call directly.
16199 (attr_length_indirect_call, output_indirect_call,
16200 attr_length_save_restore_dltp): New functions.
16201 * pa.md (attr_length_millicode_call): Drop second argument from all
16202 patterns.
16203 (return_internal_pic): Delete.
16204 (return_external_pic): Remove use of PIC register and pic operand and
16205 flag checks.
16206 (epilogue): Use return_internal for both normal and pic code.
16207 (call, call_value): Emit new 32-bit pic patterns for symref and
16208 indirect calls. Remove uses for arg pointer and pic register.
16209 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
16210 call_reg_pic_post_reload, call_val_symref_pic,
16211 call_val_symref_pic_post_reload, call_val_reg_pic,
16212 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
16213 Implement define_split and define_peephole2 patterns for pre reload
16214 patterns.
16215 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
16216 call_value_internal_reg_64bit): Shorten names.
16217 (all call patterns): Explicitly indicate registers used and clobbered.
16218 Use attr_length_indirect_call and attr_length_save_restore_dltp for
16219 attribute length calculation. Move code generation for indirect calls
16220 to output_indirect_call.
16221 (sibcall, sibcall_value): Don't restore PIC register.
16222 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
16223 register retore.
16224
16225 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16226
16227 * doc/install.texi (Testing): Simplify and compress instructions
16228 concerning Dejagnu.
16229
16230 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16231
16232 * collect2.c (pexecute_pid): Rename to pid.
16233 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
16234 pid.
16235
16236 2003-02-01 Geoffrey Keating <geoffk@apple.com>
16237
16238 * doc/extend.texi (Function Attributes): Remove documentation
16239 for PowerPC Windows NT function attributes..
16240
16241 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
16242
16243 * dwarf2out.c (gen_type_die): Check for typedefs before calling
16244 for TYPE_MAIN_VARIANT.
16245
16246 2003-02-01 Richard Henderson <rth@redhat.com>
16247
16248 * libgcc2.c: Include auto-host.h.
16249 (ATTRIBUTE_HIDDEN): New.
16250 (__clz_tab): Don't declare here for clz and ctz.
16251 (__clzsi2, __clzdi2): Use count_leading_zeros.
16252 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
16253 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
16254 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
16255 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
16256
16257 2003-02-01 Richard Henderson <rth@redhat.com>
16258
16259 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
16260 to the conditional.
16261 (ashlsi3_1_zext splitter): Likewise.
16262
16263 2003-02-01 Richard Henderson <rth@redhat.com>
16264
16265 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
16266 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16267 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
16268 return type to Wtype.
16269
16270 * libgcc-std.ver (GCC_3.4): Fix inheritance.
16271
16272 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
16273 expander input constraint.
16274
16275 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16276
16277 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
16278 OTI_parity.
16279 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
16280 * optabs.c (widen_clz, expand_parity): New.
16281 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
16282 for libcalls to clz, ctz, popcount, and parity.
16283 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
16284 parity_optab, and set up libfunc handlers.
16285 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16286 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
16287 __popcount_tab): New.
16288 * libgcc2.h: Declare them.
16289 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
16290 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
16291 and parity_optab.
16292 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
16293 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
16294 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
16295 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
16296 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
16297 BUILT_IN_PARITYLL): New.
16298 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
16299 and add optab argument.
16300 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
16301 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
16302 * expr.c (expand_expr): Handle them.
16303 * fold-const.c (tree_expr_nonnegative_p): Likewise.
16304 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
16305 * reload1.c (eliminate_regs): Handle them.
16306 (elimination_effects): Likewise.
16307 * function.c (instantiate_virtual_regs_1): Likewise
16308 * genattrtab.c (check_attr_value): Likewise.
16309 * simplify-rtx.c (simplify_unary_operation): Likewise.
16310 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
16311 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
16312 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
16313 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
16314 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
16315 __builtin_arm_clz.
16316 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
16317 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
16318 * doc/extend.texi (Other Builtins): Add new builtins.
16319 * doc/md.texi (Standard Names): Add new patterns.
16320
16321 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
16322
16323 * reload.c: Revert 2003-01-31 change.
16324
16325 2003-02-01 Jan Hubicka <jh@suse.cz>
16326
16327 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
16328
16329 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
16330
16331 * flags.h (flag_volatile): Remove declaration.
16332 (flag_volatile_global, flag_volatile_static): Likewise.
16333 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
16334 * toplev.c (flag_volatile): Remove definition.
16335 (flag_volatile_global, flag_volatile_static): Likewise.
16336 (f_options): Remove corresponding entries here.
16337 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
16338 or flag_volatile_static.
16339 * doc/invoke.texi: Remove documentation of -fvolatile,
16340 -fvolatile-global and -fvolatile-static.
16341
16342 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16343
16344 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
16345 updating of total_code_bytes from prologue to epilogue.
16346
16347 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
16348
16349 * reload.c (find_reloads): Do not use the mode specified in the insn
16350 pattern as reload mode for address operands. Do not generate optional
16351 reloads for operands where a mandatory reload was already pushed.
16352 Generate optional reloads only in the final pass though find_reloads.
16353 (have_replacement_p): New function.
16354
16355 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16356
16357 * doc/install.texi (Testing): Remove a reference to our obsolete
16358 /testresults web pages and strip redundant information concerning
16359 test results.
16360 (Binaries): Refer to Microsoft Windows instead of listing all
16361 possible variants.
16362
16363 2003-02-01 Jan Hubicka <jh@suse.cz>
16364
16365 * loop.c (emit_prefetch_instructions): Do conversion at right place in
16366 RTL chain.
16367
16368 * combine.c (simplify_set): Reverse order of ragumetns to
16369 REG_CANNOT_CHANGE_MODE_P
16370 * df.c (df_def_record_1): Likewise.
16371 * recog.c (register_operand): Likewise.
16372 * simplify-rtx.c (simplify_subreg): Likewise.
16373 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
16374 CANNOT_CHANGE_MODE_CLASS.
16375 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
16376 Likewise.
16377 * reload.c (push_reload): Likewise.
16378 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16379 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16380 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16381 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
16382 * mips.c (mips_cannot_change_mode_class): Update.
16383 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16384 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16385 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16386 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16387 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
16388 * sh.c (sh_cannot_change_mode_class): Update.
16389 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
16390 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
16391
16392 2003-01-31 Geoffrey Keating <geoffk@apple.com>
16393
16394 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
16395 change to LINK_COMMAND_SPEC in gcc.c.
16396
16397 2003-01-31 Jan Hubicka <jh@suse.cz>
16398
16399 PR c/9506
16400 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
16401
16402 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16403
16404 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
16405 duplicated code.
16406
16407 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
16408
16409 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
16410 (BINFO_ELTS): New #define.
16411 * stor-layout.c (finalize_record_size): Don't set them.
16412 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
16413 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
16414 (BINFO_LANG_ELTS): New #define.
16415 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
16416 * java/class.c (make_class): Use BINFO_ELTS.
16417 (set_super_info): Likewse.
16418 (add_interface_do): Likewise.
16419 * objc/objc-act.c (start_class): Use BINFO_ELTS.
16420
16421 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
16422
16423 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
16424 (times): Don't ever declare if not HAVE_TIMES.
16425 (clock): Don't ever declare if not HAVE_CLOCK.
16426
16427 2003-01-30 Richard Henderson <rth@redhat.com>
16428
16429 * flow.c (update_life_info): Zap life info after cleanup_cfg.
16430 (regno_uninitialized): Use correct live at function entry set.
16431 (regno_clobbered_at_setjmp): Likewise.
16432
16433 * expr.c (store_expr): Promote all MEM intermediates to regs.
16434
16435 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16436
16437 * config/arm/arm.c: Fix comment typos.
16438 * config/arm/arm.h: Likewise.
16439 * config/arm/netbsd-elf.h: Likewise.
16440 * config/arm/netbsd.h: Likewise.
16441
16442 2003-01-30 Geoffrey Keating <geoffk@apple.com>
16443
16444 * gengtype.c (struct walk_type_data): Add needs_cast_p.
16445 (walk_type): Set needs_cast_p in walk_type_data.
16446 (write_types_process_field): Supply casts when required to suppress
16447 warnings.
16448 (write_root): Cast gt_pch_n_S to suppress warning.
16449 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
16450 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
16451 when they might exist.
16452 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
16453 insn-conditions.o, and rs6000.o.
16454
16455 2003-01-30 Richard Henderson <rth@redhat.com>
16456
16457 * ggc-page.c (G.context_depth_allocations): New.
16458 (G.context_depth_collections): New.
16459 (alloc_page): Set G.context_depth_allocations.
16460 (ggc_collect): Set G.context_depth_collections.
16461 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
16462 (ggc_pop_context): Early exit for no allocations or collections.
16463
16464 2003-01-30 Richard Henderson <rth@redhat.com>
16465
16466 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
16467
16468 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
16469
16470 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
16471 size, the link register is always saved if any other register is
16472 saved.
16473
16474 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16475
16476 * config/h8300/h8300-protos.h: Update the prototype for
16477 compute_plussi_cc.
16478 (cpp_reader): Declare before it is used.
16479 * config/h8300/h8300.c (compute_plussi_cc): Change the return
16480 type to int.
16481 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
16482 see an unknown H8 variant.
16483
16484 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16485
16486 PR target/9316
16487 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
16488 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
16489 * config/rs6000/t-rtems: New file. multilib variants to match OS.
16490 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
16491 rs6000/t-ppcgas so we get the desired multilibs.
16492
16493 2003-01-30 Nick Clifton <nickc@redhat.com>
16494
16495 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
16496 when popping saved IP register off the stack.
16497
16498 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16499
16500 * config/rs6000/aix43.h: Fix comment typos.
16501 * config/rs6000/aix51.h: Likewise.
16502 * config/rs6000/aix52.h: Likewise.
16503 * config/rs6000/altivec.h: Likewise.
16504 * config/rs6000/rs6000.c: Likewise.
16505 * config/rs6000/rs6000.h: Likewise.
16506 * config/rs6000/rs6000.md: Likewise.
16507 * config/rs6000/spe.md: Likewise.
16508
16509 2003-01-29 Mark Mitchell <mark@codesourcery.com>
16510
16511 * c-common.c (builtin_define_float_constants): Define
16512 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
16513
16514 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16515
16516 * config/sh/lib1funcs.asm: Fix comment typos.
16517 * config/sh/linux.h: Likewise.
16518 * config/sh/sh.c: Likewise.
16519 * config/sh/sh.md: Likewise.
16520
16521 2003-01-30 Loren James Rittle <ljrittle@acm.org>
16522
16523 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
16524
16525 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
16526
16527 * config/fp-bit.h (__make_dp): Declare if TMODES.
16528
16529 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
16530
16531 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
16532 general_operand_src and general_operand_dst.
16533
16534 2003-01-29 David Edelsohn <edelsohn@gnu.org>
16535
16536 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
16537 Return true for variable sized types.
16538 (rs6000_va_arg): Handle variable sized types passed by reference
16539 on non-SVR4 ABI.
16540
16541 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
16542
16543 * arm.c (arm_legtimize_address): New function.
16544 * arm-protos.h (arm_legtimize_address): Add prototype.
16545 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
16546 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
16547 do ... while (0)
16548
16549 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16550
16551 PR bootstrap/9296
16552 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
16553 depended on it being defined until now.
16554
16555 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16556
16557 PR target/9295
16558 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
16559 RTEMS code knows which C++ initialization style the toolset
16560 configuration is using.
16561
16562 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16563
16564 PR bootstrap/9293
16565 * config/m68k/t-crtstuff: Replace spaces with tabs, add
16566 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
16567
16568 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16569
16570 PR bootstrap/9292
16571 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
16572 RTEMS threads.
16573 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
16574
16575 2003-01-29 Nick Clifton <nickc@redhat.com>
16576
16577 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
16578 not $(srcdir).
16579
16580 2003-01-29 Andrew Haley <aph@redhat.com>
16581
16582 * tree-inline.c (walk_tree): Add CHAR_TYPE.
16583
16584 2003-01-29 Jan Hubicka <jh@suse.cz>
16585
16586 * i386.md (subdi3_carry_rex64): Fix typo.
16587
16588 2003-01-28 Stan Shebs <shebs@apple.com>
16589
16590 * coretypes.h (cpp_reader): Forward declare struct.
16591 * c-pragma.h (cpp_reader): Remove forward declaration.
16592 * hashtable.h (cpp_reader): Likewise.
16593 * scan.h (cpp_reader): Likewise.
16594 * tree.h (cpp_reader): Likewise.
16595 * config/darwin-protos.h (cpp_reader): Likewise.
16596 * config/arm/arm-protos.h (cpp_reader): Likewise.
16597 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
16598 struct cpp_reader in prototypes.
16599
16600 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
16601
16602 * doc/install.texi: Add documentation for installation into
16603 tooldirs and with DESTDIR.
16604
16605 2003-01-28 Richard Henderson <rth@redhat.com>
16606
16607 * config.gcc (ia64*-*-aix*): Remove.
16608 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
16609 * config/ia64/unwind-aix.c: Remove file.
16610
16611 2003-01-28 Andreas Schwab <schwab@suse.de>
16612
16613 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
16614 register.
16615 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
16616 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
16617 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
16618 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
16619 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
16620 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
16621 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
16622
16623 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
16624
16625 * combine.c (nonzero_bits): Fix check for negative divide operands.
16626
16627 2003-01-28 Richard Henderson <rth@redhat.com>
16628
16629 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
16630 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
16631
16632 2003-01-28 Richard Henderson <rth@redhat.com>
16633
16634 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
16635
16636 * config/cris/cris.c (cris_address_cost): Make static.
16637 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
16638 * config/cris/cris.h (ADDRESS_COST): Remove.
16639 * config/cris/cris-protos.h: Update.
16640
16641 2003-01-23 Mike Stump <mrs@apple.com>
16642
16643 * regclass.c (init_reg_autoinc): New function.
16644 (regclass): Move initialization of forbidden_inc_dec_class from
16645 here...
16646 (init_regs): to here. Avoids reinitialization for each function,
16647 saving compilation time.
16648
16649 2003-01-28 Jason Merrill <jason@redhat.com>
16650
16651 * cpplib.h (struct cpp_options): Add warn_deprecated field.
16652 * cppinit.c (cpp_create_reader): Turn it on by default.
16653 * c-opts.c (c_common_decode_option): Set it.
16654 * cpplib.c (do_pragma_once): Only complain about #pragma once
16655 if warn_deprecated is set.
16656
16657 2003-01-28 Dale Johannesen <dalej@apple.com>
16658
16659 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
16660 * loop.c (scan_loop): Move movables on -Os rich-register targets.
16661 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
16662
16663 2003-01-28 Richard Henderson <rth@redhat.com>
16664
16665 * target.h (targetm.address_cost): New.
16666 * target-def.h (TARGET_ADDRESS_COST): New.
16667 (TARGET_RTX_COSTS): Uncomment. Oops.
16668 * cse.c (address_cost): Use new target hook.
16669 (default_address_cost): New.
16670 * output.h (default_address_cost): Declare.
16671 * hooks.c (hook_int_rtx_0): New.
16672 * hooks.h (hook_int_rtx_0): Declare.
16673 * loop.c (combine_givs_p): Remove if 0 code.
16674 * system.h (ADDRESS_COST): Poison.
16675
16676 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
16677 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
16678 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
16679 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
16680 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
16681 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
16682 config/xtensa/xtensa.c, config/xtensa/xtensa.h
16683 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
16684 (ADDRESS_COST): Remove.
16685
16686 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
16687 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
16688 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
16689 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
16690 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
16691 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
16692 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
16693 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
16694 config/mips/mips.c, config/mips/mips.h,
16695 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
16696 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
16697 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
16698 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
16699 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
16700 config/vax/vax.c, config/vax/vax.h
16701 (foo_address_cost): Make static.
16702 (TARGET_ADDRESS_COST): New.
16703 (ADDRESS_COST): Remove.
16704
16705 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
16706 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
16707 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
16708 config/stormy16/stormy16.h
16709 (ADDRESS_COST): Move code ...
16710 (foo_address_cost): ... here.
16711 (TARGET_ADDRESS_COST): New.
16712
16713 * config/m32r/m32r.c (m32r_address_cost): Remove.
16714 * config/m32r/m32r-protos.h: Update.
16715
16716 * config/mmix/mmix.c (mmix_address_cost): Remove.
16717 * config/mmix/mmix-protos.h: Update.
16718
16719 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
16720 mn10300_address_cost; move unsig allocation ...
16721 (mn10300_address_cost): ... here.
16722 (TARGET_ADDRESS_COST): New.
16723 * config/mn10300/mn10300-protos.h: Update.
16724 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
16725
16726 * doc/tm.texi: Update.
16727
16728 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
16729
16730 * haifa-sched.c (schedule_insn): Return necessary cycle advance
16731 after issuing the insn.
16732 (rank_for_schedule): Make a insn with /S the highest priority
16733 insn.
16734 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
16735 (choose_ready): Check SCHED_GROUP_P.
16736 (schedule_block): Advance cycle after issuing insn if it is
16737 necessary. Don't reorder insns if there is an insn with /S.
16738 (set_priorities): Ignore schedule groups.
16739
16740 * sched-deps.c (remove_dependence, group_leader): Remove the
16741 functions.
16742 (add_dependence): Ignore schedule groups.
16743 (set_sched_group_p): Don't make copy of dependencies from previous
16744 insn of the schedule group. Add anti-dependency to the previous
16745 insn of the schedule group.
16746 (compute_forward_dependences): Ignore schedule groups.
16747
16748 * sched-ebb.c (init_ready_list): Ignore schedule groups.
16749
16750 * sched-rgn.c (init_ready_list): Ditto.
16751 (can_schedule_ready_p): Ditto.
16752
16753 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
16754
16755 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
16756 register to another one.
16757
16758 2003-01-28 Richard Henderson <rth@redhat.com>
16759
16760 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
16761
16762 2003-01-28 Roger Sayle <roger@eyesopen.com>
16763
16764 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
16765
16766 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
16767
16768 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
16769 class contains a floating-point register, return the size of the
16770 mode in half words.
16771
16772 2003-01-28 Jan Hubicka <jh@suse.cz>
16773
16774 * i386.c (ix86_carry_flag_operator): New predicate.
16775 (fcmov_operator): Fix whitespace.
16776 (ix86_expand_carry_flag_compare): Deal with floating point.
16777 (ix86_expand_int_movcc): Deal with fp; update insn expansion
16778 (ix86_expand_int_addcc): Likewise.
16779 (ix86_expand_strlensi_unroll_1): likewsie.
16780 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
16781 * i386.md (add?i_carry_rex64): Use new predicate.
16782 (sub?i3_carry_rex64): Likewise.
16783 (x86_mov?icc_0_m1*): Likewise.
16784
16785 2003-01-28 Andreas Schwab <schwab@suse.de>
16786
16787 * cfgloopmanip.c (create_preheader): Initialize src to avoid
16788 warning.
16789
16790 * expmed.c (emit_store_flag): Fix cast to avoid sign
16791 comparison warning.
16792
16793 * combine.c (force_to_mode): Add cast to fix warning when
16794 STORE_FLAG_VALUE is negative.
16795
16796 2003-01-27 Richard Henderson <rth@redhat.com>
16797
16798 * Makefile.in (cse.o): Depend on TARGET_H.
16799 * cse.c (rtx_cost): Use targetm.rtx_costs.
16800 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
16801 * doc/tm.texi: Update.
16802
16803 * target.h (targetm.rtx_costs): New.
16804 * target-def.h (TARGET_RTX_COSTS): New.
16805 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
16806 * hooks.h: Update.
16807
16808 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
16809 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
16810 * config/alpha/alpha.h (PROCESSOR_MAX): New.
16811 (CONST_COSTS, RTX_COSTS): Remove.
16812
16813 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
16814 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
16815 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
16816 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
16817 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
16818 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
16819 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
16820 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
16821 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
16822 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
16823 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
16824 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
16825 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
16826 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
16827 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
16828 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
16829 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
16830 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
16831 config/v850/v850.c, config/v850/v850.h,
16832 config/xtensa/xtensa.c, config/xtensa/xtensa.h
16833 (CONST_COSTS, RTX_COSTS): Move code ...
16834 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
16835
16836 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
16837 (arm_rtx_costs, TARGET_RTX_COSTS): New.
16838 * config/arm/arm-protos.h: Update.
16839 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
16840
16841 * config/avr/avr.h (CONST_COSTS): Move code ...
16842 * config/avr/avr.c (avr_rtx_costs): ... here.
16843 (default_rtx_costs): Make static.
16844 * config/avr/avr-protos.h: Update.
16845
16846 * config/h8300/h8300.c (const_costs): Make static.
16847 (h8300_and_costs, h8300_shift_costs): Likewise.
16848 * config/h8300/h8300-protos.h: Update.
16849
16850 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
16851 (CONST_COSTS): Move code ...
16852 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
16853 default_rtx_costs; update for signature change.
16854 * config/ip2k/ip2k-protos.h: Update.
16855
16856 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
16857 (CONST_COSTS): Move code ...
16858 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
16859 (TARGET_RTX_COSTS): New.
16860 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
16861 * config/m68hc11/m68hc11-protos.h: Update.
16862
16863 * config/m68k/m68k.c (const_int_cost): Make static.
16864 * config/m68k/m68k-protos.h: Update.
16865
16866 * config/mcore/mcore.c (mcore_const_costs): Make static.
16867 (mcore_and_cost, mcore_ior_cost): Likewise.
16868 * config/mcore/mcore-protos.h: Update.
16869
16870 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
16871 (mmix_rtx_cost_recalculated): Remove.
16872 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
16873 * config/mmix/mmix-protos.h: Update.
16874
16875 * config/sh/sh.c (shiftcosts): Make static.
16876 (addsubcosts, andcosts, multcosts): Likewise.
16877 * config/sh/sh-protos.h: Update.
16878
16879 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
16880 (sparc_rtx_costs): Make static; update for change in signature.
16881 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
16882 * config/sparc/sparc-protos.h: Update.
16883
16884 * config/v850/v850.c (const_costs): Make static.
16885 * config/v850/v850-protos.h: Update.
16886
16887 * config/vax/vax.h (RTX_COSTS): Remove.
16888 (CONST_COSTS): Move code ...
16889 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
16890 from vax_rtx_cost.
16891 (vax_rtx_costs, TARGET_RTX_COSTS): New.
16892
16893 2003-01-27 Richard Henderson <rth@redhat.com>
16894
16895 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
16896 * config/vax/vax-protos.h: Update. Really.
16897
16898 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
16899
16900 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
16901 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
16902 zero if no hardware floating point.
16903 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
16904 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
16905 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
16906 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
16907 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
16908 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
16909 even FP registers on N32 and N64.
16910 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
16911 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
16912 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
16913 even-register-like alignment to 128-bit arguments.
16914 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
16915 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
16916 on N32 or N64.
16917 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
16918 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
16919 (TPBIT): Set to tp-bit.c.
16920 (tp-bit.c): Create out of fp-bit.c.
16921
16922 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
16923
16924 * c-parse.in: Remove '%expect 32' directive in objc mode.
16925
16926 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
16927
16928 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
16929 (LIBGCOV): New variable.
16930 (libgcc.mk): Add LIBGCOV.
16931 (LIBGCC_DEPS): Add libgcov.c.
16932 (libgcov.a): New target.
16933 (clean): Remove libgcov.a.
16934 (install-libgcc): Do libgcov too.
16935 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
16936 with libgcov.a.
16937 * libgcc2.c (L_gcov): Move into ...
16938 * libgcov.c: ... here. New file.
16939 * mklibgcc.in: Add libgcov rules.
16940 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
16941
16942 * doc/invoke.texi (profile-arcs, test-coverage): Update and
16943 clarify.
16944
16945 * profile.c (index_counts_file): Remove duplicate check for open file.
16946
16947 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
16948
16949 * gcc/doc/invoke.texi (Optimization Options): Group together
16950 optional and experimental flags. Move trapv and bounds-check
16951 out of this section. Group floating point flags together.
16952 (Code Gen Options): Move trapv and bounds-check to here.
16953
16954 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
16955
16956 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
16957
16958 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
16959
16960 PR optimization/9090
16961 * function.c (purge_addressof_1): After pushing an addressed register
16962 onto the stack, simplify the result.
16963
16964 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
16965
16966 * doc/extend.texi: Fix typo.
16967
16968 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
16969
16970 * doc/cppopts.texi: Fix typo.
16971 * doc/objc.texi: Likewise.
16972 * doc/passes.texi: Likewise.
16973
16974 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
16975
16976 * real.c (ibm_extended_format): Add 53 to minimum exponent.
16977 (encode_ibm_extended): Adjust.
16978
16979 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
16980
16981 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
16982 timevar_id enumerations.
16983
16984 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16985
16986 * combine.c: Fix formatting.
16987
16988 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16989
16990 * doc/gccint.texi: Update the copyright.
16991
16992 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16993
16994 * doc/cpp.texi: Fix typos.
16995 * doc/extend.texi: Likewise.
16996 * doc/gty.texi: Likewise.
16997 * doc/install.texi: Likewise.
16998 * doc/passes.texi: Likewise.
16999 * doc/rtl.texi: Likewise.
17000 * doc/tm.texi: Likewise.
17001
17002 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17003
17004 * config/ia64/fde-glibc.c: Fix comment typos.
17005 * config/ia64/hpux.h: Likewise.
17006 * config/ia64/ia64.c: Likewise.
17007 * config/ia64/ia64.h: Likewise.
17008 * config/ia64/unwind-ia64.c: Likewise.
17009
17010 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17011
17012 * config/i386/i386-modes.def: Fix comment typos.
17013 * config/i386/i386.c: Likewise.
17014 * config/i386/i386.md: Likewise.
17015
17016 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
17017
17018 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
17019 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
17020 ASM_FINISH_DECLARE_OBJECT before defining it.
17021 * toplev.c (rest_of_decl_compilation): Don't define
17022 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
17023 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
17024 parameters for DWARF2 targets because they _are_ used.
17025
17026 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
17027
17028 * fp-bit.h: Define macros for TFmode floating-point constants
17029 in IBM-extended TFmode types.
17030 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
17031 widths.
17032 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
17033 TFmode type.
17034
17035 * config/fp-bit.h: Define macros for TFmode floating-point
17036 constants in IEEE quad TFmode type. Declare functions according
17037 to L_ macros.
17038 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
17039 (TFtype, TItype, UTItype): Define if TMODES is defined.
17040 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
17041 (F_T_BITOFF, D_T_BITOFF): Define.
17042 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
17043 guaranteed to be wide enough.
17044 * config/fp-bit.c: Check for L_ macros for tf functions.
17045 (__thenan_tf): New.
17046 (nan): Adjust.
17047 (pack_d, unpack_d): Support IEEE 854 quad type.
17048 (_fpmul_parts): Support TFmode. Compute exponent adjustment
17049 from FRAC_NBITS, FRAC_BITS and NGARDS.
17050 (usi_to_float): Cast constants to be shifted to fractype
17051 instead of assuming long long is wide enough.
17052 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
17053
17054 2003-01-26 Andreas Jaeger <aj@suse.de>
17055
17056 * df.c: Remove prototype of unused function df_regno_rtl_debug.
17057
17058 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
17059
17060 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
17061 (DBBIT_FUNCS): Added _df_to_tf.
17062 (TPBIT_FUNCS): New.
17063 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
17064 (LIBGCC_DEPS): Added TPBIT.
17065 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
17066
17067 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
17068 been able to move the result to target.
17069
17070 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
17071 for the appropriate mode.
17072
17073 * calls.c (emit_library_call_value_1): Handle return values
17074 in a PARALLEL.
17075
17076 * rtl.c (get_mode_alignment): Moved to...
17077 * stor-layout.c: ... here.
17078
17079 * print-rtl.c (print_rtx): Don't print MEM details in
17080 GENERATOR_FILEs.
17081
17082 2003-01-26 Michael Hayes <mph@paradise.net.nz>
17083
17084 * df.h: Update comments, tidy formatting.
17085 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
17086 REVERSE, UNION, INTERSECTION. All uses updated.
17087 (OLD_DF_INTERFACE): Remove.
17088 (struct insn_info): Remove commented out insn field.
17089 * df.c: Update comments, tidy formatting.
17090 (df_def_table_realloc): Remove.
17091
17092
17093 2003-01-26 Alan Modra <amodra@bigpond.net.au>
17094
17095 * calls.c (save_fixed_argument_area): Tidy.
17096 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
17097 (expand_call): Comment typo fixes. Don't init low_to_save. Start
17098 call chain loop at 1 if !try_tail_call. Formatting.
17099 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
17100 Use save_fixed_argument_area and restore_fixed_argument_area.
17101
17102 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17103
17104 * df.c (df_uses_record): Handle CC0.
17105
17106 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
17107
17108 * reload.c (maybe_memory_address_p): New function.
17109 (find_reloads_address): Use it instead of memory_address_p.
17110
17111 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
17112
17113 * final.c (shorten_branches): Align the address of code label
17114 when computing initial lengths and addresses.
17115
17116 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17117
17118 * config/m68hc11/m68hc11.md: Fix a comment typo.
17119
17120 2003-01-25 Andreas Jaeger <aj@suse.de>
17121
17122 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
17123 TARGET_MACHO.
17124
17125 2003-01-25 Roger Sayle <roger@eyesopen.com>
17126
17127 * gcse.c (bypass_last_basic_block): New global variable.
17128 (bypass_block): Use redirect_edge_and_branch_force to redirect
17129 fall-through edges. Use bypass_last_basic_block to determine
17130 which blocks have valid PRE information.
17131 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
17132
17133 2003-01-25 Jan Hubicka <jh@suse.cz>
17134
17135 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
17136
17137 2003-01-25 Jan Hubicka <jh@suse.cz>
17138 Eric Botcazou <ebotcazou@libertysurf.fr>
17139 PR opt/8492
17140 * gcse.c (one_cprop_pass): Delete unreachable blocks.
17141
17142 2003-01-25 Richard Henderson <rth@redhat.com>
17143
17144 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
17145 from ia64_aix_select_rtx_section.
17146 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
17147 instead of saving and restoring flag_pic.
17148 (ia64_rwreloc_unique_section): Similarly.
17149 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
17150 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
17151 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
17152 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
17153
17154 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17155
17156 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
17157 comment.
17158
17159 2003-01-25 Richard Henderson <rth@redhat.com>
17160
17161 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
17162
17163 2003-01-25 Kelley Cook <kelleycook@comcast.net>
17164
17165 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
17166
17167 2003-01-25 Segher Boessenkool <segher@koffie.nl>
17168
17169 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
17170 type for bitmaps. Use unsigned long.
17171 (nBITMAP_WORD_BITS): New macro.
17172 (BITMAP_WORD_BITS): New macro.
17173 (rest of file): Use it.
17174 * bitmap.c: Use it.
17175
17176 2003-01-25 Richard Henderson <rth@redhat.com>
17177
17178 2002-02-19 Robert Lipe <robertlipe@usa.net>
17179 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
17180
17181 2003-01-25 Roger Sayle <roger@eyesopen.com>
17182
17183 * builtins.c (purge_builtin_constant_p): Scan insn stream
17184 sequentially rather than by basic block.
17185 * function.c (purge_addressof): Simplify test with INSN_P.
17186
17187 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17188
17189 * combine.c (simplify_comparison, case AND): Remove a redundant test.
17190
17191 2003-01-25 Roger Sayle <roger@eyesopen.com>
17192
17193 * function.h (struct function): New field calls_constant_p.
17194 (current_function_calls_constant_p): New macro for above.
17195 * function.c (prepare_function_start): Initialize calls_eh_return
17196 and calls_constant_p.
17197 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
17198 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
17199 when the current_function_calls_constant_p.
17200 * integrate.c (expand_inline_function): Set calls_constant_p if
17201 the function being inlined has calls_constant_p set.
17202
17203 2003-01-25 Roger Sayle <roger@eyesopen.com>
17204
17205 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
17206 optimizing, even if flag_gcse is true.
17207 * toplev.c (rest_of_compilation): purge_builtin_constant_p
17208 only needs to be called when "optimize > 0 && flag_gcse".
17209
17210 2003-01-25 Roger Sayle <roger@eyesopen.com>
17211
17212 * stmt.c (emit_case_bit_tests): New routine to implement suitable
17213 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
17214 (case_bit_test_cmp): New comparison function for "qsort" to order
17215 case_bit_tests by decreasing number of destination nodes.
17216 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
17217 (expand_end_case_type): Use emit_case_bit_tests to implement
17218 suitable switch statments.
17219 (CASE_USE_BIT_TESTS): New target macro to disable the above.
17220 * Makefile.in (stmt.o): Add dependency on optab.h.
17221 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
17222
17223 2003-01-23 Andreas Schwab <schwab@suse.de>
17224
17225 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
17226 __do_global_ctors_aux hidden global and don't put it in
17227 .init_array.
17228 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
17229 instead so that it comes first.
17230
17231 2003-01-25 Jan Hubicka <jh@suse.cz>
17232
17233 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
17234 subreg is read/modify.
17235
17236 2003-01-25 Jan Hubicka <jh@suse.cz>
17237
17238 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
17239 do libcall for large blocks.
17240 * i386.md (comi patterns): Set type to ssecomi.
17241 (sse2_unpck?pd): Fix mode of vec_select.
17242
17243 * cse.c: Include except.h
17244 (cse_set_around_loop): Do not create new basic blocks.
17245 * Makefile.in (cse.o): Add dependnecy on except.h
17246
17247 2003-01-25 Jan Hubicka <jh@suse.cz>
17248
17249 * builtins.c (fold_trunc_transparent_mathfn): New function.
17250 (fold_builtin): Use it.
17251 * convert.c (convert_to_real): Re-enable code to convert
17252 math functions; add support for floor familly functions.
17253
17254 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17255
17256 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
17257 dependencies on coretypes.h and $(TM_H).
17258
17259 2003-01-25 Jan Hubicka <jh@suse.cz>
17260
17261 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
17262
17263 2003-01-24 Stuart Hastings <stuart@apple.com>
17264
17265 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
17266
17267 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17268
17269 * config/c4x/c4x.md (UNSPEC_BU): New constants.
17270 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
17271 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
17272 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
17273 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
17274 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
17275 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
17276 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
17277
17278 2003-01-24 Jan Hubicka <jh@suse.cz>
17279
17280 * emit-rtl.c (reg_attrs_htab): New static variable.
17281 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
17282 functions.
17283 (reg_rtx): Do not maintain regno_decl.
17284 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
17285 set_mem_attrs_from_reg): New global function.
17286 (init_emit): Do not initialize regno_decl.
17287 (init_emit_once): initialize reg_attrs_htab.
17288 * final.c (alter_subreg): Do not replace REG by SUBREG.
17289 (gen_mem_expr_from_op): Improve output.
17290 (output_asm_operands): Likewise.
17291 * function.c (assign_params): Do not set REGNO_DECL.
17292 * function.h (struct function): Kill regno_decl.
17293 (REGNO_DECL): Kill.
17294 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
17295 * print_rtl.c (print_rtx): Output REG information.
17296 * regclass.c (reg_scan_mark_refs): Update attrs.
17297 * reload1.c (alter_reg): Likewise.
17298 * simplify_rtx.c (simplify_subreg): Likewise.
17299 * stmt.c (expand_decl): Likewise.
17300 * rtl.def (REG): Add new field.
17301 * rtl.h (struct reg_attrs): New.
17302 (rtunion_def): At rtreg.
17303 (X0MEMATTR): Add checking.
17304 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
17305 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
17306 Declare.
17307 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
17308
17309 2003-01-24 Bob Wilson <bob.wilson@acm.org>
17310
17311 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
17312 (xtensa_emit_call, print_operand): Fix printf format strings
17313 to avoid compile warnings.
17314 (xtensa_function_prologue, xtensa_function_epilogue): Change type
17315 of "size" argument to HOST_WIDE_INT to fix compile warnings.
17316 * config/xtensa/xtensa-protos.h
17317 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
17318
17319 2003-01-24 Jan Hubicka <jh@suse.cz>
17320
17321 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
17322 (implicit_built_in_decls): New global array.
17323 (mathfn_built_in): New global function.
17324 (fold_trunc_transparent_mathfn): New static function
17325 (expand_builtin_strstr, expand_bultin_strchr,
17326 expand_builtin_strpbrk, expand_builtin_strcpy,
17327 expand_builtin_strncpy, expand_bultin_strcmp,
17328 expand_bultin_strncat, expand_builtin_fputs): Use
17329 implicint_built_in_decls.
17330 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
17331 * builtins.def: Fix comments.
17332 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
17333 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
17334 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
17335 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
17336 (DEF_C99_C90RES_BULTIN): New.
17337 (*f, *l builtins): Update.
17338 * c-common.c (DEF_BUILTIN): Initialize implicit array.
17339 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
17340 * convert.c (strip_float_extensions): New global function.
17341 * tree.h (DEF_BUILTIN): Accept 10 arguments.
17342 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
17343 Declare.
17344 * java/builtins.c (define_builtin): Handle implicit.
17345 (DEF_BUILTIN): Update.
17346 * tm.texi (TARGET_C99_FUNCTIONS): Document.
17347 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
17348 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
17349 when using glibc2.
17350
17351 2003-01-24 Bob Wilson <bob.wilson@acm.org>
17352
17353 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
17354 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
17355 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
17356 * config/xtensa/crti.asm: New file.
17357 * config/xtensa/crtn.asm: New file.
17358 * config/xtensa/t-elf: New file.
17359 * config/xtensa/t-linux: New file.
17360 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
17361 Move various CFLAGS settings to new t-elf file.
17362
17363 2003-01-24 Richard Henderson <rth@redhat.com>
17364
17365 PR optimization/4382
17366 * tree-inline.c (find_builtin_longjmp_call_1): New.
17367 (find_builtin_longjmp_call): New.
17368 (inlinable_function_p): Use it.
17369
17370 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17371
17372 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
17373 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
17374 * config/i386/i386.c (function_arg_pass_by_reference): New.
17375 (ix86_va_arg): Support arguments passed by reference.
17376
17377 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17378
17379 * cfgloopanal.c: New file.
17380 * cfgloopmanip.c: New file.
17381 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
17382 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
17383 cfglayout.o): Add dependency on cfgloop.h.
17384 (cfgloop.o): Add flags.h dependency.
17385 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
17386 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
17387 (struct loop, struct loops, flow_loops_find, flow_loops_update,
17388 flow_loops_free, flow_loops_dump, flow_loop_dump,
17389 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
17390 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
17391 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
17392 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
17393 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
17394 find_common_loop, verify_loop_structure): Declarations moved to ...
17395 * cfgloop.h: New file.
17396 * bb-reorder.c (reorder_basic_blocks): Modified.
17397 * cfglayout.c: Include cfgloop.h.
17398 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
17399 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
17400 (break_superblocks): New static function.
17401 (cfg_layout_finalize): Use it.
17402 (cfg_layout_split_block): New function.
17403 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
17404 fields.
17405 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
17406 changed.
17407 (cfg_layout_split_block): Declare.
17408 * cfgloop.c: Include cfgloop.h and flags.h.
17409 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
17410 get_loop_body): Avoid signed versus unsigned comparison warnings.
17411 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
17412 loop_latch_edge): Modified.
17413 (verify_loop_structure): Modified to use flags stored in loop structure;
17414 check irreducible loops.
17415 (cancel_loop, cancel_loop_tree): New functions.
17416 (estimate_probability): Use loop analysis code for predictions.
17417 (estimate_loops_at_level): Avoid signed versus unsigned comparison
17418 warnings.
17419 * doloop.c: Include cfgloop.h.
17420 * loop.c: Include cfgloop.h.
17421 * predict.c: Include cfgloop.h.
17422 * toplev.c: Include cfgloop.h.
17423 * unroll.c: Include cfgloop.h.
17424 * tracer.c (tracer): Modified.
17425
17426 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
17427
17428 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
17429
17430 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
17431
17432 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
17433 * configure: Regenerate.
17434
17435 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
17436 (tls_symbolic_reference_mentioned_p): Add prototype.
17437 (s390_tls_get_offset): Add prototype.
17438 (emit_pic_move): Remove prototype, replace by ...
17439 (emit_symbolic_move): .. this new prototype.
17440
17441 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
17442 (tls_model_chars): New global variable.
17443 (s390_encode_section_info): Encode TLS model.
17444 Use targetm.binds_local_p to check for local symbols.
17445 (s390_strip_name_encoding): New function.
17446 (TARGET_STRIP_NAME_ENCODING): Define.
17447
17448 (get_thread_pointer): New function.
17449 (legitimize_tls_address): New function.
17450 (legitimize_address): Call it.
17451 (emit_pic_move): Remove, replace by ...
17452 (emit_symbolic_move): ... this new function.
17453
17454 (larl_operand): Handle TLS operands.
17455 (legitimate_constant_p): Likewise.
17456 (s390_decompose_address): Likewise.
17457 (s390_cannot_force_const_mem): New function.
17458 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
17459
17460 (s390_output_symbolic_const): Handle TLS unspecs.
17461 (print_operand): New code 'J'.
17462 (machine_function): Add struct member 'some_ld_name'.
17463 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
17464
17465 (enum s390_builtin): New type.
17466 (code_for_builtin_64, code_for_builtin_31): New global variables.
17467 (s390_init_builtins, s390_expand_builtin): New functions.
17468 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
17469
17470 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
17471 (ASM_OUTPUT_LABELREF): Define.
17472 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
17473
17474 * config/s390/s390.md: Define TLS UNSPEC constants.
17475 ("movdi", "movsi"): Handle TLS operands.
17476 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
17477 ("*tls_load_64", "*tls_load_31"): New insns.
17478 ("call_value_tls", "call_value_tls_exp"): New expanders.
17479 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
17480 "bas_tls_64", "bas_tls_31"): New insns.
17481
17482 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
17483
17484 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
17485 spe ABI is configured, if requested.
17486
17487 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17488
17489 * doc/passes.texi: Fix typo.
17490
17491 2003-01-24 Andreas Schwab <schwab@suse.de>
17492
17493 * stor-layout.c (excess_unit_span): Only define if used.
17494
17495 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
17496
17497 * gcc/doc/invoke.texi (Optimization Options): List -O levels
17498 for each optimization flag.
17499
17500 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
17501
17502 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
17503
17504 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17505
17506 * doc/bugreport.texi: Use @command instead of @code for commands.
17507 * doc/collect2.texi: Likewise.
17508 * doc/headerdirs.texi: Likewise.
17509 * doc/invoke.texi: Likewise.
17510 * doc/standards.texi: Likewise.
17511 * doc/tm.texi: Likewise.
17512 * doc/trouble.texi: Likewise.
17513
17514 2003-01-24 Nick Clifton <nickc@redhat.com>
17515
17516 * config/arm/arm.c (use_return_insn): Do not use a single return
17517 instruction for interrupt handelrs which have to create a stack
17518 frame.
17519 (arm_expand_prologue): Do not pre-bias the return address of
17520 interrupt handlers which create a stack frame.
17521
17522 2003-01-24 Nick Clifton <nickc@redhat.com>
17523
17524 * Add sh2e support:
17525
17526 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
17527
17528 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
17529 med_cbranches. Fix logic in short_cbranches.
17530
17531 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
17532
17533 * config/sh/sh.md (delay for cbranch): Don't annul delay
17534 slots on SH2e.
17535 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
17536 cbranch with unfilled delay slot on SH2e.
17537 (output_branch): Fill with a nop the delay slot of a
17538 branch that required a delay slot but didn't get one.
17539
17540 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
17541
17542 * doc/invoke.texi (SH options): Document -m2e.
17543 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
17544 * config/sh/lib1funcs.asm: Likewise.
17545 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
17546 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
17547 not __sh1__.
17548 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
17549 SH2E up.
17550 (SH3E_BIT): Renamed to...
17551 (SH_E_BIT): ... this. Replace all uses.
17552 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
17553 Replace all uses of TARGET_SH3E with TARGET_SH2E.
17554 (TARGET_SWITCHES): Added 2e.
17555 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
17556 (processor_type): Added PROCESSOR_SH2E.
17557 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
17558 TARGET_SH2E, except in sqrtsf2_i.
17559 (attribute cpu): Added sh2e.
17560 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
17561 (MULTILIB_MATCHES): Use m2e multilib for m3e.
17562 * config.gcc: Add sh2e target support.
17563
17564 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
17565
17566 Rename -W to -Wextra.
17567 * c-decl.c: Update comments.
17568 * c-typeck.c: Likewise.
17569 * flags.h: Likewise.
17570 * function.c: Likewise.
17571 * stmt.c: Likewise.
17572 * toplev.c: Update comments.
17573 (W_options): Add 'extra'.
17574 (display_help): Remove '-W'.
17575 (decode_W_option): Special warn_uninitialized treatment in the case
17576 of -Wextra.
17577 * doc/invoke.texi: Update with new entries.
17578
17579 2003-01-23 Richard Henderson <rth@redhat.com>
17580
17581 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
17582 in no-else-block case. Add commentary.
17583
17584 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17585
17586 * configure.in: Revert last change.
17587
17588 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17589
17590 * configure.in: Don't include ansidecl.h in tconfig.h.
17591 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
17592 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
17593 ATTRIBUTE_UNUSED.
17594
17595 * configure: Regenerate.
17596
17597 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17598
17599 PR java/6748
17600 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
17601 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
17602 kernels.
17603
17604 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17605
17606 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
17607
17608 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
17609
17610 * genattrtab.c (write_attr_get): Mark 'insn' paramter
17611 as ATTRIBUTE_UNUSED.
17612
17613 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
17614
17615 * arm.c (thumb_base_register_rtx_p): New function.
17616 (thumb_index_register_rtx_p): New function.
17617 (thumb_legitimate_address_p): New function.
17618 (thumb_legitimate_offset_p): New function.
17619 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
17620 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
17621 definitions.
17622 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
17623 (THUMB_LEGITIMATE_OFFSET): Delte.
17624 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
17625 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
17626 (thumb_legitimate_offset_p): Likewise.
17627
17628 2003-01-23 Andreas Schwab <schwab@suse.de>
17629
17630 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
17631
17632 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17633
17634 * fixinc/Makefile.in (FL_LIST): Revert last change.
17635
17636 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17637
17638 PR other/7341
17639 * invoke.texi (ftest-coverage): Fix broken cross-reference.
17640 Change @code to @command for gcov command.
17641
17642 * gcc.texi: Adjust title of gcov section.
17643 Adjust copyright.
17644 * gcov.texi: Likewise.
17645
17646 2003-01-22 Roger Sayle <roger@eyesopen.com>
17647
17648 PR optimization/8423
17649 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
17650 its argument is constant, or 0 if !flag_gcse.
17651 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
17652 if it's argument is constant.
17653 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
17654 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
17655 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
17656 * builtins.c (purge_builtin_constant_p): New function to force
17657 instantiation of any remaining CONSTANT_P_RTX nodes.
17658 * rtl.h (purge_builtin_constant_p): Prototype here.
17659 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
17660 pass after GCSE and before loop.
17661 (flag_gcse): No longer static.
17662 * flags.h (flag_gcse): Prototype here.
17663
17664 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
17665
17666 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
17667 introduced by last change.
17668
17669 2003-01-22 Andreas Schwab <schwab@suse.de>
17670
17671 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
17672
17673 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
17674
17675 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
17676 request a scratch reg on H8S when the shift count is 8.
17677
17678 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
17679
17680 * config/s390/s390-protos.h (preferred_la_operand_p):
17681 Remove second parameter.
17682 * config/s390/s390.c (preferred_la_operand_p): Likewise.
17683 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
17684 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
17685 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
17686 Add peepholes to transform ADD to LOAD ADDRESS.
17687
17688 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
17689
17690 * arm.c (arm_address_register_rtx_p): New function.
17691 (arm_legitimate_address_p): New function.
17692 (arm_legitimate_index_p): New function.
17693 (legitimize_pic_address): Use arm_legitimate_index_p.
17694 * arm-protos.h (arm_legtimate_address_p): Add prototype.
17695 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
17696 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
17697
17698 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
17699
17700 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
17701 * config/s390/2064.md (define_bypass): Correct 'Load' and
17702 'Load-address' bypass values.
17703
17704 2003-01-22 Andreas Schwab <schwab@suse.de>
17705
17706 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
17707
17708 2003-01-21 Zack Weinberg <zack@codesourcery.com>
17709
17710 * genautomata.c (output_internal_insn_latency_func,
17711 output_print_reservation_func): Short circuit when there is no
17712 automaton to generate code for.
17713
17714 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17715
17716 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
17717 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
17718
17719 2003-01-21 Geoffrey Keating <geoffk@apple.com>
17720
17721 * config/rs6000/rs6000.md: Remove warning.
17722 (builtin_setjmp_receiver): Likewise.
17723 * config/darwin.c (update_stubs): Slightly improve terrible hack
17724 with identifiers. Add comment pointing out problems with it.
17725 (update_non_lazy_ptrs): Likewise.
17726
17727 2003-01-21 Richard Henderson <rth@redhat.com>
17728
17729 * dwarf2out.c (lookup_filename): Fix printf format warning.
17730 * system.h (fread_unlocked, fwrite_unlocked): Undef.
17731
17732 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
17733 (fixincl.o-warn, gnu-regex.o-warn): New.
17734 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
17735 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
17736 * fixinc/fixincl.c (process): Fix printf format warning.
17737
17738 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
17739
17740 * dwarf2out (output_file_names): Don't crash if called
17741 with empty file_table.
17742
17743 2003-01-21 Zack Weinberg <zack@codesourcery.com>
17744
17745 * genautomata.c (output_internal_insn_latency_func): Add
17746 missing break statement to generated code.
17747
17748 2003-01-21 Roger Sayle <roger@eyesopen.com>
17749
17750 * stmt.c (same_case_target_p): New function to determine whether
17751 two case labels branch to the same target. Split out from...
17752 (group_case_nodes): ... here. Use same_case_target_p instead.
17753 (strip_default_case_nodes): Remove explicit case nodes
17754 that branch to the default destination.
17755 (expand_end_case_type): Call strip_default_case_nodes after
17756 group_case_nodes, to simplify the case-list before we count it.
17757 Only generate table_label RTX when actually needed. Try to share
17758 thiscase->exit_label and thiscase->data.case_stmt.default_label
17759 when a switch has no explicit default case. Simplify test for
17760 constant index.
17761
17762 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
17763
17764 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
17765 \t.
17766 (*negsf2_h8300hs): Likewise.
17767 (*addsi3_lshiftrt_16_zexthi): Likewise.
17768 (*iorhi3_lshiftrt_8): Likewise.
17769
17770 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
17771
17772 * dwarf2out.c (fde_table_in_use): Mark GTY.
17773 (dwarf2out_cfi_label_num): New variable, marked GTY.
17774 (dwarf2out_cfi_label): Use it instead of static label_num.
17775 * emit-rtl.c (label_num): Mark GTY.
17776
17777 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
17778
17779 * config/h8300/h8300.c (output_plussi): Support H8/300.
17780 (compute_plussi_length): Likewise.
17781 (compute_plussi_cc): Likewise.
17782 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
17783 output assembly instructions.
17784
17785 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17786
17787 * calls.c (fix_unsafe_tree): Prototype.
17788
17789 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
17790 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
17791 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
17792 c-parse.o-warn): Add -Wno-error.
17793 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
17794
17795 * configure.in (--enable-werror): Add new flag.
17796 * doc/install.texi (--enable-werror): Document.
17797 * configure: Regenerate.
17798
17799 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
17800
17801 2003-01-21 Andreas Schwab <schwab@suse.de>
17802
17803 * genautomata.c (output_internal_insn_latency_func): Fix missing
17804 close paren in output.
17805
17806 2003-01-21 Zack Weinberg <zack@codesourcery.com>
17807
17808 * genautomata.c: Space savings in generated code:
17809 (output_dfa_insn_code_func): Split out the table-enlargement
17810 path to an out-of-line static function, dfa_insn_code_enlarge.
17811 (output_internal_insn_latency_func): Use a lookup table for the
17812 default latencies.
17813 (output_print_reservation_func): Use a lookup table for the
17814 strings.
17815
17816 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
17817
17818 PR opt/7507
17819 * calls.c (fix_unsafe_tree): Split out from ...
17820 (expand_call): ... here. Use it on the function address too.
17821
17822 2003-01-20 Richard Henderson <rth@redhat.com>
17823
17824 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
17825
17826 2003-01-20 Richard Henderson <rth@redhat.com>
17827
17828 PR opt/7154
17829 * stmt.c (expand_asm_operands): Validize memory operands.
17830
17831 2003-01-20 Richard Henderson <rth@redhat.com>
17832
17833 PR opt/8848
17834 * ifcvt.c (noce_process_if_block): Correct arguments to
17835 modified_between_p for no-else-block case.
17836
17837 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17838
17839 * config/h8300/h8300.c (const_costs): Remove a warning.
17840 (output_plussi): Likewise.
17841 (compute_plussi_length): Likewise.
17842 (compute_plussi_cc): Likewise.
17843
17844 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17845
17846 * config/h8300/h8300.md (addsi_h8300): Remove the last
17847 alternative.
17848
17849 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17850
17851 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
17852
17853 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17854
17855 * system.h (__NO_STRING_INLINES): Define.
17856
17857 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17858
17859 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
17860 is not a scalar int mode.
17861
17862 2003-01-20 Roger Sayle <roger@eyesopen.com>
17863
17864 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
17865 insn's notes following a substitution inside a libcall.
17866
17867 2003-01-20 Zack Weinberg <zack@codesourcery.com>
17868
17869 * configure.in: Check for system-provided 'uchar' type.
17870 * configure, config.in: Regenerate.
17871 * cpphash.h: Only typedef 'uchar' if the system doesn't.
17872
17873 2003-01-20 Richard Henderson <rth@redhat.com>
17874
17875 * expr.h (MUST_PASS_IN_STACK): Move implementation...
17876 * calls.c (default_must_pass_in_stack): ... here.
17877
17878 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
17879
17880 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
17881
17882 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
17883
17884 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
17885 Wrap up definition of `insn_alts'.
17886
17887 * genattrtab.c (main): Wrap up `insn_alts'.
17888
17889 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17890
17891 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
17892 prototyping.
17893 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
17894
17895 * config.in, configure: Regenerate.
17896
17897 2003-01-20 Nick Clifton <nickc@redhat.com>
17898
17899 * config/arm/arm.md (sibcall_epilogue): Add an
17900 UNSPEC_PROLOGUE_USE to prevent the link register from being
17901 considered dead.
17902
17903 2003-01-20 Jan Hubicka <jh@suse.cz>
17904
17905 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
17906
17907 2003-01-20 Andreas Schwab <schwab@suse.de>
17908
17909 * system.h: Don't declare strsignal if the decl test hasn't been
17910 run yet.
17911
17912 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17913
17914 * config/h8300/h8300.c (notice_update_cc): Don't assume that
17915 recog_data.operands[0] is always associated with cc0.
17916
17917 2003-01-19 David Edelsohn <edelsohn@gnu.org>
17918
17919 * collect2.c (ldgetname): Expand declaration to prototype.
17920 * read-rtl.c (atoll): Add prototype.
17921 * system.h (strsignal): Also declare if no declaration found.
17922
17923 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
17924
17925 * config.gcc (mips64*-*-linux*): Added.
17926 * config/mips/linux64.h, config/mips/t-linux64: New file.
17927 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
17928 * config/mips/mips.c (override_options): Use it.
17929 * config/mips/mips.h (TARGET_SWITCHES): Added...
17930 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
17931 * Makefile.in (SPECS): New.
17932 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
17933 * gcc.c (process_command): Move self-spec processing past spec
17934 file loading.
17935 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
17936 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
17937 CRTSTUFF_T_CFLAGS.
17938 (SPECS): Document.
17939 * doc/invoke.texi (-mabi-fake-default): Document.
17940
17941 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
17942
17943 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
17944 z_reg, z_reg_qi): Declare static and GTY().
17945 (da_reg): Remove.
17946 (create_regs_rtx): Don't create da_reg.
17947 ("gt-m68hc11.h"): Include for GTY roots.
17948 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
17949 and GTY() here.
17950 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
17951 (m68hc11_soft_tmp_reg): Likewise.
17952 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
17953
17954 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
17955
17956 * basic-block.h: Fix comment formatting.
17957 * calls.c: Likewise.
17958 * combine.c: Likewise.
17959 * convert.c: Likewise.
17960 * gcov.c: Likewise.
17961 * haifa-sched.c: Likewise.
17962 * libgcc2.c: Likewise.
17963 * loop.c: Likewise.
17964 * profile.c: Likewise.
17965 * system.h: Likewise.
17966
17967 2003-01-18 Roger Sayle <roger@eyesopen.com>
17968
17969 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
17970
17971 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17972
17973 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
17974
17975 2003-01-17 Dale Johannesen <dalej@apple.com>
17976
17977 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
17978 (*floatunssidf2_internal): Ditto.
17979
17980 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
17981
17982 * alias.c: Fix comment typos.
17983 * basic-block.h: Likewise.
17984 * c-common.c: Likewise.
17985 * c-common.h: Likewise.
17986 * c-decl.c: Likewise.
17987 * c-opts.c: Likewise.
17988 * c-pragma.c: Likewise.
17989 * c-pretty-print.h: Likewise.
17990 * cfg.c: Likewise.
17991 * cfganal.c: Likewise.
17992 * cfgbuild.c: Likewise.
17993 * cfgcleanup.c: Likewise.
17994 * cfglayout.c: Likewise.
17995 * cfgrtl.c: Likewise.
17996 * convert.c: Likewise.
17997 * cpphash.h: Likewise.
17998 * cpplex.c: Likewise.
17999 * cpplib.h: Likewise.
18000 * df.h: Likewise.
18001 * diagnostic.c: Likewise.
18002 * diagnostic.h: Likewise.
18003 * dwarf2.h: Likewise.
18004
18005 2003-01-17 Stan Shebs <shebs@apple.com>
18006
18007 * config/darwin-protos.h: Forward-declare struct cpp_reader.
18008
18009 2003-01-17 Douglas B Rupp <rupp@gnat.com>
18010
18011 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
18012 mistake in last checkin.
18013
18014 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
18015
18016 * et-forest.c: Fix comment typos.
18017 * et-forest.h: Likewise.
18018 * except.c: Likewise.
18019 * expr.c: Likewise.
18020 * flags.h: Likewise.
18021 * flow.c: Likewise.
18022 * gcc.c: Likewise.
18023 * gcse.c: Likewise.
18024 * genattrtab.c: Likewise.
18025 * genautomata.c: Likewise.
18026 * gengtype.c: Likewise.
18027 * genrecog.c: Likewise.
18028 * global.c: Likewise.
18029 * gthr-rtems.h: Likewise.
18030
18031 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18032
18033 * i386.c (x86_function_profiler): Fix format specifier.
18034
18035 2003-01-17 Richard Henderson <rth@redhat.com>
18036
18037 * gengtype.c (walk_type): Allow paramN_is.
18038
18039 2003-01-17 Nick Clifton <nickc@redhat.com>
18040
18041 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
18042
18043 2003-01-16 Richard Henderson <rth@redhat.com>
18044
18045 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
18046
18047 2003-01-16 Richard Henderson <rth@redhat.com>
18048
18049 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
18050 (alpha_next_sequence_number): Likewise.
18051 (alpha_this_literal_sequence_number): Likewise.
18052 (alpha_this_gpdisp_sequence_number): Likewise.
18053 (struct alpha_funcs, alpha_funcs_num): Likewise.
18054 (struct alpha_links): Fix branch merge error.
18055 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
18056
18057 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
18058
18059 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
18060 R. Ghazi.
18061
18062 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
18063
18064 * ifcvt.c: Fix comment typos.
18065 * lcm.c: Likewise.
18066 * libgcc2.c: Likewise.
18067 * local-alloc.c: Likewise.
18068 * loop.c: Likewise.
18069 * predict.c: Likewise.
18070 * ra-build.c: Likewise.
18071 * ra.c: Likewise.
18072 * ra-colorize.c: Likewise.
18073 * ra.h: Likewise.
18074 * ra-rewrite.c: Likewise.
18075 * regmove.c: Likewise.
18076 * reload.h: Likewise.
18077 * rtlanal.c: Likewise.
18078 * toplev.c: Likewise.
18079 * tree.h: Likewise.
18080 * unwind-dw2-fde-glibc.c: Likewise.
18081 * vmsdbgout.c: Likewise.
18082
18083 2003-01-16 Richard Henderson <rth@redhat.com>
18084
18085 * dwarf2out.c (struct file_table): Remove.
18086 (FILE_TABLE_INCREMENT): Remove.
18087 (file_table): Make a varray; mark for GC. Update all users.
18088 (file_table_last_lookup_index): Extract from struct file_table.
18089 (output_file_names): Fix unsigned compare warnings.
18090 (add_name_attribute): Remove inline marker.
18091 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
18092 (lookup_filename): Don't manage size of file_table.
18093 (init_file_table): Allocate file_table with GC.
18094 (dwarf2out_init): Don't record main_input_filename here.
18095 (dwarf2out_finish): Do it here instead.
18096
18097 2003-01-16 Bruce Korb <bkorb@gnu.org>
18098
18099 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
18100
18101 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
18102
18103 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
18104 instead of rotldi3_mextr.
18105
18106 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
18107
18108 * haifa-sched.c (move_insn): Restore moving all schedule group.
18109 (set_priorities): Restore taking SCHED_GROUP_P into account.
18110
18111 * sched-deps.c (add_dependence): Restore processing the last group
18112 insn.
18113 (remove_dependence, group_leader): Restore the functions.
18114 (set_sched_group_p): Restore adding dependencies from previous insn
18115 in the group.
18116 (compute_forward_dependences): Restore usage of group_leader.
18117
18118 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
18119 account.
18120
18121 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
18122 account.
18123 (can_schedule_ready_p): Ditto.
18124 (add_branch_dependences): Restore skipping over the group insns.
18125
18126 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18127
18128 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
18129 68HC12 pre/post inc/dec side effects.
18130
18131 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18132
18133 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
18134
18135 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
18136
18137 * sh.md (mshflo_w_x): Fix description of operation.
18138
18139 2003-01-16 Zack Weinberg <zack@codesourcery.com>
18140
18141 * config/rs6000/rs6000.h: Mention Altivec registers in
18142 commentary. Fix typo.
18143
18144 2003-01-16 David Edelsohn <edelsohn@gnu.org>
18145
18146 * config/rs6000/rs6000.md (movti_string): Remove clobber.
18147 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
18148 generate PARALLEL with clobber for TARGET_POWER.
18149
18150 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18151
18152 * ra-colorize.c (colorize_one_web): Initialize variable.
18153 * regmove.c (fixup_match_1): Likewise.
18154 * reload1.c (reload_as_needed): Likewise.
18155 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
18156
18157 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18158
18159 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
18160
18161 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18162
18163 * dbxout.c (lastfile, cwd): Fix `unused' warning.
18164 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
18165 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
18166 is_main_source, file_table, decl_die_table_in_use,
18167 abbrev_die_table_in_use, line_info_table_in_use,
18168 separate_line_info_table_in_use, pubname_table_in_use,
18169 arange_table_in_use, ranges_table_in_use,
18170 current_function_has_inlines): Likewise.
18171 * flow.c (life_analysis): Likewise.
18172 * genemit.c (gen_insn): Likewise.
18173 * protoize.c (cplus_suffix): Likewise.
18174
18175 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
18176 * arm.h (ROUND_UP_WORD): Likewise.
18177
18178 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
18179 warning.
18180 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
18181 init_emit_once): Likewise.
18182 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
18183 Likewise.
18184 * function.c (assign_stack_temp_for_type): Likewise.
18185 * loop.c (loop_invariant_p): Likewise.
18186 * recog.c (push_operand): Likewise.
18187 * regclass.c (init_reg_sets_1): Likewise.
18188 * reload.c (update_auto_inc_notes): Likewise.
18189 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
18190 * stmt.c (expand_asm_operands): Likewise.
18191 * stor-layout.c (start_record_layout): Likewise.
18192
18193 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
18194
18195 * config/c4x/c4x.md (epilogue): Correct last patch.
18196
18197 2003-01-15 Richard Henderson <rth@redhat.com>
18198
18199 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
18200 also check that GP is being used.
18201 (alpha_find_lo_sum_using_gp): New.
18202 (alpha_does_function_need_gp): Use get_attr_usegp.
18203 * config/alpha/alpha-protos.h: Update.
18204 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
18205 as needed.
18206
18207 2003-01-15 Roger Sayle <roger@eyesopen.com>
18208
18209 * gcse.c (one_cprop_pass): Change function arguments to take both
18210 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
18211 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
18212 (bypass_jumps): New function to perform separate jump bypassing pass.
18213 * rtl.h (bypass_jumps): Add function prototype.
18214 * timevar.def (TV_BYPASS): New timing variable.
18215 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
18216 (dump_file): New entry for the bypass RTL dump file.
18217 (rest_of_compilation): Insert new jump bypassing optimization
18218 pass after loop.
18219 * doc/passes.texi: Document new pass.
18220
18221 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
18222
18223 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
18224 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
18225 * pa.h (TARGET_SOM_SDEF): Define.
18226 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
18227
18228 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18229
18230 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
18231 allocate 4-bytes of locals on 68HC11.
18232 (expand_epilogue): Likewise.
18233 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
18234
18235 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18236
18237 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
18238 and -mshort-double to the assembler to specify the ABI.
18239 (LINK_SPEC): Likewise.
18240 (CPP_SPEC): Pass HCS12 specific define.
18241 (MASK_M68S12): New define.
18242 (TARGET_M68S12): Likewise.
18243 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
18244 (TARGET_VERSION): Update.
18245 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
18246 (LINK_SPEC): Update.
18247 (ASM_SPEC): Update.
18248 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
18249 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
18250
18251 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18252
18253 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
18254 the return code.
18255
18256 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18257
18258 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
18259 flag before setting it.
18260
18261 2003-01-15 Roger Sayle <roger@eyesopen.com>
18262
18263 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
18264 when loop condition is known true, i.e. "while (1) { ... }".
18265 (genrtl_for_stmt): Similarly for "for" statements.
18266
18267 2003-01-15 Roger Sayle <roger@eyesopen.com>
18268
18269 * real.c (real_sqrt): Return a bool result indicating whether
18270 a floating point exception or trap should be raised.
18271 * real.h (real_sqrt): Update function prototype.
18272 * builtins.c (fold_builtin): Only fold non-trapping square
18273 roots unless we're ignoring errno and trapping math.
18274
18275 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
18276
18277 * expr.h (emit_conditional_add): Add PARAMS to declaration.
18278 * gengtype-lex.l (malloc, realloc): Move defines after include of
18279 system.h. Remove duplicate include of system.h.
18280
18281 2003-01-15 Roger Sayle <roger@eyesopen.com>
18282
18283 PR middle-end/9009
18284 * optabs.c (expand_unop): When manipulating the FP sign bit
18285 using integer operations, account for targets with different
18286 integer and FP word orders.
18287 (expand_abs): Likewise.
18288
18289 2003-01-15 David Edelsohn <edelsohn@gnu.org>
18290
18291 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
18292 file extension in section name.
18293
18294 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
18295
18296 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
18297 constant offset.
18298
18299 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
18300
18301 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
18302 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
18303 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
18304 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
18305
18306 2003-01-15 Jan Hubicka <jh@suse.cz>
18307
18308 PR f/9258
18309 * global.c (struct allocno): Add no_stack_reg.
18310 (global_conflicts): Set no_stack_reg.
18311 (find_reg): Use it.
18312
18313 * convert.c (convert_to_real): Fold - and abs only when profitable.
18314 * fold-const.c (fold): Fold truncates in - and abs.
18315
18316 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18317
18318 Segher Boessenkool <segher@koffie.nl>
18319
18320 * predict.c (real_inv_br_prob_base): New variable.
18321 (propagate_freq): Use multiply by reciprocal instead of
18322 division. Don't divide by 1.0 at all.
18323 (estimate_bb_frequencies): Similar.
18324
18325 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
18326
18327 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
18328 * configure: Rebuilt.
18329
18330 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
18331
18332 * config/s390/s390.c (s390_safe_attr_type): New function.
18333 (s390_use_dfa_pipeline_interface): New function, return true for z900.
18334 (s390_issue_rate): New function.
18335 (s390_agen_dep_p): New function.
18336 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
18337 (s390_adjust_cost): Return 'cost' if new DFA is used.
18338 (s390_adjust_priority): Delete function.
18339 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
18340 * config/s390/s390.md (atype attribute): Attribute 'atype' default
18341 determined by 'op_type'.
18342 (type attribute): Added more type attributes.
18343 * config/s390/2064.md: New DFA description for z900 pipeline.
18344
18345 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
18346
18347 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
18348 forced to memory. Fixes PR bootstrap/9036.
18349
18350 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
18351 to set $gp before the call.
18352
18353 2003-01-14 Richard Henderson <rth@redhat.com>
18354
18355 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
18356 for force_const_mem.
18357
18358 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18359
18360 * genattr.c (main): Rearrange output to avoid prototype warning.
18361 * genautomata.c (transform_3): Fix ambiguous-else warning.
18362 * local-alloc.c (requires_inout): Add parentheses around
18363 assignment used as truth-value.
18364 * timevar.c: Move system includes above local includes. Include
18365 toplev.h
18366 * Makefile.in (timevar.o): Depend on toplev.h.
18367
18368 2003-01-14 Denis Chertykov <denisc@overta.ru>
18369
18370 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
18371 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
18372
18373 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
18374 attributes.
18375 (TARGET_ATTRIBUTE_TABLE): New macro.
18376 (valid_machine_type_attribute): Remove.
18377 (valid_machine_decl_attribute): Remove.
18378 (ip2k_handle_progmem_attribute): New function.
18379 (ip2k_handle_fndecl_attribute): New function.
18380
18381 2003-01-10 Andrew Haley <aph@redhat.com>
18382
18383 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
18384 registers to be in correct order. Add rip.
18385
18386 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
18387
18388 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
18389 (*iorsi3_and_lshiftrt_9_sb): Likewise.
18390
18391 2003-01-14 Jan Hubicka <jh@suse.cz>
18392
18393 * convert.c (strip_float_extensions): Look for narrowest type handling
18394 FP constants.
18395
18396 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
18397 float1 CMP float2.
18398 * convert.c (strip_float_extensions): Make global.
18399 * tree.h (strip_float_extensions): Declare.
18400
18401 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
18402
18403 * timevar.def: define TV_NAME_LOOKUP.
18404 * timevar.c (timevar_pop): Be verbose when aborting.
18405
18406 2003-01-13 Andreas Schwab <schwab@suse.de>
18407
18408 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
18409 $(parsedir), just move the temporary file at the end.
18410 ($(parsedir)/gengtype-yacc.c): Likewise.
18411
18412 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
18413
18414 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
18415 ${ac_tool_prefix} to ADAC or CC. Protect them from word
18416 splitting.
18417 * configure: Rebuilt.
18418
18419 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18420
18421 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
18422 internal_mcount): Don't use PARAMS.
18423 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
18424 ISO C style.
18425 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
18426
18427 2003-01-13 Andreas Schwab <schwab@suse.de>
18428
18429 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
18430 directive.
18431
18432 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
18433
18434 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
18435 (*iorsi3_and_lshiftrt_n_sb): Likewise.
18436
18437 2003-01-12 Mark Mitchell <mark@codesourcery.com>
18438
18439 PR c++/9264
18440 * c-lex.c (c_lex): Set the token value to error_mark_node for
18441 invalid numeric constants.
18442
18443 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18444
18445 * c-pch.c (asm_file_startpos): Change to `long'.
18446 (pch_init): Use ftell, not ftello.
18447 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
18448 Use `long' instead of `off_t'.
18449 (c_common_read_pch): Likewise.
18450 * ggc-common.c (gt_pch_save): Use long/ftell instead of
18451 off_t/ftello.
18452
18453 2003-01-12 Alan Modra <amodra@bigpond.net.au>
18454
18455 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
18456
18457 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
18458
18459 * arm-protos.h (struct cpp_reader): Add declaration.
18460
18461 2003-01-11 Jan Hubicka <jh@suse.cz>
18462
18463 PR target/9068
18464 * i386.c (output_fp_compare): Fix typo.
18465
18466 2003-01-10 David Edelsohn <edelsohn@gnu.org>
18467
18468 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
18469
18470 2003-01-10 Geoffrey Keating <geoffk@apple.com>
18471
18472 * Makefile.in (parsedir): New variable.
18473 (docobjdir): New variable.
18474 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
18475 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
18476 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
18477 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
18478 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
18479 Use docobjdir.
18480 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
18481 objc.maintainer-clean): Use parsedir.
18482
18483 * varasm.c (struct constant_descriptor_rtx): Remove unused
18484 `label' field.
18485
18486 * toplev.c (documented_lang_options): Document -Winvalid-pch.
18487
18488 2003-01-10 Richard Henderson <rth@redhat.com>
18489
18490 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
18491 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
18492
18493 2003-01-10 Richard Henderson <rth@redhat.com>
18494
18495 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
18496 not INTEGRAL_MODE_P when widening extensions.
18497
18498 2003-01-10 Richard Henderson <rth@redhat.com>
18499
18500 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
18501
18502 2003-01-10 Geoffrey Keating <geoffk@apple.com>
18503
18504 * ggc-page.c (ggc_collect): Avoid overflow computing
18505 min_expand.
18506
18507 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
18508 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
18509 Remove calls.
18510 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
18511
18512 2003-01-10 Jan Hubicka <jh@suse.cz>
18513
18514 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
18515 with weird operands.
18516
18517 2003-01-10 Dale Johannesen <dalej@apple.com>
18518
18519 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
18520 parameters. Call check_sibcall_argument_overlap if indicated.
18521 (check_sibcall_argument_overlap): Add mark_stored_args_map
18522 parameter. Don't mark parameter area as clobbered if not set.
18523 (expand_call): Adjust calls to above.
18524
18525 2003-01-10 Kelley Cook <kelleycook@comcast.net>
18526
18527 * configure.in (linker read-only and read-write section mixing):
18528 Squelch some assembler warnings.
18529 * configure: Likewise.
18530
18531 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
18532
18533 * doc/invoke.texi: Document -mtune, delete -mcpu
18534 option for S/390 and zSeries.
18535 * config/s390/s390.c (s390_tune_string) New variable.
18536 (s390_cpu_string) Delete variable.
18537 (override_options): Use s390_tune_string instead of
18538 s390_cpu_string.
18539 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
18540
18541 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
18542
18543 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
18544
18545 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
18546
18547 * jump.c (next_nonnote_insn_in_loop): New function.
18548 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
18549 next_nonnote_insn.
18550 (duplicate_loop_exit_test). Likewise.
18551
18552 2003-01-09 Geoffrey Keating <geoffk@apple.com>
18553
18554 Merge from pch-branch:
18555
18556 2003-01-06 Geoffrey Keating <geoffk@apple.com>
18557
18558 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
18559 load.
18560
18561 2002-12-24 Geoffrey Keating <geoffk@apple.com>
18562
18563 * cpplib.c (count_registered_pragmas): New function.
18564 (save_registered_pragmas): New function.
18565 (_cpp_save_pragma_names): New function.
18566 (restore_registered_pragmas): New function.
18567 (_cpp_restore_pragma_names): New function.
18568 * cpphash.h (_cpp_save_pragma_names): Prototype.
18569 (_cpp_restore_pragma_names): Likewise.
18570 * cpppch.c (struct save_macro_item): Split from save_macro_data.
18571 (struct save_macro_data): New field 'saved_pragmas'.
18572 (save_macros): Update for changes to struct save_macro_data.
18573 (cpp_prepare_state): Call _cpp_save_pragma_names, update
18574 for changes to struct save_macro_data.
18575 (cpp_read_state): Call _cpp_restore_pragma_names, update
18576 for changes to struct save_macro_data.
18577
18578 * cpppch.c (cpp_read_state): Restore the hashtable references
18579 in the cpp_reader.
18580
18581 * tree.h (built_in_decls): Mark for PCH.
18582
18583 * dbxout.c (lastfile): Don't mark for PCH.
18584
18585 * ggc.h: Document PCH calls into memory managers.
18586
18587 2002-12-18 Geoffrey Keating <geoffk@apple.com>
18588
18589 * doc/invoke.texi (Precompiled Headers): Document the
18590 directory form of PCH.
18591 * cppfiles.c (validate_pch): New function.
18592 (open_file_pch): Search suitably-named directories for PCH files.
18593
18594 2002-12-14 Geoffrey Keating <geoffk@apple.com>
18595
18596 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
18597 reorder options.
18598 (Type Information): Mention that the information is also
18599 used to implement PCH.
18600 * doc/passes.texi (Passes): Improve documentation of
18601 language-specific files.
18602
18603 2002-12-11 Geoffrey Keating <geoffk@apple.com>
18604
18605 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
18606 (struct walk_type_data): Add reorder_fn field.
18607 (walk_type): Process 'reorder' option.
18608 (write_types_process_field): Reorder parameters to gt_pch_note_object,
18609 call reorder_note_routine.
18610 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
18611 (ggc_wtd): Update for change to struct write_types_data.
18612 (pch_wtd): Likewise.
18613 * ggc.h (gt_pch_note_object): Reorder parameters.
18614 (gt_handle_reorder): New definition.
18615 (gt_pch_note_reorder): New prototype.
18616 * ggc-common.c (struct ptr_data): Add reorder_fn.
18617 (gt_pch_note_object): Reorder parameters.
18618 (gt_pch_note_reorder): New.
18619 (gt_pch_save): Call reorder_fn.
18620 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
18621
18622 * dbxout.c (cwd): Don't mark for PCH.
18623
18624 2002-12-09 Geoffrey Keating <geoffk@apple.com>
18625
18626 * gengtype.c (finish_root_table): Fix some warnings.
18627 (write_root): Handle TYPE_STRING.
18628 * ggc.h (gt_ggc_m_S): Add prototype.
18629 * stringpool.c (gt_ggc_m_S): New function.
18630
18631 2002-11-30 Geoffrey Keating <geoffk@apple.com>
18632
18633 * dwarf2out.c (dw2_string_counter): New.
18634 (AT_string_form): Use it.
18635 (same_dw_val_p): Update for removal of hashtable.h hash tables.
18636
18637 2002-11-22 Geoffrey Keating <geoffk@apple.com>
18638
18639 * dbxout.c: Include gt-dbxout.h.
18640 (lastfile): Mark for PCH/GGC.
18641 (cwd): Likewise.
18642 (struct typeinfo): Likewise.
18643 (typevec): Likewise.
18644 (typevec_len): Likewise.
18645 (next_type_number): Likewise.
18646 (struct dbx_file): Likewise.
18647 (current_file): Likewise.
18648 (next_file_number): Likewise.
18649 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
18650 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
18651 (dbxout_end_source_file): Don't free struct dbx_file.
18652 (dbxout_type): Use GGC to allocate typevec.
18653 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
18654 (GTFILES): Add dbxout.c.
18655 (gt-dbxout.h): New rule.
18656
18657 * Makefile.in (c-pch.o): Add debug.h as dependency.
18658 * c-pch.c: Include debug.h.
18659 (pch_init): Call start_source_file to keep nesting right.
18660 (c_common_read_pch): Add orig_name parameter. Call
18661 start_source_file debug hook. Call end_source_file debug hook.
18662 * c-common.h (c_common_read_pch): Update prototype.
18663 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
18664 callback.
18665 * cppfiles.c (struct include_file): Add new field `header_name'.
18666 (find_or_create_entry): Default it to `name'.
18667 (open_file_pch): Set it to the original header file searched for.
18668 (stack_include_file): Don't stack an empty buffer, just handle
18669 PCH files immediately. Pass header_name field to read_pch callback.
18670
18671 2002-11-19 Geoffrey Keating <geoffk@apple.com>
18672
18673 * function.c (funcdef_no): Mark to be saved in a PCH.
18674
18675 2002-11-15 Geoffrey Keating <geoffk@apple.com>
18676
18677 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
18678
18679 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
18680
18681 2002-11-14 Geoffrey Keating <geoffk@apple.com>
18682
18683 * optabs.h (code_to_optab): Add GTY marker.
18684
18685 2002-11-13 Geoffrey Keating <geoffk@apple.com>
18686
18687 * Makefile.in (GTFILES): Add cpplib.h.
18688 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
18689 * c-decl.c (build_compound_literal): Don't use var_labelno.
18690 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
18691 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
18692 * varasm.c (const_labelno): Use gengtype to mark.
18693 (var_labelno): Likewise.
18694 (in_section): Likewise.
18695 (in_named_name): Likewise.
18696 (struct in_named_entry): Likewise.
18697 (in_named_htab): Likewise.
18698 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
18699 (init_varasm_once): Use GGC to allocate in_named_htab.
18700 * config/darwin.c (current_pic_label_num): Mark for PCH.
18701
18702 2002-11-11 Geoffrey Keating <geoffk@apple.com>
18703
18704 * ggc-simple.c (init_ggc_pch): New stub procedure.
18705 (ggc_pch_count_object): Likewise.
18706 (ggc_pch_total_size): Likewise.
18707 (ggc_pch_this_base): Likewise.
18708 (ggc_pch_alloc_object): Likewise.
18709 (ggc_pch_prepare_write): Likewise.
18710 (ggc_pch_write_object): Likewise
18711 (ggc_pch_finish): Likewise.
18712 (ggc_pch_read): Likewise.
18713
18714 2002-11-08 Geoffrey Keating <geoffk@apple.com>
18715
18716 * c-pch.c (c_common_write_pch): Write the macro definitions after
18717 the GCed data.
18718 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
18719 definitions after the GCed data.
18720 * cpplib.c (save_macros): New.
18721 (reset_ht): New.
18722 (cpp_write_pch_deps): Split out of cpp_write_pch.
18723 (cpp_write_pch_state): Split out of cpp_write_pch.
18724 (cpp_write_pch): Delete.
18725 (struct save_macro_data): Delete.
18726 (cpp_prepare_state): New.
18727 (cpp_read_state): Erase and restore initial macro definitions.
18728 * cpplib.h (struct save_macro_data): Forward-declare.
18729 (cpp_write_pch_deps): Prototype.
18730 (cpp_write_pch_state): Prototype.
18731 (cpp_write_pch): Delete prototype.
18732 (cpp_prepare_state): Prototype.
18733 (cpp_read_state): Add fourth argument.
18734
18735 2002-11-04 Geoffrey Keating <geoffk@apple.com>
18736
18737 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
18738 (write_array): Remove warning.
18739
18740 * gengtype.c (contains_scalar_p): New.
18741 (finish_root_table): Add the table to all languages, even if it's
18742 empty.
18743 (write_roots): Output gt_pch_scalar_rtab.
18744 * ggc-common.c (gt_pch_save): Write out scalars.
18745 (gt_pch_restore): Read scalars back.
18746
18747 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
18748 (struct page_entry): Delete pch_page field.
18749 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
18750 (clear_marks): Likewise.
18751 (sweep_pages): Likewise.
18752 (poison_pages): Likewise.
18753 (ggc_print_statistics): Likewise.
18754 (ggc_pch_read): Don't free objects read from a PCH.
18755 Properly set up in_use_p and page_tails.
18756
18757 2002-10-25 Geoffrey Keating <geoffk@apple.com>
18758
18759 * gengtype.c (struct write_types_data): New.
18760 (struct walk_type_data): Make `cookie' const; add extra
18761 prev_val item; add `orig_s' field.
18762 (walk_type): Update prev_val[3].
18763 (write_types_process_field): New.
18764 (write_func_for_structure): Take write_types_data structure.
18765 (write_types): New.
18766 (ggc_wtd): New.
18767 (pch_wtd): New.
18768 (write_types_local_process_field): New.
18769 (gc_mark_process_field): Delete.
18770 (write_local_func_for_structure): New.
18771 (gc_mark_func_name): Delete.
18772 (write_gc_types): Delete.
18773 (write_local): New.
18774 (finish_root_table): Don't include 'ggc_' in PFX.
18775 (write_root): Rename from write_root. Fill pchw field of structures.
18776 (write_array): New.
18777 (write_roots): Rename from write_gc_roots. Split out to write_array.
18778 Update to changes to other routines. Write gt_pch_cache_rtab table.
18779 (main): Write PCH walking routines.
18780 * ggc-common.c: Include toplev.h, sys/mman.h.
18781 (ggc_mark_roots): For cache hashtables, also mark the hash table
18782 and the array of entries.
18783 (saving_htab): New.
18784 (struct ptr_data): New.
18785 (POINTER_HASH): New.
18786 (gt_pch_note_object): New.
18787 (saving_htab_hash): New.
18788 (saving_htab_eq): New.
18789 (struct traversal_state): New.
18790 (call_count): New.
18791 (call_alloc): New.
18792 (compare_ptr_data): New.
18793 (relocate_ptrs): New.
18794 (write_pch_globals): New.
18795 (struct mmap_info): New.
18796 (gt_pch_save): New.
18797 (gt_pch_restore): New.
18798 * ggc-page.c (ROUND_UP_VALUE): New.
18799 (ROUND_UP): New.
18800 (struct page_entry): Add field `pch_page'.
18801 (init_ggc): Use ROUND_UP.
18802 (struct ggc_pch_data): Declare.
18803 (init_ggc_pch): New.
18804 (ggc_pch_count_object): New.
18805 (ggc_pch_total_size): New.
18806 (ggc_pch_this_base): New.
18807 (ggc_pch_alloc_object): New.
18808 (ggc_pch_prepare_write): New.
18809 (ggc_pch_write_object): New.
18810 (ggc_pch_finish): New.
18811 (ggc_pch_read): New.
18812 * ggc.h (gt_pointer_operator): New.
18813 (gt_note_pointers): New.
18814 (gt_pch_note_object): New prototype.
18815 (gt_pointer_walker): New.
18816 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
18817 (LAST_GGC_ROOT_TAB): Update.
18818 (gt_pch_cache_rtab): Declare.
18819 (gt_pch_scalar_rtab): Declare.
18820 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
18821 (LAST_GGC_CACHE_TAB): Update.
18822 (gt_pch_save_stringpool): Declare.
18823 (gt_pch_restore_stringpool): Declare.
18824 (gt_pch_p_S): Declare.
18825 (gt_pch_n_S): Declare.
18826 (struct ggc_pch_data): Forward-declare.
18827 (init_ggc_pch): Declare.
18828 (ggc_pch_count_object): Declare.
18829 (ggc_pch_total_size): Declare.
18830 (ggc_pch_this_base): Declare.
18831 (ggc_pch_alloc_object): Declare.
18832 (ggc_pch_prepare_write): Declare.
18833 (ggc_pch_write_object): Declare.
18834 (ggc_pch_finish): Declare.
18835 (ggc_pch_read): Declare.
18836 (gt_pch_save): Declare.
18837 (gt_pch_restore): Declare.
18838 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
18839 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
18840 const_double_htab, mem_attrs_htab using GGC.
18841 * c-pch.c: Include ggc.h.
18842 (pch_init): Allow reading PCH file back.
18843 (c_common_write_pch): Call gt_pch_save.
18844 (c_common_read_pch): Call gt_pch_restore.
18845 * c-parse.in (init_reswords): Delete now-untrue comment.
18846 Allocate ridpointers using GGC.
18847 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
18848 calling expand_deferred_fns.
18849 * c-common.h (ridpointers): Mark for GTY machinery.
18850 * Makefile.in (stringpool.o): Update dependencies.
18851 (c-pch.o): Update dependencies.
18852 (ggc-common.o): Update dependencies.
18853 * stringpool.c: Include gt-stringpool.h.
18854 (gt_pch_p_S): New.
18855 (gt_pch_n_S): New.
18856 (struct string_pool_data): New.
18857 (spd): New.
18858 (gt_pch_save_stringpool): New.
18859 (gt_pch_restore_stringpool): New.
18860 * tree.c (init_ttree): Make type_hash_table allocated using GC.
18861
18862 2002-10-04 Geoffrey Keating <geoffk@apple.com>
18863
18864 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
18865 (output_mangled_typename): Don't pass size_t to printf.
18866
18867 * tree.h (union tree_type_symtab): Add tag to `address' field.
18868 (union tree_decl_u2): Add tag to 'i' field.
18869 * varasm.c (union rtx_const_un): Add tags to all fields.
18870 * gengtype.c (struct walk_type_data): New.
18871 (output_escaped_param): Take struct walk_type_data parameter.
18872 (write_gc_structure_fields): Delete.
18873 (walk_type): New.
18874 (write_gc_marker_routine_for_structure): Delete.
18875 (write_func_for_structure): New.
18876 (gc_mark_process_field): New.
18877 (gc_mark_func_name): New.
18878 (gc_counter): Delete.
18879 (write_gc_types): Use write_func_for_structure.
18880 (write_gc_roots): Use walk_type.
18881
18882 2002-10-02 Geoffrey Keating <geoffk@apple.com>
18883
18884 * ggc-common.c (ggc_mark_roots): Delete 'x'.
18885 (ggc_splay_dont_free): Fix warning about unused 'x'.
18886 (ggc_print_common_statistics): Remove warnings.
18887
18888 2002-10-01 Mike Stump <mrs@apple.com>
18889
18890 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
18891 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
18892
18893 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
18894 Catherine Moore <clm@redhat.com>
18895
18896 * Makefile (c-pch.o): Update dependencies.
18897 (LIBCPP_OBJS): Add cpppch.o.
18898 (cpppch.o): New.
18899 * c-common.c (c_common_init): Don't call pch_init here.
18900 * c-common.h (c_common_read_pch): Update prototype.
18901 * c-lex.c (c_common_parse_file): Call pch_init here.
18902 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
18903 (c_common_decode_option): Handle them.
18904 * c-pch.c: Include c-pragma.h.
18905 (save_asm_offset): Delete.
18906 (pch_init): Move contents of save_asm_offset into here, call
18907 cpp_save_state.
18908 (c_common_write_pch): Call cpp_write_pch.
18909 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
18910 cpp_valid_state.
18911 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
18912 * cppfiles.c (stack_include_file): Update for change to
18913 parameters of cb.read_pch.
18914 * cpphash.h (struct cpp_reader): Add `savedstate' field.
18915 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
18916 `restore_pch_deps' fields.
18917 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
18918 (cpp_save_state): Prototype.
18919 (cpp_write_pch): Prototype.
18920 (cpp_valid_state): Prototype.
18921 (cpp_read_state): Prototype.
18922 * cpppch.c: New file.
18923 * flags.h (version_flag): Remove prototype.
18924 * mkdeps.c (deps_save): New.
18925 (deps_restore): New.
18926 * mkdeps.h (deps_save): Prototype.
18927 (deps_restore): Prototype.
18928 * toplev.c (late_init_hook): Delete.
18929 (version_flag): Make static again.
18930 (compile_file): Don't call late_init_hook.
18931 * toplev.h (late_init_hook): Delete.
18932 * doc/cppopts.texi: Document -fpch-deps.
18933 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
18934
18935 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
18936
18937 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
18938 callers.
18939 (c_common_valid_pch): Rename from c_valid_pch, change callers.
18940 (c_common_read_pch): Rename from c_read_pch, change callers.
18941
18942 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
18943 a space between it and its argument.
18944
18945 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
18946
18947 * c-pch.c: New file.
18948 * toplev.h (late_init_hook): Declare.
18949 * toplev.c (late_init_hook): Define.
18950 (version_flag): Make globally visible.
18951 (compile_file): Call late_init_hook.
18952 (init_asm_output): Make output file seekable.
18953 * gcc.c (default_compilers): Update c-header rule.
18954 * flags.h (version_flag): Declare.
18955 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
18956 fields.
18957 * cppfiles.c (struct include_file): Add 'pch' field.
18958 (INCLUDE_PCH_P): New.
18959 (open_file_pch): New.
18960 (stack_include_file): Handle PCH files specially.
18961 (find_include_file): Call open_file_pch instead of open_file.
18962 (_cpp_read_file): Explain why open_file is used instead of
18963 open_file_pch.
18964 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
18965 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
18966 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
18967 in cpplib callbacks.
18968 * c-common.c (pch_file): Correct comment.
18969 (allow_pch): Define.
18970 (c_common_init): Call pch_init.
18971 * c-common.h (allow_pch): Declare.
18972 (pch_init): Declare.
18973 (c_valid_pch): Declare.
18974 (c_read_pch): Declare.
18975 (c_write_pch): Declare.
18976 * Makefile.in (c-pch.o): New.
18977 (C_AND_OBJC_OBJS): Add c-pch.o.
18978 * doc/invoke.texi (Precompiled Headers): Add index entries,
18979 complete truncated paragraph.
18980
18981 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
18982
18983 * c-common.c: (pch_file): Define.
18984 * c-common.h (pch_file): Declare.
18985 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
18986 (missing_arg): Require --output-pch= to have an argument.
18987 (c_common_decode_option): Handle --output-pch=.
18988 * gcc.c: Document new %V.
18989 (default_compilers): Handle compiling C header files.
18990 (do_spec_1): Implement %V.
18991 (main): Handle "gcc foo.h" without trying to run linker.
18992 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
18993 (Overall Options): Document what the driver does with header files,
18994 document new -x option possibilities.
18995 (Invoking G++): More documentation for PCH.
18996 (Precompiled Headers): New.
18997
18998 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
18999
19000 * ggc.h: Don't include varray.h. Rearrange functions to be more
19001 organized.
19002 (ggc_add_root): Delete.
19003 (ggc_mark_rtx): Delete.
19004 (ggc_mark_tree): Delete.
19005 (struct ggc_statistics): Remove contents.
19006 * ggc-common.c: Remove unneeded includes.
19007 (struct ggc_root): Delete.
19008 (roots): Delete.
19009 (ggc_add_root): Delete.
19010 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
19011 (ggc_print_common_statistics): Remove most of the contents.
19012 * Makefile.in (GGC_H): No longer uses varray.h.
19013 (ggc-common.o): Update dependencies.
19014 (c-parse.o): Add varray.h to dependencies.
19015 (c-common.o): Add varray.h.
19016 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
19017 (mark_ident_hash): Rename to ggc_mark_stringpool.
19018 (init_stringpool): Don't use ggc_add_root.
19019 * c-parse.in: Include varray.h.
19020 * c-common.c: Include varray.h.
19021 * objc/Make-lang.in (objc-act.o): Add varray.h.
19022 * objc/objc-act.c: Include varray.h.
19023
19024 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
19025
19026 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
19027 (dw_cfi_oprnd1_desc): Likewise.
19028
19029 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
19030
19031 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
19032 move out of ifdef.
19033 (alpha_links): Use gengtype to mark; move out of ifdef.
19034 (mark_alpha_links_node): Delete.
19035 (mark_alpha_links): Delete.
19036 (alpha_need_linkage): Use GGC to allocate splay tree, struct
19037 alpha_links, strings. Don't use ggc_add_root.
19038 * ggc-common.c (ggc_splay_alloc): New.
19039 (ggc_splay_dont_free): New.
19040 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
19041 (ggc_mark_tree): Likewise.
19042 (splay_tree_new_ggc): New.
19043 (ggc_splay_alloc): Declare.
19044 (ggc_splay_dont_free): Declare.
19045 * dwarf2asm.c: Include gt-dwarf2asm.h.
19046 (mark_indirect_pool_entry): Delete.
19047 (mark_indirect_pool): Delete.
19048 (indirect_pool): Use gengtype to mark.
19049 (dw2_force_const_mem): Don't use ggc_add_root.
19050 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
19051 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
19052 (gt-dwarf2asm.h): Depend on s-gtype.
19053
19054 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
19055
19056 * tree.h (union tree_type_symtab): Mark `die' field.
19057 * Makefile.in (dwarf2out.o): Update dependencies.
19058 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
19059 hash tables.
19060 (dw_cfi_oprnd1_desc): New function.
19061 (dw_cfi_oprnd2_desc): New function.
19062 (indirect_string_alloc): Delete.
19063 (debug_str_do_hash): New function.
19064 (debug_str_eq): New function.
19065 (mark_limbo_die_list): Delete.
19066 (dwarf2out_init): Don't call ggc_add_root.
19067
19068 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
19069
19070 The following changes are merged from itanium-sched-branch:
19071
19072 2003-01-08 David Edelsohn <edelsohn@gnu.org>
19073
19074 * doc/md.texi: Clarify assignment of units to automata description.
19075
19076 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
19077
19078 * genautomata.c (unit_decl): Remove members
19079 `the_same_automaton_unit' and
19080 `the_same_automaton_message_reported_p'.
19081 (process_unit_to_form_the_same_automaton_unit_lists,
19082 form_the_same_automaton_unit_lists_from_regexp,
19083 form_the_same_automaton_unit_lists, the_same_automaton_lists):
19084 Remove them.
19085 (annotation_message_reported_p): New global variable.
19086 (check_unit_distribution_in_reserv,
19087 check_regexp_units_distribution): New functions.
19088 (check_unit_distributions_to_automata): Rewrite it.
19089
19090 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
19091
19092 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
19093 Use continue instead of break if cycle is too big.
19094
19095 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
19096
19097 * genautomata.c (check_unit_distributions_to_automata): Output at
19098 most one message for a unit.
19099 (process_unit_to_form_the_same_automaton_unit_lists): Check
19100 automaton of units instead of units themself.
19101
19102 * doc/md.texi: Describe the constraint about assigning unit to
19103 automata.
19104
19105 2002-12-20 Jan Hubicka <jH@suse.cz>
19106 Vladimir Makarov <vmakarov@redhat.com>
19107
19108 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
19109 and `in_set_p'.
19110 (gen_cpu_unit): Initialize the new members.
19111 (process_regexp_cycles): Calculate minimal finish cycle too. Set
19112 up `min_occ_cycle_num'.
19113 (evaluate_max_reserv_cycles): Change the function call.
19114 (CLEAR_BIT): New macro.
19115 (states_union, state_shift): Use the mask.
19116 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
19117 (form_reservs_matter): New function.
19118 (make_automaton): Call the function and use the mask.
19119 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
19120 account.
19121
19122 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19123
19124 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
19125
19126 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19127
19128 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
19129 for Itanium.
19130
19131 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19132
19133 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
19134 default cpu.
19135
19136 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19137 2002-10-31 Dale Johannesen <dalej@apple.com>
19138
19139 * haifa-sched.c (find_set_reg_weight): New function.
19140 (find_insn_reg_weight): Use the new function.
19141 (schedule_block): Do sorting ready queue always
19142 after insn issue.
19143
19144 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
19145
19146 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
19147
19148 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
19149
19150 * haifa-sched.c (choice_entry): New structure.
19151 (choice_stack, cycle_issued_insns): New variables.
19152 (max_issue): Rewrite it.
19153 (choose_ready): Set up ready_try for unknown insns too.
19154 (schedule_block): Allocate and free choice_stack. Set up
19155 and modify cycle_issued_insns.
19156
19157 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
19158 with and without filling the bundle.
19159 (bundling): Combine calls of issue_nops_and_insn.
19160
19161 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
19162
19163 * config/ia64/itanium1.md: New file.
19164
19165 * config/ia64/itanium2.md: New file.
19166
19167 * config/ia64/ia64.md: Move DFA descriptions into the new files.
19168 Remove the old pipeline description.
19169
19170 * config/ia64/ia64.c (ia64_override_options): Add aliases of
19171 itanium processor names.
19172
19173 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
19174
19175 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
19176 (ia64_reorg): Set up queried unit codes for Itanium2 too.
19177
19178 * config/ia64/ia64.md: Add descriptions for Itanium2.
19179
19180 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19181
19182 * config/ia64/ia64.h (processor_type): New enumeration.
19183 (ia64_tune, ia64_tune_string): New external declarations.
19184 (TARGET_OPTIONS): Add option `tune='.
19185
19186 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
19187 variables.
19188 (ia64_override_options): Set up `ia64_tune'.
19189 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
19190 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
19191 (bundling): Add nops for MM-insns only for Itanium.
19192 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
19193 Itanium.
19194
19195 * config/ia64/ia64.md (cpu): New attribute.
19196 (DFA description): Enable it only for Itanium.
19197
19198 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19199 Richard Henderson <rth@redhat.com>
19200
19201 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
19202 MASK_EARLY_STOP_BITS.
19203 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
19204 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
19205 `early-stop-bits'.
19206
19207 * config/ia64/ia64.c (ia64_dfa_new_cycle,
19208 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
19209 instead of TARGET_TUNE_STOP_BITS.
19210
19211 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
19212 `-mearly-stop-bits'.
19213
19214 * config/ia64/ia64.c (automata_option "v"): Comment it.
19215
19216 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
19217
19218 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
19219 New macros.
19220 (TARGET_SWITCHES): Add entries for the new option.
19221
19222 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
19223 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
19224 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
19225 global variables.
19226 (ia64_sched_reorder2): Set up `clocks'.
19227 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
19228 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
19229 queue when TARGET_TUNE_STOP_BITS.
19230 (bundling): Insert additional nops for MM-insns.
19231 (final_emit_insn_group_barriers): Add insertion of stop bits
19232 according `stops_p'.
19233 (ia64_reorg): Initiate the new varibales.
19234
19235 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
19236
19237 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
19238
19239 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
19240 insns at the end of block insn scheduling.
19241
19242 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
19243
19244 * sched-deps.c (remove_dependence, group_leader): Remove it.
19245 (add_dependence): Add dependence to group leader to.
19246 (set_sched_group_p): Add dependence to the first insn of the
19247 schedule group too.
19248 (sched_analyze_insn): Make dependence to jump as anti-dependence.
19249 Change true dependence by anti-dependence when
19250 `reg_pending_barrier'.
19251
19252 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
19253 add_branch_dependences): Ignore schedule groups.
19254
19255 * sched-ebb.c (init_ready_list): Ditto.
19256
19257 * (move_insn, set_priorities): Ditto.
19258
19259 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
19260 flag is clear after reload.
19261 (adjust_cost): Change cost only for output dependencies.
19262
19263 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
19264
19265 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
19266
19267 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
19268
19269 * target.h (gcc_target): Add member
19270 `dependencies_evaluation_hook'.
19271
19272 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
19273 macro.
19274 (TARGET_SCHED): Add initiatialization of the new member.
19275
19276 * sched-ebb.c: Include `target.h'.
19277 (schedule_ebb): Call `dependencies_evaluation_hook'.
19278
19279 * sched-rgn.c (schedule_region): Call
19280 `dependencies_evaluation_hook'.
19281
19282 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
19283 New macro.
19284 (ia64_dependencies_evaluation_hook): New function.
19285
19286 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
19287 Describe the new hook.
19288
19289 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
19290
19291 * target.h (gcc_target): Add members
19292 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
19293
19294 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
19295 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
19296 macros.
19297 (TARGET_SCHED): Add initiatialization of the new members.
19298
19299 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
19300 insn scheduling too.
19301 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
19302 initialize `ready_try'.
19303 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
19304 `dfa_new_cycle' says not to do it.
19305
19306 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
19307 bundling.
19308
19309 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
19310
19311 * config/ia64/ia64.c: Include `hashtab.h'.
19312 (ia64_first_cycle_multipass_dfa_lookahead_guard,
19313 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
19314 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
19315 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
19316 bundle_state_eq_p, insert_bundle_state,
19317 initiate_bundle_state_table, finish_bundle_state_table,
19318 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
19319 get_template, get_next_important_insn, bundling): New functions.
19320 (ia64_internal_sched_reorder): Remove it.
19321 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
19322 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
19323 (ia64_safe_itanium_requires_unit0): Remove it.
19324 (group_barrier_needed_p): Place group barrier right before a real
19325 insn.
19326 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
19327 Remove them.
19328 (bundle_name): New variable.
19329 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
19330 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
19331 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
19332 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
19333 temp_dfa_state, prev_cycle_state): New global variables.
19334 (insn_matches_slot, maybe_rotate, finish_last_head,
19335 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
19336 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
19337 find_best_packet, itanium_reorder, dump_current_packet,
19338 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
19339 (sched_data, sched_ready, sched_types): Remove them.
19340 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
19341 `init_insn_group_barriers'.
19342 (ia64_sched_reorder, ia64_sched_reorder2): Call
19343 ia64_dfa_sched_reorder.
19344 (ia64_variable_issue): Rewrite it.
19345 (bundle_state): New structure.
19346 (index_to_bundle_states, bundle_states_num,
19347 allocated_bundle_states_chain, free_bundle_state_chain): New
19348 global variables.
19349 (ia64_sched_finish): Add stop bits and call `bundling' after the
19350 2nd insn scheduling.
19351 (ia64_use_dfa_pipeline_interface): Return zero always.
19352 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
19353 insn scheduling.
19354 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
19355 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
19356 (ia64_reorg): Add bundling insns.
19357
19358 * doc/tm.texi
19359 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
19360 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
19361
19362 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
19363
19364 * config/ia64/ia64.md: Add Itanium1 DFA description.
19365 (itanium_class): Add `nop' and `pre_cycle'. Add
19366 define_function_unit for `nop'.
19367 (nop): Change attribute `itanium_class'.
19368 (pre_cycle): New define_insn.
19369
19370 * config/ia64/ia64-protos.h (bundling_p): New external variable.
19371 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
19372 ia64_produce_address_p): New function prototypes.
19373
19374 * config/ia64/ia64.c (bundling_p): New global variable.
19375 (ia64_use_dfa_pipeline_interface,
19376 ia64_first_cycle_multipass_dfa_lookahead,
19377 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
19378 functions.
19379 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
19380 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
19381 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
19382 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
19383 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
19384 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
19385 (dfa_pre_cycle_insn): New variable.
19386
19387 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19388
19389 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
19390 constructions.
19391
19392 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
19393 New function prototypes.
19394
19395 * genattrtab.c (main): Process the new constructions.
19396
19397 * genautomata.c (gen_presence_absence_set,
19398 process_presence_absence_names, process_presence_absence_patterns,
19399 add_presence_absence, check_absence_pattern_sets): Add parameter
19400 `final_p'.
19401 (unit_decl): Add new members `final_presence_list' and
19402 `final_absence_list'.
19403 (unit_pattern_rel_decl): Add new member `final_p'.
19404 (gen_final_presence_set, gen_final_absence_set): New functions.
19405 (process_decls): Use member `final_p'.
19406 (temp_reserv): New global variable.
19407 (reserv_sets_are_intersected): Add processing `final_presence_set'
19408 and `final_absence_set'.
19409 (initiate_states): Allocate `temp_reserv'.
19410 (unit_final_presence_set_table, unit_final_absence_set_table): New
19411 gloabal variables.
19412 (initiate_presence_absence_pattern_sets): Initiate them.
19413 (NDFA_to_DFA): Fix typo.
19414 (output_description): Output `final_presence_set' and
19415 `final_absence_set'.
19416
19417 * doc/md.texi (final_presence_set, final_absence_set): Describe
19418 them.
19419
19420 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19421
19422 * genautomata.c (transform_3): Process a missing case (nothing on
19423 unit place).
19424
19425 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19426
19427 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
19428 comments about queried units and the minimization.
19429
19430 * doc/md.texi: Ditto.
19431
19432 * genautomata.c (create_composed_state): Return nonzero if the new
19433 state has been created.
19434 (first_cycle_unit_presence): New function.
19435 (state_is_differed): Add new parameter. Use the new function.
19436 Take queried units into account.
19437 (partition_equiv_class): Pass additional parameter to
19438 `state_is_differed'.
19439 (merge_states): Process composed states too.
19440 (build_automaton, create_automata, output_min_issue_delay_table,
19441 output_tables, output_statistics): Output more information.
19442 (output_reserved_units_table): Use function
19443 `first_cycle_unit_presence'.
19444 (output_tables): Output table of queried units even if the
19445 minimization is switched on.
19446 (write_automata): Output code for querying units even if the
19447 minimization is switched on.
19448
19449 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
19450
19451 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
19452 syntax of the constructions.
19453
19454 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
19455 extended syntax of the constructions.
19456
19457 * genautomata.c (unit_rel_decl): Rename it to
19458 `unit_pattern_rel_decl'.
19459 (pattern_set_el, pattern_reserv): New structures.
19460 (pattern_set_el_t, pattern_reserv_t): New types.
19461 (gen_presence_absence_set): New function.
19462 (process_presence_absence): Remove it.
19463 (process_presence_absence_names,
19464 process_presence_absence_patterns): New functions.
19465 (get_presence_absence_set): Remove it.
19466 (initiate_presence_absence_sets): Rename it on
19467 `initiate_presence_absence_pattern_sets'. Use new function
19468 `form_reserv_sets_list'.
19469 (form_reserv_sets_list, check_presence_pattern_sets,
19470 check_absence_pattern_sets, output_pattern_set_el_list): New
19471 functions.
19472 (unit_decl): Change types of members `presence_list' and
19473 `absence_list'.
19474 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
19475 (decl): Change types of members `excl', `presence', and `absence'.
19476 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
19477 at the end of the vector.
19478 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
19479 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
19480 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
19481 (gen_presence_set, gen_absence_set): Use new function
19482 `gen_presence_absence_set'.
19483 (add_presence_absence): Process `pattern_list' instead of
19484 `source_list'.
19485 (process_decls): USe new functions
19486 `process_presence_absence_names' and
19487 `process_presence_absence_patterns'.
19488 (reserv_sets_are_intersected): Use new function
19489 `check_presence_pattern_sets'.
19490 (presence_set, absence_set): Remove them.
19491 (unit_presence_set_table, unit_absence_set_table): New global
19492 variables.
19493 (output_description): Use new function
19494 `output_pattern_set_el_list'.
19495 (generate): Use `initiate_presence_absence_pattern_sets'.
19496
19497 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
19498
19499 * genattr.c (main): Add output of prototype of new interface
19500 function `dfa_clean_insn_cache'.
19501
19502 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
19503 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
19504 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
19505 the generated code.
19506 (write_automata): Call the new function.
19507
19508 2003-01-09 Jan Hubicka <jh@suse.cz>
19509
19510 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
19511 correctly.
19512
19513 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
19514
19515 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
19516
19517 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
19518
19519 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
19520 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
19521 (CONSTRAINT_LEN): Provide default definition.
19522 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
19523 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
19524 (EXTRA_CONSTRAINT_STR): Likewise.
19525 (REG_CLASS_FROM_CONSTRAINT): Define.
19526 * genoutput.c (check_constraint_len, constraint_len): New functions.
19527 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
19528 constraint / modifier.
19529 (gen_insn): Call check_constraint_len.
19530 * local-alloc.c (block_alloc): Update to use new macros / pass
19531 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
19532 * ra-build.c (handle_asm_insn): Likewise.
19533 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
19534 (constrain_operands, peep2_find_free_register): Likewise.
19535 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
19536 * regmove.c (find_matches): Likewise.
19537 * reload.c (push_secondary_reload, find_reloads): Likewise.
19538 (alternative_allows_memconst): Likewise.
19539 * reload1.c (maybe_fix_stack_asms): Likewise.
19540 (reload_cse_simplify_operands): Likewise.
19541 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
19542 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
19543 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
19544 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
19545 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
19546 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
19547
19548 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
19549
19550 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
19551
19552 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
19553 length.
19554 (*extzv_1_r_h8300hs): Likewise.
19555 (*extzv_1_r_inv_h8300): Likewise.
19556 (*extzv_1_r_inv_h8300hs): Likewise.
19557
19558 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
19559
19560 * config/h8300/h8300.h (PREDICATE_CODES): New.
19561
19562 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
19563
19564 * config/h8300/h8300.md (*addsi3_upper): New.
19565 (*iorsi3_shift): Likewise.
19566 (two splitters): Likewise.
19567 (*addsi3_shift): Likewise.
19568 (two splitters): Likewise.
19569
19570 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
19571
19572 * Makefile.in (optabs.o): Add dependency on basic-block.h.
19573 * basic-block.h (control_flow_insn_p): Fuction was exported.
19574 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
19575 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
19576 notes only when the region is contained in a single basic block.
19577
19578 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
19579
19580 PR inline-asm/8832
19581 * tree.h (expand_asm): New prototype.
19582 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
19583 to do so.
19584 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
19585 down to expand_asm.
19586 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
19587 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
19588 (volatile_refs_p) [ASM_INPUT]: Likewise.
19589 (side_effects_p) [ASM_INPUT]: Likewise.
19590
19591 2003-01-09 Jan Hubicka <jh@suse.cz>
19592
19593 * i386.md (*mul*): FIx constraints; remove confused comment; fix
19594 athlon_decode attributes
19595 (imul/k8 optimization peep2s): New.
19596
19597 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
19598 * i386.md (type attribute): Add ssecomi.
19599 (unit, memory, prefix attributes): Handle ssecomi.
19600 (cvt?2? patterns): Fix athlon_decode attribute
19601 (comi patterns): Set attribute to ssecomi.
19602
19603 PR target/8343
19604 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
19605
19606 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
19607
19608 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
19609 that match register_operands.
19610 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
19611 register_operand the default case.
19612
19613 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
19614
19615 PR c/8032
19616 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
19617 an empty element, do not advance the pointer to unfilled
19618 fields if there are pending initializers.
19619
19620 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
19621
19622 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
19623 (install-gcc-tooldir, install-cpp, installdirs,
19624 install-common, install-driver, install-info, install-man,
19625 install-headers, install-include-dir, install-headers-tar,
19626 install-headers-cpio, install-headers-cp, install-mkheaders,
19627 install-collect2, uninstall): Prepend $(DESTDIR) to
19628 destination paths in all (un)installation commands.
19629 (install-driver): Rewrite $(LN) commands to support DESTDIR
19630 with "ln" as well as with "ln -s".
19631 (installdirs): Simply use mkinstalldirs.
19632 (install-libgcc, install-multilib): Also pass DESTDIR.
19633 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
19634 installation destination variable ldir.
19635 * config/alpha/t-osf4, config/arm/t-netbsd,
19636 config/ia64/t-hpux, config/mips/t-iris5-6,
19637 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
19638 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
19639 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
19640 in the definition of SHLIB_INSTALL.
19641 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
19642 $(libsubdir) in the installation commands.
19643
19644 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
19645
19646 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
19647 non-optimizing compile.
19648 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
19649 compile.
19650
19651 2003-01-08 Douglas B Rupp <rupp@gnat.com>
19652
19653 * config/i386/i386.c (ix86_attribute_table): Add new attributes
19654 ms_struct and gcc_struct.
19655 (ix86_handle_struct_attribute): New function.
19656 (ix86_ms_bitfield_layout_p): Update to take new attributes
19657 into account.
19658 * doc/extend.texi: Document new attributes.
19659 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
19660
19661 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
19662
19663 PR optimization/8750
19664 * config/i386/i386.c (ix86_expand_prologue): Don't allow
19665 scheduling pass to move insns across __alloca call.
19666
19667 2003-01-08 Dale Johannesen <dalej@apple.com>
19668
19669 * config/rs6000/rs6000.md: Replace *store_multiple_string
19670 with *stmsi[3-8].
19671
19672 2003-01-08 Jeff Sturm <jsturm@one-point.com>
19673
19674 PR target/9210
19675 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
19676 Set SYMBOL_REF_FLAG on local data sym_ref.
19677
19678 2003-01-08 Dale Johannesen <dalej@apple.com>
19679
19680 * function.c (assign_parms): Don't set pretend_args_size if
19681 REG_PARM_STACK_SPACE.
19682 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
19683 pretend_args_size.
19684
19685 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
19686
19687 * gcc.hlp: Delete.
19688
19689 2003-01-09 Jan Hubicka <jh@suse.cz>
19690
19691 * i386.c (ix86_expand_int_addcc): Fix thinko.
19692
19693 2003-01-08 David Edelsohn <edelsohn@gnu.org>
19694
19695 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
19696 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
19697 as hook_bool_tree_hwi_hwi_tree_true.
19698 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
19699 (rs6000_emit_epilogue): Same.
19700 (rs6000_output_mi_thunk): Re-implement as RTL.
19701 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
19702 xcoffout_declare_function if any debugging enabled.
19703
19704 2003-01-08 Chris Demetriou <cgd@broadcom.com>
19705
19706 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
19707 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
19708 * config/mips/mips.h (enum processor_type): Rename
19709 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
19710 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
19711 Add PROCESSOR_M4K.
19712 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
19713 (ISA_MIPS32R2): New define.
19714 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
19715 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
19716 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
19717 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
19718 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
19719 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
19720 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
19721 compiling MIPS16 code.
19722 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
19723 comment.
19724 (ISA_HAS_SEB_SEH): New define.
19725 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
19726 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
19727 processor_type value renaming. Add support for MIPS32R2.
19728 Clean up comments, and move "sb1" entry with other MIPS64 CPU
19729 entries.
19730 (override_options): Reimplement -mipsN option handling so that
19731 it will work correctly for -mips32r2. Avoid branch-likely
19732 instructions on MIPS32R2.
19733 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
19734 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
19735 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
19736 (extendhisi2_hw, extendqisi2_hw): New.
19737 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
19738 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
19739 MIPS32R2, and MIPS64.
19740 (LINK_SPEC): Pass -mips32r2 to linker.
19741 * config/mips/t-isa3264: Built -mips32r2 multilibs.
19742 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
19743 for mips32r2 in the -march description. Alphabetically sort
19744 CPU names in the -march description. Add long-missed -mips32
19745 and -mips64 to MIPS option summary.
19746
19747 * config.gcc: Update copyright years to include 2003.
19748 * config/mips/mips.c: Likewise.
19749 * config/mips/mips.h: Likewise.
19750 * config/mips/mips.md: Likewise.
19751 * config/mips/netbsd.h: Likewise.
19752 * doc/invoke.texi: Likewise.
19753
19754 2003-01-08 Andreas Schwab <schwab@suse.de>
19755
19756 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
19757 variable.
19758 * configure: Regenerated.
19759
19760 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
19761
19762 * config/h8300/h8300.c (output_logical_op): Replace byte/word
19763 extraction of det with b0, b1, w0, w2, etc.
19764 (compute_logical_op_length): Likewise.
19765 (compute_logical_op_cc): Likewise.
19766
19767 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
19768
19769 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
19770 HIGH on all variants.
19771
19772 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
19773
19774 * Makefile.in (PARTITION_H): New.
19775 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
19776 * basic-block.h: Include hard-reg-set.h.
19777
19778 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
19779
19780 * arm.h (ENABLE_XF_PATTERNS): Delete.
19781 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
19782 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
19783 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
19784 (cmpxf_trap): Delete.
19785 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
19786
19787 2003-01-08 Jan Hubicka <jh@suse.cz>
19788
19789 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
19790 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
19791 (add??cc): New expanders.
19792 * i386.c (expand_int_addcc): New function.
19793 * i386-protos.h (expand_int_addcc): Declare.
19794
19795 * alias.c (memory_modified_1): New static function.
19796 (memory_modified): New static varaible.
19797 (memory_modified_in_insn_p): New global function.
19798 * rtl.h (memory_modified_in_insn_p): Declare.
19799 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
19800 references.
19801
19802 * expr.h (emit_conditional_add): Declare.
19803
19804 2003-01-07 Janis Johnson <janis187@us.ibm.com>
19805
19806 PR other/8947
19807 * doc/invoke.texi (-malign-double): Explain that the option breaks
19808 binary compatibility.
19809
19810 2003-01-08 Andreas Schwab <schwab@suse.de>
19811
19812 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
19813 should come from the generic *-*-linux* entry.
19814
19815 2003-01-07 Jan Hubicka <jh@suse.cz>
19816
19817 * cselib.c (cselib_current_insn_in_libcall): New static variable.
19818 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
19819 we are inside libcall.
19820 * cselib.h (elt_loc_list): Add in_libcall.
19821 * gcse.c (do_local_cprop): Do not copy propagate using insns
19822 in libcalls.
19823
19824 2003-01-07 David Edelsohn <edelsohn@gnu.org>
19825
19826 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
19827 not normally affect to issue rate.
19828
19829 2003-01-07 Jan Hubicka <jh@suse.cz>
19830
19831 * genopinit.c (optabs): Add addc_optab.
19832 * ifcvt.c (noce_try_store_flag): Rename to ...
19833 (noce_try_addcc): ... this one; handle generic conditional increment.
19834 (noce_process_if_block): Update noce_try_addcc call.
19835 * optabs.c (emit_conditional_add): New.
19836 (init_obtabs): Initialize addc_optab.
19837 * optabs.h (optab_index): Add OTI_addcc.
19838 (addcc_optab): New macro.
19839 * md.texi: Document addMcc
19840
19841 PR target/8322
19842 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
19843 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
19844 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
19845
19846 * reload1.c (delete_output_reload): Avoid repeated attempts
19847 to delete insn.
19848
19849 2003-01-07 Andreas Schwab <schwab@suse.de>
19850
19851 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
19852 Move --enable-initfini-array check ...
19853 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
19854 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
19855 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
19856 * configure: Rebuild.
19857
19858 2003-01-07 Richard Henderson <rth@redhat.com>
19859
19860 * alias.c (find_base_value): Only use new_reg_base_value shortcut
19861 if the register is set once.
19862
19863 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
19864
19865 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
19866 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
19867 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
19868
19869 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
19870 Sunil Davasam <sunil.k.davasam@intel.com>
19871
19872 PR libstdc++/9076
19873 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
19874 DW_CFA_same_value, read next and ignore.
19875
19876 2003-01-07 Richard Henderson <rth@redhat.com>
19877
19878 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
19879
19880 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
19881
19882 * cfg.c: Include alloc-pool.h
19883 (edge_pool): New pool.
19884 (bb_pool): New pool.
19885 (first_deleted_edge): Remove.
19886 (first_deleted_block): Remove.
19887 (init_flow): Alloc/free the pools.
19888 (free_edge): Use pools.
19889 (alloc_block): Ditto.
19890 (expunge_block): Ditto.
19891 (cached_make_edge): Ditto.
19892
19893 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
19894
19895 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
19896
19897 * et-forest.c: Include alloc-pool.h.
19898 (struct et_forest): Add node_pool and occur_pool.
19899 (et_forest_create): Create the new pools.
19900 (et_forest_delete): Delete them.
19901 (et_forest_add_node): Allocate and free using pools.
19902 (et_forest_add_edge): Ditto.
19903 (et_forest_remove_node): Ditto.
19904 (et_forest_remove_edge): Ditto.
19905
19906 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
19907
19908 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
19909
19910 * config/h8300/h8300.c (output_logical_op): Simplify and
19911 optimize the handling of SImode.
19912 * config/h8300/h8300.c (compute_logical_op_length): Update
19913 accordingly.
19914 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
19915
19916 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
19917
19918 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
19919 big-endian correction to indirect arguments too.
19920
19921 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
19922
19923 Segher Boessenkool <segher@koffie.nl>
19924
19925 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
19926 (alt_reg_names): Ditto, fix formatting.
19927 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
19928
19929 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
19930
19931 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
19932 (output_logical_op): Constify intval and det.
19933 (compute_logical_length): Likewise.
19934 (compute_logical_cc): Likewise.
19935 (output_a_shift): Constify mask.
19936 (h8300_encode_label): Constify len.
19937
19938 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
19939
19940 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
19941 (h8300_expand_epilogue): Likewise.
19942
19943 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
19944
19945 Segher Boessenkool <segher@koffie.nl>
19946
19947 * config/rs6000/altivec.md: Remove spaces from assembler
19948 instruction argument lists.
19949
19950 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19951
19952 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
19953 c4x_assembler_function_p.
19954 (c4x_null_epilogue_p): Complement return value, all uses updated.
19955 (c4x_insert_attributes): Add naked.
19956 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
19957 * doc/extend.texi: Update C4x function attributes.
19958
19959 2003-01-06 Richard Henderson <rth@redhat.com>
19960
19961 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
19962 properly when changing "local-ness".
19963 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
19964
19965 2003-01-06 Dale Johannesen <dalej@apple.com>
19966
19967 * config/darwin-protos.h: Add prototypes for new section functions.
19968
19969 2003-01-06 Chris Demetriou <cgd@broadcom.com>
19970
19971 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
19972 to EABI.
19973
19974 2003-01-06 Zack Weinberg <zack@codesourcery.com>
19975
19976 * hwint.h: If the current compiler has no 64-bit type at all,
19977 make HOST_WIDEST_INT 32 bits.
19978
19979 2003-01-06 Eric Christopher <echristo@redhat.com>
19980
19981 * config/mips/mips.md (movdf_internal2): Fix constraints.
19982
19983 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
19984
19985 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
19986
19987 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
19988
19989 * config/mips/mips.md (leadi): Use dla rather than la.
19990
19991 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
19992
19993 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
19994 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
19995
19996 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
19997
19998 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
19999 redefinition.
20000
20001 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
20002
20003 * config/h8300/h8300.md (*extzv_8_23): New.
20004
20005 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
20006
20007 * pa64-hpux.h (JCR_SECTION_NAME): Define.
20008 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
20009 USE_EH_FRAME_REGISTRY when defining.
20010
20011 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
20012
20013 * config/h8300/h8300.c (output_a_shift): Do not output a
20014 variable shift.
20015 * config/h8300/h8300.md (two splitters): New.
20016
20017 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
20018
20019 * config/mips/mips.md: Disable the movstrsi define_split.
20020
20021 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20022
20023 * alloc-pool.c: Don't include "libiberty.h".
20024 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
20025 * convert.c (convert_to_real): Hide unused variable.
20026
20027 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20028
20029 * Makefile.in (gtyp-gen.h): Const-ify.
20030 * gcov-dump.c (tag_table): Likewise.
20031
20032 2003-01-04 Bruce Korb <bkorb@gnu.org>
20033
20034 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
20035 of *both* the file name and the fix name.
20036
20037 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
20038
20039 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
20040 collect2.
20041 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
20042 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
20043 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
20044 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
20045 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
20046 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
20047 elfos.h.
20048 (EH_FRAME_IN_DATA_SECTION): Delete define.
20049 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
20050 (STARTFILE_SPEC): Use crtbegin.o.
20051 (ENDFILE_SPEC): Use crtend.o.
20052 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
20053 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
20054 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
20055 DTOR_LIST_BEGIN): Define.
20056 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
20057 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
20058 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
20059
20060 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
20061
20062 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
20063 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
20064 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
20065 Cleanup handling of replacement text.
20066 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
20067
20068 2003-01-04 Bruce Korb <bkorb@gnu.org>
20069
20070 * fixinc/tests/base/math.h: removed obsolete results
20071 * fixinc/tests/base/stdlib.h: ditto
20072 * fixinc/tests/base/sys/param.h: ditto
20073 * fixinc/tests/base/sys/stat.h: ditto
20074 * fixinc/tests/base/time.h: ditto
20075 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
20076 * fixinc/tests/base/sys/byteorder.h: ditto
20077 * fixinc/inclhack.def: Remove superfluous backslashes
20078
20079 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
20080
20081 * config/h8300/h8300-protos.h: Add prototypes for
20082 the new functions defined below.
20083 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
20084 define.
20085 (dosize): Emit RTL instead of assembly code.
20086 (push): Likewise.
20087 (pop): Likewise.
20088 (h8300_output_function_prologue): Remove.
20089 (h8300_expand_prologue): New.
20090 (h8300_expand_epilogue): New.
20091 (h8300_output_function_epilogue): Do only the reset of
20092 pragma_saveall.
20093 * config/h8300/h8300.md (push_h8300): New.
20094 (push_h8300hs): Likewise.
20095 (pop_h8300): Likewise.
20096 (pop_h8300hs): Likewise.
20097 (*stm_h8300s_2): Change the name to stm_h8300s_2.
20098 (*stm_h8300s_3): Change the name to stm_h8300s_3.
20099 (*stm_h8300s_4): Change the name to stm_h8300s_4.
20100 (*ldm_h8300s_2): New.
20101 (*ldm_h8300s_3): Likewise.
20102 (*ldm_h8300s_4): Likewise.
20103 (return): Likewise.
20104 (*return_1): Likewise.
20105 (prologue): Likewise.
20106 (epilogue): Likewise.
20107 (monitor_prologue): Likewise.
20108
20109 2003-01-03 Dale Johannesen <dalej@apple.com>
20110
20111 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
20112 machopic_picsymbol_stub1.
20113 (EXTRA_SECTION_FUNCTIONS): Ditto.
20114 * rs6000/rs6000.c: Update copyright.
20115 (machopic_output_stub): Use them. Remove an insn from stub code.
20116
20117 2003-01-02 Jason Merrill <jason@redhat.com>
20118
20119 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
20120
20121 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
20122 static/external decls.
20123
20124 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
20125 outermost scope.
20126 * c-decl.c (c_make_fname_decl): Push the decls there, too.
20127
20128 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
20129
20130 * config/h8300/h8300-protos.h: Add a prototype for
20131 h8300_current_function_interrupt_function_p.
20132 * config/h8300/h8300.c (interrupt_handler): Remove.
20133 (os_task): Likewise.
20134 (monitor): Likewise.
20135 (pragma_interrupt): New.
20136 (WORD_REG_USED): Use
20137 h8300_current_function_interrupt_function_p.
20138 (dosize): Likewise.
20139 (h8300_output_function_prologue): Likewise.
20140 Do not set interrupt_handler, os_task, monitor.
20141 (h8300_output_function_prologue): Use
20142 h8300_current_function_interrupt_function_p.
20143 Do not set interrupt_handler, os_task, monitor.
20144 (h8300_current_function_interrupt_function_p): New.
20145 (h8300_pr_interrupt): Set pragma_interrupt.
20146 (h8300_insert_attributes): Reset pragma_interrupt.
20147
20148 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20149
20150 * doc/install.texi (Configuration): Fix markup for reference to
20151 gcc/config.gcc.
20152
20153 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
20154
20155 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
20156 (*iorhi3_two_qi): Likewise.
20157 (*iorsi3_zexthi): Likewise.
20158 (*xorhi3_zextqi): Likewise.
20159 (*xorsi3_zexthi): Likewise.
20160 (*xorsi3_zextqi): Likewise.
20161
20162 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
20163
20164 * config/h8300/h8300.c (stack_pointer_operand): New.
20165 (const_int_gt_2_operand): Likewise.
20166 (const_int_ge_8_operand): Likewise.
20167 * config/h8300/h8300.md (a splitter): Likewise.
20168 (a peephole2): Likewise.
20169 * config/h8300/h8300-protos.h: Add prototypes for the new
20170 functions above.
20171
20172 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20173
20174 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
20175 objc/objc-act.h: Fix copyright years.
20176
20177 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20178
20179 * doc/passes.texi: Fix documentation for -fssa-ccp
20180
20181 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
20182
20183 * gccbug.in: Update for new categories.
20184
20185 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20186
20187 * config/h8300/h8300.md: Reorder some patterns.
20188
20189 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20190
20191 * config/h8300/h8300.c (output_logical_op): Fix a warning.
20192
20193 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20194
20195 * config/darwin-protos.h, config/c4x/c4x-protos.h,
20196 config/cris/cris-protos.h, config/i370/i370-protos.h,
20197 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
20198 config/v850/v850-protos.h: Use struct, and don't conditionally
20199 compile on GCC_C_PRAGMA_H.
20200
20201 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20202
20203 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
20204 * config/h8300/h8300-protos.h: Likewise.
20205 * config/sh/sh-protos.h: Likewise.
20206
20207 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20208
20209 * config/arm/arm-protos.h: Use struct cpp_reader instead of
20210 cpp_reader.
20211 * config/h8300/h8300-protos.h: Likewise.
20212 * config/sh/sh-protos.h: Likewise.
20213
20214 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20215
20216 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
20217 arm_pr_long_calls_off): Use struct.
20218 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
20219 : Similarly.
20220 Don't include cpplib.h.
20221 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
20222 sh_pr_nosave_low_regs): Similarly.
20223
20224 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20225
20226 * config/h8300/h8300.c: Include cpplib.h.
20227
20228 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
20229
20230 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
20231 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
20232 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
20233 "GCC" in the copyright header.
20234
20235 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20236
20237 * c-pragma.c (c_register_pragma): New.
20238 (init_pragma): Use it.
20239 * c-pragma.h (cpp_register_pragma): Don't declare.
20240 (c_register_pragma): New.
20241 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
20242 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
20243 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
20244 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
20245 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
20246 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
20247 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
20248 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
20249 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
20250 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
20251 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
20252 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
20253
20254 See ChangeLog.8 for earlier changes.