1 2003-07-08 Steven Bosscher <steven@gcc.gnu.org>
4 * tree-inline.c (find_alloca_call): Use
5 walk_tree_without_duplicates, instead of walk_tree.
6 (find_builtin_longjmp_call): Likewise.
7 * c-objc-common.c (c_cannot_inline_fn): Likewise.
8 * c-semantics.c (find_reachable_label): Likewise.
10 2003-07-08 Jakub Jelinek <jakub@redhat.com>
13 * config/i386/i386.c (ix86_check_movabs): New function.
14 * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
15 * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
16 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
18 2003-07-08 Chris Demetriou <cgd@broadcom.com>
20 * Makefile.in (install-po): Cope with empty CATALOGS.
22 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
24 * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
25 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
26 (SECTION_FUNCTION_TEMPLATE): Delete.
27 * config/mips/elf.h: As for elf64.h.
28 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
29 * config/mips/linux.h: As for elf.h
30 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
31 * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
32 (EXTRA_SECTION_FUNCTIONS): Remove sdata_section. Remove the handling
33 of in_sdata from current_section_name and current_section_flags.
34 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
35 * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
36 (MASK_GP_OPT, TARGET_GP_OPT): Delete.
37 (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
38 (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
39 (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
40 * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
41 (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
42 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
43 (override_options): Remove setting of MASK_GPOPT.
44 (mips_output_external): Use mips_in_small_data_p to check whether a
45 symbol needs an .extern directive. Don't emit such directives for
46 TARGET_EXPLICIT_RELOCS.
47 (mips_declare_object): Update accordingly.
48 (mips_select_rtx_section): Call named_section rather than
50 (mips_select_section): Use default_elf_section_section for everything
51 except .text string constants.
52 (mips_in_small_data_p): New function.
53 (mips_encode_section_info): Remove small data handling.
54 (mips_unique_section): Delete.
55 (iris6_section_type_flags): New function.
56 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
58 2003-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
61 * pa.md: Disparage all mtsar constraints.
62 (extzv, extv, insv): Don't fail on length of {32|64}.
64 2003-07-08 Zack Weinberg <zack@codesourcery.com>
66 * system.h: Poison MAP_CHARACTER.
67 * config/i370/i370-protos.h (mvs_map_char): Delete.
68 * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
69 * config/i370/i370.h (MAP_CHARACTER): Delete definition.
70 (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
72 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
74 * toplev.c (randomize): Correct call to time().
76 2003-07-08 Jakub Jelinek <jakub@redhat.com>
78 * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
79 REG_EQUIV notes as well.
81 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
83 * doc/md.texi: Fix the description of addmodecc.
85 2003-07-07 Zack Weinberg <zack@codesourcery.com>
87 * Makefile.in (top_builddir): Set to "..", not ".".
88 (INTLLIBS, INTLDEPS): Delete.
89 (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
90 (LIBDEPS): Add $(LIBICONV_DEP).
91 (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
92 (INCLUDES): Replace -I../intl with @INCINTL@.
93 ($(top_builddir)/intl/libintl.a): Delete rule.
94 (stage2-start, stage3-start, stage4-start, stageprofile-start,
95 stagefeedback-start): Use $$ for variable to be evaluated by
97 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
98 HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
99 * aclocal.m4: sinclude ../config/progtest.m4. Add
100 contents of lcmessage.m4 from gettext distro.
101 * configure.in: Check for wchar.h and setlocale. Set
102 LIBICONV_DEP to the empty string and substitute it.
103 Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls;
104 this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR,
105 not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included
106 in $LIBINTL, to avoid linking it twice.
107 * configure, config.in: Regenerate.
109 2003-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
111 * fixinc/mkfixinc.sh: Remove winnt support.
112 * fixinc/fixinc.winnt: Delete with extreme prejudice.
114 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
116 * Makefile.in: Update.
117 * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
118 * c.opt: Update documentation.
119 * common.opt: Add some help text.
120 * opts.c: Include intl.h.
121 (wrap_help, print_help): New.
122 (find_opt, handle_option, common_handle_option): opt_text now
123 contains the '-'. Use print_help to output help.
124 * opts.h (struct cl_option): New member "help".
125 * opts.sh: Update to handle help text output and to prepend
127 * toplev.c (display_help): Remove some help text.
129 2003-07-07 David Edelsohn <edelsohn@gnu.org>
130 Fariborz Jahanian <fjahanian@apple.com>
132 * configure.in: Test for PowerPC mfcr field support in assembler.
133 * config.in, configure: Regenderated.
135 * config/rs6000/power4.md: Add mfcrf reservation.
136 * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
137 * config/rs6000/rs6000.c (mfcr_operation): Define.
138 (print_operand): Add 'Q' case for mfcrf.
139 * config/rs6000/rs6000.h (TARGET_MFCRF): New.
140 * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
141 (movcc_internal1): Emit optional field operand for mfcr and set
142 "type" attribute appropriately.
143 (mfcr SCC): Likewise.
144 (movesi_from_cr_one): New.
146 2003-07-07 Roger Sayle <roger@eyesopen.com>
148 * config/i386/i386.md: Correct check-in of incorrect version.
150 2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
152 * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
153 adjacent stdio calls.
154 * c-decl.c (c_print_identifier): Likewise.
155 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
156 * print-rtl.c (print_rtx): Likewise.
157 * print-tree.c (print_node_brief, print_node): Likewise.
158 * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
160 * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
161 * config.in, configure: Regenerated.
163 2003-07-07 Roger Sayle <roger@eyesopen.com>
166 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
167 Changed to define_expand patterns that copy operand[1] to prevent
168 it from being clobbered before emitting an atan2?f3_1 insn.
169 (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
170 patterns that actually specify the behaviour of x87's FPATAN.
172 2003-07-07 Jakub Jelinek <jakub@redhat.com>
174 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
175 clearing of SYMBOL_FLAG_LOCAL bit.
176 If vcall_offset fits into signed 16-bit immediate, use
177 one instruction for both addition and load.
179 2003-07-07 Neil Booth <neil@daikokuya.co.uk>
181 * opts.c (common_handle_option): Correct handling of the
182 -falign- switches that do and don't take an argument.
184 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
186 * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
188 (pushhi1_h8300hs): Likewise.
190 2003-07-07 Andreas Jaeger <aj@suse.de>
192 * genextract.c: Convert remaining prototypes to ISO C90.
194 * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
195 * fold-const.c (fold_single_bit_test): Likewise.
196 * diagnostic.c (default_diagnostic_finalizer): Likewise.
197 * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
199 * gengtype.c (write_array): Generate ISO C90 prototypes.
201 * genflags.c (gen_proto): Generate ISO C90 prototypes.
203 2003-07-07 Roger Sayle <roger@eyesopen.com>
205 PR optimization/11059
206 * expr.c (can_store_by_pieces): Return true if length is zero.
207 (store_by_pieces): If length is zero and endp is two, abort,
208 othwerise, if length is zero and endp is not two, return "to".
209 (clear_by_pieces): Do nothing if length is zero.
210 (clear_storage): Do nothing if length is zero.
211 (store_constructor): Simplify code when size is zero, or the
212 target has already been cleared. This avoids emitting a
213 blockage instruction when initializing empty structures.
215 2003-07-07 Andreas Jaeger <aj@suse.de>
217 * mips-tfile.c: Convert prototypes to ISO C90.
218 * mips-tdump.c: Convert prototypes to ISO C90.
220 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
222 * rtl.h (emit_line_note): Take a location_t.
223 (emit_line_note_force): Remove.
224 (set_file_and_line_for_statement): Take a location_t.
225 * tree.g (emit_line_note): Take a location_t.
226 * emit-rtl.c (emit_line_note): Take a location_t.
227 (emit_line_note_force): Remove.
228 * function.c (init_function_start): Adjust emit_line_note call.
229 (expand_function_end): Use force_next_line_note, not
230 emit_line_note_force.
231 * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
232 * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
233 genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
234 genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
235 genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
236 genrtl_continue_stmt, genrtl_switch_stmt,
237 genrtl_asm_stmt): Likewise.
238 * expr.c (expand_expr): Likewise.
239 * integrate.c (expand_inline_function): Likewise.
240 * stmt.c (set_file_and_line_for_stmt): Take a location_t.
241 (expand_decl_init): Adjust emit_line_note call.
243 2003-07-07 Dale Johannesen <dalej@apple.com>
245 * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900.
247 2003-07-07 Andreas Jaeger <aj@suse.de>
249 * config/i386/i386-protos.h: Convert prototypes to ISO C90.
250 * config/i386/i386.c: Likewise.
252 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
254 * config/h8300/h8300.md: Use gen_int_mode instead of
255 GEN_INT (trunc_int_for_mode (...)).
257 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
259 * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
260 2 bytes and then subtract 2 from the stack pointer.
261 (pushhi1_h8300hs): Likewise.
263 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
265 * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
267 * configure: Regenerated.
268 * Makefile.in: Remove extraneous comment.
269 * toplev.c (randomize): Protect against potential multiple calls.
270 * doc/invoke.texi (-frandom-seed): Document use for in coverage
273 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
274 Eric Botcazou <ebotcazou@libertysurf.fr>
276 PR optimization/11198
277 * alias.c (objects_must_conflict_p): Return 1 if the types have
278 the same alias set, not if the alias sets only conflict.
280 2003-07-07 Andrew Pinski <pinskia@physics.uc.edu>
282 * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
283 (convert_cset): Change inbuf to type ICONV_CONST char.
284 * Makefile.in (LIBS): Add LIBICONV.
286 * doc/invoke.texi (-falign-functions): Document that
287 when n is zero then a machine-dependent default is used.
288 (-falign-labels): Document that when n is zero then a
289 machine-dependent default is used and that -falign-labels =1
290 is equivalent to -fno-align-labels.
291 (-falign-loops): Likewise.
292 (-falign-jumps): Likewise.
294 2003-07-06 Art Haas <ahaas@airmail.net>
296 * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
299 2003-07-06 James E Wilson <wilson@tuliptree.org>
302 * rtl.h (mem_for_const_double): Delete prototype.
303 * varasm.c (mem_for_const_double): Delete function.
304 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
305 config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
306 (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
307 * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
308 (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
309 * config/m68k/m68k.md (movxf): Add reload_in_progress guard. Add
310 comment about confused support for XFmode constants.
312 Mon Jul 7 02:03:56 CEST 2003 Jan Hubicka <jh@suse.cz>
314 * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
316 2003-07-06 Kazu Hirata <kazu@cs.umass.edu>
318 * config/h8300/h8300.c: Fix comment typos.
319 * config/h8300/h8300.md: Likewise.
320 * config/i386/athlon.md: Likewise.
321 * config/i386/i386.c: Likewise.
322 * config/i386/pentium.md: Likewise.
323 * config/ia64/ia64.c: Likewise.
324 * config/ia64/itanium1.md: Likewise.
325 * config/ia64/itanium2.md: Likewise.
326 * config/m32r/m32r.md: Likewise.
327 * config/m68hc11/m68hc11.c: Likewise.
328 * config/mcore/mcore.c: Likewise.
329 * config/mips/sr71k.md: Likewise.
330 * config/mips/t-iris5-as: Likewise.
331 * config/mmix/mmix.h: Likewise.
332 * config/ns32k/ns32k.h: Likewise.
333 * config/ns32k/NOTES: Fix a typo.
335 2003-07-06 Andreas Jaeger <aj@suse.de>
337 * stmt.c: Convert remaining prototypes to ISO C90.
338 * cfglayout.c: Likewise.
339 * dbxout.c: Likewise.
341 * genemit.c: Likewise.
343 * basic-block.h: Convert prototypes to ISO C90.
344 * c-parse.in: Likewise.
345 * c-pragma.h: Likewise.
346 * c-typeck.c: Likewise.
347 * cfghooks.h: Likewise.
348 * cfgloopanal.c: Likewise.
349 * dbxout.h: Likewise.
351 * dwarf2asm.h: Likewise.
353 * gengtype-lex.l: Likewise.
354 * sched-int.h: Likewise.
355 * timevar.c: Likewise.
357 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
359 * c-common.h (c_comon_handle_filename,
360 c_common_missing_arguement): New.
361 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
362 LANG_HOOKS_MISSING_ARGUMENT): New.
363 * c-opts.c (missing_arg): Rename c_common_missing_argument,
364 update to be an appropriate langhook.
365 (c_common_handle_option): Don't handle filenames.
366 (c_common_handle_filename): New.
367 * hooks.c (hook_void_constcharptr,
368 hook_bool_constcharptr_size_t_false): New.
369 * hooks.h (hook_void_constcharptr,
370 hook_bool_constcharptr_size_t_false): New.
371 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
372 LANG_HOOKS_MISSING_ARGUMENT): New.
373 (LANG_HOOKS_INITIALIZER): Update.
374 * langhooks.h (struct lang_hooks): Add handle_filename and
376 * opts.c (handle_option): Don't handle filenames here, but ...
377 (handle_options): ... here.
378 (common_handle_option): Don't handle missing arguments here.
379 * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
380 LANG_HOOKS_MISSING_ARGUMENT): New.
382 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
384 * Makfile.in: Remove traces of mbchar.
385 * c-parse.in (MULTIBYTE_CHARS): Remove.
386 * config.in (MULTIBYTE_CHARS): Remove.
387 * configure: Remove --enable-mbchar.
388 * configure.in: Remove --enable-mbchar.
389 * mbchar.c, mbchar.h: Remove.
390 * system.h: Poison MULTIBYTE_CHARS.
391 * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
392 * config/linux.h (MULTIBYTE_CHARS): Remove.
393 * config/svr4.h (MULTIBYTE_CHARS): Remove.
394 * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
396 2003-07-06 Andreas Jaeger <aj@suse.de>
398 * varray.c (varray_check_failed): Fix typo.
400 * unroll.c: Convert prototypes to ISO C90.
401 * varasm.c: Likewise.
402 * varray.c: Likewise.
403 * varray.h: Likewise.
404 * vmsdbgout.c: Likewise.
405 * xcoffout.c: Likewise.
406 * xcoffout.h: Likewise.
408 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
410 * gcov-io.h: Add a local time stamp.
411 (struct gcov_info): Add stamp field.
412 (gcov_truncate): New.
413 * coverage.c (read_counts_file): Skip the stamp.
414 (coverage_begin_output): Write the stamp.
415 (build_gcov_info): Declare and init the stamp.
416 (coverage_finish): Only unlink data file, if stamp is zero.
417 * gcov-dump.c (dump_file): Dump the stamp.
418 * gcov.c (bbg_stamp): New.
419 (release_structures): Clear bbg_stamp.
420 (read_graph_file): Read stamp.
421 (read_count_file): Check stamp.
422 * libgcov.c (gcov_exit): Check stamp and truncate if needed.
424 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
426 * tree.h (default_flag_random_seed): Remove.
427 * toplev.h (local_tick): Declare.
428 * tree.c (flag_random_seed, default_flag_random_seed): Move to
430 (append_random_chars): Don't call default_flag_random_seed.
431 * toplev.c (flag_random_seed): Define here. Set local_tick.
432 (local_tick): Define.
433 (randomize): New, moved from tree.c.
434 (print_switch_values): Adjust.
435 (toplev_main): Call randomize.
437 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
439 * tree.h (crc32_string): Declare.
440 * tree.c (append_random_chars): Remove.
442 (get_file_function_name_long): Use crc32_string here.
444 2003-07-06 Andreas Jaeger <aj@suse.de>
446 * gcc.c: Convert prototypes to ISO C90.
448 * gcov-dump.c: Likewise.
449 * gcov-iov.c: Likewise.
451 * genattrtab.h: Likewise.
453 * global.c: Likewise.
456 * hosthooks.h: Likewise.
459 * hashtable.h: Likewise.
460 * hashtable.c: Likewise.
461 * haifa-sched.c: Likewise.
462 * integrate.h: Likewise.
463 * integrate.c: Likewise.
467 * langhooks-def.h: Likewise. Add extern to prototypes.
468 * langhooks.c: Likewise.
469 * langhooks.h: Likewise.
471 * local-alloc.c: Likewise.
472 * loop-init.c: Likewise.
473 * loop-unroll.c: Likewise.
474 * loop-unswitch.c: Likewise.
476 * loop.h: Likewise. Add extern to prototypes.
477 * machmode.h: Likewise.
479 * mbchar.c: Likewise.
480 * mbchar.h: Likewise.
481 * mkdeps.c: Likewise.
482 * mkdeps.h: Likewise.
483 * optabs.c: Likewise.
484 * optabs.h: Likewise.
485 * output.h: Likewise.
486 * gccspec.c: Likwise.
487 * postreload.c: Likewise.
488 * prefix.c: Likewise.
489 * prefix.h: Likewise.
490 * print-rtl.c: Likewise.
491 * print-tree.c: Likewise.
492 * profile.c: Likewise.
493 * read-rtl.c: Likewise.
498 * reg-stack.c: Likewise.
499 * regclass.c: Likewise.
500 * regmove.c: Likewise.
501 * regrename.c: Likewise.
503 * reload.c: Likewise.
504 * reload.h: Likewise.
505 * reload1.c: Likewise.
507 * resource.c: Likewise.
508 * resource.h: Likewise.
509 * rtl-error.c: Likewise.
512 * rtlanal.c: Likewise.
513 * sbitmap.c: Likewise.
514 * sbitmap.h: Likewise.
515 * scan-decls.c: Likewise.
517 * sched-deps.c: Likewise.
518 * sched-ebb.c: Likewise.
519 * sched-int.h: Likewise.
520 * sched-rgn.c: Likewise.
521 * sched-vis.c: Likewise.
522 * sibcall.c: Likewise.
523 * simplify-rtx.c: Likewise.
526 * ssa-ccp.c: Likewise.
527 * ssa-dce.c: Likewise.
532 * stor-layout.c: Likewise.
533 * stringpool.c: Likewise.
534 * target.h: Likewise.
535 * timevar.c: Likewise.
536 * timevar.h: Likewise.
538 * tracer.c: Likewise.
539 * tree-inline.c: Likewise.
540 * tree-inline.h: Likewise.
544 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
546 * combine.c (nonzero_bits1): Fix a warning.
548 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
550 * config/h8300/h8300.c (compute_mov_length): Correct the
551 length of loading CONST0_RTX (SFmode).
553 2003-07-05 Nathan Sidwell <nathan@codesourcery.com>
555 * toplev.c (output_clean_symbol_name): Remove.
556 * toplev.h (output_clean_symbol_name): Remove.
557 * config/alpha/alpha.c (unicosmk_output_module_name): Use
558 lbasename & clean_symbol_name.
560 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
562 * ggc.h: Follow spelling conventions.
563 * config/i386/i386.c: Likewise.
564 * config/i386/winnt.c: Likewise.
565 * config/rs6000/rs6000.c: Likewise.
567 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
569 * bt-load.c: Fix comment typos.
570 * c-incpath.c: Likewise.
572 * cfgcleanup.c: Likewise.
573 * cfgloop.h: Likewise.
574 * cfgloopmanip.c: Likewise.
575 * cfgrtl.c: Likewise.
576 * diagnostic.h: Likewise.
577 * dwarfout.c: Likewise.
578 * emit-rtl.c: Likewise.
579 * et-forest.c: Likewise.
580 * et-forest.h: Likewise.
583 * genattr.c: Likewise.
585 * langhooks.h: Likewise.
586 * local-alloc.c: Likewise.
587 * loop-unroll.c: Likewise.
588 * loop-unswitch.c: Likewise.
589 * ra-build.c: Likewise.
590 * regclass.c: Likewise.
591 * regmove.c: Likewise.
593 * rtlanal.c: Likewise.
594 * sched-ebb.c: Likewise.
595 * sched-rgn.c: Likewise.
596 * simplify-rtx.c: Likewise.
598 * tracer.c: Likewise.
601 2003-07-05 Zack Weinberg <zack@codesourcery.com>
603 * cppcharset.c: Use the correct return type for the fallback iconv
606 Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
608 Blame to Jan Hubicka <jh@suse.cz>
609 * cfglayout.c (record_effective_endpoints): Split insns before
610 first basic block correctly.
612 2003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
614 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
615 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
616 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
618 2003-07-05 Andreas Jaeger <aj@suse.de>
620 * genattrtab.c (write_attr_get): Revert part of last patch to
621 always write out a prototype.
623 * genemit.c (gen_split): Readd lost unused attributes in last
626 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
628 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
629 different from header.
631 2003-07-05 Andreas Schwab <schwab@suse.de>
633 * config/m68k/m68k.c: Remove code protected by CRDS.
634 * config/m68k/m68k.md: Likewise.
636 2003-07-05 Neil Booth <neil@daikokuya.co.uk>
639 * c-opts.c (permit_fortran_options): New.
640 (c_common_init_options): Accept fortran front end options if
641 it looks like we might be preprocessing Fortran.
642 (c_common_handle_option): Don't reject switch if permit_fotran_options.
644 2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
646 * genattr.c (internal_dfa_insn_code): Output prototype.
647 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
648 * genautomata.c: Likewise.
649 * genconditions.c: Likewise.
650 * genemit.c: Likewise.
651 * genextract.c: Likewise.
652 * gengenrtl.c: Likewise.
653 * gengtype.c: Likewise.
654 * genopinit.c: Likewise.
655 * genoutput.c: Likewise.
656 * genpeep.c: Likewise.
657 * genrecog.c: Likewise.
659 2003-07-04 Zack Weinberg <zack@codesourcery.com>
661 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
662 (struct cpp_options): Add narrow_charset, wide_charset,
663 bytes_big_endian fields. Remove EBCDIC field.
664 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
666 * cpphash.h: Include <iconv.h> if we have it, otherwise
667 provide a dummy definition of iconv_t.
668 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
669 (_cpp_valid_ucn): Update prototype.
670 (_cpp_destroy_iconv): New prototype.
672 * doc/cpp.texi: Document character set handling.
673 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
674 * doc/extend.texi: Delete entire section on multiline strings.
675 Rewrite section on __FUNCTION__ etc now that these are
678 * cppucnid.tab, cppucnid.pl: New files.
679 * cppucnid.h: New generated file.
680 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
681 (iconv_open, iconv, iconv_close): Provide dummy definitions
683 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
684 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
685 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
686 cpp_interpret_string, narrow_str_to_charconst,
687 wide_str_to_charconst): New.
688 (ucn_valid_in_identifier): Use a binary search through the
689 ucnranges table defined in cppucnid.h, not a long chain of if
691 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
692 character names are only valid in C++ and C99" to a warning.
693 Issue the "meaning of \[uU] is different in traditional C"
694 warning here. Take care not to let iconv see an invalid UCS
695 value if we get a malformed UCN. Issue an error if we don't
697 (cpp_interpret_charconst): Moved here from cpplex.c. Use
698 cpp_interpret_string to do the heavy lifting.
700 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
701 narrow_charset, wide_charset fields of options structure.
702 (cpp_destroy): Call _cpp_destroy_iconv.
703 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
704 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
705 (cpp_interpret_charconst): Moved to cppcharset.c.
706 * cpplib.c (dequote_string): Delete.
707 (interpret_string_notranslate): New.
708 (do_line, do_linemarker): Use interpret_string_notranslate.
710 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
712 * c-common.c (fname_string, combine_strings): Delete.
713 * c-common.h (fname_string, combine_strings): Delete prototypes.
714 * c-lex.c (ignore_escape_flag): Delete.
715 (cb_ident): Use cpp_interpret_string, not lex_string.
716 (get_nonpadding_token): New function.
717 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
718 Adjust calls to lex_string. Don't write *value twice.
719 (lex_string): Now handles string constant concatenation.
720 Most of the work handed off to cpp_interpret_string.
721 Call fix_string_type here.
722 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
723 FUNC_NAME, throughout.
724 (OBJC_STRING): New token type.
725 (primary:STRING): No need to call fix_string_type here.
726 (primary:objc_string): Make that OBJC_STRING.
727 (objc_string nonterminal): Delete.
728 (yylexname): Delete code to handle fake string constants.
729 (yylexstring): Delete entirely.
730 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
731 to handle CPP_ATSIGN.
733 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
734 * c-opts.c (missing_arg, c_common_handle_option): Handle
735 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
736 (c_common_init): Set cpp_opts->bytes_big_endian, not
737 cpp_opts->EBCDIC. Call cpp_init_iconv.
738 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
739 (TARGET_EBCDIC): Delete default definition.
741 * objc/objc-act.c (build_objc_string_object): No need to
742 handle string constant concatenation.
744 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
746 * doc/install.texi: Fix typos.
747 * doc/invoke.texi: Likewise.
748 * doc/tm.texi: Likewise.
750 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
752 * config/pa/fptr.c: Fix comment typos.
753 * config/pa/pa-64.h: Likewise.
754 * config/pa/pa.c: Likewise.
755 * config/pa/pa.h: Likewise.
756 * config/rs6000/603.md: Likewise.
757 * config/rs6000/7xx.md: Likewise.
758 * config/rs6000/darwin.h: Likewise.
759 * config/rs6000/freebsd.h: Likewise.
760 * config/rs6000/rs6000.c: Likewise.
761 * config/rs6000/rs6000.md: Likewise.
762 * config/rs6000/spe.h: Likewise.
764 2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
766 * config/s390/2064.md: Change GNU CC to GCC.
767 * config/s390/2084.md: Likewise.
768 * config/s390/fixdfdi.h: Likewise.
769 * config/s390/linux.h: Likewise.
770 * config/s390/s390-modes.def: Likewise.
771 * config/s390/s390-protos.h: Likewise.
772 * config/s390/s390.c: Likewise.
773 * config/s390/s390.h: Likewise.
774 * config/s390/s390.md: Likewise.
775 * config/s390/s390x.h: Likewise.
777 2003-07-04 Jeff Law <law@redhat.com>
780 * expr.c (do_store_flag): Pass in the correct result type
781 when calling fold_single_bit_test.
782 * fold-const.c (fold_single_bit_test): Use result_type for the
783 result when folding a sign bit test.
785 2003-07-04 Neil Booth <neil@daikokuya.co.uk>
787 * opts.c (common_handle_options): Negate sense of -falign- switches.
789 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
791 * Makefile.in: Replace PWD with PWD_COMMAND.
793 2003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
795 * cfgloopanal.c (count_strange_loop_iterations): New static function.
796 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
797 Handle strange loops.
799 2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
801 * install.texi: Even the g77 manpage is derived from
804 2003-07-04 Zack Weinberg <zack@codesourcery.com>
807 * intl: Delete entire directory.
808 * aclocal.m4: Include ../config/gettext.m4. Delete
809 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
810 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
811 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
812 Remove intl/Makefile from all_outputs.
813 * configure, config.in: Regenerate.
814 * Makefile.in: Expunge all references to intl subdirectory.
815 Add -I../intl to INCLUDES.
816 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
818 2003-07-04 Roger Sayle <roger@eyesopen.com>
820 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
821 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
823 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
825 PR c++/5287, PR c++/7910, PR c++/11021
826 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
827 dllimport attribute if function is defined at declaration, but
828 report error instead. Likewise for dllimport'd variable
829 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
830 declared within functions, Report error if dllimport or dllexport
831 symbol is not global.
832 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
833 if defined after declaration or if inlined. Don't allow definition
834 of static data members of C++ classes. Don't dllimport virtual
836 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
837 (i386_pe_mark_dllimport): Remove unnecessary checks.
838 (i386_pe_encode_section_info): Warn if the dllimport attribute
839 and symbol prefix have been instantiated and then overridden.
841 * doc/extend.texi: Document dllimport and dllexport attributes.
843 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
845 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
847 * config/kaos.h (CPP_PREDEFINES): Delete.
848 (TARGET_OS_CPP_BUILTINS): New.
850 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
852 * c-aux-info.c: Include toplev.h after c-tree.h.
853 * c-common.c: Likewise.
854 (GCC_DIAG_STYLE): Undef.
855 * c-semantics.c (GCC_DIAG_STYLE): Define.
856 * c-tree.h (GCC_DIAG_STYLE): Likewise.
857 * diagnostic.h (inform): Move prototype to toplev.h.
858 * jump.c: Include diagnostic.h before toplev.h.
859 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
860 (warning, error, fatal_error, pedwarn, sorry, inform,
861 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
863 2003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
865 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
866 at all if edge is not specified.
867 (can_copy_bbs_p, copy_bbs): New.
868 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
869 * cfgloop.c (get_loop_body): Comment more precisely.
870 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
871 (scale_bbs_frequencies): Fix comment typo.
872 (can_duplicate_loop_p): Use can_copy_bbs_p.
873 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
875 2003-07-03 Devang Patel <dpatel@apple.com>
877 * c-opts.c (c_common_parse_file): Remove extra
878 debug_hooks->start_source_file call.
880 2003-07-03 Roger Sayle <roger@eyesopen.com>
882 * real.c (real_trunc, real_floor, real_ceil): New functions
883 to implement trunc, floor and ceil respectively.
884 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
885 * builtins.c (integer_valued_real_p): New function to test if
886 a floating point expression has an integer valued result.
887 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
888 foo(x) where foo is an integer rounding function. Similarly,
889 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
890 (double)(int)x when both foo and bar are integer rounding
891 functions and we don't need to honor errno.
892 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
893 New functions to fold trunc, floor and ceil.
894 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
895 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
896 to fold BUILT_IN_CEIL*.
897 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
898 the remaining integer rounding functions.
900 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
902 * config/sparc/sparc.c (function_arg_partial_nregs): Use
903 SPARC_INT_ARG_MAX to determine where to split unnamed
904 complex FP arguments.
906 Thu Jul 3 20:36:47 CEST 2003 Jan Hubicka <jh@suse.cz>
908 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
909 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
910 (merge_blocks_move_predecessor_nojumps,
911 merge_blocks_move_successor_nojumps): Use merge_blocks.
912 (try_optimize_cfg): Use merge_blocks_move.
913 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
914 (merge_blocks_nomove): Rename to rtl_merge_blocks.
915 (cfg_layout_create_basic_block): New.
916 (rtl_can_merge_blocks): New.
917 (cfg_layout_split_block): Do not alloc aux by hand.
918 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
920 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
921 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
922 * cfgloopmanip.c (loop_split_edge_with): Likewise.
923 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
925 * basic-block.h (basic_block_def): Add field 'rbi'.
926 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
927 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
928 * cfg.c (entry_exit_blocks): Add new field.
929 * cfglayout.c: Include alloc-pool.h;
930 (cfg_layout_pool): New.
931 (record_effective_endpoints, fixup_reorder_chain,
932 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
934 (cfg_layout_initialize_rbi): New function.
935 (cfg_layout_initialize): Use it.
936 (cfg_layout_finalize): Clear rbi fields.
937 * cfglayout.h (RBI): Kill.
938 (cfg_layout_initialize_rbi): Declare.
939 * cfgloopmanip.c (copy_bbs): Use rbi.
940 (record_exit_edges): Likewise.
941 (duplicate_loop_to_header_edge): Likewise.
942 * cfgrtl.c (cfg_layout_create_basic_block): Use
943 cfg_layout_initialize_rbi.
944 (cfg_layout_split_block): Use rbi.
945 (cfg_layout_delete_block): Likewise.
946 * loop-init.c (loop_optimizer_finalize): Likewise.
947 * loop-unswitch.c (unswitch_loop): Likewise.
948 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
950 * cfgrtl.c: Update comments.
951 (try_redirect_by_replacing_jump): New argument.
952 (redirect_branch_edge): Break out from ...
953 (rtl_redirect_edge_and_branch): ... this one.
954 (update_cfg_after_block_merging): Break out from ...
955 (rtl_merge_blocks): ... this one.
956 (cfg_layout_split_edge): New.
957 (cfg_layout_merge_blocks): New.
958 (cfg_layout_can_merge_blocks_p): New.
959 (cfg_layout_redirect_edge_and_branch): Reorganize.
960 (cfg_layout_rtl_cfg_hooks): Fill in.
961 (cfg_layout_delete_block): Kill barriers.
962 * cfganal.c (can_fallthru): Deal with exit blocks
963 * cfglayout.c (cfg_layout_function_header): New function
964 (record_effective_endpoints): Record function header.
965 (fixup_reorder_chain): Fixup dead jumptables; place header
967 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
968 * bb-reorder.c (cfg_layout_initialize): Update call.
969 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
970 edges in cfglayout mode.
971 * cfglayout.c (cleanup_unconditional_jumps): Kill.
972 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
973 * cfglayout.h (cfg_layout_initialize): Update prototype.
974 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
975 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
976 * flow.c (propagate_block): Do not crash when basic block ends
977 by first insn in the chain.
978 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
980 * tracer.c (tracer): Update call of cfg_layout_initialize.
982 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
984 * Makefile.in: Use dependency variables in lieu of explicit
987 2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
989 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
990 * tree.h: ...to here.
992 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
994 * config/s390/2064.md: Fix comment typos.
995 * config/s390/2084.md: Likewise.
996 * config/s390/s390.c: Likewise.
997 * config/s390/s390.md: Likewise.
998 * config/sh/sh.c: Likewise.
999 * config/sh/sh.h: Likewise.
1000 * config/sh/sh.md: Likewise.
1001 * config/sparc/sparc.c: Likewise.
1002 * config/sparc/sparc.h: Likewise.
1003 * config/sparc/sparc.md: Likewise.
1004 * config/stormy16/stormy16.c: Likewise.
1005 * config/stormy16/stormy16.h: Likewise.
1006 * config/stormy16/stormy-abi: Fix a typo.
1008 2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
1010 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1012 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1014 * config/mips/mips.h (save_argv): Delete.
1016 2003-07-03 Roger Sayle <roger@eyesopen.com>
1019 * fold-const.c (extract_muldiv_1): There's nothing that can be done
1020 if the expression is a SAVE_EXPR.
1022 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
1024 * config/m32r/m32r.c: Fix comment typos.
1025 * config/m68hc11/m68hc11.c: Likewise.
1026 * config/m68hc11/m68hc11.h: Likewise.
1027 * config/m68k/m68k.c: Likewise.
1028 * config/mcore/mcore.c: Likewise.
1029 * config/mcore/mcore.h: Likewise.
1030 * config/mcore/mcore.md: Likewise.
1031 * config/mips/mips.c: Likewise.
1032 * config/mips/mips.h: Likewise.
1033 * config/mips/mips.md: Likewise.
1034 * config/mips/netbsd.h: Likewise.
1035 * config/mn10300/mn10300.c: Likewise.
1037 2003-07-03 Andreas Schwab <schwab@suse.de>
1039 * dbxout.c (pending_bincls): Move decl down inside
1040 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1042 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
1044 * rtl.h (NOTE_DATA): Refer to whole union.
1045 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1047 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1049 PR optimization/11381
1050 * simplify-rtx.c (simplify_relational_operation): Check that
1051 two equal operands have no side-effects before simplifying
1054 2003-07-02 Jeff Law <law@redhat.com>
1056 * expr.c (do_store_flag): Remove special case folding for
1057 single bit tests. Instead call back into the commonized folder
1059 * fold-const.c (fold_single_bit_test): New function, mostly
1060 extracted from do_store_flag, with an additional case extracted
1062 (fold): Call fold_single_bit_test appropriately.
1063 * tree.h (fold_single_bit_test): Prototype.
1065 2003-07-02 Zack Weinberg <zack@codesourcery.com>
1067 * system.h: Include filenames.h.
1068 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1069 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1070 define based on HAVE_DOS_BASED_FILE_SYSTEM.
1071 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1072 * config/i386/xm-mingw32.h: Don't define
1073 HAVE_DOS_BASED_FILE_SYSTEM,
1074 DIR_SEPARATOR, or DIR_SEPARATOR_2.
1075 * doc/hostconfig.texi: Update to match.
1077 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
1078 config/i386/cygwin.h:
1079 Use IS_ABSOLUTE_PATH throughout.
1080 * gcc.c (DIR_UP): Delete, unused.
1081 * protoize.c (IS_SAME_PATH): Define in terms of
1083 (is_abspath): Delete.
1085 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
1087 * config/i386/emmintrin.h: Fix comment typos.
1088 * config/i386/i386.c: Likewise.
1089 * config/i386/i386.h: Likewise.
1090 * config/i386/sco5.h: Likewise.
1091 * config/ia64/ia64.c: Likewise.
1092 * config/ia64/itanium2.md: Likewise.
1094 2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
1096 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
1098 (emit_bincl_stab): Same.
1099 (emit_pending_bincls): Same.
1101 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
1103 * config/h8300/h8300.c (compute_mov_length): Fix the length of
1104 loading CONST0_RTX (SFmode).
1105 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
1106 'G' to CONST0_RTX (SFmode).
1107 * config/h8300/h8300.md (movsf_h8300): Change the first
1109 (movsf_h8300h): Likewise.
1111 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
1113 * c-common.h (c_common_init_options): New prototype.
1114 * c-opts.c (deferred_size): Remove.
1115 (defer_opt): Array is now pre-allocated.
1116 (c_common_init_options): Pre-allocate deferred_opts. Make
1117 lang_flags unsigned.
1118 (push_command_line_options): Free deferred_opts.
1119 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
1120 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
1121 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
1122 * langhooks.h (struct lang_hooks): New prototype for init_options.
1123 * main.c (main): Cast argv.
1124 * opts.c (handle_option, handle_options): Update prototypes.
1125 (decode_options): save_argc, save_argv are not global. Constify.
1126 * opts.h (decode_options): New prototype.
1127 * toplev.c (general_init): New protoype.
1128 (save_argv): Make static.
1129 (save_argc): Remove.
1130 (print_switch_values, general_init): Constify.
1131 (toplev_main): Save argv.
1132 * toplev.h (toplev_main): Update prototype.
1133 (save_argc, save_argv): Remove.
1135 2003-07-02 David Edelsohn <edelsohn@gnu.org>
1137 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
1138 (emit_bincl_stab): Same.
1139 (emit_pending_bincls): Same.
1141 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
1144 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
1146 2003-07-02 Andreas Schwab <schwab@suse.de>
1148 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
1150 2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1152 PR optimization/11210
1153 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
1154 about the behaviour with regard to bitfields.
1155 * fold-const (decode_field_reference): Record outermost type in
1156 case the expression is a NOP. Strip all NOPs. Set the signedness
1157 to that of the outermost type (if any) when the bitsize is equal
1158 to the size of the type.
1160 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
1162 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
1163 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
1164 (adddi3_internal_3, addsi3_internal_2): Likewise.
1166 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
1168 * config/mips/mips.c (machine_function): Add new fields:
1169 ignore_hazard_length_p and all_noreorder_p.
1170 (mips_flag_delayed_branch): New variable.
1171 (override_options): Treat '/' as an operand punctuation character.
1172 Set up mips_flag_delayed_branch.
1173 (print_operand): Handle '/'.
1174 (mips_output_function_prologue): Put the whole function in
1175 .set noreorder and .set nomacro if all_noreorder_p is true.
1176 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
1177 (mips16_optimize_gp): Remove "first insn" parameter.
1178 (mips16_lay_out_constants): New function, split out from mips_reorg.
1179 (mips_avoid_hazard, mips_avoid_hazards): New functions.
1180 (mips_reorg): For mips16 code, call mips16_lay_out_constant
1181 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
1182 do delayed-branch scheduling followed by hazard detection.
1183 (mips_adjust_insn_length): Only account for hazards if
1184 !ignore_hazard_length_p.
1185 (mips_output_load_label): Add a nop to the o32 sequence if
1186 the target suffers from load delays.
1187 (mips_output_conditional_branch): Add %/ to the end of branches.
1188 (mips_output_division): Fill the branch delay slot with %#.
1189 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
1190 instructions. End all other %* branches with %/.
1191 (ffssi2, ffsdi2): Fix lengths.
1192 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
1193 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
1194 (fix_truncsfsi2_macro): Likewise.
1195 (mov_lwl): Set hazard to "none".
1196 (ashldi3_internal): Fill the branch delay slot with %#.
1197 (ashrdi3_internal, lshrdi3_internal): Likewise.
1198 (exception_receiver): Explicitly set $28.
1199 (hazard_nop): New pattern.
1201 Wed Jul 2 08:12:36 CEST 2003 Jan Hubicka <jh@suse.cz>
1203 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
1204 before calling tree_inlinable_function_p.
1206 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1208 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
1209 <internal/stdio_core.h> too.
1210 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
1211 <internal/wchar_core.h> too.
1212 Substitute va_list uses in inline definition.
1213 * fixinc/fixincl.x: Regenerate.
1215 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1217 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
1218 Undef before redefinition.
1219 (LABEL_AFTER_LOC): Likewise.
1220 (DEFAULT_SIGNED_CHAR): Likewise.
1221 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
1224 * config/mips/iris3.h: Remove, unused.
1225 * config/mips/iris4.h: Likewise.
1227 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
1229 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
1230 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
1233 * config/mips/iris5.h: Move explicit includes ...
1234 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
1236 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
1237 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1240 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
1241 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1244 * config/mips/iris6.h: Fix IRIX spelling.
1245 (MULTILIB_DEFAULTS): Undef before redefinition.
1247 * config/mips/iris6.h: Move explicit includes ...
1248 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
1250 Wed Jul 2 02:16:48 CEST 2003 Jan Hubicka <jh@suse.cz>
1252 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
1253 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
1254 Use next_needed field instead of aux to maintain the queue.
1255 * cgraph.h (cgraph_node): Add next_needed.
1256 (cgraph_varpool_node): Add next_needed; remove aux.
1257 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
1259 Wed Jul 2 02:12:51 CEST 2003 Jan Hubicka <jh@suse.cz>
1261 * cgraphunit.c (cgraph_finalize_function): Set finalized.
1262 (cgraph_finalize_function): Do not examine inlinablility.
1263 (cgraph_finalize_compilation_unit): Do it here.
1264 * cgraph.h (cgraph_local_info): Add finalized field.
1266 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1268 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
1269 (gt_pch_restore): Likewise.
1271 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
1273 * config/alpha/alpha.c: Fix comment typos.
1274 * config/alpha/elf.h: Likewise.
1275 * config/arm/arm.c: Likewise.
1276 * config/arm/arm.h: Likewise.
1277 * config/arm/arm.md: Likewise.
1278 * config/arm/t-arm-coff: Likewise.
1279 * config/arm/t-strongarm-pe: Likewise.
1280 * config/arm/xscale-elf.h: Likewise.
1281 * config/avr/avr.h: Likewise.
1283 2003-07-01 Jeff Law <law@redhat.com>
1285 * stmt.c (any_pending_cleanups): Remove another redundant test.
1287 2003-07-01 David Edelsohn <edelsohn@gnu.org>
1288 J"orn Rennecke <joern.rennecke@superh.com>
1290 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
1293 2003-07-01 Devang Patel <dpatel@apple.com>
1295 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
1297 (struct dbx_file): New members - bincl_status, pending_bincl_name and
1299 (pending_bincls): New.
1300 (dbxout_init): Initialize new dbx_file members.
1301 (dbxout_start_source_file): Same.
1302 (emit_bincl_stab): New function.
1303 (emit_pending_bincls): Same.
1304 (emit_pending_bincls_if_required): Same.
1305 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
1307 (dbxout_begin_block): Emit pending BINCL stabs.
1308 (dbxout_end_block): Same.
1309 (dbxout_function_decl): Same.
1310 (dbxout_continue): Same.
1311 (dbxout_type): Same.
1312 (dbxout_class_name_qualifiers): Same.
1313 (dbxout_symbol): Same.
1314 (dbxout_symbol_location): Same.
1315 (dbxout_parms): Same.
1317 2003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1319 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
1320 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
1322 2003-07-01 Andreas Jaeger <aj@suse.de>
1324 * fold-const.c: Convert prototypes to ISO C90.
1325 * function.c: Likewise.
1326 * function.h: Likewise.
1328 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
1330 * doc/contrib.texi: Fix typos.
1331 * doc/invoke.texi: Likewise.
1332 * doc/passes.texi: Likewise.
1333 * doc/sourcebuild.texi: Likewise.
1334 * doc/tm.texi: Likewise.
1336 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
1338 * basic-block.h: Fix comment typos.
1339 * bb-reorder.c: Likewise.
1340 * c-format.c: Likewise.
1341 * cfgcleanup.c: Likewise.
1342 * cfghooks.h: Likewise.
1343 * cfgloop.c: Likewise.
1344 * cfgloopmanip.c: Likewise.
1345 * cfgrtl.c: Likewise.
1346 * cgraph.h: Likewise.
1347 * cgraphunit.c: Likewise.
1348 * combine.c: Likewise.
1349 * convert.c: Likewise.
1350 * dbxout.c: Likewise.
1353 * diagnostic.c: Likewise.
1354 * dwarf2out.c: Likewise.
1355 * et-forest.h: Likewise.
1357 * fold-const.c: Likewise.
1358 * function.h: Likewise.
1359 * gcov-io.h: Likewise.
1362 * genautomata.c: Likewise.
1363 * ggc-common.c: Likewise.
1364 * ggc-page.c: Likewise.
1365 * loop-unroll.c: Likewise.
1366 * loop-unswitch.c: Likewise.
1368 * mips-tfile.c: Likewise.
1369 * optabs.c: Likewise.
1370 * ra-build.c: Likewise.
1371 * ra-colorize.c: Likewise.
1372 * ra-rewrite.c: Likewise.
1374 * regmove.c: Likewise.
1375 * reload.c: Likewise.
1376 * rtlanal.c: Likewise.
1377 * sched-ebb.c: Likewise.
1378 * sched-int.h: Likewise.
1379 * sched-vis.c: Likewise.
1380 * sreal.c: Likewise.
1381 * ssa-ccp.c: Likewise.
1383 * toplev.c: Likewise.
1384 * tree-inline.c: Likewise.
1385 * value-prof.c: Likewise.
1386 * value-prof.h: Likewise.
1388 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
1390 * rtl.h (emit_line_note_after): Remove.
1391 (emit_note_copy_after, emit_note_copy): New.
1392 * emit-rtl.c (reorder_insns_with_line_notes): Replace
1393 emit_line_note_after with emit_note_copy_after.
1394 (emit_insn_after_with_line_notes): Likewise.
1395 (emit_line_note_after): Kill.
1396 (emit_note_copy_after): New.
1397 (emit_note_copy): New.
1398 * function.c (emit_return_into_block): Use emit_note_copy_after.
1399 (thread_prologue_and_epilogue_insns): Likewise.
1400 * integrate.c (expand_inline_function): Use emit_note_copy.
1401 (copy_insn_list): Likewise.
1402 * unroll.c (copy_loop_body): Likewise.
1403 * cfglayout.c (duplicate_insn_chain): Likewise.
1405 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
1407 * c-tree.h (define_label): Replace filename and lineno arguments
1409 * c-decl.c (poplevel): Adjust define_label call.
1410 (pop_label_level): Likewise.
1411 (define_label): Replace filename and lineno arguments with a
1413 (store_parm_decls): Use DECL_SOURCE_LOCATION.
1414 * c-parse.in (label): Adjust define_label call.
1416 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
1418 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
1419 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
1420 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
1421 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
1422 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
1424 2003-07-01 Andreas Jaeger <aj@suse.de>
1426 * final.c: Convert prototypes to ISO C90.
1428 * flags.h: Likewise.
1429 * gcov-io.c: Likewise.
1430 * gcov-io.h: Likewise.
1432 2003-06-30 Bruno Haible <bruno@clisp.org>
1435 * libgcc2.c (__subvsi3): Remove simplification that would not work
1436 when subtracting -0x80000000.
1437 (__subvdi3): Remove simplification that would return a wrong result.
1438 (__mulvsi3): Fix overflow check.
1439 (__absvdi2): Fix simplification that would return a wrong result.
1440 (__mulvdi3): Fix overflow check.
1442 2003-06-30 Jeff Law <law@redhat.com>
1444 * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
1445 was always passed in the value '1'. Simplify body appropriately.
1446 * tree.h (any_pending_cleanups): Corresponding changes.
1447 * calls.c: (expand_call): Corresponding changes.
1449 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1451 * combine.c (distribute_notes): Don't bother REG_WAS_0.
1452 * cse.c (cse_insn): Likewise.
1453 * final.c (final_scan_insn): Likewise.
1454 * jump.c (duplicate_loop_exit_test): Likewise.
1455 * rtl.c (reg_note_name): Remove REG_WAS_0.
1456 * rtl.h (REG_WAS_0): Remove.
1457 * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
1458 * config/avr/avr.c (output_movqi): Don't use reg_was_0.
1459 (output_movhi): Likewise.
1460 (output_movsisf): Likewise.
1461 (reg_was_0): Remove.
1462 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
1464 (m68hc11_gen_movqi): Likewise.
1465 * config/vax/vax-protos.h: Remove the prototype for
1467 * config/vax/vax.c (follows_p): Remove.
1468 (reg_was_0_p): Likewise.
1469 * config/vax/vax.md (movsi): Don't use reg_was_0_p.
1472 * doc/rtl.texi (REG_WAS_0): Remove.
1474 2003-06-30 Mark Mitchell <mark@codesourcery.com>
1476 * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
1478 2003-06-30 Bob Wilson <bob.wilson@acm.org>
1480 * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
1481 top-level include directory.
1482 * config/xtensa/lib2funcs.S: Likewise.
1483 * config/xtensa/xtensa.h: Likewise.
1484 * config/xtensa/xtensa-config.h: Remove.
1485 * doc/install.texi: Update location of "xtensa-config.h" header.
1487 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
1489 * config/s390/s390.c (s390_extra_constraint): New function.
1490 * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
1491 * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
1492 * config/s390/s390.c (q_constraint): Remove.
1493 * config/s390/s390-protos.h (q_constraint): Likewise.
1494 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
1495 (EXTRA_ADDRESS_CONSTRAINT): Define.
1497 * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
1498 (DISP_IN_RANGE, s390_short_displacement): New.
1499 (legitimate_reload_operand_p): Support long displacements.
1500 (s390_decompose_address): Likewise.
1501 (legitimize_pic_address): Likewise.
1502 (legitimize_address): Likewise.
1503 (s390_fixup_clobbered_return_reg): Likewise.
1504 (s390_emit_prologue, s390_emit_epilogue): Likewise.
1505 (s390_output_mi_thunk): Likewise.
1507 * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
1508 (attr "atype", attr "length"): Add defaults for new op_types.
1509 (all insns): Change op_type attribute where appropriate.
1511 ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
1512 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
1513 "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
1514 "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
1515 "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
1516 "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
1517 "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
1518 "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
1519 "*movdf_64", "*movdf_31", "*movsf",
1520 "*load_multiple_si", "*store_multiple_di",
1521 "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
1522 "*la_64", "*la_31", "*la_31_and", "force_la_31",
1523 "*addsi3_carry1_cc", *addsi3_carry1_cconly",
1524 "*addsi3_carry2_cc", *addsi3_carry2_cconly",
1525 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
1526 "*addsi3_sign", "*addsi3_sub", "addsi3",
1527 "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
1528 "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
1530 "*andsi3_cc", "*andsi3_cconly", "andsi3",
1531 "*andqi3_ss", "*andqi3_ss_inv",
1532 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
1533 "*iorqi3_ss", "*iorqi3_ss_inv",
1534 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
1535 "*xorqi3_ss", "*xorqi3_ss_inv",
1536 "*tls_load_31"): Add alternatives for long-displacement instructions.
1538 ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
1539 "*load_multiple_di", "*store_multiple_di",
1540 "*sethighqidi_64", "*zero_extendhisi2_31",
1541 "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
1542 "adddf3", "*adddf3", "*adddf3_ibm",
1543 "addsf3", "*addsf3", "*addsf3_ibm",
1544 "subdf3", "*subdf3", "*subdf3_ibm",
1545 "subsf3", "*subsf3", "*subsf3_ibm",
1546 "mulsi_6432", "divmoddisi3",
1547 "muldf3", "*muldf3", "*muldf3_ibm",
1548 "mulsf3", "*mulsf3", "*mulsf3_ibm",
1549 "divdf3", "*divdf3", "*divdf3_ibm",
1550 "divsf3", "div*sf3", "*divsf3_ibm",
1551 "sqrtdf2", "sqrtsf2",
1552 "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
1553 "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
1554 "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
1555 and address constraints for instructions that do not accept long
1558 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
1559 Ulrich Weigand <uweigand@de.ibm.com>
1561 * config/s390/2084.md: New file.
1562 * config/s390/s390.md: Include it.
1563 * config/s390/s390.c (s390_adjust_priority): New function.
1564 (TARGET_SCHED_ADJUST_PRIORITY): Define.
1565 (s390_first_cycle_multipass_dfa_lookahead): New function.
1566 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
1567 (s390_sched_reorder2): New function.
1568 (TARGET_SCHED_REORDER2): Define.
1569 (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
1570 (s390_issue_rate): Likewise.
1572 Mon Jun 30 23:47:33 CEST 2003 Jan Hubicka <jh@suse.cz>
1574 * Makefile.in (GTFILES): Add cgraph.h.
1575 * cgraph.c (known_decls): Remove.
1576 (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
1577 cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
1578 (cgraph_node): Do not allocate known_decls; use polutate hashtable.
1579 (cgraph_varpool_node): Likewise; add next pointer.
1580 (cgraph_varpool_nodes): New static variable.
1581 * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
1582 cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
1583 cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
1584 * gengtype.c (open_base_files): Include cgraph.h
1586 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1588 * Changelog: Remove ">>>>>>>" from previous change.
1590 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1592 * config/cris/cris.c: Fix spelling for "testcase".
1593 * config/cris/cris.h: Likewise.
1594 * config/cris/cris.md: Likewise.
1595 * config/mmix/crti.asm: Likewise.
1596 * config/mmix/mmix.h: Likewise.
1597 * config/mmix/mmix.md: Likewise.
1599 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1601 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1604 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
1606 * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
1607 --with-mode configure options.
1608 * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
1609 (DRIVER_SELF_SPECS): Define.
1610 * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
1611 architecture to assembler.
1612 (LINK_SPEC): Merge 31-bit and 64-bit variants.
1613 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
1614 * config/s390/s390.c (override_options): New default rules for
1615 architecture mode and cpu architecture selection.
1616 * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
1619 * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
1620 * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
1621 * config/s390/s390.c (override_options): Add "z990" to
1622 processor_alias_table.
1623 * doc/invoke.texi (-march): Document "z990" processor type.
1625 * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
1626 * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
1627 (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
1628 TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
1629 * config/s390/s390.c (override_options): Replace enum pta_flags by
1630 enum processor_flags. Fill in s390_tune_flags and s390_arch_flags.
1632 * config/s390/s390.c (s390_cpu): Rename to ...
1633 (s390_tune): ... this.
1634 * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
1635 * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
1636 * config/s390/s390.md (attr "cpu"): Likewise.
1638 2003-06-30 Neil Booth <neil@daikokuya.co.uk>
1640 * c-common.c (enum c_language_kind, flag_objc): Remove.
1641 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
1642 c_add_case_label, finish_label_addr_expr, boolean_increment):
1643 Use c_dialect_ macros.
1644 * c-common.h (enum c_language_kind): Extend.
1645 (c_dialect_cxx, c_dialect_objc): New.
1646 (flag_objc): Remove.
1647 (c_common_init_options): Update prototype.
1648 * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
1650 * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
1652 * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
1653 * c-lang.c (c_init_options): Remove.
1654 (c_language): Define.
1655 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1656 * c-lex.c (lex_charconst): Use c_dialect_ macros.
1657 * c-opts.c (lang_flags): Make function-local.
1658 (c_common_init_options): Use c_dialect_ macros. Handle
1659 C++ diagnostic requirements.
1660 (c_common_handle_option, c_common_post_options): Use flag_cxx.
1661 * c-parse.in (init_reswords): Use c_dialect_objc ().
1662 * c-pch.c (get_ident): Use c_language.
1663 * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
1664 * c-typeck.c (comptypes, build_c_cast): Similarly.
1665 * objc/objc-lang.c (c_language): Define.
1666 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1667 (objc_init_options): Remove.
1669 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1671 * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
1672 * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
1674 2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>
1676 * doc/sourcebuild.texi: Don't reference gnats.html any more.
1678 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1680 * config/h8300/h8300.c (compute_mov_length): Fix length of
1683 2003-06-30 Nick Clifton <nickc@redhat.com>
1685 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
1688 Mon Jun 30 15:36:29 CEST 2003 Jan Hubicka <jh@suse.cz>
1690 (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
1692 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
1694 * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
1695 (altivec_in_gprs_p): New function.
1697 * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
1699 (altivec_in_gprs_p): New prototype.
1701 * config/rs6000/altivec.md (*movv4si_internal): Change
1702 multi-assembler alternative to '#'. Add postreload splitter to
1704 (*movv4hi_internal): Likewise.
1705 (*movv4qi_internal): Likewise.
1706 (*movv4sf_internal): Likewise.
1708 2003-06-30 Jason Merrill <jason@redhat.com>
1710 * defaults.h (PUSH_ARGS_REVERSED): Define default here.
1711 * calls.c: Not here.
1713 2003-06-30 Ben Elliston <bje@wasabisystems.com>
1715 * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
1716 (bad_signed_byte_operand): Likewise.
1717 (arm_output_epilogue): Likewise.
1718 (arm_final_prescan_insn): Likewise.
1720 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1722 * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
1724 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1726 * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
1729 Mon Jun 30 10:03:02 CEST 2003 Jan Hubicka <jh@suse.cz>
1731 * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
1734 Mon Jun 30 09:52:39 CEST 2003 Jan Hubicka <jh@suse.cz>
1736 * i386.c (standard_80387_constant_p): Accept TFmode constants too.
1737 (init_ext_80387_constants): Likewise.
1738 (standard_80387_constant_rtx): Likewise.
1739 * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
1740 (atantf): Disable for !TARGET_128BIT_LONG_LONG
1741 (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
1742 (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
1743 (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
1744 (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
1747 (exp?f2): Use expsf2_tf when needed.
1751 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
1753 * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
1754 statement from tmake_file set.
1756 2003-06-29 James E Wilson <wilson@tuliptree.org>
1758 * reload.c (find_reloads): Change push_reloads to push_reload in
1760 * reload1.c (eliminate_regs): Likewise.
1761 (dump_needs): Delete prototype for deleted function.
1763 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1765 * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
1767 * c-format.c (enum format_type): Add gcc_diag_format_type,
1768 gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
1769 (gcc_diag_length_specs, gcc_cdiag_length_specs,
1770 gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
1771 gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
1772 gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
1773 gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
1774 (format_types_orig): Add new data.
1775 (find_char_info_specifier_index, init_dynamic_diag_info): New
1777 (handle_format_attribute): Update to handle new format attributes.
1779 2003-06-29 Aaron W. LaFramboise <awlaframboise@aol.com>
1781 * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
1783 2003-06-29 Dara Hazeghi <dhazeghi@yahoo.com>
1785 * doc/install.texi: Remove install documentation for obsoleted targets
1786 i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
1788 Update information about IA64 toolchain, AIX make requirements,
1789 and binutils for m68k-*-hpux and *-*-linuxaout targets.
1791 Mon Jun 30 00:50:43 CEST 2003 Jan Hubicka <jh@suse.cz>
1793 * regmove.c (regmove_optimize): Don't try to make src and dst match
1794 when they are in different modes.
1796 Sun Jun 29 23:06:32 CEST 2003 Jan Hubicka <jh@suse.cz>
1798 * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
1799 busy work when builtin is not supported by the backend.
1801 2003-06-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1803 * loop.c (count_one_set): Fix detection of registers set in more
1804 than one basic block.
1806 2003-06-29 Andreas Jaeger <aj@suse.de>
1808 * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
1809 * system.h: Poison OBJ_FORMAT_ROSE.
1810 * doc/tm.texi (Macros for Initialization): Remove documentatin of
1812 * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
1813 * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
1815 2003-06-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1817 * pa.c (update_total_code_bytes): New function.
1818 (last_address): Number of bytes output for a function and its
1820 (compute_frame_size): Use BITS_PER_UNIT.
1821 (pa_output_function_epilogue): Compute last_address. Use
1822 update_total_code_bytes.
1823 (output_lbranch): Handle long branch on portable runtime.
1824 (attr_length_millicode_call, attr_length_call,
1825 attr_length_indirect_call): Only use total_code_bytes for calls in
1827 (output_call): Only use an indirect call sequence when the target is
1829 (pa_asm_output_mi_thunk): Handle updating of total_code_bytes. Improve
1830 test to determine when an IA-relative branch can be used. Add various
1831 long branch sequences. Avoid using an indirect branch on all ports
1834 2003-06-29 Ulrich Weigand <uweigand@de.ibm.com>
1836 * expr.c (clear_by_pieces): Fix prototype.
1838 2003-06-29 Andreas Jaeger <aj@suse.de>
1840 * cse.c: Convert prototypes to ISO C90.
1841 * cselib.c: Likewise.
1842 * cselib.h: Likewise.
1843 * dbxout.c: Likewise.
1844 * debug.c: Likewise.
1847 * dojump.c: Likewise.
1848 * doloop.c: Likewise.
1849 * dominance.c: Likewise.
1850 * dwarf2asm.c: Likewise.
1851 * dwarf2out.c: Likewise.
1852 * dwarf2out.h: Likewise.
1853 * dwarfout.c: Likewise.
1854 * except.c: Likewise.
1855 * except.h: Likewise.
1856 * emit-rtl.c: Likewise.
1857 * et-forest.c: Likewise.
1858 * et-forest.h: Likewise.
1859 * except.c: Likewise.
1860 * explow.c: Likewise.
1861 * expmed.c: Likewise.
1865 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
1867 * alloc-pool.c: Fix comment formatting.
1868 * bitmap.c: Likewise.
1869 * bitmap.h: Likewise.
1870 * bt-load.c: Likewise.
1871 * builtins.c: Likewise.
1872 * caller-save.c: Likewise.
1873 * cfganal.c: Likewise.
1874 * cfgrtl.c: Likewise.
1875 * collect2.c: Likewise.
1878 * diagnostic.c: Likewise.
1879 * dwarf2out.c: Likewise.
1880 * dwarfout.c: Likewise.
1881 * expmed.c: Likewise.
1882 * final.c: Likewise.
1883 * flags.h: Likewise.
1884 * fold-const.c: Likewise.
1886 * gcov-io.h: Likewise.
1888 * genattrtab.c: Likewise.
1889 * genautomata.c: Likewise.
1890 * libgcov.c: Likewise.
1891 * mips-tfile.c: Likewise.
1892 * optabs.c: Likewise.
1893 * prefix.c: Likewise.
1894 * rtlanal.c: Likewise.
1896 * stor-layout.c: Likewise.
1897 * toplev.c: Likewise.
1898 * varasm.c: Likewise.
1899 * vmsdbgout.c: Likewise.
1901 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
1903 * expr.c (emit_single_push_insn): If padding is needed
1904 downward, adjust the stack pointer first, and then store the
1905 data into the stack location using an offset.
1907 2003-06-29 Andreas Jaeger <aj@suse.de>
1909 * collect2.h: Convert prototypes to ISO C90.
1910 * collect2.c: Likewise.
1911 * conflict.c: Likewise.
1912 * coverage.c: Likewise.
1913 * convert.h: Likewise.
1914 * convert.c: Likewise.
1916 2003-06-29 Nathan Sidwell <nathan@codesourcery.com>
1918 * c-decl.c (c_init_decl_processing): Use a location_t. Set input
1919 filename to <internal>.
1920 * tree.c (make_node): Just copy the current location.
1922 2003-06-29 Eric Botcazou <ebotcazou@libertysurf.fr>
1924 PR optimization/11210
1925 * fold-const (decode_field_reference): Revert 2003-06-26 patch.
1927 2003-06-29 Neil Booth <neil@daikokuya.co.uk>
1929 * toplev.c (flag_dummy): Remove.
1930 (f_options): Restore flag pointers.
1932 2003-06-29 David Edelsohn <edelsohn@gnu.org>
1934 * config/rs6000/rs6000.c (processor_target_table): Add 970.
1935 * config.gcc: Add 970.
1937 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
1939 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
1940 -1) with ggc_strdup.
1941 * stmt.c (expand_asm_operands): Likewise.
1942 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
1944 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1946 * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
1949 2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1951 * opts.c: Include insn-attr.h.
1952 * Makefile.in (opts.o): Depend on INSN_ATTR_H.
1954 2003-06-27 J"orn Rennecke <joern.rennecke@superh.com>
1956 * flow.c (propagate_one_insn): Use proper test for a register
1957 being part of the return value.
1959 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1961 * config/avr/avr.c: Fix a comment typo.
1963 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1965 * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
1966 with avr_simplify_comparison_p.
1967 * config/avr/avr.c: Likewise.
1969 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1971 * builtins.c: Follow spelling conventions.
1972 * cgraph.c: Likewise.
1973 * cpplex.c: Likewise.
1974 * config/arm/arm.c: Likewise.
1975 * config/arm/iwmmxt.md: Likewise.
1976 * config/c4x/c4x-modes.def: Likewise.
1977 * config/c4x/c4x.c: Likewise.
1978 * config/c4x/c4x.h: Likewise.
1979 * config/c4x/c4x.md: Likewise.
1980 * config/i386/i386-interix.h: Likewise.
1981 * config/mips/mips.h: Likewise.
1983 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
1985 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
1986 __mc68020__ on TARGET_68020.
1988 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1990 * config/h8300/h8300.c: Fix a comment typo.
1992 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
1994 * c-parse.in (yylexstring): Use a location_t.
1996 * diagnostic.h (diagnostic_set_info): Replace file and lineno
1997 parameters with a location_t.
1998 * diagnostic.c (diagnostic_set_info): Replace file and lineno
1999 parameters with a location_t.
2000 (inform, warning, pedwarn, error, sorry, fatal_error,
2001 internal_error, warning_with_decl, pedwarn_with_decl,
2002 error_with_decl): Adjust.
2003 * c-error.c (pedwarn_c99): Adjust.
2004 * c-format.c (status_warning): Adjust.
2005 * rtl-error.c (file_and_line_for_asm): Rename to ...
2006 (location_for_asm): Return a location_t.
2007 (diagnostic_for_asm): Adjust.
2009 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
2011 * cpptrad.c (skip_macro_block_comment): New.
2012 (copy_comment): Use it if appropriate.
2014 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2016 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2018 (store_killed_in_insn): Likewise.
2019 * print-rtl.c (print_rtx): Likewise.
2020 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2021 * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2022 (m68hc11_reassign_regs): Likewise.
2023 (m68hc11_reorg): Likewise.
2025 2003-06-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
2027 * diagnostic.c (output_integer_with_precision): New macro.
2028 (output_format): Use it. Handle more format specifiers.
2029 (output_long_decimal): Remove.
2030 (output_unsigned_decimal): Likewise.
2031 (output_long_unsigned_decimal): Likewise.
2032 (output_octal): Likewise.
2033 (output_long_octal): Likewise.
2034 (output_hexadecimal): Likewise.
2035 (output_long_hexadecimal): Likewise.
2036 (output_long_long_decimal): Likewise.
2038 2003-06-28 Andreas Schwab <schwab@suse.de>
2040 * config/ia64/ia64.md: Follow recent emit_note API change.
2042 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
2044 * c-parse.in (%union): Replace filename & lineno with location.
2045 (save_filename, save_lineno): Remove.
2046 (save_location): New.
2047 (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2048 nested_function, notype_nested_function, if_prefix, lineno_stmt,
2049 lineno_label, label): Adjust.
2051 2003-06-28 Jakub Jelinek <jakub@redhat.com>
2053 * builtins.c (c_strlen): Add only_value argument.
2054 Handle COND_EXPR and COMPOUND_EXPR.
2055 (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2056 Adjust c_strlen callers.
2057 (expand_builtin_strcpy, expand_builtin_strncpy,
2058 expand_builtin_strcmp, expand_builtin_strncmp,
2059 expand_builtin_fputs, expand_builtin_sprintf,
2060 fold_builtin): Adjust c_strlen callers.
2062 2003-06-28 Josef Zlomek <zlomekj@suse.cz>
2064 * bb-reorder.c (find_traces_1_round): Do not send basic block
2065 to next round when we are in the last round.
2067 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
2069 * Makefile.in: Update.
2070 * opts.c: Include tm_p.h.
2071 (handle_options): Make static.
2072 (decode_options): Copied from toplev.c.
2073 * opts.h (decode_options): New.
2074 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2076 (general_init): ...here.
2077 (toplev_main): Use decode_options instead.
2078 * toplev.h (save_argc, save_argv): New.
2080 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2082 * explow.c (find_next_ref): Remove.
2083 * rtl.h: Remove the prototype for find_next_ref.
2085 2003-06-27 Roger Sayle <roger@eyesopen.com>
2087 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
2088 call to match recent API change.
2090 2003-06-27 Zack Weinberg <zack@codesourcery.com>
2092 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
2095 * c-format.c (check_format_string, get_constant)
2096 * cfgrtl.c (rtl_split_edge):
2097 Mark the definition static, matching the forward declaration.
2099 2003-06-27 Gunther Nikl <gni@gecko.de>
2101 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
2104 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
2105 syntax for MIT / MOTOROLA.
2108 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
2109 * configure: Rebuilt.
2111 2003-06-27 Chris Demetriou <cgd@broadcom.com>
2113 * config/mips/mips.c (mips_build_va_list): Make padding in
2114 va_list structure explicit to avoid -Wpadded warnings.
2116 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2118 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
2119 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
2120 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
2122 * config/s390/s390.md ("reload_outti", "reload_outdi",
2123 "reload_outdf"): New expanders.
2125 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
2126 memory operands as source.
2127 ("movdi" + splitters): Likewise.
2128 ("movdf" + splitters): Likewise.
2129 * config/s390/s390.c (s390_split_ok_p): New function.
2130 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
2132 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
2134 * combine.c (force_to_mode): Replace the equality comparison
2135 of INTVALs with a pointer equality comparison.
2136 (simplify_comparison): Likewise.
2138 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
2140 * jump.c (rtx_renumbered_equal_p): Replace an expression that
2141 is known to be 0 with 0.
2143 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
2145 * gcse.c (expr_equiv_p): Replace expressions that are known to
2148 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
2150 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
2151 with a pointer equality comparison.
2153 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
2155 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
2156 are known to be not equivalent.
2158 2003-06-27 Richard Henderson <rth@redhat.com>
2160 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
2161 in floating point registers. Validate that we don't receive complex
2162 values here. Use #elif.
2163 (return_in_memory, function_value): New.
2164 (alpha_va_arg): Handle complex values as two arguments.
2165 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
2166 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
2167 (SPLIT_COMPLEX_ARGS): New.
2168 * config/alpha/alpha-protos.h: Update.
2170 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2172 * ggc-page.c (inverse_table): Change type of mult to size_t.
2173 (compute_inverse): Compute inverse using size_t, not unsigned int.
2174 Compute inverse also for sizes larger than half a machine page.
2176 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
2178 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
2179 when called before cgraph_optimize.
2181 2003-06-27 Zack Weinberg <zack@codesourcery.com>
2183 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
2184 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
2185 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
2187 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
2189 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
2192 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
2194 * defaults.h (REGISTER_MOVE_COST): Define default here.
2195 * regclass.c: Don't define default REGISTER_MOVE_COST here.
2196 * reload.c, reload1.c: Ditto.
2198 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
2200 * flags.h: Really install previous change.
2202 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
2204 * rtl.h (emit_note): Remove FILE parameter.
2205 * emit-rtl.c (emit_line_note): Adjust emit_note call.
2206 (emit_note): Remove FILE parameter. Adjust.
2207 * builtins.c (expand_builtin_expect): Adjust emit_note call.
2208 * c-semantics.c (genrtl_scope_stmt): Likewise.
2209 (expand_stmt): Likewise.
2210 * cfglayout.c (reemit_insn_block_notes): Likewise.
2211 (duplicate_insn_chain): Likewise.
2212 * except.c (expand_eh_region_start, expand_eh_region_end,
2213 sjlj_emit_function_enter): Likewise.
2214 * explow.c (probe_stack_range): Likewise.
2215 * expr.c (emit_block_move_via_loop): Likewise.
2216 * function.c (init_function_start, expand_function_start,
2217 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
2218 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
2219 * reg-stack.c (compensate_edge): Likewise.
2220 * reload1.c (reload): Likewise.
2221 * rtlanal.c (hoist_insn_to_edge): Likewise.
2222 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
2223 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
2224 expand_exit_loop_top_cond, expand_value_return,
2225 expand_start_bindings_and_block, expand_end_bindings,
2226 expand_decl_cleanup, expand_start_case): Likewise.
2227 * unroll.c (copy_loop_body
2228 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
2229 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2230 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
2231 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
2232 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
2233 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2234 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2236 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
2238 * c-tree.h (grokfield): Remove unused filename and line parameters.
2239 * c-decl.c (grokfield): Remove unused filename and line parameters.
2240 * c-parse.in (component_decl): Adjust field grokking rules, adjust
2242 (component_declarator): Likewise.
2243 (component_notype_declarator): Likewise.
2244 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
2246 (build_protocol_template, build_method_prototype_list_template,
2247 build_method_prototype_template, build_category_template,
2248 build_selector_template, build_class_template,
2249 build_super_template, build_ivar_template,
2250 build_ivar_list_template, build_method_list_template,
2251 build_method_template, add_instance_variable): Likewise.
2253 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
2255 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
2256 OP2 are known to be not equivalent.
2258 2003-06-26 Devang Patel <dpatel@apple.com>
2260 * final.c (debug_flush_symbol_queue): New function.
2261 (debug_queue_symbol): New function.
2262 (debug_free_queue): New function.
2263 (debug_nesting): New variable.
2264 (symbol_queue): New variable.
2265 (symbol_queue_index): Same.
2266 (symbol_queue_size): Same.
2267 * debug.h (debug_flush_symbol_queue): New.
2268 (debug_queue_symbol): New.
2269 (debug_free_queue): New.
2270 (debug_nesting): New.
2271 (symbol_queue_index): New.
2272 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
2273 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
2274 (dbxout_init): Delay symbol output.
2275 (dbxout_global_decl): Save, set and reset TREE_USED bit around
2276 dbxout_symbol() call.
2277 (dbxout_begin_function): Same.
2278 (dbxout_finish): Free symbol queue.
2279 (dbxout_type): Put appropriate symbols in queue.
2280 (dbxout_symbol): Put info for symbol's type in queue.
2281 Decrement/Increment nesting counts flush symbol queue appropriately.
2282 (dbxout_parms): Increment dbxout nesting.
2283 (dbxout_reg_parms): Same.
2284 * flags.h (flag_debug_only_used_symbols): New.
2285 * toplev.c (flag_debug_only_used_symbols): New variable.
2286 (lang_independent_options): Add entries for new option
2287 -feliminate-unused-debug-symbols.
2288 * common.opt: Add entry for -feliminate-unused-debug-symbols.
2289 * opts.c (common_handle_options): Same.
2290 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
2291 -feliminate-unused-debug-symbols.
2292 * doc/invoke.texi (Debugging Options): Document
2293 -feliminate-unused-debug-symbols.
2295 2003-06-26 Roger Sayle <roger@eyesopen.com>
2296 Jakub Jelinek <jakub@redhat.com>
2298 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
2299 obtain the format string instead of using TREE_STRING_POINTER and
2300 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
2301 return value is unused or the length of src is a known constant.
2303 2003-06-26 Richard Henderson <rth@redhat.com>
2305 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
2307 2003-06-26 Richard Henderson <rth@redhat.com>
2309 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
2310 (ia64_split_call): Only load descriptor for GP register inputs.
2311 (ia64_expand_epilogue): Check current_frame_info.mask not
2312 current_function_is_leaf to restore ar.pfs.
2314 2003-06-26 Richard Henderson <rth@redhat.com>
2316 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2317 instead of replacing it.
2319 2003-06-26 Richard Henderson <rth@redhat.com>
2321 * flow.c (propagate_one_insn): Kill function return value
2322 registers across tail calls.
2324 * flow.c (propagate_one_insn): Preserve live-at-end registers
2327 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
2329 * reload.c (can_reload_into): New function.
2330 (push_reload): Use it.
2332 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
2334 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
2335 references to the amount of a rotation.
2337 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2339 * config/sh/coff.h: Don't include dbxcoff.h.
2340 * config.gcc: List it here.
2342 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
2344 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
2345 earlier. Don't check if SRC is a constant.
2347 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
2349 * Makefile.in (OBJS): Add postreload.o.
2350 Remove cselib.h from the dependency list for reload1.o.
2351 Add a dependency list for postreload.o.
2352 * reload.h: Change the comment for the prototype of
2354 * reload1.c: Don't include cselib.h.
2355 (reload_cse_regs): Move to postreload.c
2356 (reload_cse_regs_1): Likewise.
2357 (reload_cse_noop_set_p): Likewise.
2358 (reload_cse_simplify_set): Likewise.
2359 (reload_cse_simplify_operands): Likewise.
2360 (RELOAD_COMBINE_MAX_USES): Likewise.
2361 (reload_combine_ruid): Likewise.
2362 (LABEL_LIVE): Likewise.
2363 (reload_combine): Likewise.
2364 (reload_combine_note_use): Likewise.
2365 (reload_combine_note_store): Likewise.
2366 (reg_set_luid): Likewise.
2367 (reg_offset): Likewise.
2368 (reg_base_reg): Likewise.
2369 (reg_mode): Likewise.
2370 (move2add_luid): Likewise.
2371 (move2add_last_label_luid): Likewise.
2372 (MODES_OK_FOR_MOVE2ADD): Likewise.
2373 (reload_cse_move2add): Likewise.
2374 (move2add_note_store): Likewise.
2375 (reload_cse_simplify): Likewise.
2376 * postreload.c: New.
2378 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
2380 * config/avr/avr.c (final_prescan_insn): Remove support for
2382 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
2383 (TARGET_RTL_DUMP): Likewise.
2384 (TARGET_SWITCHES): Remove -mrtl.
2386 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
2388 * config/h8300/h8300-protos.h: Change emit_a_rotate to
2389 output_a_rotate. Add a prototype for compute_a_rotate_length.
2390 * config/h8300/h8300.c (emit_a_rotate): Change to
2392 (compute_a_rotate_length): New.
2393 (h8300_adjust_insn_length): Remove.
2394 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
2395 * config/h8300/h8300.md (adjust_length): Remove.
2396 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
2397 (*rotlhi3_1): Likewise.
2398 (*rotlsi3_1): Likewise.
2400 2003-06-26 Roger Sayle <roger@eyesopen.com>
2401 Richard Henderson <rth@redhat.com>
2403 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
2404 list against re-evaluation. If expand_unop fails, call expand_call
2405 with the stabilized argument list rather than return NULL_RTX.
2406 (expand_builtin_mathfn2): Likewise, always stabilize the argument
2407 list, and call expand_call ourselves if expand_binop fails.
2409 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
2411 PR optimization/11210
2412 * fold-const (decode_field_reference): Strip only NOPs that
2413 don't affect the sign.
2415 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2417 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
2418 (pop_fpscr, fpu_switch): Likewise.
2420 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2422 * value-prof.c: New.
2423 * value-prof.h: New.
2424 * Makefile.in (value-prof.o): New.
2425 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
2426 (profile.o): Add value-prof.h and tree.h dependency.
2427 * flags.h (flag_profile_values): Declare.
2428 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
2430 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
2431 GCOV_COUNTER_V_DELTA): New counter sections.
2432 (__gcov_merge_single, __gcov_merge_delta): Declare.
2433 * flow.c (mark_used_regs): Set subregs_of_mode only when the
2434 structure is initialized.
2435 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
2436 * profile.c: Include value-prof.h and tree.h.
2437 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
2438 gen_const_delta_profiler, instrument_values): New static functions.
2439 (get_exec_counts): Fix comment.
2440 (branch_prob): Invoke instrument_values.
2441 * toplev.c (flag_profile_values): New flag.
2442 * doc/invoke.texi (-fprofile-values): Document.
2444 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2446 * Makefile.in (cfgrtl.o): Add expr.h dependency.
2447 * cfgrtl.c: Include expr.h.
2448 (mark_killed_regs, safe_insert_insn_on_edge): New
2450 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
2451 * basic-block.h (safe_insert_insn_on_edge): Declare.
2453 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
2455 * c-opts.c (missing_arg): Make non-static.
2456 (c_common_handle_option): Don't check for missing arguments.
2457 * opts.c (handle_option): Check for missing arguments.
2459 2003-06-26 David Edelsohn <edelsohn@gnu.org>
2461 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
2463 2003-06-25 Loren James Rittle <ljrittle@acm.org>
2465 * configure.in (ld_vers): Portability [sed].
2466 * configure: Regenerate with autoconf213.
2468 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
2470 * doc/extend.texi: Document new builtin functions for Intel
2471 Prescott New Intrunctions.
2473 * doc/invoke.texi: Document new command-line options, -mpni and
2474 -mno-pni, for Intel Prescott New Intrunctions.
2476 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
2478 * config/i386/i386.c (override_options): Turn on MASK_SSE2
2479 for -mpni. Turn on MASK_SSE for -msse2.
2480 (bdesc_2arg): Add PNI builtins with 2 args.
2481 (bdesc_1arg): Add PNI builtins with 1 arg.
2482 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
2483 (ix86_expand_builtin): Likewise.
2485 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
2486 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
2487 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
2489 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
2491 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
2492 (ix86_builtins): Add PNI builtins.
2493 (config/i386/i386.md): Add PNI patterns.
2495 * config/i386/pmmintrin.h: New file.
2497 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
2499 * config/h8300/h8300.md (call): Fix the insn lengths.
2500 (call_value): Likewise.
2502 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
2504 * c-common.c (handle_used_attribute): Use mark_referenced.
2505 * varasm.c (mark_referenced): Break out from ...
2506 (assemble_name): ... here.
2507 * tree.h (mark_referenced): Declare.
2509 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
2511 * gccbug.in: Add PCH to list of categories.
2513 2003-06-25 Martin Schaffner <schaffner@gmx.li>
2515 * cppfiles.c: Clarify comments.
2516 * cpphash.h: Likewise.
2517 * cpplib.h: Likewise.
2518 * cppmacro.c: Likewise.
2519 * mkdeps.h: Likewise.
2521 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
2523 * c-opts.c (complain_wrong_lang, write_langs): Remove.
2524 (c_common_handle_option): Complaints about wrong language are
2525 handled in opts.c now.
2526 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
2527 (find_opt): Fix thinko.
2528 (handle_option): Update prototype. Complain about switches for
2529 a different front end.
2530 * opts.h (lang_names, handle_options): New.
2531 (handle_option): Remove.
2532 * opts.sh: Write out language names array.
2533 * toplev.c (parse_options_and_default_flags): Use handle_options.
2535 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
2537 * config/i386/i386.c (MASK_SSE1): Removed.
2538 (MASK_SSE164): Removed.
2539 (MASK_SSE264): Removed.
2540 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
2541 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
2542 with MASK_SSE2 | MASK_64BIT.
2543 (bdesc_1arg): Likewise.
2544 (ix86_init_mmx_sse_builtins): Likewise.
2546 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
2547 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
2550 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2552 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
2553 (HOST_WIDE_INT_PRINT_DEC_SPACE,
2554 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
2555 HOST_WIDEST_INT_PRINT_DEC_SPACE,
2556 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
2557 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
2558 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
2559 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
2561 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
2562 * ra-debug.c (dump_static_insn_cost): Likewise.
2564 2003-06-26 Nick Clifton <nickc@redhat.com>
2566 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
2567 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
2568 Replace occurances of '???' with 'XXX' incase they are
2569 mistaken for trigraphs.
2570 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
2571 does not have a register for the first operand.
2573 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2575 * config/sh/sh.c (sh_register_move_cost):
2576 Add case for moving between MAC_REGS.
2578 2003-06-25 Zack Weinberg <zack@codesourcery.com>
2581 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
2582 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
2583 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
2585 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
2588 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2590 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
2591 * bt-load.c: Include "tm_p.h".
2593 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
2595 * config/h8300/h8300.c (compute_mov_length): Adjust for the
2597 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
2598 an SImode constant whose upper and lower are the same.
2600 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
2602 * varasm.c (assemble_name): Mark needed variables even when
2603 global info is ready.
2605 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
2608 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
2609 -freorder-functions description.
2611 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
2613 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
2615 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
2617 * opts.c (common_handle_option): Add missing break;s.
2619 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
2621 * config/h8300/h8300-protos.h: Add a prototype for
2623 * config/h8300/h8300.c (compute_mov_length): New.
2624 * config/h8300/h8300.md (*movqi_h8300): Use it.
2625 (*movqi_h8300hs): Likewise.
2626 (movstrictqi): Likewise.
2627 (*movhi_h8300): Likewise.
2628 (*movhi_h8300hs): Likewise.
2629 (movstricthi): Likewise.
2630 (*movsi_h8300): Likewise.
2631 (*movsf_h8300): Likewise.
2632 (*movsi_h8300hs): Likewise.
2633 (*movsf_h8300hs): Likewise.
2635 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
2637 * jump.c (next_nondeleted_insn): Remove.
2638 * rtl.h: Remove the prototype for next_nondeleted_insn.
2640 2003-06-24 Roger Sayle <roger@eyesopen.com>
2642 PR optimization/11311
2643 * builtins.c (powi_cost): Fix typo. The number of multiplications
2644 required is the number to reduce the argument, result, plus the
2645 cost of calculating the residual, val [not n, the original value].
2647 2003-06-24 Roger Sayle <roger@eyesopen.com>
2649 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
2651 2003-06-24 Richard Henderson <rth@redhat.com>
2652 (blame to: Loren James Rittle <ljrittle@acm.org>)
2654 * real.h (ieee_extended_intel_96_round_53_format): New.
2655 * real.c (ieee_extended_intel_96_round_53_format): New.
2656 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
2657 for XFmode and TFmode.
2659 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
2661 * config/h8300/h8300.md (4 anonymous patterns): Give internal
2663 (movsi_h8300): Change the name to *movsi_h8300.
2664 (movsi_h8300hs): Change the name to *movsi_h8300hs.
2665 (movsf_h8300): Change the name to *movsf_h8300.
2666 (movsf_h8300hs): Change the name to *movsf_h8300hs.
2668 2003-06-24 Jakub Jelinek <jakub@redhat.com>
2670 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
2673 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
2675 Back out these patches:
2676 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
2677 * sh.h (OLD_ARG_MODE): New macro.
2678 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2679 (FUNCTION_ARG_1): Break out of:
2680 (FUNCTION_ARG). Use OLD_ARG_MODE.
2681 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
2682 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
2683 of the generated register.
2685 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
2686 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
2687 an even number of floating point regs are in use, use the same
2688 sequence of argument passing registers for SCmode as would be
2689 used for two SFmode values.
2690 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
2691 swap real / imaginary parts in incoming SCmode values passed
2694 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
2697 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
2699 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
2701 * Makefile.in (cgraph.o): Depend on output.h, not depend on
2703 * cgraph.c: Do not include tree-inline.h; include output.h
2704 (known_fns): Rename to ...
2705 (known_decls): ... this one; update all uses.
2706 (cgraph_varpool_hash): New static variable.
2707 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
2709 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
2710 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
2711 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2713 * cgraph.h (cgraph_varpool_node): New structure.
2714 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
2715 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
2716 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
2717 cgraph_varpool_asemble_pending_decls): Declare.
2718 * cgraphunit.c (record_call_1): Notice variable references.
2719 (cgraph_finalize_compilation_unit): Assemble pending variables.
2720 * toplev.c (wrapup_global_declarations): Use varpool.
2721 (compile_file): Assemble pending declarations.
2722 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
2723 * varasm.c (assemble_name): Notice varpool references.
2725 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
2727 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
2728 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
2729 * varasm.c (assemble_variable): Call prepare_assemble_variable.
2731 2003-06-23 Roger Sayle <roger@eyesopen.com>
2733 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
2734 calls for pow, powf, powl and their __builtin_ variants.
2735 (expand_builtin_pow): If the second argument is a constant
2736 integer and compiling with -ffast-math, use expand_powi to
2737 generate RTL if powi_cost is less than POWI_MAX_MULTS.
2738 (powi_cost): New function to return the number of multiplications
2739 necessary to evaluate an Nth power, for integer constant N.
2740 (expand_powi): New function to expand the RTL for evaluating
2741 the Nth power of a floating point value, for integer constant N.
2743 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
2745 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
2747 * cgraph.c (cgraph_nodes_queue): Declare.
2748 (eq_node): Take identifier as p2.
2749 (cgraph_node): Update htab_find_slot_with_hash call.
2750 (cgraph_node_for_identifier): New.
2751 (cgraph_mark_needed_node): Move here from cgraphunit.c.
2752 * cgraph.h (cgraph_nodes_queue): Declare.
2753 (cgraph_node_for_identifier): Declare.
2754 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
2755 instead of in cgraph_finalize_compilation_unit; constructors and
2756 destructors are entry points.
2757 (cgraph_finalize_compilation_unit): Reorganize debug outout;
2758 examine nested functions after lowerng; call collect_functions hook.
2759 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
2760 (cgraph_finalize_compilation_unit): Do not collect entry points.
2761 * varasm.c: Include cgraph.h
2762 (assemble_name): Mark referenced identifier as needed.
2764 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
2766 2003-06-23 Jakub Jelinek <jakub@redhat.com>
2768 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
2770 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
2771 mode, as it requires pic register loaded.
2773 * varasm.c (resolve_unique_section): Remove prototype. No longer
2775 * tree.h (resolve_unique_section): New prototype.
2777 2003-06-23 Andreas Schwab <schwab@suse.de>
2780 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
2781 recursing through first argument.
2783 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2785 * ChangeLog.1: Fix a typo.
2786 * cfgrtl.c: Fix comment typos.
2787 * dwarf2out.c: Likewise.
2788 * expmed.c: Likewise.
2789 * genrecog.c: Likewise.
2791 * rtlanal.c: Likewise.
2792 * ssa-dce.c: Likewise.
2793 * toplev.c: Likewise.
2795 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2797 * doc/extend.texi: Fix typos.
2798 * doc/md.texi: Likewise.
2799 * doc/tm.texi: Likewise.
2801 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2803 * basic-block.h: Fix comment formatting.
2804 * bt-load.c: Likewise.
2805 * builtins.c: Likewise.
2806 * c-common.c: Likewise.
2807 * c-common.h: Likewise.
2808 * c-format.c: Likewise.
2809 * coverage.c: Likewise.
2810 * cpplib.h: Likewise.
2811 * cpppch.c: Likewise.
2812 * dbxout.c: Likewise.
2813 * diagnostic.c: Likewise.
2814 * dwarf2out.c: Likewise.
2816 * fold-const.c: Likewise.
2817 * function.c: Likewise.
2819 * gcov-io.c: Likewise.
2820 * gcov-io.h: Likewise.
2822 * profile.c: Likewise.
2824 * sched-deps.c: Likewise.
2826 2003-06-23 Roger Sayle <roger@eyesopen.com>
2827 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2829 * doc/contrib.texi (Contributors): Add a note on testing and
2830 remove duplicates from testers list.
2832 2003-06-23 Nick Clifton <nickc@redhat.com>
2834 * read-rtl.c (read_braced_string): Check for EOF. If
2835 encountered issue an error message.
2837 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2839 * doc/invoke.texi: Document dump options, dT and dW.
2841 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2843 * genrecog.c (pred_table): Remove the entry for
2844 mode_independent_operand.
2845 * recog.c (next_insns_test_no_inequality): Remove.
2846 (mode_independent_operand): Likewise.
2847 * recog.h: Remove the prototype for mode_independent_operand.
2849 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2851 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
2853 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
2854 second alternative to set_znv.
2855 (*extzv_1_r_inv_h8300hs): Likewise.
2857 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2859 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
2860 set in_tree_gas_is_elf accordingly.
2861 (in_tree_ld): Find out whether LD emulation is ELF, set
2862 in_tree_ld_is_elf accordingly.
2863 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
2864 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
2865 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
2866 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
2867 grepping gas/Makefile.
2868 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
2869 $in_tree_ld_is_elf instead of grepping ld/Makefile.
2870 * configure: Regenerate.
2872 2003-06-22 Roger Sayle <roger@eyesopen.com>
2874 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
2875 up the stabilized argument list, not build_tree_list.
2876 (expand_builtin_strcpy): Construct new argument list manually
2877 instead of using chainon to modify the original argument list.
2878 (expand_builtin_stpcpy): Construct new argument list manually
2879 instead of using copy_list and chainon.
2880 (expand_builtin_sprintf): New function. Optimize calls to
2881 sprintf when the format is "%s" or doesn't contain a '%'.
2882 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
2883 expand_builtin_sprintf.
2885 2003-06-22 Andreas Schwab <schwab@suse.de>
2887 * function.c (set_insn_locators): Mark as unused.
2889 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
2891 * common.opt: Add -finline-limit.
2892 * opts.c (common_handle_options): Handle it.
2893 * opts.sh: Temporary kludge for -finline-limit.
2894 * toplev.c (decode_f_option, independent_decode_option): Die.
2895 (parse_options_and_default_flags): No independent_decode_option.
2897 2003-06-22 Andreas Jaeger <aj@suse.de>
2899 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2901 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2903 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
2905 2003-06-22 Andreas Schwab <schwab@suse.de>
2907 * doc/invoke.texi: Remove leading `-' from options in index.
2909 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2911 * bt-load.c: Follow spelling conventions.
2913 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2915 * expr.c (emit_move_insn_1): Fix a comment typo.
2917 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2919 * doc/invoke.texi: Alphabetize dump options.
2921 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2923 * doc/invoke.texi: Remove a duplicate -dk.
2925 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2927 * doc/invoke.texi: Update dump file names.
2929 2003-06-22 Zack Weinberg <zack@codesourcery.com>
2931 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
2932 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
2934 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2936 * doc/rtl.texi: Fix the @findex for pre_modify.
2938 2003-06-22 Andreas Jaeger <aj@suse.de>
2940 * caller-save.c: Convert to ISO C90.
2941 * calls.c: Likewise.
2943 * cfganal.c: Likewise.
2944 * cfgbuild.c: Likewise.
2945 * cfgcleanup.c: Likewise.
2946 * cfghooks.c: Likewise.
2947 * cfglayout.c: Likewise.
2948 * cfglayout.h: Likewise.
2949 * cfgloop.c: Likewise.
2950 * cfgloop.h: Likewise.
2951 * cfgloopanal.c: Likewise.
2952 * cfgloopmainip.c: Likewise.
2953 * cfgrtl.c: Likewise.
2955 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
2957 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
2960 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
2962 * arm.md (all call_value patterns): Remove register constraints on
2965 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
2967 * common.opt: More -f switches.
2968 * opts.c (common_handle_options): Handle them.
2969 * toplev.c (time_report): Make extern.
2970 (f_options): USe flag_dummy.
2971 (decode_f_option): No need to use f_options now.
2972 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
2973 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
2975 2003-06-22 Andreas Jaeger <aj@suse.de>
2977 * c-lex.c: Convert to ISO C90.
2978 * c-objc-common.c: Likewise.
2979 * c-opts.c: Likewise.
2980 * c-pch.c: Likewise.
2981 * c-ppoutput.c: Likewise.
2982 * c-pragma.h: Likewise.
2983 * c-pretty-print.c: Likewise.
2984 * c-pretty-print.h: Likewise.
2985 * c-semantics.c: Likewise.
2986 * c-tree.h: Likewise.
2987 * c-typeck.c: Likewise.
2989 * c-lang.c: Convert to ISO C90.
2991 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
2993 * opts.c (find_opt): Fix to always guarantee a find of a
2994 switch with joined parameter.
2995 * opts.h (struct cl_option): New member back_chain.
2996 * opts.sh: Update to calculate and add back_chain member.
2998 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
3000 * diagnostic.h (output_host_wide_integer): Declare.
3001 * diagnostic.c (output_long_long_decicaml): New function.
3002 (output_host_wide_integer): Likewise.
3003 (output_format): Use them. Handle "%ll" and "%w".
3005 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
3007 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3009 2003-06-21 Zack Weinberg <zack@codesourcery.com>
3011 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3012 * configure.in: Don't use gcc_AC_C_CHARSET.
3013 * configure, config.in: Regenerate.
3014 * config/i370/i370.c, config/i370/i370.h: Use
3015 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3016 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
3018 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
3020 * Makefile.in: Update.
3021 * common.opt: New switches.
3022 * opts.c: Include diagnostic.h.
3023 (common_handle_option): Handle new switches.
3024 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3025 flag_if_conversion2, flag_delete_null_pointer_checks,
3026 flag_rerun_cse_after_loop): Make extern.
3028 (f_options): Update to use flag_dummy for moved options.
3029 (decode_f_option): Some switches moved to opts.c.
3030 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3031 flag_if_conversion2, flag_delete_null_pointer_checks,
3032 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3033 flag_tracer, flag_thread_jumps, flag_unroll_loops,
3034 flag_unroll_all_loops, flag_unswitch_loops): New.
3036 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
3038 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3040 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
3042 * config/h8300/h8300-protos.h: Add a prototype for
3043 same_cmp_preceding_p.
3044 * config/h8300/h8300.c (same_cmp_preceding): New.
3045 * config/h8300/h8300.md: Extend peephole2's that transform
3046 compare:SI into shorter sequences so that they can deal with
3049 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3051 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3053 Update Andreas Jaeger's entry.
3055 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3058 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
3060 * mkconfig.sh: Add multiple inclusion guards to generated headers.
3062 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
3064 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3065 * common.opt: Add remaining -W options and -g.
3066 * diagnostic.c (warnings_are_errors): Remove.
3067 * flags.h: Make most warning flags boolean.
3068 * opts.c (common_handle_option): Handle remaining -W options, and -g.
3069 Move many warning flags from toplev.c, making them boolean.
3070 * toplev.c: Remove many warning flags.
3071 (decode_W_option): Remove.
3072 (decode_g_option): Make extern. Error on unknown switch.
3073 (lang_independent_W_options): Use warn_dummy.
3074 (independent_decode_option): Just handle -f switches now.
3075 * toplev.h (decode_g_option): New.
3077 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
3080 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
3083 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
3085 * opts.sh: Tweak awk script for portability.
3087 2003-06-20 Mark Mitchell <mark@codesourcery.com>
3090 * tree-inline.c (expand_call_inline): Do not warn about failing to
3091 inline functions declared in system headers.
3092 * doc/invoke.texi (-Winline): Expand on documentation.
3094 2003-06-20 Richard Henderson <rth@redhat.com>
3096 * config/alpha/alpha.c (alpha_file_start): Disable
3097 file_start_file_directive for ELF and not MDEBUG.
3099 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
3101 * sh.h (ROUND_TYPE_ALIGN): Remove.
3103 2003-06-20 Richard Henderson <rth@redhat.com>
3105 * hooks.c (hook_int_void_no_regs): Rename from
3106 hook_reg_class_void_no_regs; change return type.
3108 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
3109 * target.h (branch_target_register_class): Change return type to int.
3111 * config/sh/sh.c (sh_target_reg_class): Change return type.
3112 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
3114 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
3116 * c-format.c: Change _Bool to bool reverting part of the last
3119 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3121 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
3122 strip name encoding.
3124 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3126 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
3127 * configure: Regenerate.
3128 Fixes PR driver/9362.
3130 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3132 * config/alpha/alpha.c (alpha_file_start): Fix typo.
3134 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3136 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
3137 to ASM_OUTPUT_SOURCE_LINE.
3139 2003-06-20 Daniel Egger <degger@fhm.edu>
3140 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3142 * doc/install.texi (Building): Correct and improve statement
3143 about parallel builds.
3145 2003-06-20 Andreas Jaeger <aj@suse.de>
3147 * c-common.c: Change _Bool to bool reverting part of the last
3150 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
3152 * tree.h (expand_function_end): Remove all parameters.
3153 * function.c (expand_function_end): Remove all parameters.
3154 Use input_location. Never expand_end_bindings.
3155 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
3156 * coverage.c (create_coverage): Likewise.
3158 2003-06-20 Nick Clifton <nickc@redhat.com>
3160 * doc/extend.texi (ARM Built-in Functions): New node. Document
3161 ARM builtin functions for iWMMXt support.
3163 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
3165 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
3166 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
3167 (--with-as): Add @anchor.
3168 (--with-gnu-ld): Fix typo.
3169 (--with-ld): Add @uref to --with-as.
3171 2003-06-19 Zack Weinberg <zack@codesourcery.com>
3173 * doc/tm.texi: Uniformly use @defmac for macros, rather than
3174 @table items. Minor formatting and editorial corrections.
3176 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
3178 * line-map.c, line-map.h: Convert to ISO prototypes.
3180 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3182 * gcse.c (store_killed_in_insn): Fix.
3184 2003-06-19 Zack Weinberg <zack@codesourcery.com>
3186 * target.h (asm_out.file_start, file_start_app_off,
3187 file_start_file_directive): New hooks.
3188 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
3189 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
3190 New hook-definition macros.
3191 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
3192 * varasm.c (default_file_start): New.
3193 * output.h: Prototype it.
3194 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
3195 * system.h: Poison ASM_FILE_START.
3197 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
3198 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
3199 (unicosmk_asm_file_start): Rename unicosmk_file_start,
3200 make static, take no arguments.
3201 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
3202 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
3203 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
3204 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
3206 * config/arc/arc.c (arc_asm_file_start): Rename
3207 arc_file_start, take no arguments, make static.
3208 (TARGET_ASM_FILE_START): Set it.
3209 * config/arm/arm.c (aof_file_start): New static function.
3210 (TARGET_ASM_FILE_START): Set it, when appropriate.
3211 * config/arm/coff.h, config/arm/elf.h:
3212 Set TARGET_ASM_FILE_START_APP_OFF to true.
3213 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
3214 take no arguments, make static.
3215 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3217 * config/c4x/c4x.c (c4x_file_start): New static function.
3218 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3220 * config/cris/cris.c (cris_file_start): New static function.
3221 (TARGET_ASM_FILE_START): Set it.
3222 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
3223 dsp16xx_file_start, make static.
3224 (luxworks_dsp16xx_file_start): Delete.
3225 (TARGET_ASM_FILE_START): Set it.
3226 * config/h8300/h8300.c (asm_file_start): Rename
3227 h8300_file_start, make static, take no arguments.
3228 (TARGET_ASM_FILE_START): Set it.
3229 * config/i370/i370.c (i370_file_start): New static function.
3230 (TARGET_ASM_FILE_START): Set it.
3231 * config/i386/i386.c (x86_file_start): New static function.
3232 (TARGET_ASM_FILE_START): Set it.
3233 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
3234 X86_FILE_START_FLTUSED): New macros, default to false.
3235 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
3236 * config/i386/sysv4.h, config/i386/sco5.h: Override
3237 X86_FILE_START_VERSION_DIRECTIVE to true.
3238 * config/ia64/ia64.c (ia64_file_start): New static function.
3239 (TARGET_ASM_FILE_START): Set it.
3240 (emit_safe_across_calls): Take no arguments.
3241 * config/ia64/ia64.md: Update to match.
3242 * config/m32r/m32r.c (m32r_asm_file_start): Rename
3243 m32r_file_start, make static, take no arguments.
3244 (TARGET_ASM_FILE_START): Set it.
3245 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
3246 m68hc11_file_start, make static, take no arguments.
3247 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3248 (print_options): Delete.
3249 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
3250 (TARGET_ASM_FILE_START_APP_OFF): Set.
3251 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
3252 m68k_hp320_file_start.
3253 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
3254 Make static, take no arguments.
3255 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3256 * config/mmix/mmix.c (mmix_asm_file_start): Rename
3257 mmix_file_start, make static, take no arguments.
3258 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3259 * config/mn10300/mn10300.c (asm_file_start): Rename
3260 mn10300_file_start, make static, take no arguments.
3261 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3262 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
3263 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
3264 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
3265 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
3266 pa_hpux64_hpas_file_start): New static functions.
3267 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
3268 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
3269 pa_linux_file_start.
3270 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
3271 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
3273 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
3274 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
3275 (rs6000_file_start): Make static, take no arguments. Reset
3276 default_cpu under certain conditions.
3277 (rs6000_xcoff_file_start): New function.
3278 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
3279 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
3280 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
3281 * config/sh/sh.c (output_file_start): Rename
3282 sh_file_start, make static, take no arguments. Merge in old
3283 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
3284 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3285 * config/sh/sh.c (TARGET_ELF): Define to 0.
3286 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
3287 * config/v850/v850.c (asm_file_start): Delete.
3288 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3289 * config/vax/vax.c (vax_file_start): New static function.
3290 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
3292 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
3293 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
3294 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
3295 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
3296 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
3297 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
3299 * config/darwin.h, config/elfos.h, config/alpha/elf.h
3300 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
3301 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
3302 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
3303 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
3304 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
3305 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
3306 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
3307 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
3308 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
3309 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
3310 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3311 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3312 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3313 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3314 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3315 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3316 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3318 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3319 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
3320 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3321 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
3322 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
3323 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
3324 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
3326 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
3327 Remove reference to ASM_FILE_START in comment.
3328 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
3329 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
3330 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
3332 2003-06-19 Graeme Peterson <gp@qnx.com>
3334 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
3335 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
3336 sysroot_hdrs_suffix_spec): New.
3337 (static_specs): Initialize new variables.
3338 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
3339 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
3342 2003-06-19 Andreas Jaeger <aj@suse.de>
3344 * c-aux-info.c: Convert to ISO C90.
3345 * c-pragma.c: Likewise.
3346 * c-common.c: Likewise.
3347 * c-common.h: Likewise.
3348 * c-convert.c: Likewise.
3349 * c-cppbuiltin.c: Likewise.
3350 * c-dump.c: Likewise.
3351 * c-decl.c: Likewise
3352 * c-format.c: Likewise.
3353 * c-incpath.c: Likewise.
3354 * c-incpath.h: Likewise.
3356 2003-06-19 Roger Sayle <roger@eyesopen.com>
3358 * builtins.c (expand_errno_check): Assume that flag_errno_math
3359 and HONOR_NANS have been tested before calling here. Only try
3360 to set errno ourselves if the decl can't throw an exception.
3361 (expand_builtin_mathfn): Move the code to stabilize the arg
3362 after the main switch, so that that its only done when needed.
3363 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
3364 Don't modify the original expr when stabilizing the argument.
3365 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
3366 the args after the main switch, and don't modify the orginal exp.
3368 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
3370 * expr.c (const_vector_from_tree): Initialize remaining elements
3373 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
3375 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
3376 Change "fix" to "float".
3378 2003-06-19 Andreas Jaeger <aj@suse.de>
3380 * c-tree.h: Remove declaration of poplevel.
3382 * tree.h: Remove declaration of approx_sqrt.
3384 * c-lex.c: Remove redundant declaration of asm_out_file.
3386 * flags.h: Remove declaration of warn_unknown_pragma and
3387 main_input_filename.
3389 * rtl.h: Remove functions from fold-const.c since they're already
3392 * regs.h: Remove redundant declaration of reg_names.
3394 * bt-load.c (migrate_btr_defs): Correct printf arguments.
3396 * protoize.c: Fix breakage from last patch.
3398 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
3400 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
3403 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
3405 * config/sparc/sparc.c: Update copyright year.
3407 2003-06-19 David Edelsohn <edelsohn@gnu.org>
3409 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
3412 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
3415 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
3417 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
3419 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
3420 to the end of the file. Remove unnecessary prototypes.
3422 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
3424 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
3425 calls to insn_default_latency and result_ready_cost. Initialize
3428 2003-06-18 Richard Henderson <rth@redhat.com>
3430 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
3431 (_Unwind_FindEnclosingFunction): Implement.
3433 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
3435 * toplev.c (rest_of_handle_sched): Hide the entire function if
3436 INSN_SCHEDULING is not defined.
3437 (rest_of_compilation): Call rest_of_handle_sched() only when
3438 INSN_SCHEDULING is defined.
3440 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
3441 J"orn Rennecke <joern.rennecke@superh.com>
3443 * bt-load.c: New file.
3444 * Makefile.in (OBJS): Include bt-load.o
3445 (bt-load.o): Add dependencies.
3446 * flags.h (flag_branch_target_load_optimize): Declare.
3447 (flag_branch_target_load_optimize2): Likewise.
3448 * hooks.c (hook_reg_class_void_no_regs): New function.
3449 (hook_bool_bool_false): Likewise.
3450 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
3451 * rtl.h (branch_target_load_optimize): Declare.
3452 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
3453 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3454 (TARGET_INITIALIZER): Include these.
3455 * target.h (struct gcc_target): Add branch_target_register_class
3456 and branch_target_register_callee_saved members.
3457 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
3458 (dump_file) Add "tars" entry.
3459 (flag_branch_target_load_optimize): New variable.
3460 (flag_branch_target_load_optimize2): Likewise.
3461 (lang_independent_options): Add entries for new options.
3462 (rest_of_compilation): Call branch_target_load_optimize.
3463 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
3464 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3465 * doc/invoke.texi: Document -fbranch-target-load-optimize and
3466 -fbranch-target-load-optimize2.
3467 * rtl.h (epilogue_completed): Declare.
3468 * recog.c (epilogue_completed): New variable.
3469 * toplev.c (rest_of_compilation): Set it.
3470 * flow.c (mark_regs_live_at_end): Use it.
3471 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
3472 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3473 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3474 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3476 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
3477 (sh_target_reg_class): New function.
3478 (sh_optimize_target_register_callee_saved): Likwise.
3479 (shmedia_target_regs_stack_space): Likewise.
3480 (shmedia_reserve_space_for_target_registers_p): Likewise.
3481 (shmedia_target_regs_stack_adjust): Likewise.
3482 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
3483 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3484 (calc_live_regs): If flag_branch_target_load_optimize2 and
3485 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
3486 for target registers, make sure that we save all target registers.
3487 (sh_expand_prologue, sh_expand_epilogue): Take target register
3488 optimizations into account. Collapse stack adjustments if that
3490 (initial_elimination_offset): Reserve space for target registers
3492 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
3493 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
3495 2003-06-18 Nick Clifton <nickc@redhat.com>
3497 * config.gcc: Add an extra_header for ARM targets.
3498 Support configuring with --with-cpu=iwmmxt.
3499 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
3500 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
3501 names. Fix formatting.
3502 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
3504 * config/arm/arm-protos.h (arm_emit_vector_const): New
3506 (arm_output_load_gr): New prototype.
3507 * config/arm/arm.c (extra_reg_names1): Delete.
3508 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
3509 * arch_is_iwmmxt): Define.
3510 (all_cores, all_architecture): Add entry for iwmmxt.
3511 (arm_override_options): Add support for iwmmxt.
3512 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
3513 arm_print_value, arm_rtx_costs_1, output_move_double,
3514 arm_compute_save_reg_mask, arm_output_epilogue,
3515 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
3516 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
3518 (arm_init_cumulative_args): Count iwmmxt registers.
3519 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
3521 (struct minipool_node): Add fix_size field.
3522 (add_minipool_forward_ref): Add support for 8-byte aligning of
3524 (add_minipool_backward_ref, add_minipool_offsets,
3525 dump_minipool, push_minipool_fix): Likewise.
3526 (struct builtin_description): New struct.
3527 (builtin_description): New array of iwmmxt builtin functions.
3528 (arm_init_iwmmxt_builtins): New function.
3529 (arm_init_builtins): New function.
3530 (safe_vector_operand): New function.
3531 (arm_expand_binop_builtin): New function.
3532 (arm_expand_unop_builtin): New function.
3533 (arm_expand_builtin): New function.
3534 (arm_emit_vector_const): New function.
3535 (arm_output_load_gr): New function.
3536 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
3537 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
3538 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
3539 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
3540 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
3541 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
3542 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
3543 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
3544 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
3545 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
3546 registers unless the iwmmxt target is selected.
3547 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
3548 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
3549 IS_IWMMXT_GR_REGNUM): Define.
3550 (FIRST_PSEUDO_REGISTER): Bump to 63.
3551 (struct machine_function): Add sibcall_blocked field.
3552 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
3554 (enum arm_builtins): New enum list.
3555 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
3556 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
3557 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
3558 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
3559 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
3560 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
3561 (movv2si, movv4hi, movv8qi): New expands for vector moves.
3563 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
3565 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
3566 * config/arm/mmintrin.h: New ARM specific header file.
3567 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
3569 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
3571 * toplev.c (Remaining -d letters summary): Update.
3573 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3575 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
3577 (function_arg): Handle CALL_LIBCALL flag.
3578 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
3580 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
3581 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
3582 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
3583 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
3585 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
3587 * Makefile.in: Update.
3588 * common.opt: New options.
3589 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
3591 (common_handle_option): Handle new options.
3592 * toplev.c (set_target_switch): Export.
3593 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
3594 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
3595 (independent_decode_option): More options handled in opts.c now.
3597 * toplev.h (set_target_switch): New.
3599 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
3602 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
3604 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
3605 from static strings in dump_files.
3607 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3609 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
3610 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
3613 2003-06-17 Jason Merrill <jason@redhat.com>
3616 * tree-inline.c (expand_call_inline): Don't warn about failing to
3617 inline a function which was made inline by -finline-functions.
3619 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3621 * config/h8300/h8300-protos.h: Update to ISO C.
3622 * config/h8300/h8300.c: Likewise.
3623 * config/h8300/h8300.h: Likewise.
3624 * config/h8300/h8300.md: Likewise.
3626 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3628 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
3629 * configure: Regenerate.
3630 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
3632 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
3634 * install.texi (Testing): Add information on how to run Java
3635 runtime tests separately.
3637 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3639 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
3641 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
3642 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
3644 2003-06-17 Christopher Faylor <cgf@redhat.com>
3646 * doc/install.texi: Add msvc rebuild caveat.
3648 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3650 * config/sh/coff.h: Replace Hitachi with Renesas.
3651 * config/sh/elf.h: Likewise.
3652 * config/sh/embed-elf.h: Likewise.
3653 * config/sh/lib1funcs.asm: Likewise.
3654 * config/sh/sh-protos.h: Likewise.
3655 * config/sh/sh.c: Likewise.
3656 * config/sh/sh.h: Likewise.
3657 * config/sh/sh.md: Likewise.
3659 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3661 * ChangeLog.3: Fix comment typos.
3662 * ChangeLog.6: Likewise.
3663 * config/d30v/d30v.c: Likewise.
3664 * config/h8300/h8300.md: Likewise.
3665 * config/m32r/m32r.md: Likewise.
3666 * config/mips/mips.c: Likewise.
3667 * config/mips/mips.md: Likewise.
3668 * config/ns32k/NOTES: Likewise.
3670 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
3671 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3673 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
3674 to run Java runtime tests separately.
3676 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3678 * config/h8300/h8300-protos.h: Update a comment.
3680 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
3682 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
3683 are aligned like integral modes.
3684 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
3686 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
3687 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
3688 * sh.md (*pt): Remove.
3690 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
3692 * sh.md (return_media_rte): New pattern.
3693 (return_media): Use it.
3695 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3697 * doc/contrib.texi: Replace Hitachi with Renesas.
3698 * doc/install.texi: Likewise.
3699 * doc/invoke.texi: Likewise.
3701 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
3703 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
3706 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3708 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
3710 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
3711 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
3713 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
3714 -msdata=eabi usages.
3716 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
3718 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3720 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
3721 * fixinc/gnu-regex.c: Don't define `volatile'.
3722 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
3723 * ggc-simple.c: Likewise.
3724 * system.h: Don't define `volatile'.
3726 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
3727 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
3729 * config.in, configure: Regenerated.
3731 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3733 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
3734 Handle POINTERS_EXTEND_UNSIGNED.
3736 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3738 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
3739 !TARGET_IRIX6]: Define as NULL.
3741 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
3743 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
3745 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
3747 * dbxout.c (dbxout_source_line_counter): New global variable.
3748 Mark it with GTY(()).
3749 (dbxout_source_line): Increment dbxout_source_line_counter
3750 and pass it to ASM_OUTPUT_SOURCE_LINE.
3751 * sdbout.c (sdbout_source_line_counter): New global variable.
3752 Mark it with GTY(()).
3753 (unnamed_struct_number): Mark it with GTY(()).
3754 (sdbout_source_line): Increment sdbout_source_line_counter
3755 and pass it to ASM_OUTPUT_SOURCE_LINE.
3756 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
3757 (xcoffout_source_line): Pass 0 as third argument to
3758 ASM_OUTPUT_SOURCE_LINE.
3759 (xcoffout_begin_prologue): Likewise.
3760 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3761 Use it instead of 'sym_lineno' but without incrementing it.
3762 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3763 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3764 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3765 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
3766 argument to ASM_OUTPUT_SOURCE_LINE.
3767 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3768 * config/arm/aout.h: Remove useless comment.
3769 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3770 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3771 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3772 Use it instead of 'sym_lineno' but without incrementing it.
3773 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3774 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
3775 parameter. Use it instead of 'sym_lineno' but without incrementing it.
3776 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
3777 argument to ASM_OUTPUT_SOURCE_LINE.
3778 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3779 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3780 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3781 Use it instead of 'sym_lineno' but without incrementing it.
3782 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3783 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3784 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3785 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3786 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
3788 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
3790 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
3791 (expand_block_move, output_block_move): Remove.
3792 * config/mips/mips.h (enum block_move_type): Remove.
3793 * config/mips/mips.c (block_move_call, output_block_move): Remove.
3794 (mips_block_move_straight, mips_adjust_block_mem): New function.
3795 (mips_block_move_loop): Renamed and reworked from block_move_loop.
3796 (mips_expand_block_move): Likewise expand_block_move. Return false
3797 to fall back on the target-independent code.
3798 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
3799 (movstrsi_internal*): Remove.
3801 2003-06-16 Zack Weinberg <zack@codesourcery.com>
3803 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
3804 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
3805 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
3806 ISO C: new-style function declarations, no need for PARAMS,
3807 no special punctuation on indirect function calls, use string
3808 constant concatenation where convenient.
3810 2003-06-17 Andreas Jaeger <aj@suse.de>
3812 * rtl.h: Remove declarations from coverage.h.
3813 * toplev.c: Include coverage.h.
3814 * Makefile.in (toplev.o): Depend on coverage.h.
3816 * toplev.h: Remove extra declaration of print_time.
3818 * gengtype.c (close_output_files): Remove duplicated declaration.
3820 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3822 * config/sparc/sysv4.h: Remove target-independent comment;
3823 replace "GNU CC" with "GCC".
3824 * config/vxworks.h: Replace "GNU compiler" with "GCC".
3825 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
3826 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
3827 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
3828 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
3829 config/sparc/rtemself.h, config/sparc/sol2-64.h,
3830 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
3831 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
3832 config/sparc/sol2.h, config/sparc/sp64-aout.h,
3833 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
3834 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
3835 "GNU compiler", "GNU CC" with "GCC".
3836 * config/sparc/cypress.md, config/sparc/hypersparc.md,
3837 config/sparc/sparc-modes.def, config/sparc/sparc.c,
3838 config/sparc/sparc.md, config/sparc/sparclet.md,
3839 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
3840 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
3841 "GNU C Compiler" with "GCC".
3842 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
3844 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
3846 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
3849 * testsuite/gcc.c-torture/execute/simd-4.c: New.
3851 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3853 * config/ip2k/ip2k.h: Remove target-independent comments.
3855 * config.gcc: Explicitly mention elfos.h in ip2k entry.
3856 * config/ip2k/ip2k.h: Don't #include it here.
3858 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3860 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
3861 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
3862 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
3863 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
3864 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
3865 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
3866 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
3867 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
3870 * gengtype.c: Don't use UNION_INIT_ZERO.
3871 * system.h (UNION_INIT_ZERO): Delete.
3873 2003-06-16 Richard Henderson <rth@redhat.com>
3875 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
3876 GET_MODE_UNIT_SIZE when simplifying constant vectors.
3878 2003-06-16 Andreas Jaeger <aj@suse.de>
3880 * timevar.c (get_run_time): Remove function provided also by
3882 * timevar.h: Remove get_run_time declaration.
3884 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
3886 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
3889 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3891 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
3892 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
3893 use macros from "symcat.h", instead rely on ISO C.
3895 * system.h: Don't include "symcat.h".
3896 * configure.in (AC_C_STRINGIZE): Delete.
3897 * config.in, configure: Regenerate.
3899 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3901 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
3903 * tree.h (STMT_CHECK): New macro.
3904 Also upper-case argument names on all checking macros and
3905 fix some whitespace problems; assume CODE argument does not
3908 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3910 * scan.h: Convert to ISO C.
3911 * system.h: Likewise.
3913 * c-format.c (dynamic_format_types): New pointer for dynamic data.
3914 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
3915 New functions split out of...
3916 (handle_format_attribute): ...here.
3918 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
3920 * sh.h (REG_CLASS_FROM_LETTER): Change to:
3921 (REG_CLASS_FROM_CONSTRAINT).
3922 (CONST_OK_FOR_I): Rename to:
3923 (CONST_OK_FOR_I08). Changed all users.
3924 (CONST_OK_FOR_J): Rename to:
3925 (CONST_OK_FOR_I16). Changed all users.
3926 (CONST_OK_FOR_K): Rename to:
3927 (CONST_OK_FOR_P27). Changed all users.
3928 (CONST_OK_FOR_L): Rename to:
3929 (CONST_OK_FOR_K08). Changed all users.
3930 (CONST_OK_FOR_O): Rename to:
3931 (CONST_OK_FOR_I06). Changed all users.
3932 (CONST_OK_FOR_P): Rename to:
3933 (CONST_OK_FOR_I10). Changed all users.
3934 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
3935 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
3936 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
3937 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
3938 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
3939 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
3940 (CONST_OK_FOR_LETTER_P): Replace with
3941 (CONST_OK_FOR_CONSTRAINT_P).
3942 (EXTRA_CONSTRAINT_S): Rename to:
3943 (EXTRA_CONSTRAINT_C16). Changed all users.
3944 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
3945 (EXTRA_CONSTRAINT_T): Rename to:
3946 (EXTRA_CONSTRAINT_Csy). Changed all users.
3947 (EXTRA_CONSTRAINT_Z): Remove.
3948 (EXTRA_CONSTRAINT): Replace with:
3949 (EXTRA_CONSTRAINT_STR).
3950 (EXTRA_CONSTRAINT_U): Rename to:
3951 (EXTRA_CONSTRAINT_Z). Changed all users.
3952 * sh.c (and_operand): Use CONST_OK_FOR_J16.
3953 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
3954 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
3955 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
3956 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
3957 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
3958 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
3959 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
3960 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
3961 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
3962 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
3963 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
3964 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
3965 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
3966 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
3967 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
3968 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
3969 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
3970 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
3971 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
3972 (sssubv4hi3): Likewise.
3973 (movsf_i): Change I[08]/r to G/r.
3974 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
3976 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
3978 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
3980 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
3982 2003-06-16 Andreas Jaeger <aj@suse.de>
3984 * basic-block.h: Remove duplicate prototype of
3985 note_prediction_to_br_prob.
3987 * tree.h: Remove duplicate prototype of strip_float_extensions.
3989 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3991 * config/c4x/c4x.c: Don't include "c-tree.h".
3992 * config/pa/pa.c: Likewise.
3993 * langhooks.c: Likewise.
3994 * tree.h (poplevel): Declare.
3996 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
3998 * config/h8300/h8300.c (const_costs): Move this to ...
3999 (h8300_rtx_costs): ... here.
4001 2003-06-16 Roger Sayle <roger@eyesopen.com>
4003 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4004 (tan_optab, atan_optab): Define corresponding macros.
4005 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4006 * genopinit.c (optabs): Implement tan_optab and atan_optab
4007 using tan?f2 and atan?f2 patterns.
4008 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4009 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4010 Change the default value of errno_set to false.
4011 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4012 using expand_builtin_mathfn.
4014 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4015 expander patterns implemented using existing atan2?f3 patterns.
4017 2003-06-16 Roger Sayle <roger@eyesopen.com>
4019 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4020 both operands of the addition equal, reuse the expanded RTL.
4021 (expand_expr <MULT_EXPR>): Likewise for multiplication.
4023 2003-06-16 Roger Sayle <roger@eyesopen.com>
4024 Jeff Law <law@redhat.com>
4026 * fold-const.c (operand_equal_p): Consider two calls to "const"
4027 functions with identical non-volatile arguments to be equal.
4028 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4029 built-in function to be equal to the "foo" form.
4031 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4033 * config/rs6000/sysv4le.h: Remove target-independent comment.
4034 Replace "GNU compiler" with "GCC" in comment.
4036 2003-06-16 Andreas Jaeger <aj@suse.de>
4038 * tracer.c: Remove duplicate declaration.
4040 * toplev.c: Remove extra declaration of decode_d_option.
4042 * ssa.c: Remove duplicate declaration.
4044 * sreal.c: Remove extra declaration of dump_sreal.
4046 * reload1.c: Remove duplicate declarations.
4048 * integrate.c: Remove extra declaration of
4049 set_decl_abstract_flags.
4051 * flow.c: Remove extra declaration of dump_flow_info.
4053 * alias.c: Remove extra declaration of get_addr.
4055 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4057 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4058 config/vxworks.h: GNU CC -> GCC.
4060 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4061 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4062 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4063 ssa.h, tree.def: Replace overly specific references to "GNU C"
4064 and "GNU C Compiler" with references to "GCC".
4066 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
4068 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4069 memory reference. Fix test that checks if operand 1 is using r0.
4070 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4072 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4075 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
4077 * function.h (struct emit_status): Remove x_last_linenum,
4078 x_last_filename. Add x_last_location.
4079 * rtl.h: #include "input.h".
4081 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
4083 * emit-rtl.c (last_linenum, last_filename): Remove.
4084 (last_location): New.
4085 (emit_line_note_after): LINE must always be >= 0.
4086 (emit_line_note): Likewise. Check not duplicate here...
4087 (emit_note): ... rather than here.
4088 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
4089 * integrate.c (expand_inline_function): Use emit_line_note for
4091 (copy_insn_list): Likewise.
4092 * unroll.c (copy_loop_body): Likewise.
4093 * Makefile.in (RTL_H): Add input.h.
4095 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
4097 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
4099 2003-06-16 Richard Henderson <rth@redhat.com>
4101 * config/alpha/alpha-protos.h, config/alpha/elf.h,
4102 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
4103 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
4104 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
4105 Remove unneeded static function decls.
4107 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
4109 * c-opts.c (c_common_handle_option): s/on/value/.
4110 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
4111 directly rather than converting the argument.
4112 * c.opt: Update docs. Use UInteger where appropriate.
4113 * common.opt: Use UInteger where appropriate.
4114 * opts.c (integral_argument): New.
4115 (handle_argument): Handle integral arguments, and optional
4117 (common_handle_option): Update.
4118 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
4119 * opts.sh: Handle JoinedOrMissing and UInteger flags.
4121 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
4123 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
4124 unnecessary extern declaration.
4126 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
4128 * config/gofast.h, config/interix.h, config/interix3.h,
4129 config/libgloss.h, config/linux-aout.h, config/linux.h,
4130 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
4131 * config/kaos.h: "GNU compiler" -> GCC.
4132 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
4134 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
4135 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
4138 * config/svr3.h: Remove #if 0 code, misleading comments.
4141 2003-06-15 Zack Weinberg <zack@codesourcery.com>
4143 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
4144 main_input_filename to avoid conflict with input_filename macro.
4146 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
4148 * config/mips/mips.h (asm_file_name, g_switch_set,
4149 g_switch_value): Remove.
4150 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
4151 unnecessary extern declarations.
4153 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
4155 * config/frv/frv.h: Remove declaration of g_switch_value.
4156 * config/m32r/m32r.h: Remove declaration of g_switch_value.
4157 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
4159 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
4161 * opts.sh: Quote '+' in regex.
4163 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
4165 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
4166 * config/rs6000/rs6000.c: Include cfglayout.h.
4167 * config/alpha/alpha.c: Likewise.
4168 * config/ia64/ia64.c: Likewise.
4169 * config/sparc/sparc.c: Likewise.
4170 * config/sh/sh.c: Likewise.
4172 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
4174 * opts.sh: Quote '+' in regex.
4176 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
4178 * c-opts.c (lang_flags): Update for new spelling of flags.
4179 (write_langs): Similarly.
4180 * c.opt: Specify languages.
4181 * opts.h: Remove languages.
4182 * opts.sh: Recognise front-end defined languages.
4183 * doc/sourcebuild.texi: Update.
4185 2003-06-15 Andreas Jaeger <aj@suse.de>
4187 * alloc-pool.c: Convert to ISO C90 prototypes.
4188 * alloc-pool.h: Likewise.
4189 * alias.c: Likewise.
4190 * attribs.c: Likewise.
4191 * bb-reorder.c: Likewise.
4192 * bitmap.h: Likewise.
4193 * bitmap.c: Likewise.
4194 * builtins.c: Likewise.
4196 * tree.h: Convert prototypes of attribs.c to ISO C90.
4197 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
4198 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
4199 * expr.h: Convert prototypes of builtins.c to ISO C90.
4201 2003-06-15 Roger Sayle <roger@eyesopen.com>
4203 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
4204 implement exp, expf and expl built-ins as inline x87 intrinsics.
4205 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
4206 represent x87's fscale, frndint and f2xm1 insns respectively.
4207 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
4208 to encode x87's "fscale" instruction followed by a pop.
4209 (*frndintxf2): New insn pattern for "frndint".
4210 (*f2xm1xf2): New insn pattern for "f2xm1".
4212 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
4213 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
4216 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4218 * gencheck.c (main): Avoid generating duplicate macros.
4220 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
4221 knowing names of language subdirectories.
4223 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
4225 * c-pch.c (asm_file_name): Remove.
4226 * common.opt: Add more switches.
4227 * flags.h (g_switch_set): Boolify.
4228 * opts.c (g_switch_value, g_switch_set, exit_after_options,
4229 version_flag): Move from toplev.c.
4230 (common_handle_option): Handle more switches from toplev.c.
4231 * toplev.c (display_help, display_target_options, decode_d_option,
4232 print_version): Make non-static, remove prototypes.
4233 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
4234 (version_flag, g_switch_value, g_switch_set, exit_after_options):
4236 (independent_decode_option): Move some handlers to opts.c.
4237 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
4238 exit_after_options, version_flag, display_help, display_target_options,
4239 print_version, decode_d_option): New.
4241 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
4243 * config/alpha/alpha.md: Follow spelling conventions.
4244 * config/arm/arm.c: Likewise.
4245 * config/arm/arm.h: Likewise.
4246 * config/arm/arm.md: Likewise.
4247 * config/arm/crtn.asm: Likewise.
4248 * config/m32r/m32r.c: Likewise.
4249 * config/m32r/m32r.md: Likewise.
4250 * config/rs6000/rs6000.c: Likewise.
4252 2003-06-15 Richard Henderson <rth@redhat.com>
4254 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
4255 insn_locators_initialize.
4256 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
4257 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4258 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4259 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
4261 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
4263 * builtins.c (expand_builtin_expect_jump): Remove redundant
4264 tests that are also in any_condjump_p().
4266 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4268 * libgcc2.c: Delete sysV68 L_trampoline section.
4269 * config/m68k/mot3300-crt0.S: Delete file.
4270 * config/m68k/mot3300Mcrt0.S: Likewise.
4272 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
4274 * config/aoutos.h: Remove.
4275 * config.gcc: Remove reference to aoutos.h.
4276 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
4278 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
4280 * doc/install.texi: Follow spelling conventions.
4281 * doc/tm.texi: Likewise.
4282 * config/fp-bit.c: Likewise.
4283 * config/arm/arm.c: Likewise.
4284 * config/frv/frv.c: Likewise.
4285 * config/ns32k/NOTES: Likewise.
4286 * config/ns32k/STATUS: Likewise.
4288 2003-06-14 Roger Sayle <roger@eyesopen.com>
4289 Zack Weinberg <zack@codesourcery.com>
4291 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
4292 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
4293 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
4295 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
4296 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
4297 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
4298 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
4299 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
4300 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
4301 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
4302 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
4303 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
4304 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
4305 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
4306 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
4307 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
4308 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
4309 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
4310 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4311 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4312 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4313 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4314 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4316 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
4318 * opts.sh (POSIXLY_CORRECT): Unset it.
4320 * tree.h (init_function_start): Remove filename and line paramters.
4321 * function.c (init_function_start): Remove filename and line
4322 parameters. Use DECL_SOURCE_LOCATION.
4323 * c-decl.c (store_parm_decls): Adjust init_function_start call.
4324 (c_expand_body_1): Likewise.
4325 * coverage.c (create_coverage): Likewise.
4326 * objc/objc-act.c (build_tmp_function_decl): Set line number to
4328 (hack_method_prototype): Adjust init_function_start call.
4330 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
4333 * arm/linux-elf.h (PROFILE_HOOK): Define.
4335 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
4338 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
4340 2003-06-14 Roger Sayle <roger@eyesopen.com>
4342 * opts.sh: Work around a mysterious feature in cygwin's gawk
4343 where specifying the input files explicitly has a different
4344 behavior to piping them via stdin.
4346 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
4348 * doc/sourcebuild.texi: Update.
4350 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
4353 * arm.c (output_move_double): Pass SImode to adjust_address.
4355 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
4357 * Makefile.in: Update to use common.opt and lang_opt_files.
4358 (c-options.c, c-options.h): Remove.
4359 (options.c, options.h): Add.
4360 * c-opts.c: Include options.h not c-options.h.
4361 * common.opt: New file.
4362 * configure, configure.in: Add lang_opt_files.
4363 * opts.c: Include flags.h and diagnostic.h.
4364 (common_handle_option): New.
4365 (handle_option): Update to recognize common options and all
4366 language-dependent options.
4367 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
4368 (struct cl_option): Make flags of type int.
4369 * opts.h: Flag option with front ends to which it applies.
4370 Handle duplicate options.
4371 * toplev.c (filename): Remove.
4372 (independent_decode_option): Don't handle filenames and -quiet.
4373 (process_options, do_compile): Update.
4375 2003-06-14 Nick Clifton <nickc@redhat.com>
4377 * doc/install.texi (Specific): Add description of different
4378 ARM supported file format targets.
4380 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
4382 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
4385 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
4387 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
4388 * unwind-pe.h (size_of_encoded_value): Do not define if
4389 NO_SIZE_OF_ENCODED_VALUE is defined.
4391 2003-06-13 Roger Sayle <roger@eyesopen.com>
4393 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
4394 expanding a complex constant into a CONCAT target.
4396 2003-06-13 Zack Weinberg <zack@codesourcery.com>
4398 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
4399 (ASM_FILE_START_1): Delete.
4400 * config/i386/att.h, config/i386/sco5.h,
4402 (ASM_FILE_START_1): Delete.
4404 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
4406 * config/i386/bsd.h: Remove ASM_FILE_START.
4407 * config/i386/djgpp.h: Likewise.
4408 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
4410 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
4411 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
4413 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
4416 * haifa-sched.c (max_lookahead_tries,
4417 cached_first_cycle_multipass_dfa_lookahead,
4418 cached_issue_rate): New variables.
4419 (max_issue): Check the number of tries.
4420 (choose_ready): Calculate max_lookahead_tries.
4421 (sched_init): Check cached_issue_rate.
4423 2003-06-13 Richard Henderson <rth@redhat.com>
4425 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
4426 * cfgrtl.c (purge_dead_edges): Expect it too.
4428 2003-06-13 Jim Wilson <wilson@tuliptree.org>
4429 Eric Botcazou <ebotcazou@libertysurf.fr>
4432 * combine.c (make_extraction): Use gen_lowpart_for_combine
4433 when extracting from a REG and not in the destination of a SET.
4435 2003-06-13 Doug Evans <dje@sebabeach.org>
4437 * tsystem.h (abort): Declare in inhibit_libc case to remove build
4438 warnings for addvsi3, et.al.
4440 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
4442 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
4444 * simplify-rtx.c (simplify_subreg): Same.
4446 * emit-rtl.c (gen_lowpart_common): Same.
4448 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
4450 * builtins.c: Fix comment typos.
4451 * fold-const.c: Likewise.
4453 2003-06-13 Doug Evans <dje@sebabeach.org>
4454 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4456 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
4457 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
4458 (m32r_va_arg): Use it.
4459 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
4460 (RETURN_IN_MEMORY): Ditto.
4462 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
4464 * c-typeck.c: Remove #if 0 clauses.
4467 * config/alpha/openbsd.h, config/i386/openbsd.h,
4468 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
4469 residual reference to EGCS.
4471 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4473 * arm.c (output_call_mem): If the address references the link-register
4474 use an instruction sequence that avoids early-clobbering IP.
4475 (eliminate_lr2ip): Delete.
4477 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4479 * c-format.c (format_types_orig): Disallow '*' width/precision in
4480 asm_fprintf format checks.
4482 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
4484 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
4485 non-integral types from integer register save area slots.
4487 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
4489 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
4491 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
4493 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
4495 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
4497 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
4498 to file_end_indicate_exec_stack.
4500 2003-06-12 Richard Henderson <rth@redhat.com>
4503 * config/i386/i386.md (sse_movaps): Use an expander to force
4504 one operand to be a register.
4505 (sse_movups): Likewise.
4507 2003-06-13 Doug Evans <dje@sebabeach.org>
4509 Remove some build warnings.
4510 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
4511 (__do_global_ctors,__do_global_dtors): Ditto.
4513 2003-06-12 Richard Henderson <rth@redhat.com>
4516 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
4518 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
4520 * config/m32r/m32r.md: Fix a comment typo.
4522 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
4523 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
4526 * config/sparc/sparc.c (function_arg_record_value_parms): Add
4528 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
4529 integer slots for an integer field.
4530 (function_arg_record_value_3): Shift vector index.
4531 (function_arg_record_value_2): Likewise.
4532 (function_arg_record_value): Initialize 'stack' to 0.
4533 Set 'stack' to 1 if we run out of integer slots for an integer field.
4534 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
4536 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
4538 PR optimization/10955
4539 * unroll.c (unroll_loop): Fix off-by-one bug.
4541 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4543 * config/rs6000/rs6000.c (function_arg): Remove typo.
4545 2003-06-12 Richard Henderson <rth@redhat.com>
4547 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
4550 2003-06-12 Richard Henderson <rth@redhat.com>
4553 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
4554 for extracting sub-words.
4556 2003-06-12 Richard Henderson <rth@redhat.com>
4559 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
4560 (zero_extendqihi2, zero_extendqisi2): Likewise.
4562 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4564 * config/rs6000/rs6000.c (function_arg): Always split vectors for
4565 e500 if it's a stdarg function.
4566 (function_arg_advance): Advance 2 registers for vectors in a
4568 (init_cumulative_args): Initialize stdarg.
4569 (rs6000_spe_function_arg): New.
4571 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
4573 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4575 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
4577 2003-06-12 Roger Sayle <roger@eyesopen.com>
4580 * fold-const.c (tree_expr_nonnegative_p): Handle addition
4581 and multiplication of zero extensions, floating point division,
4582 and integer<->fp, fp<->fp and zero extension conversions.
4583 The built-in ceil and floor functions preserve signedness.
4585 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
4587 * ChangeLog: Follow spelling conventions.
4588 * ChangeLog.2: Likewise.
4589 * c-decl.c: Likewise.
4590 * cfgloop.h: Likewise.
4591 * cgraph.c: Likewise.
4592 * coverage.c: Likewise.
4593 * cppcharset.c: Likewise.
4594 * cpphash.h: Likewise.
4595 * cpplex.c: Likewise.
4596 * cpplib.c: Likewise.
4597 * dbxout.c: Likewise.
4599 * dwarf2out.c: Likewise.
4600 * dwarfout.c: Likewise.
4601 * emit-rtl.c: Likewise.
4602 * explow.c: Likewise.
4603 * gcov-io.c: Likewise.
4604 * gcov-io.h: Likewise.
4606 * gengtype.c: Likewise.
4610 * reload.c: Likewise.
4613 2003-06-12 Janis Johnson <janis187@us.ibm.com>
4615 * doc/install.texi (m32r-*-elf): Change company to Renesas.
4617 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
4619 * basic-block.h (flow_delete_block_noexpunge): Kill.
4620 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
4623 2003-06-10 Richard Henderson <rth@redhat.com>
4626 * reg-stack.c (any_malformed_asm): New.
4627 (check_asm_stack_operands): Set it.
4628 (convert_regs_1): Check it before aborting.
4630 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4632 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
4634 2003-06-12 Jakub Jelinek <jakub@redhat.com>
4636 * c-opts.c (complain_wrong_lang): Add on argument.
4637 Print no- switch if on is false.
4638 (c_common_decode_option): Adjust caller.
4640 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4642 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
4643 to initialize GOT register.
4645 2003-06-12 Roger Sayle <roger@eyesopen.com>
4647 * fold-const.c (tree_expr_nonnegative_p): Add support for
4648 floating point constants, addition and multiplication.
4650 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
4652 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
4653 constraint modifier for operand 0.
4655 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
4657 Don't warn on dollars in builtin macro definitions,
4658 e.g. __REGISTER_PREFIX__.
4659 * cpphash.h (struct cpp_reader): Move member warn_dollars...
4660 * cpplib.h (struct cpp_options): ...to here. Change type to
4662 * cppinit.c (cpp_create_reader): Set it to 1 here.
4663 (post_options): Don't set it here.
4664 * c-opts.c (c_common_init_options): Reset it to 0 here.
4665 (finish_options): Set it here.
4666 * cpplex.c (forms_identifier_p): Tweak for new location of
4669 * configure.in (assembler dwarf2 debug_line support): Define insn
4670 for cris-*-* and mmix-*-*.
4671 * configure: Regenerate.
4673 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
4675 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
4676 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
4677 (sh-*-elf*): Add sh*-*-kaos* support.
4678 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
4679 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
4680 config/sh/kaos-sh.h: New files.
4682 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
4684 * gcse.c (fis_get_condition): Make it a global function.
4685 * reload1.c (reload_cse_move2add): Detect implicit sets.
4686 * rtl.h: Add a prototype for fis_get_condition.
4688 2003-06-11 Richard Henderson <rth@redhat.com>
4690 * stmt.c (expand_asm_operands): Don't warn for memories with
4693 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
4695 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
4698 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
4700 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
4701 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
4702 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
4703 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
4704 * langhooks.c (lhd_decode_option): Remove.
4705 * langhooks.h (struct lang_hooks): Remove decode_option.
4706 * opts.c (handle_option): No longer use decode_option.
4708 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4710 * cfgloopanal.c (variable_initial_value): Update the set of altered
4711 registers correctly.
4713 2003-06-11 Roger Sayle <roger@eyesopen.com>
4714 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4716 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
4717 * config/i386/netbsd-elf.h: Likewise.
4718 * config/m32r/m32r.h: Likewise.
4719 * config/mn10300/mn10300.h: Likewise.
4720 * config/stormy16/stormy16.h: Likewise.
4721 * config/v850/v850.h: Likewise.
4722 * config/vax/netbsd-elf.h: Likewise.
4723 * config/xtensa/elf.h: Likewise.
4724 * config/xtensa/linux.h: Likewise.
4726 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4728 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
4731 * config/mips/dbxmdebug.h: New file.
4732 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
4733 gas and --with-stabs.
4735 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
4737 * expr.c (can_move_by_pieces): align argument may be unused.
4739 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
4741 * expr.c (convert_move): Handle moves between two CONCATs.
4743 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
4745 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
4748 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
4750 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
4751 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
4752 (TARGET_RTL_DUMP): Likewise.
4753 (TARGET_SWITHCES): Remove -mrtl-dump.
4755 2003-06-10 Richard Henderson <rth@redhat.com>
4757 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
4759 2003-06-10 Richard Henderson <rth@redhat.com>
4761 * config/ia64/ia64.md (call_gp): Fix memory mode.
4763 2003-06-10 James E Wilson <wilson@tuliptree.org>
4766 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
4767 hard regs for reload_reg_used_at_all and reg_class_contents checks.
4769 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
4771 * config/h8300/h8300.c (print_operand): Remove support for
4772 operand character 'b'.
4773 Add the AND case to operand character 'c'.
4774 * config/h8300/h8300.md (two anonymous patterns): Replace
4775 operand character 'b' with 'c'.
4777 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
4779 * config/h8300/h8300.c (print_operand): Remove support for
4780 operand character 'u'.
4782 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
4784 * configure.in: Fix typo.
4785 * configure: Regenerate.
4787 2003-06-10 Loren James Rittle <ljrittle@acm.org>
4789 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
4792 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
4794 * sh-protos.h (function_symbol): Declare.
4795 * sh.c (expand_block_move, expand_ashiftrt): Use it.
4796 (sh_expand_prologue, sh_expand_epilogue): Likewise.
4797 (sh_initialize_trampoline): Likewise.
4798 (function_symbol): New function.
4799 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
4800 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
4801 (call_value_pop, shcompact_return_tramp): Likewise.
4803 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
4805 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
4808 2003-06-10 DJ Delorie <dj@redhat.com>
4810 * doc/md.texi (Machine Constraints): Document stormy's Z
4813 2003-06-10 Geoffrey Keating <geoffk@apple.com>
4815 * except.c (call_site_base): Mark with GTY.
4817 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
4819 * arm-proto.h: Convert to ISO C90 prototypes.
4822 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
4824 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
4826 2003-06-10 Steve Ellcey <sje@cup.hp.com>
4828 * calls.c (expand_call): Convert structure_value_addr to Pmode if
4831 2003-06-10 Andrew Haley <aph@redhat.com>
4833 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
4834 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
4835 (lhd_decl_ok_for_sibcall): New.
4836 * langhooks.c (lhd_decl_ok_for_sibcall): New.
4837 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
4838 * calls.c (expand_call): Check lang_hook before generating a
4841 2003-06-10 DJ Delorie <dj@redhat.com>
4843 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
4844 which matches (const_int 0) for addhi3.
4845 * config/stormy16/stormy16.md: Document known constraints.
4846 (addhi3): Handle adding zero.
4848 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4850 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
4851 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
4852 * config/m32r/m32r-protos.h: Prototype it.
4854 2003-06-10 Janis Johnson <janis187@us.ibm.com>
4856 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
4857 common to rs6000 sysv targets.
4858 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
4859 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
4861 2003-06-10 Nick Clifton <nickc@redhat.com>
4863 * config.gcc: Add arm-wince-pe target.
4864 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
4865 Add comment about default apcs26 support.
4866 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
4868 (MULTILIB_DIRNAMES): Add 'apcs32'.
4869 * config/arm/t-wince-pe: New makefile fragment.
4870 * config/arm/wince-pe.h: New file. Overrides a few definitions
4873 2003-06-10 Roger Sayle <roger@eyesopen.com>
4875 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
4876 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
4877 when x is easily negated and f is sin, tan or atan.
4878 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
4879 sin(x) with flag_unsafe_math_optimizations.
4880 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
4881 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
4883 2003-06-10 Roger Sayle <roger@eyesopen.com>
4885 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
4886 is a floating point type *and* we currently honor NaNs.
4887 (fold <NE_EXPR>): Likewise.
4889 2003-06-10 Mark Mitchell <mark@codesourcery.com>
4892 * tree-inline.c (inlinable_function_p): Call the language-specific
4895 2003-06-09 David Taylor <dtaylor@emc.com>
4897 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
4900 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
4902 * configure.in: Remove references to host_truncate_target.
4903 * configure: Regenerate.
4904 * config.gcc: Remove references to truncate_target,
4905 host_truncate_target.
4907 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
4908 Replace "build_canonical" with build, "host_canonical" with host.
4909 * configure.in: Use GCC_TOPLEV_SUBDIRS.
4910 * aclocal.m4: Include ../config/acx.m4.
4911 * configure: Regenerate.
4913 2003-06-09 David Taylor <dtaylor@emc.com>
4915 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
4916 bytes of padding in the __va_list_tag structure a name (reserved).
4918 2003-06-09 Jason Merrill <jason@redhat.com>
4920 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
4922 2003-06-09 Osku Salerma <osku@iki.fi>
4924 * c-format.c (check_format_string, get_constant): New.
4925 (handle_format_attribute, handle_format_arg_attribute,
4926 decode_format_attr): Change to use above functions.
4928 2003-06-09 Richard Henderson <rth@redhat.com>
4930 * stmt.c (expand_asm_operands): Re-word warning.
4932 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
4935 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
4938 2003-06-09 James E Wilson <wilson@tuliptree.org>
4940 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
4941 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
4942 Add libgcc exception.
4944 2003-06-09 David Edelsohn <edelsohn@gnu.org>
4945 Ayal Zaks <gcchaifa@us.ibm.com>
4947 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
4948 (insvsi*): Add insert_word attribute.
4949 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
4950 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
4951 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
4953 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
4955 * fold-const.c (fold): Fix a comment typo.
4957 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
4959 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
4962 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
4964 * sh.c (gen_block_redirect): Use locators.
4966 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
4968 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
4971 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4973 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
4975 * configure: Regenerated.
4977 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4978 Alexandre Oliva <aoliva@redhat.com>
4980 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
4981 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
4982 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
4984 (MUST_SAVE_REGISTERS): Delete.
4985 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
4986 (machine_function): Add global_pointer field.
4987 (mips_classify_constant): Check for (const $gp) using pointer equality
4988 with pic_offset_table_rtx.
4989 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
4990 (mips_restore_gp): Use current_function_outgoing_args_size.
4991 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
4992 GP_REG_FIRST + 28. Handle relocation strings that have
4994 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
4995 (mips_global_pointer): New function.
4996 (mips_save_reg_p): New function, mostly split out from...
4997 (compute_frame_size): ...here. Remove handling of extra_size.
4998 Reclaim args_size if no variables depend on it. Don't treat gp
4999 as a special case: handle it in the main GPR loop.
5000 (mips_initial_elimination_offset): Fix comment.
5001 (save_restore_insns): Save every register in the GPR mask,
5002 removing distinction between mask and real_mask.
5003 (mips_output_function_prologue): Update .frame psuedo-op after
5004 the removal of extra_size. Move the SVR4 PIC stack allocation
5005 and cprestore instructions to mips_expand_prologue.
5006 (mips_gp_insn): New function.
5007 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5008 the chosen global pointer. Handle SVR4 PIC stack allocation
5009 in the same way as other ABIs. Adjust varargs code accordingly.
5010 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
5011 to emit the loadgp sequence. Follow it with a loadgp_blockage
5012 if not using explicit relocs.
5013 (mips_output_function_epilogue): Reinstate the default gp register.
5014 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5015 (mips16_optimize_gp): Likewise.
5016 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5017 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5018 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5020 (loadgp_blockage, cprestore): New instructions.
5021 (builtin_setjmp_setup): Implement using emit_move_insn. Use
5022 pic_offset_table_rtx.
5023 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5024 (builtin_longjmp): Use gen_raw_REG to force use of $28.
5026 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5028 * config/mips/mips-protos.h (mips_output_division): Declare.
5029 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5030 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5031 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5032 (TARGET_CHECK_ZERO_DIV): New macro.
5033 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5034 * config/mips/mips.c (mips_output_division): New function.
5035 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5036 account when calculating the default length of a division.
5037 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5038 Enable regardless of optimization level. Use mips_output_division.
5039 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5040 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5041 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5042 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5043 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5044 umoddi3_internal): Remove.
5046 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5048 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5049 (mips_sw_reg_names): Likewise.
5050 (mips_regno_to_class): Change hilo entry to NO_REGS.
5051 (hilo_operand): Use MD_REG_P.
5052 (extend_operator): New predicate.
5053 (override_options): Remove 'a' constraint.
5054 (mips_secondary_reload_class): Remove hilo handling. Also remove
5055 handling of (plus sp reg) reloads for mips16.
5056 (mips_register_move_cost): Remove hilo handling.
5057 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5058 (MD_REG_LAST): Remove hilo from range.
5059 (HILO_REGNUM): Delete.
5060 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5061 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5062 (PREDICATE_CODES): Add entry for extend_operator.
5063 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5064 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5065 Remove constraints from multiplication define_expands. Remove
5066 clobbers from "decorative" define_expand patterns.
5067 (UNSPEC_HILO_DELAY): Delete.
5068 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5069 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5070 Adjust C code to just emit insns for !TARGET_64BIT.
5071 (mulsidi3_internal): Rename to mulsidi3_32bit.
5072 (mulsidi3_64bit): Use a "d" constraint for the destination.
5073 Use extend_operator so that the pattern can handle umulsidi3 as well.
5074 Split the instruction after reload.
5075 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5076 (umulsidi3_internal): Rename to umulsidi3_32bit.
5077 (umulsidi3_64bit): Remove.
5078 (*smsac_di, *umsac_di): Line-wrap fixes.
5079 (udivsi3_internal): Don't allow operand 2 to be constant.
5080 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
5081 (movdi_internal2, movsi_internal): Remove hilo alternatives.
5082 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
5084 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5087 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
5088 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
5089 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
5090 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
5091 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
5092 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
5093 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
5094 asm_out_text_file with asm_out_file.
5095 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
5096 * config/mips/elf.h (TEXT_SECTION): Undefine.
5097 * config/mips/elf64.h (TEXT_SECION): Undefine.
5098 * config/mips/openbsd.h (TEXT_SECION): Undefine.
5099 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
5100 (override_options): Disable small-data optimizations unless using
5101 gas or explicit relocations.
5102 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
5103 iris6_asm_named_section, iris6_asm_file_start): Remove code for
5104 handling TARGET_FILE_SWITCHING.
5105 (copy_file_data): Move into TARGET_IRIX6 block.
5107 2003-06-08 Richard Henderson <rth@redhat.com>
5109 * expr.h (EXPAND_MEMORY): New.
5110 * expr.c (expand_expr): Check it.
5111 * stmt.c (expand_asm_operands): Provide it when the constraint
5112 requires a memory. Warn for memory input constraints without
5115 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5117 * varasm.c: Don't include c-tree.h.
5119 2003-06-08 Andreas Jaeger <aj@suse.de>
5121 * predict.h: Convert to ISO C90 prototypes.
5122 * predict.c: Likewise.
5123 * tree-dump.h: Likewise.
5124 * tree-dump.c: Likewise.
5125 * diagnostic.h: Likewise.
5126 * diagnostic.c: Likewise.
5127 * combine.c: Likewise.
5129 * rtl.h: Convert prototypes of combine.c to ISO C90.
5131 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
5133 * cfglayout.c (insn_scope): New static function
5134 (block_locators_*, line_locators*, file_locators*): New static varrays.
5135 (scope_to_insns_initialize): Use them.
5136 (insn_line, insn_file): New functions.
5137 (scope_to_insns_finalize): Use insn_scope.
5138 (prologue_locator, epilogue_locator): New global variables.
5139 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
5140 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
5141 (emit_insn_after_scope, emit_insn_before_scope
5142 emit_jump_insn_after_scope, emit_jump_insn_before_scope
5143 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5144 (emit_insn_after_setloc, emit_insn_before_setloc
5145 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5146 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5148 * final.c (notice_source_line): Use locators.
5149 (final_start_function): Set initial source file and line.
5150 (final_scan_insn): Use locators.
5151 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
5152 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
5153 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
5154 noce_process_if_block, find_cond_trap): Likewise.
5155 * integrate.c (copy_insn_list): Likewise.
5156 * jump.c (duplicate_loop_exit_test): LIkewise.
5157 * print-rtl.c (print_rtx): Print locators.
5158 * recog.c (peephole2_optimize): Likewise.
5159 * rtl.h (INSN_SCOPE): Remove.
5160 (emit_insn_after_scope, emit_insn_before_scope
5161 emit_jump_insn_after_scope, emit_jump_insn_before_scope
5162 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5163 (emit_insn_after_setloc, emit_insn_before_setloc
5164 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5165 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5166 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
5167 * unroll.c (copy_loop_body): Use locators.
5168 * function.c (set_insn_locators): New function.
5169 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
5171 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
5173 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
5174 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
5175 _fixsfdi _fixunssfdi.
5176 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
5178 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
5179 * config/h8300/clzhi2.c: New.
5180 * config/h8300/ctzhi2.c: Likewise.
5181 * config/h8300/parityhi2.c: Likewise.
5182 * config/h8300/popcounthi2.c: Likewise.
5184 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
5186 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
5187 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
5189 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
5190 (dump_bb): New based on old dump_bb in cfgrtl.c
5191 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
5192 * cfghooks.h (cfgh_verify_flow_info): Return status.
5193 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
5194 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
5195 (dump_bb): Remove generic parts.
5196 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
5197 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
5199 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
5201 * Makefile.in: Rename options.c and options.h to c-options.c and
5203 (OBJS): Remove options.o.
5204 * c-opts.c: Don'tInclude c-options.h instead of options.h.
5205 * opts.c: Don't include options.h.
5206 (find_opt): Can't use enum opt_code or N_OPTS.
5207 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
5208 * opts.sh: ... here.
5210 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
5211 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5214 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
5215 if HAVE_MINCORE is defined.
5216 (MAP_FAILED): Define if not defined.
5217 (gt_pch_save): Test against MAP_FAILED.
5218 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
5219 the mapping address to the preferred base after checking it
5220 is possible to do so. Test against MAP_FAILED.
5221 * configure.in: Test for the presence of mincore in libc.
5222 * config.in: Regenerate.
5223 * configure: Regenerate.
5225 2003-06-07 Richard Henderson <rth@redhat.com>
5227 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
5228 conditional compilation guard.
5230 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
5232 * optabs.c (expand_abs): Set result_unsignedp to 1 if
5235 2003-06-07 Richard Henderson <rth@redhat.com>
5237 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
5239 2003-06-07 Richard Henderson <rth@redhat.com>
5241 * basic-block.h (EDGE_SIBCALL): New.
5242 (EDGE_ALL_FLAGS): Update.
5243 * cfg.c (dump_edge_info): Add sibcall name.
5244 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
5245 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
5247 2003-06-07 Andreas Jaeger <aj@suse.de>
5249 * mklibgcc.in (lib2funcs): Remove _exit.
5250 * libgcc2.c: Remove L_exit.
5251 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
5253 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5255 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5257 * ggc.h: Convert to ISO C90 prototypes.
5258 * ggc-none.c: Likewise.
5259 * ggc-common.c: Likewise.
5260 * ggc-page.c: Likewise.
5261 * ggc-simple.c: Likewise.
5263 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
5265 * system.h: Poison INIT_SECTION_PREAMBLE.
5267 2003-06-07 Zack Weinberg <zack@codesourcery.com>
5269 * config.gcc (with_cpu handling): Translate sparc64 in
5270 $machine to --with-cpu=v9.
5271 * config/alpha/alpha.c
5272 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
5273 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
5275 * target.h: New hook asm_out.file_end.
5276 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
5277 * toplev.c (compile_file): Use targetm.asm_out.file_end.
5278 * system.h: Poison ASM_FILE_END.
5279 * varasm.c (file_end_indicate_exec_stack): New.
5280 * output.h: Prototype it.
5281 * doc/tm.texi: Document TARGET_ASM_FILE_END and
5282 file_end_indicate_exec_stack. Delete references to attasm.h.
5284 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
5285 (ASM_FILE_END): Delete; move code...
5286 * config/darwin.c (darwin_file_end): Here; new function.
5287 * config/darwin-protos.h: Prototype it.
5288 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
5289 rename unicosmk_file_end.
5290 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
5291 * config/arm/arm.c (aof_file_end): ... here; new static function.
5292 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
5293 Make aof_dump_imports and aof_dump_pic_table static.
5294 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
5295 Set TARGET_ASM_FILE_END to avr_file_end.
5296 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
5297 Set TARGET_ASM_FILE_END to c4x_file_end.
5298 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
5299 make static. Take no arguments. Set TARGET_ASM_FILE_END to
5301 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
5302 * config/i370/i370.c (i370_file_end): ... here; new static function.
5303 Set TARGET_ASM_FILE_END to i370_file_end.
5304 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
5305 Take no arguments. Call file_end_indicate_exec_stack if
5306 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
5307 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5308 Define NEED_INDICATE_EXEC_STACK to 0.
5309 * config/i386/linux.h, config/i386/linux64.h: Redefine
5310 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5311 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5312 i386_pe_file_end. Take no arguments. Use ix86_file_end.
5313 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5314 ia64_hpux_file_end, make static. Take no arguments.
5315 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5316 commands_in_prologues, commands_in_epilogues): Delete.
5317 (function_epilogue): Update to match.
5318 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5319 make static. Take no arguments.
5320 (iris6_asm_file_end): Rename iris6_file_end, make static, use
5321 mips_file_end, take no arguments.
5322 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
5324 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
5325 make static, take no arguments. Set TARGET_ASM_FILE_END to
5327 * config/pa/pa.c (output_deferred_plabels): Make static, take
5328 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
5329 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
5330 (ASM_FILE_END): Delete; move code...
5331 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
5332 new static function.
5334 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
5335 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
5336 Don't set ASM_FILE_END.
5337 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
5338 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
5339 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
5340 file_end_indicate_exec_stack; don't set ASM_FILE_END.
5341 * config/alpha/unicosmk.h, config/i386/cygming.h
5342 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5343 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
5344 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
5345 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
5346 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
5347 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
5349 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
5351 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
5354 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
5356 * Makefile.in (stageprofile_build): Kill redundant target.
5357 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
5359 2003-06-07 Andreas Jaeger <aj@suse.de>
5361 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
5363 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
5364 * config/dsp16xx/dsp16xx.h: Likewise.
5365 * config/i386/i386.h: Likewise.
5366 * config/ip2k/ip2k.h: Likewise.
5368 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
5370 * Makefile.in (OJBS, c-opts.o): Update.
5371 (c-options.c, c-options.h): Rename options.h and options.c.
5372 (options.h): Rename options_.h.
5374 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
5375 (c_common_init_options): Update prototype.
5376 * c-lang.c (c_init_options): Update prototype.
5377 (LANG_HOOKS_HANDLE_OPTION): Override.
5378 (LANG_HOOKS_DECODE_OPTION): Drop.
5379 * c-opts.c: Include opts.h and options.h instead of c-options.h
5381 (lang_flags): Move to file scope.
5382 (find_opt, c_common_decode_option): Remove.
5383 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
5384 CL_REJECT_NEGATIVE): Move to opts.h.
5385 (missing_arg): Update prototype.
5386 (c_common_init_options): Update for new prototype.
5387 (c_common_handle_options): Filenames are passed as N_OPTS.
5388 * hooks.c (hook_int_void_0): New.
5389 * hooks.h (hook_int_void_0): New.
5390 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
5391 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
5392 (LANG_HOOKS_INITIALIZER): Update.
5393 * langhooks.h (init_options): Update.
5394 (handle_option): New.
5395 * opts.c, opts.h: New files.
5396 * opts.sh: Update c file to include opts.h and options.h.
5397 * toplev.c: Include opts.h; change options.h to options_.h.
5398 (parse_options_and_default_flags): Get lang_mask, use
5399 handle_option for language-specific handling.
5400 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
5401 (LANG_HOOKS_HANDLE_OPTION): Override.
5402 (objc_init_options): Update.
5404 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
5405 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
5408 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
5411 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
5413 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
5415 * configure: Regenerate.
5417 2003-06-07 Alan Modra <amodra@bigpond.net.au>
5419 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
5421 2003-06-06 James E Wilson <wilson@tuliptree.org>
5424 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
5425 different in fields.
5427 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
5429 * configure.in: Make $(target_subdir) correspond with top level usage.
5430 * Makefile.in: Likewise.
5431 * configure: Regenerate.
5433 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5435 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
5436 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
5437 unsigned HOST_WIDE_INT.
5438 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
5440 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
5443 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5445 * doc/install.texi (Prerequisites): New section documenting
5446 tools and packages necessary prior to building and/or
5448 * doc/install.texi2html: Also generate prerequisites.html.
5450 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
5453 * ifcvt.c (noce_process_if_block): Fail if the destination has
5456 2003-06-06 Jason Merrill <jason@redhat.com>
5458 * stmt.c (resolve_asm_operand_names): Rename from
5459 resolve_operand_names. No longer static. Avoid needless copying.
5460 Don't build array of constraints.
5461 (expand_asm_operands): Build it here.
5462 * tree.h: Declare resolve_asm_operand_names.
5464 * stmt.c (expand_decl): Put artificial vars into registers even
5465 when not optimizing, and don't mark the regs as user vars.
5467 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
5469 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
5470 of the generated register.
5472 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
5474 * config.gcc: Add a missing sparc64 case.
5476 2003-06-06 Jakub Jelinek <jakub@redhat.com>
5478 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
5479 the .hidden assembly stubs.
5481 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
5483 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
5486 * config/i386/mmintrin.h: Update version and add alternate
5488 * config/i386/xmmintrin.h: Likewise.
5490 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
5492 * config/i386/emmintrin.h: Here. New file.
5494 2003-06-06 Roger Sayle <roger@eyesopen.com>
5496 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
5497 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
5498 when the ABS_EXPR (fabs or abs) is not required.
5499 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
5500 always nonnegative from fold to here. Additionally, cabs and fabs
5501 are always non-negative, and pow and atan are non-negative if
5502 their first argument is non-negative.
5504 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
5505 Evaluate cabs of a constant at compile-time. Convert cabs of a
5506 non-complex argument into fabs. Convert cabs(z) into
5507 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
5508 -funsafe-math-optimizations or -ffast-math.
5509 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
5510 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
5512 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
5514 * sourcebuild.texi (Front End Directory): Document new hooks.
5516 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
5518 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
5519 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
5521 (pro_epilogue_adjust_stack_rex64_2): New pattern
5523 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
5525 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5527 * cfghooks.h, cfghooks.c: New files.
5528 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
5529 (OBJS): Add cfghooks.o.
5530 (cfghooks.o): New rule.
5531 * basic-block.h (split_edge): Rename to rtl_split_edge.
5532 (verify_flow_info): Rename to rtl_verify_flow_info.
5533 (cfghooks.h): Included here.
5534 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
5535 (verify_flow_info): Renamed rtl_verify_flow_info.
5536 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
5538 * basic-block.h (split_block, split_edge, flow_delete_block,
5539 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
5540 (flow_delete_block_noexpunge): Return void.
5541 * cfg.c (verify_flow_info): New function.
5542 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
5543 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
5545 * cfglayout.c (function_footer): Rename to...
5546 (cfg_layout_function_footer): ... this variable
5547 (unlink_insn_chain): Make global.
5548 (fixup_reorder_chain, record_effective_endpoints): Update.
5549 (cleanup_unconditional_jumps): Use delete_block.
5550 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
5551 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
5552 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
5553 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
5554 (cfg_layout_function_footer): Declare.
5555 * cfgloopmanip (split_loop_bb): Do not update RBI.
5556 (remove_bbs): Use delete_block.
5557 (loop_reidrect_edge, loop_delete_branch_edge): Use
5558 redirect_edge_and_branch.
5559 (create_preheader): Use split_block and redirect_edge_and_branch_force.
5560 (split_edge_with): Likewise.
5561 * cfgrtl.c: Include cfglayout.h
5562 (split_edge): Rename to ...
5563 (rtl_split_edge) ... this one; make local.
5564 (redirect_edge_and_branch): Rename to ...
5565 (rtl_redirect_edge_and_branch) ... this one; make local.
5566 (redirect_edge_and_branch_force): Rename to ...
5567 (rtl_redirect_edge_and_branch_force) ... this one; make local.
5568 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
5569 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
5570 cfglayout.c; update to directly call RTL counterparts.
5571 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
5572 * ifcvt.c (find_cond_trap): Use delete_block.
5573 (find_if_case_1): Use delete_block.
5574 (find_if_case_2): Use delete_block.
5575 * rtl.h (unlink_insn_chain): Declare.
5576 * toplev.c (rtl_reigster_cfg_hooks): New.
5578 2003-06-05 Richard Henderson <rth@redhat.com>
5580 * recog.c (peephole2_optimize): Revert last change.
5582 2003-06-05 Richard Henderson <rth@redhat.com>
5584 * recog.c (peephole2_optimize): Don't split block unless
5587 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
5589 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
5590 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
5592 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
5594 PR optimization/4490
5595 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
5596 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
5597 documentation to accurately reflect what these options do.
5599 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
5601 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
5602 (ENDFILE_SPEC): Redefine to handle -pie.
5604 2003-06-05 Phil Edwards <phil@jaj.com>
5606 * Makefile.in (qmtest-g++): Use target_alias, not target.
5608 2003-06-05 Per Bothner <pbothner@apple.com>
5610 * toplev.c (push_srcloc): Simplify behavior to save current location
5611 and set current location to parameters.
5612 (pop_srcloc): Simplify semantics.
5613 (lang_dependent_init): Remove now-useless initial push_srcloc.
5615 2003-05-06 Richard Henderson <rth@redhat.com>
5617 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
5618 language-specific tree codes.
5620 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5623 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
5624 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
5626 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
5628 * install.tex: Document profiledbootstrap.
5630 * configure.in: Add support for lang.stageprofile and
5632 * Makefile.in (clean, distclean): Kill new stages
5633 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
5634 (STAGE2_FLAGS_TO_PASS): ... this one.
5635 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
5636 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
5637 (stageprofile_build, stageprofile_copy, stagefeedback_build,
5638 stagefeedback_copy): New.
5639 (restageprofile, restagefeedback, stageprofile-start,
5640 stageprofile, stagefeedback-start): Likewise.
5642 2003-06-05 David Miller <davem@redhat.com>
5643 Richard Henderson <rth@redhat.com>
5645 * optabs.c (HAVE_conditional_trap): Provide default.
5646 (gen_conditional_trap): Likewise.
5647 (init_optabs): Merge init_traps.
5648 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
5650 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
5652 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
5653 is REG for nonzero_bits (REG) == 8.
5655 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
5657 * i386.md (align): Fix warning; clarify what to do when no p2align
5660 2003-06-05 Nick Clifton <nickc@redhat.com>
5662 * config.gcc (m32r-elf): Revert previous delta.
5663 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
5664 multilibs. Remove m32rx specific version.
5665 (crtfini.o): Likewise.
5666 (EXTRA_MULTILIB_PARTS): Define.
5668 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
5670 * doc/md.texi (Machine Constraints): Correct the meaning of
5671 constraints related to floating-point registers on SPARC.
5673 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
5674 Paolo Bonzini <bonzini@gnu.org>
5677 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
5678 assembler and linker output to /dev/null.
5679 Use a 'sed' construct instead of 'grep -A1'.
5680 * configure: Regenerate.
5682 2003-06-04 Richard Henderson <rth@redhat.com>
5684 * config/i386/i386.c (struct ix86_address): Add seg.
5685 (no_seg_address_operand): New.
5686 (ix86_decompose_address): Restructure PLUS loop. Accept one
5687 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
5688 to test for a regnum, not stack_pointer_rtx.
5689 (ix86_address_cost): Reduce cost if non-default segment.
5690 (legitimate_address_p): Remove UNSPEC_TP check.
5691 (get_thread_pointer): Add to_reg argument. Don't represent
5692 the thread pointer as a memory load.
5693 (legitimize_tls_address): Split out of ...
5694 (legitimize_address): ... here.
5695 (print_operand_address): Handle parts.seg.
5696 (ix86_expand_move): Use legitimize_tls_address.
5697 (ix86_rtx_costs): Handle UNSPEC_TP.
5698 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
5699 (TARGET_TLS_DIRECT_SEG_REFS): New.
5700 (TARGET_SWITCHES): Add tls-direct-seg-refs.
5701 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
5702 (PREDICATE_CODES): Add no_seg_address_operand.
5703 * config/i386/i386.md (lea_1): Use it.
5704 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
5705 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
5706 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5707 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5708 * doc/invoke.texi: Add -mtls-direct-seg-refs.
5710 2003-06-04 Mark Mitchell <mark@codesourcery.com>
5712 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
5713 (QMTEST_GPP_TESTS): Use "g++" by default.
5714 (stamp-qmtest): Tweak database creation.
5715 (QMTEST_DIR/context): Update context file format.
5716 (qmtest-g++): Tweak command-line.
5718 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5720 * Makefile.in (varasm.o): Don't set -Wno-error.
5721 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
5723 2003-06-04 Zack Weinberg <zack@codesourcery.com>
5726 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
5727 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
5728 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
5729 and AC_CHECK_FUNCS lists, respectively. Use
5730 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
5732 * configure, config.in: Regenerate.
5734 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5736 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
5737 * arm.c (arm_output_function_prologue): Fix format specifiers.
5738 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
5739 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
5740 HOST_WIDE_INT_PRINT_DEC.
5741 * vax.c (vax_output_function_prologue): Fix format specifiers.
5743 2003-06-04 Richard Henderson <rth@redhat.com>
5745 * cse.c (find_best_addr): Consider binary operators even if second
5746 argument is not CONST_INT.
5748 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5750 * doc/invoke.texi (max-cse-path-length): Document.
5752 2003-06-04 Richard Henderson <rth@redhat.com>
5754 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
5756 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
5758 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
5759 Remove semi-colon at the end of the expression.
5761 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5763 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
5764 * i370.h (mvs_function_name_length): Likewise.
5765 * i960.h (CONSTANT_ALIGNMENT): Likewise.
5766 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
5767 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5768 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5769 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
5772 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5774 * config.gcc: Reorganize --with-cpu logic. Set
5775 configure_default_options according to the default CPU, --with-cpu,
5776 --with-arch, --with-tune, --with-schedule, --with-abi, and
5777 --with-float. Check for legal values of various options.
5778 * configure.in: Define configure_default_options in configargs.h.
5779 * configure: Regenerated.
5780 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
5781 (TARGET_DEFAULT_FLOAT_P): New macros.
5782 * gcc.c (do_option_spec): New function.
5783 (struct default_spec, option_default_specs): New.
5784 (main): Call do_option_spec.
5785 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
5786 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
5787 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
5789 * doc/install.texi: Update --with-cpu documentation. Mention
5790 --with-arch, --with-schedule, --with-tune, --with-abi, and
5792 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
5794 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5796 * config.gcc: Only process --with-cpu logic in the third pass.
5798 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5800 * config.gcc: Reorganize --with-cpu section. Remove an
5801 obsolete comment about the default CPU for x86-64. Fix
5802 a typo for the ep9312. Update the list of supported PowerPC
5803 CPUs. Support a limited set of new --with-cpu options
5806 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
5808 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
5809 complex numbers <= 32 bits into two registers.
5811 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5813 * alpha.c (print_operand_address): Fix format specifier warnings.
5814 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5815 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5816 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5817 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
5818 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
5819 ASM_OUTPUT_SKIP): Likewise.
5820 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5821 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5822 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
5824 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5825 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
5826 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
5827 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5828 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
5829 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5830 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5831 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5832 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5833 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
5835 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
5837 * c-decl.c (c_init_decl_processing): Clear input_file_name
5838 while building common nodes.
5839 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
5840 Don't add working directory for strings like <built-in> .
5842 2003-06-04 David Edelsohn <edelsohn@gnu.org>
5844 * doc/install.texi (*-ibm-aix*): Native as and ld required
5845 to bootstrap on AIX 5L.
5847 2003-06-04 Richard Henderson <rth@redhat.com>
5849 * c-common.c (handle_cleanup_attribute): New.
5850 (c_common_attributes): Add it.
5851 * c-decl.c (finish_decl): Honor the cleanup attribute.
5852 * doc/extend.texi (Variable Attributes): Document it.
5854 * unwind-c.c: New file.
5855 * Makefile.in (LIB2ADDEH): Add it.
5856 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
5857 config/ia64/t-ia64: Likewise.
5859 2003-06-04 Jakub Jelinek <jakub@redhat.com>
5861 * function.c (trampolines_created): New variable.
5862 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
5863 * function.h (trampolines_created): Add.
5864 * config/s390/linux.h (ASM_FILE_END): Define.
5865 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
5866 * config/m68k/linux.h (ASM_FILE_END): Define.
5867 * config/rs6000/linux.h (ASM_FILE_END): Define.
5868 * config/rs6000/linux64.h (ASM_FILE_END): Define.
5869 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
5870 * config/sparc/linux.h (ASM_FILE_END): Define.
5871 * config/sparc/linux64.h (ASM_FILE_END): Define.
5872 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
5873 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
5874 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
5876 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
5878 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
5879 (ix86_reorg): Use it.
5880 * i386.md (align): New insn pattern.
5882 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5884 * toplev.c (rest_of_type_compilation): Fix typo.
5886 2003-06-04 Jakub Jelinek <jakub@redhat.com>
5887 Alan Modra <amodra@bigpond.net.au>
5889 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
5890 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
5891 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
5892 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
5893 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
5894 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
5895 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
5896 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
5898 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
5899 Pass it to $gcc_cv_as.
5900 * configure: Rebuilt.
5902 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
5903 (print_operand): Allow TARGET_AIX to be non-constant.
5904 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
5905 Define unconditionally.
5906 (rs6000_elf_declare_function_name): New function.
5907 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
5909 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
5911 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
5912 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
5914 (TARGET_AIX): Define to 1 if TARGET_64BIT.
5915 (PROCESSOR_DEFAULT): Remove.
5916 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
5917 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5918 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
5919 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
5921 (MULTILIB_DEFAULTS): Define.
5922 (SUBSUBTARGET_EXTRA_SPECS): Define.
5923 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
5924 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
5925 (TARGET_NO_TOC): Remove.
5926 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
5927 TARGET_PROTOTYPE): Define to 0.
5928 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
5929 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
5930 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
5932 (USER_LABEL_PREFIX): Remove.
5933 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
5934 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
5936 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
5937 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
5938 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
5939 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
5940 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5941 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
5943 (RS6000_CALL_GLUE): Likewise.
5944 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
5945 RESTORE_FP_SUFFIX): Likewise.
5946 (ASM_DECLARE_FUNCTION_NAME): Remove.
5947 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
5948 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
5949 name if TARGET_64BIT.
5950 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
5952 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
5953 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
5954 (DRAFT_V4_STRUCT_RET): Define.
5955 (SIGNAL_FRAMESIZE): New enum value.
5956 (MD_FALLBACK_FRAME_STATE_FOR): Define.
5957 * config/rs6000/default64.h: New file.
5958 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
5960 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
5961 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
5963 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5964 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
5966 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
5967 (TARGET_OS_CPP_BUILTINS): Use it.
5968 (CPP_SYSV_SPEC): Remove.
5969 (CPP_SPEC): Remove cpp_sysv.
5970 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
5971 Add SUBSUBTARGET_EXTRA_SPECS.
5972 (SUBSUBTARGET_EXTRA_SPECS): Define.
5973 * config/rs6000/biarch64.h: New file.
5974 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
5976 * config/rs6000/x-linux64: New file.
5977 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
5979 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
5980 * config/rs6000/eabi-cn.asm: Likewise.
5981 * config/rs6000/tramp.asm: Likewise.
5982 * config/rs6000/sol-ci.asm: Likewise.
5983 * config/rs6000/sol-cn.asm: Likewise.
5984 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
5985 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
5986 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
5987 _CALL_AIXDESC section.
5988 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
5989 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
5992 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5994 * config.gcc: Revert accidentally committed ARM changes.
5996 2003-06-04 Roger Sayle <roger@eyesopen.com>
5998 * builtins.c (dconstpi, dconste): New mathematical constants.
5999 (init_builtin_dconsts): New function to initialize dconstpi
6001 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
6002 compile time with -ffast-math when x is an integer constant.
6003 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
6004 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6006 2003-06-04 Roger Sayle <roger@eyesopen.com>
6008 * calls.c (expand_call): Avoid calling pure or const functions
6009 when the result is ignored (or void) and none of the arguments
6010 are volatile. Move warning diagnostic earlier in function.
6012 2003-06-04 Andreas Jaeger <aj@suse.de>
6014 * system.h: Do not poison TDESC_SECTION_ASM_OP,
6015 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6017 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6019 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6020 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6021 handle %ll, optimize regular character case.
6023 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6025 * Makefile.in (cse.o): Add params.h dependency.
6026 * cse.c: Include params.h.
6027 (PATHLENGTH): Removed.
6028 (struct cse_basic_block_data): Make path array dynamic.
6029 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6031 (cse_main, cse_basic_block): Allocate path array.
6032 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6034 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
6036 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6037 * i386.md (UNSPEC_REP): New constant.
6038 (return_internal_long): New pattern.
6040 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6042 PR optimization/11018
6043 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6044 consistently to decide whether the scratch register is really
6047 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6049 PR optimization/10876
6050 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6051 new 'O' constraint for constant 4096.
6052 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6053 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6054 Do not transform into MINUS insn for constant 4096.
6055 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6056 for constant 4096 as third operand.
6057 (addsi3 expander): Remove.
6058 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6059 new alternative for constant 4096 as third operand.
6060 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6061 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6063 (subsi3 expander): Remove.
6064 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6065 constant 4096 as third operand.
6066 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6069 2003-06-03 Chris Demetriou <cgd@broadcom.com>
6071 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6073 2003-06-04 Andreas Jaeger <aj@suse.de>
6075 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6077 * config/i386/i386.c (ix86_expand_prologue): Do not use
6080 * system.h: Poision SUBTARGET_PROLOGUE.
6082 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
6084 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
6087 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
6089 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
6090 INSN_CACHE_LINE_WIDTH.
6092 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
6093 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
6094 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6096 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
6097 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6099 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
6100 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
6101 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
6102 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
6103 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
6104 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
6106 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
6107 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
6108 DBX_WORKING_DIRECTORY.
6110 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
6111 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
6113 * config/frv/frv-protos.h: Remove unused const_section
6115 * config/vax/vax-protos.h: Likewise.
6117 * output.h: Remove CONST_SECTION_ASM_OP usage.
6119 * system.h: Poison CONST_SECTION_ASM_OP.
6121 * crtstuff.c (__do_global_dtors_aux): Remove usage of
6123 (frame_dummy): Likewise.
6124 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
6125 * system.h: Poison CRT_GET_RFIB_TEXT.
6127 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
6129 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
6130 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
6131 (recognized_function): Likewise.
6132 (read_scan_file): Likewise.
6134 2003-06-03 Roger Sayle <roger@eyesopen.com>
6136 * optabs.c (expand_binop): Optimize complex multiplication for
6137 the case of squaring a complex argument.
6139 2003-06-03 Roger Sayle <roger@eyesopen.com>
6141 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
6142 non-volatile operands of binary operations.
6143 (prepare_cmp_insn): Likewise.
6145 2003-06-03 Roger Sayle <roger@eyesopen.com>
6147 * varasm.c (force_const_mem): Handle alignment of constants not
6148 representable as a type in the front-end language.
6150 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
6152 * flow.c (initialize_uninitialized_subregs): Use
6153 emit_move_insn instead of emitting a hardcoded move.
6155 2003-06-03 Richard Henderson <rth@redhat.com>
6157 * optabs.c (expand_abs_nojump): Split out from ...
6158 (expand_abs): ... here.
6159 * optabs.h (expand_abs_nojump): Declare.
6160 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
6161 * Makefile.in (ifcvt.o): Depend on optabs.h.
6163 2003-06-03 Alan Modra <amodra@bigpond.net.au>
6165 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
6167 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
6169 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
6170 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
6172 * configure.in: Allow default_use_cxa_atexit to determine the
6173 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
6175 * configure: Regenerate.
6177 2003-06-03 Douglas B Rupp <rupp@gnat.com>
6179 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
6180 * doc/gcc.texi: Remove vms.texi section.
6181 * doc/vms.texi: Remove obsolete file.
6183 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
6185 * configure.in (inhibit_libc): Don't define when configuring
6186 with --with-newlib --with-headers.
6187 * configure: Regenerate.
6189 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
6191 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6193 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
6194 IRIX 6 without GNU ld.
6195 * configure: Regenerate.
6197 2003-06-03 Roger Sayle <roger@eyesopen.com>
6199 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
6200 of a complex number rather than invoke mov_optab directly.
6202 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
6204 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
6205 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
6207 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6209 * config/i386/x86-64.h: Remove two target-independent comments;
6210 replace "GNU CC" with "GCC".
6212 2003-06-03 Anthony Green <green@redhat.com>
6214 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
6216 2003-06-03 Roger Sayle <roger@eyesopen.com>
6218 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
6219 New builtins representing ISO C99's cabs, cabsf and cabsl.
6220 * builtins.c (expand_builtin_fabs): New function.
6221 (expand_builtin_cabs): New function.
6222 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
6223 using expand_builtin_fabs and expand_builtin_cabs respectively.
6225 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
6227 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
6229 * function.c (assign_parms): Split complex arguments.
6231 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
6233 * expr.h (SPLIT_COMPLEX_ARGS): Define.
6234 (split_complex_types): Protoize.
6235 (split_complex_values): Protoize.
6237 * calls.c (expand_call): Split complex arguments on architectures
6239 (split_complex_values): New.
6240 (split_complex_types): New.
6242 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
6243 (rs6000_function_value): Handle complex values on AIX.
6244 (rs6000_complex_function_value): New.
6246 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
6248 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
6249 (SPLIT_COMPLEX_ARGS): New.
6251 2003-06-03 Jakub Jelinek <jakub@redhat.com>
6253 * configure.in (HAVE_LD_PIE): Check for ld -pie.
6254 * config.in: Rebuilt.
6255 * configure: Rebuilt.
6256 * toplev.c (flag_pie, flag_shlib): New variables.
6257 (f_options): Add -fpie and -fPIE.
6258 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
6259 Set flag_shlib if flag_pic and not -fpie/-fPIE.
6260 * flags.h (flag_pic, flag_shlib): Add.
6261 * varasm.c (default_binds_local_p): Use flag_shlib instead of
6263 * gcc.c (LINK_PIE_SPEC): Define.
6264 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
6265 (option_map): Add --pie -> -pie mapping.
6266 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
6267 and -fPIE the same way as -fPIC.
6268 * config/openbsd.h (ASM_SPEC): Likewise.
6269 * config/frv/frv.h (ASM_SPEC): Likewise.
6270 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
6271 * config/arm/semi.h (ASM_SPEC): Likewise.
6272 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
6273 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
6274 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
6275 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
6276 * config/m68k/linux.h (CPP_SPEC): Likewise.
6277 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
6278 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
6279 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
6280 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
6281 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
6282 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
6283 * config/netbsd-aout.h (ASM_SPEC): Likewise.
6284 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
6285 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
6286 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6287 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6288 * config/sparc/sparc.h (ASM_SPEC): Likewise.
6289 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6290 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
6291 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
6292 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
6293 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
6294 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
6296 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6297 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6298 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6299 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6300 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6301 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6302 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6303 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
6305 2003-06-03 Jakub Jelinek <jakub@redhat.com>
6307 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
6308 != 0 handling. Pass 0 to store_by_pieces.
6309 (expand_builtin_mempcpy): Add endp argument. Don't call
6310 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6311 directly. If ignoring result, only do expand_call.
6312 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
6314 (expand_builtin_strncpy, expand_builtin_memset): Adjust
6315 store_by_pices callers.
6316 (expand_builtin): Adjust expand_builtin_memcpy and
6317 expand_builtin_mempcpy callers.
6318 * expr.c (can_move_by_pieces): New function.
6319 (move_by_pieces): Add endp argument, return to resp. memory at end
6320 or one byte earlier depending on endp.
6321 (store_by_pieces): Likewise.
6322 (emit_block_move): Adjust call to move_by_pieces.
6323 (emit_push_insn): Adjust move_by_pieces caller.
6324 * expr.h (can_move_by_pieces): New prototype.
6325 (store_by_pieces): Adjust prototypes.
6326 * rtl.h (move_by_pieces): Adjust prototype.
6327 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
6330 2003-06-03 Ben Elliston <bje@wasabisystems.com>
6332 * doc/md.texi (Processor pipeline description): Improve wording.
6334 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
6336 * c-opts.c (c_common_handle_option): New, pulled out of
6337 c_common_decode_option. Substitute uses of argv.
6338 (c_common_decode_option): Broken into two.
6340 2003-06-02 Roger Sayle <roger@eyesopen.com>
6341 Zack Weinberg <zack@codesourcery.com>
6343 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
6344 test of TREE_CONSTANT_POOL_ADDRESS_P.
6346 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6348 * mips.c: Don't include output.h twice.
6349 * stormy16.c: Likewise.
6350 * xtensa.c: Likewise.
6351 * output.h: Protect against multiple inclusion.
6353 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
6355 * sh.h (OLD_ARG_MODE): New macro.
6356 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
6357 (FUNCTION_ARG_1): Break out of:
6358 (FUNCTION_ARG). Use OLD_ARG_MODE.
6360 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6362 * gcc/config.gcc Add support multilib parts for m32rx processor.
6364 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6366 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
6367 (mostlyclean): Delete c-options.c and c-options.h.
6369 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
6371 * c-opts.c (CL_REJECT_NEGATIVE): New.
6372 (c_common_decode_option): Update to use it.
6373 * c.opt: Update documentation; use RejectNegative.
6374 * opts.sh: Handle RejectNegative.
6376 2003-06-01 Zack Weinberg <zack@codesourcery.com>
6378 * ggc-page.c (init_ggc): Give better diagnostics on failure to
6380 * toplev.c (crash_signal): Reset handling for received signal
6383 2003-06-02 Ben Elliston <bje@wasabisystems.com>
6385 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
6386 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
6387 (arm_use_dfa_pipeline_interface): Implement.
6388 * config/arm/arm.md (arm): New automaton.
6389 (write_buf): Remove function units; new cpu unit.
6390 (write_blockage): Remove function units; new cpu unit.
6391 (core): Remove function units; new cpu unit.
6392 (r_mem_f_wbuf): New instruction reservation.
6393 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
6394 (store1_ldsched, store2, store3, store4): Likewise.
6395 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
6396 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
6397 (multi_cycle, single_cycle): Likewise.
6398 * config/arm/fpa.md (armfp): New automaton.
6399 (fpa): Remove function units; new cpu unit.
6400 (fpa_mem): Remove function unit; new cpu unit.
6401 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
6402 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
6404 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6406 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
6407 * c-format.c (enum format_type): Add asm_fprintf_format_type.
6408 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
6409 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
6410 (format_types_orig): Renamed from format_types. Add new data.
6411 (format_types): Declare as pointer.
6412 (handle_format_attribute): Move later in file so we have all
6413 necessary declarations. Add section to capture HOST_WIDE_INT.
6414 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
6415 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
6417 2003-06-01 Andreas Jaeger <aj@suse.de>
6419 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
6420 ROUND_TYPE_SIZE_UNIT.
6422 * stor-layout.c (finalize_record_size): Remove usages of
6423 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6424 (finalize_type_size): Likewise.
6425 (layout_type): Likewise.
6427 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6429 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
6431 * config/d30v/d30v.h: Remove text copied from the manual.
6433 2003-06-01 Roger Sayle <roger@eyesopen.com>
6434 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6435 Geoffrey Keating <geoffk@apple.com>
6437 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
6438 constants as condition code values.
6440 2003-06-01 DJ Delorie <dj@redhat.com>
6442 * cppmacro.c (warn_of_redefinition): Handle cases where the two
6443 definitions have different numbers of tokens.
6445 2003-06-01 Andreas Jaeger <aj@suse.de>
6447 * gen-protos.c (main): Readd unused attribute for argc.
6449 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
6451 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
6452 * c.opt: End in blank line.
6453 * opts.sh: Take AWK from environment if available; use C locale.
6455 2003-06-01 Andreas Schwab <schwab@suse.de>
6457 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
6459 2003-06-01 Andreas Jaeger <aj@suse.de>
6461 * gen-protos.c (main): Revert patch to check for argument.
6463 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6466 * config/i386/i386.md (length attribute): Set length to 4
6467 for instructions of type "fcmp".
6469 2003-06-01 Andreas Jaeger <aj@suse.de>
6471 * toplev.c: Use ISO C90 prototypes.
6473 * toplev.h: Use ISO C90 prototypes.
6475 * genrecog.c: Use ISO C90 prototypes.
6476 (nodes_identical): Correct declaration to match prototype.
6477 (maybe_both_true): Likewise.
6478 (merge_trees): Likewise.
6480 * genpeep.c (gen_peephole): Remove #if 0 code.
6481 Use ISO C90 prototypes.
6483 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
6484 Remove #if 0'ed function simplify_by_alternatives.
6485 (optimize_attrs): Remove #if 0'ed code.
6487 Use ISO C90 prototypes.
6488 (make_canonical): Remove #if 0'ed code.
6489 (convert_const_symbol_ref): Remove #if 0'ed function.
6491 * gen-protos.c (main): Check for argument.
6493 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
6495 * params.h: Use ISO C90 prototypes.
6496 * params.c: Likewise.
6499 * lists.c: Likewise.
6500 * errors.c: Likewise.
6501 * errors.h: Likewise.
6502 * gencodes.c: Likewise.
6503 * genpreds.c: Likewise.
6504 * genattr.c: Likewise.
6505 * gen-protos.c: Likewise.
6506 * genflags.c: Likewise
6507 * genconditions.c: Likewise.
6508 * genautomata.c: Likewise.
6509 * gencheck.c: Likewise.
6510 * genconfig.c: Likewise.
6511 * genconstants.c: Likewise.
6512 * genemit.c: Likewise.
6513 * genextract.c: Likewise.
6514 * gengenrtl.c: Likewise.
6515 * gengtype.c: Likewise.
6516 * gengtype.h: Likewise.
6517 * genopinit.c: Likewise.
6518 * genoutput.c: Likewise.
6519 * gensupport.c: Likewise.
6520 * gensupport.h: Likewise.
6522 * sdbout.h: Use ISO C90 prototypes.
6524 * sdbout.c (CONTIN): Removed empty macro.
6525 (sdbout_one_type): Remove CONTIN usages.
6527 (tag_of_ru_type): Remove #if 0'ed function.
6528 (sdbout_symbol): Remove #if 0'ed code.
6529 (sdbout_one_type): Remove a #if 1.
6530 (sdbout_one_type): Remove #if 0'ed code.
6531 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
6532 Remove PARAMS, use ISO C90 prototypes for all functions.
6534 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
6536 * rtl.def (CONST_DOUBLE): Update comment.
6538 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
6540 * opts.sh: Remove path from sort.
6542 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
6545 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
6546 TARGET_SPE for SPE_VECTOR_MODE.
6548 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
6550 * toplev.c (botch): Remove.
6552 (set_Wunused): Comment.
6553 (set_Wextra): Comment.
6555 (rest_of_compilation): Factor out common code into functions.
6556 (rest_of_handle_inlining): New.
6557 (rest_of_handle_ssa): New.
6558 (rest_of_handle_cse): New.
6559 (rest_of_handle_gcse): New.
6560 (rest_of_handle_loop_optimize): New.
6561 (rest_of_handle_jump_bypass): New.
6562 (rest_of_handle_sibling_calls): New.
6563 (rest_of_handle_null_pointer): New.
6564 (rest_of_handle_addresof): New.
6565 (rest_of_handle_flow): New.
6566 (rest_of_handle_branch_prob): New.
6567 (rest_of_handle_if_conversion): New.
6568 (rest_of_handle_tracer): New.
6569 (rest_of_handle_loop2): New.
6570 (rest_of_handle_cse2): New.
6571 (rest_of_handle_life): New.
6572 (rest_of_handle_combine): New.
6573 (rest_of_handle_if_after_combine): New.
6574 (rest_of_handle_regmove): New.
6575 (rest_of_handle_sched): New.
6576 (rest_of_handle_old_regalloc): New.
6577 (rest_of_handle_new_regalloc): New.
6578 (rest_of_handle_regrename): New.
6579 (rest_of_handle_reorder_blocks): New.
6580 (rest_of_handle_sched2): New.
6581 (rest_of_handle_new_regalloc): New.
6582 (rest_of_handle_old_regalloc): New.
6583 (rest_of_handle_regrename): New.
6584 (rest_of_handle_reorder_blocks): New.
6585 (rest_of_handle_stack_regs): New.
6586 (rest_of_handle_machine_reorg): New.
6587 (rest_of_handle_delay_slots): New.
6588 (rest_of_handle_final): New.
6590 * toplev.h (botch): Remove prototype.
6593 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
6595 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
6596 * c-opts.c: Include c-options.h and c-options.c.
6597 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
6598 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
6599 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
6600 OPT, opt_comp): Remove.
6601 (missing_arg, c_common_init_options, c_common_decode_option,
6602 write_langs): Update for macro redefinitions and enumeration
6604 * c.opt, opts.sh: New files.
6605 * doc/passes.texi: Update.
6607 2003-05-31 Andreas Jaeger <aj@suse.de>
6609 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
6612 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
6614 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
6616 * system.h: Poison ALLOCATE_TRAMPOLINE.
6618 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
6619 * system.h: Poison HANDLE_PRAGMA.
6621 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
6623 * doc/invoke.texi: Update dump file names.
6625 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6627 * c-format.c (format_length_info, format_char_info,
6628 format_flag_spec, format_flag_pair, format_kind_info):
6629 De-const-ify structure members.
6631 2003-05-31 Roger Sayle <roger@eyesopen.com>
6633 * flags.h (flag_wrapv): New flag controlling overflow semantics.
6634 * toplev.c (flag_wrapv): Declare the variable with default false.
6635 (lang_independent_options): New option "-fwrapv" to set the above.
6637 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
6638 as x, when signed arithmetic overflow wraps around.
6639 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
6640 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
6641 overflow when flag_wrapv is true.
6643 * doc/invoke.texi: Document new -fwrapv command line option.
6644 * doc/c-tree.texi: Mention that the overflow semantics of
6645 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
6646 upon both flag_wrapv and flag_trapv.
6648 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
6650 * doc/install.texi (mips-sgi-irix5): Add missing
6653 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
6655 * doc/md.texi (Machine Constraints): Document
6656 missing SPARC constraints.
6658 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
6660 * doc/md.texi (Automaton pipeline description): Use
6661 "type" instead of "cpu" as the attribute in the examples.
6663 2003-05-30 Stan Shebs <shebs@apple.com>
6665 * system.h: Poison OBJC_PROLOGUE.
6667 2003-05-30 Roger Sayle <roger@eyesopen.com>
6669 * emit-rtl.c (gen_complex_constant_part): New function for getting
6670 the constant real or imaginary part of a complex constant.
6671 (gen_realpart): Use it.
6672 (gen_imagpart): Likewise.
6674 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
6676 * doc/invoke.texi: Fix typos.
6677 * doc/rtl.texi: Likewise.
6679 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
6681 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
6683 * config/h8300/crtn.asm: Likewise.
6684 * config/h8300/lib1funcs.asm: Likewise.
6685 * config/h8300/h8300.c (asm_file_start): Likewise.
6686 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
6687 h8300snelf emulations for normal mode.
6688 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
6689 emulations for normal mode.
6691 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
6693 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
6694 true if TARGET_NORMAL_MODE.
6696 2003-05-30 Roger Sayle <roger@eyesopen.com>
6698 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
6699 making a substitution.
6700 (dead_libcall_p): If directly replacing a libcall with a
6701 constant value produces an invalid instruction, also try forcing
6702 the constant into the constant pool.
6703 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
6704 obvious that the source is a constant.
6705 (compress_float_constant): Use set_unique_reg_note to place
6706 REG_EQUAL notes on instructions.
6708 2003-05-30 Eric Christopher <echristo@redhat.com>
6710 * config/mips/mips.c (extern_list): Add GTY marker.
6711 (extern_head): Separate out definition. Add marker.
6712 (mips_output_external): Use ggc_alloc for extern_list
6714 (mips_output_external_libcall): Ditto.
6716 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
6718 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
6721 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6723 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
6725 (PRINT_OPERAND): Likewise.
6727 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6729 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
6730 -mdebug/-no-mdebug switches ...
6731 (MDEBUG_ASM_SPEC): ... here.
6733 (EXTRA_SPECS): Initialize mdebug_asm_spec.
6735 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
6737 * gthr-gnat.c: Remove #undef UNUSED.
6738 (__gnat_default_lock, __gnat_default_unlock): Prototype.
6739 (__gnat_task_lock, __gnat_task_unlock): Make declarations
6741 (__gnat_install_locks): Convert declaration to ISO C90, make
6742 parameter declarations prototypes, and remove blank line.
6743 * gthr-gnat.h (__gnat_install_locks): Make parameter
6744 declarations prototypes.
6746 2003-05-29 Jason Merrill <jason@redhat.com>
6748 * Makefile.in (unstrap): Remove stage_last after make unstage1.
6750 2003-05-29 Roger Sayle <roger@eyesopen.com>
6752 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
6754 2003-05-29 Roger Sayle <roger@eyesopen.com>
6755 Kaveh Ghazi <ghazi@caip.rutgers.edu>
6758 * mips-tfile.c (main): Use getopt_long instead of getopt.
6759 Add new command line option --version to display version.
6760 Treat --verbose like -v to report a single line version.
6761 (options): New global variable for getopt_long.
6762 * mips-tdump.c (main): Use getopt_long instead of getopt.
6763 New command line options -v, --version and -verbose to display
6764 the program version number (to match mips-tfile's behavior).
6765 (options): New global variable for getopt_long.
6767 * gcov.c (options): Zero-terminate getopt_long array.
6768 * gcov-dump.c (options): Likewise.
6770 * Makefile.in (mips-tdump.o): Add dependency on version.h.
6772 2003-05-29 Stan Shebs <shebs@apple.com>
6774 Remove OBJC_PROLOGUE everywhere.
6775 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
6776 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
6777 * config/d30v/d30v.h: Similarly.
6778 * config/ip2k/ip2k.h: Similarly.
6779 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
6781 2003-05-29 Roger Sayle <roger@eyesopen.com>
6783 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
6784 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
6785 (expand_unreachable_stmt): Expand unreachable while statements
6786 using genrtl_do_stmt_1.
6788 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
6790 * config/mips/mips-protos.h (mips_output_load_label): Declare.
6791 * config/mips/mips.c (mips_output_load_label): New function.
6792 (mips_output_conditional_branch): Use it.
6793 * config/mips/mips.md (jump): And here.
6795 2003-05-28 Bob Wilson <bob.wilson@acm.org>
6797 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
6798 (xtensa_split_operand_pair): New proto.
6799 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
6800 (smalloffset_double_mem_p): Delete.
6801 (gen_float_relational, printx, print_operand, xtensa_va_arg):
6803 (xtensa_split_operand_pair): New.
6804 (xtensa_dbx_register_number): Fix formatting.
6805 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
6806 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
6807 instead of splitting them into single-word moves. Remove unnecessary
6808 checks for reload_in_progress and reload_completed.
6809 (movdi_internal, movdf_internal): Change to post-reload split patterns.
6810 Add constraints to allow constant operands.
6811 (movsf_internal): Allow CONST_INT operands.
6813 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
6815 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
6816 fragment i386/x-mingw32.
6817 * config/i386/x-mingw32: New file. Make local_includedir
6818 relative to EXEC_PREFIX.
6820 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
6822 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
6823 (MD_STARTFILE_PREFIX): Define.
6825 2003-05-27 Denis Chertykov <denisc@overta.ru>
6827 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
6829 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
6830 call of cselib_invalidate_regno.
6832 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
6834 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
6835 -lthread to -lpthread.
6837 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
6838 Bruce Korb <bkorb@gnu.org>
6839 Arno Klaassen <arno@heho.snv.jussieu.fr>
6841 * fixinc/inclhack.def: Add missing declaration of getpagesize()
6842 to unistd.h on Solaris 2.5.1.
6843 Fix prototype of recv() and send() in sys/socket.h on
6844 Solaris 2.5.1 and 2.6.
6845 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
6846 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
6847 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
6848 * fixinc/fixincl.x: Regenerate.
6850 2003-05-27 Jason Merrill <jason@redhat.com>
6852 * tree.c (expr_first, expr_length): New fns.
6853 * tree.h: Declare them.
6855 * tree.c (iterative_hash_expr): Hash commutative expressions
6858 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6860 * tree.h (contains_placeholder_p): Now returns bool.
6861 (CONTAINS_PLACEHOLDER_P): New macro.
6862 (type_contains_placeholder_p): New function.
6863 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
6864 (contains_placeholder_p): Now returns bool.
6865 Rework to use CONTAINS_PLACEHOLDER_P macro.
6866 (type_contains_placeholder_p): New function.
6867 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
6868 type_contains_placeholder_p.
6869 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
6870 Use CONTAINS_PLACEHOLDER_P macro.
6871 * builtins.c (fold_builtin): Likewise.
6872 * calls.c (initialize_argument_information): Likewise.
6873 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6874 * explow.c (expr_size): Likewise.
6875 * expr.c (store_constructor, get_inner_reference): Likewise.
6876 * function.c (assign_parms): Likewise.
6877 * stor-layout.c (variable_size): Likewise.
6879 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6881 * diagnostic.h (output_verbatim, verbatim): Remove printf
6884 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6886 * doc/contrib.texi (Contributors): Update Kean Johnston.
6888 2003-05-24 David Edelsohn <edelsohn@gnu.org>
6890 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
6892 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
6894 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
6895 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
6896 Replace "GNU CC" with "GCC".
6898 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
6900 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
6901 intermediate computation.
6903 2003-05-23 Eric Christopher <echristo@redhat.com>
6905 * config/mips/mips.md (clzsi, clzdi): New patterns.
6907 2003-05-23 Geoffrey Keating <geoffk@apple.com>
6909 * gcc.c (default_compilers): Use -o to specify preprocessor's output
6910 file. Make -no-integrated-cpp work when building PCH files.
6911 * objc/lang-specs.h: Likewise.
6913 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
6915 * fixinc/Makefile.in: Correct description.
6916 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
6917 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
6918 fixinc/genfixes: Replace "GNU CC" with "GCC".
6920 2003-05-23 Roger Sayle <roger@eyesopen.com>
6922 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
6923 builtin functions (and their __builtin_* variants).
6924 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
6925 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
6928 * doc/extend.texi: Document new tan and atan builtins, and
6929 their float and long double variants.
6931 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
6933 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
6934 __sparcv9 in the TARGET_ARCH64 case.
6936 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
6938 * i386.c (ix86_reorg): Calls are also jumps.
6940 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
6942 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
6943 note containing an EXPR_LIST, process all the arguments.
6945 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
6946 Andreas Jaeger <aj@suse.de>
6948 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
6949 do not use assertion.
6951 2003-05-23 Mike Stump <mrs@apple.com>
6953 * tlink.c (scan_linker_output): Add support for darwin linker, as it
6954 emits unresolved symbols one per line, consuming the entire line.
6956 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
6957 Zack Weinberg <zack@codesourcery.com>
6959 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
6960 * config/m68k/m68k.c (m68k_output_function_prologue):
6961 Remove code under #if NEED_PROBE.
6962 * config/m68k/m68k.h: Don't define NEED_PROBE.
6963 * config/m68k/m68k.md: Remove "probe" insn.
6964 * doc/md.texi: Remove documentation of "probe" pattern.
6966 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
6968 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
6970 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
6972 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
6973 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
6975 2003-05-22 Roger Sayle <roger@eyesopen.com>
6977 * real.c (real_maxval): New function to return the largest finite
6978 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
6979 * real.h (real_maxval): Prototype here.
6980 * fold-const.c (fold_inf_compare): Transform comparisons against
6981 +-Infinity into comparisons against DBL_MAX (or equivalent).
6983 2003-05-22 Mike Stump <mrs@apple.com>
6985 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
6988 2003-05-22 DJ Delorie <dj@redhat.com>
6990 * calls.c (expand_call): If the arg block is going to grow
6991 downward, we need argblock to point to the top of the block,
6994 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6996 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
6998 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
6999 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7001 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7003 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7007 2003-05-22 Zack Weinberg <zack@codesourcery.com>
7010 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7011 expressions to prevent triggering on recent curses.h,
7012 linux/nls.h, or X11/Xlib.h.
7013 (stdio_va_list): Add _G_va_list to bypass pattern.
7014 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7015 * fixinc/fixincl.x: Regenerate.
7017 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7019 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7020 switches when --target-help option is specified.
7022 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
7025 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7026 failure with Sun assembler 5.0 Alpha 03/27/98.
7028 2003-05-21 Loren James Rittle <ljrittle@acm.org>
7030 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7031 to match system compiler convention.
7033 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
7035 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7036 value, not just if defined.
7037 Update copyright year.
7039 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7042 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7043 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
7044 option is used without `-static'.
7045 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7046 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7048 2003-05-21 Bob Wilson <bob.wilson@acm.org>
7050 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7051 TARGET_SERIALIZE_VOLATILE): Delete.
7052 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7053 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7054 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7055 "-mno-serialize-volatile".
7056 * config/xtensa/xtensa.c (print_operand): Remove checks of
7057 TARGET_SERIALIZE_VOLATILE.
7058 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7059 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7060 "-mserialize-volatile" and "-mno-serialize-volatile" options.
7062 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
7064 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7065 (nested_function): Likewise.
7066 (notype_nested_function): Likewise.
7068 2003-05-21 Nick Clifton <nickc@redhat.com>
7070 * config/stormy16/stormy-abi: Update overflow type for
7071 R_XSTORMY16_16 reloc.
7073 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
7075 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7076 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7077 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7078 * print-tree.c (print_node): Remove ambient-boundedness.
7079 * tree.h (tree_common): Remove bounded_flag.
7080 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
7081 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
7082 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
7083 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
7084 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
7086 (TYPE_QUALS): Remove BOUNDED.
7087 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
7088 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
7089 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
7090 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
7091 VA_LIST_POINTER_DEPTH): Remove.
7092 (struct tree_type): Remove pointer_depth.
7094 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7096 * c-pretty-print.c (pp_c_integer_literal): Use
7097 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
7099 2003-05-20 Roger Sayle <roger@eyesopen.com>
7100 Kazu Hirata <kazu@cs.umass.edu>
7101 Joern Rennecke <joern.rennecke@superh.com>
7103 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
7104 setcc and jump, if they exist. If substituted instruction
7105 fails to validate, store current effort in a REG_EQUAL note.
7106 (cprop_insn): Don't attempt further substitutions if the
7107 current instruction has been deleted.
7108 (local_cprop_pass): Likewise.
7110 * jump.c (redirect_jump): Also update REG_EQUAL note, if
7111 one is attached to the jump instruction.
7112 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
7114 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
7117 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
7120 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7122 * genautomata.c (output_description, output_automaton_units,
7123 output_state_arcs): Add missing specifiers.
7125 2003-05-20 Bob Wilson <bob.wilson@acm.org>
7127 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
7128 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
7129 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
7130 (nsau): Rename to do_nsau. Provide alternate version for use when
7131 the NSAU instruction is available.
7132 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
7133 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
7134 * config/xtensa/xtensa-config.h: Update comments to match binutils.
7135 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
7136 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
7137 (TARGET_ABS, TARGET_ADDX): Define.
7138 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
7139 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
7140 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
7141 *subx8): Set predicate condition to TARGET_ADDX.
7142 (abssi2): Set predicate condition to TARGET_ABS.
7143 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
7144 "-maddx", and "-mno-addx" options.
7145 (Xtensa Options): Likewise. Also tag some opcode names with @code.
7147 2003-05-20 Kevin Ryde <user42@zip.com.au>
7148 Wolfgang Bangerth <bangerth@dealii.org>
7151 * doc/extend.texi: Put a warning into the documentation
7152 of attribute regparm.
7154 2003-05-20 Jason Merrill <jason@redhat.com>
7156 * tree.c (expr_last): New fn.
7157 * tree.h: Declare it.
7158 * objc/objc-act (expr_last): Rename to objc_expr_last.
7160 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
7162 * sh.c (sh_register_move_cost): Add clase for moving between
7163 FP registers and MAC registers.
7165 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
7167 * pa/milli64.S ($$mulI): Fix typo.
7169 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
7171 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
7172 (nonlocal_set_p): Remove initial blank line.
7173 * dwarf2out.c (simple_type_size_in_bits): Likewise.
7174 * et-forest.c (et_forest_create): Likewise.
7175 * explow.c (stabilize): Likewise.
7176 * fix-header.c (write_lbrac): Likewise.
7177 * graph.c (start_fct, node_data): Likewise.
7178 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
7179 * rtlanal.c (global_reg_mentioned_p): Likewise.
7180 * tree.c (bit_position): Likewise.
7182 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
7184 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
7185 -lthread to -lpthread.
7187 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
7189 * c-opts.c (c_common_decode_option): Don't accept dollars
7190 as identifier characters in assembly.
7191 * doc/cpp.texi: Document this.
7193 2003-05-19 Seth Arnold <sarnold@wirex.com>
7194 Aldy Hernandez <aldyh@redhat.com>
7196 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
7199 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
7201 * doc/tm.texi (function_arg): Fix typo.
7203 2003-05-19 Matt Austern <austern@apple.com>
7205 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
7206 * c-common.h (warn_invalid_offsetof): Declare.
7207 * c-common.c (warn_invalid_offsetof): Define.
7208 * doc/invoke.texi: Document -Winvalid-offsetof.
7209 * testsuite/g++.dg/other/offsetof3.C: New.
7210 * testsuite/g++.dg/other/offsetof4.C: New.
7212 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
7213 David Edelsohn <edelsohn@gnu.org>
7215 * config/rs6000/rs6000.c (rs6000_alignment_string,
7216 rs6000_alignment_flags): New variables.
7217 (rs6000_parse_alignment_option): New function.
7218 (rs6000_override_options): Call it.
7219 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
7220 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
7222 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
7223 natural alignment if TARGET_NATURAL_ALIGNMENT
7224 (ROUND_TYPE_ALIGN): Always use default record alignment if
7225 TAGET_NATURAL_ALIGNMENT.
7226 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
7227 (ROUND_TYPE_ALIGN): Same.
7228 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
7229 (ROUND_TYPE_ALIGN): Same.
7230 * doc/invoke.texi (Option Summary, PowerPC Options): Document
7233 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
7235 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
7236 of a function using ASMSPEC, prepend a star.
7238 2003-05-19 Jason Merrill <jason@redhat.com>
7240 * tree-inline.c (copy_body_r): Avoid generating &* during inline
7243 2003-05-19 Andrew Macleod <amacleod@redhat.com>
7245 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
7246 not mark assignments to the hard frame pointer as being stack
7248 (xstormy16_expand_epilogue): Mark adjustments to the stack
7249 pointer as being stack frame related.
7251 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
7253 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
7254 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
7255 (PREDICATE_CODES): Add hilo_operand.
7256 * config/mips/mips.c (hilo_operand): New predicate.
7257 (mips_adjust_insn_length): Account for the number nops that might
7258 be needed to avoid hardware hazards.
7259 * config/mips/mips.md (dslot): Remove attribute.
7260 (hazard): New attribute.
7261 (can_delay): Use it. Check for calls, branches & jumps.
7262 (muldi3): Use the standard dmult pattern for mips16 code.
7263 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
7265 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
7267 * config/mips/mips-protos.h (final_prescan_insn,
7268 mips_count_memory_refs, mips_fill_delay_slot): Remove.
7269 * config/mips/mips.h (delay_type, dslots_load_total,
7270 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
7271 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
7272 mips_load_reg3, mips_load_reg4): Remove.
7273 (MASK_STATS): Remove.
7274 (MASK_EXPLICIT_RELOCS): Reuse its value.
7275 (TARGET_STATS): Remove.
7276 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
7277 Warn that -mstats is now ignored.
7278 (FINAL_PRESCAN_INSN): Undefine.
7279 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
7280 (ASM_OUTPUT_REG_POP): Likewise.
7281 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
7282 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
7283 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
7284 mips_fill_delay_slot, mips_count_memory_refs,
7285 final_prescan_insn): Remove.
7286 (output_block_move): Remove calls to mips_count_memory_refs.
7287 (print_operand): Remove printing of #nop for TARGET_STATS.
7288 (mips_output_function_epilogue): Remove TARGET_STATS code.
7289 Reorganize setting of fnnmae.
7290 * config/mips/mips.md: Remove handling of dslot statistics
7291 throughout file. Change all fcmp patterns into normal asm
7292 templates, removing calls to mips_fill_delay_slot.
7293 * doc/invoke.texi: Remove documentation of -mstats.
7295 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
7297 * config/mips/mips.c (mips_class_max_nregs): Return the number of
7300 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
7302 * config/mips/mips.c (override_options): Disable explicit
7303 relocs for old ABIs unless using gas.
7305 2003-05-18 Eric Christopher <echristo@redhat.com>
7307 * config/mips/mips.h: Remove definition of g_switch_value.
7309 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
7311 * flags.h (g_switch_value): Change to an unsigned
7313 * toplev.c (g_switch_value): Likewise.
7315 * config/alpha/alpha.c (small_symbolic_operand): Remove
7316 g_switch_value cast.
7317 (alpha_in_small_data_p): Cast size to an unsigned
7320 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
7321 unsigned HOST_WIDE_INT.
7322 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
7323 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
7325 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
7326 unsigned HOST_WIDE_INT.
7327 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
7328 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
7329 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
7331 * config/rs6000/rs6000.c (rs6000_file_start): Use
7332 HOST_WIDE_INT_PRINT_UNSIGNED.
7333 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
7334 (rs6000_elf_in_small_data_p): Cast size to unsigned
7336 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
7338 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
7340 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
7341 g_switch_value cast.
7343 2003-05-18 Roger Sayle <roger@eyesopen.com>
7344 Zack Weinberg <zack@codesourcery.com>
7347 * builtins.c (expand_builtin_memcpy): Call force_operand on
7348 expressions and use simplify_gen_binary to create the addition.
7350 2003-05-18 Andreas Schwab <schwab@suse.de>
7352 * config/m68k/m68k.md: Use define_constants for unspec numbers.
7354 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
7356 * config/sparc/sparc.h: Define sparc for now.
7358 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7360 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
7362 * config/stormy16/stormy16.h: Remove about 3000 lines of
7363 target-independent comments. Update copyright notice.
7365 * doc/collect2.texi: GNU CC -> GCC.
7366 * doc/headerdirs.texi: GNU CC -> GCC.
7368 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
7370 * hashtable.h (struct ht_identifier): Add data member "hash_value".
7371 * hashtable.c (ht_lookup): Use it when searching, remember.
7372 (ht_expand): Do not recompute.
7373 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
7375 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
7377 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
7379 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
7381 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
7383 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
7384 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
7385 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
7386 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
7387 config/arm/linux-elf.h, config/arm/rtems-elf.h,
7388 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
7389 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
7390 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
7391 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
7392 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
7393 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
7394 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
7395 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
7396 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
7397 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
7398 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
7399 Don't define __ELF__.
7400 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
7402 * doc/cpp.texi: Document __ELF__.
7403 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
7405 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7407 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
7409 * c-errors.c (pedwarn_c99): Likewise.
7410 * c-format.c (status_warning): Likewise.
7411 * c-semantics.c (build_stmt): Likewise.
7412 * calls.c (emit_library_call, emit_library_call_value): Likewise.
7413 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
7414 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
7415 * diagnostic.c (build_message_string, output_printf,
7416 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
7417 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
7418 error_with_decl, fnotice): Likewise.
7419 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
7420 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
7421 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
7422 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
7423 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
7424 dw2_asm_output_encoded_addr_rtx): Likewise.
7425 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
7426 * errors.c (warning, error, fatal, internal_error): Likewise.
7427 * final.c (output_operand_lossage, asm_fprintf): Likewise.
7428 * fix-header.c (fatal): Likewise.
7429 * gcc.c (fatal, error, notice): Likewise.
7430 * gcov.c (fnotice): Likewise.
7431 * genattrtab.c (attr_rtx, attr_printf): Likewise.
7432 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
7433 * gensupport.c (message_with_line): Likewise.
7434 * mips-tfile.c (fatal, error): Likewise.
7435 * protoize.c (notice): Likewise.
7436 * ra-debug.c (ra_debug_msg): Likewise.
7437 * read-rtl.c (fatal_with_file_and_line): Likewise.
7438 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
7439 * tree.c (build, build_nt, build_function_type_list): Likewise.
7441 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
7443 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
7444 * gcc.c (cpp_predefines): Remove.
7445 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
7446 (static_specs): Remove predefines.
7447 * system.h: Poison CPP_PREDEFINES.
7448 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
7449 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
7451 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
7453 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
7454 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
7455 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
7456 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
7458 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
7461 * c-common.c, c-common.h (dollars_in_ident): Remove.
7462 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
7463 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
7464 * cpphash.h (warned_dollar): Rename warn_dollars.
7465 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
7466 Permit dollars regardless of -std=.
7467 (post_options): Set warn_dollars.
7468 * cpplex.c (forms_identifier_p): Use warn_dollars.
7469 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
7470 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
7471 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
7472 Update documentation.
7474 2003-05-17 Andreas Schwab <schwab@suse.de>
7476 * config/m68k/m68k.c (m68k_output_function_prologue): Use
7477 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
7478 formatting a HOST_WIDE_INT.
7479 (m68k_output_function_epilogue): Likewise.
7481 2003-05-17 Zack Weinberg <zack@codesourcery.com>
7483 * doc/install.texi: Remove information about desupported targets.
7485 2003-05-17 Andreas Schwab <schwab@suse.de>
7487 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
7488 * config/m68k/linux.h: Likewise.
7489 * config/m68k/m68k-none.h: Likewise.
7490 * config/m68k/netbsd-elf.h: Likewise.
7491 * config/m68k/sgs.h: Likewise.
7492 * config/m68k/m68k.h: Likewise.
7493 * config/m68k/m68k.md: Likewise.
7494 * config/m68k/m68k.c: Likewise.
7495 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
7497 * doc/invoke.texi (Option Summary): Remove -mfpa.
7498 (M680x0 Options): Likewise.
7500 2003-05-17 David Edelsohn <edelsohn@gnu.org>
7502 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
7504 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
7506 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
7507 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
7508 config/sparc/rtemself.h, config/sparc/sol2-64.h,
7509 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
7510 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
7512 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
7514 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
7515 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
7517 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
7519 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
7520 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
7521 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
7522 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
7523 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
7524 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
7526 * sparc/sysv4-only.h: New.
7528 2003-05-17 Alan Modra <amodra@bigpond.net.au>
7530 * function.c (assign_parms): Check for zero size args.
7532 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7534 * cfgloopanal.c (test_for_iteration): Use string concatentation on
7535 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7536 function calls into one.
7537 * dbxout.c (dbxout_symbol): Likewise.
7538 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
7539 * dwarf2asm.c (dw2_asm_output_data_uleb128,
7540 dw2_asm_output_data_sleb128): Likewise.
7541 * genrecog.c (debug_decision_2): Likewise.
7542 * loop.c (emit_prefetch_instructions): Likewise.
7543 * print-rtl.c (print_rtx): Likewise.
7544 * print-tree.c (print_node_brief, print_node): Likewise.
7545 * ra-debug.c (dump_igraph, dump_graph_cost,
7546 dump_static_insn_cost): Likewise.
7547 * ra-rewrite.c (dump_cost): Likewise.
7548 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7549 * sreal.c (dump_sreal): Likewise.
7550 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
7551 * varasm.c (assemble_vtable_entry): Likewise.
7553 * avr.c (avr_output_function_prologue,
7554 avr_output_function_epilogue, print_operand): Fix format specifier
7556 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
7557 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
7559 2003-05-16 Geoffrey Keating <geoffk@apple.com>
7561 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
7562 and ! TARGET_STRING cases.
7564 * doc/cppopts.texi (-undef): Fix texinfo warning.
7566 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
7567 * cppfiles.c (validate_pch): When -H is used, print some information
7568 about PCH files found.
7570 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7572 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
7573 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
7574 * config/mips/t-sr71k: Likewise.
7576 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7578 * arc.c (arc_output_function_prologue,
7579 arc_output_function_epilogue): Fix format specifier warnings.
7580 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
7582 * v850.c (print_operand): Fix format specifier warnings.
7584 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
7587 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
7588 format specifier warnings.
7590 * ip2k.c (function_prologue, function_epilogue, print_operand):
7591 Fix format specifier warnings.
7592 * ip2k.md: Likewise.
7594 * i960.c (i960_output_function_prologue, i960_print_operand,
7595 i960_print_operand_addr): Fix format specifier warnings.
7597 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
7598 (i370_output_function_prologue): Fix format specifier warnings.
7599 * i370.h (PRINT_OPERAND): Likewise.
7601 * fr30.c (fr30_print_operand): Fix format specifier warnings.
7603 * dsp16xx.c (print_operand_address): Fix format specifier warning.
7604 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
7606 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
7609 * alpha.c (print_operand_address, alpha_start_function,
7610 unicosmk_output_ssib): Use string concatentation on
7611 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7612 function calls into one.
7613 * arm.c (arm_print_operand): Likewise.
7614 * cris.c (cris_asm_output_mi_thunk): Likewise.
7615 * frv.c (frv_asm_output_mi_thunk): Likewise.
7616 * ia64.c (ia64_print_operand, process_set): Likewise.
7617 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
7619 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
7620 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7621 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
7622 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
7623 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
7624 * s390.c (s390_assemble_integer): Likewise.
7625 * sparc.c (sparc_flat_function_prologue,
7626 sparc_flat_function_epilogue): Likewise.
7627 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
7628 * vax.c (vax_output_mi_thunk): Likewise.
7630 * frv.c (frv_print_operand_memory_reference): Fix format specifier
7632 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
7634 * m68k.c (m68k_output_function_epilogue): Fix format specifier
7637 * stormy16-protos.h (xs_hi_general_operand,
7638 xs_hi_nonmemory_operand): Prototype.
7639 * stormy16.c (xstormy16_output_shift): Fix format specifier
7642 * cris.c: Fix format specifier warnings.
7644 2003-05-16 Nick Clifton <nickc@redhat.com>
7646 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
7648 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
7650 * doc/bugreport.texi: Remove most of the of the preface of the
7653 2003-05-16 Jakub Jelinek <jakub@redhat.com>
7655 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
7658 2003-05-15 Roger Sayle <roger@eyesopen.com>
7660 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
7662 2003-05-15 Eric Christopher <echristo@redhat.com>
7664 * cfgcleanup.c (merge_blocks): Fix return value.
7666 2003-05-15 Eric Christopher <echristo@redhat.com>
7668 * combine.c (expand_compound_operation): Make sure
7669 that zero_extend operation is profitable.
7671 2003-05-15 Richard Henderson <rth@redhat.com>
7673 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
7674 code protected by USE_GNULIBC_1.
7676 2003-05-15 Zack Weinberg <zack@codesourcery.com>
7678 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
7679 remove hppa*-*-mpeix* which could not be built, and prune
7680 files from tmake_file= or tm_file= lists that don't exist.
7682 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
7683 * config/alpha/t-interix, config/arm/conix-elf.h
7684 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
7685 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
7686 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
7687 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
7688 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
7689 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
7690 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
7691 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
7692 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
7693 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
7694 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
7695 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
7696 * config/m68k/tower-as.h, config/m68k/tower.h
7697 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
7698 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
7699 * config/m88k/m88k-protos.h, config/m88k/m88k.c
7700 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
7701 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
7702 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
7703 * config/mips/rtems64.h, config/mips/sni-gas.h
7704 * config/mips/sni-svr4.h, config/mips/t-ecoff
7705 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
7706 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
7707 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
7708 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
7709 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
7710 * config/romp/romp-protos.h, config/romp/romp.c
7711 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
7712 * config/rs6000/aix3newas.h, config/rs6000/mach.h
7713 * config/sparc/bsd.h, config/sparc/hal.h
7714 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
7715 * config/sparc/lynx.h, config/sparc/netbsd.h
7716 * config/sparc/sp86x-aout.h, config/sparc/splet.h
7717 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
7718 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
7719 * config/sparc/t-halos, config/sparc/t-sparcbare
7720 * config/sparc/t-splet, config/sparc/t-sunos41
7721 * config/v850/rtems.h: Delete file.
7723 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
7725 * config/rs6000/rs6000-protos.h (function_value): Protoize.
7727 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
7729 * config/rs6000/rs6000.c (rs6000_function_value): New.
7731 2003-05-15 Philip Blundell <philb@gnu.org>
7733 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
7735 (arm_tune_xscale): New variable.
7736 (arm_override_options): Set it.
7737 (arm_adjust_cost): Use it in place of arm_arch_xscale.
7738 (arm_gen_load_multiple): Likewise.
7739 (arm_gen_store_multiple): Likewise.
7740 * config/arm/arm.md (is_xscale): Likewise.
7741 * config/arm/arm.h (arm_tune_xscale): Declare.
7743 2003-05-15 Philip Blundell <philb@gnu.org>
7746 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
7747 involving invalid constants.
7749 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7751 * pa.c (hppa_expand_prologue): Remove blockage.
7753 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
7755 * doc/bugreport.texi: Remove most of the bug reporting
7756 instructions and merge them into bugs.html.
7758 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
7760 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
7761 g_switch_value to unsigned HOST_WIDE_INT.
7763 2003-05-14 Eric Christopher <echristo@redhat.com>
7765 * combine.c: Fix header comments.
7766 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
7767 to all calls and prototype.
7769 2003-05-14 Roger Sayle <roger@eyesopen.com>
7771 PR optimization/10764
7772 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
7773 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
7774 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
7775 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
7776 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
7777 the corresponding *fyl2x_?fxf3 instructions.
7779 2003-05-14 Bob Wilson <bob.wilson@acm.org>
7781 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
7782 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
7783 XCHAL_HAVE_L32R): New.
7784 * config/xtensa/xtensa-protos.h (non_const_move_operand,
7785 xtensa_load_constant, xtensa_function_prologue,
7786 xtensa_function_epilogue): Delete prototypes.
7787 (xtensa_expand_prologue): New.
7788 * config/xtensa/xtensa.c (frame_size_const,
7789 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
7790 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
7791 xtensa_function_prologue): Delete.
7792 (add_operand, xtensa_mem_offset): Formatting.
7793 (move_operand): If the const16 option is available, allow any SFmode
7794 and SImode constants.
7795 (xtensa_emit_move_sequence): Inline the former contents of
7796 xtensa_load_constant with modifications to handle the const16 option.
7797 (override_options): Add xtensa_char_to_class['W'] and set it to
7798 the general register class only if the const16 option is enabled.
7799 Fix formatting. Disallow PIC when using the const16 option.
7800 (print_operand): Reorganize to switch on "letter" instead of the
7801 RTL code. Add output_operand_lossage calls for invalid cases.
7802 Add support for 't' and 'b' letters.
7803 (xtensa_expand_prologue): New function to replace
7804 xtensa_function_prologue and xtensa_reorg.
7805 (xtensa_function_epilogue): Declare this as static. Delete code
7806 to print the retw.n or retw instruction.
7807 (xtensa_return_addr): Use A0_REG instead of 0.
7808 (xtensa_rtx_costs): Add costs for using the const16 option.
7809 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
7810 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
7811 (TARGET_SWITCHES): Add "const16" and "no-const16".
7812 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
7813 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
7814 using the const16 option.
7815 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
7816 (TRAMPOLINE_SIZE): Change from 49 to 59.
7817 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
7818 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
7819 when using the const16 option.
7820 (PREDICATE_CODES): Delete non_const_move_operand.
7821 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
7823 (movdi, movdf): If the source is a constant, always expand to a
7824 sequence of movsi insns.
7825 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
7826 (movsi_internal, movsf_internal): Add alternative using const16 insns.
7827 (movsf): Add const16 support.
7828 (entry, prologue, epilogue): New.
7829 (set_frame_ptr): Add missing mode for unspec_volatile operation.
7830 Likewise for subsequent split pattern.
7831 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
7832 "-mconst16" and "-mno-const16" options.
7834 2003-05-14 Richard Henderson <rth@redhat.com>
7836 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
7837 to be DImode register. Merge load_symptr.
7838 * config/ia64/ia64.md (load_symptr): Remove.
7840 2003-05-14 Richard Henderson <rth@redhat.com>
7842 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
7843 DEFERRED_CONSTANT_P.
7844 * integrate.c (copy_rtx_and_substitute): Update use.
7845 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
7846 to the copy generated.
7847 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
7848 of the constant to see if we should emit.
7849 (mark_constant): Similarly.
7850 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
7852 2003-05-14 David Edelsohn <edelsohn@gnu.org>
7854 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
7855 move record condition.
7856 (movdi_internal2): Same.
7858 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
7860 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
7861 (GCOV_TAG_*) Force type to gcov_unsigned_t.
7862 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
7863 (struct gcov_var): Remove modified. Add start, length, offset,
7864 overread. Have buffer array for libgcov.
7865 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
7866 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
7867 * gcov-io.c (gcov_open): Set mode, do not read anything.
7868 (gcov_close): Write final block.
7869 (gcov_write_block, gcov_allocate): New.
7870 (gcov_write_bytes): Make static. Write or allocate buffer.
7871 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
7873 (gcov_write_string): Adjust.
7875 (gcov_write_length): Adjust. Flush the block.
7876 (gcov_write_tag_length): Buffer can never be null.
7877 (gcov_read_bytes): Make static. Read in block.
7878 (gcov_sync): Moved here. Adjust.
7879 (gcov_seek): Moved here. Adjust.
7880 * coverage.c (read_counts_file): Adjust.
7881 * gcov-dump.c (print_prefix): Add position parameter.
7882 (flag_dump_positions): New flag.
7883 (options, main, print_usage): Add it.
7884 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
7885 tag_summary): Adjust.
7886 * gcov.c (read_graph_file, read_count_file): Adjust.
7887 * libgcov.c (gcov_exit): Adjust.
7889 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
7890 (libgcov.a): Depend on libgcc.a.
7891 (gcov.o, gcov-dump.o): Add gcov-io.c.
7892 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
7894 * loop.c (check_dbra_loop): Factor common test.
7896 2003-05-14 Ben Elliston <bje@wasabisystems.com>
7898 * doc/md.texi (Automaton pipeline description): Grammar fixes.
7900 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
7902 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
7903 (TARGET_INITIALIZER): Include it.
7904 * target.h (struct gcc_target): Add machine_dependent_reorg field.
7905 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
7906 * system.h: Poison MACHINE_DEPENDENT_REORG.
7908 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
7909 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
7910 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7911 (alpha_handle_trap_shadows): Remove "first insn" parameter.
7912 (alpha_align_insns): Likewise.
7913 (alpha_reorg): Likewise. Make static. Update calls to above
7916 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
7917 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
7918 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7919 (arm_reorg): Remove parameter. Make static.
7921 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
7922 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
7923 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7924 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
7927 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
7928 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
7929 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7930 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
7933 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
7934 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
7935 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
7937 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
7938 * config/frv/frv.c: Remove orphaned comment.
7940 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
7941 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
7942 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7943 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
7946 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
7947 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
7948 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7949 (emit_insn_group_barriers): Remove "first insn" parameter.
7950 (emit_all_insn_group_barriers): Likewise.
7951 (ia64_reorg): Likewise. Make static. Update calls to above functions.
7952 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
7954 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
7955 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
7956 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7957 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
7960 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
7961 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
7962 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7963 (m68hc11_reorg): Make static. Remove parameter.
7965 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
7966 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
7967 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7968 (conditionalize_optimization): Remove parameter.
7969 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
7970 Make static. Update call to conditionalize_optimization.
7972 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
7973 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
7974 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7975 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
7978 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
7979 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
7980 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7981 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
7984 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
7985 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
7986 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7987 (pa_combine_instructions): Remove "first insn" parameter.
7988 (remove_useless_addtr_insns): Likewise.
7989 (pa_reorg): Likewise. Make static. Update calls to above functions.
7991 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
7992 commented-out definition.
7994 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
7995 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
7996 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7997 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
8000 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8001 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8002 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8003 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
8005 (sh_output_mi_thunk): Call sh_reorg directly.
8006 * config/sh/sh.md: Update comment.
8008 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8009 commented-out definition.
8011 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8012 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8013 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8014 (v850_reorg): Make static. Remove parameter.
8016 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8017 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8018 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8019 (xtensa_reorg): Make static. Remove parameter.
8021 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8022 (TARGET_MACHINE_DEPENDENT_REORG): Document.
8024 2003-05-13 Richard Henderson <rth@redhat.com>
8026 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8027 the old decl had instantiated DECL_RTL.
8029 2003-05-13 Mike Stump <mrs@apple.com>
8031 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8033 2003-05-13 Janis Johnson <janis187@us.ibm.com>
8035 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8036 HOST_WIDE_INT argument.
8038 2003-05-13 Jason Merrill <jason@redhat.com>
8040 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8042 * tree.c (iterative_hash_expr): New fn.
8044 * c-semantics.c (emit_local_var): Don't mess with temp slots if
8045 there's no initializer.
8047 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
8049 * final.c (final_scan_insn): Apply the effects of frame-related
8050 delay slot insns before emitting a delayed branch.
8052 2003-05-13 Nick Clifton <nickc@redhat.com>
8054 * config/mcore/mcore.md (jump): Use emit_jump_insn.
8056 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
8058 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8059 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8061 2003-05-12 DJ Delorie <dj@redhat.com>
8063 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8064 (emit_push_insn): Don't use push when the source alignment is less
8065 than the stack's push rounding.
8067 2003-05-13 Zack Weinberg <zack@codesourcery.com>
8069 * diagnostic.c (output_format): Add support for %m.
8070 (output_printf, output_verbatim, diagnostic_set_info,
8071 verbatim): Set err_no field of the text_info structure being
8073 (fatal_io_error): Delete function.
8074 * diagnostic.h (text_info): Add err_no field.
8075 * toplev.h (fatal_io_error): Delete prototype.
8077 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8078 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
8079 * objc/objc-act.c: Replace all calls to fatal_io_error with
8080 calls to fatal_error; add ": %m" to the end of all the affected
8083 2003-05-13 Zack Weinberg <zack@codesourcery.com>
8085 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
8086 * rtl.h: Prototype it.
8087 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
8090 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
8092 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
8093 ("*iorsi3_oi"): Likewise.
8095 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
8097 * arm.md (compare_scc): Use shorter sequence for EQ case.
8098 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
8099 (and_scc_scc): Ensure split only applies when there is a dominance
8101 (and_scc_scc_nodom): New insn-and-split pattern.
8103 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
8105 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
8106 to _Unwind_SetGRPtr().
8108 2003-05-13 Michael Eager <eager@mvista.com>
8110 * Makefile.in: Initialize program_transform_cross_name from
8111 @program_transform_name@ instead of target_alias.
8113 2003-05-12 Janis Johnson <janis187@us.ibm.com>
8114 Alan Modra <amodra@bigpond.net.au>
8115 Jakub Jelinek <jakub@redhat.com>
8117 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
8118 * configure: Rebuild.
8119 * config/rs6000/rs6000-protos.h: Update.
8120 * config/rs6000/rs6000.c (rs6000_tls_size): New.
8121 (rs6000_tls_size_string): New.
8122 (rs6000_parse_tls_size_option): New.
8123 (rs6000_legitimize_tls_address): New.
8124 (rs6000_tls_get_addr): New.
8125 (rs6000_got_sym): New.
8126 (rs6000_tls_symbol_ref): New.
8127 (rs6000_tls_symbol_ref_1): New.
8128 (rs6000_get_some_local_dynamic_name): New.
8129 (rs6000_get_some_local_dynamic_name_1): New.
8130 (TARGET_HAVE_TLS): New.
8131 (TARGET_CANNOT_FORCE_CONST_MEM): New.
8132 (rs6000_override_options): Handle -mtls-size option.
8133 (constant_pool_expr_1): Handle TLS symbols.
8134 (rs6000_legitimize_address): Handle TLS symbols.
8135 (rs6000_tls_referenced_p): New.
8136 (rs6000_legitimate_address): Handle TLS symbols.
8137 (rs6000_emit_move): Handle TLS symbols.
8138 (print_operand): Handle TLS symbols.
8139 (uses_TOC): Handle TLS symbols.
8140 (rs6000_emit_prologue): Use symbol for unspec constant.
8141 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
8142 (some_ld_name): New.
8143 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
8144 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
8145 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
8146 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
8148 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
8149 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
8150 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
8151 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
8152 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
8154 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
8156 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
8158 * Makefile.in (stage2_build, stage3_build, stage4_build):
8159 Set BUILD_CC to the same as CC.
8161 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
8163 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
8165 2003-05-12 Andreas Schwab <schwab@suse.de>
8167 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
8169 (bundling): Initialize 'pos'.
8170 (ia64_expand_builtin): Initialize 'rmode'.
8172 2003-05-12 David Edelsohn <edelsohn@gnu.org>
8174 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
8175 (ASM_OUTPUT_ALIGNED_COMMON): Same.
8176 (ASM_OUTPUT_LOCAL): Same.
8178 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
8180 * varasm.c (output_constant): Fix underflow.
8182 2003-05-12 Mark Mitchell <mark@codesourcery.com>
8185 * configure.in: Correct detection of GNU ld version number.
8186 * configure: Regenerated.
8188 2003-05-12 Zack Weinberg <zack@codesourcery.com>
8190 * diagnostic.c (diagnostic_for_decl): Take a
8191 diagnostic_context argument. Restructure to be consistent
8192 with diagnostic_report_diagnostic.
8193 (diagnostic_count_diagnostic): Now static. Take a
8194 diagnostic_info argument, not just a diagnostic_t. Some code
8195 moved here from internal_error. Move a case label for
8197 (diagnostic_action_after_output): New function. Code moved
8198 here from internal_error and fatal_error.
8199 (bug_report_request): New #define so that this text appears in
8201 (diagnostic_report_diagnostic): Update to match changes to
8202 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
8203 (diagnostic_set_info): Call gettext here.
8205 (pedwarn): Update comment. Don't call gettext here.
8206 (sorry): Use report_diagnostic. Don't call gettext here.
8207 (fatal_error): Remove final fnotice and exit, but call
8208 real_abort to prevent warnings about noreturn function returning.
8209 (internal_error): Likewise. Don't do ICE suppression here nor
8210 call context->internal_error.
8211 (warning_with_decl): Suppress for decls in system headers.
8212 Adjust call to diagnostic_for_decl.
8213 (pedwarn_with_decl): Likewise.
8214 (error_with_decl): Adjust call to diagnostic_for_decl.
8215 (error_recursion): Use bug_report_request.
8217 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
8218 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
8219 diagnostic_count_diagnostic.
8221 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8223 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
8225 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
8227 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
8228 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
8229 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
8231 2003-05-12 Roger Sayle <roger@eyesopen.com>
8233 * doc/rtl.texi: Document zero_extract as a valid destination
8236 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
8238 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
8239 '.'. Change all local symbol definitions and references to use LSYM.
8241 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
8243 * expr.h (assemble_static_space): Update prototype.
8244 * output.h (assemble_zeros, output_constant): Likewise.
8245 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
8246 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
8248 * elf.h (ASM_OTUPUT_SKIP): Likewise.
8249 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
8250 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8251 Expect HOST_WIDE_INT operand.
8252 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8253 Expect HOST_WIDE_INT operand.
8254 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8255 Expect HOST_WIDE_INT operand.
8256 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
8257 HOST_WIDE_INT operand.
8258 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
8259 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
8260 * aout.h (ASM_OTUPUT_SKIP): Likewise.
8261 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
8262 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
8263 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
8264 * frv.h (ASM_OTUPUT_SKIP): Likewise.
8265 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
8266 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8269 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
8270 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8271 Make it 64bit clean.
8272 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
8273 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
8274 HOST_WIDE_INT operand
8275 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8276 Expect HOST_WIDE_INT operand
8277 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
8278 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
8279 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
8280 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8282 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
8283 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8285 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8286 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8287 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8288 ASM_OUTPUT_SKIP): Likewise.
8289 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8291 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8292 ASM_OUTPUT_SKIP): Likewise.
8293 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8294 ASM_OUTPUT_SKIP): Likewise.
8295 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8296 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8297 ASM_OUTPUT_SKIP): Likewise.
8298 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
8299 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8300 ASM_OUTPUT_SKIP): Likewise.
8301 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
8303 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
8304 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
8305 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8306 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8307 ASM_OUTPUT_SKIP): Make it 64bit clean.
8308 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
8309 Make it 64bit clean.
8310 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8311 ASM_OUTPUT_SKIP): Make it 64bit clean.
8312 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8314 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8315 HOST_WIDE_INT argument
8316 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8317 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8318 HOST_WIDE_INT argument
8319 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8320 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
8321 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8322 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8323 HOST_WIDE_INT argument
8324 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8325 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8326 * varasm.c (asm_output_bss, asm_output_aligned_bss,
8327 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
8328 HOST_WIDE_INT argument
8330 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
8332 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
8333 favor of walk_tree_without_duplicates. Add comments.
8335 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
8337 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
8338 (struct alloc_pool_def): New element 'id'.
8339 * alloc-pool.c (fancy_abort): Extern function prototype.
8340 (abort): Macro which uses fancy_abort.
8341 (struct allocation_object_def): New structure.
8342 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
8343 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
8344 (last_id): New variable.
8345 (create_alloc_pool): Add the offset of u.data to size of element,
8346 increase and use last_id.
8347 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
8348 (pool_alloc): Likewise. Set ID for elements.
8349 (pool_free): Check whether the PTR was allocated from POOL.
8351 2003-05-11 Richard Henderson <rth@redhat.com>
8354 * c-decl.c: Include hashtab.h.
8355 (detect_field_duplicates): New.
8356 (finish_struct): Use it.
8357 * Makefile.in (c-decl.o): Update.
8358 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
8359 (component_decl_list, component_decl_list2,
8360 components, components_notype): Build list in reverse order.
8361 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
8363 * tree.c (chainon): Special case op2 null as well.
8366 2003-05-11 Roger Sayle <roger@eyesopen.com>
8368 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
8369 to implement log, logf and logl built-ins as inline x87 intrinsics.
8370 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
8371 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
8372 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
8374 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
8375 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
8377 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8379 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
8381 * sparc.c (print_operand): Fix uninitialized warning.
8383 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8385 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
8387 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
8390 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
8392 * doc/cpp.texi: Fix typos.
8394 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8396 * config/s390/s390.c (s390_function_arg_float): New function.
8397 (s390_function_arg_pass_by_reference): Use it.
8398 (s390_function_arg_advance): Likewise.
8399 (s390_function_arg): Likewise.
8400 (s390_va_arg): Likewise
8402 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
8404 * coverage.h (coverage_counter_alloc): New function.
8405 * function.h (struct function): Remove arc_profile flag.
8406 * coverage.c (fn_ident): Remove.
8407 (fn_b_ctrs, no_coverage): New.
8408 (get_coverage_counts): Use current_function_funcdef_no.
8409 (coverage_counter_alloc): New.
8410 (coverage_counter_ref): Adjust.
8411 (coverage_begin_output): Check no_coverage. Use
8412 current_function_funcdef_no.
8413 (coverage_end_function): Likewise.
8414 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
8415 than clearing flag_inline_functions. Do not clear arc_profile
8417 * function.c (prepare_function_start): Do not set arc_profile
8419 * profile.c (instrument_edges): Return number of instrumented
8420 edges. Use a for loop.
8421 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
8422 local to here and simplify. Use profile_arc_flag not arc_profile
8424 (find_spanning_tree): Reformat.
8425 * toplev.c (rest_of_compilation): Use profile_arc_flags and
8426 flag_test_coverage rather than arc_profile flag.
8428 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
8430 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
8432 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8434 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
8436 2003-05-11 Bruno Haible <bruno@clisp.org>
8438 * cppfiles.c (find_or_create_entry): Preserve errno.
8440 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
8442 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
8443 cpplib as it's a Standard Predefined Macro.
8444 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
8445 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
8446 __STDC_HOSTED__ appropriately.
8447 * cpplib.h (_cpp_init_builtins): Update.
8448 * fix-header.c (read_scan_file): Update.
8449 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
8451 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
8455 * c-opts.c (c_common_decode_option): Don't set
8456 warn_ctor_dtor_privacy wen -Wall.
8457 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
8459 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
8461 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
8464 2003-05-10 Zack Weinberg <zack@codesourcery.com>
8466 * diagnostic.c: Reorder functions for clarity, putting all the
8467 functions in the "error" family next to each other, and
8468 likewise all the functions in the "error_with_decl" family.
8469 Some other routines were moved too. Add comments.
8470 (vbuild_message_string): Fold into sole caller.
8473 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8475 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
8476 (EH_RETURN_HANDLER_RTX): Likewise.
8477 (expand_builtin_eh_return): Do not copy stack adjustment
8478 if EH_RETURN_STACKADJ_RTX is not defined.
8479 (expand_eh_return): Likewise. Also, do not pass stack
8480 adjustment as argument to the eh_return pattern.
8481 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
8482 because EH_RETURN_STACKADJ_RTX is not defined.
8483 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
8484 is not defined, treat stack pointer like a regular register.
8485 (uw_init_context_1): Set up fake initial stack pointer register.
8486 (uw_install_context_1): Do not compute stack adjustment if
8487 EH_RETURN_STACKADJ_RTX is not defined.
8489 * config/i386/i386.md ("eh_return"): Remove first argument.
8490 * config/mips/mips.md ("eh_return"): Likewise.
8491 * config/rs6000/rs6000.md ("eh_return"): Likewise.
8492 * config/sh/sh.md ("eh_return"): Likewise.
8494 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
8496 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
8498 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
8500 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
8502 * defaults.h (GCOV_TYPE_SIZE): Remove.
8503 * gcov-io.h (gcov_type): Set to specific mode int on target.
8504 (gcov_unsigned_t, gcov_position_t): New.
8505 (GCOV_TYPE_NODE): New.
8506 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
8507 (GCOV_COUNTERS_SUMMABLE): New.
8508 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
8509 gcov_ctr_info, gcov_info): Adjust types.
8510 (gcov_var): Adjust types.
8511 (gcov_write_unsigned, gcov_write_tag,
8512 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8513 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8514 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
8515 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
8516 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8517 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8518 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
8519 __gcov_init, __gcov_merge_add): Adjust gcov types.
8520 * coverage.c (ctr_merge_functions): Constify.
8522 (read_counts_file): Adjust gcov types. Only summarize & merge
8524 (coverage_counter_ref): Use GCOV_TYPE_NODE.
8525 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
8526 build_ctr_info_value, build_gcov_info): Adjust types.
8527 * profile.c (branch_prob): Adjust gcov types.
8528 * gcov_dump (dump_file): Adjust gcov types.
8530 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
8532 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
8534 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
8535 * arm.c (arm_select_dominance_cc_mode): Renamed from
8536 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
8538 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
8540 2003-05-09 Roger Sayle <roger@eyesopen.com>
8542 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
8543 as unsigned to avoid signed/unsigned comparison warnings.
8545 2003-05-09 Bob Wilson <bob.wilson@acm.org>
8547 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
8548 instruction if the Xtensa density option is enabled.
8550 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
8552 * mklibgcc.in: Remove extra quotes.
8554 2003-05-09 Mark Mitchell <mark@codesourcery.com>
8556 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
8559 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
8561 * reload1.c (reload_cse_move2add): Don't turn an implicit
8562 truncation into a self-set in the narrow mode.
8564 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
8566 * arm.md (clzsi2): The CLZ instruction is predicable.
8568 2003-05-09 Bob Wilson <bob.wilson@acm.org>
8570 * config/xtensa/xtensa.c: Formatting.
8572 2003-05-09 Diego Novillo <dnovillo@redhat.com>
8574 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
8575 instead of TREE_OPERAND to access the operand of a
8578 2003-05-09 Diego Novillo <dnovillo@redhat.com>
8580 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
8583 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
8585 * toplev.h (warning_with_file_and_line): Don't declare.
8586 (error_with_file_and_line): Likewise.
8587 * diagnostic.c (error_with_file_and_line): Remove.
8588 (warning_with_file_and_line): Likewise.
8590 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
8592 * c-parse.in (if_stmt_locus): New object.
8593 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
8594 (select_or_iter_stmt rule): Likewise.
8595 (if_stmt_file): Remove.
8596 (if_stmt_line): Likewise.
8597 * jump.c: include "diagnostic.h"
8598 (never_reached_warning): Don't use warning_with_file_and_line.
8599 * Makefile.in (jump.o): Add dependce on diagnostic.h
8601 2003-05-09 Alan Modra <amodra@bigpond.net.au>
8603 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
8604 Move code handling pieces not larger than a word to..
8605 * function.c (assign_parms): ..here, but use change_address instead
8606 of adjust_address and operand_subword, and expand_binop instead of
8607 expand_shift. Adjust calls to move_block_from_reg.
8608 * expr.h (move_block_from_reg): Update declaration.
8609 (copy_blkmode_from_reg): Formatting.
8610 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
8611 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
8612 move_block_from_reg calls.
8613 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
8614 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
8615 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
8616 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
8617 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
8618 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
8619 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
8620 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
8621 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
8623 2003-05-08 DJ Delorie <dj@redhat.com>
8625 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
8626 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
8627 variable-sized types).
8628 (xstormy16_function_arg): New. Pass them that way too.
8629 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
8630 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
8632 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
8634 * mklibgcc.in: Use mkinstalldirs when installing multilib
8637 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
8639 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
8640 instead of CODE_FOR_jump
8642 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
8644 * objc/objc-act.c (error_with_ivar): Don't use
8645 error_with_file_and_line.
8646 (warn_with_method): Don't use warning_with_file_and_line.
8648 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
8650 * stmt.c (emit_locus): New macro.
8651 (emit_filename): Remove.
8652 (emit_lineno): Likewise.
8653 (struct stmt_status): Replace members x_emit_filename and
8654 x_emit_lineno with x_emit_locus.
8655 (set_file_and_line_for_stmt): Adjust.
8656 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
8657 (warn_if_unused_value): Likewise.
8658 (check_seenlabel): Likewise.
8660 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
8662 * c-decl.c (define_label): Tidy. Don't use any of
8663 error_with_file_and_line or warning_with_file_and_file.
8664 (pending_xref_error): Likewise.
8665 (store_parm_decls): Likewise.
8666 (current_function_prototype_locus): New object. Package from
8667 current_function_prototype_file and current_function_prototype_line.
8668 (start_function): Use it.
8669 (current_function_prototype_file): Remove.
8670 (current_function_prototype_line): Remove;
8672 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8674 * builtins.c (readonly_data_expr): New function.
8675 (expand_builtin_memmove): Optimize any rodata source, not just
8678 2003-05-07 David Mosberger <davidm@hpl.hp.com>
8680 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
8682 2003-05-07 Richard Henderson <rth@redhat.com>
8684 * config/i386/i386.c (ix86_split_long_move): Fix base register
8685 mode for XFmode splits for TARGET_64BIT.
8687 2003-05-07 Richard Henderson <rth@redhat.com>
8689 * sched-ebb.c (schedule_ebb): Supply the correct starting
8690 block number to save_line_notes.
8692 2003-05-07 Richard Henderson <rth@redhat.com>
8694 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
8695 (dump_file): Likewise.
8697 2003-05-07 David Mosberger <davidm@hpl.hp.com>
8699 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
8700 forget to preserve gp.
8701 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
8703 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
8704 .prologue directive.
8705 Use .skip instead of data8 for .bss section to make Intel
8706 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
8707 explicit in the .mib bundles and remove the unnecessary stop
8708 bits. Replace local labels with normal labels, to make ias
8709 happy. Don't register __do_global_ctors_aux here, do it in
8712 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
8713 __do_global_ctors_aux in .init_array section instead of
8714 declaring it as a hidden global. Replace local labels with
8715 ordinary labels to make ias happy.
8717 2003-05-07 Richard Henderson <rth@redhat.com>
8720 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
8721 * flags.h, toplev.c, doc/invoke.texi: Likewise.
8723 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
8724 * unwind.inc (_Unwind_DeleteException): Check for null
8727 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
8728 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
8729 * unwind.h: Declare them.
8730 * libgcc-std.ver (GCC_3.3): Export them.
8732 2003-05-07 Richard Henderson <rth@redhat.com>
8734 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
8737 2003-05-07 Zack Weinberg <zack@codesourcery.com>
8739 * stmt.c (force_label_rtx): New function, based on logic
8740 formerly found in expand_expr.
8741 * expr.h: Prototype it.
8742 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
8744 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
8746 * print-tree.c (debug_tree): Free the table after we're done
8749 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
8751 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
8752 Unreverse arguments for __ev_subw.
8754 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
8756 2003-05-07 Nick Clifton <nickc@redhat.com>
8758 * config/stormy16/stormy-abi: Update to include
8759 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
8760 R_XSTORMY16_12 relocs.
8762 2003-05-07 Alan Modra <amodra@bigpond.net.au>
8764 * function.c (assign_parms): Correct reversed reg_parm_stack_space
8765 test. Add partial in-regs size to stack_args_size.
8767 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8769 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
8772 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
8774 * gcov-io.h (GCOV_LOCKED): New #define.
8775 (GCOV_LINKAGE): Make sure it is #defined.
8776 (gcov_write_string, gcov_write_tag, gcov_write_length,
8777 gcov_read_string, gcov_time): Poison in libgcov.
8778 (gcov_seek_end): Remove.
8779 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
8780 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
8781 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
8782 GCOV_TAG_SUMMARY_LENGTH): New #defines.
8783 (gcov_write_tag, gcov_write_length): Not in libgcov.
8784 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
8785 (gcov_write_tag, gcov_write_length): Not in libgcov.
8786 (gcov_write_tag_length): New.
8787 (gcov_write_summary): Use gcov_write_tag_length.
8788 * libgcov.c: Always #include gcov-io.h.
8789 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
8790 (GCOV_LINKAGE): Define to nothing for L_gcov.
8791 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
8792 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
8793 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
8794 (read_count_file): Likewise.
8795 * gcov-dump.c (dump_file): Likewise.
8796 * coverag.c (read_counts_file): Likewise.
8798 2003-05-06 Mark Mitchell <mark@codesourcery.com>
8801 * gcc.c (process_command): Update copyright date.
8803 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
8805 * doc/install.texi (mips-*-*): Add note about libstdc++.
8807 2003-05-06 DJ Delorie <dj@redhat.com>
8809 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
8810 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
8811 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
8813 2003-05-06 <neil@cat.daikokuya.co.uk>
8815 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
8816 and -Wstrict-prototypes if C++.
8818 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
8820 * config/rs6000/linuxspe.h: New file.
8822 * config.gcc: Add powerpc-*-linux-gnuspe* target.
8824 2003-05-06 Richard Henderson <rth@redhat.com>
8826 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
8827 previous frame didn't save sp. Clear sp for next frame.
8828 (uw_install_context_1): Honor saved sp from frame.
8830 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
8832 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
8833 (mips_move_1word, mips_move_2words): Remove declaration.
8834 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
8835 (mips_restore_gp): Remove insn argument.
8836 * config/mips/mips.h (FP_REG_RTX_P): New macro.
8837 * config/mips/mips.c (volatile_buffer): Remove.
8838 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
8839 (mips_move_1word, mips_move_2words): Remove, replacing with...
8840 (mips_output_move): ...this new function.
8841 (mips_restore_gp): Remove insn argument. Adjust for above changes.
8842 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
8843 handling of floating-point constants. Handle zero CONST_DOUBLE
8845 (mips_annotate_frame_insn): Replace with...
8846 (mips_set_frame_expr): ...this, which just takes one argument.
8847 (mips_frame_set): Change the register argument to an rtx.
8848 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
8849 check whether moves should be split. Use mips_split_64bit_move
8850 to split them. Use mips_subword to generate the high and low
8851 parts of a paired FPR. Adjust calls to frame_set and
8852 mips_set_frame_expr.
8853 (mips_expand_prologue): Simplify due to above changes.
8854 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
8855 targets, replacing xisting register-only versions.
8856 (UNSPEC_STORE_DF_HIGH): New unspec.
8857 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
8858 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
8859 (*paradoxical_extendhidi2): Remove.
8860 (movdi_internal, movdi_internal2): Use mips_output_move.
8861 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
8862 (movsf_internal1, movsf_internal2): Likewise.
8863 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
8864 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
8865 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
8866 Add m <- G alternative.
8867 (load_df_low, load_df_high, store_df_low): New patterns.
8868 (movhi_internal): Use @ template instead of calling a function.
8869 Remove unnecessary 'z' alternatives.
8870 (movqi_internal): Likewise.
8871 (exception_receiver): Update call to mips_restore_gp.
8873 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
8875 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
8876 (mips_delegitimize_address): Declare.
8877 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
8878 (FIND_BASE_TERM): Define.
8879 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
8880 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
8881 Handle small-data addresses.
8883 2003-05-05 Roger Sayle <roger@eyesopen.com>
8885 * real.c (real_powi): New function to calculate the value of
8886 a real raised to an integer power, i.e. pow(x,n) for int n.
8887 (real_sqrt): Convert to using the faster do_add, do_multiply
8888 and do_divide API for consistency with the rest of real.c.
8889 * real.h (real_powi): Prototype here.
8890 * builtins.c (fold_builtin): Avoid local variable mode when
8891 evaluating sqrt at compile time. Attempt to evaluate pow at
8892 compile-time, by checking for an integral exponent.
8894 2003-05-05 Richard Henderson <rth@redhat.com>
8896 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
8898 2003-05-05 David O'Brien <obrien@FreeBSD.org>
8900 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
8901 other FreeBSD ports.
8902 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
8903 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
8905 2003-05-05 Janis Johnson <janis187@us.ibm.com>
8907 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
8909 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
8911 2003-05-05 Zack Weinberg <zack@codesourcery.com>
8913 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
8914 * varasm.c (struct varasm_status): Add deferred_constants field.
8915 (n_deferred_strings): Delete variable.
8916 (n_deferred_constants): New #define.
8917 (struct constant_descriptor_tree): Kill next and label fields.
8918 (const_hash_table, MAX_HASH_TABLE): Delete.
8919 (const_desc_htab): New static variable.
8920 (const_hash): Rename const_desc_hash, and make it fit the
8921 hashtab.h interface.
8922 (const_desc_eq): New.
8923 (const_hash_1, compare_constant): Const-ify arguments.
8924 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
8925 SYMBOL_REFs. Clarify comments. Don't set desc->label.
8926 (output_constant_def): Do the lookup/insert using the
8927 hashtab.h interface. Don't muck with n_deferred_constants or
8928 DEFERRED_CONSTANT_P here.
8929 Always call maybe_output_constant_def_contents.
8930 (maybe_output_constant_def_contents): Take a pointer to the
8931 descriptor, not the EXP and RTL separately. Return
8932 immediately if this constant is not deferred. Defer output of
8933 everything, except writable string constants. Update
8934 n_deferred_constants here.
8935 (output_constant_def_contents): Now takes just one argument,
8936 an rtx. Clear DEFERRED_CONSTANT_P here.
8937 (mark_constant_pool): Update for rename of n_deferred_strings.
8938 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
8940 (init_varasm_status): Clear p->deferred_constants.
8941 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
8943 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8945 * builtins.c (expand_builtin_stpcpy): Only expand when the length
8946 of the source string can be evaluated at compile-time.
8948 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8950 * testsuite/gcc.c-torture/compile/simd-6.c: New.
8952 * c-typeck.c (digest_init): Handle arrays of vector constants.
8954 2003-05-05 Jakub Jelinek <jakub@redhat.com>
8956 * builtins.c (expand_builtin_mempcpy): New function.
8957 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
8958 ignored into strcpy no matter what arguments it has.
8959 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
8960 expand_builtin_mempcpy.
8962 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8964 * testsuite/gcc.dg/20030505.c: New.
8966 * c-typeck.c (convert_for_assignment): Opaque pointers can
8969 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
8970 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
8971 (spe_init_builtins): Rename all pv2si_type_node to
8972 opaque_p_V2SI_type_node.
8973 Remove declaration of pv2si_type_node.
8974 (is_ev64_opaque_type): Accept opaque pointers.
8976 2003-05-05 Geoffrey Keating <geoffk@apple.com>
8978 * config/rs6000/rs6000.c (validate_condition_mode): Use
8979 flag_finite_math_only.
8980 (rs6000_reverse_condition): Never return UNKNOWN; use
8981 flag_finite_math_only.
8982 (rs6000_generate_compare): Use flag_finite_math_only.
8983 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
8984 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
8985 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
8987 * toplev.c (check_global_declarations): Suppress not-used warning
8988 for volatile variables.
8990 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
8992 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
8993 usage of bitfield instructions for mode1 != BLKmode, only ignoring
8994 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
8995 (store_field): Likewise.
8997 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8999 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9000 evsubifw to builtins accepting 5-bit unsigned constants.
9001 (easy_vector_constant): Return if V1DImode. Fix typo.
9003 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
9005 * config/rs6000/spe.h: Revert licensing change from last patch.
9007 2003-05-05 DJ Delorie <dj@redhat.com>
9009 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9010 before reload, but defer the split until after.
9011 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9014 2003-05-05 David Edelsohn <edelsohn@gnu.org>
9016 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9017 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9019 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9021 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9024 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9026 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9027 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9028 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9030 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9031 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9032 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9035 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9036 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9038 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9039 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9040 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9041 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9042 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9043 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9044 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9045 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9046 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9047 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9048 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9049 BUILT_IN_STRDUP): Add "nonnull" attribute.
9051 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9053 * expr.c (store_field): Don't clobber TEMP in shift: it might be
9055 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9056 whose purpose is to step up the alignment.
9057 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9059 * stor-layout.c (compute_record_mode): Relax restriction
9060 on fields crossing word boundaries forcing BLKmode.
9062 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
9064 * cppinit.c (cpp_create_reader, post_options): Warn about
9065 trigraphs unless explicity set or -trigraphs.
9066 * cpplex.c (warn_in_comment): New.
9067 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9068 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9069 * doc/cppopts.texi, doc/cpp.texi: Update.
9071 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9073 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9074 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9076 (GCOV_MERGE_FUNCTIONS): New.
9077 (gcov_merge_fn): Declare.
9078 (struct gcov_ctr_info): New field "merge".
9079 (__gcov_merge_add): Declare.
9080 * coverage.c (ctr_merge_functions): New.
9081 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
9082 of gcov_ctr_info type.
9083 * libgcov.c (__gcov_merge_add): New.
9084 (gcov_exit): Call a hook to merge values of counters.
9086 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
9088 * toplev.h (pedwarn_with_file_and_line): Don't declare.
9089 * diagnostic.c (pedwarn_with_file_and_line): Remove.
9091 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
9093 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
9095 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9097 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
9098 expand_builtin_frame_address): Update prototypes.
9099 (expand_builtin_constant_p, expand_builtin_strlen,
9100 expand_builtin_strcpy, expand_builtin_memset,
9101 expand_builtin_bzero, expand_builtin_args_info,
9102 expand_builtin_frame_address): Pass in just the argument(s)
9103 needed, not the entire expression `exp'.
9104 (expand_builtin): Update all calls to these functions.
9106 2003-05-03 Richard Henderson <rth@redhat.com>
9108 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
9109 <BUILT_IN_DWARF_SP_COLUMN>: New.
9110 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
9111 (BUILT_IN_DWARF_SP_COLUMN): New.
9112 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
9113 (expand_builtin_dwarf_sp_column): New.
9114 * except.h: Update to match.
9115 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
9116 (execute_cfa_program): Record location expression address
9117 before extracting length.
9118 (uw_update_context_1): Install old CFA into stack pointer column.
9119 (uw_init_context_1): Set cfa_reg to stack pointer column.
9121 2003-05-03 Richard Henderson <rth@redhat.com>
9123 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
9125 (toc_relative_expr_p): Likewise.
9126 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
9127 (legitimate_constant_pool_address_p): Move from rs6000.h, change
9128 into a function, downcase all users.
9129 (legitimate_small_data_p): Likewise.
9130 (legitimate_offset_address_p): Likewise.
9131 (legitimate_indexed_address_p): Likewise.
9132 (legitimate_indirect_address_p): Likewise.
9133 (legitimate_lo_sum_address_p): Likewise.
9134 (rs6000_mode_dependent_address): Likewise.
9135 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
9136 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9137 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
9138 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
9139 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
9140 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
9141 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
9142 * config/rs6000/rs6000-protos.h: Update.
9144 2003-05-03 Geoffrey Keating <geoffk@apple.com>
9146 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
9147 (REVERSE_CONDITION): Define.
9149 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
9150 to branch_positive_comparison_operator.
9151 (ccr_bit): Check that sCOND conditions are actually a positive bit.
9152 (print_operand): Remove %D substitution.
9153 (rs6000_emit_sCOND): Generate complement operation to ensure that
9154 sCOND input is a positive bit.
9155 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
9156 same order as bCOND, and add the missing ones. Remove the %D
9157 substitutions from the scc patterns.
9159 * simplify-rtx.c (simplify_relational_operation): Add case for
9162 2003-05-03 Bruce Korb <bkorb@gnu.org>
9164 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
9166 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
9168 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
9170 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
9172 2003-05-03 Zack Weinberg <zack@codesourcery.com>
9175 * c-common.c (warn_sign_compare): Initialize to -1.
9176 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
9177 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
9179 (c_common_post_options): Set warn_sign_compare from extra_warnings
9180 if it's still -1 at this point.
9182 * toplev.c (maybe_warn_unused_parameter): New static variable.
9183 (set_Wextra): New static function.
9184 (W_options): Remove "extra".
9185 (decode_W_option): Call set_Wextra.
9186 (independent_decode_option): Likewise.
9187 (set_Wunused): Cooperate with set_Wextra in setting
9188 warn_unused_parameter.
9189 (rest_of_compilation): No need to check extra_warnings as
9190 well as warn_uninitialized.
9192 * c-typeck.c (build_binary_op, build_conditional_expr):
9193 No need to check extra_warnings as well as warn_sign_compare.
9194 (internal_build_compound_expr): No need to check extra_warnings
9195 as well as warn_unused_value.
9196 * function.c (expand_function_end): No need to check extra_warnings
9197 as well as warn_unused_parameter.
9198 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
9199 as well as warn_unused_value.
9201 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
9203 * Makefile.in: Disable -Werror for gengtype-lex.o.
9205 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
9207 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
9208 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
9209 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
9210 * calls.c (emit_call_1): Likewise.
9211 (expand_call): For calls initializing constant memory, replace
9212 emission of standalone mem /u clobber with function usage entry.
9213 * expr.c (emit_block_move_via_libcall): Likewise.
9214 * cse.c (count_reg_usage, case EXPR_LIST): New case.
9215 * flow.c (propagate_one_insn): Pass entire operand of
9216 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
9217 * integrate.c (try_constants): For CALL_INSNs, substitute constants
9218 within the FUNCTION_USAGE also.
9219 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
9220 FUNCTION_USAGE lists.
9221 * reload1.c (replace_pseudos_in): Renamed.
9222 (reload): Use it for clobbers surviving until the end of the reload.
9224 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9226 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
9227 gen_lowpart on non-integer modes.
9229 * stor-layout.c (place_field): When adjusting offset_align, use
9230 desired_align, not DECL_ALIGN.
9232 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
9234 * c-decl.c (pending_invalid_xref_file): Remove.
9235 (pending_invalid_xref_line): Remove.
9236 (pending_invalid_xref_location): New.
9237 (lookup_label): Use location_t and input_location directly.
9238 (lookup_tag): Likewise.
9239 (pending_xref_error): Likewise.
9240 (c_expand_body_1): Likewise.
9241 * c-common.c (x_expand_start_cond): Likewise.
9242 * c-semantics.c (genrtl_for_stmt): Likewise.
9243 (find_reachable_label): Likewise.
9244 * expr.c (expand_expr): Likewise.
9245 * integrate.c (output_inline_function): Likewise.
9246 * tree-inline.c (find_alloca_call): Likewise.
9247 (find_builtin_longjmp_call): Likewise.
9248 * gcc.c (input_filename): Make static.
9250 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
9252 * config/mips/mips.md: Fix comment typo.
9254 * config/mips/mips.c (mips_integer_op): New structure.
9255 (MIPS_MAX_INTEGER_OPS): Define.
9256 (mips_const_insns): Use mips_build_integer to determine the number
9257 of instructions needed to load a CONST_INT.
9258 (move_operand): Reject compound CONST_INTs.
9259 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
9260 (mips_move_integer): New fn.
9261 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
9262 (mips_legitimize_move): Only legitimize constants when moving
9263 word or subword values.
9265 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
9267 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
9269 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9271 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
9274 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9275 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9277 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
9278 Hernandez, and Kazu Hirata. Update Richard Henderson.
9280 2003-05-02 Geoffrey Keating <geoffk@apple.com>
9282 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
9283 to tentative declaration.
9285 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
9286 (SYMBOL_FLAG_SMALL_V4): Delete.
9287 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
9288 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
9289 (rs6000_elf_in_small_data_p): Add extra section names. Add
9290 comment about TREE_PUBLIC test.
9292 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
9293 expand_stmt on result of expand_unreachable_stmt.
9295 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9297 * doc/contrib.texi (Contributors): Add Daniel Berlin.
9299 2003-05-02 David Edelsohn <edelsohn@gnu.org>
9301 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
9304 * config/rs6000/rs6000.c (symbol_ref_operand): Check
9305 SYMBOL_REF_FUNCTION_P on AIX.
9306 (current_file_function_operand): Same.
9307 * config/rs6000/rs6000.md (call,call_value): Force non-function
9308 symbol_ref into register on AIX.
9310 2003-05-02 Alan Modra <amodra@bigpond.net.au>
9312 * calls.c (struct arg_data): Move offset, slot_offset, size and
9313 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
9314 (initialize_argument_information): Adjust call to locate_and_pad_parm.
9315 Delete alignment_pad var. Don't calculate slot_offset here.
9316 (emit_library_call_value_1): Delete alignment_pad, offset and size
9317 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
9318 Adjust call to locate_and_pad_parm. Don't tweak arg size for
9319 partial in-regs here. Formatting fixes.
9320 * expr.h (struct locate_and_pad_arg_data): New struct.
9321 (locate_and_pad_parm): Adjust declaration.
9322 * function.c (assign_parms): Localize vars. Use "locate" instead of
9323 other arg location vars. Don't invoke FUNCTION_ARG or
9324 FUNCTION_INCOMING_ARG unless pretend_named is different from
9325 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
9326 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
9327 Use slot_offset for stack home of reg parms. Correct test for
9328 parm passed in memory. Formatting fixes.
9329 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
9330 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
9331 Correct initial_offset_ptr handling. Localize vars. Always pad
9332 locate->offset even when in_regs.
9334 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
9336 * Makefile.in (TREE_H): Replace location.h with input.h.
9337 (GTFILES) Remove location.h
9338 (gt-lists.h): Replace gt-location.h with gt-input.h
9339 * input.h (input_filename, input_line): Remove variables.
9340 (location_s, location_t): Move from location.h.
9341 (input_location): New.
9342 (input_filename, input_line): New #defines.
9343 * location.h: Remove.
9344 * tree.h: Replace location.h with input.h.
9345 (input_filename, input_line): Remove.
9346 * diagnostic.h: Replace location.h with input.h.
9347 * gcc.h (input_filename, input_filename_length): Remove declarations.
9348 * toplev.c (input_filename, input_line): Remove.
9349 (input_location): Define.
9350 (push_srcloc, pop_srcloc): Adjust.
9351 * diagnostic.c (diagnostic_report_current_module): Adjust.
9353 2003-05-02 Nick Clifton <nickc@redhat.com>
9355 * configure.in: Add xstormy16 to list of targets that has a nop
9356 instruction and hence which can be tested to see if the
9357 assembler supports the --gdwarf2 switch.
9358 * configure: Regenerate.
9360 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9363 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
9364 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
9365 Avoid undefined shifts by making the shift operand unsigned.
9367 2003-05-01 DJ Delorie <dj@redhat.com>
9369 * reload.c (find_reloads): Also check that all of a multi-reg
9370 value is in the class.
9372 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
9374 * scan.h (lineno): Revert the rename here.
9376 2003-05-01 Stan Shebs <shebs@apple.com>
9378 * config/darwin.c (darwin_encode_section_info): Call
9379 default_encode_section_info.
9381 2003-05-01 David Edelsohn <edelsohn@gnu.org>
9383 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
9384 (movsi_internal1): Use new mfjmpr attribute.
9385 (movhi_internal): Same.
9386 (movqi_internal): Same.
9387 (movcc_internal1): Same.
9388 (movdi_internal64): Same.
9389 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9390 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
9391 * config/rs6000/40x.md: Add fpu_405.
9392 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
9393 into power4misc automata. Remove extraneous parentheses.
9394 * config/rs6000/440.md: New file.
9395 * config/rs6000/rs6000.c (processor_target_table): Add 440,
9396 440fp. Rename 405f to 405fp.
9397 (function_arg_padding): Correct formatting.
9398 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
9400 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
9402 * input.h (lineno): Rename to ...
9403 (input_line): ... here.
9404 * tree.h (lineno): Rename to ...
9405 (input_line): ... here.
9406 * scan.h (lineno): Rename to ...
9407 (input_line): ... here.
9408 * toplev.c (lineno): Rename to ...
9409 (input_line): ... here.
9410 (push_srcloc, pop_srcloc): Rename lineno to input_line.
9411 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
9412 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
9413 store_parm_decls, c_expand_body_1): Likewise.
9414 * c-errors.c (pedwarn_c99): Likewise.
9415 * c-format.c (status_warning): Likewise.
9416 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
9417 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
9418 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
9419 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
9420 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
9421 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
9422 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
9423 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
9424 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
9425 * coverage.c (create_coverage): Likewise.
9426 * diagnostic.c (pedwarn, sorry, error, fatal_error,
9427 internal_error, warning, diagnostic_report_current_module,
9429 * expr.c (expand_expr): Likewise.
9430 * integrate.c (expand_inline_function,
9431 output_inline_function): Likewise.
9432 * rtl-error.c (file_and_line_for_asm): Likewise.
9433 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
9434 walk_tree): Likewise.
9435 * tree.c (make_node): Likewise.
9436 * ada, cp, f, java, objc, treelang: Likewise.
9437 * objc/objc-act.c (objc_init): Rename lineno to input_line.
9438 (build_module_descriptor, build_selector_translation_table,
9439 build_protocol_template, build_method_prototype_list_template,
9440 build_category_template, build_selector_table,
9441 build_class_template, build_super_template, build_ivar_template,
9442 build_ivar_list_template, build_method_list_template,
9443 build_method_template, add_instance_variable): Likewise.
9445 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
9446 name from input_filename.
9448 2003-04-30 Eric Christopher <echristo@redhat.com>
9449 Richard Sandiford <rsandifo@redhat.com>
9451 * configure: Regenerate from patches below.
9452 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
9453 for all symbolic operands.
9454 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
9456 * config/mips/linux.h: Fix typo.
9457 * Merge from mips-3_4-rewrite branch:
9459 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
9461 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
9462 handling local labels when TARGET_ABICALLS.
9464 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
9466 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
9468 (mips_expand_call): Likewise.
9469 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
9470 (FIXED_REGISTERS): Clear $31 entry.
9471 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
9472 (EPILOGUE_USES): Define.
9473 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
9474 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
9475 (override_options): Add a 'j' register class.
9476 (mips_expand_call): Handle sibcalls
9477 (mips_expand_epilogue): Handle epilogues for sibcalls.
9478 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
9479 (sibcall_epilogue): New pattern.
9480 (call, call_value): Adjust calls to mips_expand_call.
9481 (sibcall, sibcall_value): New expanders.
9482 (sibcall_internal, sibcall_value_internal): New patterns.
9483 (sibcall_value_multiple_internal): New pattern.
9485 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
9487 * config/mips/mips.md (extended_mips16): New attribute.
9488 (define_attr length): Default to 8 if extended_mips16 == yes.
9489 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
9490 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
9491 (call_internal): Set extended_mips16 to yes for direct jumps.
9492 Remove redundant mode attribute.
9493 (call_value_internal, call_value_multiple_internal): Likewise.
9494 (call_split): Remove redundant mode attribute.
9495 (call_value_split, call_value_multiple_split): Likewise.
9497 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
9498 of unaligned offsets.
9500 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
9503 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
9505 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
9506 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
9509 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
9511 * config/mips/mips.h (ADDRESS_COST): Define.
9513 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
9515 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
9516 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
9517 * config/mips/mips.md: Replace 'R' constraints with 'U'.
9519 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
9521 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
9522 of a two-instruction sequence. Add register->memory alternative.
9523 (truncdihi2, truncdiqi2): Likewise.
9524 Rework shift/truncate instructions so that they only handle right
9525 shifts of 32 (or more, in the case of arithmetic shifts).
9526 Add patterns for truncate/sign-extend.
9528 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9530 * configure.in (mips*-*-*): Check for explicit relocation support.
9531 * configure: Regenerate.
9533 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9535 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
9536 and -mno-explicit-relocs.
9537 (MASK_EXPLICIT_RELOCS): Define.
9538 (TARGET_EXPLICIT_RELOCS): Use it.
9539 (mips_split_addresses): Remove declaration.
9540 * config/mips/mips.c (override_options): Update comment for
9541 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
9543 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9545 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
9546 a CONST as identity. Check the return value of gen_lowpart_common.
9548 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9550 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
9551 references for TARGET_EXPLICIT_RELOCS.
9552 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
9555 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9557 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
9558 (addsi3): Remove redundant constraints.
9559 (addsi3_internal): Use separate register & constant alternatives.
9560 Use a 'Q' constraint and "addiu" insn for the latter.
9561 (adddi3_internal_3, addsi3_internal_2): Likewise.
9563 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9565 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
9566 (mips_expand_unaligned_store): Declare.
9567 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
9568 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
9569 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
9570 (UNSPEC_ULD, UNSPEC_USD): Remove.
9571 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
9572 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
9573 (extv, extzv): Use mips_expand_unaligned_load.
9574 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
9575 predicate for operand 3.
9576 (movsi_ulw, movsi_usw): Replace with...
9577 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
9578 (movdi_uld, movdi_usd): Likewise replace with...
9579 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
9581 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
9583 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
9584 * config/mips/mips.h (LEA_REGS): New register class.
9585 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
9586 (GR_REG_CLASS_P): Include LEA_REGS.
9587 (DANGEROUS_FOR_LA25_P): New macro.
9588 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
9589 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
9590 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
9591 entries to LEA_REGS.
9592 (mips_global_pic_constant_p): New function.
9593 (override_options): Add 'e' register constraint.
9594 (mips_secondary_reload_class): Return LEA_REGS when reloading
9595 a dangerous constant into a class containing $25.
9596 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
9597 (movsi_internal): Likewise.
9599 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
9601 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
9602 * config/mips/mips.md (call_split): New insn.
9603 (call_value_split, call_value_multiple_split): New insns.
9604 (call_internal): Turn into a define_insn_and_split. Split the
9605 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
9606 (call_value_internal, call_value_multiple_internal): Likewise.
9608 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
9610 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
9611 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
9612 (mips_encode_section_info): Don't take symbol visibility into
9613 account if TARGET_ABICALLS. Add more commentary.
9614 * config/mips/mips.md: Add commentary above reloc constants.
9616 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
9618 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
9619 from mips_legitimize_move. Legitimize constant pool references.
9620 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
9621 a REG_EQUAL note to the last instruction.
9623 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
9625 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
9626 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
9627 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
9628 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
9629 * config/mips/mips.md (UNSPEC_HIGH): New constant.
9630 (UNSPEC_RELOC_GPREL16): Rename to...
9631 (RELOC_GPREL16): ...this.
9632 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
9633 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
9634 (macro_calls): New attribute.
9635 (length): Use it to set the default length of calls. Don't allow
9636 calls to have delay slots if macro_calls is "yes".
9637 (luisi, luidi): New patterns.
9638 (lowsi, lowdi): Use '%R' to print the relocation.
9639 (lowdi_extend): Remove.
9640 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
9641 (call_internal): Merge alternatives. Always use "jal".
9642 (call_value_internal, call_value_multiple_internal): Likewise.
9643 (reloc_gprel16): Remove.
9644 * config/mips/mips.c (mips_got_alias_set): New variable.
9645 (mips_classify_constant): Handle the new relocation constants.
9646 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
9647 (mips_symbolic_address_p): Return false if generating explicit relocs.
9648 Otherwise allow local PIC symbols to have an offset.
9649 (mips_splittable_symbol_p): New function.
9650 (mips_classify_address): Use it to check whether a LO_SUM is valid.
9651 (mips_const_insns): Always accept HIGH.
9652 (call_insn_operand): Don't accept global symbols if using explicit
9654 (move_operand): Don't accept HIGH when generating PIC.
9655 (mips_reloc, mips_lui_reloc): New functions.
9656 (mips_force_temporary): Remove MODE argument. Expect VALUE to
9657 be a valid right-hand-side for a SET pattern.
9658 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
9659 (mips_emit_high): New function.
9660 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
9661 case. Use mips_splittable_symbol_p to check whether a LO_SUM
9662 address should be used. Use mips_emit_high to generate the
9663 high part of such an address. Adjust the global symbol + offset
9664 case to match the change to mips_force_temprorary.
9665 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
9666 If generating explicit-reloc PIC, load the address of global
9667 symbols from the GOT. Use mips_emit_high to emit the high part
9669 (mips_simplify_dwarf_addr): New function.
9670 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
9671 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
9672 (mips_expand_call): Load the addresses of global functions using
9673 %call* relocs if generating explicit-reloc PIC. Don't generate
9674 an exception_receiver pattern.
9675 (override_options): Initialize mips_got_alias_set.
9676 (print_relocation): Remove in favor of...
9677 (mips_reloc_string): ...this new function.
9678 (print_operand): Handle '%R'. Use mips_reloc_string.
9679 (print_operand_address): Use print_operand to print the symbolic
9680 part of a LO_SUM address.
9681 (mips_output_function_prologue): Use .cprestore, reverting last patch.
9682 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
9683 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
9686 2003-02-02 Eric Christopher <echristo@redhat.com>
9688 * config/mips/mips.c (mips_sign_extend): Remove.
9689 * config/mips/mips-protos.h: Ditto.
9690 * config/mips/mips.md (movdi_internal2_extend): Remove.
9691 (extendsidi2): Fix mode of convert_memory_address.
9693 2003-01-24 Eric Christopher <echristo@redhat.com>
9695 * config/mips/mips.md: Rewrite zero_extend* and extend*
9696 patterns. Use explicit instructions and split after reload
9697 for register extensions.
9698 (ashlsi3_internal1_extend): New combiner pattern for
9699 shift and extend combinations.
9700 * config/mips/mips.h: Change Pmode back to ptr_mode
9701 for performance enhancement.
9702 * combine.c (expand_compound_operation): Make sure
9703 that zero_extend operation is profitable.
9705 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
9707 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
9708 addresses depend on ptr_mode rather than Pmode.
9709 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
9710 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
9711 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
9712 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
9713 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
9714 condition for selecting cpaddsi or cpadddi: use cpadd instead.
9715 (tablejump_internal1): Remove condition.
9716 (tablejump_internal2): Change condition to TARGET_64BIT.
9717 (cpaddsi): Rename to...
9721 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
9723 * config/mips/mips-protos.h (mips16_constant_after_function_p,
9724 mips_address_cost, mips_check_split, double_memory_operand,
9725 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
9726 pic_address_needs_scratch, symbolic_operand): Remove declarations.
9727 (mips_legitimate_address_p): Return bool.
9728 (mips_address_insns, mips_fetch_insns, mips_const_insns,
9729 mips_legitimize_address, mips_legitimize_move,
9730 mips_expand_call): Declare.
9731 (mips_return_addr): Move outside #ifdef RTX_CODE.
9733 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
9734 (PIC_FN_ADDR_REG): New reg_class.
9735 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
9736 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
9737 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
9738 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
9739 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
9740 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
9741 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
9742 (LEGITIMATE_PIC_OPERAND): Undefine.
9743 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
9744 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
9745 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
9746 (FUNCTION_MODE): Change to SImode.
9747 (CONST_COSTS): Use mips_const_insns to calculate the cost of
9748 most constants. Treat const_artih_operands specially if they
9749 occur in a PLUS or MINUS.
9750 (CONSTANT_POOL_COST): New macro.
9751 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
9752 Add LO_SUM handling.
9753 (ADDRESS_COST): Undefine.
9754 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
9755 Add CONST to the list of codes for arith_operand. Add LABEL_REF
9756 to call_insn_operand and remove CONST_INT.
9758 * config/mips/mips.c: Include integrate.h.
9759 (SINGLE_WORD_MODE_P): New macro.
9760 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
9761 (mips_constant_info, mips_address_info): New structs.
9762 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
9763 (mips_classify_constant, mips_classify_symbol,
9764 mips_valid_base_register_p, mips_symbolic_address_p,
9765 mips_classify_address, mips_symbol_insns,
9766 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
9767 mips_fetch_insns, mips_force_temporary, mips_add_offset,
9768 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
9769 mips_print_relocation): New functions.
9770 (const_arith_operand): New operand predicate.
9771 (arith_operand): Use it.
9772 (mips_const_double_ok, mips16_simple_memory_operand,
9773 simple_memory_operand, double_memory_operand, mips_check_split,
9774 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
9775 mips16_gp_offset_p, mips16_output_gp_offset,
9776 mips16_constant_after_function_p, mips16_constant): Remove.
9777 (call_insn_operand): Be more fussy about symbolic constants.
9778 Use register_operand.
9779 (move_operand): Use mips_symbolic_address_p to check symbolic
9780 operands and general_operand to check the rest.
9781 (symbolic_operand): Use mips_classify_constant.
9782 (mips_legitimate_address_p): Use mips_classify_address.
9783 (mips_move_1word): Combine handling of symbolic addresses.
9784 Remove special treatment of gp-relative loads for TARGET_MIPS16.
9785 (move_move_2words): Likewise. Assume addresses are offsettable
9786 if they need to refer to more than one word. Add HIGH handling.
9787 (mips_restore_gp): Use ptr_mode for the GP save slot.
9788 (mips_expand_call): New function, combining the old mips.md
9789 call and call_internal define_expands. If the address isn't
9790 a call_insn_operand, force it into a register. For SVR4 PIC,
9791 emit an exception_receiver instruction after the call.
9792 (override_options): Only override flag_pic for TARGET_ABICALLS
9793 if it is currently zero. Allow mips_split_addresses when
9794 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
9795 Add new register class letter, 'c'.
9796 (print_operand): Use mips_classify_constant for constant operands.
9797 (print_operand_address): Use mips_classify_address.
9798 (mips_output_function_prologue): Don't use .cprestore.
9799 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
9800 via the frame pointer if current_function_calls_eh_return.
9801 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
9802 to mark whether a symbol is local or global.
9803 (build_mips16_call_stub): Expect the address of the function rather
9804 than a MEM reference to it. Update call generation sequences.
9805 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
9806 small-data adjustments.
9808 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
9809 length for loads and stores.
9810 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
9811 (define_attr type): Add const and prefetch.
9812 (define_attr length): Use mips_const_insns for const instructions.
9813 Use mips_fetch_insns for load and store instructions.
9814 (define_attr single_insn): New.
9815 (define_attr can_delay): Use it.
9816 (define_attr abicalls): Remove.
9817 (define_delay): Use can_delay. Always allow calls to have delay slots.
9818 (addsi3_internal_2): Add 'Q' constraint.
9819 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
9821 (lowsi): Renamed from low.
9822 (lowdi): New pattern.
9823 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
9824 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
9825 (loadgp): Change operand 0 to an immediate_operand.
9826 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
9828 (cpaddsi, cpadddi): New patterns.
9829 (tablejump_internal3, tablejump_internal4): Remove define_expands
9830 and associated define_splits.
9831 (call, call_value): Use mips_expand_call.
9832 (call_internal): New, replacing all existing call_internal* insns.
9833 (call_value_internal): Likewise call_value_internal*.
9834 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
9835 (untyped_call): Remove if (operands[0]) magic.
9836 (prefetch_si_address, prefetch_si): Change type to "prefetch".
9837 (prefetch_di_address, prefetch_di): Likewise.
9838 (leasi, leadi): Remove.
9839 (reloc_gprel16): New.
9841 * config/mips/5400.md (ir_vr54_hilo): Include const type.
9842 * config/mips/5500.md (ir_vr55_hilo): Likewise.
9843 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
9845 2003-01-08 Eric Christopher <echristo@redhat.com>
9847 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
9848 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
9849 configure check for libgloss.
9850 * config/mips/elf64.h: Ditto.
9851 * config/mips/mips.c: Remove ABI_MEABI.
9852 * config/mips/mips.h: Ditto.
9854 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
9857 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
9858 (muldi3_internal): Remove outdated comment.
9859 (*muls_di, *umuls_di): Fix comment and 64-bitness.
9860 (*smsac_di, *umsac_di): Likewise. Reformat.
9861 (umulsi3_highpart): Minor formatting tweaks.
9862 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
9863 redundant scratch operand. Minor formatting tweak.
9864 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
9865 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
9866 (smulsi3_highpart): As for the unsigned version.
9867 (smulsi3_highpart_internal): Likewise.
9868 (smulsi3_highpart_mulhi_internal): Likewise.
9869 (smulsi3_highpart_neg_mulhi_internal): Likewise.
9870 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
9871 (*smul_acc_di): Remove duplicated pattern.
9872 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
9873 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
9874 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
9876 2002-10-22 Eric Christopher <echristo@redhat.com>
9878 * config/mips/mips-protos.h (mips_return_addr): New.
9879 * config/mips/mips.c (mips_return_addr): New.
9880 (movdi_operand): Remove.
9881 (se_register_operand): Ditto.
9882 (se_reg_or_0_operand): Ditto.
9883 (se_uns_arith_operand): Ditto.
9884 (se_arith_operand): Ditto.
9885 (se_nonmemory_operand): Ditto.
9886 (extend_operator): Ditto.
9887 (highpart_shift_operator): Ditto.
9888 (mips_initial_elimination_offset): Remove return address pointer
9890 (mips_reg_names): Remove $ra.
9891 (mips_regno_to_class): Ditto.
9892 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
9894 (POINTER_BOUNDARY): Remove.
9895 (POINTERS_EXTEND_UNSIGNED): Define to 0.
9896 (PROMOTE_MODE): Promote to Pmode.
9897 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
9898 (Pmode): Define to TARGET_64BIT.
9899 (FUNCTION_MODE): Define as Pmode.
9900 (mips_args): Remove deleted functions.
9901 (SIZE_TYPE): Depend on POINTER_SIZE.
9902 (PTRDIFF_TYPE): Ditto.
9903 (FIXED_REGISTERS): Fix extra registers.
9904 (CALL_USED_REGISTERS): Ditto.
9905 (CALL_REALLY_USED_REGISTERS): Ditto.
9906 (RAP_REG_NUM): Remove.
9907 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
9908 (RETURN_ADDR_RTX): Define to mips_return_addr.
9909 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
9910 (CAN_ELIMINATE): Ditto.
9911 * config/mips/mips.md: For DImode patterns, take into account
9912 deletions above. Split mulsidi patterns into sign_extend and
9915 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
9916 Michael Meissner <meissner@redhat.com>
9918 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
9919 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
9920 mop up unnecessarly moves through LO.
9921 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
9922 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
9923 change mtlo/macc sequences into mul/add sequences when a three-
9924 address mul is available.
9925 (*macc2): New pattern. Add a define_peephole2 to generate it.
9926 (*mul_sub_si): Fix contraint for operand 5.
9927 (*muls): Use in 32-bit code as well.
9928 (*msac): Likewise. Use msub instead of msac in vr5500 code
9929 if the destination is LO. Remove duplicate define_split.
9930 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
9931 (*msac_di): Likewise. Fix formatting.
9932 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
9933 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
9934 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
9935 (*xmulsi3_neg_highpart_mulhi): Likewise.
9936 (*mul_acc_64bit_di): Remove.
9937 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
9939 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
9941 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
9942 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
9943 (MULTILIB_DIRNAMES): Remove long32.
9944 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
9945 (MULTILIB_REDUNDANT_DIRS): Remove.
9947 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
9949 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
9950 * gcc.c (driver_self_specs): New variable.
9951 (do_self_spec): New function.
9952 (main): Use it to process driver_self_specs.
9954 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
9956 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
9957 Remove DImode define_split for !TARGET_64BIT.
9958 (anddi3): Remove !TARGET_64BIT support from here as well.
9959 Change operand 2's predicate to se_uns_arith_operand.
9960 Add constant alternatives to define_insn.
9961 (iordi3, xordi3, *nordi3): Likewise.
9962 (anddi3_internal1, xordi3_immed): Remove.
9964 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9966 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
9967 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
9968 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
9969 * config/mips/mips.md: Apply same renaming here.
9971 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9973 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
9974 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
9975 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
9976 * config/mips/mips.md (define_attr cpu): Remove r4320.
9977 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
9979 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9981 * config/mips/mips.c (mips16_strings): New variable.
9982 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
9983 symbol in mips16_strings. Free the list.
9984 (mips_encode_section_info): Keep track of local strings.
9986 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9988 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
9989 (sordered_df, sordered_sf): Remove.
9990 * config/mips/mips.c (get_float_compare_codes): New fn.
9991 (gen_int_relational, gen_conditional_move): Use it.
9993 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9995 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
9996 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
9997 * config/mips/mips.c (fcc_register_operand): New function.
9998 (mips_emit_fcc_reload): New function, extracted from reload_incc.
9999 (override_options): Allow TFmode values in float registers
10001 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10002 to fcc_register_operand. Remove misleading source constraint.
10003 Use mips_emit_fcc_reload.
10004 (reload_outcc): Duplicate reload_incc.
10007 2003-04-30 Diego Novillo <dnovillo@redhat.com>
10009 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10011 2003-04-30 Geoffrey Keating <geoffk@apple.com>
10013 * tree-inline.c (inlinable_function_p): Back out last change, it's
10016 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
10018 * ggc-page.c (TREE_EXP_SIZE): Define.
10019 (extra_order_size_table): New entry for expr trees with
10022 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10024 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10025 (c_expand_start_cond): Adjust.
10026 (c_expand_end_cond): Don't use warning_with_file_and_file.
10027 (shadow_warning): Likewise.
10029 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
10031 * tree.h (DECL_POINTER_DEPTH): Remove.
10032 (struct tree_decl): Remove pointer_depth.
10034 2003-04-30 Janis Johnson <janis187@us.ibm.com>
10036 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10037 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10038 (rs6000_xcoff_encode_section_info): Remove.
10039 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10040 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10041 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10042 Use SYMBOL_REF_FLAGS.
10043 (rs6000_elf_encode_section_info): Call default_encode_section_info for
10044 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10045 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10046 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10047 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10048 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10050 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10052 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10054 2003-04-30 Andreas Schwab <schwab@suse.de>
10056 * doc/extend.texi (Other Builtins): Enclose multiple word data
10057 type in braces for @deftypefn.
10059 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10061 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10063 * doc/install.texi (--enable-threads): Document "gnat" option.
10065 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10067 * diagnostic.h (output_formatted_scalar): Tweak.
10068 * diagnostic.c (output_long_decimal): Likewise.
10069 (output_unsigned_decimal): Likewise.
10070 (output_long_unsigned_decimal): Likewise.
10071 (output_octal): Likewise.
10072 (output_long_octal): Likewise.
10073 (output_hexadecimal): Likewise.
10074 (output_long_hexadecimal): Likewise.
10075 (output_pointer): New function.
10076 (output_format): Use it. Recognize "%p" format specifier.
10078 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10080 * function.c (purge_addressof_1): Postpone insn in fewer cases.
10082 2003-04-29 Geoffrey Keating <geoffk@apple.com>
10084 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
10085 call abort() after running out of stack space.
10087 * c-typeck.c (function_types_compatible_p): Ignore incompatible
10088 'volatile' qualifiers on a function's return type in GNU mode.
10090 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
10092 * expr.c (emit_group_load): Dump parallels of simd types to
10095 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
10097 * genautomata.c (add_vect): Check undefined value for range type
10100 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
10102 * configure.in: More general test for cmp --ignore-initial.
10103 * configure: Regenerate.
10105 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10107 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
10108 (layout_decl, place_field): Likewise.
10109 Also make minor type and whitespace changes.
10111 * tree.c (save_expr): Don't fold a COMPONENT_REF.
10113 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
10115 * calls.c (expand_call): When modes of target and valreg match, force
10116 sibcall failure when target is a MEM.
10118 2003-04-29 Geoffrey Keating <geoffk@apple.com>
10120 * tree-inline.c (inlinable_function_p): Don't support inlining
10121 functions using varargs.
10123 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
10125 * dwarf2out.c (output_call_frame_info): No need to output EH
10126 unwind information if all_throwers_are_sibcalls.
10128 * c-semantics.c (expand_unreachable_stmt): Return a tree.
10129 (expand_stmt): Update for change to expand_unreachable_stmt.
10130 (expand_unreachable_if_stmt): Likewise.
10132 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
10134 2003-04-29 Jason Merrill <jason@redhat.com>
10136 PR middle-end/10336
10137 * jump.c (never_reached_warning): Really stop looking if we reach
10138 the beginning of the function.
10140 2003-04-29 Bob Wilson <bob.wilson@acm.org>
10142 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
10143 Remove redundant macros.
10144 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
10145 (LOCAL_LABEL_PREFIX): Define unconditionally.
10146 (NO_DOT_IN_LABEL): Clarify comment.
10147 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
10148 definition to "long int".
10150 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
10153 * gengtype-yacc.y: Improve portability.
10155 2003-04-29 Zack Weinberg <zack@codesourcery.com>
10157 * config.gcc: Install obsolete target list for GCC 3.3.
10158 * doc/install.texi: Mention in specific-target instructions
10159 that certain configurations are deprecated.
10161 2003-04-29 Zack Weinberg <zack@codesourcery.com>
10163 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
10165 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10167 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
10168 * gcc.c (display_help): Likewise.
10169 * toplev.c (f_options): Likewise.
10170 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
10171 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
10172 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
10173 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
10174 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
10176 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
10178 * varasm.c (default_assemble_visibility): Use assemble_name.
10180 2003-04-29 David O'Brien <obrien@FreeBSD.org>
10182 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
10183 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
10184 (SIZE_TYPE): New macro.
10185 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
10186 (SET_ASM_OP): New macro.
10187 (HANDLE_SYSV_PRAGMA): New macro.
10188 (ASM_WEAKEN_LABEL): New macro.
10190 2003-04-28 Mark Mitchell <mark@codesourcery.com>
10193 * tree-inline.c (expand_call_inline): Call push_srcloc when
10194 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
10196 2003-04-28 Mike Stump <mrs@apple.com>
10198 * gdbinit.in: Update to reflect new identifier structure.
10200 2003-04-28 Zack Weinberg <zack@codesourcery.com>
10202 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
10203 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
10204 struct tree_complex, struct tree_vector): Remove RTL field.
10205 (CONSTRUCTOR_ELTS): Use elt 0.
10206 * tree.def (CONSTRUCTOR): Delete first of its two operands.
10207 * varasm.c (output_constant_def): Remove early exit if
10208 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
10209 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
10210 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
10211 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
10213 2003-04-28 Jakub Jelinek <jakub@redhat.com>
10215 * c-decl.c (finish_decl): When prototype with asmspec is found
10216 for built-in, adjust built_in_decls as well as expr.c decls.
10217 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
10218 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
10219 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
10221 2003-04-28 Richard Henderson <rth@redhat.com>
10223 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
10224 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
10225 integral constant mult operand.
10226 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
10227 (const_smulsi3_highpart_v8plus): Likewise.
10228 (const_smulsi3_highpart): Likewise.
10229 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
10230 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
10231 (const_umulsi3_highpart_v8plus): Likewise.
10232 (const_umulsi3_highpart): Likewise.
10234 2003-04-28 David O'Brien <obrien@FreeBSD.org>
10236 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
10239 2003-04-28 David O'Brien <obrien@FreeBSD.org>
10241 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
10243 2003-04-28 Jakub Jelinek <jakub@redhat.com>
10245 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
10246 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
10247 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
10249 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
10251 2003-04-28 Nick Clifton <nickc@redhat.com>
10253 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
10255 2003-04-27 Zack Weinberg <zack@codesourcery.com>
10257 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
10258 output_constant_def, use its result instead of TREE_CST_RTL (exp).
10259 Can assume it has the form (mem (symbol_ref ".LCxxx")).
10260 (expand_expr <COMPONENT_REF>): Can always just extract the
10261 relevant field of a CONSTRUCTOR.
10262 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
10263 ARRAY_RANGE_REF>): Make control flow explicit.
10264 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
10267 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
10269 * reload1.c (reg_set_luid): Fix a comment typo.
10271 2003-04-27 Zack Weinberg <zack@codesourcery.com>
10273 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
10274 struct deferred_string, const_str_htab): Kill.
10275 (n_deferred_strings): New static variable.
10276 (build_constant_desc): Set SYMBOL_REF_DECL of the new
10277 symbol_ref to point to the constant.
10278 (output_constant_def): When a deferred string is forced out,
10279 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
10280 (mark_constant): Likewise.
10281 (maybe_output_constant_def_contents): When deferring a string
10282 constant, just set STRING_POOL_ADDRESS_P and increment
10283 n_deferred_strings.
10284 (mark_constant_pool): Check n_deferred_strings, not the size
10286 (init_varasm_once): No need to create const_str_htab.
10288 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
10289 SYMBOL_REF_DECL points to a constant.
10291 2003-04-26 Zack Weinberg <zack@codesourcery.com>
10293 * varasm.c (output_constant_def): Split out two new static
10294 functions, build_constant_desc and maybe_output_constant_def_contents.
10295 Restructure for comprehensibility. Don't call
10296 output_addressed_constants. Treat defstr being non-NULL for
10297 STRING_POOL_ADDRESS_P constants as an invariant.
10298 (struct deferred_string): Remove labelno field.
10299 (output_constant_def_contents): Kill labelno argument. Call
10300 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
10301 asm_out.internal_label.
10302 (mark_constant): Update call to output_constant_def_contents.
10303 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
10304 constants as an invariant.
10306 2003-04-26 Richard Henderson <rth@redhat.com>
10308 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
10309 (ix86_expand_call, ix86_rtx_consts): Likewise.
10311 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10313 * doc/md.texi (cmpstr): Document additional restrictions.
10315 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
10317 * flags.h (time_report): Remove.
10318 * timevar.c (timevar_enable): New.
10319 (TIMEVAR_ENABLE): Remove, use timevar_enable.
10320 (timevar_init): Rename from init_timevar.
10321 * timevar.h (timevar_init): Rename from init_timevar.
10322 * toplev.c (time_report): Make static.
10323 (do_compile): Conditionally call init_timevar first.
10324 (preprocess_options): Move some code to do_compile.
10326 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10328 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
10330 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
10332 * _cpp_lex_direct: Remove pointless code.
10334 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10336 * doc/extend.texi (Function Attributes): Document "near" and "far"
10337 for 68HC11 and 68HC12.
10339 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10341 * expr.c (store_field): When making temporary for store, don't
10342 make it TYPE_QUAL_CONST.
10344 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
10346 * toplev.c (read_integral_parameter): Use "argument" in error
10347 message to distinguish it from actual invalid options.
10349 2003-04-25 Bob Wilson <bob.wilson@acm.org>
10351 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
10352 addition of __PIC__ and __pic__ macros.
10353 * config/xtensa/xtensa.h: Clean up indentation.
10355 2003-04-25 Bob Wilson <bob.wilson@acm.org>
10357 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
10358 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
10359 (SUBTARGET_CPP_SPEC): Define.
10360 (LIB_SPEC): Delete.
10361 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
10362 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
10363 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
10365 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
10366 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
10368 2003-04-25 H.J. Lu <hjl@gnu.org>
10370 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
10372 (ia64_expand_builtin): Set rmode to SImode for
10373 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
10374 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
10375 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
10376 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
10378 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
10380 * configure.in (make_compare_target): Test for GNU cmp and set this
10381 variable appropriately.
10382 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
10383 compare4-lean): Rename actual targets to slowcompare*. New compare*
10384 targets depend on names based on make_compare_target.
10385 * configure: Regenerated.
10387 2003-04-25 Richard Henderson <rth@redhat.com>
10389 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
10390 to clobber ar.pfs and ar.unat.
10391 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
10392 fix test for spilling ar.pfs to the stack.
10394 2003-04-25 Richard Henderson <rth@redhat.com>
10397 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
10398 checks during reload; use validize_mem instead of adjust_address.
10400 2003-04-26 Ben Elliston <bje@wasabisystems.com>
10402 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
10403 return values from recog_memoized().
10405 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10408 * gcse.c (try_replace_reg): On a successful substitution of a constant
10409 into a single set, try to simplify the source of the set.
10410 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
10413 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
10415 * cpplex.c (cpp_token_len): Tighten up.
10416 (cpp_token_as_text): Need extra byte now.
10417 * cpplib.c (glue_header_name): Need extra 2 bytes.
10418 * cppmacro.c (cpp_macro_definition): Need extra byte.
10420 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
10422 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
10423 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
10424 where they might be not present. Use their _sp64 equivalent
10427 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
10429 * i386.md (cvtsi2sdq): Fix typo in previous patch.
10431 2003-04-24 Krister Walfridsson <cato@df.lth.se>
10433 * configure.in: Check whether mbstowcs works.
10434 * configure, config.in: Regenerate.
10435 * intl.c: Use HAVE_WORKING_MBSTOWCS.
10437 2003-04-24 H.J. Lu <hjl@gnu.org>
10439 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
10440 for __sync_bool_compare_and_swap_di for int return type.
10442 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
10443 Change return type to int.
10444 (__sync_bool_compare_and_swap): Likewise.
10446 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
10448 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
10449 looking for fallthru edge.
10451 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
10453 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
10454 athlon-fvector): New.
10455 (athlon_*): Revisit to match new optimization guide.
10456 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
10457 * i386.md (cvt??2?? patterns): Fix modes.
10458 (fistp patterns): Set modes.
10460 Accidentaly commited with my earlier reload patch:
10462 * reload.c (find_reloads_address_1): Reload plus at the place of
10465 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
10467 New GCOV_TAG_FUNCTION layout
10468 * coverage.c (struct function_list): Replace name with ident.
10469 (struct counts_entry): Likewise.
10471 (htab_counts_entry_hash, htab_counts_entry_eq,
10472 htab_counts_entry_del): Adjust.
10473 (reads_count_file, get_coverage_counts,
10474 coverage_begin_output, coverage_end_function): Adjust.
10475 (build_fn_info_type, build_fn_info_value): Likewise.
10476 * gcov-dump.c (tag_function): Adjust.
10477 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10478 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10479 * gcov.c (struct function_info): Add ident.
10480 (read_graph_file, read_count_file): Adjust.
10481 * libgcov.c (gcov_exit): Adjust.
10483 2003-04-23 Richard Henderson <rth@redhat.com>
10486 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
10487 after initialize_uninitialized_subregs; update reg info assuming
10488 new pseudos were created.
10490 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
10492 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
10493 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
10494 (lex_string): Take cpp_string with full spelling.
10495 (cb_ident): Update.
10496 (c_lex): Update diagnostics.
10497 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
10498 (create_literal): New.
10499 (lex_string): Unterminated literals have type CPP_OTHER.
10500 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
10502 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
10503 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
10504 * cpplib.c (parse_include, do_line, do_linemarker,
10505 destringize_and_run): Update for token storing full spelling.
10506 * cpplib.h: Update token spelling types.
10507 * cppmacro.c (stringify_arg, check_trad_stringification):
10508 Update for token storing full spelling.
10510 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
10512 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
10514 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
10516 * arm.h (TARGET_OPTIONS): Add value field.
10518 2003-04-23 Mark Mitchell <mark@codesourcery.com>
10520 * doc/extend.texi: Remove duplicate 2003 copyright date.
10522 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
10524 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
10525 (libgcov.a): Depends on LIBGCC_DEPS.
10526 * basic-block.h (profile_info): Moved here from coverage.h. Made
10528 * coverage.c (struct function_list): Fixed array of counter types.
10529 (struct counts_entry): Keyed by counter type, contains summary.
10530 (profile_info): Moved to profile.c.
10531 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
10533 (profiler_label): Remove.
10535 (set_purpose, label_for_tag, build_counter_section_fields,
10536 build_counter_section_value, build_counter_section_data_fields,
10537 build_counter_section_data_values, build_function_info_fields,
10538 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
10539 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
10540 build_ctr_info_value, build_gcov_info): New.
10541 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
10542 (reads_counts_file): Adjust.
10543 (get_coverage_counts): Takes counter number. Add summary
10545 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
10546 create counter array labels.
10547 (coverage_end_function): Adjust.
10548 (create_coverage): Adjust.
10549 (find_counters_section): Remove.
10550 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
10551 (struct section_info, struct profile_info): Remove.
10552 (profile_info): Moved to basic-block.h.
10553 (coverage_counter_ref): Takes a counter number.
10554 (get_coverage_counts): Takes a counter number. Added summary
10556 (find_counters_section): Remove.
10557 * gcov-dump.c (tag_arc_counts): Rename to ...
10558 (tag_counters): ... here. Adjust.
10559 (tag_table): Move tag_counters to 3rd entry. Remove
10560 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
10561 (dump_file): Check for counter tag values here.
10562 (tag_summary): Adjust.
10563 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
10564 * gcov-io.h (GCOV_LOCKED): New.
10565 (GCOV_TAG_ARC_COUNTS): Rename to ...
10566 (GCOV_TAG_COUNTS_BASE): ... here.
10567 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
10569 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
10570 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
10571 GCOV_TAG_IS_COUNTER): New.
10572 (struct gcov_ctr_summary): New.
10573 (struct gcov_summary): Adjust.
10574 (struct gcov_counter_section): Remove.
10575 struct gcov_counter_section_data): Remove.
10576 (struct gcov_function_info): Rename to ...
10577 (struct gcov_fn_info): ... here. Adjust.
10578 (struct gcov_ctr_info): New.
10579 (struct gcov_info): Adjust.
10580 * gcov.c (read_count_file): Adjust.
10581 (output_lines): Adjust.
10582 * libgcov.c (gcov_exit): Adjust.
10583 (__gcov_flush): Adjust.
10584 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
10585 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
10586 probably_never_executed_bb_p, compute_frequency_function): Adjust
10588 * profile.c (struct counts_entry): Remove.
10589 (profile_info): Define here.
10590 (get_exec_counts): Adjust get_coverage_counts call.
10591 (compute_branch_probablilities): Remove find_counters_section
10593 (gen_edge_profiler): Adjust coverage_counter_ref call.
10594 * tracer.c (tail_duplicate): Adjust profile_info use.
10596 2003-04-23 Roger Sayle <roger@eyesopen.com>
10598 PR optimization/10339
10599 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
10600 directly instead of unsafely transforming call into a memcmp.
10601 (expand_builtin_strncmp): Likewise.
10603 2003-04-22 Roger Sayle <roger@eyesopen.com>
10605 * alias.c (mark_constant_function): Check for constancy and
10606 purity even of void functions. Update both the function decl
10607 and the cgraph RTL info with the results.
10609 2003-04-22 Roger Sayle <roger@eyesopen.com>
10611 * real.c (do_add): Change to return a bool indicating that the
10612 result of the operation may be inexact due to loss of precision.
10613 (do_multiply): Likewise.
10614 (do_divide): Likewise.
10616 2003-04-22 Geoffrey Keating <geoffk@apple.com>
10617 Loren James Rittle <ljrittle@acm.org>
10619 * dwarf2out.c (fde_table_allocated): Mark with GTY.
10620 (decl_die_table_allocated): Likewise.
10621 (abbrev_die_table_allocated): Likewise.
10622 (line_info_table_allocated): Likewise.
10623 (separate_line_info_table_allocated): Likewise.
10624 (pubname_table_allocated): Likewise.
10625 (arange_table_allocated): Likewise.
10626 (ranges_table_allocated): Likewise.
10627 (decl_die_table_in_use): Unconditionalize; mark with GTY.
10628 (abbrev_die_table_in_use): Likewise.
10629 (line_info_table_in_use): Likewise.
10630 (separate_line_info_table_in_use): Likewise.
10631 (pubname_table_in_use): Likewise.
10632 (arange_table_in_use): Likewise.
10633 (ranges_table_in_use): Likewise.
10634 (have_location_lists): Likewise.
10635 (emitcount): New GTY-marked static, moved...
10636 (maybe_emit_file): ...from here.
10637 (label_num): New GTY-marked static, moved...
10638 (gen_internal_sym): ...from here.
10640 2003-04-22 Richard Henderson <rth@redhat.com>
10643 * rtl.h (MEM_NOTRAP_P): New.
10644 (MEM_COPY_ATTRIBUTES): Copy it.
10645 * rtlanal.c (may_trap_p): Check it.
10646 * expr.c (do_tablejump): Set it.
10647 * doc/rtl.texi (Flags): Document it.
10649 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
10651 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
10653 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
10654 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
10656 2003-04-22 Vincent Celier <celier@gnat.com>
10658 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
10659 --enable-threads=gnat.
10660 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
10661 * configure.in: Add gnat to the list of thread packages
10662 * configure: Rebuild.
10663 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
10665 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
10667 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
10669 2003-04-22 Devang Patel <dpatel@apple.com>
10671 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
10673 (_cpp_copy_replacement_text): Same.
10675 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
10677 * c-lex.c (c_lex): Handle CPP_OTHER differently.
10678 * cppexp.c (_cpp_parse_expr): Similarly.
10679 * cpplex.c (SPELL_CHAR): Remove.
10680 (_cpp_lex_direct): Stray chars are saved as byte strings.
10681 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
10683 (cpp_avoid_paste): Update handling of CPP_OTHER.
10684 * cpplib.h: Spell CPP_OTHER like a number.
10685 (struct cpp_token): Remove member c.
10686 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
10688 2003-04-22 David Turner <novalis@gnu.org>
10690 * gbl-ctors.h: Add special license exception.
10691 * libgcc2.h: Likewise.
10692 * tsystem.h: Likewise.
10693 * gcov-io.h: Likewise.
10695 2003-04-22 David Edelsohn <edelsohn@gnu.org>
10697 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
10698 macro defaulting to original BRANCH_COST heuristic.
10699 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
10701 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
10703 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
10705 * config/rs6000/t-spe: Merge in t-fprules into file.
10707 * config.gcc: Add t-spe to powerpc-eabispe.
10709 2003-04-22 Kean Johnston <jkj@sco.com>
10711 * tlink.c (recompile_files): Add missing '=' to putenv calls
10713 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
10715 * ginclude/stddef.h: Provide C++ safe offsetof.
10717 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
10719 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
10720 for reg notes, if there are no substitutions, just use a SUBREG.
10722 2003-04-21 Mark Mitchell <mark@codesourcery.com>
10724 * Makefile.in (calls.o): Depend on except.h.
10725 * calls.c: Include except.h.
10726 (emit_call_1): Call note_eh_region_may_contain_throw if
10728 * except.c (eh_region): Add may_contain_throw.
10729 (expand_eh_region_end_cleanup): Do not include handler code when
10730 it cannot be reached.
10731 (note_eh_region_may_contain_throw): New function.
10732 * except.h (note_eh_region_may_contain_throw): New function.
10734 2003-04-21 Mark Mitchell <mark@codesourcery.com>
10736 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
10739 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
10741 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
10742 64-bit long doubles.
10744 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
10746 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
10747 a number of conversions required for type consistency and previously
10748 stripped off by STRIP_NOPS.
10750 * calls.c (expand_call): Prevent sibcall optimization for calls to
10751 nested subprograms.
10753 * expmed.c (extract_bit_field): Reverse operands of && condition to
10754 prevent a potential division by zero in the previously first branch.
10755 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
10757 2003-04-21 Joel Brobecker <brobecker@gnat.com>
10759 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
10760 (subrange_type_die): Likewise.
10761 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
10762 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
10764 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10766 Break out coverage routines to new file.
10767 * Makefile.in (COVERAGE_H): New variable
10768 (C_OBJS): Add coverage.o
10769 (coverage.o): New target.
10770 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
10773 (gt-coverage.h): New target.
10774 (gt-profile.h): Remove.
10775 * profile.h: Remove. Move to ...
10776 * coverage.h: ... here. New. #include gcov-io.h.
10777 * gcov-io.h: Move function definitions to ...
10778 * gcov-io.c: ... here. New.
10779 * profile.c: Move coverage routines to coverage.c.
10780 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
10781 end_branch_prob): Adjust.
10782 * coverage.c: New. Coverage routines from profile.c
10783 (coverage_counter_ref, coverage_init, coverage_finish,
10784 coverage_end_function, coverage_begin_output,
10785 coverage_counter_ref, get_coverage_counts): Define.
10786 * gcov-dump.c, gcov.c: #include gcov-io.c.
10787 * libgcov.c: Likewise. Adjust.
10788 * loop-init.c: Don't #include profile.h
10789 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
10790 * rtl.h: Add coverage prototypes.
10791 * toplev.c (compile_file): Init coverage, not branch_prob.
10792 Always call coverage_finish.
10793 (rest_of_compilation): Call coverage_end_function.
10795 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
10797 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
10799 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
10801 * c-ppoutput.c (cb_include): Don't take a cpp_token.
10802 * cppfiles.c: Don't undef strcmp.
10803 (find_include_file): Don't take a cpp_token. Check for empty
10805 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
10806 (cpp_push_include): Simplify.
10807 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
10808 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
10809 (parse_include): Similary. Don't check for zero-length filenames.
10810 (do_include_common, do_pragma_dependency): Update accordingly.
10811 * cpplib.h (struct cpp_callbacks): Change prototype of include.
10813 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10815 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
10816 details of conflict handling.
10818 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
10819 when conversion overflows.
10821 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
10823 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
10826 2003-04-21 Mark Mitchell <mark@codesourcery.com>
10828 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
10829 have the same form as the old RTL.
10831 2003-04-21 Andreas Jaeger <aj@suse.de>
10833 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
10835 2003-04-20 Chris Lattner <sabre@nondot.org>
10836 Zack Weinberg <zack@codesourcery.com>
10838 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
10839 genrtl_cleanup_stmt. Correct comment at head of
10840 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
10842 * stmt.c (struct nesting): Kill n_function_calls.
10843 (expand_start_bindings): Don't set
10844 thisblock->data.block.n_function_calls.
10845 (expand_end_bindings): Compare function_call_count against 0.
10846 (expand_cleanups): Kill DONT_DO argument; all callers passed
10847 NULL_TREE. All callers updated to match.
10849 2003-04-20 Zack Weinberg <zack@codesourcery.com>
10851 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
10852 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
10853 (output_constant_def): Remove code predicated on
10854 defer_addressed_constants_flag.
10856 * output.h: Remove prototypes of deleted functions.
10857 * c-typeck.c (constructor_subconstants_deferred): Kill.
10858 (struct initializer_stack): Remove 'deferred' field.
10859 (start_init): Remove all references to the above.
10860 (finish_init): Likewise. Also remove never-executed call to
10861 output_deferred_addressed_constants. Pull assignment to
10862 defstr out of if expression.
10864 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
10866 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
10867 NOTE_NEWLINE): Remove.
10868 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
10869 to handle new form of line note type.
10871 2003-04-20 Zack Weinberg <zack@codesourcery.com>
10873 * target.h (encode_section_info): Add new argument carrying
10874 the RTL to be modified by the hook.
10876 * varasm.c (make_decl_rtl, output_constant_def): Update calls
10877 to encode_section_info.
10878 (default_encode_section_info): Take and use RTL argument,
10879 don't use TREE_CST_RTL or DECL_RTL.
10880 * output.h: Update prototype of default_encode_section_info.
10881 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
10882 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
10883 Update calls to encode_section_info.
10885 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
10886 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
10887 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
10888 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
10889 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
10890 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
10891 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
10892 except for PE dllimport/dllexport. Update calls to
10893 default_encode_section_info.
10895 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
10898 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
10900 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10903 * pa.md (movccfp): New expander.
10904 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
10905 Reverse fcmp conditions.
10907 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
10909 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
10910 of operand 1 correctly.
10912 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
10914 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
10915 * gcov.c (output_lines): Don't be so fussy about going past EOF.
10917 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
10919 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
10920 (cppcharset.o): New target.
10921 * c-lex.c (is_extended_char): Move to cppcharset.c.
10922 (utf8_extend_token): Delete.
10923 * cppcharset.c: New file.
10924 * cpphash.h (_cpp_valid_ucn): New.
10925 * cpplex.c (lex_identifier): Update prototype.
10926 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
10928 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
10930 (lex_number, lex_identifier, cpp_parse_escape): Update.
10931 (_cpp_lex_direct): Update to handle UCNs.
10932 (cpp_avoid_paste): Don't paste to form a UCN.
10934 2003-04-19 Roger Sayle <roger@eyesopen.com>
10936 * builtins.c (expand_builtin): Don't expand a pure or const
10937 built-in function if the result will be ignored and none of
10938 its arguments are volatile.
10940 2003-04-19 Kean Johnston <jkj@sco.com>
10942 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
10943 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
10944 target fragment now: t-sco5; dont compile crti.o.
10945 * config/i386/sco5.h: major overhaul to remove all COFF remnants
10946 and to use elfos.h for most definitions.
10947 (BSS_SECTION_ASM_OP): set correct segment attributes.
10948 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
10949 (DWARF2_UNWIND_INFO): Always set to 1.
10950 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
10951 (MD_STARTFILE_PREFIX_1): Define.
10952 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
10953 (DEFAULT_LINKER): Define if not specified to configure.
10954 (CTORS_SECTION_ASM_OP): Remove COFF crud.
10955 (DTORS_SECTION_ASM_OP): Remove COFF crud.
10956 (WINT_TYPE): Define.
10957 (SDB_DEBUGGING_INFO): Remove.
10958 (EXTRA_SECTIONS): Likewise.
10959 (EXTRA_SECTION_FUNCTIONS): Likewise.
10960 (CTOR_LIST_BEGIN): Likewise.
10961 (CTOR_LIST_END): Likewise.
10962 (INIT_SECTION_FUNCTION): Likewise.
10963 (FINI_SECTION_FUNCTION): Likewise.
10964 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
10965 (LOCAL_LABEL_PREFIX): Likewise.
10966 (NON_SAVING_SETJMP): Likewise.
10967 (RETURN_POPS_ARGS): Likewise.
10968 (ASM_OUTPUT_SKIP): Likewise.
10969 (TARGET_ASM_NAMED_SECTION): Likewise.
10970 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10971 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
10972 (ASM_OUTPUT_IDENT): Likewise.
10973 (ASM_OUTPUT_CASE_LABEL): Likewise.
10974 (ASM_OUTPUT_ASCII): Likewise.
10975 (ASM_OUTPUT_LIMITED_STRING): Likewise.
10976 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
10977 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10978 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10979 (ASM_FINISH_DECLARE_OBJECT): Likewise.
10980 (ASM_DECLARE_OBJECT_NAME): Likewise.
10981 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
10982 (ASM_DECLARE_FUNCTION_NAME): Likewise.
10983 (ASM_DECLARE_RESULT): Likewise.
10984 (ASM_WEAKEN_LABEL): Likewise.
10985 (SUPPORTS_WEAK): Likewise.
10986 (APPLY_RESULT_SIZE): Likewise.
10987 (LPREFIX): Likewise.
10988 (ALIGN_ASM_OP): Likewise.
10989 (ASCII_DATA_ASM_OP): Likewise.
10990 (IDENT_ASM_OP): Likewise.
10991 (ASM_SHORT): Likewise.
10992 (ASM_LONG): Likewise.
10993 (TYPE_ASM_OP): Likewise.
10994 (SIZE_ASM_OP): Likewise.
10995 (STRING_ASM_OP): Likewise.
10996 (SKIP_ASM_OP): Likewise.
10997 (EH_FRAME_SECTION_ASM_OP): Likewise.
10998 (READONLY_DATA_SECTION_ASM_OP): Likewise.
10999 (INIT_SECTION_ASM_OP): Likewise.
11000 (FINI_SECTION_ASM_OP): Likewise.
11001 (TEXT_SECTION_ASM_OP): Likewise.
11002 (DATA_SECTION_ASM_OP): Likewise.
11003 (TYPE_OPERANT_FORMAT): Likewise.
11004 (ASM_SPEC): Remove COFF code.
11005 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11006 cause -pg to emit an error; use pcrt1elf.o with -pp
11007 (ENDFILE_SPEC): Likewise.
11008 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11009 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11010 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11011 add -z alt_resolve to support weak symbols the way GCC wants them.
11012 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11013 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11014 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11015 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11016 (CRTSTUFF_T_CFLAGS_S): Define.
11017 (MULTILIB_OPTIONS): Likewise.
11018 (MULTILIB_DIRNAMES): Likewise.
11019 (MULTILIB_MATCHES): Likewise.
11020 (MULTILIB_EXTRA_OPTS): Likewise.
11021 (LIBGCC): Likewise.
11022 (INSTALL_LIBGCC): Likewise.
11024 * config/i386/t-sco5gas: Remove.
11025 * doc/install.texi: Updated for new OpenServer instructions.
11026 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11028 2003-04-19 Kean Johnston <jkj@sco.com>
11030 * fixinc/check.tpl: Allow user to over-ride diff program.
11031 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11032 (sco_math): Added test for SCO math header files.
11033 (sco_regset): Added check for conflicts with ieeefp.h.
11034 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11035 * fixinc/fixincl.x: Regenerated
11036 * fixinc/tests/base/math.h: Added sco_math tests.
11037 * fixinc/tests/base/string.h: New file.
11038 * fixinc/tests/base/sys/regset.h: New file.
11040 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11042 * cpphash.h (struct cpp_buffer): Remove backup_to.
11043 * cpplex.c (BACKUP, get_effective_char): Die.
11044 (_cpp_skip_block_comment): Assume '*' is location on entry.
11045 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11046 (IF_NEXT_IS): Update.
11047 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11049 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
11051 * README.Portability: Move to a new section and obsolete K+R
11052 portability issues.
11054 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
11056 * rtlanal.c (subreg_offset_representable_p): Fix call of
11059 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11061 * cpphash.h (struct cpp_reader): New member warned_dollar.
11062 * cpplex.c (continues_identifier_p): New function.
11063 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11064 lex_number and lex_string, and simplify.
11065 (parse_slow, unescaped_terminator_p): Die.
11066 (_cpp_lex_direct): Update.
11068 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11070 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11072 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
11074 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11077 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11079 * cppexp.c (eval_token): Permit true and false even if pedantic.
11081 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11083 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
11085 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11087 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
11088 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
11089 (struct include_file): Remove fefcnt, mapped members.
11090 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
11091 (read_include_file): Don't use mmap, terminate buffers in '\r'.
11092 (purge_cache): Don't use munmap.
11093 * cpphash.h (CPP_BUF_COLUMN): Update.
11094 (lexer_state): Remove lexing_comment.
11095 (struct _cpp_line_note): New.
11096 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
11097 next_line and need_line. Remove col_adjust and saved_flags.
11098 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
11099 _cpp_skip_block_comment, scan_out_logical_line): New.
11100 (_cpp_init_mbchar): Remove.
11101 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
11102 (cpp_read_main_file): Set line to 1 earlier.
11103 (post_options): -traditional-cpp doesn't want trigraphs.
11104 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
11105 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
11106 _cpp_get_fresh_line): New.
11107 (handle_newline, skip_escaped_newlines, trigraph_p,
11108 continue_after_nul, _cpp_init_mbchar): Remove.
11109 (get_effective_char): Update.
11110 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
11111 (skip_line_comment): Simplify.
11112 (skip_whitespace, parse_identifier, parse_slow, parse_number,
11113 parse_string): Update.
11114 (cpp_lex_direct): Use clean lines and process line notes. Update.
11115 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
11116 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
11118 (_cpp_handle_directive): Don't set saved_flags.
11119 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
11120 cpp_undef, handle_assertion, cpp_push_buffer): Update.
11121 (_cpp_pop_buffer): Free notes.
11122 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
11123 * cpppch.c (cpp_read_state): \n terminate buffer.
11124 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
11125 (copy_comment): Use _cpp_skip_block_comment.
11126 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
11128 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
11129 save_replacement_text): Update.
11130 (scan_out_logical_line): Update to use clean lines and process
11132 * fix-header.c (read_scan_file): Update.
11134 2003-04-18 Douglas B Rupp <rupp@gnat.com>
11136 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
11137 null begin parameter (as well as pointer to null).
11138 (__deregister_frame_info_bases): Likewise.
11140 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11142 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
11143 hard or virtual register and copy into pseudo if replacement fails.
11145 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
11147 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
11149 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
11151 * calls.c (expand_call): Move special case for constructor calls
11152 to right place. Ensures constructor calls used to initialize
11153 arguments get a clean outgoing argument block for themselves.
11154 Move check for stack deallocation completeness until after last
11155 deallocation. Add stack_pointer_delta to set of state
11156 variables saved and restored along with current stack_level.
11158 * integrate.c (expand_inline_function): Ensure non-const actuals
11159 don't end up const in the caller's flow after conversion to possibly
11162 2003-04-18 Vincent Celier <celier@gnat.com>
11164 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
11165 and *_DIV_EXPR as TRUNC_*_EXPR.
11167 2003-04-18 Mark Mitchell <mark@codesourcery.com>
11169 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
11170 for orphaned jump tables.
11172 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
11174 * reload1.c: Revert my previous patch on 2002-04-17.
11176 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11178 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
11179 Add Segher Boessenkool.
11181 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
11184 * c-decl.c (c_expand_body): Don't garbage collect the function
11185 body if we are going to dump it later.
11187 2003-04-18 Richard Henderson <rth@redhat.com>
11189 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
11190 (alpha_end_function): Don't set them.
11191 (decl_in_text_section): Remove.
11192 (alpha_encode_section_info): Remove.
11193 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
11194 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
11195 sections, rather than decl_in_text_section results.
11197 2003-04-18 Roger Sayle <roger@eyesopen.com>
11199 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
11202 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
11204 PR optimization/7675
11205 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
11206 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
11207 nested functions if they refer to declarations from parent functions.
11208 * stmt.c (expand_decl): Don't put automatic variables in registers
11209 if the DECL_NONLOCAL flag is set.
11211 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
11213 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
11214 consider those to be movable where the source matches
11216 (update_ld_motion_stores): In comment, refer to
11217 compute_ld_motion_mems for validity of replacement.
11219 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
11221 * gcov-dump.c (tag_summary): Remove max_sum
11222 * gcov-io.h (gcov_summary, gcov_write_summary,
11223 gcov_read_summary): Kill max_sum.
11224 * libgcov.c (gcov_exit): Do one pass over the data. Make error
11225 message more verbose.
11227 * emit-rtl.c (subreg_hard_regno): Check that register is
11230 * reload.c (reload_inner_reg_of_subreg): When register is not
11231 representable, reload the whole thing.
11232 (find_reloads): Likewsie.
11233 * rtlanal.c (subreg_representable_p): New function.
11235 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
11236 allow negative probabilities for edges from the call to exit.
11237 (branch_prob): Do not add fake edges for functions that may return
11240 2003-04-17 DJ Delorie <dj@redhat.com>
11242 * toplev.c (target_options): Add value field.
11243 (set_target_switch): Handle target options with values.
11244 * doc/tm.texi: Document how fixed vs variable target
11246 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
11247 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
11248 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
11249 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
11250 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
11251 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
11252 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
11253 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
11254 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
11255 Add value initializer to target options.
11257 2003-04-07 Loren James Rittle <ljrittle@acm.org>
11259 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
11261 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
11263 * reload1.c (move2add_last_cc0): New.
11264 (reload_cse_move2add): Detect implicit sets.
11265 (move2add_note_store): Notice a store into cc0.
11267 2003-04-17 Roger Sayle <roger@eyesopen.com>
11270 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
11271 function attributes.
11273 2003-04-17 Janis Johnson <janis187@us.ibm.com>
11275 * doc/sourcebuild.texi (Test Suites): Document support for testing
11276 binary compatibility (moved from testsuite/README.compat).
11278 2003-04-17 Richard Henderson <rth@redhat.com>
11280 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
11282 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
11284 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
11285 the one provided by the FSF.
11287 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11289 * doc/install.texi (Binaries): Update URL and list of platforms
11290 provided by ftp.thewrittenword.com.
11292 2003-04-17 Richard Henderson <rth@redhat.com>
11294 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
11295 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
11296 * config/xtensa/xtensa.md (call, call_value): Likewise.
11298 2003-04-17 Richard Henderson <rth@redhat.com>
11300 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
11301 (print_operand_address): Likewise.
11302 (ep_memory_operand): Likewise.
11303 (special_symbolref_operand): Likewise.
11304 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
11305 (v850_encode_section_info): Call default_encode_section_info.
11306 (v850_strip_name_encoding): Remove.
11307 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
11308 (ASM_OUTPUT_LABELREF): Remove.
11309 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
11310 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11311 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11312 (ENCODED_NAME_P): Remove.
11313 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11314 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11315 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11317 2003-04-17 Richard Henderson <rth@redhat.com>
11319 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
11320 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
11321 SYMBOL_REF_FUNCTION_P.
11323 2003-04-17 Richard Henderson <rth@redhat.com>
11325 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
11326 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
11327 (text_segment_operand): Likewise.
11329 2003-04-17 Richard Henderson <rth@redhat.com>
11331 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
11332 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11333 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11334 (sh_encode_section_info): Remove.
11335 (sh_strip_name_encoding): Remove.
11336 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
11337 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
11338 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
11339 (ASM_OUTPUT_LABELREF): Remove.
11340 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
11341 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
11343 2003-04-17 Richard Henderson <rth@redhat.com>
11345 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
11346 (tls_model_chars): Remove.
11347 (larl_operand): Use SYMBOL_REF_FLAGS.
11348 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11349 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11350 (s390_output_mi_thunk): Likewise.
11351 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
11352 (s390_function_profiler): Likewise.
11353 (s390_encode_section_info): Use default_encode_section_info
11354 and SYMBOL_FLAG_ALIGN1.
11355 (s390_strip_name_encoding): Remove.
11356 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
11357 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
11358 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
11360 2003-04-17 Richard Henderson <rth@redhat.com>
11362 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
11363 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
11364 (print_operand_address): Likewise.
11366 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
11367 * config/ns32k/ns32k.c (expand_block_move): Don't check
11370 2003-04-17 Richard Henderson <rth@redhat.com>
11372 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
11375 2003-04-17 Richard Henderson <rth@redhat.com>
11377 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
11379 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
11380 (SYMBOL_REF_MODEL): New.
11381 (LIT_NAME_P): Move from m32r.h.
11382 (m32r_select_section): Remove.
11383 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
11384 (m32r_strip_name_encoding): Remove.
11385 (m32r_in_small_data_p): New.
11386 (small_data_operand): Use SYMBOL_REF_SMALL_P.
11387 (addr24_operand): Use SYMBOL_REF_MODEL.
11388 (call26_operand): Likewise.
11389 (addr32_operand): Tidy.
11390 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
11391 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
11392 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
11393 (READONLY_DATA_SECTION_ASM_OP): Remove.
11394 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11395 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
11396 (TARGET_ASM_SELECT_SECTION): Remove.
11397 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
11398 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
11399 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
11400 (ASM_OUTPUT_LABELREF): Remove.
11402 2003-04-17 Richard Henderson <rth@redhat.com>
11404 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
11405 (encode_section_info): Remove.
11406 * config/ip2k/ip2k-protos.h: Update.
11408 2003-04-17 Richard Henderson <rth@redhat.com>
11410 * varasm.c (default_encode_section_info): Don't set
11411 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
11412 * config/i370/i370.c (i370_encode_section_info): Remove.
11413 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
11414 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
11415 * config/i370/i370.md (movsi): Likewise.
11417 * config/i370/t-i370: Add missing backslash.
11419 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
11421 * doc/invoke.texi (inline-limit): Fix pasto.
11423 2003-04-17 Richard Henderson <rth@redhat.com>
11425 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
11426 (small_call_insn_operand): Use it.
11427 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
11428 (h8300_eightbit_constant_address_p): Use it.
11429 (SYMBOL_FLAG_TINY_DATA): New.
11430 (h8300_tiny_constant_address_p): Use it.
11431 (h8300_encode_label, h8300_strip_name_encoding): Remove.
11432 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
11433 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
11434 (ASM_OUTPUT_LABELREF): Remove.
11436 2003-04-16 Richard Henderson <rth@redhat.com>
11438 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
11439 all users with SYMBOL_REF_SMALL_P.
11440 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
11441 (frv_encode_section_info): Remove.
11442 (frv_strip_name_encoding): Remove.
11443 (frv_in_small_data_p): Merge tests from encode_section_info.
11444 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
11445 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
11446 (SDATA_NAME_P): Remove.
11447 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
11448 (ASM_OUTPUT_LABELREF): Remove.
11449 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
11451 * config/frv/frv.c (frv_asm_out_constructor): New.
11452 (frv_asm_out_destructor): New.
11453 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
11454 (DTORS_SECTION_ASM_OP): New.
11455 (ASM_OUTPUT_CONSTRUCTOR): Remove.
11456 (ASM_OUTPUT_DESTRUCTOR): Remove.
11458 2003-04-16 Richard Henderson <rth@redhat.com>
11460 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
11461 SYMBOL_REF_LOCAL_P; abort if not pic.
11462 (cris_encode_section_info): Remove.
11464 2003-04-16 Richard Henderson <rth@redhat.com>
11466 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
11467 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
11469 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
11472 2003-04-16 Richard Henderson <rth@redhat.com>
11474 * config/avr/avr.c (avr_encode_section_info): Remove.
11475 (avr_insert_attributes): New.
11476 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
11477 (avr_assemble_integer): Likewise.
11479 2003-04-16 Richard Henderson <rth@redhat.com>
11481 * arc.c (arc_encode_section_info): Remove.
11482 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
11483 (arc_print_operand, arc_print_operand_address): Likewise.
11484 * arc.h (EXTRA_CONSTRAINT): Likewise.
11486 2003-04-16 Roger Sayle <roger@eyesopen.com>
11488 * c-semantics.c (find_reachable_label): New function to find a
11489 potentially reachable label in an expression.
11490 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
11491 assumes the start of the IF_STMT is unreachable (dead) code.
11492 (expand_unreachable_stmt): Similar to expand_stmt but assumes
11493 the start of the statement list is unreachable (dead) code.
11494 (genrtl_if_stmt): If the controlling expression of the IF
11495 is constant, use expand_unreachable_stmt for the THEN or ELSE
11496 clause as appropriate.
11497 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
11498 the body of a SWITCH statement.
11499 (expand_stmt): The code immediately following a "return",
11500 "break", "continue" or "goto" is unreachable.
11501 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
11503 2003-04-16 Richard Henderson <rth@redhat.com>
11505 * rtl.h (MEM_ALIAS_SET): Update documentation.
11506 * doc/rtl.texi (Special Accessors): New node.
11507 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
11509 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
11511 * reload1.c (reload_cse_noop_set_p): Return false if mode of
11512 SET_DEST is not the same as that returned by...
11513 * cselib.h (cselib_reg_set_mode): ... new function.
11514 * cselib.c (cselib_reg_set_mode): Define it.
11515 (REG_VALUES): Document semantics of first element as set mode.
11516 (cselib_subst_to_values): Skip first element if ELT is NULL.
11517 (cselib_lookup): Likewise. Insert past the first element.
11518 (cselib_invalidate_regno): NULLify first element.
11519 (cselib_record_set): Set first element.
11521 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
11523 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
11524 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
11525 * tree.h: Add prototypes for the two new functions.
11526 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
11527 updates introduced in the previous revision by call to saved_expr_p.
11528 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
11530 * expr.c (store_field): Force usage of bitfield instructions when
11531 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
11532 (expand_expr, case BIT_FIELD_REF): likewise.
11534 2003-04-16 Mark Mitchell <mark@codesourcery.com>
11537 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
11540 2003-04-16 Richard Henderson <rth@redhat.com>
11542 * config/ia64/ia64.c (sdata_symbolic_operand): Use
11543 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
11544 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11545 (function_operand): Use SYMBOL_REF_FUNCTION_P.
11546 (ia64_expand_load_address): Likewise.
11547 (ia64_assemble_integer): Likewise.
11548 (ia64_encode_section_info): Remove.
11549 (ia64_strip_name_encoding): Remove.
11550 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
11551 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
11553 2003-04-16 Richard Henderson <rth@redhat.com>
11555 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
11556 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
11557 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
11558 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11559 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
11560 (global_symbolic_operand): Similarly.
11561 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
11562 (tls_symbolic_operand_type): Likewise.
11563 (alpha_encode_section_info): Use default_encode_section_info.
11564 (alpha_strip_name_encoding): Remove.
11565 (get_tls_get_addr): Split out from ...
11566 (alpha_legitimize_address): ... here.
11567 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
11568 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
11569 (alpha_initialize_trampoline): Use init_one_libfunc.
11570 (alpha_setup_incoming_varargs): Mark unused parameters.
11571 (alpha_initial_elimination_offset): Likewise.
11572 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
11573 (unicosmk_unique_section): Use default_strip_name_encoding.
11574 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
11576 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
11578 * config.gcc: Add t-spe for eabispe.
11580 * config/rs6000/t-spe: New.
11582 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
11584 Re-apply this patch:
11586 2002-05-16 Dale Johannesen <dalej@apple.com>
11587 * combine.c (cant_combine_insn_p): Reenable combinations
11588 involving hard regs unless CLASS_LIKELY_SPILLED_P.
11590 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11593 * pa-protos.h (function_arg): Remove last argument.
11594 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
11595 * pa.h (struct hppa_args): Add member incoming.
11596 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
11598 (FUNCTION_ARG): Revise call to function_arg.
11599 (FUNCTION_INCOMING_ARG): Delete.
11601 2003-04-15 Zack Weinberg <zack@codesourcery.com>
11603 * configure.in: Unify the code which creates symlinks to a
11604 just-built as, ld, objdump, and nm with the code that detects
11605 their presence for purposes of feature tests.
11606 * configure: Regenerate.
11608 2003-04-15 Zack Weinberg <zack@codesourcery.com>
11610 * varasm.c (output_constant_def): Do not consult
11611 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
11612 (after_function_constants, output_after_function_constants): Delete.
11613 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
11614 * config/mips/mips-protos.h, config/mips/mips.c
11615 (mips16_constant_after_function_p): Delete.
11616 * config/mips/mips.h: Delete #if-0-ed definition of
11617 CONSTANT_AFTER_FUNCTION_P.
11618 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
11619 mention of CONSTANT_AFTER_FUNCTION_P in comment.
11621 2003-04-15 Geoffrey Keating <geoffk@apple.com>
11623 * tree.c (next_decl_uid): Mark with GTY.
11624 (next_type_uid): Likewise.
11626 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
11629 * sh.c (barrier_align): Also recognize stuff_delay_slot as
11630 an indicator that a barrier was created by branch splitting.
11632 2003-04-15 Mark Mitchell <mark@codesourcery.com>
11634 * c-decl.c (implicitly_declare): Copy declarations that are going
11635 to be placed in a local scope.
11637 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
11639 * invoke.texi (Spec Files): Wrap if-exists-else example.
11640 (MCore): Remove duplicate @itemx entries and @opindex entries.
11642 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
11644 * unwind.inc (_Unwind_Backtrace): New function.
11645 * unwind.h (_Unwind_Backtrace): Declare it.
11646 * libgcc-std.ver (_Unwind_Backtrace): Export it.
11648 2003-04-14 Jason Merrill <jason@redhat.com>
11650 PR middle-end/10336, c++/10401
11651 * jump.c (never_reached_warning): Also stop looking if we reach the
11652 beginning of the function.
11654 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11659 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
11661 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
11663 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
11665 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11667 * optabs.c (expand_binop): In multi-word add cases, ensure
11668 XTARGET is copied to TARGET if they are different.
11670 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
11672 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
11673 to region, possible after integration of function with unreachable
11674 regions that were optimized away.
11676 2003-04-15 Jakub Jelinek <jakub@redhat.com>
11678 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
11679 instead of TOC_REGISTER in epilogue in
11680 current_function_calls_eh_return functions.
11682 2003-04-14 Mark Mitchell <mark@codesourcery.com>
11684 * doc/extend.texi (Empty Structures): Correct description of G++'s
11685 handling of these structures.
11687 * c-decl.c (grokdeclarator): Reject extern redeclarations of
11690 2003-04-14 Janis Johnson <janis287@us.ibm.com>
11692 * config/rs6000/rs6000.md (define_constants): Define constants for
11693 all UNSPEC usage, including new values for TLS support.
11694 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
11695 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
11696 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
11697 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
11698 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
11699 eh_set_lr_di): Use them.
11700 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
11701 rs6000_emit_epilogue) Use them.
11703 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
11705 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
11707 * Makefile.in (c-opts.o): Use custom action.
11709 2003-04-14 Douglas B Rupp <rupp@gnat.com>
11711 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
11713 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11715 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
11716 handle "superflat arrays" in Ada.
11718 * integrate.c (expand_inline_function): Don't inline if would
11719 lose /u on a BLKmode TARGET.
11721 2003-04-14 Joel Brobecker <brobecker@gnat.com>
11723 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
11724 extracted from dbxout_type.
11725 (dbxout_range_type): print large bounds in octal format.
11726 (dbxout_type): Replace extracted code by call to
11727 print_int_cst_bounds_in_octal_p.
11729 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
11730 of DW_LANG_Ada83 for Ada units.
11732 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
11734 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
11735 temporary used to round CONST_INT sizes.
11737 * tree.c (int_fits_type_p): Extract generic checks from the case
11738 of constant type bounds. Refine the checks against constant type
11739 bounds to allow for possible decisions against each of these bounds
11740 without requiring both bounds to be constant.
11741 (tree_int_cst_msb): Put back.
11742 * tree.h (tree_int_cst_msb): Likewise.
11744 * global.c (global_conflicts): Prevent allocation of call clobbered
11745 hard regs to pseudos live across abnormal edges, as later passes are
11746 not ready to handle them.
11748 * fold-const.c (fold): Reorder tests for conditional expressions.
11750 * expr.c (highest_pow2_factor): Return unsigned.
11751 * expr.h (offset_address): Likewise.
11752 * emit-rtl.c (offset_address): POW2 argument now unsigned.
11754 2003-04-14 Roger Sayle <roger@eyesopen.com>
11756 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
11757 string literals at compile-time.
11759 2003-04-14 Roger Sayle <roger@eyesopen.com>
11761 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
11762 comparison operation and c1/c2 are floating point constants into
11763 x swap(cmp) (c1 - c2).
11765 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
11767 * genautomata.c (output_translate_vect): Fix a typo in loop
11770 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
11773 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
11774 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
11775 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
11776 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
11777 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
11778 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
11779 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
11780 ("*extopqihi_swap_side", "*extopqisi_swap_side")
11781 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
11782 When next to constraint R, replace constraint i with n.
11784 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
11787 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
11789 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11791 * doc/contrib.texi (Contributors): Correct my entry.
11793 2003-04-13 Roger Sayle <roger@eyesopen.com>
11795 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
11796 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
11797 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
11798 implies DECL_BUILT_IN to simplify logic.
11799 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
11801 2003-04-13 Roger Sayle <roger@eyesopen.com>
11803 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
11804 (BT_FN_PTR_SIZE_SIZE): Likewise.
11805 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
11806 New built-in functions for malloc, calloc and strdup respectively.
11807 * calls.c (special_function_p): No need to handle malloc-like
11808 functions any longer. ECF_MALLOC is set via built-in attributes.
11810 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
11812 * doc/extend.texi: Document these new built-in functions.
11814 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11816 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
11817 (expand_builtin_stpcpy): New.
11818 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
11819 * builtins.def: Add mempcpy & stpcpy support.
11820 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
11822 2003-04-13 Nick Clifton <nickc@redhat.com>
11824 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
11826 * config/rs6000/40x.md, config/rs6000/603.md,
11827 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
11828 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
11829 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
11830 config/rs6000/aix43.h, config/rs6000/aix51.h,
11831 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
11832 config/rs6000/altivec.h, config/rs6000/altivec.md,
11833 config/rs6000/beos.h, config/rs6000/darwin.h,
11834 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
11835 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
11836 config/rs6000/freebsd.h, config/rs6000/gnu.h,
11837 config/rs6000/host-darwin.c, config/rs6000/linux.h,
11838 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
11839 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
11840 config/rs6000/netbsd.h, config/rs6000/power4.md,
11841 config/rs6000/rios1.md, config/rs6000/rios2.md,
11842 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
11843 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
11844 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
11845 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
11846 config/rs6000/spe.md, config/rs6000/sysv4.h,
11847 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
11848 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
11850 2003-04-13 Nick Clifton <nickc@redhat.com>
11852 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
11853 support for -mcall-aix switch.
11854 * config/rs6000/eabiaix.h: Delete.
11855 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
11856 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
11857 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
11858 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
11859 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
11860 debug_stack_info, output_function_profiler,
11861 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
11862 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
11863 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
11864 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
11865 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
11866 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
11868 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
11869 (MULTILIB_EXCEPTIONS): Delete.
11870 (MULTILIB_MATCHES): Remove mcall-aix matches.
11872 * doc/fragments.texi: Replace -mcall-aix example with an ARM
11874 * doc/install.texi: Delete powerpc-*-eabiaix target.
11875 * doc/invoke.texi: Remove documentation of mcall-aix switch.
11876 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
11877 * config.gcc: Delete powerpc-*-eabiaix target.
11879 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
11881 * doc/invoke.texi: Fix typos.
11882 * doc/tm.texi: Likewise.
11884 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11886 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
11888 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11890 * tree.c (build_constructor): New function.
11891 * tree.h: Prototype it.
11893 * c-typeck.c (build_c_cast, pop_init_level)
11894 * profile.c (build_function_info_value, build_gcov_info_value)
11896 Use build_constructor.
11898 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
11900 * objc/objc-act.c (build_constructor):
11901 Rename objc_build_constructor. Use build_constructor.
11902 (build_objc_string_object, objc_add_static_instance)
11903 (init_def_list, init_objc_symtab, init_module_descriptor)
11904 (generate_static_references, build_selector_translation_table)
11905 (build_descriptor_table_initializer, generate_descriptor_table)
11906 (build_protocol_initializer, build_ivar_list_initializer)
11907 (generate_ivars_list, build_dispatch_table_initializer)
11908 (generate_dispatch_table, generate_protocol_list)
11909 (build_category_initializer, build_shared_structure_initializer):
11912 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11914 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
11916 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11918 * config/m68hc11/m68hc11-protos.h
11919 (m68hc11_eq_compare_operator): Declare
11920 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
11921 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
11922 (d_register_operand): Check the operand mode.
11923 (hard_addr_reg_operand): Likewise.
11925 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11927 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
11928 pattern for dbcc/ibcc generation for 68HC12.
11929 ("doloop_end"): New pattern.
11930 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
11931 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
11932 ("m68hc12_dbcc_dec_qi"): New pattern.
11933 ("m68hc12_dbcc_inc_qi"): New pattern.
11934 (split): Add split for the above when we can't use dbcc/ibcc due to
11936 (peephole2): Add peephole2 to generate the above when possible.
11938 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11940 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
11942 (peephole2 optimize const load): Likewise for operand 2.
11943 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
11944 clobbers CC_REGNUM.
11945 ("*rotrhi3_with_carry"): Likewise.
11946 (ashift:DI 1 split): Update pattern to create the above rotate.
11947 (lshiftrt:DI 1 split): Likewise.
11949 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11951 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
11952 ("tstqi_z_used" split): Use it.
11953 ("cmphi_z_used"): Likewise.
11954 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
11955 ("cmpqi_z_used"): Likewise.
11957 2003-04-12 Mark Mitchell <mark@codesourcery.com>
11960 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
11962 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11964 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
11965 * configure, config.in: Regenerate.
11966 * intl.c (gcc_gettext_width): New function.
11967 * intl.h: Prototype it.
11969 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11971 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
11972 recognize -mnorelax.
11973 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
11974 (REG_CLASS_NAMES): Add its name.
11975 (REG_CLASS_CONTENTS): Define its content.
11977 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11979 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
11980 parameters so that offsets are valid for far definition.
11981 (__mulsi3): Likewise and use ret to return.
11982 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
11984 2003-04-12 David Edelsohn <edelsohn@gnu.org>
11986 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
11988 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
11990 * mklibgcc.in (libgcc-stage-start): For every multilib directory
11991 containing a libgcc.a, move lib* to the corresponding stage dir.
11993 * Makefile.in (stage1-start, stage2-start, stage3-start,
11994 stage4-start): Move $(SPECS) to specs in stage dir.
11995 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
11998 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
11999 object files from the non-libgcc/ multilib directories as well.
12001 2003-04-11 Geoffrey Keating <geoffk@apple.com>
12003 * profile.c (read_counts_file): Initialise 'checksum'.
12005 * emit-rtl.c (gen_rtx): Really correct typo.
12008 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12009 * configure.in: Check for gettimeofday.
12010 * tree.c (flag_random_seed): Define.
12011 (default_flag_random_seed): New.
12012 (append_random_chars): Use flag_random_seed rather than trying
12013 to acquire randomness here.
12014 * tree.h (default_flag_random_seed): Declare.
12015 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12017 (decode_f_option): Handle -frandom-seed.
12018 (print_switch_values): Call default_flag_random_seed.
12019 * flags.h (flag_random_seed): Declare.
12020 * configure: Regenerate.
12021 * config.in: Regenerate.
12022 * config/alpha/t-crtfm: Use -frandom-seed.
12024 * doc/extend.texi (Empty Structures): New.
12026 * c-pch.c: Include flags.h. Add comments to routines.
12027 (struct c_pch_validity): New.
12028 (get_ident): Update PCH file version number.
12029 (pch_init): Output current debugging type.
12030 (c_common_valid_pch): Check debugging type.
12031 * Makefile.in (c-pch.o): Update dependencies.
12032 * flags.h (debug_type_names): Declare.
12033 * toplev.c (debug_type_names): Move out of decode_g_option.
12035 2003-04-11 Eric Christopher <echristo@redhat.com>
12037 * emit-rtl.c (gen_rtx): Fix typos.
12039 2003-04-11 Richard Henderson <rth@redhat.com>
12041 * emit-rtl.c (gen_rtx): Zero '0' fields.
12043 2003-04-11 Richard Henderson <rth@redhat.com>
12046 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12047 not COMPLETE_TYPE_P for re-invoking layout_decl.
12049 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
12051 * doc/bugreport.texi: Fix paragraph breaking between sections
12052 in preparation for TeXinfo's paragraph indentation fixes.
12053 * doc/extend.texi: Ditto.
12054 * doc/invoke.texi: Ditto.
12055 * doc/objc.texi: Ditto.
12056 * doc/gcov.texi: Wrap 'gcov' in @command{}.
12057 * doc/invoke.texi (Darwin Options): Add a preamble.
12059 2003-04-11 Richard Henderson <rth@redhat.com>
12061 * config/i386/i386.c (tls_model_chars): Remove.
12062 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12063 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12064 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12065 (tls_symbolic_operand_1): Likewise.
12066 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12067 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12068 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12069 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12070 bits "copied from i386.h" with default_encode_section_info.
12072 2003-04-11 Richard Henderson <rth@redhat.com>
12074 * rtl.def (SYMBOL_REF): Add two 0 fields.
12075 * gengtype.c (adjust_field_rtx_def): Handle them.
12076 * print-rtl.c (print_rtx): Print them.
12077 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12078 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
12079 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
12080 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
12081 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
12082 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
12083 (SYMBOL_FLAG_MACH_DEP): New.
12084 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
12085 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
12086 (assemble_static_space): Set SYMBOL_REF_FLAGS.
12087 (assemble_trampoline_template): Likewise.
12088 (output_constant_def, force_const_mem): Likewise.
12089 (default_encode_section_info): New.
12090 * output.h: Declare it.
12091 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
12093 2003-04-11 Richard Henderson <rth@redhat.com>
12095 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
12096 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
12097 * optabs.c (init_optabs): Initialize them.
12098 (init_libfuncs): Use init_one_libfunc.
12099 * calls.c (expand_call): Use gcov_flush_libfunc.
12100 * expr.c (store_constructor): Use setbits_libfunc.
12101 * function.c (expand_main_function): Use init_one_libfunc.
12102 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
12104 2003-04-11 Mark Mitchell <mark@codesourcery.com>
12106 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
12107 documentation; add DECL_FRIEND_CONTEXT.
12109 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12111 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
12112 notes on linker selection and configuration for 64-bit HP-UX port.
12113 * doc/invoke.texi (hppa): Remove hppa text from description for
12114 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
12115 and -threads options.
12117 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
12118 libc.a on libdld.sl when -static is specified and -nolibdld is not
12120 * pa64-hpux.h (LIB_SPEC): Likewise.
12121 * pa-hpux11.h (LIB_SPEC): Likewise.
12122 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
12125 2003-04-11 Zack Weinberg <zack@codesourcery.com>
12127 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
12128 not IDENTIFIER_LOCAL_VALUE.
12130 2003-04-11 Richard Henderson <rth@redhat.com>
12133 * expr.c (expand_expr): Move DECL_RTL frobbing ...
12134 * stor-layout.c (layout_decl): ... here.
12136 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
12138 * doc/invoke.texi: Eliminate extra white-space caused by
12139 @gccoptlist{ on its own line.
12140 * doc/invoke.texi: Ensured there are two spaces between each option.
12141 * doc/invoke.texi: Re-wrapped option lines that were too wide.
12142 Added @gol to options that didn't have them.
12144 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
12146 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
12149 Simplify interface to gcov reading and writing.
12150 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
12151 gcov_alloc, gcov_modified, gcov_errored): Move into ...
12152 (struct gcov_var gcov_var): ... this static structure.
12153 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
12155 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
12157 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
12158 (gcov_reserve_length): Remove.
12159 (gcov_write_tag): New.
12160 (gcov_write_length): Adjust.
12161 (gcov_read_summary, gcov_write_summary): Adjust.
12162 (gcov_eof, gcov_ok): Rename to ...
12163 (gcov_is_eof, gcov_is_error): ... here. Return error code.
12164 (gcov_save_position, gcov_resync): Rename to ...
12165 (gcov_position, gcov_seek): ... here.
12166 (gcov_skip, gcov_skip_string): Remove.
12167 (gcov_error): Remove.
12168 (gcov_open, gcov_close): Adjust.
12169 * gcov.c (find_source): Take const char *, copy it on allocation.
12170 (read_graph_file): Adjust.
12171 (read_count_file): Adjust.
12172 * libgcov.c (gcov_exit): Adjust.
12173 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
12174 tag_arc_counts, tag_summary): Return void. Adjust.
12175 (struct tag_format): Adjust proc member.
12176 (dump_file): Adjust gcov calls.
12178 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
12180 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
12182 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
12183 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
12184 build != host sysrooted builds.
12185 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
12186 TARGET_SYSTEM_ROOT even on sysrooted natives.
12187 * configure: Rebuilt.
12189 2003-04-10 Zack Weinberg <zack@codesourcery.com>
12191 * c-decl.c (struct binding_level): Add shadowed_tags and
12192 function_body; remove this_block, tag_transparent, and
12193 subblocks_tag_transparent; update comments.
12194 (clear_binding_level, lookup_tag_reverse): Kill.
12195 (make_binding_level): Use ggc_alloc_cleared or memset.
12196 (lookup_tag): Remove struct binding_level* parameter. All
12197 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
12198 current_binding_level->tags if asked for thislevel_only or if
12199 we might have to diagnose "struct foo; union foo;"
12200 (pushlevel): Ignore argument. Do not push another binding
12201 level on the transition from the parameters to the top level
12202 of the function body; just tweak the flags and proceed.
12203 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
12204 a function body, separate the parameter list from the
12205 top-level local variables.
12206 (set_block): Do nothing.
12207 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
12208 shadowed_tags if necessary.
12209 (warn_if_shadowing): Nuke the special case for local shadowing
12211 (pushdecl): Do not create a shadow entry if we are replacing
12212 an older decl in the same binding level.
12213 (pushdecl_function_level): Tweak for new way of indicating
12215 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
12216 (start_function): Don't set subblocks_tag_transparent.
12217 (finish_function): Fix up the binding_level stack for totally
12218 empty functions. Otherwise, don't call poplevel.
12220 * c-common.c (shadow_warning): MANDATORY argument is no longer
12221 necessary. Always use plain warning.
12222 * c-common.h: Update to match.
12224 * cfglayout.c (scope_to_insns_initialize): Clear block when we
12225 hit the FUNCTION_DECL.
12226 * function.c: Do not create cyclic tree structure.
12228 2003-04-10 Zack Weinberg <zack@codesourcery.com>
12230 * c-tree.h (struct lang_identifier): Replace global_value,
12231 local_value members with symbol_value, tag_value. Kill
12232 implicit_decl and limbo_value.
12233 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
12234 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
12235 C_MISSING_PROTOTYPE_WARNED): Kill.
12236 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
12237 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
12238 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
12239 (implicit_decl_warning, lookup_name_current_level,
12240 record_function_scope_shadow): Don't prototype.
12241 (pushdecl_function_level): Prototype.
12243 * c-decl.c (truly_local_externals): New variable.
12244 (struct binding_level): Adjust commentary.
12245 (get_function_binding_level, clear_limbo_values,
12246 record_function_scope_shadow): Kill.
12247 (lookup_name_current_level, implicit_decl_warning): Are now static.
12248 (any_external_decl, record_external_decl): New static functions.
12249 (clone_underlying type): Split out of pushdecl.
12250 (c_print_identifier): Update to match changes to struct
12252 (poplevel): Delete #if 0 block. Make externals invisible
12253 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
12254 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
12255 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
12256 (duplicate-decls): For real parm decl after a forward decl,
12257 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
12258 foo(...) { } with only a warning. Say whether a previous
12259 declaration was implicit.
12260 (warn_if_shadowing): Now handles all shadowing, not just
12261 local-over-local. Clarify comments.
12262 (pushdecl): Rewritten. There is no longer a distinction
12263 between global and local symbol values; they're all
12264 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
12265 DECL_EXTERNAL decls, and use any_external_decl to check
12266 against previous externals. Kill #if 0 blocks. Don't
12267 tolerate error_mark_node being NULL.
12268 (pushdecl_top_level): Handle only those cases which
12269 Objective C (the only user) needs.
12270 (pushdecl_function_level): New function.
12271 (implicitly_declare): Create ordinary decls with
12272 C_DECL_IMPLICIT set. Recycle old decls, however they got
12274 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
12275 for C_DECL_INVISIBLE symbols.
12276 (lookup_name_current_level): Likewise. Use chain_member.
12277 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
12278 Use pushdecl_function_level.
12279 (builtin_function): Use C_DECL_INVISIBLE.
12280 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
12281 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
12282 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
12283 (identifier_global_value): Same. Must scan
12284 global_binding_level in extremis.
12286 * c-typeck.c (undeclared_variable): New static function, split
12287 from build_external_ref.
12288 (build_external_ref): Use DECL_CONTEXT, not
12289 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
12290 an instance variable. Restructure for clarity.
12291 * objc/objc-act.c: Use identifier_global_value, not
12292 IDENTIFIER_GLOBAL_VALUE.
12294 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
12296 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
12298 * doc/invoke.texi (C++ Dialect Options): Same.
12300 2003-04-10 Zack Weinberg <zack@codesourcery.com>
12302 * tree.c (tree_operand_check_failed): New function.
12303 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
12304 TREE_RTL_OPERAND_CHECK): New checking macros.
12305 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
12306 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
12307 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
12308 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
12309 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
12310 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12313 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
12316 * function.c (instantate_virtual_regs): Verify that all ASM statements
12317 match after the virutal regs instantiation.
12319 2003-04-10 Steve Ellcey <sje@cup.hp.com>
12321 * ia64-protos.h (addp4_optimize_ok): New.
12322 * ia64.c (addp4_optimize_ok): New.
12323 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
12324 (*ptr_extend_plus_2): Ditto.
12326 2003-04-10 Steve Ellcey <sje@cup.hp.com>
12328 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
12329 not with convert_memory_address.
12330 (store_constructor): Ditto, and same for copy_size_rtx.
12331 (expand_expr): Ditto.
12333 2003-04-10 Douglas B Rupp <rupp@gnat.com>
12335 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
12337 2003-04-10 Bob Wilson <bob.wilson@acm.org>
12339 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
12340 even if it is configured to be write-through.
12342 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
12344 * config/s390/s390.c (larl_operand): Do not allow symbols
12346 (s390_encode_section_info): Mark symbols with forced 1-byte
12347 alignment with '@'.
12348 (s390_strip_name_encoding): Strip '@'.
12349 (legitimize_pic_address): Handle symbols that are not valid
12350 LARL operands in 64-bit mode.
12352 2003-04-10 Andrew Haley <aph@redhat.com>
12354 * tree-inline.c (inlinable_function_p): Disable inlining for
12355 synchronized methods.
12357 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
12359 * c-common.h (lang_statement_code_p): Remove declaration.
12360 (statement_code_p): Ditto.
12361 (c_common_stmt_codes): Define; list of c-common statement codes.
12362 (statement_code_p): New extern declaration.
12363 (STATEMENT_CODE_P): Define.
12364 (INIT_STATEMENT_CODES): Define.
12365 * c-common.c (statement_code_p): Kill the function, declare
12366 as an array of bools instead.
12367 (lang_statement_code_p): Remove.
12368 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
12369 (c_safe_from_p): Ditto.
12370 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
12371 to initialize the statement_code_p array.
12372 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
12374 (copy_tree_r): Ditto.
12375 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
12376 statement tree codes.
12377 * cp/lex.c (cxx_init): Add missing print line break. Use
12378 INIT_STATEMENT_CODES to initialize the statement_code_p array.
12379 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
12380 instead of statement_code_p.
12381 * cp/pt.c (tsubst_expr): Ditto.
12382 * cp/tree.c (verify_stmt_tree_r): Ditto.
12383 (cp_statement_code_p): Remove.
12384 (init_tree): Don't set lang_statement_code_p, it's gone.
12386 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12387 Zack Weinberg <zack@codesourcery.com>
12389 * regrename.c (struct du_chain): Use a bitfield for reg_class.
12390 * cse.c (struct qty_table_elem, struct table_elt, struct set):
12391 Use bitfields for fields holding enum rtx_code or
12392 enum machine_mode values. Add comments explaining size choices.
12394 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
12396 * config/fp-bit.c (unpack_d): Handle pair of doubles with
12397 different signs correctly.
12399 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
12401 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
12402 (reg_pending_barrier): Make it of the enumeration type.
12403 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
12405 (sched_analyze): Ditto.
12406 (sched_analyze_insn): Ditto. Use anti-dependencies for
12407 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
12408 (init_deps_global): Initialize the barrier as NO_BARRIER.
12410 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
12412 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
12413 Check that asm insn starts on a new cycle. Add nops after asm
12414 insn to end bundle.
12415 (bundling): Move insn type evaluation from the loop. Call
12416 issue_nops_and_insn with the new parameter. Ignore changing
12417 position for nops after asm insn.
12419 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
12421 * optabs.c: Comment that gen_add2_insn and others may actually
12422 return emitted insns, if the gen functions turn out to return
12424 * reload1.c (reload_cse_move2add): Cope with emitted insns from
12427 2003-04-09 Richard Henderson <rth@redhat.com>
12429 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
12430 but not tls_symbolic_operand.
12431 (ia64_expand_load_address): Remove scratch operand.
12432 (ia64_expand_tls_address): Split out from ia64_expand_move.
12433 (ia64_expand_move): Split symbolics only after reload.
12434 (ia64_emit_cond_move): New.
12435 * config/ia64/ia64-protos.h: Update.
12436 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
12437 (symbolic splitter): Accept SImode operands too.
12438 (cmove splitter): Use ia64_emit_cond_move.
12440 2003-04-09 Nick Clifton <nickc@redhat.com>
12442 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
12444 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
12445 instead of -mno-fpu.
12446 * config/arm/semi.h (ASM_SPEC): Likewise.
12447 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
12448 but only if -msoft-float is specified pass. Otherwise pass
12451 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12453 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
12454 free_EXPR_LIST_node.
12456 2003-04-08 Roger Sayle <roger@eyesopen.com>
12458 * fold-const.c (fold): Use "fold" following build in more places.
12459 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
12460 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
12462 2003-04-08 Roger Sayle <roger@eyesopen.com>
12464 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
12465 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
12466 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
12467 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
12468 Delete function scope "fcode" variable to avoid shadowing.
12470 2003-04-08 Kevin Buettner <kevinb@redhat.com>
12472 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
12473 Take into account DWARF_INITIAL_LENGTH_SIZE.
12475 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
12477 * reorg.c (fill_slots_from_thread): When considering changing the
12478 insn following a reg-to-reg copy insn to use the source reg of the
12479 copy, bail out if there's overlap between the registers.
12481 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12483 * function.c (postponed_insns): New.
12484 (purge_addressof_1): Postpone processing of insns if addressofs
12485 are not put into stack.
12486 (purge_addressof): Process postponed insns.
12488 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
12490 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
12491 this is FP_MODE_DOUBLE .
12492 * sh.c (ra.h): #include.
12493 (push_regs): Add second parameter. Changed all callers.
12494 If necessary, set fpscr before saving floating point registers.
12495 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
12496 do saves / restores with SZ == 1.
12497 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
12498 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
12499 registers are being restored, restore FPSCR only after restoring them.
12501 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
12503 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
12504 regardless of architecture.
12505 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
12507 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
12509 * sh.c (push_regs, calc_live_regs): Return int. Take single
12510 HARD_REG_SET * parameter. Changed all callers.
12512 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
12514 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
12516 (legitimize_pic_address): Move plus outside the unspec.
12517 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
12520 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
12522 * gcov-io.h (gcov_save_position): Remove __inline__ from
12525 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
12527 * doc/install.texi: Use @command and @samp for single- and
12528 multi-word commands respectively.
12529 * doc/makefile.texi: Likewise.
12530 * doc/sourcebuild.texi: Likewise.
12532 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
12533 Richard Henderson <rth@redhat.com>
12536 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
12537 favor of looping and tail recursion for TREE_LIST and binops.
12539 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12541 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
12542 for insns without luid.
12544 2003-04-07 Glen Nakamura <glen@imodulo.com>
12547 * explow.c (maybe_set_unchanging): Don't flag non-static const
12548 aggregate type initializers with RTX_UNCHANGING_P.
12550 2003-04-07 Richard Henderson <rth@redhat.com>
12553 * function.c (purge_addressof_1): Don't try arithmetics for
12554 unchanging memories.
12556 2003-04-07 Janis Johnson <janis187@us.ibm.com>
12558 * doc/sourcebuild.texi (Test Suites): Document testing support for
12559 gcov and profile-directed optimizations; describe gcc.misc-tests.
12561 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
12564 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
12566 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
12568 * doc/rtl.texi (Comparison operations): Update to
12569 record the allowed comparison modes.
12571 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
12573 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
12574 V2SI_type_node to opaque_V2SI_type_node. Rename all
12575 V2SF_type_node to opaque_V2SF_type_node.
12576 (rs6000_init_builtins): Define opaque_V2SI_type_node and
12577 opaque_V2SF_type_node.
12578 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
12579 opaque_V2SF_type_node are opaque types.
12581 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
12583 * gcse.c (replace_store_insn): Use single_set.
12585 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
12587 Change gcov file interface to single file at a time.
12588 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
12589 Convert to C89 prototypes.
12590 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
12591 gcov_error, gcov_modified): New static variables.
12592 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
12594 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
12595 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
12596 (gcov_read_summary, gcov_write_summary): Adjust.
12597 (gcov_save_position, gcov_reserve_length, gcov_write_length):
12599 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
12600 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
12601 (da_file_position, da_file_seek, da_file_write, da_file_read):
12603 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
12604 * gcov.c (gcov_type): Don't typedef here.
12606 (read_graph_file, read_count_file): Adjust.
12607 * gcov-dump.c (gcov_type): Don't typedef here.
12608 (IN_GCOV): #define.
12609 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
12610 Remove FILE parameter, adjust.
12611 (struct tag_format): Adjust proc member.
12612 (dump_file): Adjust.
12613 * libgcov.c (IN_LIBGCOV): #define.
12614 (gcov_exit): Adjust.
12615 * loop-init.c: Don't #include gcov-io.h
12616 * profile.c (struct counts_entry): New structure to hold counter
12618 (struct section_reference, struct da_index_entry): Remove.
12619 (bbg_file, da_file): Remove.
12620 (htab_counts_index_hash, htab_counts_index_eq,
12621 htab_counts_index_del): Replace with ...
12622 (htab_counts_entry_hash, htab_counts_entry_eq,
12623 htab_counts_entry_del): ... these.
12624 (cleanup_counts_index, index_counts_file): Remove.
12625 (read_counts_file): New function.
12626 (get_exec_counts): Adjust.
12627 (compute_branch_probabilities): Don't free the exec counts here.
12628 (branch_prob): Adjust.
12629 (init_branch_prob): Adjust.
12630 (end_branch_prob): Adjust.
12632 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
12634 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12637 * config/rs6000/rs6000.c: Delete rs6000_fprs.
12638 Declare rs6000_float_gprs.
12639 Declare rs6000_float_gprs_string.
12640 (rs6000_parse_float_gprs_option): New.
12641 (rs6000_override_options): Genericize rs6000_parse_* calls to use
12642 rs6000_parse_yes_no_option.
12643 Change check for cpu=8540, to use TARGET_E500.
12644 (rs6000_parse_isel_option): Delete.
12645 (rs6000_parse_spe_option): Delete.
12646 (rs6000_parse_vrsave_option): Delete.
12648 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
12649 Define rs6000_float_gprs_string.
12650 (TARGET_OPTIONS): Add rs6000_float_gprs option.
12652 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
12654 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
12656 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
12659 * cfglayout.c (cfg_layout_redirect_edge):
12660 Redirect any branch edges unified with the fallthru one.
12661 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
12662 case fallthru edges when called via cfglayout.c
12664 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
12666 * c-typeck.c (output_init_element): Check for type == error_mark_node.
12668 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
12670 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
12672 (a splitter): Do zero-extension via HImode.
12674 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
12676 * doc/invoke.texi: Eliminate extra white-space caused by
12677 @gccoptlist{ on its own line.
12678 * doc/invoke.texi: Ensured there are two spaces between each option.
12679 * doc/invoke.texi: Re-wrapped option lines that were too wide.
12680 Added @gol to options that didn't have them.
12682 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
12684 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
12686 2003-04-06 Zack Weinberg <zack@codesourcery.com>
12688 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
12689 at the sizes of the relevant structures, rather than relying
12690 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
12691 sizes of any such we don't know about. Use
12692 lang_hooks.identifier_size for IDENTIFIER_NODE.
12694 (initializer_zerop): Use CONSTRUCTOR_ELTS.
12695 * tree.def: Update commentary. Make fourth element of
12696 the definition for all 'c' and 'x' nodes zero.
12698 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
12699 * langhooks-def.h: Update to match.
12700 * langhooks.c: New default, lhd_tree_size.
12702 * c-common.def (SRCLOC): Kill.
12703 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
12704 Remove entirely - was already #if-ed out.
12707 2003-04-06 Zack Weinberg <zack@codesourcery.com>
12709 * mklibgcc.in: Use a here document to avoid running afoul of
12710 shells that generate control-A from "echo \1".
12712 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
12714 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
12717 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
12720 * config/rs6000/eabi.h (TARGET_E500): Define.
12722 * config/rs6000/rs6000.h (TARGET_E500): Define.
12723 (TARGET_OPTIONS): Add spe= option.
12724 Declare rs6000_spe and rs6000_spe_string extern.
12726 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
12727 Change TARGET_SPE to TARGET_E500.
12728 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
12730 (print_operand): Same.
12731 (rs6000_generate_compare): Same.
12732 (output_cbranch): Same.
12733 (rs6000_spe): Declare.
12734 (rs6000_spe_string): Declare.
12735 (rs6000_override_options): Call rs6000_parse_spe_option.
12736 (rs6000_parse_spe_option): New.
12738 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
12740 * hashtable.c (gcc_obstack_init): Delete this function
12741 and everything related to it.
12742 * hashtable.h: Remove prototype.
12743 * bitmap.c (bitmap_element_allocate): Cleanup redundant
12744 defines. Cleanup some unnecessary whitespace.
12745 * defaults.h (obstack_chunk_alloc): Redefine with
12746 appropriate casts for libiberty obstacks.
12747 (obstack_chunk_free): Ditto.
12748 (OBSTACK_CHUNK_SIZE): Define, default to 0.
12749 (gcc_obstack_init): Define as a call to _obstack_begin.
12750 * tree.c (print_obstack_statistics): Delete this unused
12752 * tree.h (obstack): Don't forward-declare.
12753 (print_obstack_statistics): Delete prototype.
12754 (print_obstack_name): Ditto.
12755 (gcc_obstack_init): Ditto.
12756 * rtl.h (gcc_obstack_init): Ditto.
12757 * java/jv-scan.c (gcc_obstack_init): Delete this
12758 function, its prototype and related defines.
12759 * java/jvgenmain.c (gcc_obstack_init): Delete this
12760 function, and related defines.
12761 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
12762 (obstack_chunk_free): Ditto
12764 2003-04-06 Geoffrey Keating <geoffk@apple.com>
12766 * dbxout.c (dbxout_handle_pch): Move prototype out from
12767 #if defined DBX_DEBUGGING_INFO.
12769 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
12771 * gcov.c (struct arc_info): Replace local_span with cycle.
12772 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
12773 (solve_flow_graph): Set is_call_return.
12774 (add_line_counts): Adjust. In block mode, blocks attach to last line.
12775 (accumulate_line_counts): Find graph cycles, not spanning tree.
12776 (output_branch_count): Adjust.
12777 (output_lines): Adjust.
12778 * doc/gcov.texi: Update.
12780 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
12782 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
12783 the second alternative to "#".
12785 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
12787 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
12788 (single_zero_operand): Likewise.
12790 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
12792 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
12793 * df.c: Include alloc-pool.h, not obstack.h.
12794 (df_ref_obstack): Remove.
12795 (df_ref_pool, df_link_pool): Add pools.
12796 (df_alloc): Init the new pools.
12797 (df_free): And free them.
12798 (df_link_create): Use the pools.
12799 (df_ref_create): Ditto.
12801 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
12803 * simplify-rtx.c: Fix formatting.
12805 2003-04-05 Andrew Pinski <apinski@apple.com>
12807 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
12808 reg with reg1 == reg2 and offset1 = -8.
12810 2003-04-05 David Edelsohn <edelsohn@gnu.org>
12812 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
12813 multiply costs. Correct Power4 divide costs.
12814 * config/rs6000/power4.md: Restore multiply and FP latency.
12816 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12818 * alias.c (find_base_term): Export.
12819 * rtl.h (find_base_term): Declare.
12820 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
12821 instead of flag_exceptions. Move test for parameter passing ...
12822 (store_killed_in_insn): ... here.
12824 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12827 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
12830 2003-04-04 Geoffrey Keating <geoffk@apple.com>
12832 * dbxout.c (scope_labelno): Add GTY.
12833 (have_used_extensions): Add GTY.
12834 (source_label_number): Add GTY.
12835 (lastfile): Add GTY.
12836 (lastfile_is_base): New.
12837 (base_input_file): New.
12838 (dbxout_handle_pch): New.
12839 (dbx_debug_hooks): Add handle_pch.
12840 (xcoff_debug_hooks): Likewise.
12841 (dbxout_function_end): Remove scope_labelno.
12842 (dbxout_init): Set base_input_file.
12843 (dbxout_handle_pch): New.
12844 (dbxout_source_file): Honour lastfile_is_base.
12845 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
12846 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
12847 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
12848 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
12849 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
12850 * debug.h (struct gcc_debug_hooks): Add handle_pch.
12851 * c-pch.c (pch_init): Don't call start_source_file, but do call
12853 (c_common_write_pch): Call handle_pch.
12854 (c_common_read_pch): Don't call start_source_file,
12855 or end_source_file.
12857 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
12859 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
12860 use of default attributes to agree MEM_ALIGN macro.
12862 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
12864 * dbxout.c (dbxout_type): When printing type index of range type
12865 whose bounds are printed in octal format, print type of parent type if
12866 it exists so enumerated type descriptions are not transformed
12867 into unsigned types.
12869 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
12871 * config/h8300/h8300-protos.h: Add a prototype for
12872 compute_a_shift_cc.
12873 * config/h8300/h8300.c (shift_one): Update the CC status.
12874 (shift_two): Likewise.
12875 (output_a_shift_cc): Set cc_inline and cc_special.
12876 (compute_a_shift_cc): New.
12877 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
12879 2003-04-04 Richard Henderson <rth@redhat.com>
12881 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
12883 2003-04-04 Loren James Rittle <ljrittle@acm.org>
12885 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
12886 * fixinc/fixincl.x: Rebuilt.
12887 * fixinc/tests/base/stdio.h: Regenerated.
12889 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
12891 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
12893 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
12895 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
12897 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
12899 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12901 * doc/contrib.texi (Contributors): Add entries for Wolfgang
12902 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
12903 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
12904 Danny Smith, and Ulrich Weigand.
12905 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
12908 2003-04-04 Nick Clifton <nickc@redhat.com>
12910 * config/sparc/sol2-bi.h: Revert previous delta.
12911 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
12913 2003-04-04 Nick Clifton <nickc@redhat.com>
12915 * config/v850/v850.c (expand_prologue): Only use register save
12916 helper functions if long calls are not being used.
12917 Add a clobber of r11 id using long calls.
12918 (pattern_is_ok_for_prologue): Account for the extra clobber.
12919 (construct_save_jarl): Likewise.
12920 * config/v850/v850.md (prolog pattern): Do not use this pattern
12923 2003-04-04 Andreas Schwab <schwab@suse.de>
12925 * stor-layout.c (layout_decl): Avoid syntax error in last change
12926 when PCC_BITFIELD_TYPE_MATTERS is defined but not
12927 EMPTY_FIELD_BOUNDARY.
12929 2003-04-03 Jason Merrill <jason@redhat.com>
12932 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
12933 Look backwards for a line note.
12935 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
12937 * fix-header.c (read_scan_file): Defer switch processing.
12939 2003-04-03 Matt Austern <austern@apple.com>
12941 * cpppch.c (reset_ht): Remove.
12942 (cpp_read_state): Remove loop to reset hashtable identifiers.
12943 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
12944 after pch file is written.
12945 * ggc.h (gt_pch_fixup_stringpool): Declare.
12946 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
12947 hashnode's value to another hashtable, then clear the original.
12948 (saved_ident_hash): Define.
12949 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
12950 store definitions in ident_hash, and clear ident_hash.
12951 (gt_pch_fixup_stringpool): Define. Restore definitions from
12952 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
12954 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
12956 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
12958 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
12960 PR optimization/10157
12961 * gcse.c (can_copy_p): Rename it to can_copy.
12962 (can_copy_init_p): Remove.
12963 (compute_can_copy): Use can_copy instead of can_copy_p.
12964 (can_copy_p): New exported function. Call compute_can_copy.
12965 (hash_scan_set): Use it.
12966 (gcse_main): Don't call compute_can_copy.
12967 (bypass_jumps): Don't call compute_can_copy.
12968 * rtl.h (can_copy_p): Declare.
12969 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
12970 copy if the mode doesn't support copy operations.
12972 2003-04-03 Jason Merrill <jason@redhat.com>
12974 * Makefile.in (unstrap): Also remove stage_last.
12976 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
12977 (dwarf2out_source_line): Don't do anything if line==0.
12979 * stor-layout.c (do_type_align): New fn, split out from...
12980 (layout_decl): ...here. Do all alignment calculations for
12982 (update_alignment_for_field): Not here.
12983 (start_record_layout, debug_rli): Remove unpadded_align.
12984 * tree.h (struct record_layout_info_s): Remove unpadded_align.
12985 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
12986 or DECL_MODE on the CONST_DECLs.
12987 (finish_struct): Don't mess with DECL_ALIGN.
12989 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
12991 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
12993 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
12995 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
12996 function is an interrupt handler.
12998 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
12999 restoring target registers with EH_RETURN_STACKADJ_RTX; use
13000 multiple registers in round-robin fashion.
13002 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13004 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13005 * system.h (CHAR_BITFIELD): New.
13007 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
13009 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13011 (another peephole2): Likewise.
13013 2003-04-03 Nick Clifton <nickc@redhat.com>
13015 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13016 (DEF_ARCH64_SPEC): Likewise.
13018 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
13020 * i386.c (constant_address_p): Use legitimate_constant_p.
13021 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13023 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
13025 * config/h8300/h8300-protos.h: Add a prototype for
13027 * config/h8300/h8300.c (gtle_operator): New.
13028 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13030 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13033 2003-04-02 Richard Henderson <rth@redhat.com>
13035 * libgcc-std.ver (_Unwind_GetCFA): New.
13036 * unwind-dw2.c (_Unwind_GetCFA): New.
13037 * unwind-libunwind.c (_Unwind_GetCFA): New.
13038 * unwind-sjlj.c (_Unwind_GetCFA): New.
13039 * unwind.h: Declare it.
13041 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
13044 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
13045 when MMX/SSE is not available.
13047 2003-04-02 Mike Stump <mrs@apple.com>
13049 * doc/install.texi (Specific): Update pointers to apple.com.
13051 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
13053 * i386.c (override_options): Disable red zone by default on i386.
13054 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13055 Do not test TARGET_64BIT together with TARGET_RED_ZONE
13057 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
13059 * config/h8300/h8300.md (a peephole2): Tighten the condition.
13061 2003-04-02 Richard Henderson <rth@redhat.com>
13063 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13065 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
13067 * config/h8300/h8300.md (a peephole2): New.
13069 2003-04-02 Richard Henderson <rth@redhat.com>
13071 * except.c (sjlj_find_directly_reachable_regions): Recognize when
13072 must-not-throw region has been deleted.
13074 2003-04-02 Richard Henderson <rth@redhat.com>
13076 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13077 optimization when flag_exceptions not enabled.
13079 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
13081 * config/rs6000/rs6000.c
13082 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
13084 (rs6000_issue_rate): Add case for 8540.
13085 (rs6000_use_sched_lookahead): New function.
13087 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
13088 units into MU ones.
13089 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
13090 reservation before retirement.
13091 (ppc8540_multiply, ppc8540_load, ppc8540_store,
13092 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
13093 Remove additional cycle in the reservation before retirement.
13094 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
13095 reservation of ppc8540_issue.
13097 2003-04-02 Andreas Schwab <schwab@suse.de>
13099 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
13101 2003-04-01 Richard Henderson <rth@redhat.com>
13103 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
13104 notes for nothrow calls if flag_forced_unwind_exceptions.
13105 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
13106 (sjlj_find_directly_reachable_regions): Likewise.
13107 (reachable_handlers): Likewise.
13108 (can_throw_external): Likewise.
13109 (collect_one_action_chain): Record cleanups after catch-all and
13110 must-not-throw if flag_forced_unwind_exceptions.
13111 * flags.h (flag_forced_unwind_exceptions): Declare.
13112 * toplev.c (flag_forced_unwind_exceptions): New.
13113 (lang_independent_options): Add it.
13114 * doc/invoke.text: Add it.
13116 2003-04-01 David Mosberger <davidm@hpl.hp.com>
13118 * config/ia64/crti.asm: Clean up trailing whitespace.
13119 Remove trailing hashes (#) from identifiers.
13121 * config/ia64/crtn.asm: Ditto.
13123 * config/ia64/crtend.asm: Remove trailing hashes (#) from
13125 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
13126 directives. Drop explicit bundling---it just makes the code
13127 harder to read. Don't save/restore gp needlessly.
13129 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
13130 identifiers (they're only needed if the identifier would clash
13131 with a register name otherwise).
13132 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
13133 directives. Drop explicit bundling---it just makes the code
13135 (__do_jv_register_classes): Ditto.
13136 (.fini_array): Remove "progbits" (newer
13137 assemblers don't like wrong section-types).
13138 (.init_array): Ditto.
13140 2003-04-01 Roger Sayle <roger@eyesopen.com>
13143 * gcse.c (reg_killed_on_edge): New function to test whether the
13144 given reg is overwritten by any instruction queued on an edge.
13145 (bypass_block): Ignore substitutions killed on incoming edges.
13146 Don't bypass outgoing edges that have queued instructions.
13148 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
13150 * real.h (EXP_BITS): Make room for...
13151 (struct real_value): ... added canonical bit.
13152 (struct real_format): Added pnan.
13153 (mips_single_format, mips_double_format, mips_extended_format,
13154 mips_quad_format): New.
13155 * real.c: Copy p to pnan in all formats.
13156 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
13157 (real_nan): Use pnan to compute significand's shift.
13158 (real_identical): Disregard significand in canonical
13160 (real_hash): Likewise. Take signalling into account.
13161 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
13162 Disregard significand bits in canonical NaNs. Set all bits of
13163 canonical NaN if !qnan_msb_set.
13164 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
13165 qnan_msb_set to tell the base double format.
13166 (ibm_extended_format): Use 53 as pnan.
13167 (mips_single_format, mips_double_format, mips_extended_format,
13168 mips_quad_format): Copied from the corresponding ieee/ibm
13169 formats, with qnan_msb_set false.
13170 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
13171 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
13172 * config/mips/mips.c (override_options): Use mips_single_format
13173 and mips_double_format. Default TFmode to mips_quad_format.
13174 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
13175 * config/mips/t-irix6: Likewise.
13176 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
13177 * config/fp-bit.c (pack_d, unpack_d): Obey it.
13179 2003-04-01 Geoffrey Keating <geoffk@apple.com>
13181 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
13182 (live_image_destructor): Reset image to initial state.
13183 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
13185 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
13187 * config/sparc/sparc.c (input_operand): Accept bare
13188 CONSTANT_P_RTX operands.
13190 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13192 * gcse.c (struct ls_expr): Added pattern_regs field.
13193 (ldst_entry): Initialize it.
13194 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
13195 (store_ops_ok): Use regs precomputed by them.
13196 (find_loads, store_killed_in_insn, load_kills_store): Change return
13198 (store_killed_before, store_killed_after): Take position of register
13200 (reg_set_info): Store position of the setter.
13201 (gcse_main): Enable store motion.
13202 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
13203 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
13205 (simple_mem): Enable store motion of non-symbol mems.
13206 (regvec): Type changed.
13207 (LAST_AVAIL_CHECK_FAILURE): New.
13208 (compute_store_table_current_insn): New.
13209 (build_store_vectors): Computation of availability and anticipatability
13211 (compute_store_table, find_moveable_store): ... here.
13212 (delete_store): Remove senseless comment.
13213 (store_motion): Reorganize.
13215 2003-04-01 Kevin Buettner <kevinb@redhat.com>
13217 * config/mips/mips.c (override_options): Provide mappings for
13218 HI_REGNUM and LO_REGNUM.
13219 * config/mips/mips.h (MD_DBX_FIRST): Define.
13221 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13223 * combine.c (merge_outer_ops): Fix typo.
13225 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
13227 2003-04-01 David Edelsohn <edelsohn@gnu.org>
13229 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
13230 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
13231 imul_compare. Add lmul_compare.
13232 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
13233 in second pair of dispatch slots. Model stores more accurately.
13234 Tweak multiply model. Add bypasses for CR instructions dependent
13235 on complicated compares.
13236 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
13237 (muldi3): Add lmul_compare patterns.
13238 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
13239 and FPSTORE_UX to split instructions and add COMPARE,
13240 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
13241 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
13242 (rs6000_rtx_costs): Separate POWER4 multiply case.
13244 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
13246 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
13247 Do nothing if __builtin_return_address was not used.
13249 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
13251 * i386.md (test patterns): Allow memory operand in operand1.
13253 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
13255 * testsuite/gcc.c-torture/execute/simd-3.c: New.
13257 * expr.c (expand_expr): Handle VECTOR_CST.
13258 (const_vector_from_tree): New.
13260 * varasm.c (output_constant): Handle VECTOR_CST.
13262 * c-typeck.c (digest_init): Build a vector constant from a
13265 * config/rs6000/rs6000.c: Remove prototype for
13266 easy_vector_constant.
13267 (easy_vector_constant): Add mode parameter. Rewrite to handle
13268 more easy constants.
13269 (rs6000_emit_move): Pass mode to easy_vector_constant.
13270 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
13271 (emit_easy_vector_insn): New.
13272 (easy_vector_same): New.
13273 (EASY_VECTOR_15): New macro.
13274 (EASY_VECTOR_15_ADD_SELF): New macro.
13275 (bdesc_2arg): Rename to xorv2si3.
13276 (easy_vector_constant_add_self): New.
13277 (input_operand): Allow vector constants.
13279 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
13280 easy_vector_constant, easy_vector_constant_add_self.
13281 (EXTRA_CONSTRAINT): Add 'W'.
13283 * config/rs6000/rs6000-protos.h: Add prototype for
13284 easy_vector_constant, emit_easy_vector_insn.
13286 * config/rs6000/altivec.md (xorv8hi3): New.
13288 Remove all _const0 patterns.
13289 (movv4si_internal): Rewrite to use code. Add vector constant to
13290 vector alternative. Add splitter.
13291 (movv8hi_internal): Same.
13292 (movv16qi_internal): Same.
13293 (movv4sf_internal): Same.
13294 Change the unspecs for vspltis* to use constants.
13296 * config/rs6000/spe.md ("xorv4hi3"): New.
13297 ("spe_evxor"): Rename to xorv2si3.
13299 Remove all _const0 patterns.
13300 (movv2si_internal): Rewrite to use code. Add vector constant to
13301 alternatives. Add splitter.
13302 (movv4hi_internal): Add vector constant to alternatives.
13303 (movv1di_internal): Same.
13304 (movv2sf_internal): Same.
13306 2003-03-31 Mark Mitchell <mark@codesourcery.com>
13309 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
13310 variably-sized arrays in parameters.
13311 (set_save_expr_context): New function.
13312 (c_expand_body): Use it, via walk_tree.
13314 2003-03-31 Eric Christopher <echristo@redhat.com>
13316 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13317 (combinable_i3pat): Remove call to expand_field_assignment and
13320 2003-03-31 Mark Mitchell <mark@codesourcery.com>
13323 * c-common.c (finish_label_address_expr): Handle the
13326 2003-03-31 Richard Henderson <rth@redhat.com>
13328 * real.c (real_identical): Reorg so as to not compare
13329 signalling for normals.
13331 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
13333 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
13335 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
13337 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
13338 notes as they are boggus.
13339 (m68hc11_gen_movqi): Likewise.
13341 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
13343 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
13344 save the soft registers after the frame pointer so that gdb can unwind
13345 the frame more easily.
13346 (expand_epilogue): Likewise in opposite order; allow to use X register
13347 as scratch if the return value is by reference.
13349 2003-03-31 Jason Merrill <jason@redhat.com>
13352 * stor-layout.c (update_alignment_for_field): Respect
13353 DECL_USER_ALIGN for zero-length bitfields, too.
13354 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
13357 2003-03-31 Matt Austern <austern@apple.com>
13359 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
13360 (count_defs): Keep track of number of defs as well as total size.
13361 (write_defs): Put every definition in cpp_savedstate's defs array.
13362 (comp_hashnode): Define. Comparison function for qsort.
13363 (cpp_write_pch_deps): Sort definitions before writing them.
13364 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
13365 (collect_ht_nodes): Define.
13366 (cpp_valid_state): When verifying that undefined identifiers in
13367 the pch file are still undefined, read a sorted list of undefined
13368 identifiers, collect all defined identifiers into a sorted list,
13369 and walk through both lists to make sure there's no match.
13371 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
13373 * config/h8300/h8300.md (a peephole2): New.
13375 2003-03-31 Michael Matz <matz@suse.de>
13377 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
13379 2003-03-31 Segher Boessenkool <segher@koffie.nl>
13382 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
13383 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
13384 all call-clobbered registers as used.
13386 2003-03-31 Michael Matz <matz@suse.de>
13388 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
13389 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
13391 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
13393 * gcov.c: Add -a & -u options.
13394 (struct arc_info): Add local_span, is_call_non_return,
13395 is_nonlocal_return, is_unconditional flags, remove is_call flag.
13396 (struct block_info): Add flags, is_call_site, is_nonlocal_return
13397 members. Make encodings a union with span member.
13398 (struct function_info): Add blocks_executed, line, src, line_next
13400 (struct coverage_info): Make branches a union with blocks member.
13401 (struct source_info): Add functions member.
13402 (object_summary, program_count): New global variables.
13403 (flag_all_blocks, flag_unconditional): New flags.
13404 (find_source, output_branch_count): New functions.
13405 (print_usage): Adjust.
13407 (process_args): Adjust.
13408 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
13409 <GCOV_TAG_BLOCKS>: Read flags.
13410 <GCOV_TAG_LINES>: Adjust.
13411 (read_count_file): Process SUMMARY tags.
13412 (solve_flow_graph): Set is_unconditional and clear is_call_site
13414 (add_branch_counts): Adjust. Don't count unconditional branches.
13415 (add_line_counts): Deal with all-blocks mode, accumulate block
13417 (accumulate_line_counts): Adjust, generate local spanning tree for
13419 (output_lines): Adjust.
13420 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
13421 * doc/gcov.texi: Document.
13423 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
13425 * config/h8300/h8300.md: Organize peephole2's that transform
13426 (compare (reg:HI) (const_int)).
13428 2003-03-31 Roger Sayle <roger@eyesopen.com>
13430 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
13431 (init_emit_once): Initialize dconstm2 and dconsthalf here.
13432 * real.h (dconstm2, dconsthalf): Add prototypes here.
13433 * real.c (real_sqrt): Use dconsthalf rather than local copy.
13434 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
13435 exp(x/2.0) remember to fold the division if possible.
13436 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
13437 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
13438 1.0/(x*x) and pow(x,0.5) as sqrt(x).
13440 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
13442 * config/h8300/h8300.md (a new peephole2): New.
13444 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
13446 * gcse.c (simple_mem): Return false for floating-point accesses
13447 if flag_float_store is true.
13449 2003-03-30 Roger Sayle <roger@eyesopen.com>
13451 * gcse.c (gcse_constant_p): New function to identify constants
13452 suitable for constant propagation, including COMPARE with two
13453 integer constant arguments.
13454 (hash_scan_set): Use gcse_constant_p.
13455 (find_avail_set): Likewise.
13456 (cprop_insn): Likewise.
13457 (do_local_cprop): Likewise.
13458 (find_implicit_sets): Likewise.
13459 (find_bypass_set): Likewise.
13461 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
13463 * except.h: Remove definition of varray_type.
13465 2003-03-30 Richard Henderson <rth@redhat.com>
13467 PR opt/10011, opt/10252:
13468 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
13469 before post-gcse cse pass.
13471 2003-03-30 Roger Sayle <roger@eyesopen.com>
13473 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
13475 2003-03-30 DJ Delorie <dj@redhat.com>
13477 * profile.c (instrument_edges): Make sure any newly created
13478 jump insns have correct jump label info.
13480 2003-03-30 Richard Henderson <rth@redhat.com>
13482 * cfgbuild.c (make_edges): Use tablejump_p.
13483 * cfgcleanup.c (label_is_jump_target_p): Likewise.
13484 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
13485 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
13486 (try_redirect_by_replacing_jump): Likewise.
13487 (redirect_edge_and_branch): Likewise.
13488 * cse.c (fold_rtx): Likewise.
13489 * jump.c (delete_related_insns): Likewise.
13490 * rtlanal.c (get_jump_table_offset): Likewise.
13491 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
13493 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
13495 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
13496 (STRICT2_WARN): Likewise.
13498 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13501 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
13502 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
13504 2003-03-30 Richard Henderson <rth@redhat.com>
13507 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
13508 don't zero_extend const inputs.
13510 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
13512 * reload1.c (reload_cse_move2add): Fix a comment typo.
13514 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
13516 * config/h8300/h8300.md (a peephole2): Remove useless code.
13518 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
13520 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
13521 (*iorsi3_and_lshiftrt): Likewise.
13522 (*iorsi3_zero_extract): Likewise.
13524 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
13526 * config/h8300/h8300.md (*insv_si_8_8): New.
13527 (*insv_si_8_8_lshiftrt_8): Likewise.
13528 (a peephole2): Likewise.
13530 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13532 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
13533 Uniformly use bugfix instead of bug fix.
13535 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13538 * ONEWS: Remove those items that already appear in the EGCS
13539 release notes on our web pages.
13541 2003-03-29 Alan Modra <amodra@bigpond.net.au>
13543 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
13544 TARGET_HARD_FLOAT. Reformat.
13545 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
13547 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
13549 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
13550 work on Solaris 2.5.1.
13552 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
13554 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
13555 section of h8300.md
13556 (*addsi3_and_nor_r_1): Likewise.
13558 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
13560 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
13561 set up before any trapping memory access if flag_non_call_exceptions.
13563 2003-03-29 Alan Modra <amodra@bigpond.net.au>
13565 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
13567 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
13569 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
13571 * configure.in: Clarify comments.
13572 * configure: Regenerate.
13574 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
13576 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
13577 label even if pool empty when generating PIC.
13578 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
13580 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
13581 Dhananjay Deshpande <dhananjayd@kpit.com>
13584 * config/h8300/h8300.c (h8300_initial_elimination_offset):
13585 Correct the offset computation when TARGET_NORMAL.
13587 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
13590 * config/sparc/sparc.md (jump pattern): Correct order
13591 when issuing the annuling marker.
13593 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
13596 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
13597 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
13599 2003-03-28 Alan Modra <amodra@bigpond.net.au>
13601 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13603 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13604 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13605 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13606 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13607 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13608 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13609 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
13611 2003-03-28 Alan Modra <amodra@bigpond.net.au>
13613 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
13614 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
13615 notes after hoisting.
13616 (load_mems): Adjust replace_loop_mems call.
13618 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
13619 Richard Henderson <rth@redhat.com>
13621 PR target/10114 and PR target/10084
13622 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
13624 2003-03-27 Richard Henderson <rth@redhat.com>
13626 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
13628 2003-03-27 Roger Sayle <roger@eyesopen.com>
13630 * fold-const.c (fold_inf_compare): New function to simplify FP
13631 comparisons against +Infinity or -Infinity.
13632 (fold): Optimize floating point comparisons against Infs and NaNs.
13634 2003-03-27 Janis Johnson <janis187@us.ibm.com>
13636 * libgcov.c: Provide only dummy functions if libc is not available.
13638 2003-03-27 Richard Henderson <rth@redhat.com>
13640 * real.h (struct real_value): Add signalling.
13641 (EXP_BITS): Decrement.
13642 * real.c (get_canonical_qnan): Don't set MSB-1.
13643 (get_canonical_snan): Likewise. Set signalling.
13644 (real_identical): Compare signalling.
13645 (round_for_format): Remove force-one-bit on code.
13646 (real_nan): Likewise. Set signalling.
13647 (encode_ieee_single): Add force-one-bit code; honor signalling.
13648 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
13649 (decode_ieee_single): Set signalling.
13650 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
13652 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
13655 * ada/Makefile.in (gnatlib configuration for HPUX): Split
13656 the general section for HPUX into specific sections for
13657 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
13660 2003-03-27 Glen Nakamura <glen@imodulo.com>
13663 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
13664 while incrementing giv.
13665 (record_biv): Check for duplicate biv locations and
13666 set (struct induction *) v->same if found.
13668 2003-03-27 David Mosberger <davidm@hpl.hp.com>
13670 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
13671 v0.9 API change: replace read of UNW_REG_HANDLER with
13672 unw_get_proc_info().
13673 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
13674 with unw_get_proc_info().
13675 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
13676 unw_get_proc_info().
13678 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
13680 * config/rs6000/8540.md: Use presence_set instead of absence_set.
13682 2003-03-26 Richard Henderson <rth@redhat.com>
13684 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
13686 2003-03-26 Roger Sayle <roger@eyesopen.com>
13688 PR bootstrap/10051, PR bootstrap/10169.
13689 * mips-tfile.c (init_file): Don't provide a static initializer.
13690 (initialize_init_file): Initialize the contents of init_file.
13691 (add_file): Call initialize_init_file if not already initialized.
13693 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
13695 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
13696 registers used for global asm variables.
13697 (s390_frame_info, s390_arg_frame_offset): Likewise.
13698 (s390_emit_prologue, s390_emit_epilogue): Likewise.
13700 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
13702 * config/rs6000/8540.md: New file.
13704 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
13705 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
13706 reservations for imul.
13708 * config/rs6000/rs6000.md: Include 8540.md. Change
13709 delayed_compare onto mult_compare for insns generating
13711 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
13712 New type attribute values.
13714 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
13715 fpsimple instead of fp.
13716 (*divsf3_gpr): Use type vecfdiv instead of fp.
13717 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
13718 instead of vecfloat.
13719 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
13720 (spe_brinc): Use type brinc instead of veccomplex.
13721 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
13723 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
13724 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
13725 *movv2sf_internal): Define type attribute values for all
13727 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
13729 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
13730 instead of fpcompare.
13732 2003-03-26 David Edelsohn <edelsohn@gnu.org>
13734 * config/rs6000/power4.md: Allow delay between dispatch and
13735 function units for simple instructions. Correct store units.
13736 Allow branch to occupy as many dispatch slots as necessary.
13738 2003-03-26 Jakub Jelinek <jakub@redhat.com>
13740 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
13741 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
13742 zero extend old to it.
13743 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
13746 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
13749 * reload.c (find_reloads_address): Handle
13750 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
13751 all base registers.
13753 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
13756 * version.c: Reference the GCC web site in the URL.
13758 2003-03-26 Alan Modra <amodra@bigpond.net.au>
13760 * c-incpath.c (add_standard_paths): Add both "translated" and
13761 non-translated header paths.
13763 2003-03-25 Loren James Rittle <ljrittle@acm.org>
13765 * doc/install.texi (*-*-freebsd*): Update with known status.
13767 2003-03-21 Jason Merrill <jason@redhat.com>
13769 PR optimization/10171
13770 * unroll.c (unroll_loop): Don't delete the jump at the end unless
13771 we also delete a jump at the beginning.
13773 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
13775 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
13778 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
13780 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
13781 constants are not expensive.
13783 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
13786 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
13787 jump jumping to the next instruction.
13788 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
13790 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13792 * doc/passes.texi (Passes): Properly document that we do not
13793 perform jump2 any longer; remove command-line option -dJ.
13795 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
13797 PR optimization/8746
13798 * config/i386/i386.md (and promoting splitters): Disable HImode to
13799 SImode promoting when the sign bit matters and is not preserved, or
13800 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
13803 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
13805 * config/h8300/h8300.md (a peephole2): Extend to support loads
13806 in QImode and HImode.
13808 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
13810 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
13812 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
13813 (MULTILIB_EXCEPTIONS): Likewise.
13814 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
13815 by calling some board support routine.
13816 ("call_value"): Likewise.
13817 ("*return_void"): Likewise for return.
13818 ("*return_16bit"): Likewise.
13819 ("*return_32bit"): Likewise.
13820 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
13822 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
13823 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
13824 -mlong-calls for 68HC11.
13825 * config/m68hc11/larith.asm (declare_near): New macro.
13826 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
13827 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
13828 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
13829 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
13830 (__mulhi32): Likewise.
13831 (ret): Update macro for 68HC11.
13832 (__far_trampoline): Implement for 68HC11.
13833 (__call_a16, __call_a32, __return_void, __return_16): New support
13834 routines for 68HC11 memory bank switching calling support.
13835 (__return_32): Likewise.
13837 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
13839 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
13841 2003-03-24 Janis Johnson <janis187@us.ibm.com>
13843 * doc/install.texi (Testing): Mention test result links from build
13846 2003-03-24 Mark Mitchell <mark@codesourcery.com>
13848 * function.c (put_var_into_stack): Change bool parameter to int.
13849 (gen_mem_addressof): Likewise.
13850 * rtl.h (gen_mem_addressof): Likewise.
13851 * tree.h (put_var_into_stack): Likewise.
13852 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
13853 gen_mem_addressof or put_var_into_stack.
13854 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
13855 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
13857 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
13859 * config/h8300/h8300.md (a peephole2): New.
13861 2003-03-24 Jakub Jelinek <jakub@redhat.com>
13863 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
13865 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13867 * doc/contrib.texi (Contributors): Update Janis Johnson.
13869 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
13872 * combine.c (simplify_if_then_else): Check that the mode
13873 has MODE_INT class before applying the (OP Z (mult COND C2))
13876 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
13878 PR optimization/9414
13879 * config/sparc/sparc.md (widening peepholes): Use
13880 widen_memory_access instead of change_address.
13882 2003-03-23 Mark Mitchell <mark@codesourcery.com>
13885 * c-typeck.c (c_mark_addressable): Adjust calls to
13886 put_var_into_stack.
13887 * expr.c (expand_expr): Likewise.
13888 * function.c (put_var_into_stack): Add rescan parameter. Do not
13889 call fixup_var_refs when rescan is false.
13890 (gen_mem_addressof): Likewise.
13891 (assign_parms): Adjust calls to put_var_into_stack.
13892 (setjmp_protect): Likewise.
13893 (setjmp_protect_args): Likewise.
13894 * rtl.h (gen_mem_addressof): Change prototype.
13895 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
13896 * tree.h (put_var_into_stack): Change prototype.
13898 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
13901 * builtins.c (expand_builtin_fputs): When optimizing for size,
13902 don't transform fputs into fwrite.
13904 2003-03-23 Glen Nakamura <glen@imodulo.com>
13907 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
13908 when signedness changes for division or modulus.
13910 2003-03-24 Alan Modra <amodra@bigpond.net.au>
13912 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13915 2003-03-23 Roger Sayle <roger@eyesopen.com>
13918 * stmt.c (expand_end_case_type): Check for overflow in range when
13919 determining whether to use a bit-test implementation.
13921 2003-03-23 Richard Henderson <rth@redhat.com>
13923 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
13925 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
13927 2003-03-23 Richard Henderson <rth@redhat.com>
13930 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
13931 from then_bb or else_bb after flow2.
13933 2003-03-23 Zack Weinberg <zack@codesourcery.com>
13935 * configure.in: Check whether it is necessary to link against
13937 * configure: Regenerate.
13938 * Makefile.in: Add LDEXP_LIB substitution variable.
13940 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
13942 * config/h8300/h8300.md: Fix comment typos.
13944 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13946 * pa.c (output_cbranch): Fix typo in comment.
13948 2003-03-22 Richard Henderson <rth@redhat.com>
13950 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
13953 2003-03-22 DJ Delorie <dj at redhat dot com>,
13954 Bruce Korb <bkorb at gnu dot org>
13956 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
13957 buggy Solaris 2.6 mutex/cond initializers.
13958 (solaris_mutex_init): Rename to solaris_mutex_init_2.
13959 * fixinc/fixincl.x: Regenerate.
13960 * fixinc/tests/base/pthread.h: Update.
13961 * fixinc/fixincl.c(initialize): be explicit about the default case
13962 and indicate verbose level when being very, very verbose.
13963 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
13965 2003-03-22 Andreas Jaeger <aj@suse.de>
13967 * config/i386/i386.c (ix86_init_machine_status): Return value.
13969 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13971 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
13972 conditional branch to the following instruction. Use next_real_insn
13973 instead of next_active_insn.
13974 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
13975 instead of next_active_insn.
13977 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
13979 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
13980 instead of 'm' constraint in forced-split alternatives.
13981 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
13982 VALIDATE_ADDRESS parameter to operand_subword.
13984 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
13986 * config/h8300/h8300.c (notice_update_cc): Correctly handle
13987 the case where the set destination is STRICT_LOW_PART.
13989 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
13991 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
13992 c30 instead of a c40 processor.
13994 2003-03-22 Alan Modra <amodra@bigpond.net.au>
13996 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
13998 2003-03-21 Zack Weinberg <zack@codesourcery.com>
14000 * c-common.c: Include intl.h.
14001 (shadow_warning): Rewrite to allow better diagnostic translations.
14002 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
14003 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14005 * Makefile.in (c-common.o): Add intl.h.
14007 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
14009 * config.gcc: Remove 'float_format'.
14011 * fixproto: Define NULL and size_t in generated stdlib.h and
14012 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
14013 Rearrange file generation loop for readability. Generate time.h,
14014 string.h if missing.
14015 * tsystem.h: Include <string.h>, <time.h> unconditionally.
14016 * config.gcc: Blow away POSIX defines.
14018 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
14020 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14022 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
14024 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14025 writing .interrupt command.
14026 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14027 if it's a far or near function.
14028 ("call_value"): Likewise.
14029 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14031 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14032 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14033 (m68hc11_initial_elimination_offset): Set current_function_far
14034 according to attributes.
14035 (expand_prologue): Likewise.
14036 (trap_handler_symbol): New global to keep track of trap handlers.
14037 (m68hc11_encode_section_info): Mark symbol as far if needed; set
14039 (m68hc11_is_far_symbol): New function.
14040 (m68hc11_is_trap_symbol): New function.
14041 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14042 (m68hc11_is_trap_symbol): Declare.
14044 2003-03-21 Jan Hubicka <jh@suse.cz>
14046 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14047 only when amount of saved regs changed.
14048 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14049 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14051 2003-03-21 Jan Hubicka <jh@suse.cz>
14054 * function.c (instantiate_virtual_regs_lossage): New function.
14055 (instantiate_virtual_regs_1): Use it.
14056 (instantiate_virtual_regs): Do not continue in substition when insn has
14059 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
14061 * combine.c (make_field_assignment): Fix a warning.
14063 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
14065 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14067 2003-03-21 Dale Johannesen <dalej@apple.com>
14069 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
14070 priority for R2 on Darwin.
14071 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
14073 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
14075 * combine.c (make_field_assignment): Remove unnecessary AND
14076 when storing into zero_extract.
14078 2003-03-21 Zack Weinberg <zack@codesourcery.com>
14080 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
14081 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
14082 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
14085 2003-03-21 DJ Delorie <dj@redhat.com>
14087 * optabs.c (init_integral_libfuncs): Make sure we init at least up
14088 to "long long" size words.
14090 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
14092 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
14093 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
14094 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
14096 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
14099 * doc/extend.texi: Move misplaced paragraph about underscores in
14100 variables in macros.
14102 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
14103 Richard Henderson <rth@redhat.com>
14105 PR optimization/8366
14106 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
14107 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
14108 PIC+SYMBOLIC_CONST in other modes than Pmode.
14109 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
14110 the form PIC+SYMBOLIC_CONST as mode dependent.
14112 2003-03-21 DJ Delorie <dj@redhat.com>
14114 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
14115 sure we always emit at least one insn.
14117 2003-03-21 Christopher Faylor <cgf@redhat.com>
14119 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
14120 stub t-cygming. Use common target header cygming.h. Add extra
14121 c_target_obj and cxx_target_obj file. Default cygwin to posix
14122 threading. Enforce i386 as float format.
14123 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
14124 Remove cygwin.h as target header. Use common target header
14125 cygming.h Enforce i386 as float format. Correct typo.
14126 * config/i386/cygming.h: New file, containing definitions
14127 common to mingw32 and cygwin.
14128 * config/i386/cygwin.h: Remove definitions common to cygwin and
14129 mingw. Simplify special spec logic. Define "wrappers" around
14130 certain include path defines to accommodate -mno-cygwin.
14131 Remove some #if 0'ed code.
14132 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
14133 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
14134 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
14135 * config/i386/mingw32.h: Remove definitions common to cygwin and
14137 (EXTRA_OS_CPP_BUILTINS): Adjust.
14138 (TARGET_VERSION): Define.
14139 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
14140 mingw32.h definitions.
14141 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
14142 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
14143 Add compilation rules for cygwin1.o cygwin2.o.
14144 * config/i386/cygwin1.c: New file.
14145 * config/i386/cygwin2.c: New file.
14146 * config/i386/t-cygming: New makefile stub.
14148 2003-03-20 Richard Henderson <rth@redhat.com>
14150 * fold-const.c (extract_muldiv_1): Revert changing order of
14151 operands in case MULT_EXPR of 2003-02-16 patch.
14153 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
14154 Merge changes from new-regalloc-branch
14156 From Michael Matz <matz@suse.de>
14157 * df.c (df_ref_record_1): Move init of loc to safe point.
14158 Only recurse on interesting things in parallels.
14159 Handle CLASS_CANNOT_CHANGE_MODE smarter.
14160 (df_uses_record): Ditto.
14162 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
14163 it's already okay to use memory operands in (IE doesn't require
14164 adding another insn or anything).
14166 2003-03-20 Richard Henderson <rth@redhat.com>
14169 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
14170 different from word_mode.
14172 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
14174 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
14175 source operand to those that can be extracted with bld.
14177 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
14180 * arm.md (UNSPEC_PIC_BASE): New constant.
14181 (pic_add_dot_plus_four): Wrap with unspec.
14182 (pic_add_dot_plus_eight): Likewise.
14184 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
14186 * config/h8300/h8300.md (*insv_si_1_n): New.
14187 (*insv_si_1_n_lshiftrt): Likewise.
14189 2003-03-20 Roger Sayle <roger@eyesopen.com>
14191 * fold-const.c (fold_mathfn_compare): New function to simplify
14192 comparisons against built-in math functions. Fold comparisons
14193 of sqrt against constants.
14194 (fold): Call fold_mathfn_compare when appropriate.
14196 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
14198 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
14201 2003-03-20 Per Bothner <pbothner@apple.com>
14203 Various cleanups to help compile server.
14205 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
14206 and pass that to _cpp_init_hashtable.
14207 (cpp_read_main_file): Drop hash_table* argument; don't call
14208 _cpp_init_hashtable.
14209 * cpplib.h: Update declarations to match.
14210 * c-opts.c (c_common_init_options): Pass ident_hash to
14212 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
14213 * fix-header.c (read_scan_file): Likewise pass NULL table to
14214 cpp_create_reader rather than cpp_read_main_file.
14216 * cppfiles.c (cpp_rename_file): Generalized and renamed
14217 to cpp_change_file.
14218 * cpplib.h: Update declaration to match.
14219 * c-opts.c (push_command_line_line, finish_options): Change
14220 cpp_rename_file calls to cpp_change_file.
14222 * line-map.c (add_line_map): Allow leaving the outermost file.
14223 Allowing entering an outermost-file after the initial time.
14225 * toplev.c (pop_srcloc): Allow popping from initial file.
14227 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
14229 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
14231 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
14233 * config/h8300/h8300.md (a peephole2): New.
14235 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
14237 * config/h8300/h8300.md (*addsi3_and_r_1): New.
14238 (*addsi3_and_not_r_1): Likewise.
14240 2003-03-19 Loren James Rittle <ljrittle@acm.org>
14242 * Makefile.in (STRICT2_WARN): Add @WERROR@.
14243 (GCC_WARN_CFLAGS): Remove $(WERROR).
14244 (fixinc.sh-warn): New.
14245 * ada/Make-lang.in (ada-warn): Add $(WERROR).
14246 * cp/Make-lang.in (cp-warn): Add $(WERROR).
14247 * f/Make-lang.in (f-warn): Add $(WERROR).
14248 * java/Make-lang.in (java-warn): Add $(WERROR).
14249 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
14251 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
14253 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
14254 langhooks-def.h (lhd_tree_dump_dump_tree),
14255 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
14256 Change return type from 'int' to 'bool'. Replace 0 and 1 with
14257 true and false in return statements.
14259 2003-03-19 Kevin Buettner <kevinb@redhat.com>
14261 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
14262 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
14263 DWARF_INITIAL_LENGTH_SIZE.
14264 (output_compilation_unit_header, output_pubnames, output_aranges)
14265 (output_line_info): Output 0xffffffff escape value for 64-bit
14267 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
14269 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
14271 * config/s390/s390.c (s390_preferred_reload_class): Do not
14272 force constants to the pool unless necessary.
14273 (s390_decompose_address): Prefer to use pointer as base,
14274 not index register.
14275 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
14277 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
14278 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
14279 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
14280 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
14281 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
14283 2003-03-19 Jan Hubicka <jh@suse.cz>
14285 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
14286 * i386.c (use_fast_prologue_epilogue): Remove.
14287 (ix86_frame): New field save_regs-using_mov;
14288 (ix86_compute_frame_layout): Decide on fast prologues;
14289 allocate saved registers in red zone.
14290 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
14292 2003-03-19 Nick Clifton <nickc@redhat.com>
14294 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
14296 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14299 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
14300 * pa-protos.h (output_lbranch): New prototype.
14301 * pa.c (compute_frame_size): Change size of the frame marker on the
14302 64-bit ports to 48 bytes.
14303 (pa_output_function_prologue): Document why SAVE_SP is set.
14304 (hppa_expand_prologue): Save previous stack pointer into frame marker
14305 on targets which use the hpux unwind library.
14306 (output_cbranch): Use output_lbranch.
14307 (output_lbranch): New function to output long unconditional branches.
14308 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
14309 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
14311 * pa.md (jump): Use output_lbranch.
14312 (allocate_stack): New expander for dynamic stack allocation.
14314 2003-03-19 Alan Modra <amodra@bigpond.net.au>
14316 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14317 when debugging on XCOFF targets. Delete "abi" temp.
14320 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
14322 2003-03-18 Jakub Jelinek <jakub@redhat.com>
14324 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
14325 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
14326 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14328 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
14329 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
14330 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14332 2003-03-18 Geoffrey Keating <geoffk@apple.com>
14334 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
14335 the result of machopic_function_base_name.
14336 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
14337 string rather than a static array.
14339 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
14341 * gengtype.c: Include rtl.h.
14342 (enum rtx_code): Don't define.
14343 (rtx_format): Make declaration match rtl.h.
14344 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
14346 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
14347 * Makefile.in (gengtype.o): Update dependencies.
14349 2003-03-18 Andreas Schwab <schwab@suse.de>
14351 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
14354 2003-03-18 Geoffrey Keating <geoffk@apple.com>
14356 * function.c (next_block_index): Mark with GTY.
14358 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
14360 2003-03-18 Richard Henderson <rth@redhat.com>
14362 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
14363 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
14364 until after reload.
14366 2003-03-18 Richard Henderson <rth@redhat.com>
14368 * builtins.c (expand_builtin_unop): New target_mode operand;
14369 use it to convert the result to the correct mode.
14370 (expand_builtin): Update all callers.
14372 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
14374 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
14376 2003-03-18 Jan Hubicka <jh@suse.cz>
14378 * i386.md: Fix previous commit that mistakely applied the patch
14381 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
14383 (memrefs_conflict_p): Likewise.
14384 (addr_side_effect_eval): Canonicalize the constructed address.
14386 2003-03-18 Jan Hubicka <jh@suse.cz>
14388 * i386.md (cvtts?2si peep2): New.
14390 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
14392 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
14394 2003-03-18 Andreas Schwab <schwab@suse.de>
14396 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
14399 2003-03-17 Jason Merrill <jason@redhat.com>
14402 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
14403 an unaligned member of TREE_ADDRESSABLE type.
14405 2003-03-18 Alan Modra <amodra@bigpond.net.au>
14407 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
14408 (TARGET_PROFILE_KERNEL): Define.
14409 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
14410 (PROFILE_BEFORE_PROLOGUE): Don't define.
14411 (PROFILE_KERNEL): Remove hacks.
14412 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
14413 (rs6000_stack_info): No need to save lr if just for profiling when
14414 TARGET_PROFILE_KERNEL.
14415 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
14416 (output_function_profiler): Localize label generation. Emit code
14417 for kernel profiling.
14419 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
14421 * config/h8300/h8300-protos.h: Add a prototype for
14422 byte_accesses_mergeable_p.
14423 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
14424 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
14425 (a splitter): Likewise.
14426 (*iorsi3_ashift_16_ashift_24): Likewise.
14427 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
14429 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14431 * dwarf2asm.h: Delete obsolete comment.
14432 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
14433 dw2_asm_output_pcrel, dw2_asm_output_addr,
14434 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
14435 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
14436 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
14437 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
14439 2003-03-17 Zack Weinberg <zack@codesourcery.com>
14441 * c-tree.h (struct lang_identifier): Remove error_locus field.
14442 (IDENTIFIER_ERROR_LOCUS): Kill.
14443 (record_function_scope_shadow): New prototype.
14444 * c-typeck.c (build_external_ref): Don't complain if
14445 decl is error_mark_node. When not at file scope, bind the
14446 decl's local value to error_mark_node to suppress further
14447 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
14449 * c-decl.c (get_function_binding_level): New static function.
14450 (record_function_scope_shadow): New exported function.
14451 (c_make_fname_decl): Use get_function_binding_level.
14453 2003-03-17 Steve Ellcey <sje@cup.hp.com>
14455 * stmt.c (tail_recursion_args): Call promote_mode to set
14456 unsignedp flag correctly before calling convert_move.
14458 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14460 * loop-unroll.c (decide_peel_completely,
14461 decide_unroll_constant_iterations, decide_unroll_stupid,
14462 decide_unroll_runtime_iterations, decide_peel_simple): Set
14465 2003-03-17 Jan Hubicka <jh@suse.cz>
14467 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
14469 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
14471 * function.c (assign_parms): For a struct value address passed as
14472 first argument, delay the function's result RTL setup code until
14473 after the emission of parameter conversions.
14475 2003-03-17 Dave Love <fx@gnu.org>
14476 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14478 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
14479 __arch64__ to match Compaq cc.
14481 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
14483 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
14484 (c_common_init): Set EBCDIC in cpp options.
14485 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
14486 not conditional compilation.
14487 * cpplib.h (struct cpp_options): New entry EBCDIC.
14489 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
14491 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
14493 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14495 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
14496 argument to 0 for redirect_jump.
14498 2003-03-16 Mark Mitchell <mark@codesourcery.com>
14501 * except.c (eh_region_u_cleanup): Add prev_try.
14502 (expand_eh_region_end_cleanup): Set it.
14503 (reachable_handlers): Use it to skip over cleanup blocks.
14505 2003-03-17 Andreas Jaeger <aj@suse.de>
14507 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
14509 2003-03-17 Alan Modra <amodra@bigpond.net.au>
14511 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
14512 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
14513 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
14514 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
14516 2003-03-16 Richard Henderson <rth@redhat.com>
14518 * simplify-rtx (simplify_binary_operation): Don't abort for
14519 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
14521 2003-03-16 Richard Henderson <rth@redhat.com>
14523 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
14524 optimize_size as well.
14526 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
14528 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
14529 for D register to specify the low part of it, aka B.
14530 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
14531 the register if we are loading 1 or -1 to it; avoid using temp
14532 register when moving X/Y to Y/X.
14533 (m68hc11_gen_movqi): Likewise.
14534 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
14536 2003-03-14 Mark Mitchell <mark@codesourcery.com>
14538 PR optimization/9016
14539 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
14540 into the constant pool.
14542 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
14545 * tree.c (get_narrower): For extensions with unchanged bit number,
14546 return the unsignedness of the outer mode.
14548 2003-03-16 Roger Sayle <roger@eyesopen.com>
14550 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
14551 to avoid "may be used uninitialized" warning on ia64-hpux.
14552 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
14554 2003-03-16 Andreas Jaeger <aj@suse.de>
14556 * configure.in: Improve check for memcheck.h.
14557 * configure: Regenerated.
14559 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
14561 * doc/cppopts.texi: Remove documentation of -A-.
14563 2003-03-15 Zack Weinberg <zack@codesourcery.com>
14565 * doc/libgcc.texi: Remove @tie.
14567 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
14569 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
14570 (rtx_pair): Added new element update_label_nuses, renamed to
14571 replace_label_data.
14572 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
14573 replace_label_data instead of rtx_pair.
14574 * loop.c (load_mems): Likewise.
14575 * rtlanal.c (replace_label): Replace label in pool constants and in
14576 INSN_LIST (in REG_LABEL note).
14577 (subrtx_p): Renamed to rtx_referenced_p.
14578 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
14579 LABEL_REF with CODE_LABEL, traverse constants from pool.
14581 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
14582 Zack Weinberg <zack@codesourcery.com>
14584 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
14585 * doc/libgcc.texi: New file.
14586 * doc/interface.texi: Delete paragraph about libgcc interface.
14587 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
14589 2003-03-15 Jason Merrill <jason@redhat.com>
14592 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
14595 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
14596 function DIEs at toplevel.
14597 (decls_for_scope): At -g1, don't descend into subblocks.
14599 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
14601 * varasm.c (struct rtx_const): Change type of un.addr member
14602 to struct holding an additional 'symbol' member.
14603 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
14604 with equal string addresses as equal.
14605 (simplify_subtraction): Adapt to struct rtx_const change.
14607 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
14609 * fix-header.c (read_scan_file): Read main file before handling -D.
14611 2003-03-15 Roger Sayle <roger@eyesopen.com>
14613 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
14614 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
14615 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
14616 (find_sub_basic_blocks): Likewise.
14617 * cgraphunit.c (cgraph_expand_functions): Likewise.
14618 * dwarf2out.c (prune_unused_types): Likewise.
14619 * expr.c (store_field): Likewise.
14620 * genextract.c (print_path): Likewise.
14621 * haifa-sched.c (schedule_insn): Likewise.
14622 * lcm.c (compute_antinout_edge): Likewise.
14623 * loop-unroll.c (decide_peel_once_rolling): Likewise.
14624 * ra-colorize.c (ra_colorize_free_all): Likewise.
14625 * ra-debug.c (dump_igraph): Likewise.
14626 (debug_hard_reg_set): Likewise.
14627 * reg-stack.c (reg_to_stack): Likewise.
14628 * rtlanal.c (refers_to_regno_p): Likewise.
14629 * tracer.c (layout_superblocks): Likewise.
14631 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
14633 * fix-header.c (read_scan_file): Fix thinko.
14635 2003-03-15 Glen Nakamura <glen@imodulo.com>
14637 * reload1.c (choose_reload_regs): Use && instead of ||
14638 with REG_CANNOT_CHANGE_MODE_P condition.
14640 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
14642 * Makefile.in: Update.
14643 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
14644 * c-lex.c (init_c_lex): Register builtins hook is dead.
14645 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
14646 (c_common_decode_option): Don't call cpp_handle_option.
14647 Handle -A, -D and -U.
14648 (handle_deferred_opts): Simplify.
14649 (finish_options): Define builtins and command line macros.
14650 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
14651 * cppinit.c: Don't include intl.h.
14652 (init_builtins): Rename cpp_init_builtins. No hook to call.
14653 (init_library): Don't need to sort options.
14654 (cpp_create_reader): Don't set pending.
14655 (cpp_destroy): Don't free pending.
14656 (struct pending_option, cl_directive_handler, struct cpp_pending,
14657 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
14658 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
14659 cl_options, cpp_handle_option): Remove.
14660 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
14661 cpp_finish_options): Remove.
14662 (cpp_init_builtins): New.
14663 * fix-header.c (read_scan_file): Update to handle -D. Fix
14664 handling of -I. Replace call to cpp_finish_options.
14666 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14668 PR optimization/9387
14669 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
14670 for conditional returns.
14672 2003-03-14 Jason Merrill <jason@redhat.com>
14674 PR optimization/6871
14675 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
14677 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
14679 * c-opts.c (finish_options): New.
14680 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
14681 (missing_arg): Handle OPT_include and OPT_imacros.
14682 (c_common_init, c_common_parse_file): Use finish_options.
14683 (handle_deferred_opts): Update.
14684 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
14685 (cpp_finish_options): Don't handle -imacros here.
14687 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
14689 2003-03-14 Jakub Jelinek <jakub@redhat.com>
14691 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
14692 rs6000_maybe_dead if !fromprolog.
14694 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
14696 * Makefile.in: Update.
14697 * c-common.h (fe_file_change, pp_file_change): New.
14698 * c-lex.c (init_c_lex): Don't set cb_file_change.
14699 (c_common_parse_file): Move to c-opts.c.
14700 (cb_file_change): Rename fe_file_change.
14701 * c-opts.c: Include debug.h.
14702 (warn_unused_macros, include_cursor): New.
14703 (push_command_line_include, cb_file_change): New.
14704 (COMMAND_LINE_OPTIONS): Handle -include.
14705 (c_common_decode_option): Use local warn_unused_macros.
14706 Handle OPT_include.
14707 (c_common_post_options): Set file change callback.
14708 (handle_deferred_opts): Skip -include. Don't free the array.
14709 (c_common_init): Call cpp_finish_options here, and push an
14710 initial -include file.
14711 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
14712 (preprocess_file): Don't call cpp_finish_options.
14713 (init_pp_output): Don't set the file change callback.
14714 (pp_file_change): Return if no line commands or no output.
14715 * cpphash.h (next_include_file, first_unused_line): Remove.
14716 * cppinit.c (include_head, include_tail): Remove.
14717 (cpp_destroy): Don't free -include chain.
14718 (cpp_finish_options): Don't handle -include, or worry about
14720 (_cpp_maybe_push_include_file): Remove.
14721 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
14722 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
14723 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
14724 Used flag is set based upon the state of the warn_unused_macros
14725 flag, and so use of first_unused_line is unnecessary.
14727 2003-03-13 Jan Hubicka <jh@suse.cz>
14729 * cselib.c (clear_table): Do not take argument; always clear just
14731 (cselib_process_insn): Update call of clear_table
14732 (cselib_init): Do not call clear_table.
14733 (cselib_finish): Clear table.
14735 * cse.c (count_reg_usage): Do not check side_effects_p.
14736 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
14738 (find_reg_equal_equiv_note): Do not use find_reg_note.
14740 2003-03-14 Richard Henderson <rth@redhat.com>
14743 * config/alpha/alpha.c (alpha_va_start): Account for
14744 current_function_pretend_args_size in the AP offset.
14746 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
14747 (INITIAL_ELIMINATION_OFFSET): Move out of line.
14748 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
14749 (alpha_initial_elimination_offset) New.
14750 * config/alpha/alpha-protos.h: Update.
14752 2003-03-14 Jakub Jelinek <jakub@redhat.com>
14754 * stmt.c (expand_start_case): Call emit_queue ().
14756 2003-03-14 Chris Demetriou <cgd@broadcom.com>
14757 Alexandre Oliva <aoliva@redhat.com>
14759 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
14762 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
14764 PR optimization/8396
14765 * tree-inline.c (initialize_inlined_parameters): Make sure the value
14766 of read-only constant arguments is passed with the right type.
14768 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
14770 * doc/extend.texi (Function Names): Make the example compilable.
14772 2003-03-13 David Edelsohn <edelsohn@gnu.org>
14774 * config/rs6000/rs6000.c (processor_target_table): Really allow
14775 GP optional instructions on Power4.
14777 2003-03-13 Roger Sayle <roger@eyesopen.com>
14779 * calls.c (flags_from_decl_or_type): Factor and remove redundant
14782 2003-03-13 Mike Stump <mrs@apple.com>
14784 * ggc-page.c (struct page_entry): Remove varray.h header.
14785 Add index_by_depth field.
14786 Remove save_in_use_p field.
14787 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
14788 by_depth_max, by_depth, and save_in_use fields.
14789 (INITIAL_PTE_COUNT): Add.
14790 (save_in_use_p_i): Add.
14791 (save_in_use_p): Add.
14792 (adjust_depth): Add.
14793 (move_ptes_to_front): Add.
14795 (push_by_depth): Add.
14797 (free_page): Add support for and use faster data structures.
14798 (ggc_alloc): Likewise.
14799 (init_ggc): Likewise.
14800 (ggc_recalculate_in_use_p): Likewise.
14801 (ggc_pop_context): Likewise.
14802 (clear_marks): Likewise.
14803 (ggc_pch_read): Likewise.
14804 * Makefile.in (ggc-page.o): Remove varray.h.
14806 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
14808 * ChangeLog: Rotated last year's entries to...
14809 * ChangeLog.8: New.
14811 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
14812 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
14813 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
14814 config/ia64/ia64-protos.h, config/ia64/ia64.c,
14815 config/ia64/ia64.h, config/ia64/ia64.md,
14816 config/ia64/itanium1.md, config/ia64/itanium2.md,
14817 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
14818 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
14820 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
14822 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
14823 Differentiate endianness.
14824 (s6000_override_options): Use cpu type instead of TARGET_SPE.
14826 2003-03-13 Nick Clifton <nickc@redhat.com>
14828 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
14829 LDM instructions with writeback enabled.
14830 (output_return_instruction): Likewise.
14832 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
14833 (CALL_USED_REGISTERS): Remove definition.
14834 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
14836 2003-03-13 Alan Modra <amodra@bigpond.net.au>
14838 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
14839 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
14840 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
14841 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
14842 (rs6000_legitimize_address): Formatting.
14843 (rs6000_emit_move): Likewise.
14844 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
14845 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
14846 (rs6000_elf_select_section): Comment reason for shlib being
14848 (rs6000_elf_unique_section): Likewise.
14849 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
14850 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
14851 as well as flag_pic.
14852 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
14853 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
14854 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
14856 2003-03-13 Richard Henderson <rth@redhat.com>
14858 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
14860 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
14861 (ia64_gp_save_reg): Remove.
14862 (struct ia64_frame_info): Move to the beginning of the file;
14864 (ia64_expand_call): Rearrange for new call patterns.
14865 (ia64_reload_gp): New.
14866 (ia64_split_call): New.
14867 (ia64_compute_frame_size): Allocate reg_save_gp.
14868 (ia64_expand_prologue): Save reg_save_gp.
14869 (ia64_expand_epilogue): Don't restore gp.
14870 (ia64_hard_regno_rename_ok): Remove R4 hack.
14871 (ia64_function_ok_for_sibcall): New.
14872 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
14873 call try_split on sibcall pattern.
14874 * config/ia64/ia64-protos.h: Update.
14875 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
14876 Rename from nopic versions. Confiscate 2nd argument to call as
14878 (call_pic, call_value_pic, sibcall_pic): Remove.
14879 (call_gp, call_value_gp, sibcall_gp): New.
14880 (builtin_setjmp_setup): Remove.
14881 (builtin_setjmp_receiver): Call ia64_reload_gp.
14883 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14885 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
14886 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
14887 "GNU CC" with "GCC".
14889 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
14890 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14891 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
14894 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
14895 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
14897 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
14898 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
14899 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
14900 "GNU CC" with "GCC".
14902 * config/v850/lib1funcs.asm, config/v850/rtems.h,
14903 config/v850/v850-c.c, config/v850/v850-protos.h,
14904 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
14907 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
14908 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
14909 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
14910 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
14913 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
14915 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
14917 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14919 * fixinc/fixinc.interix: Remove dead code (most of it).
14920 * fixinc/fixinc.dgux: Remove.
14922 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
14923 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
14925 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14927 * pa.c (pa_init_builtins): Fix warning.
14929 2003-03-12 Steve Ellcey <sje@cup.hp.com>
14931 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
14932 (ASM_OUTPUT_XDATA_SHORT): Remove.
14933 (ASM_OUTPUT_XDATA_INT): Remove.
14934 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
14935 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
14936 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
14937 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
14939 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
14942 * expr.c (store_expr): Don't attempt to store void-typed trees,
14943 just evaluate them for side effects.
14945 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
14947 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
14948 * cppinit.c (push_include): Move with changes to cppfiles.c.
14949 (cpp_read_main_file): Mark named operators here...
14950 (cpp_finish_options): ...not here. Update.
14951 (_cpp_maybe_push_include_file): Update.
14952 * cpplib.h (cpp_push_include, cpp_rename_file): New.
14954 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14956 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
14957 _gcc_COMPUTE_GAS_VERSION.
14958 * configure.in: Use them.
14959 * configure: Regenerate.
14961 2003-03-12 Bob Wilson <bob.wilson@acm.org>
14963 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
14965 (subdi3): Reorder emitted instructions.
14967 2003-03-12 Andreas Jaeger <aj@suse.de>
14969 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
14970 NETBSD_OS_CPP_BUILTINS_LP64.
14972 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14974 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
14975 Rearrange. Reorganize.
14976 * configure.in: Rearrange.
14977 * configure: Regenerate.
14979 2003-03-12 Andreas Jaeger <aj@suse.de>
14981 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
14984 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
14987 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
14989 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
14991 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
14992 NETBSD_OS_CPP_BUILTINS_LP64.
14993 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
14994 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
14996 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
14998 2003-03-12 Jan Hubicka <jh@suse.cz>
15000 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15002 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
15004 Fix PR target/9797 and PR c/9853.
15005 * stmt.c (expand_decl_init): Call push_temp_slots () and
15008 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
15010 * sh.c: Include basic-block.h.
15011 (sh_output_mi_thunk, emit_load_ptr): New functions.
15012 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15014 2003-03-12 Nick Clifton <nickc@redhat.com>
15016 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15017 (CALL_USED_REGISTERS): Likewise.
15018 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15019 describing how this value is calculated.
15021 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
15023 * configure.in (rlim_t): Define to long if no valid definition
15024 found in sys/resource.h.
15025 * config.in, configure: Regenerate.
15027 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
15029 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15030 TARGET_OS_CPP_BUILTINS.
15031 * config/mcore/mcore-pe.h: Similarly.
15032 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15033 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15035 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
15038 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15039 only if it is a VAR_DECL.
15041 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
15043 PR optimization/9888
15044 * config/i386/i386.md (jcc_1): Fix range.
15047 (doloop_end_internal): Likewise.
15049 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
15051 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15052 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15053 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15054 DLL_IMPORT_EXPORT_PREFIX and "i."
15055 (i386_pe_dllexport_name_p): Here.
15056 (i386_pe_dllimport_name_p): Here.
15057 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15058 not 9 chars when getting identifier name.
15059 (i386_pe_mark_dllimport): Here.
15060 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15061 not 9 chars when getting identifier name. Correct comment.
15062 (i386_pe_strip_name_encoding): Here. Add comments for different
15064 (gen_fastcall_suffix): Break down xmalloc() argument to
15066 (gen_stdcall_suffix): Likewise.
15067 Update copyright year.
15069 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
15071 PR optimization/9888
15072 * config/i386/i386.md (movsi_1): Remove special alternatives
15074 (movsi_1_nointernunit): Likewise.
15075 (movhi_1): Likewise.
15076 * config/i386/i386.c (memory_address_length): Do not use
15077 short displacement when there is no base.
15078 (ix86_attr_length_address_default): Handle LEA instructions.
15080 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
15082 * c-cppbuiltin.c (builtin_define_std): Make non-static.
15084 2003-03-11 Loren James Rittle <ljrittle@acm.org>
15086 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
15087 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
15088 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
15089 * config/freebsd.h (CPP_PREDEFINES): Remove.
15090 (TARGET_OS_CPP_BUILTINS): New.
15091 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
15092 instead of TARGET_OS_CPP_BUILTINS.
15093 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
15095 2003-03-11 Geoffrey Keating <geoffk@apple.com>
15097 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
15099 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
15101 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
15102 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
15104 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
15106 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
15108 * toplev.c (independent_decode_option): Return success for --help,
15109 --target-help and --version.
15111 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
15113 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
15114 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
15116 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
15118 (LINK_SPEC): Let endian options affect the linker emulation name.
15120 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
15122 * sh.md (reload_inqi): Fix mode for source in second set.
15124 2003-03-11 Jan Hubicka <jh@suse.cz>
15126 * cselib.c (cselib_invalidate_mem_1): Move too ...
15127 (cselib_invalidate_mem): ... here; use new list
15128 (dummy_val, first_containing_mem): New static variables.
15129 (clear_table): Initialize first_containing_mem.
15130 (discard_useless_values): Compact the containing_mem list.
15131 (add_mem_for_addr): Add to the list.
15132 * cselib.h (cselib_val): Add next_containing_mem.
15134 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
15136 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
15137 instructions for e500.
15139 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
15141 * Makefile.in: Update.
15142 * c-cppbuiltin.c: Include tm_p.h.
15144 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
15146 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
15148 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
15149 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
15150 (_Unwind_SetGR): Same.
15151 (_Unwind_GetGRPtr): New.
15152 (_Unwind_SetGRPtr): New.
15153 (uw_update_context_1): Use accesor functions instead of accessing
15154 context->reg[] directly.
15155 (uw_install_context_1): Same.
15156 (execute_cfa_program): Same.
15157 (__frame_state_for): Same.
15159 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
15160 the synthetic register offset.
15162 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
15164 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
15166 * config/cris/cris.md: Remove lingering EGCS reference.
15167 ("*extopqihi_side_biap"): For HI operation, match
15168 cris_additive_operand_extend_operator, not
15169 cris_operand_extend_operator. Adjust condition.
15170 ("*extopqihi_side", "*extopqihi"): Ditto.
15171 ("*extopqisi_side_biap"): Correct operand numbers in condition.
15172 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
15173 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
15174 ("*extophisi_swap"): Ditto.
15175 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
15176 PLUS, not cris_operand_extend_operator. Adjust condition and
15178 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
15179 * config/cris/cris.h (PREDICATE_CODES): Add
15180 cris_additive_operand_extend_operator.
15181 * config/cris/cris.c (cris_additive_operand_extend_operator):
15184 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
15186 * df.c (read_modify_subreg_p): Change from static to global.
15187 * df.h (read_modify_subreg_p): Add prototype.
15188 * sched-deps.c (sched_analyze_1): Generate true dependency for
15189 strict_low_part, certain subregs and zero/sign_extract.
15191 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
15193 * Makefile.in: Update.
15194 * c-common.c: Don't include real.h or except.h.
15195 (REGISTER_PREFIX): Remove.
15196 (builtin_define_std, builtin_define_with_value,
15197 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
15198 builtin_define_type_max, builtin_define_type_precision,
15199 builtin_define_float_constants): Move to c-cppbuiltin.c.
15200 (c_stddef_cpp_builtins): New.
15201 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
15202 * c-cppbuiltin.c: New, extracted from c-common.c.
15203 (define__GNUC__): New.
15204 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
15205 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
15206 (cpp_unique_options): Don't support no-gcc.
15207 (do_spec_1): Remove support of version specs.
15208 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
15209 * doc/passes.texi: Update.
15210 * doc/tm.texi: Update.
15212 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
15214 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
15216 2003-03-10 Andrew Pinski <apinski@apple.com>
15218 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
15219 is on should not get here.
15220 (machopic_indirect_data_reference): If dynamic-no-pic is on just
15221 generate high/low parts of the address.
15222 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
15223 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
15224 symbol and labels with a new reg. Dynamic-no-pic does not have a
15225 pic_offset_table_rtx.
15226 (machopic_select_section): Change references of flag_pic to
15228 (machopic_asm_out_destructor): Likewise.
15229 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
15230 reference of flag_pic to MACHOPIC_INDIRECT.
15231 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
15232 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
15233 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
15234 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
15235 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
15236 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
15237 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
15238 (TARGET_DYNAMIC_NO_PIC): Define.
15239 (SUBTARGET_SWITCHES): Define, have sub-target switches for
15241 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
15242 rs6000_override_options to here. Dynamic-no-pic overrides
15244 (CC1_SPEC): Change from not static then pic to not static and not
15245 dynamic-no-pic then pic.
15246 * config/rs6000/rs6000.c (rs6000_override_options): Move the
15247 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
15248 (rs6000_legitimize_reload_address): Add case for loading floating in
15250 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
15251 of flag_pic to MACHOPIC_INDIRECT.
15252 (secondary_reload_class): Conditional change the reference of
15253 flag_pic to MACHOPIC_INDIRECT.
15254 (rs6000_output_mi_thunk): Change reference of flag_pic to
15256 (output_profile_hook): Likewise.
15257 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
15258 * config/rs6000/rs6000.md (movdf_low): Add the case for
15259 MACHO_DYNAMIC_NO_PIC_P.
15260 (call): Change references for flag_pic in TARGET_MACHO to
15262 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
15263 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
15264 * doc/invoke.texi (-mdynamic-no-pic): Document.
15266 2003-03-10 Devang Patel <dpatel@apple.com>
15269 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15270 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15271 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
15272 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
15273 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15274 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15276 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
15278 PR optimization/7189
15279 * toplev.c (rest_of_compilation): Move
15280 check_function_return_warnings up to just after
15281 delete_unreachable_blocks.
15283 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
15285 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
15286 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
15288 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
15289 for reg rename optimization to avoid using Z and Y registers.
15291 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
15293 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
15294 when adding to X and Y since leax/leay are fast.
15295 ("*addhi3"): Accept 'I' constraint when adding to address register.
15296 ("rotlhi3"): Operand 1 must be a register_operand.
15297 (peephole2): New peephole to optimize some adds.
15298 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
15299 to represent -2 .. 2 small integer range.
15301 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
15303 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
15304 each 16-bit rotation.
15306 2003-03-10 Zack Weinberg <zack@codesourcery.com>
15308 * c-opts.c (add_prefixed_path): Don't use concat. When
15309 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
15310 cpp_GCC_INCLUDE_DIR_len characters.
15312 2003-03-10 Segher Boessenkool <segher@koffie.nl>
15314 * testsuite/gcc.dg/altivec-9.c: New file.
15316 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15317 (rs6000_emit_prologue): Use rs6000_frame_related instead.
15319 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
15321 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
15323 (__ev_convert_u64): Remove macro. Define as inline.
15324 (__ev_convert_s64): Same.
15326 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
15328 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
15329 (rs6000_stack_t): Add spe_64bit_regs_used.
15331 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
15332 spe_64bit_regs_used, and use it to determine the size of the
15334 (spe_func_has_64bit_regs_p): New.
15335 (spe_synthesize_frame_save): New.
15336 (rs6000_frame_related): Handle SPE synthetic registers.
15337 (rs6000_emit_prologue): Only save in 64-bits if the function used
15338 any registers in 64-bit mode.
15339 (rs6000_emit_epilogue): Same, but for restore.
15341 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
15343 * arm.h (enum floating_point_type): Delete. Replace with...
15344 (enum fputype): ... new.
15345 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
15346 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
15347 * arm.md (attr fpu): Reworked for new underlying enum values.
15348 * arm.c (arm_fpu_arch): Now enum fputype.
15349 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
15350 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
15351 Update uses of arm_fpu_arch and arm_fpu_tune.
15353 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
15355 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
15356 (try_crossjump_to_edge): Replace refereces to one jump table by
15357 references to identical jump table.
15358 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
15359 (replace_label): Moved to rtlanal.c.
15360 (struct rtx_pair): Moved to rtl.h.
15361 * rtl.h (struct rtx_pair): Moved from loop.c.
15362 (replace_label): New extern function.
15363 (subrtx_p): New extern function.
15364 (tablejump_p): New extern function.
15365 * rtlanal.c (replace_label): Moved from loop.c.
15366 (subrtx_p_1): New static function.
15367 (subrtx_p): New function.
15368 (tablejump_p): New function.
15370 2003-03-10 Jan Hubicka <jh@suse.cz>
15372 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
15374 * cfgcleanup.c (merge_blocks): Return where to iterate next.
15375 (try_optimize_cfg): Use return value of merge_blocks
15377 2003-03-10 Michael Matz <matz@suse.de>
15379 * cfg.c (unchecked_make_edge): New.
15380 (cached_make_edge): Use it.
15381 * basic-block.h (unchecked_make_edge): Declare.
15382 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
15384 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
15386 * fpa.md: New file. Move all patterns relating to FPA co-processor
15388 * arm.md: ... from here.
15389 (cirrus.md, fpa.md): Include at end of description.
15390 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
15391 (pic_load_addr_based): Remove register constraint from expander.
15392 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
15393 (sordered, sungt, sunle, sunge, sunlt): Likewise.
15394 (eh_epilogue, tablejump): Likewise.
15396 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15398 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
15399 on operands if it has a PLACEHOLDER_EXPR.
15401 2003-03-09 David Edelsohn <edelsohn@gnu.org>
15404 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
15407 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
15409 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
15410 * config/ip2k/ip2k.h: Similarly.
15411 * config/m32r/m32r.h: Similarly.
15412 * config/m68hc11/m68hc11.h: Similarly.
15413 * config/mn10200/mn10200.h: Similarly.
15414 * config/mn10300/mn10300.h: Similarly.
15415 * config/pdp11/pdp11.h: Similarly.
15416 * config/v850/v850.h: Similarly.
15417 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
15418 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
15419 * config/mips/iris3.h: Remove #if 0 block.
15421 2003-03-09 Roger Sayle <roger@eyesopen.com>
15422 Joern Rennecke <joern.rennecke@superh.com>
15424 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
15425 pending argument upon return from handle_braces here.
15426 (do_spec_2): Instead handle it upon return from do_spec_1 here.
15428 2003-03-09 Roger Sayle <roger@eyesopen.com>
15429 Joern Rennecke <joern.rennecke@superh.com>
15431 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
15432 pending argument upon return from handle_braces here.
15433 (do_spec_2): Instead handle it upon return from do_spec_1 here.
15435 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15437 * varasm.c (make_decl_one_only): Use declare_weak().
15439 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15442 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
15443 after the common builtins.
15444 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
15445 * pa.c (TARGET_INIT_BUILTINS): Define.
15446 (pa_init_builtins): New function.
15448 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
15449 space has been allocated for the outgoing arguments, set the arg
15450 pointer for a call emitted after virtuals have been instantiated
15451 using the stack pointer offset, otherwise abort.
15453 2003-03-09 DJ Delorie <dj@redhat.com>
15455 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
15457 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
15459 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
15460 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
15461 conversion to integer.
15462 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
15464 2003-03-09 Roger Sayle <roger@eyesopen.com>
15466 * builtins.def: Fix typo and improve grammar.
15467 * loop-unroll.c (decide_peel_completely): Tidy log message.
15469 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
15471 * config/h8300/h8300.md (*tstsi_upper_bit): New.
15472 (*iorsi3_e2f): Likewise.
15474 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
15476 * config/h8300/h8300.c (h8300_and_costs): Return the number of
15477 assembly instructions needed.
15478 (h8300_shift_costs): Likewise.
15480 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
15482 * config/cris/aout.h (ENDFILE_SPEC): Undef.
15484 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
15485 moves from here ...
15486 * expr.c (emit_move_insn_1): ... to here.
15488 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
15489 (TARGET_OS_CPP_BUILTINS): New macro.
15490 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
15491 (TARGET_OS_CPP_BUILTINS): New macro.
15492 (CPP_PREDEFINES): Don't define. Move old definitions and...
15493 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
15494 (TARGET_CPU_CPP_BUILTINS): New macro.
15495 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
15496 definitions and the optional __PIC__, __pic__ and
15497 __NO_UNDERSCORES__ definitions to...
15498 (TARGET_OS_CPP_BUILTINS): New macro.
15500 * flags.h (flag_leading_underscore): Declare.
15502 * c-opts.c (c_common_post_options): On fopen failure, return
15505 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
15507 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
15509 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
15510 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
15512 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
15514 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
15516 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
15519 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
15521 * c-common.h (c_common_init, c_common_post_options): Update.
15522 * c-objc-common.c (c_objc_common_init): Update for new prototype.
15523 * c-opts.c (saved_lineno): New.
15524 (c_common_post_options, c_common_init): Update prototypes,
15525 move call to cpp_read_main_file from latter to former.
15526 * c-tree.h (c_ojbc_common_init): Update.
15527 * langhooks-def.h (lhd_post_options): New.
15528 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
15529 * langhooks.c (lhd_post_options): New.
15530 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
15531 * toplev.c (no_backend): New.
15532 (process_options): Call post_options hook and set main_input_filename
15533 and input_filename here.
15534 (lang_dependent_init, do_compile): post_options hook moved to
15536 * objc/objc-act.c (objc_init): Update prototype.
15537 * objc/objc-act.h (objc_init): Update prototype.
15539 2003-03-08 Roger Sayle <roger@eyesopen.com>
15541 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
15542 a complex or vector type, using a load in the original mode.
15544 2003-03-08 Jan Hubicka <jh@suse.cz>
15546 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
15547 * gt-cgraph.h: New GC file.
15548 * cgraph.c (known_fns): New static variable.
15549 (cgraph_node): Add the decl into varray.
15551 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
15553 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
15555 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
15557 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
15558 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
15559 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
15560 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
15561 All callers changed.
15562 * arm.md, arm.h, arm-protos.h: Updated.
15564 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
15565 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
15566 * arm.c (arm_regno_class, f_register_operand): Updated.
15568 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
15570 * config/cris/cris.h: Remove EGCS references.
15571 (CPP_SPEC): Remove "-$".
15572 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
15574 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
15576 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
15577 preference to CPP_PREDEFINES.
15579 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
15581 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
15583 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
15585 * config/h8300/h8300.md (*extzv_16_8): New.
15587 2003-03-08 Jan Hubicka <jh@suse.cz>
15589 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
15590 * cgraph.h: (cgraph_local_info): Add can_inline_once
15591 (cgraph_global_info): Add inline_once.
15592 (cgraph_node): Add previous.
15593 (cgraph_remove_node): New.
15594 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
15596 (cgraph_optimize): Call it.
15597 (cgraph_finalize_function): Set inlinable flags.
15598 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
15599 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
15600 (cgraph_expand_function): Likewise.
15602 (cgraph_node): Put nodes into doubly linked chain.
15603 (cgraph_remove_node): New function.
15604 * flags.h (flag_inline_functions_called_once): Declare.
15605 * tree-inline.c: Include cgraph.h
15606 (inlinable_functions_p): Add extra argument to bypass limits.
15607 (expand_call_inline): Obey cgraph flag.
15608 * tree-inline.h (tree_inlinable_function_p): Update prototype.
15610 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15612 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
15615 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
15616 loops info correctly.
15618 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
15621 * unroll.c (calculate_giv_inc): Handle constants being
15622 loaded with LSHIFTRT.
15624 2003-03-07 David Edelsohn <edelsohn@gnu.org>
15626 * config/rs6000/rs6000.c (processor_target_table): Do not disable
15627 GP optional instructions on Power3, Power4, 620, and 630.
15629 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
15631 * calls.c: Fix comment formatting.
15632 * cfgloopanal.c: Likewise.
15633 * cfgloopmanip.c: Likewise.
15634 * combine.c: Likewise.
15635 * dwarf2out.c: Likewise.
15636 * ggc-common.c: Likewise.
15637 * langhooks.c: Likewise.
15638 * loop-unroll.c: Likewise.
15639 * loop.c: Likewise.
15640 * ra-build.c: Likewise.
15641 * sbitmap.c: Likewise.
15642 * toplev.c: Likewise.
15644 2003-03-07 James E Wilson <wilson@tuliptree.org>
15646 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
15648 2003-03-07 Geoffrey Keating <geoffk@apple.com>
15650 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
15651 support -no-integrated-cpp.
15653 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
15654 than langhooks.name.
15656 2003-03-07 Michael Matz <matz@suse.de>
15658 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
15659 (DF_FOR_REGALLOC): New.
15660 * df.c (df_ref_record): Set DF_REF_STRIPPED.
15661 (read_modify_subreg_p): Simplify.
15662 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
15663 Use DF_FOR_REGALLOC.
15664 * ra.h (struct web): New member subreg_stripped.
15665 (invalid_mode_change_regs): Declare.
15666 * ra.c (invalid_mode_change_regs): New.
15667 (init_ra): Initialize it.
15668 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
15669 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15670 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
15671 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
15672 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15674 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
15676 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
15677 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
15678 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
15679 machine description file from ...
15680 * cirrus.md: ... here.
15682 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
15684 * config/h8300/h8300.md (a peephole2): Don't use
15685 reg_overlap_mentioned_p.
15687 2003-03-06 Geoffrey Keating <geoffk@apple.com>
15689 * c-pch.c: Include langhooks.h.
15690 (IDENT_LENGTH): New.
15692 (pch_ident): Delete.
15693 (pch_init): Use get_ident, IDENT_LENGTH.
15694 (c_common_valid_pch): Likewise. Also, use actual language
15695 in warning message.
15696 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
15698 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
15700 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
15701 gt-objc-objc-act.h.
15702 (gt-objc-objc-act.h): New rule.
15703 * objc/lang-specs.h: Support PCH.
15704 * objc/objc-act.c: Include gt-objc-objc-act.h.
15705 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
15706 (build_selector_reference_decl): Move idx out, mark for PCH.
15707 (build_class_reference_decl): Likewise.
15708 (build_objc_string_decl): Move *_idx out, mark for PCH.
15709 (build_tmp_function_decl): Move xxx out, mark for PCH.
15711 2003-03-06 Dale Johannesen <dalej@apple.com>
15713 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
15714 global functions for inlining on Darwin.
15716 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
15718 * haifa-sched.c (schedule_block): Don't call reorder when sorting
15721 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
15723 * Makefile.in (c-ppoutput.o): Update.
15724 * c-common.h (init_pp_output): New.
15725 (preprocess_file): Update.
15726 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
15728 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
15729 Make call to cpp_read_main_file common to whether preprocessing
15730 or not. Don't register builtins.
15731 * c-ppoutput.c: Include c-pragma.h.
15732 (setup_callbacks): Rename init_pp_output.
15733 (preprocess_file): No longer setup callbacks or call
15734 cpp_read_main_file.
15735 * cpphash.h (_cpp_init_mbchar): New.
15736 * cppinit.c (init_library): Call _cpp_init_mbchar.
15737 * cpplex.c (_cpp_init_mbchar): New.
15739 2003-03-06 Roger Sayle <roger@eyesopen.com>
15741 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
15742 MEM, try loading the MEM into a register and taking the low-part
15743 of that, to help CSE see the use of the MEM in its true mode.
15745 2003-03-05 Tom Tromey <tromey@redhat.com>
15747 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
15750 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
15752 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
15754 ("*ineqbranchsi"): Likewise.
15756 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
15758 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
15759 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
15760 register store followed by a stack increment.
15762 2003-03-05 Chris Moller <cmoller@redhat.com>
15764 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
15765 to inhibit saving CARRY_REGS.
15767 * config/stormy16/stormy16.c (xs_hi_general_operand):
15768 added predicate to detect and error-out on out-of-range
15769 const_ints for movhi.
15770 * config/stormy16/stormy16.md (movhi): use
15771 xs_hi_general_operand.
15773 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
15774 added a check for local vbl size overflow.
15775 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
15776 added predicate to detect and error-out on out-of-range
15777 const_ints for addhi and subhi.
15778 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
15779 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
15781 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
15782 add a term to accept PRE_MODIFY addresses.
15783 * config/stormy16/stormy16.c (xstormy16_expand_move):
15784 add code to expand PRE_MODIFY addresses to an add followed
15787 2003-03-06 Jason Merrill <jason@redhat.com>
15789 * tree-inline.c (inlinable_function_p): Revert earlier change
15790 pending investigation.
15792 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
15794 * config/h8300/h8300.md (a new peephole2): New.
15796 2003-03-06 Jan Hubicka <jh@suse.cz>
15798 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
15800 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15802 * dwarf2out.c (size_of_die): Compute size of external reference to
15805 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
15807 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
15808 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
15811 2003-03-05 Roger Sayle <roger@eyesopen.com>
15813 * expr.h (lang_expand_expr): Delete obsolete prototype.
15815 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
15817 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
15819 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
15821 * config/h8300/h8300.md (a peephole2): Generalize to
15822 accept a memory operand.
15824 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
15826 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
15827 * config/alpha/alpha.c (print_operand, case '+'): New.
15828 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
15829 (call_value_osf_1_noreturn): Likewise.
15831 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15833 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
15834 (expand_end_bindings): Likewise.
15836 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15838 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
15839 (epilogue): Don't generate return_external_pic when emitting PA 2.0
15842 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
15844 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
15846 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
15848 * hooks.c (hook_rtx_rtx_null): New.
15850 * hooks.h (hook_rtx_rtx_null): Protoize.
15852 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
15853 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
15855 * target.h (struct gcc_target): Add dwarf_register_span.
15857 * dwarf2out.c (multiple_reg_loc_descriptor): New.
15858 (one_reg_loc_descriptor): New.
15859 (reg_loc_descriptor): Add support for values that span more than
15862 2003-03-05 Jan Hubicka <jh@suse.cz>
15864 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
15865 * alias.c: Include cgraph.h
15866 (mark_constant_function): Use cgraph_rtl_info.
15867 * calls.c: Include cgraph.h
15868 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
15870 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
15871 * cgraph.c (cgraph_rtl_info): New function.
15872 * cgraph.h (cgraph_rtl_info): Declare
15873 (cgraph_rtl_info): Likewise.
15874 * function.h (struct function): Add recursive_call_emit.
15875 * toplev.c: Include cgraph.h.
15876 (rest_of_compilation): Set preferred_incoming_stack_boundary.
15878 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
15880 * config/h8300/h8300.c (output_simode_bld): Clear the
15881 destination first if possible.
15882 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
15884 (extzv_1_r_inv_h8300hs): Likewise.
15886 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15888 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
15889 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
15890 * cfgloop.c (flow_loop_free): Made global.
15891 (establish_preds): New static function.
15892 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
15893 (get_loop_exit_edges): New.
15894 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
15895 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
15896 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
15898 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
15899 removability of an edge.
15900 (fix_irreducible_loops): New static function.
15901 (find_path, remove_path): Add ability to remove enclosing loops.
15903 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
15905 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
15906 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
15908 (decide_peel_completely, peel_loops_completely): Allow complete peeling
15909 of non-duplicable once rolling loops.
15910 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
15912 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
15914 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
15915 for align_jumps is 4.
15917 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
15920 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
15922 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
15923 according to va_arg type.
15924 (EXPAND_BUILTIN_VA_ARG): Remove.
15925 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
15926 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
15928 2003-03-05 David Edelsohn <edelsohn@gnu.org>
15930 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
15933 2003-03-05 Michael Matz <matz@suse.de>
15935 * i386/i386.c (ix86_save_reg): Also test
15936 current_function_uses_const_pool.
15938 2003-03-05 Michael Matz <matz@suse.de>
15940 * unwind.h: Add the GPL exception.
15941 * Makefile.in (USER_H): Add unwind.h.
15943 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
15946 * c-typeck.c (push_init_level): Add sanity check.
15948 2003-03-05 Jan Hubicka <jh@suse.cz>
15950 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
15951 RTL inlining is done.
15953 * cgraphunit.c (cgraph_mark_local_functions): New local function.
15954 (cgraph_optimize): Mark local functions.
15955 * i386-protos.h (init_cumulative_args): Update prototype.
15956 * i386.c (init_cumulative_args): Use register passing convention for
15959 * cgraph.c (cgraph_global_info_ready): New global variable
15960 (cgraph_local_info, cgraph_global_info): New functions.
15961 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
15963 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
15965 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
15966 (cgraph_mark_functions_to_output): Use inline_many.
15967 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
15968 (cgraph_expand_functions): Expand inline functions last.
15969 (cgraph_optimize): Do not emit uneeded functions.
15971 2003-03-04 Steve Ellcey <sje@cup.hp.com>
15973 * expr.c (convert_modes): Check for legal hard register.
15975 2003-03-04 Tom Tromey <tromey@redhat.com>
15977 * doc/sourcebuild.texi (Front End Directory): Document tags.
15978 * configure: Rebuilt.
15979 * configure.in (target_list): Added tags.
15980 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
15981 TAGS files by reference.
15982 * objc/Make-lang.in (objc.tags): New target.
15984 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15986 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
15987 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
15988 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
15989 gcov_read_string, gcov_write_length): Modified to enable reading/
15990 writing of whole .da file just once.
15991 (da_file_open, da_file_close, da_file_eof, da_file_error,
15992 da_file_position, da_file_seek, da_file_write, da_file_read): New
15994 (actual_da_file, actual_da_file_position, actual_da_file_length,
15995 actual_da_file_buffer, actual_da_file_buffer_size): New static
15997 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16001 2003-03-04 Andreas Schwab <schwab@suse.de>
16003 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16004 offset without frame pointer.
16006 2003-03-04 Steve Ellcey <sje@cup.hp.com>
16008 * expr.c (expand_expr): Call promote_mode to set unsignedp.
16010 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
16012 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16013 * configure: Regenerated.
16014 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16016 2003-03-04 Andreas Jaeger <aj@suse.de>
16018 * configure.in: Check for <memcheck.h>.
16019 * configure: Regenerated.
16021 * config.in: Define HAVE_MEMCHECK_H.
16023 * ggc-common.c: Use <memcheck.h> if available instead of
16025 * ggc-page.c: Likewise.
16026 * cppfiles.c: Likewise.
16028 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
16030 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16032 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
16035 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16036 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16038 2003-03-04 Jan Hubicka <jh@suse.cz>
16040 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
16041 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16044 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
16046 * configure.in: Delete three unused variables. Move a variable
16047 definition closer to its use. Simplify use_collect2 logic. Start to
16048 organize. Simplify tests for in-tree gas and ld.
16049 * configure: Regenerate.
16051 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
16053 * Makefile.in: Update.
16054 * c-common.c (flag_no_line_commands, flag_no_output,
16055 flag_dump_macros, flag_dump_includes): New.
16056 * c-common.h (flag_no_line_commands, flag_no_output,
16057 flag_dump_macros, flag_dump_includes, preprocess_file): New.
16058 (init_c_lex): Update prototype.
16059 * c-lex.c (init_c_lex): Update prototype; move some code to
16061 * c-opts.c (preprocess_file): Subsume into c_common_init.
16062 (c_common_decode_option): Update flags.
16063 (c_common_init): Move code from preprocess_file and init_c_lex.
16064 (sanitize_cpp_opts): Update.
16065 * c-ppoutput.c: New, cppmain.c almost verbatim.
16066 * cpphash.h (struct printer): Remove.
16067 (struct cpp_reader): Remove print.
16068 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16069 cpp_preprocess_file): Remove.
16070 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16072 * cppmain.c: Remove.
16073 * doc/passes.texi: Update.
16075 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16077 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
16078 (assign_stack_local_1): Perform overall stack alignment only when
16079 STACK_ALIGNMENT_NEEDED is nonzero.
16080 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
16082 * pa.c (compute_frame_size): Rename fsize to size. Account for
16083 alignment to a word boundary before general register save block. Only
16084 account for double-word alignment before floating point register save
16085 block if one or more are saved. Don't allocate space for %r3 when
16086 frame pointer is needed.
16087 (hppa_expand_prologue): Include alignment to word boundary in local
16089 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
16090 (STACK_ALIGNMENT_NEEDED): Define.
16092 2003-03-04 Kevin Buettner <kevinb@redhat.com>
16094 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
16095 global register variables.
16097 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
16099 * reload.c (reload_adjust_reg_for_mode): New function.
16100 (subst_reloads): Call it.
16101 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
16102 * reload.h (reload_adjust_reg_for_mode): Declare.
16103 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
16106 2003-03-03 James E Wilson <wilson@tuliptree.org>
16108 * optabs.c (add_equal_note): Delete SUBREG_REG use.
16111 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
16113 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
16114 (*ixorsi3_lshiftrt_16): New.
16115 (*iorsi3_ashift_16): Remove.
16117 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
16119 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
16122 2003-03-03 Geoffrey Keating <geoffk@apple.com>
16124 * doc/install.texi (Specific): Update entry for powerpc-darwin.
16126 2003-03-03 Richard Henderson <rth@redhat.com>
16128 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
16130 2003-03-03 David Edelsohn <edelsohn@gnu.org>
16132 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
16133 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
16134 (rs6000_variable_issue): Do not return negative value.
16135 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
16138 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16140 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
16141 prune_unused_types calls.
16143 2003-03-03 Jason Merrill <jason@redhat.com>
16145 * tree-inline.c (find_builtin_longjmp_call): Save and restore
16146 lineno and input_filename.
16147 (find_alloca_call): Likewise.
16148 (inlinable_function_p): Run the langhook earlier.
16150 * calls.c (compute_argument_addresses): Give the new MEMs a
16151 minimum alignment of PARM_BOUNDARY.
16153 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
16155 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
16156 subtarget_asm_isa_spec.
16157 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
16158 (ASM_SPEC): Define as SH_ASM_SPEC.
16159 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
16160 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
16161 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
16162 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
16164 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
16165 and align_jumps if not set.
16166 Force align_jumps to be at least 2.
16167 When relaxing, force align_functions to be at least the maximum of
16168 align_loops, align_jumps and 4.
16169 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
16170 (sh_loop_align): Honour align_loops_log.
16172 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
16173 to check for indirect_jump_scratch.
16174 (indirect_jump_scratch): Add second set.
16175 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
16176 when looking for indirect_jump_scratch.
16177 Extract scratch register taking new structure of indirect_jump_scratch
16179 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
16181 2003-03-03 Jan Hubicka <jh@suse.cz>
16183 * calls.c (rtx_for_function_call): Take the address as an argument
16184 (expand_call): Do not modify the expression.
16186 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
16189 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
16191 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
16192 TARGET_H8300H and TARGET_H8300S.
16194 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
16196 * config/h8300/h8300.md (a peephole2): New.
16198 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
16200 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
16201 operands[0] and operands[1] are different.
16203 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
16205 * reload1.c (reload_cse_move2add): Remove variable success.
16207 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16209 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
16212 2003-03-02 Richard Henderson <rth@redhat.com>
16214 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
16215 * config.in, configure: Rebuild.
16216 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
16217 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
16218 paired ldtoffx and ldxmov annotations.
16219 (load_symptr_internal1): Remove.
16220 (load_symptr_high, load_symptr_low): New.
16222 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
16224 * c-incpath.c (add_path): Fix sysp assignment.
16226 2003-03-02 Kurt Garloff <garloff@suse.de>
16228 * params.def: Introduce parameter max-inline-insns-rtl for
16229 a separate limit for the RTL inliner.
16230 * params.h: Likewise.
16231 * integrate.c (function_cannot_inline_p): Use it.
16232 * toplev.c (decode_f_option): Set multiple parameters
16233 controlling inlining with -finline-limit.
16234 * params.def: Fix orthographic and typographic errors.
16235 * doc/invoke.texi: Document parameters controlling inlining
16236 and the way -finline-limit sets multiple of them.
16238 * tree.h (struct tree_decl): Introduce inlined_function_flag,
16239 recording whether the function became eligible for inlining
16240 by a compiler flag rather than the declaration.
16241 Provide DID_INLINE_FUNC macro to access it.
16242 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
16243 * cp/decl.c (grokfndecl): Likewise.
16244 * toplev.c (rest_of_compilation): Likewise.
16245 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
16246 * print-tree.c (print_node): Report it.
16247 * params.def: Introduce new max-inline-insns-auto limit.
16248 * params.h: Likewise.
16249 * tree-inline.c (inlinable_function_p): Apply it to functions
16250 with DID_INLINE_FUNC set.
16251 * toplev.c (decode_f_option): Initialize it from -finline-limit
16253 * doc/invoke.texi: Document new parameter.
16255 2003-03-02 Geoffrey Keating <geoffk@apple.com>
16257 * fix-header.c (read_scan_file): Don't reference simplify_path.
16259 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
16261 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
16262 min/max instructions by default as may result in reload errors.
16264 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
16266 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
16267 avoid reload problems; define split for it.
16269 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
16271 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
16272 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
16273 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
16274 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
16275 rotatert and rotate.
16276 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
16277 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
16278 ("*rotrhi3_addr"): New split for shift insns on address register.
16279 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
16280 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
16281 (___rotrhi3): Likewise.
16282 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
16284 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
16286 * toplev.c (aux_base_name): Moved from toplev.h.
16287 (filename): Constify.
16288 (lang_dependent_init): Don't duplicate name.
16289 (process_options): Set aux_base_name here, not...
16290 (do_compile): ...here. Change protoype.
16291 (toplev_main): Move some code from do_compile.
16292 * toplev.h: Remove aux_base_name.
16294 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
16296 * config/h8300/h8300-protos.h: Add a prototype for
16298 * config/h8300/h8300.c (print_operand): Handle 'c'.
16299 (iorxor_operator): New.
16300 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
16301 * config/h8300/h8300.md (*iorhi3_zext): Remove.
16302 (*iorsi3_zexthi): Likewise.
16303 (*iorsi3_zextsi): Likewise.
16304 (*xorhi3_zextqi): Likewise.
16305 (*xorsi3_zexthi): Likewise.
16306 (*xorsi3_zextsi): Likewise.
16307 (*ixorhi3_zext): New.
16308 (*ixorsi3_zext_qi): Likewise.
16309 (*ixorsi3_zext_hi): Likewise.
16311 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
16313 * c-incpath.c (remove_component_p, simplify_path): Move back to
16315 (remove_duplicates): Use cpp_simplify_path.
16316 * c-incpath.h (simplify_path): Remove.
16317 * c-lex.c: Don't include c-incpath.h.
16318 (init_c_lex): Remove simplify_path.
16319 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
16320 (find_or_create_entry, validate_pch): Revert.
16322 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
16324 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
16325 an external cpp during compilation.
16326 (option_map): Likewise.
16327 * objc/lang-specs.h (default_compilers): Similarly.
16328 * doc/invoke.texi: Document -no-integrated-cpp flag.
16330 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
16332 * config/h8300/h8300.md (zero_extendqisi2): Change to an
16334 (*zero_extendqisi2_h8300): New.
16335 (*zero_extendqisi2_h8300hs): New.
16336 (two splitters): New.
16338 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16340 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
16342 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
16344 * config/h8300/h8300.md (a peephole2): Remove dead code.
16346 2003-03-01 Roger Sayle <roger@eyesopen.com>
16349 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
16350 (BT_FN_INT_CONST_STRING_VALIST_ARG,
16351 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
16352 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
16353 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
16354 BT_FN_INT_STRING_CONST_STRING_VAR,
16355 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
16356 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
16357 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
16358 ATTR_NONNULL_3): Also include the nothrow attribute.
16359 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
16360 vsnprintf, vscanf, vsscanf): Don't define attributes here.
16361 * builtins.def (putchar, puts): Make full C89 built-ins.
16362 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
16363 vsscanf, vsnprintf, vsprintf): New built-ins.
16364 * c-common.c (c_common_nodes_and_builtins): Handle new macro
16365 DEF_FUNCTION_TYPE_VAR_3.
16367 * doc/extend.texi: Document these new built-in functions.
16369 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
16371 * config/h8300/h8300.md (a peephole2): New.
16373 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
16375 * predict.c (estimate_bb_frequencies): Correctly set
16376 real_values_initialized after initialization.
16378 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
16380 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
16381 cppinit.o, cppdefault.o, fix-header): Update.
16382 * c-incpath.c: New file.
16383 * c-incpath.h: New file.
16384 * c-lex.c: Include c-incpath.h.
16385 (init_c_lex): Register path simplifier.
16386 * c-opts.c: Include cppdefault.h and c-incpath.h.
16387 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
16388 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
16389 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
16390 (missing_arg, c_common_decode_option): Handle them.
16391 (c_common_post_options): Register include chains.
16392 (print_help): Update.
16393 * cppdefault.h (struct default include): Update.
16394 Move some macros to ...
16395 * cppdefault.c: ... here.
16396 (cpp_include_defaults): Add extra field add_sysroot.
16397 * cppfiles.c (include_file, search_from, find_or_create_entry,
16398 cpp_included, find_include_file, remap_filename): Update for
16399 renaming of search_path to cpp_path, and of the chain headers.
16400 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
16401 * cpphash.h (struct search_path): Move to cpplib.h.
16402 (struct cpp_buffer, struct cpp_reader): Update.
16403 (_cpp_simplify_pathname): Remove.
16404 * cppinit.c: Don't include prefix.h and cppdefault.h.
16405 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
16406 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
16407 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
16408 no_pth, cpp_handle_options): Remove.
16409 (struct pending_option): Remove chain members.
16410 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
16411 cpp_handle_option): Update.
16412 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
16413 (struct cpp_options): Remove quote_include, bracket_include,
16414 include_prefix, include_prefix_len, verbose, ignore_srcdir,
16415 no_standard_includes, no_standard_cplusplus_includes.
16416 (struct cpp_callbacks): Add simplify_path.
16417 (cpp_handle_options): Remove.
16418 * fix-header.c: Include c-incpath.h.
16419 (read_scan_file): Update to use c-incpath functionality.
16420 * doc/passes.texi: Update.
16422 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
16424 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
16425 satisfies EXTRA_CONSTRAINT 'U'.
16427 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
16429 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
16431 (*tst_extzv_memqi_1_n): Change to a splitter.
16432 (a peephole2): Update.
16434 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
16436 * predict.c (estimate_bb_frequencies): Initialize the sreal
16437 constants once per compilation.
16439 2003-02-28 Richard Henderson <rth@redhat.com>
16441 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
16443 2003-02-28 scott snyder <snyder@fnal.gov>
16445 * flags.h: Add flag_eliminate_unused_debug_types.
16446 * toplev.c: Add flag_eliminate_unused_debug_types.
16447 (f_options): Add -feliminate-unused-debug-types.
16448 * dwarf2out.c (struct file_table): Add emitted member.
16449 (splice_child_die): Fix the parent pointer for the child being
16451 (lookup_filename): Maintain file_table.emitted array. Don't
16452 output .file directive here.
16453 (maybe_emit_file): (new)
16454 (init_file_table): Set up file_table.emitted.
16455 (dwarf2out_source_line): Use maybe_emit_file.
16456 (dwarf2out_start_source_file): Use maybe_emit_file.
16457 (dwarf2out_init): Use maybe_emit_file.
16458 (prune_unused_types_walk_attribs): (new)
16459 (prune_unused_types_mark): (new)
16460 (prune_unused_types_walk): (new)
16461 (prune_unused_types_prune): (new)
16462 (prune_unused_types): (new)
16463 (dwarf2out_finish): Call prune_unused_types if
16464 flag_eliminate_unused_debug_types is set.
16465 * doc/invoke.texi (Option Summary): Add
16466 -feliminate-unused-debug-types.
16467 (Debugging Options): Likewise.
16469 2003-02-28 Geoffrey Keating <geoffk@apple.com>
16471 * doc/invoke.texi: Change .pch to .gch.
16472 * cppfiles.c (open_file_pch): Likewise.
16473 * gcc.c (default_compilers): Likewise.
16475 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
16477 * floatlib.c: Remove.
16479 2003-02-28 Jason Merrill <jason@redhat.com>
16481 * stor-layout.c (variable_size): Leave a "minus 1" outside the
16484 2003-02-28 David Edelsohn <edelsohn@gnu.org>
16486 * config/rs6000/power4.md: Add compare bypass.
16488 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
16490 * config/netbsd.h: Update copyright years.
16491 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
16492 -pthread is specified on the command line.
16494 2003-02-28 Dale Johannesen <dalej@apple.com>
16496 * loop.c (struct movable): Add insert_temp, shrink savemode.
16497 (scan_loop): Accept invariants that require copying; mark as
16499 (combine_movables): Don't combine insert_temp movables.
16500 (move_movables): Insert copies for insert_temp movables.
16501 Don't record the info based on regno for insert_temp's.
16503 2003-02-28 Joel Sherrill <joel@OARcorp.com>
16506 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
16507 this constant defaults to 1.
16509 2003-02-28 Bob Wilson <bob.wilson@acm.org>
16511 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
16513 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
16515 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
16516 ARMv5e processor, not just for XScale. Instructions are predicable.
16517 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
16519 2003-02-28 Nick Clifton <nickc@redhat.com>
16521 * config/arm/arm.c (note_invalid_constants): Change parameter type
16524 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
16526 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
16528 (*tst_extzv_memqi_1_n): Likewise.
16529 (a peephole2): New.
16531 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
16533 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
16536 2003-02-28 Jan Hubicka <jh@suse.cz>
16538 * combine.c (gen_lowpart_for_combine): Update handling of
16540 * flow.c (life_analysis, mark_used_regs): Likewise.
16541 * regclass.c (subregs_of_mode): Turn into single bitmap.
16542 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
16543 dealing with subregs_of_mode
16544 * regs.h (subregs_of_mode): Update prototype.
16546 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
16548 * emit-rtl.c (set_reg_attrs_for_parm): New function.
16549 * rtl.h (set_reg_attrs_for_parm): New exported function.
16550 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
16551 set_reg_attrs_from_mem.
16553 2003-02-27 Roger Sayle <roger@eyesopen.com>
16554 Zack Weinberg <zack@codesourcery.com>
16556 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
16558 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
16560 * reload1.c (sext_for_mode): Remove.
16561 (reload_cse_move2add): Use trunc_int_for_mode instead of
16563 (move2add_note_store): Likewise.
16564 Reset register information if we see a set in non-integer
16567 2003-02-27 David Edelsohn <edelsohn@gnu.org>
16569 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
16571 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
16572 * config/rs6000/aix51.h: Same.
16573 * config/rs6000/aix52.h: Same.
16574 * config/rs6000/power4.md: Additional VMX bypasses.
16576 2003-02-27 Geert Bosch <bosch@gnat.com>
16578 * toplev.c (print_version): Add indentation for GGC heuristics and
16579 output after printing version information.
16581 2003-02-27 James E Wilson <wilson@tuliptree.org>
16583 * combine.c (simplify_comparison): Require integral mode when
16584 permuting SUBREG with AND.
16586 2003-02-27 Steve Ellcey <sje@cup.hp.com>
16588 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
16590 2003-02-27 Nick Clifton <nickc@redhat.com>
16592 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
16593 deleted when cirrus instructions were added.
16595 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
16597 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
16598 POSIX thread support by default.
16600 2003-02-27 Roger Sayle <roger@eyesopen.com>
16602 * config/i386/cygwin.h: Don't include any other files directly.
16603 * config/i386/mingw32.h: Don't include cygwin.h directly.
16604 * config.gcc (cygwin, mingw32, uwin): Instead make these files
16605 explicit in the tm_files variable.
16607 2003-02-27 Alan Modra <amodra@bigpond.net.au>
16609 * config/rs6000/rs6000.md: Add TI constant splitter.
16611 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
16613 * builtins.c (purge_builtin_constant_p): Handle subreg of
16614 constant_p_rtx too.
16616 * function.c (assign_stack_local_1): Truncate constant added to
16617 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
16619 2003-02-26 David Edelsohn <edelsohn@gnu.org>
16621 * config.gcc: Add power4 to PowerPC with_cpu list.
16623 2003-02-26 Jan Hubicka <jh@suse.cz>
16625 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
16627 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16629 * gcov-dump.c (print_prefix): Fix signedness warning.
16630 * gcov-io.h (struct counter_section, struct counter_section_data): New.
16631 (struct function_info): n_arc_counts field removed, n_counter_sections,
16632 counter_sections fields added.
16633 (struct gcov_info): arc_counts, n_arc_counts fields removed,
16634 n_counter_sections, counter_sections fields added.
16635 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
16637 * profile.h (MAX_COUNTER_SECTIONS): New.
16638 (struct section_info): New.
16639 (struct profile_info): count_instrumented_edges,
16640 count_edges_instrumented_now fields removed, n_sections, section_info
16642 (find_counters_section): Declare.
16643 * profile.c (struct function_list): count_edges field removed,
16644 n_counter_sections, counter_sections fields added.
16645 (set_purpose, label_for_tag, build_counter_section_fields,
16646 build_counter_section_value, build_counter_section_data_fields,
16647 build_counter_section_data_value, build_function_info_fields,
16648 build_function_info_value, build_gcov_info_fields,
16649 build_gcov_info_value): New static functions.
16650 (find_counters_section): New function.
16651 (instrument_edges, get_exec_counts, compute_branch_probabilities,
16652 branch_prob, create_profiler): Modified to support multiple profile
16655 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16657 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
16658 is 8 * STACK_BOUNDARY.
16659 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
16661 2003-02-26 Michael Matz <matz@suse.de>
16663 * ra-colorize.c (merge_moves): Fix list handling.
16665 2003-02-26 Nick Clifton <nickc@redhat.com>
16667 * config/arm/arm.c (is_load_address): Rename to...
16668 (arm_memory_load_p) ... this and make it check for SUBREGs and
16669 constant loads that will be converted into loads from the
16671 (is_cirrus_insn): Rename to ...
16672 (arm_cirrus_insn_p): ... this, for consistency. Replace test
16673 of CIRRUS_NO with CIRRUS_NOT.
16674 (cirrus_reorg): Use renamed functions.
16675 (note_invalid_constants): Change from a void function to bool.
16676 Add an extra parameter, saying whether the fixups should be
16677 pushed. Return true if fixups are needed.
16678 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
16679 of CIRRUS_NO with CIRRUS_NOT.
16680 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
16681 other floating point co-processors can also affect this.
16682 * config/arm/arm.md ("type" attribute): Add mav_farith and
16683 mav_dmult. Replace references to "cirrus_type" attribute with
16685 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
16686 ("cirrus_type" attribute): Delete - use "type" instead.
16687 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
16690 2003-02-25 Jan Hubicka <jh@suse.cz>
16692 * objc-act.c: Include cgraph.h
16693 (mark_referenced_methods): New function.
16694 (objc_init): Call it.
16695 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
16697 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
16700 * optabs.c (expand_fix): Do not widen the input operand.
16702 * expr.c (emit_group_store): Fix crash when converting single
16703 register into complex register.
16705 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
16706 * alias.c: Include timevar.h
16707 (init_alias_analysis): Set timevar
16708 * jump.c: Include timevar.h
16709 (rebuild_jump_labels): Set timevar
16710 * regcalss.c: Include timevar.h
16711 (reg_scan): Set timevar
16712 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
16714 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16716 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
16718 * Makefile.in (loop-unroll.o): New.
16719 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
16720 (unroll_and_peel_loops): Declare.
16721 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
16722 flag_old_unroll_loops.
16723 * loop.c (loop_invariant_p): Ditto.
16724 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
16725 flag_old_unroll_all_loops.
16726 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
16727 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
16728 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
16729 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
16730 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
16731 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
16732 PARAM_MAX_ONCE_PEELED_INSNS): New.
16733 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
16734 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
16735 instead of old one.
16736 (flag_peel_loops): New.
16737 (lang_independent_options): The new flags added.
16738 (rest_of_compilation): Call new unroller.
16739 (process_options): Setup flags for coexistence of old and new unroller.
16740 * doc/invoke.texi: Document new options.
16741 * doc/passes.texi: Document new unroller pass.
16743 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
16745 * fixinc/fixincl.x: Regenerate
16747 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
16749 * function.c (assign_parms): Set reg_attrs for parameters passed in
16752 2003-02-26 Alan Modra <amodra@bigpond.net.au>
16755 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
16757 2003-02-25 David Edelsohn <edelsohn@gnu.org>
16759 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
16762 2003-02-25 Roger Sayle <roger@eyesopen.com>
16764 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
16765 * cse.c (invalidate_skipped_set): Likewise.
16766 * integrate.c (subst_constants): Likewise.
16767 * jump.c (reversed_comparison_code_parts): Likewise.
16768 * loop.c (canonicalize_condition): Likewise.
16769 * simplify-rtx.c (simplify_relational_operation): Likewise.
16771 2003-02-25 Roger Sayle <roger@eyesopen.com>
16773 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
16774 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
16775 the appropriate macro to define built-in function.
16776 (fmod,fmodf,fmodl): New built-in functions.
16778 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
16780 2003-02-25 Richard Henderson <rth@redhat.com>
16782 * config/i386/i386.c (function_arg): Pass variable sized
16783 structures correctly on the stack.
16785 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
16787 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
16788 does not reduce the cost of SET.
16790 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16793 * config/rs6000/rs6000.c (first_reg_to_save): Handle
16794 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
16795 (rs6000_emit_prologue): Likewise.
16796 (rs6000_emit_epilogue): Likewise.
16797 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
16798 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
16800 2003-02-25 Richard Henderson <rth@redhat.com>
16802 * real.c (real_to_integer2): Force overflow result only for
16805 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
16807 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
16809 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
16810 Richard Henderson <rth@redhat.com>
16812 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
16813 there is no similar load.
16815 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
16816 Richard Henderson <rth@redhat.com>
16818 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
16820 (add_forward_dependence): New function prototype.
16822 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
16824 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
16825 them to haifa-sched.c.
16827 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
16828 haifa_classify_insn): Move them from sched-rgn.c.
16830 * sched-deps.c (add_dependence): Return flag of creating a new
16832 (add_forward_dependence): New function.
16833 (compute_forward_dependences): Use the function.
16835 * sched-ebb.c (earliest_block_with_similiar_load): New function.
16836 (add_deps_for_risky_insns): New function.
16837 (schedule_ebb): Call the function.
16839 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
16841 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
16842 TARGET_VECTOR_OPAQUE_P. Document accordingly.
16844 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
16847 * c-typeck.c (comptypes): Change call to vector_types_compatible
16848 to vector_opaque_p.
16849 (convert_for_assignment): Call vector_opaque_p instead of
16850 vector_types_compatible.
16851 (really_start_incremental_init): Disallow initialization of opaque
16854 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
16855 Define TARGET_VECTOR_OPAQUE_P.
16856 (TARGET_INITIALIZER): Same.
16858 * target.h (struct gcc_target): Remove vector_types_compatible.
16859 Add vector_opaque_p.
16861 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
16863 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
16864 a vector type. Change return type to bool.
16865 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
16866 (TARGET_VECTOR_OPAQUE_P): Define.
16868 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
16871 (cp_parser_init_declarator): Fix typo in function comments.
16873 2003-02-25 Jan Hubicka <jh@suse.cz>
16875 * Makefile.in (lcm.o): Add dependency on function.h
16876 * lcm.c (function.h): Include.
16877 * i386.c (machine_function, ix86_stack_locals,
16878 * ix86_save_varrargs_registers) : Move to
16880 * i386.h (machine_function, ix86_stack_locals,
16881 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
16882 (ix86_optimize_mode_switching): New.
16883 * i386.md (fix patterns): Set ix86_optimize_mode_switching
16885 2003-02-25 Nick Clifton <nickc@redhat.com>
16887 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
16888 of fourth arg is 'fndecl' not 'indirect'. Update comment
16889 describing the function's parameters.
16891 2003-02-24 Jan Hubicka <jh@suse.cz>
16893 * combine.c (simplify_shift_const): Fix previous patch.
16895 2003-02-24 Jeff Law <law@redhat.com>
16897 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
16899 (testsi_1, testhi_1, testqi_1): Likewise.
16901 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16903 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
16904 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
16905 * doc/extend.texi (Tru64 Pragmas): Reflect this.
16907 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
16908 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
16909 * fixinc/fixincl.x: Regenerate.
16910 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
16912 Fixes PR c/5059, c/6126, other/9671.
16914 2003-02-24 Roger Sayle <roger@eyesopen.com>
16916 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
16917 from handle_braces in "%{...}".
16919 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
16921 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
16922 (prepare_move_operands): Handle TLS operands.
16923 (tls_symbolic_operand): New.
16924 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
16925 (legitimize_pic_address): Do nothing for the TLS symbol.
16926 (sh_encode_section_info): Handle TLS case.
16927 (sh_strip_name_encoding): Drop TLS encoding.
16928 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
16929 * config/sh/sh.h (SH_TLS_ENCODING): Define.
16930 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
16931 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
16932 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
16933 * config/sh/sh.md: Define TLS UNSPEC constants.
16934 (type): Add tls_load.
16935 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
16936 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
16937 ("tls_initial_exec"): New insn.
16938 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
16939 ("load_gbr"): New insn.
16941 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
16942 * configure: Regenerate.
16944 2003-02-24 Alan Modra <amodra@bigpond.net.au>
16947 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
16948 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
16949 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
16950 (enum block_op_methods): Reorder for better store_expr optimization.
16951 * expr.c (store_expr): Test bit 1 of "want_value" for call param
16952 stores, test bit 0 for original want_value meaning. Pass
16953 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
16954 recursive calls, and calls to expand_param.
16955 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
16956 expected, set target to 0 rather than to subtarget. Formatting.
16958 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
16960 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
16962 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16964 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
16965 new default behavior.
16966 * ggc-common.c: Include sys/resource.h.
16967 (ggc_rlimit_bound): New function.
16968 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
16969 defaults to account for rlimits.
16971 2003-02-22 Richard Henderson <rth@redhat.com>
16973 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
16975 2003-02-22 Kelley Cook <kelley@dwhoops.info>
16977 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
16978 (ix86_tune_string): Rename from ix86_cpu_string.
16980 2003-02-22 Kelley Cook <kelleycook@comcast.net>
16982 * config/i386/i386.c: Replace "mcpu" with "mtune".
16983 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
16984 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
16985 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
16986 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
16988 2003-02-23 Andreas Schwab <schwab@suse.de>
16990 * config.gcc: Delete references to m68k/t-linux and
16992 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
16994 2003-02-22 Jan Hubicka <jh@suse.cz>
16996 * toplev.c (rest_of_compilation): Apply fotgotten hunk
16997 of track scheduling patch.
16999 2003-02-22 Jan Hubicka <jh@suse.cz>
17001 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17002 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17004 2003-02-22 Jan Hubicka <jh@suse.cz>
17006 * c-decl.c (c_expand_body_1): Fix.
17008 2003-02-22 Jan Hubicka <jh@suse.cz>
17010 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17012 * cfgcleanup.c (try_forward_edges): Don't check loop structures
17013 when not optimizing.
17014 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17015 when not expensive.
17016 * toplev.c (rest_of_compilation): Duplicate loop headers only when
17017 optimizing; Delete trivially dead insns early; fix optimize check.
17019 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17020 dependency on cgraph.h
17021 * c-decl.c: Include cgraph.h
17022 (finish_function): Update call of tree_inlinable_function_p.
17023 * c-objc-common.c: Include cgraph.h
17024 * cgraph.h: New file.
17025 * cgraphunit.c: New file.
17026 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17027 (cgraph_nodes, cgraph_n_nodes): Globalize.
17028 (cgraph_finalize_function, cgraph_finalize_compilation_unit
17029 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17030 Move into cgraphunit.c
17031 * tree-inline.c: Include cgraph.h
17032 * tree-inline.c: Include cgraph.h
17034 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
17036 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17037 for copying a register.
17039 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
17042 * toplev.c (process_options): If flag_detailed_statistics is set,
17043 then set time_report as well.
17046 * jump.c (never_reached_warning): Don't fall through BARRRIER
17047 insns. Update comments to reflect what the function really does.
17049 2003-02-21 Roger Sayle <roger@eyesopen.com>
17051 * fold-const.c (omit_one_operand): No longer static.
17052 * tree.h (omit_one_operand): Prototype here.
17053 (div_and_round_double): Keep fold-const.c prototypes together.
17054 * builtins.c (builtin_mathfn_code): Handle binary built-in
17055 funtions, such as "pow" and "atan2".
17056 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17057 Simplify optimizations using "type" the builtin's return type.
17059 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
17061 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17062 Fix functionalization typo.
17064 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17067 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17069 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17070 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17072 * ggc-common.c: Include params.h
17073 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17074 init_ggc_heuristics): New functions.
17075 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17076 init_ggc_heuristics): Prototype.
17077 * toplev.c (print_version): Output GGC heuristics.
17078 (parse_options_and_default_flags): Call init_ggc_heuristics.
17080 2003-02-22 Jan Hubicka <jh@suse.cz>
17082 * i386.c (def_builtin): Special case 64bit builtins.
17083 (MASK_SSE164, MASK_SSE264): New constants.
17084 (builtin_description): Add 64bit builtins.
17085 (ix86_init_mmx_sse_builtins): Likewise.
17086 * i386.h (enum ix86_builtins): Likewise.
17087 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
17088 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
17089 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
17090 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
17091 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
17092 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
17093 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
17095 2003-02-22 Jan Hubicka <jh@suse.cz>
17097 * i386.c (builtin_description): Add __builtin_ia32_paddq and
17098 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
17099 and __builtin_ia32_psubq128.
17100 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
17101 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
17102 (mmx_adddi3, mmx_subdi3): New.
17103 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
17104 * xmmintrin.h (_mm_movepi64_pi64): New.
17105 (_mm_add_epi64, _mm_sub_epi64): fix.
17106 (_mm_mul_pu16): Rename to...
17107 (_mm_mul_su32): ... this one.
17109 * builtins.c (expand_builtin_expect): Do not predict
17110 flag_guess_branch_prob is not set.
17111 * c-semantics.c (expand_stmt): Likewise.
17112 * predict.c (predict_insn): Likewise.
17113 * stmt.c (expand_continue_loop): Likewise.
17114 * toplev.c (rest_of_compilation): Do not call
17115 note_prediction_to_br_prob and note_prediction_to_br_prob
17116 when not optimizing.
17118 2003-02-21 Jan Hubicka <jh@suse.cz>
17120 * cfgrtl.c (commit_edge_insertions): Call
17121 find_many_sub_basic_block only when some code has been emitted.
17122 (commit_edge_insertions_watch_calls): Bring into sync with
17123 commit_edge_insertions
17125 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
17127 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
17129 * sh.md (binary_sf_op): Use extra constant operand instead of
17130 negating constant operand 4.
17131 * sh.c (sh_expand_binop_v2sf): Supply it.
17133 2003-02-21 Zack Weinberg <zack@codesourcery.com>
17135 * cpphash.h (struct lexer_state): Add directive_wants_padding.
17136 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
17137 for directives of type INCL.
17138 (glue_header_name, parse_include): Use get_token_no_padding.
17139 * cppmacro.c (replace_args): If directive_wants_padding,
17140 provide padding tokens.
17142 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
17144 * config/h8300/h8300.md (a peephole2): New.
17146 2003-02-21 Jan Hubicka <jh@suse.cz>
17148 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
17149 (commit_edge_insertions): Call find_many_sub_basic_blocks
17151 * reg-stack.c (convert_regs): Cleax aux for blocks.
17153 2003-02-21 Jan Hubicka <jh@suse.cz>
17155 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
17157 2003-02-21 Glen Nakamura <glen@imodulo.com>
17159 PR optimization/8613
17160 * builtins.c (expand_builtin): Emit postincrements before expanding
17163 2003-02-21 Ben Elliston <bje@redhat.com>
17166 * doc/install.texi (Configuration): Explain using $HOME instead of
17167 the ~ metacharacter when referring to home directories.
17169 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
17171 * configure.in (TARGET_SYSTEM_ROOT): Set default to
17172 ${exec_prefix}/${target_alias}/sys-root. Match explicit
17173 '${exec_prefix}' (in addition to the expansion thereof) as
17175 * configure: Rebuilt.
17177 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
17179 * config/h8300/h8300.md (addhi3_incdec): Change the name to
17181 (addsi3_incdec): Change the name to *addsi3_incdec.
17183 2003-02-20 Roger Sayle <roger@eyesopen.com>
17185 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
17187 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
17190 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
17191 options to be ignored.
17192 (c_common_decode_option): Ignore them when preprocessing.
17194 2003-02-20 Jan Hubicka <jh@suse.cz>
17196 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
17198 (lang_independent_options): Add -fsched2-use-superblocks
17199 -fsced2-use-traces.
17200 (rest_of_compilation): Deal with it.
17201 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
17202 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
17204 * rtl.h (reg_to_stack): Update prototype.
17205 * reg-stack.c (reg_to_stack): Return when something has changed;
17206 update liveness when executing after superblock scheduling.
17208 * combine.c (simplify_shift_const): Simplify few special cases
17211 2003-02-20 David Edelsohn <edelsohn@gnu.org>
17213 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
17214 (add.,subf.,neg.): Change attribute to fast_compare.
17215 All DFA descriptions updated.
17217 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
17219 Change base class access representation.
17220 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
17221 TREE_VIA_PRIVATE): Remove.
17222 (BINFO_BASEACCESSES): New binfo elt.
17223 (BINFO_BASEACCESS): New accessor.
17224 (BINFO_ELTS): Increase.
17225 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
17226 (access_public_node, access_protected_node,
17227 access_private_node): New global nodes.
17228 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
17229 * dbxout.c (dbxout_type): Adjust.
17230 * dwarf2out.c (gen_inheritance_die): Add access parameter.
17231 (gen_member_die): Adjust.
17232 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
17233 (output_type): Adjust.
17234 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
17236 Change base class access representation. Share virtual base
17238 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
17240 * cp/class.c (build_base_path): Likewise.
17241 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
17242 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
17243 (make_new_vtable): Adjust.
17244 (force_canonical_binfo_r): Delete.
17245 (force_canonical_binfo): Delete.
17246 (mark_primary_virtual_base): Delete.
17247 (dfs_unshared_virtual_bases): Delete.
17248 (mark_primary_bases): Adjust.
17249 (maybe_warn_about_overly_private_class): Adjust.
17250 (dfs_base_derived_from): Delete.
17251 (base_derived_from): Follow the inheritance chain.
17252 (struct find_final_overrider_data): Add vpath member.
17253 (dfs_find_final_overrider): Adjust.
17254 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
17255 (find_final_overrider): Adjust.
17256 (update_vtable_entry_for_fn): Adjust.
17257 (modify_all_vtables): Adjust.
17258 (walk_subobject_offsets): Adjust.
17259 (layout_nonempty_base_or_field): Adjust.
17260 (layout_empty_base): Remove last parameter. Adjust.
17261 (build_base_field): Adjust.
17262 (build_base_fields): Adjust.
17263 (propagate_binfo_offsets): Remove last parameter. Adjust.
17264 (dfs_set_offset_for_unshared_vbases): Delete.
17265 (layout_virtual_bases): Adjust.
17266 (finish_struct_1): Adjust.
17267 (init_class_processing): Don't init access nodes.
17268 (dfs_get_primary_binfo): Delete.
17269 (get_primary_binfo): Adjust.
17270 (dump_class_hierarchy_r): Remove most derived arg, add IGO
17272 (dump_class_hierarchy): Adjust.
17273 (finish_vtbls): Adjust.
17274 (get_original_base): Delete.
17275 (build_vtt_inits): Adjust.
17276 (dfs_build_secondary_vptr_vtt_inits): Adjust.
17277 (dfs_ctor_vtable_bases_queue_p): Adjust.
17278 (build_ctor_vtbl_group): Adjust.
17279 (dfs_accumulate_vtbl_inits): Adjust.
17280 (build_vtbl_initializer): Adjust.
17281 (build_vbase_offset_vtbl_entries): Adjust.
17282 (add_vcall_offset_vtbl_entries_1): Adjust.
17283 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
17284 (access_*_node): Remove.
17285 (CANONICAL_BINFO): Delete.
17286 (BINFO_UNSHARED_MARKED): Remove.
17287 (BINFO_MARKED): Set LANG_FLAG_0 directly.
17288 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
17289 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
17290 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
17292 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
17293 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
17294 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
17296 (BINFO_DEPENDENT_BASE_P): New.
17297 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
17299 (markedp, unmarkedp): Adjust.
17300 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
17301 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
17302 find_vbase_instance, binfo_for_vbase): Delete.
17303 (copied_binfo, original_binfo): Declare.
17304 (finish_base_specifier): Add virtual_p arg.
17305 (unshare_base_binfos): Delete.
17306 (copy_base_binfos): Declare.
17307 (reverse_path): Delete.
17308 * cp/decl.c (xref_basetypes): Access and virtuality passed
17309 differently. Don't copy direct base binfos here. Call
17311 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17312 (initialize_vtbl_ptrs): Adjust.
17313 (expand_member_init): Adjust.
17314 * cp/parser.c (cp_parser_base_specifier): Adjust.
17315 * cp/pt.c (instantiate_class_template): Adjust.
17316 (get_template_base_recursive): Adjust.
17317 * cp/rtti.c (get_pseudo_ti_init): Adjust.
17318 (get_pseudo_ti_desc): Adjust.
17319 * cp/tree.c (unshare_base_binfos): Rename to ...
17320 (copy_base_binfos): ... here, reimplement.
17321 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
17322 (reverse_path): Remove.
17323 * cp/typeck.c (get_delta_difference): Adjust error messages.
17324 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
17325 * cp/search.c (lookup_base_r): Adjust.
17326 (dynamic_cast_base_recurse): Adjust.
17327 (canonical_binfo): Remove.
17328 (dfs_canonical_queue): Remove.
17329 (dfs_assert_unmarked_p): Remove.
17330 (assert_canonical_unmarked): Remove.
17331 (shared_marked_p, shared_unmarked_p): Remove.
17332 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
17333 (dfs_access_in_type): Adjust.
17334 (access_in_type): Adjust.
17335 (dfs_accessible_queue_p): Adjust.
17336 (dfs_accessible_p): Adjust.
17337 (is_subobject_of_p_1, is_subobject_of_p): Remove.
17338 (struct lookup_field_info): Remove from_dep_base_p field.
17339 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
17340 (lookup_field_r): Remove dependent base code.
17341 (lookup_member): Likewise.
17342 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
17343 (dfs_unmarked_real_bases_queue_p): Remove.
17344 (dfs_marked_real_bases_queue_p): Remove.
17345 (dfs_skip_vbases): Remove.
17346 (dfs_get_pure_virtuals): Adjust.
17347 (markedp, unmarkedp): Adjust.
17348 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
17349 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
17350 (dfs_unmark): Adjust.
17351 (dfs_get_vbase_types):Remove.
17352 (dfs_build_inheritance_graph_order): Remove.
17353 (get_vbase_types): Remove
17354 (dfs_find_vbase_instance): Remove.
17355 (find_vbase_instance): Remove.
17356 (dfs_debug_unmarkedp): Adjust.
17357 (dependent_base_p): Remove.
17358 (dfs_push_type_decls): Adjust.
17359 (dfs_push_decls): Adjust.
17360 (dfs_no_overlap_yet): Adjust.
17361 (copied_binfo): New function.
17362 (original_binfo): New function.
17363 (binfo_for_vbase): Remove.
17365 Change base class access representation.
17366 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
17367 (add_interface_do): Likewise.
17369 2003-02-20 David Edelsohn <edelsohn@gnu.org>
17371 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
17372 * config/rs6000/power4.md (power4-store,power4-vecstore): New
17374 (power4-fpstore): Compact.
17376 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
17378 * config/h8300/h8300.md (*iorsi3_w): New.
17380 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
17382 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
17383 * rtl.c (reg_note_name): Likewise.
17384 * rtl.h (enum reg_note): Likewise.
17385 * doc/invoke.texi: Likewise.
17386 * doc/rtl.texi: Likewise.
17388 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
17390 * bb-reorder.c (find_traces_1_round): Fix comment typo.
17392 2003-02-19 Roger Sayle <roger@eyesopen.com>
17394 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
17395 addition in the presence of signaling NaNs.
17397 2003-02-19 Krister Walfridsson <cato@df.lth.se>
17399 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
17401 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
17403 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
17404 ORing with 0xffff??00 with the highest bit of the ?? part set.
17405 (compute_logical_op_length): Update.
17406 (compute_logical_op_cc): Likewise.
17408 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
17410 * bb-reorder.c (find_traces_1_round): Fixed condition for small
17411 destination block with multiple predecessors.
17412 (connect_traces): Check whether the block is a start of trace.
17414 2003-02-19 Jan Hubicka <jh@suse.cz>
17416 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
17417 * function.c (assign_params): Likewise.
17418 * arm-protos.h (arm_init_cumulative_args): Update prototype.
17419 * arm.c (arm_init_cumulative_args): Update function.
17420 * arm.h (INIT_CUMULATIVE_ARGS): Update.
17421 * avr-protos.h (init_cumulative_args): Update prototype.
17422 * avr.c (init_cumulative_args): Update function.
17423 * avr.h (INIT_CUMULATIVE_ARGS): Update.
17424 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
17425 * d30v.c (d30v_init_cumulative_args): Update function.
17426 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
17427 * frv-protos.h (frv_init_cumulative_args): Update prototype.
17428 * frv.c (frv_init_cumulative_args): Update function.
17429 * frv.h (INIT_CUMULATIVE_ARGS): Update.
17430 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
17431 * pa.h (INIT_CUMULATIVE_ARGS): Update.
17432 * sparc-protos.h (init_cumulative_args): Update prototype.
17433 * sparc.c (init_cumulative_args): Update function.
17434 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
17435 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
17437 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
17439 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
17440 (*ashiftsi_sextqi_7): Likewise.
17442 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17444 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
17447 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
17448 for C++ on IRIX 6.5.1[89].
17449 * fixinc/tests/base/internal/sgimacros.h: New file.
17451 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
17452 * fixinc/tests/base/internal/wchar_core.h: New file.
17454 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
17455 socklen_t definition.
17456 * fixinc/fixincl.x: Regenerate.
17457 * fixinc/tests/base/sys/socket.h: New file.
17458 Fixes PR libgcj/9652.
17460 2003-02-19 Jan Hubicka <jh@suse.cz>
17462 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
17464 2003-02-19 David Edelsohn <edelsohn@gnu.org>
17466 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
17467 align_jumps_max_skip and align_loops_max_skip.
17469 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
17471 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
17472 test size if named section.
17474 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
17476 * expr.c (expand_expr): Use gen_int_mode for the argument
17479 2003-02-19 Jan Hubicka <jh@suse.cz>
17481 * i386.md (cosxf2): Fix conditional.
17483 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
17485 * config/h8300/h8300.md (extendqisi2): Change to an expander.
17486 (*extendqisi2_h8300): New.
17487 (*extendqisi2_h8300hs): Likewise.
17489 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
17491 * config/h8300/h8300-protos.h: Update the prototype for
17492 split_adds_subs. Remove the prototypes for
17493 const_int_le_2_operand and const_int_le_6_operand.
17494 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
17495 (const_int_le_2_operand): Remove.
17496 (const_int_le_6_operand): Likewise.
17497 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
17498 for const_int_le_2_operand and const_int_le_6_operand.
17499 * config/h8300/h8300.md: Update all uses of split_adds_subs.
17500 (a peephole2): New.
17502 2003-02-18 Jan Hubicka <jh@suse.cz>
17504 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
17505 (cgraph_expand_function): Rewrite.
17507 2003-02-18 Matt Austern <austern@apple.com>
17509 * toplev.c, langhooks.c, langhooks-def.h: Move
17510 write_global_declarations from toplev.c to langhooks.c.
17512 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
17514 * config/h8300/h8300.c (general_operand_src): Always check
17516 (general_operand_dst): Likewise.
17518 2003-02-18 Roger Sayle <roger@eyesopen.com>
17520 * convert.c (convert_to_real): Also optimize (float)log(x) into
17521 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
17523 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
17525 * config/sh/sh.c (unspec_caller_rtx_p): New.
17526 (sh_cannot_copy_insn_p): New.
17527 (TARGET_CANNOT_COPY_INSN_P): New.
17529 2003-02-18 Richard Henderson <rth@redhat.com>
17531 * c-common.c (handle_used_attribute): Accept static data too.
17533 2003-02-18 Nick Clifton <nickc@redhat.com>
17534 Aldy Hernandez <aldyh@redhat.com>
17536 * testsuite/gcc.dg/20030218-1.c: New.
17538 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
17540 * target-def.h (TARGET_INITIALIZER): Add
17541 TARGET_VECTOR_TYPES_COMPATIBLE.
17542 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
17544 * target.h (struct gcc_target): Add field vector_types_compatible.
17546 * c-typeck.c (comptypes): Take into account
17547 TARGET_VECTOR_TYPES_COMPATIBLE.
17548 (convert_for_assignment): Same.
17550 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
17551 (rs6000_spe_vector_types_compatible): New.
17552 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
17554 2003-02-19 Andreas Schwab <schwab@suse.de>
17556 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
17557 * toplev.c: Include langhooks-def.h.
17559 2003-02-18 Chris Demetriou <cgd@broadcom.com>
17561 * config/mips/mips.h (enum processor_type): Sort entries
17563 * config/mips/mips.md (define_attr cpu): Sync with processor_type
17564 enum values, including adding entries that were missing.
17566 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
17568 * sh.c (calc_live_regs): Also check GET_CODE when checking if
17569 initial value for PR_REG is still the PR_REG register.
17571 2003-02-18 Jim Wilson <wilson@redhat.com>
17573 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
17574 instruction in output template.
17575 (bsp_value): Change output template from string to C code, add %,
17576 before actual instruction.
17577 (flushrs): Mark as not predicable.
17579 2003-02-18 Krister Walfridsson <cato@df.lth.se>
17581 * inclhack.def (netbsd_bogus_semicolon): New fix.
17582 * fixincl.x: Rebuilt.
17583 * tests/base/ctype.h: Update.
17585 2003-02-18 Roger Sayle <roger@eyesopen.com>
17587 * fold-const.c (negate_expr_p): New function to determine whether
17588 an expression can be negated cheaply.
17589 (fold) [MINUS_EXPR]: Use it to determine whether to transform
17590 -A - B into -B - A for floating point types.
17592 2003-02-18 Roger Sayle <roger@eyesopen.com>
17594 * sbitmap.c (sbitmap_resize): New function.
17595 * sbitmap.h (sbitmap_resize): Prototype here.
17596 * recog.c (split_all_insns): Use sbitmap_resize.
17598 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
17600 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
17602 (extendqisi2): Likewise.
17603 (*extendhisi2_h8300): Likewise.
17605 2003-02-18 Matt Austern <austern@apple.com>
17607 * langhooks.h, langhooks-def.h: introduce new langhook,
17608 final_write_globals, with write_global_declarations as default.
17609 * toplev.c: Move invocation of wrapup_global_declarations from
17610 compile_file to new function, write_global_declarations. Change
17611 compile_file to use final_write_globals hook. Change
17612 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
17615 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17617 * pa.md: Correct and enhance comment.
17619 2003-02-18 Geoffrey Keating <geoffk@apple.com>
17621 * gcc.c (validate_switches): Don't scan past closing '}'.
17623 2003-02-18 Ben Elliston <bje@redhat.com>
17626 * doc/extend.texi (Function Attributes): Document the effect of
17627 the C++ "this" parameter on the counting of arguments for the
17628 "format" and "format_arg" attributes.
17630 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
17632 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
17636 2003-02-17 Jan Hubicka <jh@suse.cz>
17638 * recog.c (split_all_insns): Fix memory overflow.
17640 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
17642 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
17644 (*cmphi_h8300): Likewise.
17645 (*cmphi_h8300hs): Likewise.
17647 (7 peephole2): Likewise.
17649 2003-02-16 Jan Hubicka <jh@suse.cz>
17651 * c-typeck.c (build_c_cast): Fold constant variables into
17654 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17656 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
17657 (Binaries): Ditto for Sinix/Reliant Unix.
17659 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
17661 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
17662 not overlap the final result register.
17664 2003-02-16 Arend Bayer <arend.bayer@web.de>
17665 Richard Henderson <rth@redhat.com>
17668 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
17669 rearrange mult arguments for less recursion.
17670 (extract_muldiv): New. Prevent runaway recursion.
17672 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
17674 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
17677 2003-02-15 Roger Sayle <roger@eyesopen.com>
17679 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
17680 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
17681 (ext_80387_constants_table): Global table of 80387 special constants
17682 guarded by ext_80387_constants_init flag when not initialized.
17683 (init_ext_80387_constants): New function to initialize this table.
17684 (standard_80387_constant_p): Extend to recognize extra 80387
17685 constants, in XFmode, on processors where this is a win.
17686 (standard_80387_constant_opcode): New function to return the
17687 opcode associated with standard_80387_constant_p.
17688 (standard_80387_constant_rtx): New function to return the XFmode
17689 CONST_DOUBLE associated with standard_80387_constant_p.
17690 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
17692 * config/i386/i386-protos.h (standard_80387_constant_opcode):
17694 (standard_80387_constant_rtx): Likewise.
17696 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
17697 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
17698 *movtf_integer): Simplify using new standard_80387_constant_opcode.
17700 2003-02-15 Geoffrey Keating <geoffk@apple.com>
17702 * doc/invoke.texi (Optimize Options): Correct @option syntax.
17704 2003-02-15 Richard Henderson <rth@redhat.com>
17706 * Makefile.in (cfglayout.o): Depend on TARGET_H.
17707 * cfglayout.c: Include target.h.
17708 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
17709 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
17710 * target.h (struct gcc_target): Add cannot_copy_insn_p.
17712 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
17713 (TARGET_CANNOT_COPY_INSN_P): New.
17714 (override_options): Revert 2003-02-08 hack.
17716 2003-02-15 Richard Henderson <rth@redhat.com>
17718 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
17719 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
17721 2003-02-15 David Edelsohn <edelsohn@gnu.org>
17723 * config/rs6000/rs6000.h (processor_type): Add PPC440.
17724 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
17725 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
17726 TARGET_SCHED_VARIABLE_ISSUE): Define.
17727 (rs6000_use_dfa_pipeline_interface): New function.
17728 (rs6000_multipass_dfa_lookahead): New Function.
17729 (rs6000_variable_issue): New function.
17730 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
17731 (rs6000_issue_rate): Add PPC440.
17732 * config/rs6000/rs6000.md (unspec list): Correct typo.
17733 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
17734 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
17735 cmp, delayed_cr, mfcr, mtcr.
17736 (automata_option): Set "ndfa".
17737 (extendMMNN2): Update attributes.
17738 (movcc_internal1): Discourage move to non-cr0. Update
17740 (movMM_update): Update attributes.
17741 (cmpMM_internal): Update attributes.
17742 (sCC CR materialization): Update attributes.
17743 (branch patterns): Do not discourage non-cr0.
17744 (cr logical patterns): Prefer destructive register allocation.
17746 (movesi_from_cr): Update attribute.
17747 (mtcrf_operation): Update attribute.
17748 (mtcrfsi): Update attribute.
17749 * config/rs6000/40x.md: New file.
17750 * config/rs6000/603.md: New file.
17751 * config/rs6000/6xx.md: New file.
17752 * config/rs6000/7450.md: New file.
17753 * config/rs6000/7xx.md: New file.
17754 * config/rs6000/mpc.md: New file.
17755 * config/rs6000/power4.md: New file.
17756 * config/rs6000/rios1.md: New file.
17757 * config/rs6000/rios2.md: New file.
17758 * config/rs6000/rs64.md: New file.
17759 [Some DFA descriptions based on work by Michael Hayes]
17761 2003-02-15 Richard Henderson <rth@redhat.com>
17763 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
17764 successors with multiple predecessors.
17765 (connect_traces): Try harder to copy traces of length 1.
17767 * function.h (struct function): Add computed_goto_common_label,
17768 computed_goto_common_reg.
17769 * function.c (free_after_compilation): Zap them.
17770 * stmt.c (expand_computed_goto): Use them to produce one
17771 indirect branch per function.
17773 2003-02-15 Richard Henderson <rth@redhat.com>
17775 * cfgcleanup.c: Include params.h.
17776 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
17777 too many outgoing edges from a block.
17778 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
17779 * params.def (max-crossjump-edges): New.
17780 * doc/invoke.texi: Document it.
17782 2003-02-15 Richard Henderson <rth@redhat.com>
17784 * recog.c (split_all_insns): Include new blocks in life update;
17785 do a global life update.
17787 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
17789 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
17791 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
17794 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
17796 PR optimization/7702
17797 * reload1.c (reload_cse_simplify_set): Honor
17798 CANNOT_CHANGE_MODE_CLASS.
17800 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
17802 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
17804 * config/mn10300/mn10300-protos.h: Declare it.
17805 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
17806 attribute cc of instructions that may use clr.
17808 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
17810 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
17811 (x - (x & y)) is found.
17813 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17815 * configure.in: Fix typo.
17816 * configure: Regenerate.
17818 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
17820 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
17822 2003-02-13 Adam Nemet <anemet@lnxw.com>
17825 * combine.c: Fix spelling in comment.
17826 (cached_nonzero_bits): New function.
17827 (cached_num_sign_bit_copies): New function.
17828 (nonzero_bits_with_known): New macro.
17829 (num_sign_bit_copies_with_known): New macro.
17830 (nonzero_bits1): Rename from nonzero_bits. Add three new
17831 arguments. Change calls from nonzero_bits to
17832 nonzero_bits_with_known.
17833 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
17834 three new arguments. Change calls from num_sign_bit_copies to
17835 num_sign_bit_copies_with_known.
17836 (nonzero_bits): New macro.
17837 (num_sign_bit_copies): New macro.
17838 (update_table_tick): Don't traverse identical subexpression more
17840 (get_last_value_validate): Likewise.
17842 2003-02-13 Zack Weinberg <zack@codesourcery.com>
17844 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
17845 * function.h (struct emit_status): Length of regno_pointer_align
17846 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
17847 not regno_pointer_align_length (i.e. length actually used, not
17848 length as allocated)
17850 * config/i386/i386.c (struct stack_local_entry): New.
17851 (struct machine_function): Replace huge array with alist.
17852 (assign_386_stack_local): Change to match.
17854 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
17856 * inclhack.def (hpux_long_double): Tighten select and add bypass
17858 * fixincl.x: Rebuilt.
17860 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
17862 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
17863 edge and block ends with a jump insn it must be simple jump.
17865 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
17867 * Makefile.in (PREPROCESSOR_DEFINES): Add
17868 @TARGET_SYSTEM_ROOT_DEFINE@.
17869 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
17870 is specified or if building a cross compiler.
17871 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
17872 if the sysroot is under $exec_prefix.
17873 * configure: Regenerated.
17874 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
17876 (struct default_include): Add add_sysroot field.
17877 (cpp_SYSROOT): Declare.
17878 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
17880 (cpp_SYSROOT): New variable.
17881 * cppinit.c (cpp_create_reader): Initialize
17882 CPP_OPTION (pfile, sysroot).
17883 (init_standard_includes): Handle add_sysroot. Do not
17884 add unrelocated copies of relocated directories.
17885 (COMMAND_LINE_OPTIONS): Add -isysroot.
17886 (cpp_handle_option): Handle -isysroot.
17887 * cpplib.h (struct cpp_options): Add sysroot member.
17888 * gcc.c (The Specs Language): Update description of %I.
17889 (target_system_root_changed): New variable.
17890 (process_command): Conditionalize make_relative_prefix call
17891 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
17892 target_system_root_changed.
17893 (do_spec_1): Add -isysroot to %I.
17894 * doc/invoke.texi (Spec Files): Update description of %I.
17895 * doc/install.texi (--with-sysroot): Update comment about
17898 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
17900 * config/h8300/h8300.md (a peephole2): New.
17902 2003-02-13 Robert Lipe <robertlipe@usa.net>
17903 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17905 * doc/install.texi (Specific): Update three SCO-related URLs.
17907 2003-02-13 Andreas Schwab <schwab@suse.de>
17909 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
17910 Parenthesize properly.
17911 (NPREDECESORS): Parenthesize properly.
17913 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
17915 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
17917 2003-02-12 Roger Sayle <roger@eyesopen.com>
17919 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
17920 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
17922 * reg-stack.c (subst_stack_regs_pat): Add support for binary
17923 UNSPEC instructions (e.g. "fpatan").
17925 2003-02-12 Mike Stump <mrs@apple.com>
17927 * varray.c (element_size): Remove.
17928 (uses_ggc): Remove.
17930 (varray_init): Use new interface.
17931 (varray_grow): Use new interface.
17932 (varray_clear): Use new interface.
17934 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
17936 * config/rs6000/spe.h: Add casts to the arguments of the following
17937 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
17938 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
17939 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
17940 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
17941 __ev_get_u16, __ev_get_s16.
17943 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
17945 * config/h8300/h8300.md (a peephole2): New.
17947 2003-02-12 Jan Hubicka <jh@suse.cz>
17949 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
17950 (OBJS): Add callgraph.o
17951 (callgraph.o): New.
17952 * c-decl.c (expand_body_1): Break out from ...
17953 (expand_body): This one; change calling convention
17954 (finish_function): Move some of expand_body logic here.
17955 (c_expand_deferred_function): Update call of expand_body
17956 (c_expand_stmt): Use c_expand_body_1.
17957 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
17958 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
17959 * c-tree.h (c_expand_body): Declare.
17960 * callgraph.c: New file.
17961 * flags.h (flag_unit_at_a_time): Declare.
17962 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
17963 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
17964 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
17965 * langhooks.h (struct lang_hooks_for_callgraph): New.
17966 (struct lang_hooks): Add callgraph field.
17967 * toplev.c (flag_unit_at_a_time): New.
17968 (lang_independent_options): Add flag_unit_at_a_time.
17969 (process_options): Disable unit-at-a-time mode for frontends not
17970 supporting callgraph.
17971 * tree-inline.c (typedef struct inline_data): Add "decl"
17972 (expand_call_inline): Update callgraph.
17973 (optimize_inline_calls): Set id.decl.
17974 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
17975 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
17976 cgraph_calls_p): Declare.
17977 * invoke.texi (-funit-at-a-time): Document
17979 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
17981 * config/rs6000/spe.h: Fix misc formatting.
17982 (__ev_create_ufix32_fs): Cast ev argument.
17983 (__ev_create_sfix32_fs): Same.
17984 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
17985 (__ev_get_ufix32_fs_internal): Same.
17987 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
17989 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
17990 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
17992 2003-02-12 Zack Weinberg <zack@codesourcery.com>
17994 * cpplib.c (do_include_common): Move warnings for
17995 #include_next and #import out to callers. Use early-return
17996 instead of nested ifs. Don't do check_eol here.
17997 (parse_include): Do check_eol here with the rest of the
17999 (do_include_next, do_import): Now handle warnings.
18001 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18003 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18005 2003-02-12 Jan Hubicka <jh@suse.cz>
18007 * predict.c (estimate_probability): Fix roundoff error.
18009 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
18011 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18012 (two peephole2): New.
18014 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
18016 * config/h8300/h8300.md (several peephole2): Replace
18017 find_regno_note with peep2_reg_dead_p.
18019 2003-02-11 Richard Henderson <rth@redhat.com>
18021 * gcse.c (lookup_set): Remove unused argument PAT. Update
18024 2003-02-11 Geoffrey Keating <geoffk@apple.com>
18026 * diagnostic.c (real_abort): New.
18027 (diagnostic_report_diagnostic): Call real_abort on error.
18028 * diagnostic.h (diagnostic_abort_on_error): New.
18029 (struct diagnostic_context): Add abort_on_error field.
18030 * toplev.c (setup_core_dumping): New.
18031 (decode_d_option): Handle 'H' case.
18032 * doc/invoke.texi (Debugging Options): Document -dH.
18034 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
18036 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18037 which refers to obsolete directories.
18039 2003-02-11 Richard Henderson <rth@redhat.com>
18041 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18043 2002-10-21 Jan Hubicka <jh@suse.cz>
18045 * i386.c (contains_128bit_aligned_vector_p): New function.
18046 (ix86_function_arg_boundary): Properly align vector modes.
18048 2003-02-11 Bob Wilson <bob.wilson@acm.org>
18050 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18051 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18054 2003-02-11 Roger Sayle <roger@eyesopen.com>
18056 * builtins.c: Fix failure caused by commiting wrong patch.
18058 2003-02-11 Dale Johannesen <dalej@apple.com>
18059 * ra-build.c (compare_and_free_webs): Relax checking.
18060 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
18061 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
18063 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18065 PR optimization/9651
18066 * rtlanal.c (may_trap_p): Handle FIX.
18068 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
18070 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18071 * doc/invoke.texi: Extra alias.
18073 2003-02-11 Geoffrey Keating <geoffk@apple.com>
18075 * config/rs6000/host-darwin.c: Fix comment.
18077 2003-02-11 David Edelsohn <edelsohn@gnu.org>
18079 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
18080 predicate for mod result.
18082 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18084 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
18085 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
18086 * fixincl.x: Rebuilt.
18087 * tests/base/stdlib.h: Update.
18088 * tests/base/ctype.h: New file.
18090 2003-02-11 Jan Hubicka <jh@suse.cz>
18092 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
18094 2003-02-11 Richard Henderson <rth@redhat.com>
18096 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
18097 appropriated as globals.
18098 (ix86_expand_clrstr): Similarly.
18099 * config/i386/i386.md (cmpstrsi): Similarly.
18101 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
18103 * config/h8300/h8300.md (a peephole2): Add a case of 255.
18105 2003-02-11 Roger Sayle <roger@eyesopen.com>
18107 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
18108 (pow_optab, atan2_optab): Define corresponding macros.
18109 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
18110 * genopinit.c (optabs): Implement pow_optab and atan2_optab
18111 using pow?f3 and atan2?f3 patterns.
18112 * builtins.c (expand_errno_check): New function to update errno
18113 if necessary, split out from expand_builtin_mathfn.
18114 (expand_builtin_mathfn): Use expand_errno_check.
18115 (expand_builtin_mathfn_2): New function to handle expanding binary
18116 math functions, reusing the code in expand_errno_check.
18117 (expand_builtin): Handle the pow and atan2 math built-ins,
18118 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
18119 expand_builtin_mathfn_2.
18121 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
18123 2003-02-11 Jan Hubicka <jh@suse.cz>
18125 * combine.c (combine_simplify_rtx): Fix folding of
18126 nested float_truncates.
18128 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
18130 * config/h8300/h8300.md (a peephole2): Fix a typo.
18132 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
18134 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
18137 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
18139 * config/h8300/h8300-protos.h: Add a prototype for
18141 * config/h8300/h8300.c (gtuleu_operator): New.
18142 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
18143 * config/h8300/h8300.md (a peephole2): New.
18145 2003-02-11 Jan Hubicka <jh@suse.cz>
18147 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
18149 2003-02-11 Jan Hubicka <jh@suse.cz>
18151 * predict.c (choose_function_section): Choose sections correctly.
18153 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18155 * reload1.c (first_label_num): New.
18156 (reload): Index offsets_known_at and offsets_at using difference of
18157 label number and first label number. Don't use offset pointers.
18158 (set_label_offsets, set_initial_label_offsets): Likewise.
18160 2003-02-10 Roger Sayle <roger@eyesopen.com>
18162 * mips-tfile.c (init_file): Add missing initializers in the
18163 "#ifdef __alpha" case.
18164 (file_offset, max_file_offset): Declare as unsigned long.
18165 (write_varray): Cast to "unsigned long" in comparisons against
18166 either file_offset or max_file_offset.
18167 (write_object): Likewise.
18168 (read_seek): Likewise.
18169 (copy_object): Likewise. Declare "ifd" as int to match its use
18170 in add_ext_symbol, and avoid signed/unsigned conditional warning.
18172 2003-02-10 Nick Clifton <nickc@redhat.com>
18173 Aldy Hernandez <aldyh@redhat.com>
18175 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
18176 override options which have been specified on the command line.
18178 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
18180 * config/h8300/h8300.md (abssf2): New.
18181 (*abssf2_h8300): Likewise.
18182 (*abssf2_h8300hs): Likewise.
18184 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
18186 * tree.c (build_tree_list): Fix parameter names in comment.
18188 2003-02-10 Janis Johnson <janis187@us.ibm.com>
18190 * config/rs6000/ppc64-fp.c: New file.
18191 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
18193 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
18195 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
18196 * bb-reorder.c (make_reorder_chain): Deleted.
18197 (make_reorder_chain_1): Deleted.
18198 (find_traces): New function.
18199 (rotate_loop): New function.
18200 (mark_bb_visited): New function.
18201 (find_traces_1_round): New function.
18202 (copy_bb): New function.
18203 (bb_to_key): New function.
18204 (better_edge_p): New function.
18205 (connect_traces): New function.
18206 (copy_bb_p): New function.
18207 (get_uncond_jump_length): New function.
18208 (reorder_basic_blocks): Use new functions (Software Trace Cache).
18209 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
18212 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
18214 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
18216 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18218 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
18219 (DECL_LIVE_RANGE_RTL): Remove.
18221 2003-02-10 Nick Clifton <nickc@redhat.com>
18223 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
18224 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
18225 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
18226 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
18227 config/arm/freebsd.h, config/arm/linux-elf.h,
18228 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
18229 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
18230 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
18231 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
18232 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
18233 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
18234 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
18235 and reformat as appropriate.
18237 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
18239 * config/h8300/clzsi2.c: Remove.
18240 * config/h8300/ctzsi2.c: Likewise.
18241 * config/h8300/paritysi2.c: Likewise.
18242 * config/h8300/popcountsi2.c: Likewise.
18243 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
18244 ctzsi2, paritysi2, and popcountsi2.
18246 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
18247 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
18250 * c-decl.c (duplicate_decls): Discard the initializer of the
18251 new decl when the types are conflicting.
18253 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
18255 * Makefile.in (sreal.o): Added.
18256 (predict.o): Depends on sreal.h instead of real.h.
18257 * sreal.c: New file.
18258 * sreal.h: New file.
18259 * predict.c: Use sreal.c instead of real.c.
18261 2003-02-10 Nick Clifton <nickc@redhat.com>
18263 * Contributed support for the Cirrus EP9312 "Maverick"
18264 floating point co-processor. Written by Aldy Hernandez
18265 <aldyh@redhat.com>.
18266 (config/arm/arm.c): Add Cirrus support.
18267 (config/arm/arm.h): Likewise.
18268 (config/arm/aout.h): Likewise.
18269 (config/arm/arm.md): Likewise.
18270 (config/arm/arm-protos.h): Likewise.
18271 (config.gcc): Likewise.
18272 (doc/invoke.texi): Describe new -mcpu value and new
18273 -mcirrus-fix-invalid-insns switch,
18274 (cirrus.md): New file.
18276 2003-02-10 Jan Hubicka <jh@suse.cz>
18278 * combine.c (combine_simplify_rtx): Simplify using
18279 (float_truncate (float x)) is (float x)
18280 (float_extend (float_extend x)) is (float_extend x).
18282 2003-02-10 Alan Modra <amodra@bigpond.net.au>
18284 * calls.c (try_to_integrate): Tidy stack_usage_map access.
18285 (emit_library_call_value_1): Likewise. Formatting.
18286 (store_one_arg): Likewise.
18288 2003-02-09 Nick Clifton <nickc@redhat.com>
18289 Aldy Hernandez <aldyh@redhat.com>
18291 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
18292 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
18293 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
18294 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
18295 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
18296 docs. Add range test for immediate value.
18298 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
18300 Rename spe_evxor to xorv2si3.
18304 2003-02-10 Glen Nakamura <glen@imodulo.com>
18306 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
18309 2003-02-10 Jan Hubicka <jh@suse.cz>
18311 * i386.c (vector_move_operand): New predicate.
18312 (ix86_expand_vector_move): Be happy about 0.
18313 * i386.h (PREDICATE_CODES): Add sse-move_operand.
18314 * i386.md (mov*_internal): Add 'C' alternative.
18316 2003-02-09 Jan Hubicka <jh@suse.cz>
18318 * i386.md (floathi*): Deal with SSE.
18320 2003-02-09 Jan Hubicka <jh@suse.cz>
18322 * simplify-rtx.c (simplify_unary_operation,
18323 simplify_binary_operation): Deal with vector modes
18324 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
18326 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
18328 * toplev.c (rest_of_compilation): Recompute register usage after
18331 2003-02-09 Richard Henderson <rth@redhat.com>
18333 * libgcc-std.ver (__clztf2): New.
18334 (__ctztf2, __popcounttf2, __paritytf2): New.
18335 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
18336 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
18337 adjust code to match the different type sizes.
18338 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
18339 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
18341 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
18342 TImode; select word_mode and twice that.
18343 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
18344 select the modes from float, double, and long double.
18345 (init_optabs): Remove duplicate initializations.
18347 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
18349 * doc/install.texi: Squeeze and streamline section on
18350 testing and regression checking.
18352 2003-02-09 Jan Hubicka <jh@suse.cz>
18354 * i386.md (ahi?v*3): Set third operand type to TImode.
18355 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
18357 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
18360 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
18361 Change code so they are arithmetic expressions now.
18362 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
18363 simplify_ternary_operation): Deal with VEC_* expressions.
18365 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
18367 2003-02-08 Jan Hubicka <jh@suse.cz>
18369 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
18370 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
18371 possibly got duplicated.
18373 2003-02-08 Richard Henderson <rth@redhat.com>
18375 * config/alpha/alpha.c (override_options): Turn off explicit
18376 relocs until post-peep2 code duplication resolved.
18378 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
18380 * optabs.c (expand_unop): Widen clz properly when clz is done
18383 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
18385 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
18386 * config/h8300/crti.asm: Likewise.
18387 * config/h8300/crtn.asm: Likewise.
18388 * config/h8300/ctzsi2.c: Likewise.
18389 * config/h8300/fixunssfsi.c: Likewise.
18390 * config/h8300/h8300-protos.h: Likewise.
18391 * config/h8300/h8300.c: Likewise.
18392 * config/h8300/h8300.h: Likewise.
18393 * config/h8300/h8300.md: Likewise.
18394 * config/h8300/paritysi2.c: Likewise.
18395 * config/h8300/popcountsi2.c: Likewise.
18396 * config/h8300/rtems.h: Likewise.
18398 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18400 * doc/invoke.texi: Documentation for my previous commit.
18401 * doc/passes.texi: Ditto.
18403 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18405 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
18406 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18408 (DLTHE_FLAG_UPDATE_FREQ): New.
18409 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
18410 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
18411 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
18412 fix_bb_placement, fix_bb_placements, place_new_loop,
18413 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
18414 New static functions.
18415 (fix_loop_placement, can_duplicate_loop_p,
18416 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18419 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
18420 unswitch_loops): Declare.
18421 * loop-init.c: New file.
18422 * loop-unswitch.c: New file.
18423 * Makefile.in (loop-init.o, loop-unswitch.o): New.
18424 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
18425 * toplev.c (DFI_loop2): New dump.
18426 (flag_unswitch_loops): New.
18427 (lang_independent_options): Add it.
18428 (rest_of_compilation): Call new loop optimizer.
18429 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
18431 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
18433 * config/h8300/clzsi2.c: New.
18434 * config/h8300/ctzsi2.c: Likewise.
18435 * config/h8300/paritysi2.c: Likewise.
18436 * config/h8300/popcountsi2.c: Likewise.
18437 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
18439 2003-02-07 David Edelsohn <edelsohn@gnu.org>
18441 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
18442 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
18443 (ctzsi2): New pattern.
18444 (ffssi2): Use clz instead of unspec.
18445 (clzdi2): Rename from cntlzd2.
18446 (ctzdi2): New pattern.
18447 (ffsdi2): Use clz instead of unspec.
18449 2003-02-07 Loren James Rittle <ljrittle@acm.org>
18451 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
18452 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
18453 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
18454 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
18456 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
18458 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
18460 2003-02-07 Richard Henderson <rth@redhat.com>
18463 * gcse.c (local_cprop_find_used_regs): New.
18464 (local_cprop_pass): Use it.
18466 2003-02-07 Fred Fish <fnf@intrinsity.com>
18468 * mips-tfile.c (parse_def): Parenthesize assignments to fix
18471 2003-02-07 Segher Boessenkool <segher@koffie.nl>
18473 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
18475 2003-02-07 Roger Sayle <roger@eyesopen.com>
18477 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
18478 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
18479 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
18480 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
18481 builtin functions (and their __builtin_* variants).
18482 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
18483 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
18484 when not optimizing.
18486 * doc/extend.texi: Document new pow and atan2 builtins, and
18487 their float and long double variants. Realphabetize builtins.
18489 2003-02-07 Jan Hubicka <jh@suse.cz>
18491 * i386.md (sse2_nandv2di3): Fix.
18493 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
18495 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
18496 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
18498 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
18499 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
18501 2003-02-07 Jan Hubicka <jh@suse.cz>
18503 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
18505 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
18507 * cfg.c (dump_flow_info): Add back accidently deleted line.
18509 2003-02-07 Andrey Petrov <petrov@netbsd.org>
18511 * optabs.c (expand_float): Search wider integer modes first.
18513 2003-02-07 Bob Wilson <bob.wilson@acm.org>
18515 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
18516 based on preprocessor flag.
18518 2003-02-07 Roger Sayle <roger@eyesopen.com>
18519 Richard Henderson <rth@redhat.com>
18521 * gcse.c (implicit_sets): New.
18522 (compute_hash_table_work): Include them in hash table.
18523 (find_implicit_sets, fis_get_condition): New.
18524 (one_cprop_pass): Allocate and free implicit_sets; call
18525 find_implicit_sets before building hash table.
18527 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
18529 * config/t-netbsd (USER_H): Revert previous change.
18531 2003-02-07 Gabor Greif <ggreif@lucent.com>
18533 * doc/c-tree.texi (Namespaces): Fix typo.
18535 2003-02-07 Jan Hubicka <jh@suse.cz>
18537 * regrename.c (do_replace, find_oldest_value_reg,
18538 copyprop_hardreg_forward_1): Update register attributes.
18540 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
18542 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
18543 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
18544 variables starting with underscore.
18545 (struct unit_usage): New structure.
18546 (unit_usages, cycle_alt_unit_usages): New global variables.
18547 (check_unit_distribution_in_reserv): Remove it.
18548 (store_alt_unit_usage): New function.
18549 (check_regexp_units_distribution): Rewrite it.
18551 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18553 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
18554 target_cpu_default.
18555 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
18556 if not MASK_NO_SPACE_REGS.
18557 (output_call): Adjust return pointer, don't load new space register
18558 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
18559 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
18560 TARGET_NO_SPACE_REGS is true.
18561 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
18563 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
18564 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
18565 true. Use bve when TARGET_64BIT is true.
18567 2003-02-06 Richard Henderson <rth@redhat.com>
18569 * combine.c (nonzero_bits): Fix double break.
18571 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
18572 Richard Henderson <rth@redhat.com>
18575 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
18576 from functions that return a float to functions that don't.
18578 2003-02-06 Jan Hubicka <jh@suse.cz>
18580 * i386.c (x86_inter_unit_moves): New variable.
18581 (ix86_secondary_memory_needed): Fix 64bit case, honor
18582 TARGET_INTER_UNIT_MOVES
18583 * i386.h (x86_inter_unit_moves): Declare.
18584 (TARGET_INTER_UNIT_MOVES): New macro.
18585 * i386.md (movsi_1): Cleanup constraints; disable
18586 when not doing inter-unit moves.
18587 (movsi_1_nointernunit): New.
18588 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
18589 (movdi_1_rex64_nointerunit): New.
18590 (mivsf_1): disable when not doing inter-unit moves.
18591 (movsf_1_nointerunit): New.
18593 * basic-block.h (inside_basic_block_p): Declare.
18594 * cfgbuild.c (inside_basic_block_p): Make global.
18595 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
18596 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
18598 (fix_basic_block_boundaries, add_missing_bbs): New.
18599 (rank): Use profile.
18600 (scheudle_ebbs): Rely on CFG; update coments.
18602 2003-02-05 Geoffrey Keating <geoffk@apple.com>
18604 * Makefile.in (host_hook_obj): New.
18605 (OBJS): Add $(host_hook_obj).
18606 (host_default.o): New rule.
18607 * config.gcc (host_hook_obj): New, default to host-default.o.
18608 (powerpc-*-darwin*): Use host-darwin.o.
18609 (out_host_hook_obj): New.
18610 * configure: Regenerate.
18611 * configure.in: Print information about out_host_hook_obj, substitute
18613 * host-default.c: New file.
18614 * hosthooks.h: New file.
18615 * toplev.c (general_init): Call host_hooks.extra_signals.
18616 * config/rs6000/host-darwin.c: New file.
18617 * config/rs6000/x-darwin: New file.
18618 * doc/hostconfig.texi: Add documentation for new host hook.
18619 Rearrange existing documentation.
18621 2003-02-05 Roger Sayle <roger@eyesopen.com>
18623 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
18624 with *targetm.delegitimize_address.
18625 (rtl_for_decl_location): Likewise.
18626 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
18627 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
18629 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18630 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
18632 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
18633 i386_simplify_dwarf_addr. Made static. Prototyped.
18634 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
18635 i386_simplify_dwarf_addr to ix86_delegitimize_address.
18636 (ix86_find_base_term): Likewise.
18637 (maybe_get_pool_constant): Likewise.
18639 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18640 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
18642 * config/s390/s390.c (s390_delegitimize_address): Renamed from
18643 s390_simplify_dwarf_addr. Made static. Prototyped.
18644 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
18646 2003-02-05 Richard Henderson <rth@redhat.com>
18649 * integrate.c (output_inline_function): Reset input_filename
18650 and lineno from the decl before rest_of_compilation.
18652 2003-02-05 Richard Henderson <rth@redhat.com>
18654 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18655 (CTZ_DEFINED_VALUE_AT_ZERO): New.
18656 * doc/rtl.texi, doc/tm.texi: Document them.
18658 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
18659 of the value at zero properly.
18660 * fold-const.c (tree_expr_nonnegative_p): Likewise.
18661 * simplify-rtx.c (simplify_unary_operation): Likewise.
18663 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18664 (CTZ_DEFINED_VALUE_AT_ZERO): New.
18666 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
18667 (TARGET_EXPAND_BUILTIN): Remove.
18668 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
18669 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18670 (enum arm_builtins): Remove.
18671 * config/arm/arm.md (UNSPEC_CLZ): Remove.
18672 (clzsi2): Rename from clz; use clz instead of unspec.
18674 * config/arm/arm-protos.h: Update.
18676 2003-02-05 Jan Hubicka <jh@suse.cz>
18678 * i386-protos.h (x86_emit_floatuns): Declare.
18679 * i386.c (x86_emit_floatuns): New global function.
18680 * i386.md (floatunssisf2, floatunsdisf2,
18681 floatunsdidf2): New patterns.
18683 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18685 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
18687 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
18689 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
18690 config/ia64/linux.h
18692 2003-02-05 Roger Sayle <roger@eyesopen.com>
18694 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
18696 2003-02-05 Jakub Jelinek <jakub@redhat.com>
18698 PR optimization/8555
18699 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
18700 instead of aborting.
18702 2003-02-04 Richard Henderson <rth@redhat.com>
18704 * config/i386/i386.md (UNSPEC_BSF): Remove.
18705 (ffssi2): Split into cmove and no_cmove insns and splitters;
18706 lose pentium float trick for now.
18707 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
18708 (ctzsi2, clzsi2, bsr): New.
18710 2003-02-04 Richard Henderson <rth@redhat.com>
18712 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
18713 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
18714 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
18715 (ffsdi2): Use popcount instead of unspec.
18716 (popcountdi2): Rename from *popcnt.
18717 (ctzdi2, clzdi2, getf_exp_tf): New.
18719 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
18721 * genconfig.c (main): Generate CC0_P.
18722 * rtl.h (CC0_P): Remove.
18724 2003-02-04 Richard Henderson <rth@redhat.com>
18726 * libgcc2.h, libgcc2.c (__ffsSI2): New.
18727 (__ffsDI2): Rename from __ffsdi2.
18728 * mklibgcc.in (lib2funcs): Add _ffssi2.
18730 2003-02-04 Richard Henderson <rth@redhat.com>
18732 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
18733 rounds with a "bit table" lookup.
18735 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18737 * reload.c (find_reloads): Do not use the mode specified in the insn
18738 pattern as reload mode for address operands. Do not generate optional
18739 reloads for operands where a mandatory reload was already pushed.
18741 2003-02-04 Richard Henderson <rth@redhat.com>
18743 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
18744 builtins instead of inline assembly.
18746 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18749 * libgcc2.c (__subvdi3): Fix typo.
18751 2003-02-04 Jan Hubicka <jh@suse.cz>
18753 * i386.md (movti_rex64): Fix constraint.
18755 2003-02-04 Jan Hubicka <jh@suse.cz>
18757 * i386.md (vector push splitters): Fix typo in resolving conflict.
18759 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
18761 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
18763 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
18765 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
18766 for recent libstdc++. Remove formatting cruft.
18768 2003-02-04 Jakub Jelinek <jakub@redhat.com>
18770 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
18771 attribute even if input file name is absolute, but one of the
18772 includes is relative.
18774 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
18776 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
18777 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
18778 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
18780 2003-02-03 Richard Henderson <rth@redhat.com>
18782 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18783 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
18784 return type to "int". Shuffle declarations and undef int trap.
18785 * libgcc2.h: Remove their declarations.
18786 * optabs.c (expand_unop): Force outmode to int for bitops.
18788 2003-02-03 Bob Wilson <bob.wilson@acm.org>
18790 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
18791 coprocessor registers before floating-point registers.
18792 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
18793 to account for a previously removed register.
18794 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
18795 Delete unused macros.
18797 2003-02-03 Jan Hubicka <jh@suse.cz>
18799 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
18800 (mov*_internal): Fix predicates; require one of operands to not be
18802 (SSE?MMX move expanders): Fix predicates; force one of operands to
18804 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
18805 (movups/movupd/movdqu patterns): Force one of operands to not be
18808 2003-02-03 Roger Sayle <roger@eyesopen.com>
18810 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
18811 takes a single rtx and returns it unmodified.
18812 * hooks.h (hook_rtx_rtx_identity): Prototype here.
18813 * target.h (struct gcc_target): Add "delegitimize_address"
18814 field to target structure.
18815 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
18816 for delegitimize_address target using hook_rtx_rtx_identity.
18817 (TARGET_INITIALIZER): Initialize delegitimize_address field
18818 using TARGET_DELEGITIMIZE_ADDRESS macro.
18819 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
18820 extensions of constant pool references. Use delegitimize_address
18821 to undo the obfuscation of "-fpic".
18822 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
18824 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
18825 i386_simplify_dwarf_addr.
18826 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
18827 (maybe_get_pool_constant): Likewise.
18829 2003-02-03 Jan Hubicka <jh@suse.cz>
18831 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
18833 2003-02-03 Jan Hubicka <jh@suse.cz>
18835 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
18837 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18839 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
18840 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
18842 2003-02-02 Andreas Schwab <schwab@suse.de>
18844 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
18846 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
18848 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
18849 (epilogue_insns): Likewise.
18851 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18853 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
18855 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18857 * pa-protos.h (attr_length_millicode_call): Remove second argument.
18858 (attr_length_indirect_call, attr_length_indirect_call,
18859 attr_length_save_restore_dltp): New prototypes.
18860 * pa.c (attr_length_millicode_call): Remove second argument. Check
18861 INSN_ADDRESSES_SET_P in distance calculation.
18862 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
18864 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
18865 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
18866 Call attr_length_call directly.
18867 (attr_length_indirect_call, output_indirect_call,
18868 attr_length_save_restore_dltp): New functions.
18869 * pa.md (attr_length_millicode_call): Drop second argument from all
18871 (return_internal_pic): Delete.
18872 (return_external_pic): Remove use of PIC register and pic operand and
18874 (epilogue): Use return_internal for both normal and pic code.
18875 (call, call_value): Emit new 32-bit pic patterns for symref and
18876 indirect calls. Remove uses for arg pointer and pic register.
18877 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
18878 call_reg_pic_post_reload, call_val_symref_pic,
18879 call_val_symref_pic_post_reload, call_val_reg_pic,
18880 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
18881 Implement define_split and define_peephole2 patterns for pre reload
18883 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
18884 call_value_internal_reg_64bit): Shorten names.
18885 (all call patterns): Explicitly indicate registers used and clobbered.
18886 Use attr_length_indirect_call and attr_length_save_restore_dltp for
18887 attribute length calculation. Move code generation for indirect calls
18888 to output_indirect_call.
18889 (sibcall, sibcall_value): Don't restore PIC register.
18890 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
18893 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18895 * doc/install.texi (Testing): Simplify and compress instructions
18896 concerning Dejagnu.
18898 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18900 * collect2.c (pexecute_pid): Rename to pid.
18901 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
18904 2003-02-01 Geoffrey Keating <geoffk@apple.com>
18906 * doc/extend.texi (Function Attributes): Remove documentation
18907 for PowerPC Windows NT function attributes..
18909 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
18911 * dwarf2out.c (gen_type_die): Check for typedefs before calling
18912 for TYPE_MAIN_VARIANT.
18914 2003-02-01 Richard Henderson <rth@redhat.com>
18916 * libgcc2.c: Include auto-host.h.
18917 (ATTRIBUTE_HIDDEN): New.
18918 (__clz_tab): Don't declare here for clz and ctz.
18919 (__clzsi2, __clzdi2): Use count_leading_zeros.
18920 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
18921 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
18922 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
18923 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
18925 2003-02-01 Richard Henderson <rth@redhat.com>
18927 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
18928 to the conditional.
18929 (ashlsi3_1_zext splitter): Likewise.
18931 2003-02-01 Richard Henderson <rth@redhat.com>
18933 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
18934 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18935 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
18936 return type to Wtype.
18938 * libgcc-std.ver (GCC_3.4): Fix inheritance.
18940 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
18941 expander input constraint.
18943 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18945 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
18947 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
18948 * optabs.c (widen_clz, expand_parity): New.
18949 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
18950 for libcalls to clz, ctz, popcount, and parity.
18951 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
18952 parity_optab, and set up libfunc handlers.
18953 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18954 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
18955 __popcount_tab): New.
18956 * libgcc2.h: Declare them.
18957 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
18958 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
18960 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
18961 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
18962 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
18963 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
18964 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
18965 BUILT_IN_PARITYLL): New.
18966 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
18967 and add optab argument.
18968 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
18969 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
18970 * expr.c (expand_expr): Handle them.
18971 * fold-const.c (tree_expr_nonnegative_p): Likewise.
18972 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
18973 * reload1.c (eliminate_regs): Handle them.
18974 (elimination_effects): Likewise.
18975 * function.c (instantiate_virtual_regs_1): Likewise
18976 * genattrtab.c (check_attr_value): Likewise.
18977 * simplify-rtx.c (simplify_unary_operation): Likewise.
18978 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
18979 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
18980 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
18981 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
18982 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
18984 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
18985 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
18986 * doc/extend.texi (Other Builtins): Add new builtins.
18987 * doc/md.texi (Standard Names): Add new patterns.
18989 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
18991 * reload.c: Revert 2003-01-31 change.
18993 2003-02-01 Jan Hubicka <jh@suse.cz>
18995 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
18997 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
18999 * flags.h (flag_volatile): Remove declaration.
19000 (flag_volatile_global, flag_volatile_static): Likewise.
19001 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19002 * toplev.c (flag_volatile): Remove definition.
19003 (flag_volatile_global, flag_volatile_static): Likewise.
19004 (f_options): Remove corresponding entries here.
19005 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19006 or flag_volatile_static.
19007 * doc/invoke.texi: Remove documentation of -fvolatile,
19008 -fvolatile-global and -fvolatile-static.
19010 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19012 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19013 updating of total_code_bytes from prologue to epilogue.
19015 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
19017 * reload.c (find_reloads): Do not use the mode specified in the insn
19018 pattern as reload mode for address operands. Do not generate optional
19019 reloads for operands where a mandatory reload was already pushed.
19020 Generate optional reloads only in the final pass though find_reloads.
19021 (have_replacement_p): New function.
19023 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19025 * doc/install.texi (Testing): Remove a reference to our obsolete
19026 /testresults web pages and strip redundant information concerning
19028 (Binaries): Refer to Microsoft Windows instead of listing all
19031 2003-02-01 Jan Hubicka <jh@suse.cz>
19033 * loop.c (emit_prefetch_instructions): Do conversion at right place in
19036 * combine.c (simplify_set): Reverse order of ragumetns to
19037 REG_CANNOT_CHANGE_MODE_P
19038 * df.c (df_def_record_1): Likewise.
19039 * recog.c (register_operand): Likewise.
19040 * simplify-rtx.c (simplify_subreg): Likewise.
19041 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19042 CANNOT_CHANGE_MODE_CLASS.
19043 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19045 * reload.c (push_reload): Likewise.
19046 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19047 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19048 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19049 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19050 * mips.c (mips_cannot_change_mode_class): Update.
19051 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19052 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19053 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19054 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19055 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19056 * sh.c (sh_cannot_change_mode_class): Update.
19057 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19058 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19060 2003-01-31 Geoffrey Keating <geoffk@apple.com>
19062 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19063 change to LINK_COMMAND_SPEC in gcc.c.
19065 2003-01-31 Jan Hubicka <jh@suse.cz>
19068 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19070 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19072 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19075 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
19077 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19078 (BINFO_ELTS): New #define.
19079 * stor-layout.c (finalize_record_size): Don't set them.
19080 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
19081 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
19082 (BINFO_LANG_ELTS): New #define.
19083 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
19084 * java/class.c (make_class): Use BINFO_ELTS.
19085 (set_super_info): Likewse.
19086 (add_interface_do): Likewise.
19087 * objc/objc-act.c (start_class): Use BINFO_ELTS.
19089 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
19091 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
19092 (times): Don't ever declare if not HAVE_TIMES.
19093 (clock): Don't ever declare if not HAVE_CLOCK.
19095 2003-01-30 Richard Henderson <rth@redhat.com>
19097 * flow.c (update_life_info): Zap life info after cleanup_cfg.
19098 (regno_uninitialized): Use correct live at function entry set.
19099 (regno_clobbered_at_setjmp): Likewise.
19101 * expr.c (store_expr): Promote all MEM intermediates to regs.
19103 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
19105 * config/arm/arm.c: Fix comment typos.
19106 * config/arm/arm.h: Likewise.
19107 * config/arm/netbsd-elf.h: Likewise.
19108 * config/arm/netbsd.h: Likewise.
19110 2003-01-30 Geoffrey Keating <geoffk@apple.com>
19112 * gengtype.c (struct walk_type_data): Add needs_cast_p.
19113 (walk_type): Set needs_cast_p in walk_type_data.
19114 (write_types_process_field): Supply casts when required to suppress
19116 (write_root): Cast gt_pch_n_S to suppress warning.
19117 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
19118 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
19119 when they might exist.
19120 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
19121 insn-conditions.o, and rs6000.o.
19123 2003-01-30 Richard Henderson <rth@redhat.com>
19125 * ggc-page.c (G.context_depth_allocations): New.
19126 (G.context_depth_collections): New.
19127 (alloc_page): Set G.context_depth_allocations.
19128 (ggc_collect): Set G.context_depth_collections.
19129 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
19130 (ggc_pop_context): Early exit for no allocations or collections.
19132 2003-01-30 Richard Henderson <rth@redhat.com>
19134 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
19136 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
19138 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
19139 size, the link register is always saved if any other register is
19142 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
19144 * config/h8300/h8300-protos.h: Update the prototype for
19146 (cpp_reader): Declare before it is used.
19147 * config/h8300/h8300.c (compute_plussi_cc): Change the return
19149 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
19150 see an unknown H8 variant.
19152 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19155 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
19156 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
19157 * config/rs6000/t-rtems: New file. multilib variants to match OS.
19158 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
19159 rs6000/t-ppcgas so we get the desired multilibs.
19161 2003-01-30 Nick Clifton <nickc@redhat.com>
19163 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
19164 when popping saved IP register off the stack.
19166 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
19168 * config/rs6000/aix43.h: Fix comment typos.
19169 * config/rs6000/aix51.h: Likewise.
19170 * config/rs6000/aix52.h: Likewise.
19171 * config/rs6000/altivec.h: Likewise.
19172 * config/rs6000/rs6000.c: Likewise.
19173 * config/rs6000/rs6000.h: Likewise.
19174 * config/rs6000/rs6000.md: Likewise.
19175 * config/rs6000/spe.md: Likewise.
19177 2003-01-29 Mark Mitchell <mark@codesourcery.com>
19179 * c-common.c (builtin_define_float_constants): Define
19180 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
19182 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
19184 * config/sh/lib1funcs.asm: Fix comment typos.
19185 * config/sh/linux.h: Likewise.
19186 * config/sh/sh.c: Likewise.
19187 * config/sh/sh.md: Likewise.
19189 2003-01-30 Loren James Rittle <ljrittle@acm.org>
19191 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
19193 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
19195 * config/fp-bit.h (__make_dp): Declare if TMODES.
19197 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
19199 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
19200 general_operand_src and general_operand_dst.
19202 2003-01-29 David Edelsohn <edelsohn@gnu.org>
19204 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
19205 Return true for variable sized types.
19206 (rs6000_va_arg): Handle variable sized types passed by reference
19209 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
19211 * arm.c (arm_legtimize_address): New function.
19212 * arm-protos.h (arm_legtimize_address): Add prototype.
19213 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
19214 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
19217 2003-01-29 Joel Sherrill <joel@OARcorp.com>
19220 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
19221 depended on it being defined until now.
19223 2003-01-29 Joel Sherrill <joel@OARcorp.com>
19226 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
19227 RTEMS code knows which C++ initialization style the toolset
19228 configuration is using.
19230 2003-01-29 Joel Sherrill <joel@OARcorp.com>
19233 * config/m68k/t-crtstuff: Replace spaces with tabs, add
19234 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
19236 2003-01-29 Joel Sherrill <joel@OARcorp.com>
19239 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
19241 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
19243 2003-01-29 Nick Clifton <nickc@redhat.com>
19245 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
19248 2003-01-29 Andrew Haley <aph@redhat.com>
19250 * tree-inline.c (walk_tree): Add CHAR_TYPE.
19252 2003-01-29 Jan Hubicka <jh@suse.cz>
19254 * i386.md (subdi3_carry_rex64): Fix typo.
19256 2003-01-28 Stan Shebs <shebs@apple.com>
19258 * coretypes.h (cpp_reader): Forward declare struct.
19259 * c-pragma.h (cpp_reader): Remove forward declaration.
19260 * hashtable.h (cpp_reader): Likewise.
19261 * scan.h (cpp_reader): Likewise.
19262 * tree.h (cpp_reader): Likewise.
19263 * config/darwin-protos.h (cpp_reader): Likewise.
19264 * config/arm/arm-protos.h (cpp_reader): Likewise.
19265 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
19266 struct cpp_reader in prototypes.
19268 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
19270 * doc/install.texi: Add documentation for installation into
19271 tooldirs and with DESTDIR.
19273 2003-01-28 Richard Henderson <rth@redhat.com>
19275 * config.gcc (ia64*-*-aix*): Remove.
19276 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
19277 * config/ia64/unwind-aix.c: Remove file.
19279 2003-01-28 Andreas Schwab <schwab@suse.de>
19281 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
19283 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
19284 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
19285 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
19286 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
19287 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
19288 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
19289 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
19291 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
19293 * combine.c (nonzero_bits): Fix check for negative divide operands.
19295 2003-01-28 Richard Henderson <rth@redhat.com>
19297 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
19298 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
19300 2003-01-28 Richard Henderson <rth@redhat.com>
19302 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
19304 * config/cris/cris.c (cris_address_cost): Make static.
19305 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
19306 * config/cris/cris.h (ADDRESS_COST): Remove.
19307 * config/cris/cris-protos.h: Update.
19309 2003-01-23 Mike Stump <mrs@apple.com>
19311 * regclass.c (init_reg_autoinc): New function.
19312 (regclass): Move initialization of forbidden_inc_dec_class from
19314 (init_regs): to here. Avoids reinitialization for each function,
19315 saving compilation time.
19317 2003-01-28 Jason Merrill <jason@redhat.com>
19319 * cpplib.h (struct cpp_options): Add warn_deprecated field.
19320 * cppinit.c (cpp_create_reader): Turn it on by default.
19321 * c-opts.c (c_common_decode_option): Set it.
19322 * cpplib.c (do_pragma_once): Only complain about #pragma once
19323 if warn_deprecated is set.
19325 2003-01-28 Dale Johannesen <dalej@apple.com>
19327 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
19328 * loop.c (scan_loop): Move movables on -Os rich-register targets.
19329 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
19331 2003-01-28 Richard Henderson <rth@redhat.com>
19333 * target.h (targetm.address_cost): New.
19334 * target-def.h (TARGET_ADDRESS_COST): New.
19335 (TARGET_RTX_COSTS): Uncomment. Oops.
19336 * cse.c (address_cost): Use new target hook.
19337 (default_address_cost): New.
19338 * output.h (default_address_cost): Declare.
19339 * hooks.c (hook_int_rtx_0): New.
19340 * hooks.h (hook_int_rtx_0): Declare.
19341 * loop.c (combine_givs_p): Remove if 0 code.
19342 * system.h (ADDRESS_COST): Poison.
19344 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
19345 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
19346 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
19347 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
19348 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
19349 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
19350 config/xtensa/xtensa.c, config/xtensa/xtensa.h
19351 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
19352 (ADDRESS_COST): Remove.
19354 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19355 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
19356 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
19357 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
19358 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
19359 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
19360 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
19361 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
19362 config/mips/mips.c, config/mips/mips.h,
19363 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
19364 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
19365 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
19366 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
19367 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
19368 config/vax/vax.c, config/vax/vax.h
19369 (foo_address_cost): Make static.
19370 (TARGET_ADDRESS_COST): New.
19371 (ADDRESS_COST): Remove.
19373 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
19374 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
19375 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
19376 config/stormy16/stormy16.h
19377 (ADDRESS_COST): Move code ...
19378 (foo_address_cost): ... here.
19379 (TARGET_ADDRESS_COST): New.
19381 * config/m32r/m32r.c (m32r_address_cost): Remove.
19382 * config/m32r/m32r-protos.h: Update.
19384 * config/mmix/mmix.c (mmix_address_cost): Remove.
19385 * config/mmix/mmix-protos.h: Update.
19387 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
19388 mn10300_address_cost; move unsig allocation ...
19389 (mn10300_address_cost): ... here.
19390 (TARGET_ADDRESS_COST): New.
19391 * config/mn10300/mn10300-protos.h: Update.
19392 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
19394 * doc/tm.texi: Update.
19396 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
19398 * haifa-sched.c (schedule_insn): Return necessary cycle advance
19399 after issuing the insn.
19400 (rank_for_schedule): Make a insn with /S the highest priority
19402 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
19403 (choose_ready): Check SCHED_GROUP_P.
19404 (schedule_block): Advance cycle after issuing insn if it is
19405 necessary. Don't reorder insns if there is an insn with /S.
19406 (set_priorities): Ignore schedule groups.
19408 * sched-deps.c (remove_dependence, group_leader): Remove the
19410 (add_dependence): Ignore schedule groups.
19411 (set_sched_group_p): Don't make copy of dependencies from previous
19412 insn of the schedule group. Add anti-dependency to the previous
19413 insn of the schedule group.
19414 (compute_forward_dependences): Ignore schedule groups.
19416 * sched-ebb.c (init_ready_list): Ignore schedule groups.
19418 * sched-rgn.c (init_ready_list): Ditto.
19419 (can_schedule_ready_p): Ditto.
19421 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
19423 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
19424 register to another one.
19426 2003-01-28 Richard Henderson <rth@redhat.com>
19428 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
19430 2003-01-28 Roger Sayle <roger@eyesopen.com>
19432 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
19434 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
19436 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
19437 class contains a floating-point register, return the size of the
19438 mode in half words.
19440 2003-01-28 Jan Hubicka <jh@suse.cz>
19442 * i386.c (ix86_carry_flag_operator): New predicate.
19443 (fcmov_operator): Fix whitespace.
19444 (ix86_expand_carry_flag_compare): Deal with floating point.
19445 (ix86_expand_int_movcc): Deal with fp; update insn expansion
19446 (ix86_expand_int_addcc): Likewise.
19447 (ix86_expand_strlensi_unroll_1): likewsie.
19448 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
19449 * i386.md (add?i_carry_rex64): Use new predicate.
19450 (sub?i3_carry_rex64): Likewise.
19451 (x86_mov?icc_0_m1*): Likewise.
19453 2003-01-28 Andreas Schwab <schwab@suse.de>
19455 * cfgloopmanip.c (create_preheader): Initialize src to avoid
19458 * expmed.c (emit_store_flag): Fix cast to avoid sign
19459 comparison warning.
19461 * combine.c (force_to_mode): Add cast to fix warning when
19462 STORE_FLAG_VALUE is negative.
19464 2003-01-27 Richard Henderson <rth@redhat.com>
19466 * Makefile.in (cse.o): Depend on TARGET_H.
19467 * cse.c (rtx_cost): Use targetm.rtx_costs.
19468 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
19469 * doc/tm.texi: Update.
19471 * target.h (targetm.rtx_costs): New.
19472 * target-def.h (TARGET_RTX_COSTS): New.
19473 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
19476 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
19477 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
19478 * config/alpha/alpha.h (PROCESSOR_MAX): New.
19479 (CONST_COSTS, RTX_COSTS): Remove.
19481 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
19482 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
19483 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
19484 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
19485 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
19486 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
19487 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
19488 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
19489 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
19490 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
19491 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
19492 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
19493 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
19494 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
19495 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
19496 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
19497 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
19498 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
19499 config/v850/v850.c, config/v850/v850.h,
19500 config/xtensa/xtensa.c, config/xtensa/xtensa.h
19501 (CONST_COSTS, RTX_COSTS): Move code ...
19502 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
19504 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
19505 (arm_rtx_costs, TARGET_RTX_COSTS): New.
19506 * config/arm/arm-protos.h: Update.
19507 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
19509 * config/avr/avr.h (CONST_COSTS): Move code ...
19510 * config/avr/avr.c (avr_rtx_costs): ... here.
19511 (default_rtx_costs): Make static.
19512 * config/avr/avr-protos.h: Update.
19514 * config/h8300/h8300.c (const_costs): Make static.
19515 (h8300_and_costs, h8300_shift_costs): Likewise.
19516 * config/h8300/h8300-protos.h: Update.
19518 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
19519 (CONST_COSTS): Move code ...
19520 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
19521 default_rtx_costs; update for signature change.
19522 * config/ip2k/ip2k-protos.h: Update.
19524 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
19525 (CONST_COSTS): Move code ...
19526 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
19527 (TARGET_RTX_COSTS): New.
19528 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
19529 * config/m68hc11/m68hc11-protos.h: Update.
19531 * config/m68k/m68k.c (const_int_cost): Make static.
19532 * config/m68k/m68k-protos.h: Update.
19534 * config/mcore/mcore.c (mcore_const_costs): Make static.
19535 (mcore_and_cost, mcore_ior_cost): Likewise.
19536 * config/mcore/mcore-protos.h: Update.
19538 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
19539 (mmix_rtx_cost_recalculated): Remove.
19540 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
19541 * config/mmix/mmix-protos.h: Update.
19543 * config/sh/sh.c (shiftcosts): Make static.
19544 (addsubcosts, andcosts, multcosts): Likewise.
19545 * config/sh/sh-protos.h: Update.
19547 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
19548 (sparc_rtx_costs): Make static; update for change in signature.
19549 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
19550 * config/sparc/sparc-protos.h: Update.
19552 * config/v850/v850.c (const_costs): Make static.
19553 * config/v850/v850-protos.h: Update.
19555 * config/vax/vax.h (RTX_COSTS): Remove.
19556 (CONST_COSTS): Move code ...
19557 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
19559 (vax_rtx_costs, TARGET_RTX_COSTS): New.
19561 2003-01-27 Richard Henderson <rth@redhat.com>
19563 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
19564 * config/vax/vax-protos.h: Update. Really.
19566 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
19568 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
19569 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
19570 zero if no hardware floating point.
19571 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
19572 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
19573 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
19574 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
19575 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
19576 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
19577 even FP registers on N32 and N64.
19578 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
19579 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
19580 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
19581 even-register-like alignment to 128-bit arguments.
19582 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
19583 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
19585 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
19586 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
19587 (TPBIT): Set to tp-bit.c.
19588 (tp-bit.c): Create out of fp-bit.c.
19590 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
19592 * c-parse.in: Remove '%expect 32' directive in objc mode.
19594 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
19596 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
19597 (LIBGCOV): New variable.
19598 (libgcc.mk): Add LIBGCOV.
19599 (LIBGCC_DEPS): Add libgcov.c.
19600 (libgcov.a): New target.
19601 (clean): Remove libgcov.a.
19602 (install-libgcc): Do libgcov too.
19603 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
19605 * libgcc2.c (L_gcov): Move into ...
19606 * libgcov.c: ... here. New file.
19607 * mklibgcc.in: Add libgcov rules.
19608 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
19610 * doc/invoke.texi (profile-arcs, test-coverage): Update and
19613 * profile.c (index_counts_file): Remove duplicate check for open file.
19615 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
19617 * gcc/doc/invoke.texi (Optimization Options): Group together
19618 optional and experimental flags. Move trapv and bounds-check
19619 out of this section. Group floating point flags together.
19620 (Code Gen Options): Move trapv and bounds-check to here.
19622 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
19624 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
19626 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
19628 PR optimization/9090
19629 * function.c (purge_addressof_1): After pushing an addressed register
19630 onto the stack, simplify the result.
19632 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19634 * doc/extend.texi: Fix typo.
19636 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19638 * doc/cppopts.texi: Fix typo.
19639 * doc/objc.texi: Likewise.
19640 * doc/passes.texi: Likewise.
19642 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
19644 * real.c (ibm_extended_format): Add 53 to minimum exponent.
19645 (encode_ibm_extended): Adjust.
19647 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
19649 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
19650 timevar_id enumerations.
19652 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19654 * combine.c: Fix formatting.
19656 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19658 * doc/gccint.texi: Update the copyright.
19660 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19662 * doc/cpp.texi: Fix typos.
19663 * doc/extend.texi: Likewise.
19664 * doc/gty.texi: Likewise.
19665 * doc/install.texi: Likewise.
19666 * doc/passes.texi: Likewise.
19667 * doc/rtl.texi: Likewise.
19668 * doc/tm.texi: Likewise.
19670 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19672 * config/ia64/fde-glibc.c: Fix comment typos.
19673 * config/ia64/hpux.h: Likewise.
19674 * config/ia64/ia64.c: Likewise.
19675 * config/ia64/ia64.h: Likewise.
19676 * config/ia64/unwind-ia64.c: Likewise.
19678 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19680 * config/i386/i386-modes.def: Fix comment typos.
19681 * config/i386/i386.c: Likewise.
19682 * config/i386/i386.md: Likewise.
19684 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
19686 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
19687 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
19688 ASM_FINISH_DECLARE_OBJECT before defining it.
19689 * toplev.c (rest_of_decl_compilation): Don't define
19690 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
19691 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
19692 parameters for DWARF2 targets because they _are_ used.
19694 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
19696 * fp-bit.h: Define macros for TFmode floating-point constants
19697 in IBM-extended TFmode types.
19698 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
19700 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
19703 * config/fp-bit.h: Define macros for TFmode floating-point
19704 constants in IEEE quad TFmode type. Declare functions according
19706 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
19707 (TFtype, TItype, UTItype): Define if TMODES is defined.
19708 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
19709 (F_T_BITOFF, D_T_BITOFF): Define.
19710 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
19711 guaranteed to be wide enough.
19712 * config/fp-bit.c: Check for L_ macros for tf functions.
19713 (__thenan_tf): New.
19715 (pack_d, unpack_d): Support IEEE 854 quad type.
19716 (_fpmul_parts): Support TFmode. Compute exponent adjustment
19717 from FRAC_NBITS, FRAC_BITS and NGARDS.
19718 (usi_to_float): Cast constants to be shifted to fractype
19719 instead of assuming long long is wide enough.
19720 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
19722 2003-01-26 Andreas Jaeger <aj@suse.de>
19724 * df.c: Remove prototype of unused function df_regno_rtl_debug.
19726 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
19728 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
19729 (DBBIT_FUNCS): Added _df_to_tf.
19730 (TPBIT_FUNCS): New.
19731 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
19732 (LIBGCC_DEPS): Added TPBIT.
19733 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
19735 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
19736 been able to move the result to target.
19738 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
19739 for the appropriate mode.
19741 * calls.c (emit_library_call_value_1): Handle return values
19744 * rtl.c (get_mode_alignment): Moved to...
19745 * stor-layout.c: ... here.
19747 * print-rtl.c (print_rtx): Don't print MEM details in
19750 2003-01-26 Michael Hayes <mph@paradise.net.nz>
19752 * df.h: Update comments, tidy formatting.
19753 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
19754 REVERSE, UNION, INTERSECTION. All uses updated.
19755 (OLD_DF_INTERFACE): Remove.
19756 (struct insn_info): Remove commented out insn field.
19757 * df.c: Update comments, tidy formatting.
19758 (df_def_table_realloc): Remove.
19761 2003-01-26 Alan Modra <amodra@bigpond.net.au>
19763 * calls.c (save_fixed_argument_area): Tidy.
19764 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
19765 (expand_call): Comment typo fixes. Don't init low_to_save. Start
19766 call chain loop at 1 if !try_tail_call. Formatting.
19767 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
19768 Use save_fixed_argument_area and restore_fixed_argument_area.
19770 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19772 * df.c (df_uses_record): Handle CC0.
19774 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
19776 * reload.c (maybe_memory_address_p): New function.
19777 (find_reloads_address): Use it instead of memory_address_p.
19779 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
19781 * final.c (shorten_branches): Align the address of code label
19782 when computing initial lengths and addresses.
19784 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
19786 * config/m68hc11/m68hc11.md: Fix a comment typo.
19788 2003-01-25 Andreas Jaeger <aj@suse.de>
19790 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
19793 2003-01-25 Roger Sayle <roger@eyesopen.com>
19795 * gcse.c (bypass_last_basic_block): New global variable.
19796 (bypass_block): Use redirect_edge_and_branch_force to redirect
19797 fall-through edges. Use bypass_last_basic_block to determine
19798 which blocks have valid PRE information.
19799 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
19801 2003-01-25 Jan Hubicka <jh@suse.cz>
19803 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
19805 2003-01-25 Jan Hubicka <jh@suse.cz>
19806 Eric Botcazou <ebotcazou@libertysurf.fr>
19808 * gcse.c (one_cprop_pass): Delete unreachable blocks.
19810 2003-01-25 Richard Henderson <rth@redhat.com>
19812 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
19813 from ia64_aix_select_rtx_section.
19814 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
19815 instead of saving and restoring flag_pic.
19816 (ia64_rwreloc_unique_section): Similarly.
19817 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
19818 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
19819 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
19820 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
19822 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
19824 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
19827 2003-01-25 Richard Henderson <rth@redhat.com>
19829 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
19831 2003-01-25 Kelley Cook <kelleycook@comcast.net>
19833 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
19835 2003-01-25 Segher Boessenkool <segher@koffie.nl>
19837 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
19838 type for bitmaps. Use unsigned long.
19839 (nBITMAP_WORD_BITS): New macro.
19840 (BITMAP_WORD_BITS): New macro.
19841 (rest of file): Use it.
19842 * bitmap.c: Use it.
19844 2003-01-25 Richard Henderson <rth@redhat.com>
19846 2002-02-19 Robert Lipe <robertlipe@usa.net>
19847 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
19849 2003-01-25 Roger Sayle <roger@eyesopen.com>
19851 * builtins.c (purge_builtin_constant_p): Scan insn stream
19852 sequentially rather than by basic block.
19853 * function.c (purge_addressof): Simplify test with INSN_P.
19855 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
19857 * combine.c (simplify_comparison, case AND): Remove a redundant test.
19859 2003-01-25 Roger Sayle <roger@eyesopen.com>
19861 * function.h (struct function): New field calls_constant_p.
19862 (current_function_calls_constant_p): New macro for above.
19863 * function.c (prepare_function_start): Initialize calls_eh_return
19864 and calls_constant_p.
19865 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
19866 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
19867 when the current_function_calls_constant_p.
19868 * integrate.c (expand_inline_function): Set calls_constant_p if
19869 the function being inlined has calls_constant_p set.
19871 2003-01-25 Roger Sayle <roger@eyesopen.com>
19873 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
19874 optimizing, even if flag_gcse is true.
19875 * toplev.c (rest_of_compilation): purge_builtin_constant_p
19876 only needs to be called when "optimize > 0 && flag_gcse".
19878 2003-01-25 Roger Sayle <roger@eyesopen.com>
19880 * stmt.c (emit_case_bit_tests): New routine to implement suitable
19881 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
19882 (case_bit_test_cmp): New comparison function for "qsort" to order
19883 case_bit_tests by decreasing number of destination nodes.
19884 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
19885 (expand_end_case_type): Use emit_case_bit_tests to implement
19886 suitable switch statments.
19887 (CASE_USE_BIT_TESTS): New target macro to disable the above.
19888 * Makefile.in (stmt.o): Add dependency on optab.h.
19889 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
19891 2003-01-23 Andreas Schwab <schwab@suse.de>
19893 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
19894 __do_global_ctors_aux hidden global and don't put it in
19896 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
19897 instead so that it comes first.
19899 2003-01-25 Jan Hubicka <jh@suse.cz>
19901 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
19902 subreg is read/modify.
19904 2003-01-25 Jan Hubicka <jh@suse.cz>
19906 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
19907 do libcall for large blocks.
19908 * i386.md (comi patterns): Set type to ssecomi.
19909 (sse2_unpck?pd): Fix mode of vec_select.
19911 * cse.c: Include except.h
19912 (cse_set_around_loop): Do not create new basic blocks.
19913 * Makefile.in (cse.o): Add dependnecy on except.h
19915 2003-01-25 Jan Hubicka <jh@suse.cz>
19917 * builtins.c (fold_trunc_transparent_mathfn): New function.
19918 (fold_builtin): Use it.
19919 * convert.c (convert_to_real): Re-enable code to convert
19920 math functions; add support for floor familly functions.
19922 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19924 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
19925 dependencies on coretypes.h and $(TM_H).
19927 2003-01-25 Jan Hubicka <jh@suse.cz>
19929 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
19931 2003-01-24 Stuart Hastings <stuart@apple.com>
19933 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
19935 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19937 * config/c4x/c4x.md (UNSPEC_BU): New constants.
19938 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
19939 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
19940 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
19941 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
19942 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
19943 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
19944 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
19946 2003-01-24 Jan Hubicka <jh@suse.cz>
19948 * emit-rtl.c (reg_attrs_htab): New static variable.
19949 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
19951 (reg_rtx): Do not maintain regno_decl.
19952 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
19953 set_mem_attrs_from_reg): New global function.
19954 (init_emit): Do not initialize regno_decl.
19955 (init_emit_once): initialize reg_attrs_htab.
19956 * final.c (alter_subreg): Do not replace REG by SUBREG.
19957 (gen_mem_expr_from_op): Improve output.
19958 (output_asm_operands): Likewise.
19959 * function.c (assign_params): Do not set REGNO_DECL.
19960 * function.h (struct function): Kill regno_decl.
19961 (REGNO_DECL): Kill.
19962 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
19963 * print_rtl.c (print_rtx): Output REG information.
19964 * regclass.c (reg_scan_mark_refs): Update attrs.
19965 * reload1.c (alter_reg): Likewise.
19966 * simplify_rtx.c (simplify_subreg): Likewise.
19967 * stmt.c (expand_decl): Likewise.
19968 * rtl.def (REG): Add new field.
19969 * rtl.h (struct reg_attrs): New.
19970 (rtunion_def): At rtreg.
19971 (X0MEMATTR): Add checking.
19972 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
19973 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
19975 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
19977 2003-01-24 Bob Wilson <bob.wilson@acm.org>
19979 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
19980 (xtensa_emit_call, print_operand): Fix printf format strings
19981 to avoid compile warnings.
19982 (xtensa_function_prologue, xtensa_function_epilogue): Change type
19983 of "size" argument to HOST_WIDE_INT to fix compile warnings.
19984 * config/xtensa/xtensa-protos.h
19985 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
19987 2003-01-24 Jan Hubicka <jh@suse.cz>
19989 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
19990 (implicit_built_in_decls): New global array.
19991 (mathfn_built_in): New global function.
19992 (fold_trunc_transparent_mathfn): New static function
19993 (expand_builtin_strstr, expand_bultin_strchr,
19994 expand_builtin_strpbrk, expand_builtin_strcpy,
19995 expand_builtin_strncpy, expand_bultin_strcmp,
19996 expand_bultin_strncat, expand_builtin_fputs): Use
19997 implicint_built_in_decls.
19998 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
19999 * builtins.def: Fix comments.
20000 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20001 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20002 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20003 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20004 (DEF_C99_C90RES_BULTIN): New.
20005 (*f, *l builtins): Update.
20006 * c-common.c (DEF_BUILTIN): Initialize implicit array.
20007 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20008 * convert.c (strip_float_extensions): New global function.
20009 * tree.h (DEF_BUILTIN): Accept 10 arguments.
20010 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20012 * java/builtins.c (define_builtin): Handle implicit.
20013 (DEF_BUILTIN): Update.
20014 * tm.texi (TARGET_C99_FUNCTIONS): Document.
20015 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20016 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20019 2003-01-24 Bob Wilson <bob.wilson@acm.org>
20021 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20022 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
20023 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20024 * config/xtensa/crti.asm: New file.
20025 * config/xtensa/crtn.asm: New file.
20026 * config/xtensa/t-elf: New file.
20027 * config/xtensa/t-linux: New file.
20028 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20029 Move various CFLAGS settings to new t-elf file.
20031 2003-01-24 Richard Henderson <rth@redhat.com>
20033 PR optimization/4382
20034 * tree-inline.c (find_builtin_longjmp_call_1): New.
20035 (find_builtin_longjmp_call): New.
20036 (inlinable_function_p): Use it.
20038 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20040 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20041 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20042 * config/i386/i386.c (function_arg_pass_by_reference): New.
20043 (ix86_va_arg): Support arguments passed by reference.
20045 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20047 * cfgloopanal.c: New file.
20048 * cfgloopmanip.c: New file.
20049 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20050 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20051 cfglayout.o): Add dependency on cfgloop.h.
20052 (cfgloop.o): Add flags.h dependency.
20053 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20054 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20055 (struct loop, struct loops, flow_loops_find, flow_loops_update,
20056 flow_loops_free, flow_loops_dump, flow_loop_dump,
20057 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20058 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20059 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20060 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20061 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20062 find_common_loop, verify_loop_structure): Declarations moved to ...
20063 * cfgloop.h: New file.
20064 * bb-reorder.c (reorder_basic_blocks): Modified.
20065 * cfglayout.c: Include cfgloop.h.
20066 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20067 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20068 (break_superblocks): New static function.
20069 (cfg_layout_finalize): Use it.
20070 (cfg_layout_split_block): New function.
20071 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20073 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20075 (cfg_layout_split_block): Declare.
20076 * cfgloop.c: Include cfgloop.h and flags.h.
20077 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20078 get_loop_body): Avoid signed versus unsigned comparison warnings.
20079 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
20080 loop_latch_edge): Modified.
20081 (verify_loop_structure): Modified to use flags stored in loop structure;
20082 check irreducible loops.
20083 (cancel_loop, cancel_loop_tree): New functions.
20084 (estimate_probability): Use loop analysis code for predictions.
20085 (estimate_loops_at_level): Avoid signed versus unsigned comparison
20087 * doloop.c: Include cfgloop.h.
20088 * loop.c: Include cfgloop.h.
20089 * predict.c: Include cfgloop.h.
20090 * toplev.c: Include cfgloop.h.
20091 * unroll.c: Include cfgloop.h.
20092 * tracer.c (tracer): Modified.
20094 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
20096 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
20098 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
20100 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
20101 * configure: Regenerate.
20103 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
20104 (tls_symbolic_reference_mentioned_p): Add prototype.
20105 (s390_tls_get_offset): Add prototype.
20106 (emit_pic_move): Remove prototype, replace by ...
20107 (emit_symbolic_move): .. this new prototype.
20109 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
20110 (tls_model_chars): New global variable.
20111 (s390_encode_section_info): Encode TLS model.
20112 Use targetm.binds_local_p to check for local symbols.
20113 (s390_strip_name_encoding): New function.
20114 (TARGET_STRIP_NAME_ENCODING): Define.
20116 (get_thread_pointer): New function.
20117 (legitimize_tls_address): New function.
20118 (legitimize_address): Call it.
20119 (emit_pic_move): Remove, replace by ...
20120 (emit_symbolic_move): ... this new function.
20122 (larl_operand): Handle TLS operands.
20123 (legitimate_constant_p): Likewise.
20124 (s390_decompose_address): Likewise.
20125 (s390_cannot_force_const_mem): New function.
20126 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
20128 (s390_output_symbolic_const): Handle TLS unspecs.
20129 (print_operand): New code 'J'.
20130 (machine_function): Add struct member 'some_ld_name'.
20131 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
20133 (enum s390_builtin): New type.
20134 (code_for_builtin_64, code_for_builtin_31): New global variables.
20135 (s390_init_builtins, s390_expand_builtin): New functions.
20136 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20138 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
20139 (ASM_OUTPUT_LABELREF): Define.
20140 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
20142 * config/s390/s390.md: Define TLS UNSPEC constants.
20143 ("movdi", "movsi"): Handle TLS operands.
20144 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
20145 ("*tls_load_64", "*tls_load_31"): New insns.
20146 ("call_value_tls", "call_value_tls_exp"): New expanders.
20147 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
20148 "bas_tls_64", "bas_tls_31"): New insns.
20150 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
20152 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
20153 spe ABI is configured, if requested.
20155 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20157 * doc/passes.texi: Fix typo.
20159 2003-01-24 Andreas Schwab <schwab@suse.de>
20161 * stor-layout.c (excess_unit_span): Only define if used.
20163 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
20165 * gcc/doc/invoke.texi (Optimization Options): List -O levels
20166 for each optimization flag.
20168 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
20170 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
20172 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20174 * doc/bugreport.texi: Use @command instead of @code for commands.
20175 * doc/collect2.texi: Likewise.
20176 * doc/headerdirs.texi: Likewise.
20177 * doc/invoke.texi: Likewise.
20178 * doc/standards.texi: Likewise.
20179 * doc/tm.texi: Likewise.
20180 * doc/trouble.texi: Likewise.
20182 2003-01-24 Nick Clifton <nickc@redhat.com>
20184 * config/arm/arm.c (use_return_insn): Do not use a single return
20185 instruction for interrupt handelrs which have to create a stack
20187 (arm_expand_prologue): Do not pre-bias the return address of
20188 interrupt handlers which create a stack frame.
20190 2003-01-24 Nick Clifton <nickc@redhat.com>
20192 * Add sh2e support:
20194 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
20196 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
20197 med_cbranches. Fix logic in short_cbranches.
20199 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
20201 * config/sh/sh.md (delay for cbranch): Don't annul delay
20203 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
20204 cbranch with unfilled delay slot on SH2e.
20205 (output_branch): Fill with a nop the delay slot of a
20206 branch that required a delay slot but didn't get one.
20208 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
20210 * doc/invoke.texi (SH options): Document -m2e.
20211 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
20212 * config/sh/lib1funcs.asm: Likewise.
20213 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
20214 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
20216 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
20218 (SH3E_BIT): Renamed to...
20219 (SH_E_BIT): ... this. Replace all uses.
20220 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
20221 Replace all uses of TARGET_SH3E with TARGET_SH2E.
20222 (TARGET_SWITCHES): Added 2e.
20223 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
20224 (processor_type): Added PROCESSOR_SH2E.
20225 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
20226 TARGET_SH2E, except in sqrtsf2_i.
20227 (attribute cpu): Added sh2e.
20228 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
20229 (MULTILIB_MATCHES): Use m2e multilib for m3e.
20230 * config.gcc: Add sh2e target support.
20232 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
20234 Rename -W to -Wextra.
20235 * c-decl.c: Update comments.
20236 * c-typeck.c: Likewise.
20237 * flags.h: Likewise.
20238 * function.c: Likewise.
20239 * stmt.c: Likewise.
20240 * toplev.c: Update comments.
20241 (W_options): Add 'extra'.
20242 (display_help): Remove '-W'.
20243 (decode_W_option): Special warn_uninitialized treatment in the case
20245 * doc/invoke.texi: Update with new entries.
20247 2003-01-23 Richard Henderson <rth@redhat.com>
20249 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
20250 in no-else-block case. Add commentary.
20252 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20254 * configure.in: Revert last change.
20256 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20258 * configure.in: Don't include ansidecl.h in tconfig.h.
20259 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
20260 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
20263 * configure: Regenerate.
20265 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20268 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
20269 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
20272 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20274 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
20276 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
20278 * genattrtab.c (write_attr_get): Mark 'insn' paramter
20279 as ATTRIBUTE_UNUSED.
20281 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
20283 * arm.c (thumb_base_register_rtx_p): New function.
20284 (thumb_index_register_rtx_p): New function.
20285 (thumb_legitimate_address_p): New function.
20286 (thumb_legitimate_offset_p): New function.
20287 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
20288 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
20290 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
20291 (THUMB_LEGITIMATE_OFFSET): Delte.
20292 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
20293 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
20294 (thumb_legitimate_offset_p): Likewise.
20296 2003-01-23 Andreas Schwab <schwab@suse.de>
20298 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
20300 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20302 * fixinc/Makefile.in (FL_LIST): Revert last change.
20304 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20307 * invoke.texi (ftest-coverage): Fix broken cross-reference.
20308 Change @code to @command for gcov command.
20310 * gcc.texi: Adjust title of gcov section.
20312 * gcov.texi: Likewise.
20314 2003-01-22 Roger Sayle <roger@eyesopen.com>
20316 PR optimization/8423
20317 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20318 its argument is constant, or 0 if !flag_gcse.
20319 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
20320 if it's argument is constant.
20321 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
20322 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
20323 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
20324 * builtins.c (purge_builtin_constant_p): New function to force
20325 instantiation of any remaining CONSTANT_P_RTX nodes.
20326 * rtl.h (purge_builtin_constant_p): Prototype here.
20327 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
20328 pass after GCSE and before loop.
20329 (flag_gcse): No longer static.
20330 * flags.h (flag_gcse): Prototype here.
20332 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
20334 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
20335 introduced by last change.
20337 2003-01-22 Andreas Schwab <schwab@suse.de>
20339 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
20341 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
20343 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
20344 request a scratch reg on H8S when the shift count is 8.
20346 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
20348 * config/s390/s390-protos.h (preferred_la_operand_p):
20349 Remove second parameter.
20350 * config/s390/s390.c (preferred_la_operand_p): Likewise.
20351 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
20352 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
20353 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
20354 Add peepholes to transform ADD to LOAD ADDRESS.
20356 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
20358 * arm.c (arm_address_register_rtx_p): New function.
20359 (arm_legitimate_address_p): New function.
20360 (arm_legitimate_index_p): New function.
20361 (legitimize_pic_address): Use arm_legitimate_index_p.
20362 * arm-protos.h (arm_legtimate_address_p): Add prototype.
20363 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
20364 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
20366 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
20368 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
20369 * config/s390/2064.md (define_bypass): Correct 'Load' and
20370 'Load-address' bypass values.
20372 2003-01-22 Andreas Schwab <schwab@suse.de>
20374 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
20376 2003-01-21 Zack Weinberg <zack@codesourcery.com>
20378 * genautomata.c (output_internal_insn_latency_func,
20379 output_print_reservation_func): Short circuit when there is no
20380 automaton to generate code for.
20382 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20384 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
20385 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
20387 2003-01-21 Geoffrey Keating <geoffk@apple.com>
20389 * config/rs6000/rs6000.md: Remove warning.
20390 (builtin_setjmp_receiver): Likewise.
20391 * config/darwin.c (update_stubs): Slightly improve terrible hack
20392 with identifiers. Add comment pointing out problems with it.
20393 (update_non_lazy_ptrs): Likewise.
20395 2003-01-21 Richard Henderson <rth@redhat.com>
20397 * dwarf2out.c (lookup_filename): Fix printf format warning.
20398 * system.h (fread_unlocked, fwrite_unlocked): Undef.
20400 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
20401 (fixincl.o-warn, gnu-regex.o-warn): New.
20402 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
20403 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
20404 * fixinc/fixincl.c (process): Fix printf format warning.
20406 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
20408 * dwarf2out (output_file_names): Don't crash if called
20409 with empty file_table.
20411 2003-01-21 Zack Weinberg <zack@codesourcery.com>
20413 * genautomata.c (output_internal_insn_latency_func): Add
20414 missing break statement to generated code.
20416 2003-01-21 Roger Sayle <roger@eyesopen.com>
20418 * stmt.c (same_case_target_p): New function to determine whether
20419 two case labels branch to the same target. Split out from...
20420 (group_case_nodes): ... here. Use same_case_target_p instead.
20421 (strip_default_case_nodes): Remove explicit case nodes
20422 that branch to the default destination.
20423 (expand_end_case_type): Call strip_default_case_nodes after
20424 group_case_nodes, to simplify the case-list before we count it.
20425 Only generate table_label RTX when actually needed. Try to share
20426 thiscase->exit_label and thiscase->data.case_stmt.default_label
20427 when a switch has no explicit default case. Simplify test for
20430 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
20432 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
20434 (*negsf2_h8300hs): Likewise.
20435 (*addsi3_lshiftrt_16_zexthi): Likewise.
20436 (*iorhi3_lshiftrt_8): Likewise.
20438 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
20440 * dwarf2out.c (fde_table_in_use): Mark GTY.
20441 (dwarf2out_cfi_label_num): New variable, marked GTY.
20442 (dwarf2out_cfi_label): Use it instead of static label_num.
20443 * emit-rtl.c (label_num): Mark GTY.
20445 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
20447 * config/h8300/h8300.c (output_plussi): Support H8/300.
20448 (compute_plussi_length): Likewise.
20449 (compute_plussi_cc): Likewise.
20450 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
20451 output assembly instructions.
20453 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20455 * calls.c (fix_unsafe_tree): Prototype.
20457 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
20458 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
20459 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
20460 c-parse.o-warn): Add -Wno-error.
20461 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
20463 * configure.in (--enable-werror): Add new flag.
20464 * doc/install.texi (--enable-werror): Document.
20465 * configure: Regenerate.
20467 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
20469 2003-01-21 Andreas Schwab <schwab@suse.de>
20471 * genautomata.c (output_internal_insn_latency_func): Fix missing
20472 close paren in output.
20474 2003-01-21 Zack Weinberg <zack@codesourcery.com>
20476 * genautomata.c: Space savings in generated code:
20477 (output_dfa_insn_code_func): Split out the table-enlargement
20478 path to an out-of-line static function, dfa_insn_code_enlarge.
20479 (output_internal_insn_latency_func): Use a lookup table for the
20481 (output_print_reservation_func): Use a lookup table for the
20484 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
20487 * calls.c (fix_unsafe_tree): Split out from ...
20488 (expand_call): ... here. Use it on the function address too.
20490 2003-01-20 Richard Henderson <rth@redhat.com>
20492 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
20494 2003-01-20 Richard Henderson <rth@redhat.com>
20497 * stmt.c (expand_asm_operands): Validize memory operands.
20499 2003-01-20 Richard Henderson <rth@redhat.com>
20502 * ifcvt.c (noce_process_if_block): Correct arguments to
20503 modified_between_p for no-else-block case.
20505 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
20507 * config/h8300/h8300.c (const_costs): Remove a warning.
20508 (output_plussi): Likewise.
20509 (compute_plussi_length): Likewise.
20510 (compute_plussi_cc): Likewise.
20512 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
20514 * config/h8300/h8300.md (addsi_h8300): Remove the last
20517 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
20519 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
20521 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20523 * system.h (__NO_STRING_INLINES): Define.
20525 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20527 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
20528 is not a scalar int mode.
20530 2003-01-20 Roger Sayle <roger@eyesopen.com>
20532 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
20533 insn's notes following a substitution inside a libcall.
20535 2003-01-20 Zack Weinberg <zack@codesourcery.com>
20537 * configure.in: Check for system-provided 'uchar' type.
20538 * configure, config.in: Regenerate.
20539 * cpphash.h: Only typedef 'uchar' if the system doesn't.
20541 2003-01-20 Richard Henderson <rth@redhat.com>
20543 * expr.h (MUST_PASS_IN_STACK): Move implementation...
20544 * calls.c (default_must_pass_in_stack): ... here.
20546 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
20548 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
20550 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
20552 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
20553 Wrap up definition of `insn_alts'.
20555 * genattrtab.c (main): Wrap up `insn_alts'.
20557 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20559 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
20561 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
20563 * config.in, configure: Regenerate.
20565 2003-01-20 Nick Clifton <nickc@redhat.com>
20567 * config/arm/arm.md (sibcall_epilogue): Add an
20568 UNSPEC_PROLOGUE_USE to prevent the link register from being
20571 2003-01-20 Jan Hubicka <jh@suse.cz>
20573 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
20575 2003-01-20 Andreas Schwab <schwab@suse.de>
20577 * system.h: Don't declare strsignal if the decl test hasn't been
20580 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
20582 * config/h8300/h8300.c (notice_update_cc): Don't assume that
20583 recog_data.operands[0] is always associated with cc0.
20585 2003-01-19 David Edelsohn <edelsohn@gnu.org>
20587 * collect2.c (ldgetname): Expand declaration to prototype.
20588 * read-rtl.c (atoll): Add prototype.
20589 * system.h (strsignal): Also declare if no declaration found.
20591 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
20593 * config.gcc (mips64*-*-linux*): Added.
20594 * config/mips/linux64.h, config/mips/t-linux64: New file.
20595 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
20596 * config/mips/mips.c (override_options): Use it.
20597 * config/mips/mips.h (TARGET_SWITCHES): Added...
20598 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
20599 * Makefile.in (SPECS): New.
20600 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
20601 * gcc.c (process_command): Move self-spec processing past spec
20603 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
20604 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
20607 * doc/invoke.texi (-mabi-fake-default): Document.
20609 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
20611 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
20612 z_reg, z_reg_qi): Declare static and GTY().
20614 (create_regs_rtx): Don't create da_reg.
20615 ("gt-m68hc11.h"): Include for GTY roots.
20616 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
20618 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
20619 (m68hc11_soft_tmp_reg): Likewise.
20620 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
20622 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
20624 * basic-block.h: Fix comment formatting.
20625 * calls.c: Likewise.
20626 * combine.c: Likewise.
20627 * convert.c: Likewise.
20628 * gcov.c: Likewise.
20629 * haifa-sched.c: Likewise.
20630 * libgcc2.c: Likewise.
20631 * loop.c: Likewise.
20632 * profile.c: Likewise.
20633 * system.h: Likewise.
20635 2003-01-18 Roger Sayle <roger@eyesopen.com>
20637 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
20639 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20641 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
20643 2003-01-17 Dale Johannesen <dalej@apple.com>
20645 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
20646 (*floatunssidf2_internal): Ditto.
20648 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
20650 * alias.c: Fix comment typos.
20651 * basic-block.h: Likewise.
20652 * c-common.c: Likewise.
20653 * c-common.h: Likewise.
20654 * c-decl.c: Likewise.
20655 * c-opts.c: Likewise.
20656 * c-pragma.c: Likewise.
20657 * c-pretty-print.h: Likewise.
20659 * cfganal.c: Likewise.
20660 * cfgbuild.c: Likewise.
20661 * cfgcleanup.c: Likewise.
20662 * cfglayout.c: Likewise.
20663 * cfgrtl.c: Likewise.
20664 * convert.c: Likewise.
20665 * cpphash.h: Likewise.
20666 * cpplex.c: Likewise.
20667 * cpplib.h: Likewise.
20669 * diagnostic.c: Likewise.
20670 * diagnostic.h: Likewise.
20671 * dwarf2.h: Likewise.
20673 2003-01-17 Stan Shebs <shebs@apple.com>
20675 * config/darwin-protos.h: Forward-declare struct cpp_reader.
20677 2003-01-17 Douglas B Rupp <rupp@gnat.com>
20679 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
20680 mistake in last checkin.
20682 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
20684 * et-forest.c: Fix comment typos.
20685 * et-forest.h: Likewise.
20686 * except.c: Likewise.
20687 * expr.c: Likewise.
20688 * flags.h: Likewise.
20689 * flow.c: Likewise.
20691 * gcse.c: Likewise.
20692 * genattrtab.c: Likewise.
20693 * genautomata.c: Likewise.
20694 * gengtype.c: Likewise.
20695 * genrecog.c: Likewise.
20696 * global.c: Likewise.
20697 * gthr-rtems.h: Likewise.
20699 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20701 * i386.c (x86_function_profiler): Fix format specifier.
20703 2003-01-17 Richard Henderson <rth@redhat.com>
20705 * gengtype.c (walk_type): Allow paramN_is.
20707 2003-01-17 Nick Clifton <nickc@redhat.com>
20709 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
20711 2003-01-16 Richard Henderson <rth@redhat.com>
20713 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
20715 2003-01-16 Richard Henderson <rth@redhat.com>
20717 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
20718 (alpha_next_sequence_number): Likewise.
20719 (alpha_this_literal_sequence_number): Likewise.
20720 (alpha_this_gpdisp_sequence_number): Likewise.
20721 (struct alpha_funcs, alpha_funcs_num): Likewise.
20722 (struct alpha_links): Fix branch merge error.
20723 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
20725 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
20727 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
20730 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
20732 * ifcvt.c: Fix comment typos.
20734 * libgcc2.c: Likewise.
20735 * local-alloc.c: Likewise.
20736 * loop.c: Likewise.
20737 * predict.c: Likewise.
20738 * ra-build.c: Likewise.
20740 * ra-colorize.c: Likewise.
20742 * ra-rewrite.c: Likewise.
20743 * regmove.c: Likewise.
20744 * reload.h: Likewise.
20745 * rtlanal.c: Likewise.
20746 * toplev.c: Likewise.
20747 * tree.h: Likewise.
20748 * unwind-dw2-fde-glibc.c: Likewise.
20749 * vmsdbgout.c: Likewise.
20751 2003-01-16 Richard Henderson <rth@redhat.com>
20753 * dwarf2out.c (struct file_table): Remove.
20754 (FILE_TABLE_INCREMENT): Remove.
20755 (file_table): Make a varray; mark for GC. Update all users.
20756 (file_table_last_lookup_index): Extract from struct file_table.
20757 (output_file_names): Fix unsigned compare warnings.
20758 (add_name_attribute): Remove inline marker.
20759 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
20760 (lookup_filename): Don't manage size of file_table.
20761 (init_file_table): Allocate file_table with GC.
20762 (dwarf2out_init): Don't record main_input_filename here.
20763 (dwarf2out_finish): Do it here instead.
20765 2003-01-16 Bruce Korb <bkorb@gnu.org>
20767 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
20769 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
20771 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
20772 instead of rotldi3_mextr.
20774 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
20776 * haifa-sched.c (move_insn): Restore moving all schedule group.
20777 (set_priorities): Restore taking SCHED_GROUP_P into account.
20779 * sched-deps.c (add_dependence): Restore processing the last group
20781 (remove_dependence, group_leader): Restore the functions.
20782 (set_sched_group_p): Restore adding dependencies from previous insn
20784 (compute_forward_dependences): Restore usage of group_leader.
20786 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
20789 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
20791 (can_schedule_ready_p): Ditto.
20792 (add_branch_dependences): Restore skipping over the group insns.
20794 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
20796 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
20797 68HC12 pre/post inc/dec side effects.
20799 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
20801 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
20803 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
20805 * sh.md (mshflo_w_x): Fix description of operation.
20807 2003-01-16 Zack Weinberg <zack@codesourcery.com>
20809 * config/rs6000/rs6000.h: Mention Altivec registers in
20810 commentary. Fix typo.
20812 2003-01-16 David Edelsohn <edelsohn@gnu.org>
20814 * config/rs6000/rs6000.md (movti_string): Remove clobber.
20815 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
20816 generate PARALLEL with clobber for TARGET_POWER.
20818 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20820 * ra-colorize.c (colorize_one_web): Initialize variable.
20821 * regmove.c (fixup_match_1): Likewise.
20822 * reload1.c (reload_as_needed): Likewise.
20823 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
20825 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20827 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
20829 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20831 * dbxout.c (lastfile, cwd): Fix `unused' warning.
20832 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
20833 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
20834 is_main_source, file_table, decl_die_table_in_use,
20835 abbrev_die_table_in_use, line_info_table_in_use,
20836 separate_line_info_table_in_use, pubname_table_in_use,
20837 arange_table_in_use, ranges_table_in_use,
20838 current_function_has_inlines): Likewise.
20839 * flow.c (life_analysis): Likewise.
20840 * genemit.c (gen_insn): Likewise.
20841 * protoize.c (cplus_suffix): Likewise.
20843 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
20844 * arm.h (ROUND_UP_WORD): Likewise.
20846 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
20848 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
20849 init_emit_once): Likewise.
20850 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
20852 * function.c (assign_stack_temp_for_type): Likewise.
20853 * loop.c (loop_invariant_p): Likewise.
20854 * recog.c (push_operand): Likewise.
20855 * regclass.c (init_reg_sets_1): Likewise.
20856 * reload.c (update_auto_inc_notes): Likewise.
20857 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
20858 * stmt.c (expand_asm_operands): Likewise.
20859 * stor-layout.c (start_record_layout): Likewise.
20861 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
20863 * config/c4x/c4x.md (epilogue): Correct last patch.
20865 2003-01-15 Richard Henderson <rth@redhat.com>
20867 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
20868 also check that GP is being used.
20869 (alpha_find_lo_sum_using_gp): New.
20870 (alpha_does_function_need_gp): Use get_attr_usegp.
20871 * config/alpha/alpha-protos.h: Update.
20872 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
20875 2003-01-15 Roger Sayle <roger@eyesopen.com>
20877 * gcse.c (one_cprop_pass): Change function arguments to take both
20878 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
20879 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
20880 (bypass_jumps): New function to perform separate jump bypassing pass.
20881 * rtl.h (bypass_jumps): Add function prototype.
20882 * timevar.def (TV_BYPASS): New timing variable.
20883 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
20884 (dump_file): New entry for the bypass RTL dump file.
20885 (rest_of_compilation): Insert new jump bypassing optimization
20887 * doc/passes.texi: Document new pass.
20889 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
20891 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
20892 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
20893 * pa.h (TARGET_SOM_SDEF): Define.
20894 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
20896 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
20898 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
20899 allocate 4-bytes of locals on 68HC11.
20900 (expand_epilogue): Likewise.
20901 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
20903 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
20905 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
20906 and -mshort-double to the assembler to specify the ABI.
20907 (LINK_SPEC): Likewise.
20908 (CPP_SPEC): Pass HCS12 specific define.
20909 (MASK_M68S12): New define.
20910 (TARGET_M68S12): Likewise.
20911 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
20912 (TARGET_VERSION): Update.
20913 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
20914 (LINK_SPEC): Update.
20915 (ASM_SPEC): Update.
20916 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
20917 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
20919 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
20921 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
20924 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
20926 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
20927 flag before setting it.
20929 2003-01-15 Roger Sayle <roger@eyesopen.com>
20931 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
20932 when loop condition is known true, i.e. "while (1) { ... }".
20933 (genrtl_for_stmt): Similarly for "for" statements.
20935 2003-01-15 Roger Sayle <roger@eyesopen.com>
20937 * real.c (real_sqrt): Return a bool result indicating whether
20938 a floating point exception or trap should be raised.
20939 * real.h (real_sqrt): Update function prototype.
20940 * builtins.c (fold_builtin): Only fold non-trapping square
20941 roots unless we're ignoring errno and trapping math.
20943 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
20945 * expr.h (emit_conditional_add): Add PARAMS to declaration.
20946 * gengtype-lex.l (malloc, realloc): Move defines after include of
20947 system.h. Remove duplicate include of system.h.
20949 2003-01-15 Roger Sayle <roger@eyesopen.com>
20952 * optabs.c (expand_unop): When manipulating the FP sign bit
20953 using integer operations, account for targets with different
20954 integer and FP word orders.
20955 (expand_abs): Likewise.
20957 2003-01-15 David Edelsohn <edelsohn@gnu.org>
20959 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
20960 file extension in section name.
20962 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
20964 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
20967 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
20969 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
20970 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
20971 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
20972 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
20974 2003-01-15 Jan Hubicka <jh@suse.cz>
20977 * global.c (struct allocno): Add no_stack_reg.
20978 (global_conflicts): Set no_stack_reg.
20979 (find_reg): Use it.
20981 * convert.c (convert_to_real): Fold - and abs only when profitable.
20982 * fold-const.c (fold): Fold truncates in - and abs.
20984 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
20986 Segher Boessenkool <segher@koffie.nl>
20988 * predict.c (real_inv_br_prob_base): New variable.
20989 (propagate_freq): Use multiply by reciprocal instead of
20990 division. Don't divide by 1.0 at all.
20991 (estimate_bb_frequencies): Similar.
20993 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
20995 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
20996 * configure: Rebuilt.
20998 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
21000 * config/s390/s390.c (s390_safe_attr_type): New function.
21001 (s390_use_dfa_pipeline_interface): New function, return true for z900.
21002 (s390_issue_rate): New function.
21003 (s390_agen_dep_p): New function.
21004 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21005 (s390_adjust_cost): Return 'cost' if new DFA is used.
21006 (s390_adjust_priority): Delete function.
21007 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21008 * config/s390/s390.md (atype attribute): Attribute 'atype' default
21009 determined by 'op_type'.
21010 (type attribute): Added more type attributes.
21011 * config/s390/2064.md: New DFA description for z900 pipeline.
21013 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
21015 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21016 forced to memory. Fixes PR bootstrap/9036.
21018 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21019 to set $gp before the call.
21021 2003-01-14 Richard Henderson <rth@redhat.com>
21023 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21024 for force_const_mem.
21026 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21028 * genattr.c (main): Rearrange output to avoid prototype warning.
21029 * genautomata.c (transform_3): Fix ambiguous-else warning.
21030 * local-alloc.c (requires_inout): Add parentheses around
21031 assignment used as truth-value.
21032 * timevar.c: Move system includes above local includes. Include
21034 * Makefile.in (timevar.o): Depend on toplev.h.
21036 2003-01-14 Denis Chertykov <denisc@overta.ru>
21038 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21039 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21041 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21043 (TARGET_ATTRIBUTE_TABLE): New macro.
21044 (valid_machine_type_attribute): Remove.
21045 (valid_machine_decl_attribute): Remove.
21046 (ip2k_handle_progmem_attribute): New function.
21047 (ip2k_handle_fndecl_attribute): New function.
21049 2003-01-10 Andrew Haley <aph@redhat.com>
21051 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21052 registers to be in correct order. Add rip.
21054 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
21056 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21057 (*iorsi3_and_lshiftrt_9_sb): Likewise.
21059 2003-01-14 Jan Hubicka <jh@suse.cz>
21061 * convert.c (strip_float_extensions): Look for narrowest type handling
21064 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
21066 * convert.c (strip_float_extensions): Make global.
21067 * tree.h (strip_float_extensions): Declare.
21069 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
21071 * timevar.def: define TV_NAME_LOOKUP.
21072 * timevar.c (timevar_pop): Be verbose when aborting.
21074 2003-01-13 Andreas Schwab <schwab@suse.de>
21076 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21077 $(parsedir), just move the temporary file at the end.
21078 ($(parsedir)/gengtype-yacc.c): Likewise.
21080 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
21082 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
21083 ${ac_tool_prefix} to ADAC or CC. Protect them from word
21085 * configure: Rebuilt.
21087 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21089 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
21090 internal_mcount): Don't use PARAMS.
21091 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
21093 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
21095 2003-01-13 Andreas Schwab <schwab@suse.de>
21097 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
21100 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
21102 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
21103 (*iorsi3_and_lshiftrt_n_sb): Likewise.
21105 2003-01-12 Mark Mitchell <mark@codesourcery.com>
21108 * c-lex.c (c_lex): Set the token value to error_mark_node for
21109 invalid numeric constants.
21111 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21113 * c-pch.c (asm_file_startpos): Change to `long'.
21114 (pch_init): Use ftell, not ftello.
21115 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
21116 Use `long' instead of `off_t'.
21117 (c_common_read_pch): Likewise.
21118 * ggc-common.c (gt_pch_save): Use long/ftell instead of
21121 2003-01-12 Alan Modra <amodra@bigpond.net.au>
21123 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
21125 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
21127 * arm-protos.h (struct cpp_reader): Add declaration.
21129 2003-01-11 Jan Hubicka <jh@suse.cz>
21132 * i386.c (output_fp_compare): Fix typo.
21134 2003-01-10 David Edelsohn <edelsohn@gnu.org>
21136 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
21138 2003-01-10 Geoffrey Keating <geoffk@apple.com>
21140 * Makefile.in (parsedir): New variable.
21141 (docobjdir): New variable.
21142 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
21143 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
21144 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
21145 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
21146 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
21148 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
21149 objc.maintainer-clean): Use parsedir.
21151 * varasm.c (struct constant_descriptor_rtx): Remove unused
21154 * toplev.c (documented_lang_options): Document -Winvalid-pch.
21156 2003-01-10 Richard Henderson <rth@redhat.com>
21158 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
21159 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
21161 2003-01-10 Richard Henderson <rth@redhat.com>
21163 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
21164 not INTEGRAL_MODE_P when widening extensions.
21166 2003-01-10 Richard Henderson <rth@redhat.com>
21168 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
21170 2003-01-10 Geoffrey Keating <geoffk@apple.com>
21172 * ggc-page.c (ggc_collect): Avoid overflow computing
21175 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
21176 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
21178 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
21180 2003-01-10 Jan Hubicka <jh@suse.cz>
21182 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
21183 with weird operands.
21185 2003-01-10 Dale Johannesen <dalej@apple.com>
21187 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
21188 parameters. Call check_sibcall_argument_overlap if indicated.
21189 (check_sibcall_argument_overlap): Add mark_stored_args_map
21190 parameter. Don't mark parameter area as clobbered if not set.
21191 (expand_call): Adjust calls to above.
21193 2003-01-10 Kelley Cook <kelleycook@comcast.net>
21195 * configure.in (linker read-only and read-write section mixing):
21196 Squelch some assembler warnings.
21197 * configure: Likewise.
21199 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
21201 * doc/invoke.texi: Document -mtune, delete -mcpu
21202 option for S/390 and zSeries.
21203 * config/s390/s390.c (s390_tune_string) New variable.
21204 (s390_cpu_string) Delete variable.
21205 (override_options): Use s390_tune_string instead of
21207 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
21209 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
21211 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
21213 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
21215 * jump.c (next_nonnote_insn_in_loop): New function.
21216 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
21218 (duplicate_loop_exit_test). Likewise.
21220 2003-01-09 Geoffrey Keating <geoffk@apple.com>
21222 Merge from pch-branch:
21224 2003-01-06 Geoffrey Keating <geoffk@apple.com>
21226 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
21229 2002-12-24 Geoffrey Keating <geoffk@apple.com>
21231 * cpplib.c (count_registered_pragmas): New function.
21232 (save_registered_pragmas): New function.
21233 (_cpp_save_pragma_names): New function.
21234 (restore_registered_pragmas): New function.
21235 (_cpp_restore_pragma_names): New function.
21236 * cpphash.h (_cpp_save_pragma_names): Prototype.
21237 (_cpp_restore_pragma_names): Likewise.
21238 * cpppch.c (struct save_macro_item): Split from save_macro_data.
21239 (struct save_macro_data): New field 'saved_pragmas'.
21240 (save_macros): Update for changes to struct save_macro_data.
21241 (cpp_prepare_state): Call _cpp_save_pragma_names, update
21242 for changes to struct save_macro_data.
21243 (cpp_read_state): Call _cpp_restore_pragma_names, update
21244 for changes to struct save_macro_data.
21246 * cpppch.c (cpp_read_state): Restore the hashtable references
21249 * tree.h (built_in_decls): Mark for PCH.
21251 * dbxout.c (lastfile): Don't mark for PCH.
21253 * ggc.h: Document PCH calls into memory managers.
21255 2002-12-18 Geoffrey Keating <geoffk@apple.com>
21257 * doc/invoke.texi (Precompiled Headers): Document the
21258 directory form of PCH.
21259 * cppfiles.c (validate_pch): New function.
21260 (open_file_pch): Search suitably-named directories for PCH files.
21262 2002-12-14 Geoffrey Keating <geoffk@apple.com>
21264 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
21266 (Type Information): Mention that the information is also
21267 used to implement PCH.
21268 * doc/passes.texi (Passes): Improve documentation of
21269 language-specific files.
21271 2002-12-11 Geoffrey Keating <geoffk@apple.com>
21273 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
21274 (struct walk_type_data): Add reorder_fn field.
21275 (walk_type): Process 'reorder' option.
21276 (write_types_process_field): Reorder parameters to gt_pch_note_object,
21277 call reorder_note_routine.
21278 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
21279 (ggc_wtd): Update for change to struct write_types_data.
21280 (pch_wtd): Likewise.
21281 * ggc.h (gt_pch_note_object): Reorder parameters.
21282 (gt_handle_reorder): New definition.
21283 (gt_pch_note_reorder): New prototype.
21284 * ggc-common.c (struct ptr_data): Add reorder_fn.
21285 (gt_pch_note_object): Reorder parameters.
21286 (gt_pch_note_reorder): New.
21287 (gt_pch_save): Call reorder_fn.
21288 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
21290 * dbxout.c (cwd): Don't mark for PCH.
21292 2002-12-09 Geoffrey Keating <geoffk@apple.com>
21294 * gengtype.c (finish_root_table): Fix some warnings.
21295 (write_root): Handle TYPE_STRING.
21296 * ggc.h (gt_ggc_m_S): Add prototype.
21297 * stringpool.c (gt_ggc_m_S): New function.
21299 2002-11-30 Geoffrey Keating <geoffk@apple.com>
21301 * dwarf2out.c (dw2_string_counter): New.
21302 (AT_string_form): Use it.
21303 (same_dw_val_p): Update for removal of hashtable.h hash tables.
21305 2002-11-22 Geoffrey Keating <geoffk@apple.com>
21307 * dbxout.c: Include gt-dbxout.h.
21308 (lastfile): Mark for PCH/GGC.
21310 (struct typeinfo): Likewise.
21311 (typevec): Likewise.
21312 (typevec_len): Likewise.
21313 (next_type_number): Likewise.
21314 (struct dbx_file): Likewise.
21315 (current_file): Likewise.
21316 (next_file_number): Likewise.
21317 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21318 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21319 (dbxout_end_source_file): Don't free struct dbx_file.
21320 (dbxout_type): Use GGC to allocate typevec.
21321 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
21322 (GTFILES): Add dbxout.c.
21323 (gt-dbxout.h): New rule.
21325 * Makefile.in (c-pch.o): Add debug.h as dependency.
21326 * c-pch.c: Include debug.h.
21327 (pch_init): Call start_source_file to keep nesting right.
21328 (c_common_read_pch): Add orig_name parameter. Call
21329 start_source_file debug hook. Call end_source_file debug hook.
21330 * c-common.h (c_common_read_pch): Update prototype.
21331 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
21333 * cppfiles.c (struct include_file): Add new field `header_name'.
21334 (find_or_create_entry): Default it to `name'.
21335 (open_file_pch): Set it to the original header file searched for.
21336 (stack_include_file): Don't stack an empty buffer, just handle
21337 PCH files immediately. Pass header_name field to read_pch callback.
21339 2002-11-19 Geoffrey Keating <geoffk@apple.com>
21341 * function.c (funcdef_no): Mark to be saved in a PCH.
21343 2002-11-15 Geoffrey Keating <geoffk@apple.com>
21345 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
21347 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
21349 2002-11-14 Geoffrey Keating <geoffk@apple.com>
21351 * optabs.h (code_to_optab): Add GTY marker.
21353 2002-11-13 Geoffrey Keating <geoffk@apple.com>
21355 * Makefile.in (GTFILES): Add cpplib.h.
21356 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
21357 * c-decl.c (build_compound_literal): Don't use var_labelno.
21358 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
21359 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
21360 * varasm.c (const_labelno): Use gengtype to mark.
21361 (var_labelno): Likewise.
21362 (in_section): Likewise.
21363 (in_named_name): Likewise.
21364 (struct in_named_entry): Likewise.
21365 (in_named_htab): Likewise.
21366 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
21367 (init_varasm_once): Use GGC to allocate in_named_htab.
21368 * config/darwin.c (current_pic_label_num): Mark for PCH.
21370 2002-11-11 Geoffrey Keating <geoffk@apple.com>
21372 * ggc-simple.c (init_ggc_pch): New stub procedure.
21373 (ggc_pch_count_object): Likewise.
21374 (ggc_pch_total_size): Likewise.
21375 (ggc_pch_this_base): Likewise.
21376 (ggc_pch_alloc_object): Likewise.
21377 (ggc_pch_prepare_write): Likewise.
21378 (ggc_pch_write_object): Likewise
21379 (ggc_pch_finish): Likewise.
21380 (ggc_pch_read): Likewise.
21382 2002-11-08 Geoffrey Keating <geoffk@apple.com>
21384 * c-pch.c (c_common_write_pch): Write the macro definitions after
21386 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
21387 definitions after the GCed data.
21388 * cpplib.c (save_macros): New.
21390 (cpp_write_pch_deps): Split out of cpp_write_pch.
21391 (cpp_write_pch_state): Split out of cpp_write_pch.
21392 (cpp_write_pch): Delete.
21393 (struct save_macro_data): Delete.
21394 (cpp_prepare_state): New.
21395 (cpp_read_state): Erase and restore initial macro definitions.
21396 * cpplib.h (struct save_macro_data): Forward-declare.
21397 (cpp_write_pch_deps): Prototype.
21398 (cpp_write_pch_state): Prototype.
21399 (cpp_write_pch): Delete prototype.
21400 (cpp_prepare_state): Prototype.
21401 (cpp_read_state): Add fourth argument.
21403 2002-11-04 Geoffrey Keating <geoffk@apple.com>
21405 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
21406 (write_array): Remove warning.
21408 * gengtype.c (contains_scalar_p): New.
21409 (finish_root_table): Add the table to all languages, even if it's
21411 (write_roots): Output gt_pch_scalar_rtab.
21412 * ggc-common.c (gt_pch_save): Write out scalars.
21413 (gt_pch_restore): Read scalars back.
21415 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
21416 (struct page_entry): Delete pch_page field.
21417 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
21418 (clear_marks): Likewise.
21419 (sweep_pages): Likewise.
21420 (poison_pages): Likewise.
21421 (ggc_print_statistics): Likewise.
21422 (ggc_pch_read): Don't free objects read from a PCH.
21423 Properly set up in_use_p and page_tails.
21425 2002-10-25 Geoffrey Keating <geoffk@apple.com>
21427 * gengtype.c (struct write_types_data): New.
21428 (struct walk_type_data): Make `cookie' const; add extra
21429 prev_val item; add `orig_s' field.
21430 (walk_type): Update prev_val[3].
21431 (write_types_process_field): New.
21432 (write_func_for_structure): Take write_types_data structure.
21433 (write_types): New.
21436 (write_types_local_process_field): New.
21437 (gc_mark_process_field): Delete.
21438 (write_local_func_for_structure): New.
21439 (gc_mark_func_name): Delete.
21440 (write_gc_types): Delete.
21441 (write_local): New.
21442 (finish_root_table): Don't include 'ggc_' in PFX.
21443 (write_root): Rename from write_root. Fill pchw field of structures.
21444 (write_array): New.
21445 (write_roots): Rename from write_gc_roots. Split out to write_array.
21446 Update to changes to other routines. Write gt_pch_cache_rtab table.
21447 (main): Write PCH walking routines.
21448 * ggc-common.c: Include toplev.h, sys/mman.h.
21449 (ggc_mark_roots): For cache hashtables, also mark the hash table
21450 and the array of entries.
21451 (saving_htab): New.
21452 (struct ptr_data): New.
21453 (POINTER_HASH): New.
21454 (gt_pch_note_object): New.
21455 (saving_htab_hash): New.
21456 (saving_htab_eq): New.
21457 (struct traversal_state): New.
21460 (compare_ptr_data): New.
21461 (relocate_ptrs): New.
21462 (write_pch_globals): New.
21463 (struct mmap_info): New.
21464 (gt_pch_save): New.
21465 (gt_pch_restore): New.
21466 * ggc-page.c (ROUND_UP_VALUE): New.
21468 (struct page_entry): Add field `pch_page'.
21469 (init_ggc): Use ROUND_UP.
21470 (struct ggc_pch_data): Declare.
21471 (init_ggc_pch): New.
21472 (ggc_pch_count_object): New.
21473 (ggc_pch_total_size): New.
21474 (ggc_pch_this_base): New.
21475 (ggc_pch_alloc_object): New.
21476 (ggc_pch_prepare_write): New.
21477 (ggc_pch_write_object): New.
21478 (ggc_pch_finish): New.
21479 (ggc_pch_read): New.
21480 * ggc.h (gt_pointer_operator): New.
21481 (gt_note_pointers): New.
21482 (gt_pch_note_object): New prototype.
21483 (gt_pointer_walker): New.
21484 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
21485 (LAST_GGC_ROOT_TAB): Update.
21486 (gt_pch_cache_rtab): Declare.
21487 (gt_pch_scalar_rtab): Declare.
21488 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
21489 (LAST_GGC_CACHE_TAB): Update.
21490 (gt_pch_save_stringpool): Declare.
21491 (gt_pch_restore_stringpool): Declare.
21492 (gt_pch_p_S): Declare.
21493 (gt_pch_n_S): Declare.
21494 (struct ggc_pch_data): Forward-declare.
21495 (init_ggc_pch): Declare.
21496 (ggc_pch_count_object): Declare.
21497 (ggc_pch_total_size): Declare.
21498 (ggc_pch_this_base): Declare.
21499 (ggc_pch_alloc_object): Declare.
21500 (ggc_pch_prepare_write): Declare.
21501 (ggc_pch_write_object): Declare.
21502 (ggc_pch_finish): Declare.
21503 (ggc_pch_read): Declare.
21504 (gt_pch_save): Declare.
21505 (gt_pch_restore): Declare.
21506 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
21507 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
21508 const_double_htab, mem_attrs_htab using GGC.
21509 * c-pch.c: Include ggc.h.
21510 (pch_init): Allow reading PCH file back.
21511 (c_common_write_pch): Call gt_pch_save.
21512 (c_common_read_pch): Call gt_pch_restore.
21513 * c-parse.in (init_reswords): Delete now-untrue comment.
21514 Allocate ridpointers using GGC.
21515 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
21516 calling expand_deferred_fns.
21517 * c-common.h (ridpointers): Mark for GTY machinery.
21518 * Makefile.in (stringpool.o): Update dependencies.
21519 (c-pch.o): Update dependencies.
21520 (ggc-common.o): Update dependencies.
21521 * stringpool.c: Include gt-stringpool.h.
21524 (struct string_pool_data): New.
21526 (gt_pch_save_stringpool): New.
21527 (gt_pch_restore_stringpool): New.
21528 * tree.c (init_ttree): Make type_hash_table allocated using GC.
21530 2002-10-04 Geoffrey Keating <geoffk@apple.com>
21532 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
21533 (output_mangled_typename): Don't pass size_t to printf.
21535 * tree.h (union tree_type_symtab): Add tag to `address' field.
21536 (union tree_decl_u2): Add tag to 'i' field.
21537 * varasm.c (union rtx_const_un): Add tags to all fields.
21538 * gengtype.c (struct walk_type_data): New.
21539 (output_escaped_param): Take struct walk_type_data parameter.
21540 (write_gc_structure_fields): Delete.
21542 (write_gc_marker_routine_for_structure): Delete.
21543 (write_func_for_structure): New.
21544 (gc_mark_process_field): New.
21545 (gc_mark_func_name): New.
21546 (gc_counter): Delete.
21547 (write_gc_types): Use write_func_for_structure.
21548 (write_gc_roots): Use walk_type.
21550 2002-10-02 Geoffrey Keating <geoffk@apple.com>
21552 * ggc-common.c (ggc_mark_roots): Delete 'x'.
21553 (ggc_splay_dont_free): Fix warning about unused 'x'.
21554 (ggc_print_common_statistics): Remove warnings.
21556 2002-10-01 Mike Stump <mrs@apple.com>
21558 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
21559 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
21561 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
21562 Catherine Moore <clm@redhat.com>
21564 * Makefile (c-pch.o): Update dependencies.
21565 (LIBCPP_OBJS): Add cpppch.o.
21567 * c-common.c (c_common_init): Don't call pch_init here.
21568 * c-common.h (c_common_read_pch): Update prototype.
21569 * c-lex.c (c_common_parse_file): Call pch_init here.
21570 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
21571 (c_common_decode_option): Handle them.
21572 * c-pch.c: Include c-pragma.h.
21573 (save_asm_offset): Delete.
21574 (pch_init): Move contents of save_asm_offset into here, call
21576 (c_common_write_pch): Call cpp_write_pch.
21577 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
21579 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
21580 * cppfiles.c (stack_include_file): Update for change to
21581 parameters of cb.read_pch.
21582 * cpphash.h (struct cpp_reader): Add `savedstate' field.
21583 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
21584 `restore_pch_deps' fields.
21585 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
21586 (cpp_save_state): Prototype.
21587 (cpp_write_pch): Prototype.
21588 (cpp_valid_state): Prototype.
21589 (cpp_read_state): Prototype.
21590 * cpppch.c: New file.
21591 * flags.h (version_flag): Remove prototype.
21592 * mkdeps.c (deps_save): New.
21593 (deps_restore): New.
21594 * mkdeps.h (deps_save): Prototype.
21595 (deps_restore): Prototype.
21596 * toplev.c (late_init_hook): Delete.
21597 (version_flag): Make static again.
21598 (compile_file): Don't call late_init_hook.
21599 * toplev.h (late_init_hook): Delete.
21600 * doc/cppopts.texi: Document -fpch-deps.
21601 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
21603 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
21605 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
21607 (c_common_valid_pch): Rename from c_valid_pch, change callers.
21608 (c_common_read_pch): Rename from c_read_pch, change callers.
21610 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
21611 a space between it and its argument.
21613 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
21615 * c-pch.c: New file.
21616 * toplev.h (late_init_hook): Declare.
21617 * toplev.c (late_init_hook): Define.
21618 (version_flag): Make globally visible.
21619 (compile_file): Call late_init_hook.
21620 (init_asm_output): Make output file seekable.
21621 * gcc.c (default_compilers): Update c-header rule.
21622 * flags.h (version_flag): Declare.
21623 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
21625 * cppfiles.c (struct include_file): Add 'pch' field.
21626 (INCLUDE_PCH_P): New.
21627 (open_file_pch): New.
21628 (stack_include_file): Handle PCH files specially.
21629 (find_include_file): Call open_file_pch instead of open_file.
21630 (_cpp_read_file): Explain why open_file is used instead of
21632 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
21633 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
21634 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
21635 in cpplib callbacks.
21636 * c-common.c (pch_file): Correct comment.
21637 (allow_pch): Define.
21638 (c_common_init): Call pch_init.
21639 * c-common.h (allow_pch): Declare.
21640 (pch_init): Declare.
21641 (c_valid_pch): Declare.
21642 (c_read_pch): Declare.
21643 (c_write_pch): Declare.
21644 * Makefile.in (c-pch.o): New.
21645 (C_AND_OBJC_OBJS): Add c-pch.o.
21646 * doc/invoke.texi (Precompiled Headers): Add index entries,
21647 complete truncated paragraph.
21649 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
21651 * c-common.c: (pch_file): Define.
21652 * c-common.h (pch_file): Declare.
21653 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
21654 (missing_arg): Require --output-pch= to have an argument.
21655 (c_common_decode_option): Handle --output-pch=.
21656 * gcc.c: Document new %V.
21657 (default_compilers): Handle compiling C header files.
21658 (do_spec_1): Implement %V.
21659 (main): Handle "gcc foo.h" without trying to run linker.
21660 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
21661 (Overall Options): Document what the driver does with header files,
21662 document new -x option possibilities.
21663 (Invoking G++): More documentation for PCH.
21664 (Precompiled Headers): New.
21666 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
21668 * ggc.h: Don't include varray.h. Rearrange functions to be more
21670 (ggc_add_root): Delete.
21671 (ggc_mark_rtx): Delete.
21672 (ggc_mark_tree): Delete.
21673 (struct ggc_statistics): Remove contents.
21674 * ggc-common.c: Remove unneeded includes.
21675 (struct ggc_root): Delete.
21677 (ggc_add_root): Delete.
21678 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
21679 (ggc_print_common_statistics): Remove most of the contents.
21680 * Makefile.in (GGC_H): No longer uses varray.h.
21681 (ggc-common.o): Update dependencies.
21682 (c-parse.o): Add varray.h to dependencies.
21683 (c-common.o): Add varray.h.
21684 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
21685 (mark_ident_hash): Rename to ggc_mark_stringpool.
21686 (init_stringpool): Don't use ggc_add_root.
21687 * c-parse.in: Include varray.h.
21688 * c-common.c: Include varray.h.
21689 * objc/Make-lang.in (objc-act.o): Add varray.h.
21690 * objc/objc-act.c: Include varray.h.
21692 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
21694 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
21695 (dw_cfi_oprnd1_desc): Likewise.
21697 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
21699 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
21701 (alpha_links): Use gengtype to mark; move out of ifdef.
21702 (mark_alpha_links_node): Delete.
21703 (mark_alpha_links): Delete.
21704 (alpha_need_linkage): Use GGC to allocate splay tree, struct
21705 alpha_links, strings. Don't use ggc_add_root.
21706 * ggc-common.c (ggc_splay_alloc): New.
21707 (ggc_splay_dont_free): New.
21708 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
21709 (ggc_mark_tree): Likewise.
21710 (splay_tree_new_ggc): New.
21711 (ggc_splay_alloc): Declare.
21712 (ggc_splay_dont_free): Declare.
21713 * dwarf2asm.c: Include gt-dwarf2asm.h.
21714 (mark_indirect_pool_entry): Delete.
21715 (mark_indirect_pool): Delete.
21716 (indirect_pool): Use gengtype to mark.
21717 (dw2_force_const_mem): Don't use ggc_add_root.
21718 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
21719 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
21720 (gt-dwarf2asm.h): Depend on s-gtype.
21722 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
21724 * tree.h (union tree_type_symtab): Mark `die' field.
21725 * Makefile.in (dwarf2out.o): Update dependencies.
21726 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
21728 (dw_cfi_oprnd1_desc): New function.
21729 (dw_cfi_oprnd2_desc): New function.
21730 (indirect_string_alloc): Delete.
21731 (debug_str_do_hash): New function.
21732 (debug_str_eq): New function.
21733 (mark_limbo_die_list): Delete.
21734 (dwarf2out_init): Don't call ggc_add_root.
21736 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
21738 The following changes are merged from itanium-sched-branch:
21740 2003-01-08 David Edelsohn <edelsohn@gnu.org>
21742 * doc/md.texi: Clarify assignment of units to automata description.
21744 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
21746 * genautomata.c (unit_decl): Remove members
21747 `the_same_automaton_unit' and
21748 `the_same_automaton_message_reported_p'.
21749 (process_unit_to_form_the_same_automaton_unit_lists,
21750 form_the_same_automaton_unit_lists_from_regexp,
21751 form_the_same_automaton_unit_lists, the_same_automaton_lists):
21753 (annotation_message_reported_p): New global variable.
21754 (check_unit_distribution_in_reserv,
21755 check_regexp_units_distribution): New functions.
21756 (check_unit_distributions_to_automata): Rewrite it.
21758 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
21760 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
21761 Use continue instead of break if cycle is too big.
21763 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
21765 * genautomata.c (check_unit_distributions_to_automata): Output at
21766 most one message for a unit.
21767 (process_unit_to_form_the_same_automaton_unit_lists): Check
21768 automaton of units instead of units themself.
21770 * doc/md.texi: Describe the constraint about assigning unit to
21773 2002-12-20 Jan Hubicka <jH@suse.cz>
21774 Vladimir Makarov <vmakarov@redhat.com>
21776 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
21778 (gen_cpu_unit): Initialize the new members.
21779 (process_regexp_cycles): Calculate minimal finish cycle too. Set
21780 up `min_occ_cycle_num'.
21781 (evaluate_max_reserv_cycles): Change the function call.
21782 (CLEAR_BIT): New macro.
21783 (states_union, state_shift): Use the mask.
21784 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
21785 (form_reservs_matter): New function.
21786 (make_automaton): Call the function and use the mask.
21787 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
21790 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21792 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
21794 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21796 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
21799 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21801 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
21804 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21805 2002-10-31 Dale Johannesen <dalej@apple.com>
21807 * haifa-sched.c (find_set_reg_weight): New function.
21808 (find_insn_reg_weight): Use the new function.
21809 (schedule_block): Do sorting ready queue always
21812 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
21814 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
21816 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
21818 * haifa-sched.c (choice_entry): New structure.
21819 (choice_stack, cycle_issued_insns): New variables.
21820 (max_issue): Rewrite it.
21821 (choose_ready): Set up ready_try for unknown insns too.
21822 (schedule_block): Allocate and free choice_stack. Set up
21823 and modify cycle_issued_insns.
21825 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
21826 with and without filling the bundle.
21827 (bundling): Combine calls of issue_nops_and_insn.
21829 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
21831 * config/ia64/itanium1.md: New file.
21833 * config/ia64/itanium2.md: New file.
21835 * config/ia64/ia64.md: Move DFA descriptions into the new files.
21836 Remove the old pipeline description.
21838 * config/ia64/ia64.c (ia64_override_options): Add aliases of
21839 itanium processor names.
21841 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
21843 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
21844 (ia64_reorg): Set up queried unit codes for Itanium2 too.
21846 * config/ia64/ia64.md: Add descriptions for Itanium2.
21848 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
21850 * config/ia64/ia64.h (processor_type): New enumeration.
21851 (ia64_tune, ia64_tune_string): New external declarations.
21852 (TARGET_OPTIONS): Add option `tune='.
21854 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
21856 (ia64_override_options): Set up `ia64_tune'.
21857 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
21858 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
21859 (bundling): Add nops for MM-insns only for Itanium.
21860 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
21863 * config/ia64/ia64.md (cpu): New attribute.
21864 (DFA description): Enable it only for Itanium.
21866 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
21867 Richard Henderson <rth@redhat.com>
21869 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
21870 MASK_EARLY_STOP_BITS.
21871 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
21872 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
21875 * config/ia64/ia64.c (ia64_dfa_new_cycle,
21876 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
21877 instead of TARGET_TUNE_STOP_BITS.
21879 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
21880 `-mearly-stop-bits'.
21882 * config/ia64/ia64.c (automata_option "v"): Comment it.
21884 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
21886 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
21888 (TARGET_SWITCHES): Add entries for the new option.
21890 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
21891 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
21892 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
21894 (ia64_sched_reorder2): Set up `clocks'.
21895 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
21896 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
21897 queue when TARGET_TUNE_STOP_BITS.
21898 (bundling): Insert additional nops for MM-insns.
21899 (final_emit_insn_group_barriers): Add insertion of stop bits
21900 according `stops_p'.
21901 (ia64_reorg): Initiate the new varibales.
21903 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
21905 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
21907 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
21908 insns at the end of block insn scheduling.
21910 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
21912 * sched-deps.c (remove_dependence, group_leader): Remove it.
21913 (add_dependence): Add dependence to group leader to.
21914 (set_sched_group_p): Add dependence to the first insn of the
21915 schedule group too.
21916 (sched_analyze_insn): Make dependence to jump as anti-dependence.
21917 Change true dependence by anti-dependence when
21918 `reg_pending_barrier'.
21920 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
21921 add_branch_dependences): Ignore schedule groups.
21923 * sched-ebb.c (init_ready_list): Ditto.
21925 * (move_insn, set_priorities): Ditto.
21927 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
21928 flag is clear after reload.
21929 (adjust_cost): Change cost only for output dependencies.
21931 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
21933 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
21935 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
21937 * target.h (gcc_target): Add member
21938 `dependencies_evaluation_hook'.
21940 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
21942 (TARGET_SCHED): Add initiatialization of the new member.
21944 * sched-ebb.c: Include `target.h'.
21945 (schedule_ebb): Call `dependencies_evaluation_hook'.
21947 * sched-rgn.c (schedule_region): Call
21948 `dependencies_evaluation_hook'.
21950 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21952 (ia64_dependencies_evaluation_hook): New function.
21954 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21955 Describe the new hook.
21957 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
21959 * target.h (gcc_target): Add members
21960 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
21962 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
21963 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
21965 (TARGET_SCHED): Add initiatialization of the new members.
21967 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
21968 insn scheduling too.
21969 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
21970 initialize `ready_try'.
21971 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
21972 `dfa_new_cycle' says not to do it.
21974 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
21977 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
21979 * config/ia64/ia64.c: Include `hashtab.h'.
21980 (ia64_first_cycle_multipass_dfa_lookahead_guard,
21981 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
21982 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
21983 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
21984 bundle_state_eq_p, insert_bundle_state,
21985 initiate_bundle_state_table, finish_bundle_state_table,
21986 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
21987 get_template, get_next_important_insn, bundling): New functions.
21988 (ia64_internal_sched_reorder): Remove it.
21989 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
21990 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
21991 (ia64_safe_itanium_requires_unit0): Remove it.
21992 (group_barrier_needed_p): Place group barrier right before a real
21994 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
21996 (bundle_name): New variable.
21997 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
21998 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
21999 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22000 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22001 temp_dfa_state, prev_cycle_state): New global variables.
22002 (insn_matches_slot, maybe_rotate, finish_last_head,
22003 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22004 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22005 find_best_packet, itanium_reorder, dump_current_packet,
22006 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22007 (sched_data, sched_ready, sched_types): Remove them.
22008 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22009 `init_insn_group_barriers'.
22010 (ia64_sched_reorder, ia64_sched_reorder2): Call
22011 ia64_dfa_sched_reorder.
22012 (ia64_variable_issue): Rewrite it.
22013 (bundle_state): New structure.
22014 (index_to_bundle_states, bundle_states_num,
22015 allocated_bundle_states_chain, free_bundle_state_chain): New
22017 (ia64_sched_finish): Add stop bits and call `bundling' after the
22018 2nd insn scheduling.
22019 (ia64_use_dfa_pipeline_interface): Return zero always.
22020 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22022 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22023 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22024 (ia64_reorg): Add bundling insns.
22027 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22028 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22030 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
22032 * config/ia64/ia64.md: Add Itanium1 DFA description.
22033 (itanium_class): Add `nop' and `pre_cycle'. Add
22034 define_function_unit for `nop'.
22035 (nop): Change attribute `itanium_class'.
22036 (pre_cycle): New define_insn.
22038 * config/ia64/ia64-protos.h (bundling_p): New external variable.
22039 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22040 ia64_produce_address_p): New function prototypes.
22042 * config/ia64/ia64.c (bundling_p): New global variable.
22043 (ia64_use_dfa_pipeline_interface,
22044 ia64_first_cycle_multipass_dfa_lookahead,
22045 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22047 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22048 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22049 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22050 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22051 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22052 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22053 (dfa_pre_cycle_insn): New variable.
22055 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
22057 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22060 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22061 New function prototypes.
22063 * genattrtab.c (main): Process the new constructions.
22065 * genautomata.c (gen_presence_absence_set,
22066 process_presence_absence_names, process_presence_absence_patterns,
22067 add_presence_absence, check_absence_pattern_sets): Add parameter
22069 (unit_decl): Add new members `final_presence_list' and
22070 `final_absence_list'.
22071 (unit_pattern_rel_decl): Add new member `final_p'.
22072 (gen_final_presence_set, gen_final_absence_set): New functions.
22073 (process_decls): Use member `final_p'.
22074 (temp_reserv): New global variable.
22075 (reserv_sets_are_intersected): Add processing `final_presence_set'
22076 and `final_absence_set'.
22077 (initiate_states): Allocate `temp_reserv'.
22078 (unit_final_presence_set_table, unit_final_absence_set_table): New
22080 (initiate_presence_absence_pattern_sets): Initiate them.
22081 (NDFA_to_DFA): Fix typo.
22082 (output_description): Output `final_presence_set' and
22083 `final_absence_set'.
22085 * doc/md.texi (final_presence_set, final_absence_set): Describe
22088 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
22090 * genautomata.c (transform_3): Process a missing case (nothing on
22093 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
22095 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
22096 comments about queried units and the minimization.
22098 * doc/md.texi: Ditto.
22100 * genautomata.c (create_composed_state): Return nonzero if the new
22101 state has been created.
22102 (first_cycle_unit_presence): New function.
22103 (state_is_differed): Add new parameter. Use the new function.
22104 Take queried units into account.
22105 (partition_equiv_class): Pass additional parameter to
22106 `state_is_differed'.
22107 (merge_states): Process composed states too.
22108 (build_automaton, create_automata, output_min_issue_delay_table,
22109 output_tables, output_statistics): Output more information.
22110 (output_reserved_units_table): Use function
22111 `first_cycle_unit_presence'.
22112 (output_tables): Output table of queried units even if the
22113 minimization is switched on.
22114 (write_automata): Output code for querying units even if the
22115 minimization is switched on.
22117 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
22119 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
22120 syntax of the constructions.
22122 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
22123 extended syntax of the constructions.
22125 * genautomata.c (unit_rel_decl): Rename it to
22126 `unit_pattern_rel_decl'.
22127 (pattern_set_el, pattern_reserv): New structures.
22128 (pattern_set_el_t, pattern_reserv_t): New types.
22129 (gen_presence_absence_set): New function.
22130 (process_presence_absence): Remove it.
22131 (process_presence_absence_names,
22132 process_presence_absence_patterns): New functions.
22133 (get_presence_absence_set): Remove it.
22134 (initiate_presence_absence_sets): Rename it on
22135 `initiate_presence_absence_pattern_sets'. Use new function
22136 `form_reserv_sets_list'.
22137 (form_reserv_sets_list, check_presence_pattern_sets,
22138 check_absence_pattern_sets, output_pattern_set_el_list): New
22140 (unit_decl): Change types of members `presence_list' and
22142 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
22143 (decl): Change types of members `excl', `presence', and `absence'.
22144 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
22145 at the end of the vector.
22146 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
22147 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
22148 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
22149 (gen_presence_set, gen_absence_set): Use new function
22150 `gen_presence_absence_set'.
22151 (add_presence_absence): Process `pattern_list' instead of
22153 (process_decls): USe new functions
22154 `process_presence_absence_names' and
22155 `process_presence_absence_patterns'.
22156 (reserv_sets_are_intersected): Use new function
22157 `check_presence_pattern_sets'.
22158 (presence_set, absence_set): Remove them.
22159 (unit_presence_set_table, unit_absence_set_table): New global
22161 (output_description): Use new function
22162 `output_pattern_set_el_list'.
22163 (generate): Use `initiate_presence_absence_pattern_sets'.
22165 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
22167 * genattr.c (main): Add output of prototype of new interface
22168 function `dfa_clean_insn_cache'.
22170 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
22171 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
22172 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
22173 the generated code.
22174 (write_automata): Call the new function.
22176 2003-01-09 Jan Hubicka <jh@suse.cz>
22178 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
22181 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
22183 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
22185 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
22187 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
22188 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
22189 (CONSTRAINT_LEN): Provide default definition.
22190 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22191 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
22192 (EXTRA_CONSTRAINT_STR): Likewise.
22193 (REG_CLASS_FROM_CONSTRAINT): Define.
22194 * genoutput.c (check_constraint_len, constraint_len): New functions.
22195 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
22196 constraint / modifier.
22197 (gen_insn): Call check_constraint_len.
22198 * local-alloc.c (block_alloc): Update to use new macros / pass
22199 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
22200 * ra-build.c (handle_asm_insn): Likewise.
22201 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
22202 (constrain_operands, peep2_find_free_register): Likewise.
22203 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
22204 * regmove.c (find_matches): Likewise.
22205 * reload.c (push_secondary_reload, find_reloads): Likewise.
22206 (alternative_allows_memconst): Likewise.
22207 * reload1.c (maybe_fix_stack_asms): Likewise.
22208 (reload_cse_simplify_operands): Likewise.
22209 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
22210 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
22211 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22212 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
22213 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
22214 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
22216 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
22218 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
22220 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
22222 (*extzv_1_r_h8300hs): Likewise.
22223 (*extzv_1_r_inv_h8300): Likewise.
22224 (*extzv_1_r_inv_h8300hs): Likewise.
22226 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
22228 * config/h8300/h8300.h (PREDICATE_CODES): New.
22230 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
22232 * config/h8300/h8300.md (*addsi3_upper): New.
22233 (*iorsi3_shift): Likewise.
22234 (two splitters): Likewise.
22235 (*addsi3_shift): Likewise.
22236 (two splitters): Likewise.
22238 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22240 * Makefile.in (optabs.o): Add dependency on basic-block.h.
22241 * basic-block.h (control_flow_insn_p): Fuction was exported.
22242 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
22243 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
22244 notes only when the region is contained in a single basic block.
22246 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
22249 * tree.h (expand_asm): New prototype.
22250 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
22252 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
22253 down to expand_asm.
22254 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
22255 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
22256 (volatile_refs_p) [ASM_INPUT]: Likewise.
22257 (side_effects_p) [ASM_INPUT]: Likewise.
22259 2003-01-09 Jan Hubicka <jh@suse.cz>
22261 * i386.md (*mul*): FIx constraints; remove confused comment; fix
22262 athlon_decode attributes
22263 (imul/k8 optimization peep2s): New.
22265 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
22266 * i386.md (type attribute): Add ssecomi.
22267 (unit, memory, prefix attributes): Handle ssecomi.
22268 (cvt?2? patterns): Fix athlon_decode attribute
22269 (comi patterns): Set attribute to ssecomi.
22272 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
22274 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
22276 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
22277 that match register_operands.
22278 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
22279 register_operand the default case.
22281 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
22284 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
22285 an empty element, do not advance the pointer to unfilled
22286 fields if there are pending initializers.
22288 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
22290 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
22291 (install-gcc-tooldir, install-cpp, installdirs,
22292 install-common, install-driver, install-info, install-man,
22293 install-headers, install-include-dir, install-headers-tar,
22294 install-headers-cpio, install-headers-cp, install-mkheaders,
22295 install-collect2, uninstall): Prepend $(DESTDIR) to
22296 destination paths in all (un)installation commands.
22297 (install-driver): Rewrite $(LN) commands to support DESTDIR
22298 with "ln" as well as with "ln -s".
22299 (installdirs): Simply use mkinstalldirs.
22300 (install-libgcc, install-multilib): Also pass DESTDIR.
22301 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
22302 installation destination variable ldir.
22303 * config/alpha/t-osf4, config/arm/t-netbsd,
22304 config/ia64/t-hpux, config/mips/t-iris5-6,
22305 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
22306 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
22307 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
22308 in the definition of SHLIB_INSTALL.
22309 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
22310 $(libsubdir) in the installation commands.
22312 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
22314 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22315 non-optimizing compile.
22316 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22319 2003-01-08 Douglas B Rupp <rupp@gnat.com>
22321 * config/i386/i386.c (ix86_attribute_table): Add new attributes
22322 ms_struct and gcc_struct.
22323 (ix86_handle_struct_attribute): New function.
22324 (ix86_ms_bitfield_layout_p): Update to take new attributes
22326 * doc/extend.texi: Document new attributes.
22327 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
22329 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
22331 PR optimization/8750
22332 * config/i386/i386.c (ix86_expand_prologue): Don't allow
22333 scheduling pass to move insns across __alloca call.
22335 2003-01-08 Dale Johannesen <dalej@apple.com>
22337 * config/rs6000/rs6000.md: Replace *store_multiple_string
22340 2003-01-08 Jeff Sturm <jsturm@one-point.com>
22343 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
22344 Set SYMBOL_REF_FLAG on local data sym_ref.
22346 2003-01-08 Dale Johannesen <dalej@apple.com>
22348 * function.c (assign_parms): Don't set pretend_args_size if
22349 REG_PARM_STACK_SPACE.
22350 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
22353 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
22357 2003-01-09 Jan Hubicka <jh@suse.cz>
22359 * i386.c (ix86_expand_int_addcc): Fix thinko.
22361 2003-01-08 David Edelsohn <edelsohn@gnu.org>
22363 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
22364 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
22365 as hook_bool_tree_hwi_hwi_tree_true.
22366 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
22367 (rs6000_emit_epilogue): Same.
22368 (rs6000_output_mi_thunk): Re-implement as RTL.
22369 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
22370 xcoffout_declare_function if any debugging enabled.
22372 2003-01-08 Chris Demetriou <cgd@broadcom.com>
22374 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
22375 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
22376 * config/mips/mips.h (enum processor_type): Rename
22377 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
22378 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
22380 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
22381 (ISA_MIPS32R2): New define.
22382 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
22383 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
22384 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
22385 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
22386 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
22387 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
22388 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
22389 compiling MIPS16 code.
22390 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
22392 (ISA_HAS_SEB_SEH): New define.
22393 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
22394 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
22395 processor_type value renaming. Add support for MIPS32R2.
22396 Clean up comments, and move "sb1" entry with other MIPS64 CPU
22398 (override_options): Reimplement -mipsN option handling so that
22399 it will work correctly for -mips32r2. Avoid branch-likely
22400 instructions on MIPS32R2.
22401 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
22402 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
22403 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
22404 (extendhisi2_hw, extendqisi2_hw): New.
22405 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
22406 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
22407 MIPS32R2, and MIPS64.
22408 (LINK_SPEC): Pass -mips32r2 to linker.
22409 * config/mips/t-isa3264: Built -mips32r2 multilibs.
22410 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
22411 for mips32r2 in the -march description. Alphabetically sort
22412 CPU names in the -march description. Add long-missed -mips32
22413 and -mips64 to MIPS option summary.
22415 * config.gcc: Update copyright years to include 2003.
22416 * config/mips/mips.c: Likewise.
22417 * config/mips/mips.h: Likewise.
22418 * config/mips/mips.md: Likewise.
22419 * config/mips/netbsd.h: Likewise.
22420 * doc/invoke.texi: Likewise.
22422 2003-01-08 Andreas Schwab <schwab@suse.de>
22424 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
22426 * configure: Regenerated.
22428 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
22430 * config/h8300/h8300.c (output_logical_op): Replace byte/word
22431 extraction of det with b0, b1, w0, w2, etc.
22432 (compute_logical_op_length): Likewise.
22433 (compute_logical_op_cc): Likewise.
22435 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
22437 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
22438 HIGH on all variants.
22440 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22442 * Makefile.in (PARTITION_H): New.
22443 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
22444 * basic-block.h: Include hard-reg-set.h.
22446 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
22448 * arm.h (ENABLE_XF_PATTERNS): Delete.
22449 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
22450 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
22451 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
22452 (cmpxf_trap): Delete.
22453 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
22455 2003-01-08 Jan Hubicka <jh@suse.cz>
22457 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
22458 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
22459 (add??cc): New expanders.
22460 * i386.c (expand_int_addcc): New function.
22461 * i386-protos.h (expand_int_addcc): Declare.
22463 * alias.c (memory_modified_1): New static function.
22464 (memory_modified): New static varaible.
22465 (memory_modified_in_insn_p): New global function.
22466 * rtl.h (memory_modified_in_insn_p): Declare.
22467 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
22470 * expr.h (emit_conditional_add): Declare.
22472 2003-01-07 Janis Johnson <janis187@us.ibm.com>
22475 * doc/invoke.texi (-malign-double): Explain that the option breaks
22476 binary compatibility.
22478 2003-01-08 Andreas Schwab <schwab@suse.de>
22480 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
22481 should come from the generic *-*-linux* entry.
22483 2003-01-07 Jan Hubicka <jh@suse.cz>
22485 * cselib.c (cselib_current_insn_in_libcall): New static variable.
22486 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
22487 we are inside libcall.
22488 * cselib.h (elt_loc_list): Add in_libcall.
22489 * gcse.c (do_local_cprop): Do not copy propagate using insns
22492 2003-01-07 David Edelsohn <edelsohn@gnu.org>
22494 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
22495 not normally affect to issue rate.
22497 2003-01-07 Jan Hubicka <jh@suse.cz>
22499 * genopinit.c (optabs): Add addc_optab.
22500 * ifcvt.c (noce_try_store_flag): Rename to ...
22501 (noce_try_addcc): ... this one; handle generic conditional increment.
22502 (noce_process_if_block): Update noce_try_addcc call.
22503 * optabs.c (emit_conditional_add): New.
22504 (init_obtabs): Initialize addc_optab.
22505 * optabs.h (optab_index): Add OTI_addcc.
22506 (addcc_optab): New macro.
22507 * md.texi: Document addMcc
22510 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
22511 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22512 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22514 * reload1.c (delete_output_reload): Avoid repeated attempts
22517 2003-01-07 Andreas Schwab <schwab@suse.de>
22519 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
22520 Move --enable-initfini-array check ...
22521 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
22522 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
22523 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
22524 * configure: Rebuild.
22526 2003-01-07 Richard Henderson <rth@redhat.com>
22528 * alias.c (find_base_value): Only use new_reg_base_value shortcut
22529 if the register is set once.
22531 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
22533 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
22534 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
22535 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
22537 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
22538 Sunil Davasam <sunil.k.davasam@intel.com>
22541 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
22542 DW_CFA_same_value, read next and ignore.
22544 2003-01-07 Richard Henderson <rth@redhat.com>
22546 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
22548 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
22550 * cfg.c: Include alloc-pool.h
22551 (edge_pool): New pool.
22552 (bb_pool): New pool.
22553 (first_deleted_edge): Remove.
22554 (first_deleted_block): Remove.
22555 (init_flow): Alloc/free the pools.
22556 (free_edge): Use pools.
22557 (alloc_block): Ditto.
22558 (expunge_block): Ditto.
22559 (cached_make_edge): Ditto.
22561 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
22563 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
22565 * et-forest.c: Include alloc-pool.h.
22566 (struct et_forest): Add node_pool and occur_pool.
22567 (et_forest_create): Create the new pools.
22568 (et_forest_delete): Delete them.
22569 (et_forest_add_node): Allocate and free using pools.
22570 (et_forest_add_edge): Ditto.
22571 (et_forest_remove_node): Ditto.
22572 (et_forest_remove_edge): Ditto.
22574 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
22576 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
22578 * config/h8300/h8300.c (output_logical_op): Simplify and
22579 optimize the handling of SImode.
22580 * config/h8300/h8300.c (compute_logical_op_length): Update
22582 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
22584 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
22586 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
22587 big-endian correction to indirect arguments too.
22589 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
22591 Segher Boessenkool <segher@koffie.nl>
22593 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
22594 (alt_reg_names): Ditto, fix formatting.
22595 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
22597 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
22599 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
22600 (output_logical_op): Constify intval and det.
22601 (compute_logical_length): Likewise.
22602 (compute_logical_cc): Likewise.
22603 (output_a_shift): Constify mask.
22604 (h8300_encode_label): Constify len.
22606 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
22608 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
22609 (h8300_expand_epilogue): Likewise.
22611 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
22613 Segher Boessenkool <segher@koffie.nl>
22615 * config/rs6000/altivec.md: Remove spaces from assembler
22616 instruction argument lists.
22618 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22620 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
22621 c4x_assembler_function_p.
22622 (c4x_null_epilogue_p): Complement return value, all uses updated.
22623 (c4x_insert_attributes): Add naked.
22624 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
22625 * doc/extend.texi: Update C4x function attributes.
22627 2003-01-06 Richard Henderson <rth@redhat.com>
22629 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
22630 properly when changing "local-ness".
22631 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
22633 2003-01-06 Dale Johannesen <dalej@apple.com>
22635 * config/darwin-protos.h: Add prototypes for new section functions.
22637 2003-01-06 Chris Demetriou <cgd@broadcom.com>
22639 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
22642 2003-01-06 Zack Weinberg <zack@codesourcery.com>
22644 * hwint.h: If the current compiler has no 64-bit type at all,
22645 make HOST_WIDEST_INT 32 bits.
22647 2003-01-06 Eric Christopher <echristo@redhat.com>
22649 * config/mips/mips.md (movdf_internal2): Fix constraints.
22651 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
22653 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
22655 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
22657 * config/mips/mips.md (leadi): Use dla rather than la.
22659 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
22661 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
22662 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
22664 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
22666 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
22669 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
22671 * config/h8300/h8300.md (*extzv_8_23): New.
22673 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
22675 * pa64-hpux.h (JCR_SECTION_NAME): Define.
22676 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
22677 USE_EH_FRAME_REGISTRY when defining.
22679 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
22681 * config/h8300/h8300.c (output_a_shift): Do not output a
22683 * config/h8300/h8300.md (two splitters): New.
22685 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
22687 * config/mips/mips.md: Disable the movstrsi define_split.
22689 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22691 * alloc-pool.c: Don't include "libiberty.h".
22692 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
22693 * convert.c (convert_to_real): Hide unused variable.
22695 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22697 * Makefile.in (gtyp-gen.h): Const-ify.
22698 * gcov-dump.c (tag_table): Likewise.
22700 2003-01-04 Bruce Korb <bkorb@gnu.org>
22702 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
22703 of *both* the file name and the fix name.
22705 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
22707 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
22709 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
22710 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
22711 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
22712 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
22713 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
22714 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
22716 (EH_FRAME_IN_DATA_SECTION): Delete define.
22717 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
22718 (STARTFILE_SPEC): Use crtbegin.o.
22719 (ENDFILE_SPEC): Use crtend.o.
22720 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
22721 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
22722 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
22723 DTOR_LIST_BEGIN): Define.
22724 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
22725 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
22726 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
22728 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
22730 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
22731 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
22732 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
22733 Cleanup handling of replacement text.
22734 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
22736 2003-01-04 Bruce Korb <bkorb@gnu.org>
22738 * fixinc/tests/base/math.h: removed obsolete results
22739 * fixinc/tests/base/stdlib.h: ditto
22740 * fixinc/tests/base/sys/param.h: ditto
22741 * fixinc/tests/base/sys/stat.h: ditto
22742 * fixinc/tests/base/time.h: ditto
22743 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
22744 * fixinc/tests/base/sys/byteorder.h: ditto
22745 * fixinc/inclhack.def: Remove superfluous backslashes
22747 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
22749 * config/h8300/h8300-protos.h: Add prototypes for
22750 the new functions defined below.
22751 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
22753 (dosize): Emit RTL instead of assembly code.
22756 (h8300_output_function_prologue): Remove.
22757 (h8300_expand_prologue): New.
22758 (h8300_expand_epilogue): New.
22759 (h8300_output_function_epilogue): Do only the reset of
22761 * config/h8300/h8300.md (push_h8300): New.
22762 (push_h8300hs): Likewise.
22763 (pop_h8300): Likewise.
22764 (pop_h8300hs): Likewise.
22765 (*stm_h8300s_2): Change the name to stm_h8300s_2.
22766 (*stm_h8300s_3): Change the name to stm_h8300s_3.
22767 (*stm_h8300s_4): Change the name to stm_h8300s_4.
22768 (*ldm_h8300s_2): New.
22769 (*ldm_h8300s_3): Likewise.
22770 (*ldm_h8300s_4): Likewise.
22771 (return): Likewise.
22772 (*return_1): Likewise.
22773 (prologue): Likewise.
22774 (epilogue): Likewise.
22775 (monitor_prologue): Likewise.
22777 2003-01-03 Dale Johannesen <dalej@apple.com>
22779 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
22780 machopic_picsymbol_stub1.
22781 (EXTRA_SECTION_FUNCTIONS): Ditto.
22782 * rs6000/rs6000.c: Update copyright.
22783 (machopic_output_stub): Use them. Remove an insn from stub code.
22785 2003-01-02 Jason Merrill <jason@redhat.com>
22787 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
22789 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
22790 static/external decls.
22792 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
22794 * c-decl.c (c_make_fname_decl): Push the decls there, too.
22796 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
22798 * config/h8300/h8300-protos.h: Add a prototype for
22799 h8300_current_function_interrupt_function_p.
22800 * config/h8300/h8300.c (interrupt_handler): Remove.
22801 (os_task): Likewise.
22802 (monitor): Likewise.
22803 (pragma_interrupt): New.
22804 (WORD_REG_USED): Use
22805 h8300_current_function_interrupt_function_p.
22806 (dosize): Likewise.
22807 (h8300_output_function_prologue): Likewise.
22808 Do not set interrupt_handler, os_task, monitor.
22809 (h8300_output_function_prologue): Use
22810 h8300_current_function_interrupt_function_p.
22811 Do not set interrupt_handler, os_task, monitor.
22812 (h8300_current_function_interrupt_function_p): New.
22813 (h8300_pr_interrupt): Set pragma_interrupt.
22814 (h8300_insert_attributes): Reset pragma_interrupt.
22816 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
22818 * doc/install.texi (Configuration): Fix markup for reference to
22821 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
22823 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
22824 (*iorhi3_two_qi): Likewise.
22825 (*iorsi3_zexthi): Likewise.
22826 (*xorhi3_zextqi): Likewise.
22827 (*xorsi3_zexthi): Likewise.
22828 (*xorsi3_zextqi): Likewise.
22830 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
22832 * config/h8300/h8300.c (stack_pointer_operand): New.
22833 (const_int_gt_2_operand): Likewise.
22834 (const_int_ge_8_operand): Likewise.
22835 * config/h8300/h8300.md (a splitter): Likewise.
22836 (a peephole2): Likewise.
22837 * config/h8300/h8300-protos.h: Add prototypes for the new
22840 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
22842 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
22843 objc/objc-act.h: Fix copyright years.
22845 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
22847 * doc/passes.texi: Fix documentation for -fssa-ccp
22849 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
22851 * gccbug.in: Update for new categories.
22853 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22855 * config/h8300/h8300.md: Reorder some patterns.
22857 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22859 * config/h8300/h8300.c (output_logical_op): Fix a warning.
22861 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
22863 * config/darwin-protos.h, config/c4x/c4x-protos.h,
22864 config/cris/cris-protos.h, config/i370/i370-protos.h,
22865 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
22866 config/v850/v850-protos.h: Use struct, and don't conditionally
22867 compile on GCC_C_PRAGMA_H.
22869 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22871 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
22872 * config/h8300/h8300-protos.h: Likewise.
22873 * config/sh/sh-protos.h: Likewise.
22875 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22877 * config/arm/arm-protos.h: Use struct cpp_reader instead of
22879 * config/h8300/h8300-protos.h: Likewise.
22880 * config/sh/sh-protos.h: Likewise.
22882 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
22884 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
22885 arm_pr_long_calls_off): Use struct.
22886 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
22888 Don't include cpplib.h.
22889 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
22890 sh_pr_nosave_low_regs): Similarly.
22892 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22894 * config/h8300/h8300.c: Include cpplib.h.
22896 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
22898 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
22899 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
22900 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
22901 "GCC" in the copyright header.
22903 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
22905 * c-pragma.c (c_register_pragma): New.
22906 (init_pragma): Use it.
22907 * c-pragma.h (cpp_register_pragma): Don't declare.
22908 (c_register_pragma): New.
22909 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
22910 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
22911 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
22912 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
22913 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
22914 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
22915 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
22916 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
22917 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
22918 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
22919 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
22920 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
22922 See ChangeLog.8 for earlier changes.