1 Sun Nov 17 00:01:28 CET 2002 Jan Hubicka <jh@suse.cz>
3 * calls.c (alloca_call_p): New global function.
4 * tree.h (alloca_call_p): New.
5 * tree-inline.c (inlinable_function_p): Do not inline when
7 (find_alloca_call, find_alloca_call_1): New functions.
9 2002-11-18 Kazu Hirata <kazu@cs.umass.edu>
11 * config/h8300/h8300.md (*andorqi3): Use bor between bld and
12 bst. Update the insn length.
13 (*andorhi3): Likewise.
14 (*andorsi3): Likewise.
16 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
18 * config/sh/sh-protos.h (sh_mark_label): Declare.
19 * config/sh/sh.c (sh_mark_label): New function, taken from
20 movdi_const, but fixing the case when the address has an addend.
21 * config/sh/sh.md (movdi_const, movdi_const_32bit): Use it.
23 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
25 * config/sh/sh.c (pool_node): New field: part_of_sequence_p.
26 (add_constant): Set it.
27 (dump_table): Don't reorder a constant if part_of_sequence_p.
28 (machine_dependent_reorg): Assume that float constants will
29 stay in their original order if used as a sequence.
31 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
33 * config/sh/sh.c (calc_live_regs): Update check for PIC liveness
36 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
38 * config/sh/sh.md (initialize_trampoline): Do not force the
39 trampoline address into R0_REGS here.
41 2002-11-17 Kazu Hirata <kazu@cs.umass.edu>
43 * df.c: Fix formatting.
45 2002-11-17 Kazu Hirata <kazu@cs.umass.edu>
47 * config/h8300/h8300.md (two anonymous patterns): Fix insn
50 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
52 * sh.c (gen_shl_and): Don't create a zero_extend if the operand
53 is not an arith_reg_operand.
55 2002-11-17 Graham Stott <graham.stott@btinternet.com>
57 * real.c (real_to_decimal): Fix buffer overrun when buffer size
58 is smaller than representation.
60 2002-11-17 Kazu Hirata <kazu@cs.umass.edu>
62 * builtins.c: Fix formatting.
64 2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
66 * config/h8300/h8300.md (two anonymous patterns): Fix typos.
68 2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
70 * config/h8300/h8300.md: Fix formatting.
72 2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
74 * config/h8300/h8300.md: Replace spaces with tabs.
75 * config/h8300/t-h8300: Remove a trailing empty line.
77 2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
79 * tlink.c: Fix formatting.
81 2002-11-16 David Edelsohn <edelsohn@gnu.org>
84 * config/rs6000/rs6000.c (rs6000_outout_load_multiple): New function.
85 * config/rs6000/rs6000.md (movti_string): Remove output modifier
86 when scratch register never needed.
87 (ldmsi[3-8]): New patterns.
89 2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
91 * hard-reg-set.h: Follow spelling conventions.
95 2002-11-16 Jakub Jelinek <jakub@redhat.com>
97 * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
99 2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
101 * optabs.c: Fix formatting.
103 Sat Nov 16 02:06:02 CET 2002 Jan Hubicka <jh@suse.cz>
105 * athlon.md, k6.md, pentium.md, ppro.md: Handle shift1, rotate1
106 * i386.md (attribute type): Add type shift1 and rotate1.
107 (*_slp): Rewrite to have just two operands to avoid reload problems.
109 2002-11-15 Kazu Hirata <kazu@cs.umass.edu>
111 * config/h8300/h8300.md (4 anonymous patterns): New.
113 2002-11-15 Geoffrey Keating <geoffk@apple.com>
115 * params.def (GGC_MIN_HEAPSIZE): Fix GGC_ALWAYS_COLLECT problem.
116 * doc/invoke.texi: Correct description of what needs to be done to
117 force collection at every ggc_collect call.
119 2002-11-15 Ulrich Weigand <uweigand@de.ibm.com>
121 * config/s390/s390.c (optimization_options): Set
122 flag_asynchronous_unwind_tables to 1 by default.
124 2002-11-15 Ulrich Weigand <uweigand@de.ibm.com>
126 * config/s390/s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
128 Fri Nov 15 14:54:19 CET 2002 Jan Hubicka <jh@suse.cz>
130 * i386-protos.h (x86_function_profiler): New function
131 * i386.h (MCOUNT_NAME): New.
132 (PROFILE_COUNT_REGISTER): New.
133 (FUNCTION_PROFILER): Move offline to ...
134 * i386.c (x86_function_profiler) ... here; fix 64bit support
135 * beos-elf.h (FUNCTION_PROFILER): Kill.
137 * freebsd-aout.h (FUNCTION_PROFILER): Kill.
139 (PROFILE_COUNT_REGISTER): New.
140 * linux.h (FUNCTION_PROFILER): Kill.
142 * x86-64.h (FUNCTION_PROFILER): Kill.
144 * freebsd.h (FUNCTION_PROFILER): Kill.
147 2002-11-14 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
149 * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG,
150 FUNCTION_ARG_PASS_BY_REFERENCE): Define.
151 * config/arm/arm.c (arm_va_arg,
152 arm_function_arg_pass_by_reference): New.
153 * config/arm/arm-protos.h: Add prototypes.
155 2002-11-14 Kazu Hirata <kazu@cs.umass.edu>
157 * gthr-single.h: Fix formatting.
159 2002-11-14 Zack Weinberg <zack@codesourcery.com>
161 * tree.c (tree_vec_elt_check_failed): New function.
162 * tree.h (TREE_VEC_ELT_CHECK): New checking macro.
163 (TREE_VEC_ELT): Use it.
165 * tree-inline.c (optimize_inline_calls): Don't copy a
168 2002-11-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
170 * diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
172 2002-11-14 Jakub Jelinek <jakub@redhat.com>
174 * varasm.c (output_addressed_constants) [MINUS_EXPR]: Clear reloc if
175 both operands contain local relocations.
176 (categorize_decl_for_section): Don't use mergeable sections if
177 initializer has any relocations.
179 2002-11-14 Kazu Hirata <kazu@cs.umass.edu>
181 * gthr-vxworks.h: Fix formatting.
183 2002-11-13 Janis Johnson <janis187@us.ibm.com>
185 * doc/install.texi (Testing): Document extra Java testing.
186 * doc/sourcebuild.texi (Test Suites): Document libgcj testing.
188 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
190 * pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the
191 beginning of the spec.
192 (LDD_SUFFIX, PARSE_LDD_OUTPUT): Delete.
193 (LD_INIT_SWITCH, LD_FINI_SWITCH): Define but don't enable. Add comment
194 regarding problems with global constructors when using GNU ld.
196 2002-11-13 Kazu Hirata <kazu@cs.umass.edu>
198 * gthr-solaris.h: Fix formatting.
200 2002-11-13 Kazu Hirata <kazu@cs.umass.edu>
202 * gthr-posix.h: Fix formatting.
204 2002-11-12 Kazu Hirata <kazu@cs.umass.edu>
206 * config/h8300/h8300.md (*andorsi3): New.
208 2002-11-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
210 * doc/install.texi (powerpc-*-linux-gnu*): Update binutils requirement.
212 2002-11-12 Kazu Hirata <kazu@cs.umass.edu>
214 * config/h8300/h8300.c (tiny_constant_address_p): Parenthesize
215 expressions appropriately.
217 2002-11-12 Kazu Hirata <kazu@cs.umass.edu>
219 * gthr-win32.h: Fix formatting.
221 2002-11-12 Kazu Hirata <kazu@cs.umass.edu>
223 * config/h8300/h8300.c (single_one_operand): Correctly compute
224 mask when mode is SImode.
225 (single_zero_operand): Likewise.
226 * config/h8300/h8300.md (two new anonymous insns): New.
228 2002-11-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
230 * doc/contrib.texi (Contributors): Use GCJ instead of gcj to refer
231 to that entire project.
233 2002-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
235 * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Restore old
238 2002-11-11 Zack Weinberg <zack@codesourcery.com>
240 * params.def (ggc-min-expand, ggc-min-heapsize): New parameters.
241 * doc/invoke.texi: Document them.
243 * ggc-page.c: Include params.h. Remove definitions of
244 GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED. Replace
245 GGC_POISON with ENABLE_GC_CHECKING in ifdefs, delete #define.
246 (init_gcc): Don't set G.allocated_last_gc here.
247 (ggc_collect): Use PARAM_VALUE (GGC_MIN_HEAPSIZE) and
248 PARAM_VALUE (GGC_MIN_EXPAND) to decide whether or not to
250 * ggc-simple.c: Similarly.
251 * Makefile.in (ggc-common.o, ggc-simple.o): Add $(PARAMS_H) to
254 2002-11-11 Kazu Hirata <kazu@cs.umass.edu>
256 * gthr-dce.h: Fix formatting.
258 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
261 * stmt.c (tail_recursion_args): Handle DECL_MODE differing from the
262 mode of DECL_RTL case.
264 2002-11-11 Janis Johnson <janis187@us.ibm.com>
266 * doc/contrib.texi: Merge in the list from the libstdc++ web pages.
268 Mon Nov 11 12:06:08 CET 2002 Jan Hubicka <jh@suse.cz>
270 * i386.c (construct_container): Fix handling of SSE_CLASS.
272 2002-11-10 Joel Sherrill <joel@gcc.gnu.org>
274 * config/m68k/t-crtstuff (crti.o): Use this...
275 ($(T)crti.o): ... instead.
276 (crtn.o): Use this...
277 ($(T)crtn.o): ... instead.
279 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
282 * recog.c (validate_replace_rtx_1) [PLUS]: Simplify only
283 if there is something new to be simplified.
285 2002-11-10 H.J. Lu <hjl@gnu.org>
287 * calls.c (PUSH_ARGS_REVERSED): Define only if not defined.
288 * expr.c (PUSH_ARGS_REVERSED): Likewise.
290 * config/i386/i386.h (PUSH_ARGS_REVERSED): Set to 1.
292 2002-11-10 Zack Weinberg <zack@codesourcery.com>
294 * config/rs6000/sysv4.h: Define NO_IMPLICIT_EXTERN_C here...
295 * config/rs6000/linux.h, config/rs6000/linux64.h,
296 config/rs6000/windiss.h: ... not here.
298 2002-11-10 Jason Thorpe <thorpej@wasabisystems.com>
300 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
301 __ABICALLS__ if TARGET_ABICALLS.
303 Sun Nov 10 18:49:21 CET 2002 Jan Hubicka <jh@suse.cz>
305 * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.
307 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
309 * c-decl.c (grokdeclarator): Make error for duplicate type
310 qualifiers into a pedwarn, disabled for C99.
312 2002-11-10 Hans-Peter Nilsson <hp@bitrange.com>
314 * config/mmix/mmix.h (FUNCTION_ARG_CALLEE_COPIES): Define the same
315 as FUNCTION_ARG_PASS_BY_REFERENCE.
317 2002-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
319 * pa.h (STARTING_FRAME_OFFSET): Change offset for TARGET_64BIT to 16.
321 * config.gcc (hppa*64*-*-linux*): Shorten lines in tm_file define.
322 (hppa*64*-*-hpux11*): Likewise. Use elfos.h with gas.
323 * pa.c (output_millicode_call): Use symbol difference rather than
324 $PIC_pcrel$0 when using HP assembler.
325 * pa64-hpux.h (TARGET_GAS): Define to 1 or 0 depending on whether or
326 not elfos.h (i.e., gas) is being used.
327 (ASM_FILE_START, STRING_ASM_OP, TEXT_SECTION_ASM_OP,
328 DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON,
329 ASM_OUTPUT_ALIGNED_LOCAL, GLOBAL_ASM_OP, ASM_DECLARE_FUNCTION_NAME,
330 ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL,
331 ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Define when
333 (TARGET_ASM_GLOBALIZE_LABEL): Undefine when using elfos.h.
334 (DWARF2_ASM_LINE_DEBUG_INFO): Delete.
335 (ASM_FILE_START): Add standard .SPACE and .SUBSPA defines when not
337 (TEXT_SECTION_ASM_OP, READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
338 BSS_SECTION_ASM_OP): New HP style defines when not using elfos.h.
339 (TARGET_ASM_NAMED_SECTION, MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL):
340 Don't define when not using elfos.h.
341 (ASM_DECLARE_RESULT): Don't define.
342 * doc/install.texi (hppa*-hp-hpux*): Remove statement that HP assembler
343 doesn't work on hppa64-hp-hpux11.
344 (hppa*-hp-hpux11): Update.
346 2002-11-09 Jason Thorpe <thorpej@wasabisystems.com>
348 * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Don't pass -KPIC
349 to the assembler if -mno-abicalls was specified.
351 2002-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
353 * pa-linux.h (PREFERRED_DEBUGGING_TYPE, DWARF2_ASM_LINE_DEBUG_INFO,
354 ASM_OUTPUT_DEF): Delete.
356 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
358 * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.
360 2002-11-08 Dale Johannesen <dalej@apple.com>
362 * dbxout.c (dbxout_type): Fix stabs info for vector types.
364 2002-11-08 Neil Booth <neil@daikokuya.co.uk>
368 * cpptrad.c (scan_out_logical_line): A '#' from a macro doesn't
369 start a directive. In assembler, #NUM is not a line directive.
371 2002-11-08 Neil Booth <neil@daikokuya.co.uk>
373 * cppmain.c (cpp_preprocess_file): Loop to pop any -included
376 2002-11-08 Kazu Hirata <kazu@cs.umass.edu>
378 * config/h8300/h8300.md (two anonymous test insns): New.
380 Fri Nov 8 11:20:19 CET 2002 Jan Hubicka <jh@suse.cz>
382 * jump.c (mark_jump_label): Handle subregs of label_refs.
384 2002-11-07 David Mosberger <davidm@hpl.hp.com>
386 * config/ia64/crtend.asm: Include "auto-host.h".
387 [HAVE_INITFINI_ARRAY]: Invoke __do_global_ctors_aux via .init_array.
388 * config/ia64/crtbegin.asm: Similarly.
389 * config/ia64/t-ia64 (crtbegin.o): Include from current directory.
390 (crtend.o, crtbeginS.o, crtendS.o): Likewise.
392 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): New.
393 * configure.in: Use it if --enable-initfini-array not specified.
394 * doc/install.texi (Configuration): Document --enable-initfini-array.
395 * configure, config.in: Rebuild.
397 2002-11-07 Jason Thorpe <thorpej@wasabisystems.com>
399 * config/arm/arm-protos.h (arm_get_frame_size)
400 (thumb_get_frame_size): New prototypes.
401 * config/arm/arm.c (arm_get_frame_size)
402 (thumb_get_frame_size): New functions.
403 (use_return_insn, arm_output_epilogue, arm_output_function_epilogue)
404 (arm_compute_initial_elimination_offset, arm_expand_prologue): Use
406 (thumb_expand_prologue, thumb_expand_epilogue): Use
407 thumb_get_frame_size.
408 * config/arm/arm.h (PREFERRED_STACK_BOUNDARY): Define.
409 (machine_function): Add frame_size member.
410 (THUMB_INITIAL_ELIMINATION_OFFSET): Use thumb_get_frame_size.
412 2002-11-07 Richard Earnshaw <rearnsha@arm.com>
414 * arm.c (bit_count): Make argument unsigned long. Return unsigned.
415 Adjust code to use portable unsigned bit manipulation.
416 (insn_flags, tune_flags): Change type to unsigned.
417 (struct processors): Make flags unsigned long.
418 (arm_override_options): Change type of count and current_bit_count
421 2002-11-07 Richard Earnshaw <rearnsha@arm.com>
423 * arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %.
425 Thu Nov 7 15:50:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
427 * sh.h (DWARF_FRAME_RETURN_COLUMN): Use DWARF_FRAME_REGNUM.
429 Thu Nov 7 11:18:01 CET 2002 Jan Hubicka <jh@suse.cz>
431 * reg-stack.c (compensate_edge): Fix sanity check.
433 2002-11-05 Geoffrey Keating <geoffk@apple.com>
435 * config.gcc: Don't create crtbegin, crtend on Darwin; do create
436 crt2.o. Rearrange t-darwin makefiles.
437 * crtstuff.c [OBJECT_FORMAT_MACHO]: Delete.
438 * unwind-dw2-fde-darwin.c: New.
439 * unwind-dw2-fde-glibc.c: Correct comment.
440 * unwind-dw2-fde.c (__register_frame_info_bases)
441 [DWARF2_OBJECT_END_PTR_EXTENSION]: Clear fde_end.
442 (classify_object_over_fdes): Use last_fde.
443 (add_fdes): Likewise.
444 (linear_search_fdes): Likewise.
445 * unwind-dw2-fde.h (struct object)
446 [DWARF2_OBJECT_END_PTR_EXTENSION]: Add fde_end field.
448 * config/darwin.h (STARTFILE_SPEC): Include crt2.o not crtbegin.o.
449 (ENDFILE_SPEC): No crtend.o.
450 * config/t-darwin: New.
451 * config/i386/t-darwin: Delete.
452 * config/darwin-crt2.c: New.
453 * config/rs6000/t-darwin: Delete contents duplicated in t-rs6000
456 2002-11-06 David Edelsohn <edelsohn@gnu.org>
459 * config/rs6000/rs6000.md (movdi_internal64): Discourage
462 2002-11-06 Janis Johnson <janis187@us.ibm.com>
464 * doc/contrib.texi: Merge in the list from the Java web pages.
466 2002-11-06 David O'Brien <obrien@FreeBSD.org>
468 * config/sparc/freebsd: Fix typo.
470 2002-11-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
472 * pa64-hpux.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Define.
474 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
476 * config/mips/mips.md (call_value_multiple_internal2): Use dla for
477 non-SImode addresses.
479 2002-11-05 Bob Wilson <bob.wilson@acm.org>
481 * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
483 2002-11-05 John David Anglin <dave2hiauly1.hia.nrc.ca>
485 * pa64-hpux.h (LIB_SPEC): Fix p and pg options.
486 (STARTFILE_SPEC): Remove p and pg options.
488 2002-11-05 Andrew Haley <aph@redhat.com>
490 * fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
491 to (compound(a1,a0 op a2)) if a0 or a1 have side effects.
493 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
495 * config/mips/mips.h (CANNOT_CHANGE_MODE_CLASS): Move comment to...
496 * config/mips/mips.c (mips_cannot_change_mode_class): ...here.
498 2002-11-04 Dale Johannesen <dalej@apple.com>
500 * doloop.c (doloop_modify_runtime): Fix loop count computation
502 * loop.c (loop_invariant_p): Support calling from unroller.
504 2002-11-04 Ulrich Weigand <uweigand@de.ibm.com>
506 * config/s390/s390.c (s390_decompose_address): Use arg_pointer_rtx
509 2002-11-04 Aldy Hernandez <aldyh@redhat.com>
511 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.
513 * config/rs6000/rs6000.h (CLASS_CANNOT_CHANGE_MODE_P): Remove.
514 (CLASS_CANNOT_CHANGE_MODE): Remove.
515 (CANNOT_CHANGE_MODE_CLASS): New.
517 * config/alpha/alpha.h: Same.
519 * config/ia64/ia64.h: Same.
521 * config/mips/mips.h: Same.
523 * config/s390/s390.h: Same.
525 * config/sh/sh.h: Same.
527 * config/pa/pa64-regs.h: Same.
529 * config/sh/sh-protos.h (sh_cannot_change_mode_class): Add prototype.
531 * config/sh/sh.c (sh_cannot_change_mode_class): New.
533 * config/mips/mips-protos.h (mips_cannot_change_mode_class): Add
536 * config/mips/mips.c (mips_cannot_change_mode_class): New.
538 * doc/tm.texi (Register Classes): Remove
539 CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_P.
540 Document CANNOT_CHANGE_MODE_CLASS.
542 * reload.c (push_reload): Use CANNOT_CHANGE_MODE_CLASS.
545 * simplify-rtx.c (simplify_subreg): Same.
547 * reload1.c (choose_reload_regs): Same.
549 * recog.c (register_operand): Same.
551 * regrename.c (mode_change_ok): Change to use new
552 CANNOT_CHANGE_MODE_CLASS infrastructure.
554 * regclass.c (cannot_change_mode_set_regs): New.
555 Declare subregs_of_mode.
556 (regclass): Use subregs_of_mode.
557 Remove references to reg_changes_mode.
558 (init_reg_sets_1): Remove class_can_change_mode and
559 reg_changes_mode code.
560 (invalid_mode_change_p): New.
561 (dump_regclass): Use invalid_mode_change_p instead of
562 class_can_change_mode.
564 (record_operand_costs): Do not set reg_changes_mode.
566 * local-alloc.c (struct qty): Remove changes_mode field.
567 (alloc_qty): Remove changes_mode initialization.
568 (update_qty_class): Remove set of changes_mode.
569 (find_free_reg): Use subregs_of_mode.
571 * global.c (find_reg): Use subregs_of_mode info.
573 * rtl.h (cannot_change_mode_set_regs): New prototype.
574 (invalid_mode_change_p): Same.
575 (REG_CANNOT_CHANGE_MODE_P): New macro.
577 * flow.c (mark_used_regs): Calculate subregs_of_mode. Remove
579 (life_analysis): Clear subregs_of_mode.
581 * combine.c (subst): Pass class to CLASS_CANNOT_CHANGE_MODE_P.
582 Remove use of CLASS_CANNOT_CHANGE_MODE.
583 (simplify_set): Same.
584 (gen_lowpart_for_combine): Calculate subregs_of_mode. Remove
587 * regs.h: Add extern for subregs_of_mode;
588 Include hard-reg-set and basic-block.
589 (REG_CHANGES_MODE): Delete.
591 2002-11-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
593 * jump.c (never_reached_warning): Don't set contains_insn until the
594 first line note is seen.
596 2002-11-03 David Edelsohn <edelsohn@gnu.org>
598 * config/rs6000/rs6000.md (movti_string): Use string instructions.
600 2002-11-03 Roger Sayle <roger@eyesopen.com>
603 * c-typeck.c (c_expand_asm_operands): Defend against
604 error_mark_nodes in the output argument to avoid ICE.
606 2002-11-03 Eric Botcazou <ebotcazou@libertysurf.fr>
609 * genrecog.c (preds): Handle ADDRESSOF.
610 (validate_pattern): Mark it as an lvalue.
612 2002-11-02 David Edelsohn <edelsohn@gnu.org>
614 * config/rs6000/rs6000.c (rs6000_override_options): Use string
615 instructions when optimizing for size.
617 2002-11-02 Kazu Hirata <kazu@cs.umass.edu>
619 * config/h8300/h8300.h: Fix comment typos.
620 * config/h8300/h8300.md: Likewise.
621 * config/h8300/lib1funcs.asm: Likewise.
623 2002-11-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
627 *doc/install.texi (Installing GCC: Configuration): Clarify
628 the only supported ways to configure gcc.
630 2002-11-01 Kazu Hirata <kazu@cs.umass.edu>
632 * config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
633 instead of 'O' for the constraint for the second operand.
635 2002-11-01 Mark Mitchell <mark@codesourcery.com>
638 * toplev.c (rest_of_compilation): Do not refuse to output code for
639 an inline function in a local class.
641 2002-11-01 David O'Brien <obrien@FreeBSD.org>
643 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
644 (TRANSFER_FROM_TRAMPOLINE): Reformat.
647 2002-11-01 Kazu Hirata <kazu@cs.umass.edu>
649 * config/h8300/h8300.h (CAN_ELIMINATE): Simplify.
651 2002-11-01 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
653 * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.
655 2002-11-01 Steve Ellcey <sje@cup.hp.com>
657 * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): Remove.
658 (MASK_INLINE_DIV_THR): Remove.
659 (TARGET_INLINE_DIV_LAT): Remove.
660 (TARGET_INLINE_DIV_THR): Remove.
661 (TARGET_INLINE_DIV): Remove.
662 (MASK_INLINE_FLOAT_DIV_LAT): New macro.
663 (MASK_INLINE_FLOAT_DIV_THR): New macro.
664 (MASK_INLINE_INT_DIV_LAT): New macro.
665 (MASK_INLINE_INT_DIV_THR): New macro.
666 (TARGET_INLINE_FLOAT_DIV_LAT): New macro.
667 (TARGET_INLINE_FLOAT_DIV_THR): New macro.
668 (TARGET_INLINE_INT_DIV_LAT): New macro.
669 (TARGET_INLINE_INT_DIV_THR): New macro.
670 (TARGET_INLINE_FLOAT_DIV): New macro.
671 (TARGET_INLINE_INT_DIV): New macro.
672 * config/ia64/ia64.md (divsi3): Change to use new macros.
676 (divsi3_internal): Ditto.
681 (divdi3_internal_lat): Ditto.
682 (divdi3_internal_thr): Ditto.
684 (divsf3_internal_lat): Ditto.
685 (divsf3_internal_thr): Ditto.
687 (divdf3_internal_lat): Ditto.
688 (divdf3_internal_thr): Ditto.
690 (divtf3_internal_lat): Ditto.
691 (divtf3_internal_thr): Ditto.
692 * config/ia64/ia64.c (ia64_override_options): Change
693 to check new macros for conflicts in settings.
694 * doc/invoke.texi (-minline-divide-min-latency): Remove.
695 (-minline-divide-max-throughput): Remove.
696 (-minline-float-divide-min-latency): New.
697 (-minline-float-divide-max-throughput): New.
698 (-minline-int-divide-min-latency): New.
699 (-minline-int-divide-max-throughput): New.
701 2002-11-01 Richard Earnshaw (rearnsha@arm.com)
704 * arm.c (use_return_insn): Don't use a return insn if there are
705 saved integer regs, but LR is not one of them.
707 Fri Nov 1 10:33:15 CET 2002 Jan Hubicka <jh@suse.cz>
709 * expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_P
710 * machmode.h (SCALAR_FLOAT_MODE_P): New macro.
712 2002-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
715 * doc/md.texi: Document restriction on commutative operand
718 2002-10-31 Eric Christopher <echristo@redhat.com>
720 * explow.c (convert_memory_address): Use shallow_copy_rtx.
722 2002-10-31 Steve Ellcey <sje@cup.hp.com>
724 * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.
726 2002-10-31 Steve Ellcey <sje@cup.hp.com>
728 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
730 Thu Oct 31 Dale Johannesen <dalej@apple.com>
732 * config/rs6000/darwin.h: Correct formatting in previous.
734 Thu Oct 31 Dale Johannesen <dalej@apple.com>
736 * config/rs6000/darwin.h: Enable -falign-xxx options.
738 Thu Oct 31 18:08:00 CET 2002 Jan Hubicka <jh@suse.cz>
740 * i386.c (override_options): Set defaults for flag_omit_frame_pointer,
741 flag_asynchronous_unwind_tables, flag_pcc_struct_return.
742 * i386.c (optimization_options): Set flag_omit_frame_pointer,
743 flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
744 Do not clear -momit-leaf-frame-pointer when profiling.
745 (ix86_frame_pointer_required): Frame pointer is always required when
748 Thu Oct 31 16:09:44 CET 2002 Jan Hubicka <jh@suse.cz>
750 * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
752 Thu Oct 31 12:45:55 2002 J"orn Rennecke <joern.rennecke@superh.com>
754 * sh.h (binary_logical_operator): Declare.
755 * sh.c (binary_logical_operator): New function.
756 * sh.md (xordi3+1): New combiner splitter pattern.
758 2002-10-31 David O'Brien <obrien@FreeBSD.org>
760 * config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Define
761 __enable_execute_stack function.
763 2002-10-30 Aldy Hernandez <aldyh@redhat.com>
765 * c-common.c: Add GTY to vector_type_node_list.
767 2002-10-30 John David Anglin <dave@hiauly.hia.nrc.ca>
769 * pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
770 * pa-protos.h (attr_length_millicode_call, attr_length_call,
771 pa_init_machine_status): Declare new global functions.
772 * pa.c (void copy_fp_args, length_fp_args, get_plabel): Declare and
773 implement new functions.
774 (attr_length_millicode_call, attr_length_call): Implement.
775 (total_code_bytes): Change type to long.
776 (pa_output_function_prologue): Compute total_code_bytes on TARGET_64BIT.
777 Reset counter if flag_function_sections.
778 (output_deferred_plabels): Set output alignment to 3 for TARGET_64BIT.
779 (output_cbranch): Move call to gen_label_rtx.
780 (output_millicode_call): Rewrite adding long TARGET_64BIT call, expose
781 delay slot in all variants, shorten pc-relative calls.
782 (output_call): Rewrite adding long TARGET_64BIT call, improved delay
783 slot usage and exposure, various new call variants, and shortened
784 sequences for some variants on TARGET_PA_20.
785 Miscellaneous format changes.
786 * pa.h (total_code_bytes): Change type to long.
787 (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,
788 TARGET_LONG_PIC_SDIFF_CALL, TARGET_LONG_PIC_PCREL_CALL): Define.
789 (TARGET_SWITCHES): Add "-mlong-calls" and "-mno-long-calls" options.
790 (EXTRA_CONSTRAINT, GO_IF_LEGITIMATE_ADDRESS,
791 LEGITIMIZE_RELOAD_ADDRESS): Don't use long floating point loads and
792 stores on TARGET_ELF32.
793 *pa.md (define_delay): Allow insns in delay on TARGET_PORTABLE_RUNTIME.
794 (unnamed patterns for mulsi3, divsi3, udivsi3, modsi3, umodsi3 and
795 canonicalize_funcptr_for_compare expanders): Calculate attribute length
796 attr_length_millicode_call().
797 (call_internal_symref, call_value_internal_symref): Clobber register 1.
798 Calculate attribute length using attr_length_call().
799 (call_internal_reg_64bit, call_value_internal_reg_64bit): Move gp load
801 (sibcall, sibcall_value): Rewrite.
802 (sibcall_internal_symref, sibcall_value_internal_symref): Clobber
803 register 1. Use attr_length_call().
804 (sibcall_internal_symref_64bit, sibcall_value_internal_symref_64bit):
806 (unamed pattern for canonicalize_funcptr_for_compare): Rewrite.
807 * som.h (MEMBER_TYPE_FORCES_BLK): Define.
808 * t-pa64 (TARGET_LIBGCC2_CFLAGS): Add "-mlong-calls".
809 * doc/invoke.texi (mlong-calls): Document.
811 2002-10-30 Roger Sayle <roger@eyesopen.com>
813 * fold-const.c (fold_binary_op_with_conditional_arg): Improve
814 handling of cases where one or both branches of the conditional
815 have void type, i.e. throw an exception or don't return.
816 (fold): Only apply (and undo) type conversion to the non-void
817 branches of a COND_EXPR.
819 2002-10-30 Mark Mitchell <mark@codesourcery.com>
822 * varasm.c (asm_output_aligned_bss): Do not call
825 2002-10-30 David Edelsohn <edelsohn@gnu.org>
826 Torbjorn Granlund <tege@swox.com>
828 * config/rs6000/rs6000.md (load_toc_v4_PIC_1): Use preferred form
830 (load_toc_v4_PIC_1b): Same.
832 2002-10-30 Kazu Hirata <kazu@cs.umass.edu>
834 * config/h8300/h8300.c (h8300_eightbit_constant_address_p):
835 Truncate the addresses for H8/300 using HImode.
837 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
839 * toplev.c (rest_of_type_compilation): Return early in case of
841 (check_global_declarations): Don't call debug_hooks->global_decl
844 2002-10-28 Andreas Bauer <baueran@in.tum.de>
846 * doc/c-tree.texi (Tree overview): Fix typos.
848 2002-10-29 Phil Edwards <pme@gcc.gnu.org>
850 * Makefile.in (gnucompare*): Only record bad comparisons
851 if there really was a bad comparison.
853 Tue Oct 29 19:32:16 CET 2002 Jan Hubicka <jh@suse.cz>
855 * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'
856 * i386.md (movsf*, movdf*): Use 'C' instead of 'H'
857 * md.texi (machine dependent constraints): Document 'C'
859 * simplify-rtx.c (simplify_subreg): Fix const_int->vector subregging.
861 * i386.c (ix86_expand_vector_move): Fix.
863 * i386.c (ix86_expand_builtin): Use sse2_maskmovdqu_rex64.
864 * i386.md (sse2_maskmovdqu_rex64): New pattern
867 * xmmintrin.h (_mm_stream_pi, _mm_stream_pd): Fix cast.
868 (ix86_init_mmx_sse_builtins): Fix type.
870 2002-10-29 Jason Thorpe <thorpej@wasabisystems.com>
872 * gthr-posix.h: Include <unistd.h> for feature tests.
873 (sched_get_priority_max, sched_get_priority_min)
874 (pthread_getschedparam, pthread_setschedparam): Only use
875 if _POSIX_THREAD_PRIORITY_SCHEDULING is defined.
876 (__gthread_objc_thread_set_priority): Don't treat all non-zero
877 returns from sched_get_priority_max and sched_get_priority_min
880 2002-10-29 Kazu Hirata <kazu@cs.umass.edu>
882 * config/h8300/h8300.h (TARGET_DEFAULT): Make it
885 2002-10-29 Kazu Hirata <kazu@cs.umass.edu>
887 * config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
888 (h8300_tiny_constant_address_p): Likewise.
889 * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
890 h8300_eightbit_constant_address_p.
891 (TINY_CONSTANT_ADDRESS_P): Use h8300_tiny_constant_address_p.
892 * config/h8300/h8300-protos.h: Add the prototypes for the two
895 2002-10-29 Kazu Hirata <kazu@cs.umass.edu>
897 * reload1.c (update_eliminables): Unconditionally check if
898 frame_pointer_needed has changed.
900 Tue Oct 29 15:37:39 CET 2002 Jan Hubicka <jh@suse.cz>
902 * toplev.c (rest_of_compilation): Reorganize way reg_scan is called
905 2002-10-29 Eric Botcazou <ebotcazou@libertysurf.fr>
907 * expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;
908 check for zero operands explicitly.
910 2002-10-29 Richard Sandiford <rsandifo@redhat.com>
912 * config/mips/mips.md (extv, extzv, insv): Set size of referenced
913 memory after adjusting to BLKmode.
915 2002-10-29 Kazu Hirata <kazu@cs.umass.edu>
917 * config/h8300/h8300.h (MASK_*): New.
918 (TARGET_*): Use MASK_*.
920 2002-10-28 Jason Thorpe <thorpej@wasabisystems.com>
922 * config.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to
923 tm_defines if pthreads are enabled.
924 * config/netbsd.h (LIB_SPEC): Only support the -pthread option
925 if NETBSD_ENABLE_PTHREADS is defined.
927 2002-10-28 Kazu Hirata <kazu@cs.umass.edu>
929 * ChangeLog.1: Fix typos.
930 * cse.c: Fix a comment typo.
931 * reload1.c: Likewise.
933 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
935 * fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
936 * fixinc/tests/base/_G_config.h: New file.
938 2002-10-27 Kazu Hirata <kazu@cs.umass.edu>
940 * combine.c: Fix comment formatting.
943 * regclass.c: Likewise.
944 * regmove.c: Likewise.
945 * regrename.c: Likewise.
946 * reg-stack.c: Likewise.
947 * reload1.c: Likewise.
948 * reload.c: Likewise.
949 * reload.h: Likewise.
950 * unroll.c: Likewise.
952 2002-10-27 Kazu Hirata <kazu@cs.umass.edu>
954 * reload1.c (reload): Fix a comment typo.
956 Sun Oct 27 10:15:24 CET 2002 Jan Hubicka <jh@suse.cz>
958 * linux64.h (DEFAULT_PCC_STRUCT_RETURN): Define.
960 2002-10-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
962 * Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
963 * dwarf2out.c: Include hashtab.h.
964 (is_main_source): New static variable.
965 (attr_checksum, die_checksum): Modified to handle die references.
966 (same_loc_p, same_dw_val_p, same_attr_p, same_die_p, same_die_p_wrap,
967 unmark_all_dies, htab_cu_hash, htab_cu_eq, htab_cu_del, check_duplicate_cu,
968 record_comdat_symbol_number): New static functions.
969 (output_comp_unit, compute_section_prefix, is_type_die, break_out_includes,
970 mark_dies, unmark_dies, dwarf2out_start_source_file): Modified.
971 * toplev.c (rest_of_decl_compilation): Call of dwarf2out_decl for type
974 2002-10-26 Kazu Hirata <kazu@cs.umass.edu>
976 * config/h8300/h8300.c (initial_offset): Change to
977 h8300_initial_elimination_offset.
978 * config/h8300/h8300.h (INITIAL_ELIMINATION_OFFSET): Use
979 h8300_initial_elimination_offset.
980 * config/h8300/h8300-protos.h: Update the prototype.
982 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
984 * config/mmix/mmix.h (LIBCALL_VALUE): Use
985 MMIX_RETURN_VALUE_REGNUM, not MMIX_OUTGOING_RETURN_VALUE_REGNUM.
986 (FUNCTION_VALUE_REGNO_P): Similar, but move code to...
987 * config/mmix/mmix.c (mmix_function_value_regno_p): New.
988 * config/mmix/mmix-protos.h: Remove needless ifdefs on TREE_CODE
990 (mmix_function_value_regno_p): Declare.
992 * config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix,
993 invalid for floating point mode result, with fix.
995 2002-10-25 Mike Stump <mrs@apple.com>
997 Fixes gcc.dg/warn-1.c.
998 * c-typeck.c (warn_for_assignment): Don't print argument number, if zero.
1000 Sat Oct 26 01:44:46 CEST 2002 Jan Hubicka <jh@suse.cz>
1002 * toplev.c (dump_file_index): Add DFI_ce3.
1003 (dump_file_info): Likewise.
1004 (rest_of_compilation): Run first ifcvt pass before tracer.
1006 2002-10-25 Steve Ellcey <sje@cup.hp.com>
1008 * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove.
1010 2002-10-25 Richard Henderson <rth@redhat.com>
1012 * real.c (real_to_decimal): If the >1 tens reduction loop results
1013 in a negative exponent, fall into the <1 pten computation.
1015 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1018 * c-objc-common.c (inline_forbidden_p): Can not inline
1019 functions containing structures or unions containing VLAs.
1020 * tree-inline.c (walk_tree): For all class 't' nodes, walk
1021 TYPE_SIZE and TYPE_SIZE_UNIT.
1022 (copy_tree_r): Copy types if they are variably modified.
1024 2002-10-25 Ulrich Weigand <uweigand@de.ibm.com>
1026 * config/s390/s390.md: Remove old-style peepholes.
1028 2002-10-25 Ulrich Weigand <uweigand@de.ibm.com>
1030 * config/s390/s390.c (s390_decompose_address): Do not range check the
1031 displacement if base or index is the argument pointer register.
1033 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
1038 * fixinc/inclhack.def (libc1_G_va_list): New fix.
1039 * fixinc/fixincl.x: Regenerate.
1040 * config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
1041 ifndef IN_LIBGCC2. Wrap it together with signal.h and
1042 sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.
1043 * configure.in (gcc_AC_CHECK_DECLS): Check vasprintf too.
1044 * config.in, configure: Regenerate.
1046 2002-10-24 Igor Shevlyakov <igor@microunity.com>
1048 * varasm.c (struct rtx_const): Array size 16 for V16QImode.
1050 2002-10-24 Richard Henderson <rth@redhat.com>
1052 * config/i386/i386.c (x86_output_mi_thunk): Fix x86_64 pic jump.
1054 2002-10-24 Kazu Hirata <kazu@cs.umass.edu>
1056 * config/h8300/h8300.c (initial_offset): Simplify by using
1059 2002-10-24 Marek Michalkiewicz <marekm@amelek.gda.pl>
1061 * doc/install.texi (avr): Update required binutils version.
1063 2002-10-24 Theodore A. Roth <troth@openavr.org>
1065 * doc/install.texi: Point avr users at more up-to-date information.
1067 2002-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1069 * config/s390/s390.md (movdi, movsi, movhi, movqi): Add peepholes2
1070 to pull operands out of the literal pool where possible.
1072 2002-10-24 Denis Chertykov <denisc@overta.ru>
1074 * config/avr/avr.c (init_cumulative_args): Test fntype for zero.
1076 2002-10-24 Steve Ellcey <sje@cup.hp.com>
1078 * expr.c (convert_move): If unsignedp is less then zero there
1079 is no equivalent code.
1081 2002-10-24 Zack Weinberg <zack@codesourcery.com>
1083 * tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
1085 2002-10-24 Ulrich Weigand <uweigand@de.ibm.com>
1087 * config/s390/s390.h: Rework comments; re-sort target macro definitions
1088 according to the sequence they are defined in the manual.
1089 (POINTER_BOUNDARY): Remove.
1091 2002-10-24 Kazu Hirata <kazu@cs.umass.edu>
1093 * config/h8300/h8300.c (round_frame_size): Replace 8 with
1096 2002-10-24 Kazu Hirata <kazu@cs.umass.edu>
1098 * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Make it
1100 (TINY_CONSTANT_ADDRESS_P): Likewise.
1102 2002-10-24 Richard Henderson <rth@redhat.com>
1104 * config/ia64/ia64.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
1105 (ia64_output_mi_thunk): Rewrite to use rtl, and to handle the
1108 2002-10-24 Richard Henderson <rth@redhat.com>
1111 * reload.c (find_reloads_toplev): Mode of X is not important
1112 when simplifying subregs of constants.
1114 2002-10-24 Richard Sandiford <rsandifo@redhat.com>
1116 * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Add
1117 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1 to $tm_defines.
1118 * config/mips/mips.c (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Default to 0.
1119 (override_options): Base default setting of MASK_SOFT_FLOAT on -march
1120 if MIPS_MARCH_CONTROLS_SOFT_FLOAT.
1122 2002-10-24 Richard Sandiford <rsandifo@redhat.com>
1124 * optabs.c (expand_binop): Don't reuse the shift target in the
1125 middle of shift sequences.
1127 2002-10-23 Ziemowit Laski <zlaski@apple.com>
1129 * objc/objc-act.c (get_static_reference): Remove unneeded
1130 TYPE_BINFO initialization.
1131 (get_object-reference): Likewise.
1132 (build_constructor): Tighten precondition check.
1133 (finish_message_expr): Likewise.
1135 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1137 * config/i386/i386.c (local_symbolic_operand): Move LABEL_REF test
1140 2002-10-23 Steve Ellcey <sje@cup.hp.com>
1142 * config/ia64/ia64.c (hfa_element_mode): Don't allow 128 bit floats
1145 2002-10-23 Richard Henderson <rth@redhat.com>
1147 * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
1148 (alpha_output_mi_thunk_osf): Handle vcall_offset.
1150 2002-10-23 Zack Weinberg <zack@codesourcery.com>
1152 * langhooks.h (struct lang_hooks_for_tree_inlining): Add
1154 * langhooks-def.h: Default for tree_inlining.var_mod_type_p is
1155 hook_tree_bool_false.
1157 * tree.c (variably_modified_type_p): Moved here from
1158 cp/tree.c. Use lang_hooks.tree_inlining.var_mod_type_p for
1159 language-specific cases. Due to this, must weaken some 'if
1160 and only if' checks to merely 'if'.
1161 * tree.h: Prototype variably_modified_type_p.
1163 * tree-inline.c (walk_tree): #undef WALK_SUBTREE_TAIL at end.
1165 2002-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1167 * config/s390/linux.h (CC1_SPEC, CC1PLUS_SPEC): Remove.
1168 * config/s390/s390.c (optimization_options): Disable -fcaller-saves.
1170 * config/s390/s390-protos.h (fp_operand): Remove.
1171 * config/s390/s390.c (fp_operand): Remove.
1172 * config/s390/s390.md ("movdi"): Replace fp_operand by FP_REG_P.
1173 ("*movdi_lhi", "*movdi_lli", "*movdi_larl"): Likewise.
1174 ("movsi", "*movsi_lhi", "*movsi_lli"): Likewise.
1175 (movdi_31, movdf_31 splitters): Likewise.
1177 * config/s390/s390.h (IEEE_FLOAT): Remove.
1178 (TARGET_FLOAT_FORMAT): Define in terms of TARGET_IEEE_FLOAT.
1179 (INT_REGNO_P): Rename to ...
1180 (GENERAL_REGNO_P): ... this.
1181 (FLOAT_REGNO_P): Rename to ...
1182 (FP_REGNO_P): ... this.
1183 (ADDR_REGNO_P): New macro.
1184 (GENERAL_REG_P, ADDR_REG_P, FP_REG_P, CC_REG_P): New macros.
1185 (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
1186 (DATA_REG_P, FP_REG_P, ADDRESS_REG_P): Likewise.
1187 (HARD_REGNO_NREGS): Adapt to macro renaming.
1188 (HARD_REGNO_MODE_OK): Likewise.
1190 2002-10-23 David Edelsohn <edelsohn@gnu.org>
1191 Geoff Keating <geoffk@apple.com>
1193 * config/rs6000/rs6000.c (rs6000_register_move_cost): New function.
1194 (rs6000_memory_move_cost): New function.
1195 * config/rs6000/rs6000-protos.h: Declare them.
1196 * config/rs6000/rs6000.h: Use them.
1198 2002-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1200 * libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when
1201 inlining it into other libgcc2 routines.
1202 (__udivmoddi4): Likewise.
1204 2002-10-22 Nathanael Nerode <neroden@gcc.gnu.org>
1206 * doc/sourcebuild.texi (Test Suites): Improve.
1208 2002-10-22 Stan Shebs <shebs@apple.com>
1210 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
1213 2002-10-22 Jim Wilson <wilson@redhat.com>
1215 * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
1217 Wed Oct 23 01:52:36 CEST 2002 Jan Hubicka <jh@suse.cz>
1220 * xmmintrin.h: Add const to the argument of loads.
1222 * i386.md (pushv2di): New pattern.
1224 * xmmintrin.h (_MM_TRANSPOSE4_PS): New.
1226 2002-10-22 Richard Henderson <rth@redhat.com>
1228 * target.h (gcc_target.asm_out): Merge output_mi_thunk and
1229 output_mi_vcall_thunk into a single hook. Add can_output_mi_thunk.
1230 * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Don't conditionalize.
1231 (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
1232 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1233 (TARGET_ASM_OUT): Update.
1234 * hooks.c (hook_bool_tree_hwi_hwi_tree_false): New.
1235 (hook_bool_tree_hwi_hwi_tree_true): New.
1236 (default_can_output_mi_thunk_no_vcall): New.
1237 * hooks.h: Declare them.
1238 * system.h (ASM_OUTPUT_MI_THUNK): Poison.
1240 * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1241 (alpha_output_mi_thunk_osf): Add VCALL_OFFSET parameter.
1242 * config/arm/arm.c, config/cris/cris.c, config/frv/frv.c,
1243 config/i960/i960.c, config/ia64/ia64.c, config/m68k/m68k.c,
1244 config/mmix/mmix.c, config/pa/pa.c, config/sparc/sparc.c,
1245 config/stormy16/stormy16.c: Similarly.
1247 * config/i386/i386.c (x86_output_mi_thunk): Merge vcall_offset code.
1248 Handle 64-bit properly. Streamline.
1249 (x86_output_mi_vcall_thunk): Remove.
1250 (x86_this_parameter): Rename from ia32_this_parameter; handle 64-bit.
1251 (x86_can_output_mi_thunk): New.
1252 (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
1253 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1254 (override_options): Don't zap targetm.asm_out.output_mi_vcall_thunk.
1256 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Rename from
1257 output_mi_thunk; make static; always use function_section.
1258 (TARGET_ASM_OUTPUT_MI_THUNK): New.
1259 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1260 (rs6000_ra_ever_killed): Test no_new_pseudos not
1261 targetm.asm_out.output_mi_thunk in conjunction with thunks.
1262 * config/rs6000/rs6000-protos.h: Update.
1263 * config/rs6000/sysv4.h (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
1264 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't call
1265 xcoffout_declare_function when using rs6000_output_mi_thunk.
1267 * config/s390/s390.c (s390_output_mi_thunk): Rename from
1268 s390_output_mi_vcall_thunk.
1269 (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
1270 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1272 * config/vax/vax.c (vax_output_mi_thunk): Static; add vcall_offset.
1273 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1274 * config/vax/vax-protos.h: Update.
1275 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.
1277 Wed Oct 23 00:33:11 CEST 2002 Jan Hubicka <jh@suse,cz>
1279 * i386.c (standard_sse_constant_p): Accept vector and integer zeros too.
1280 * i386.h (EXTRA_CONSTRAINT): Recognize 'C'
1281 * i386.md (movti_internal): Use 'C'
1283 * xmmintrin.h (_mm_cmplt_epi*): New.
1285 2002-10-22 Ulrich Weigand <uweigand@de.ibm.com>
1287 * config/s390/s390.md ("*movdi_64"): Fix op_type attribute.
1288 ("*movdf_64"): Likewise.
1289 ("*lshrdi3_64"): Likewise.
1290 ("blockage"): Add length attribute.
1293 Tue Oct 22 23:51:34 CEST 2002 Jan Hubicka <jh@suse.cz>
1295 * i386.md: FIx typo.
1296 (sse2_cvtsi2sd, sse2_pslrdq): Fix template.
1297 (sse2_umulv2siv2di3): Fix predicate.
1298 (sse2_psadbw, ashrv8hi3, ashrv4si3, lshrv8hi3 lshrv4si3,
1299 lshrv2di3, ashlv8hi3, ashlv4si3, ashlv2di3): Likewise.
1300 * xmmintrin.h (_mm_mul_epu16): Rename to...
1301 (_mm_mul_epu32): This one.
1302 (_mm_cvtsi32_si128, _mm_cvtsi128_si32): New.
1304 (contains_128bit_aligned_vector_p): Undo accidental checkin.
1306 2002-10-22 Eric Christopher <echristo@redhat.com>
1308 * config/sparc/sparc.h: Add #error.
1310 2002-10-22 Ulrich Weigand <uweigand@de.ibm.com>
1312 * config.gcc [s390-*-linux]: Remove s390/t-linux from tmake_file.
1313 [s390x-*-linux*]: Likewise.
1314 * config/s390/t-linux: Remove.
1315 * config/s390/s390.h: Include fixdfdi.h when building libgcc2.
1317 Tue Oct 22 19:07:03 CEST 2002 Jan Hubicka <jh@suse.cz>
1319 * i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.
1320 (ix86_expand_builtin): Fix MASKMOVDQU expasion.
1321 * i386.h (ix86_builtins): Add IX86_BUILTIN_PUNPCKHQDQ128.
1322 * i386.md (mmx_punpck?dq): Simplify.
1323 (sse2_pubpcklqdq): Fix.
1324 (sse2_pubpckhqdq): New.
1325 * xmmintrin.h (_mm_unpackhi_epi32): New.
1327 * xmmintrin.h (_mm_cvt*, _mm_stream_pd): Fix prototypes.
1328 (_mm_shufflehi_epi16, _mm_shufflelo_epi16): Fix typo.
1330 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
1333 * fold_const.c (fold_binary_op_with_conditional_arg): Always
1334 build compound_expr if we used save_expr.
1336 2002-10-22 Alan Modra <amodra@bigpond.net.au>
1338 * output.h (SECTION_NOTYPE): Define.
1339 * varasm.c (default_section_type_flags_1): Set SECTION_NOTYPE for
1340 init array sections.
1341 (default_elf_asm_named_section): Mind SECTION_NOTYPE.
1342 * config/arm/arm.c (arm_elf_asm_named_section): Likewise. Also
1345 2002-10-21 Richard Henderson <rth@redhat.com>
1347 * real.c (sticky_rshift_significand): Return inexact, don't
1348 or it in immediately.
1349 (sub_significands): Accept incomming carry.
1350 (div_significands, rtd_divmod): Update for sub_significands change.
1351 (round_for_format): Update for sticky_rshift_significand change.
1352 (do_add): Don't involve the inexact bit in addition, do give the
1353 inexact bit as the subtraction carry-in.
1354 (encode_internal, decode_internal, real_internal_format): New.
1355 * real.h (real_internal_format): Declare.
1357 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1359 * libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that
1360 don't define sdiv_qrnnd.
1362 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
1364 * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Simplify
1366 (TINY_CONSTANT_ADDRESS_P): Likewise.
1368 Tue Oct 22 00:04:20 CEST 2002 Jan Hubicka <jh@suse.cz>
1370 * i386.c (builtin_description): Add punpcklqdq and movdq2q
1371 (ix86_init_mmx_sse_builtins): Add v2di_ftype_void, di_ftype_v2di,
1372 v16qi_ftype_pchar, void_ftype_pchar_v16qi, v4si_ftype_pchar,
1373 void_ftype_pchar_v4si; Initialize __builtin_ia32_movdq2q,
1374 __builtin_ia32_loaddqa, __builtin_ia32_loaddqu, __builtin_ia32_loadd
1375 __builtin_ia32_storedqa, __builtin_ia32_storedqu, __builtin_ia32_stored
1376 __builtin_ia32_setzero128.
1377 (ix86_expand_builtin): Handle IX86_BUILTIN_CLRTI, IX86_BUILTIN_LOADDQA,
1378 IX86_BUILTIN_LOADDQU, IX86_BUILTIN_LOADD, IX86_BUILTIN_STOREDQA,
1379 IX86_BUILTIN_STOREDQU, IX86_BUILTIN_STORED, Ix86_BUILTIN_MOVQ.
1380 * i386.h (ix86_builtins): Add IX86_BUILTIN_LOADDQA, IX86_BUILTIN_LOADDQU,
1381 IX86_BUILTIN_STOREDQA, IX86_BUILTIN_STOREDQU, IX86_BUILTIN_LOADD,
1382 IX86_BUILTIN_STORED, IX86_BUILTIN_CLRTI, IX86_BUILTIN_MOVDQ2Q,
1383 IX86_BUILTIN_PUNPCKLQDQ128, Ix86_BUILTIN_MOVQ.
1384 * i386.md (sse2_punpcklqdq, sse2_movqsse2_loadd, sse2_stored,
1385 sse2_movq): New patterns.
1386 (sse2_movdqa, sse2_movdqu, sse2_movdq2q): Fix.
1387 * xmmintrin.h (_mm_load_si128, _mm_loadu_si128, _mm_loadl_epi64,
1388 _mm_store_si128, _mm_storeu_si128, _mm_storel_epi64,
1389 _mm_setzero_si128, _mm_set_epi64, _mm_set_epi32, _mm_set_epi16,
1390 _mm_set_epi8, _mm_set1_epi64, _mm_set1_epi32, _mm_set1_epi16,
1391 _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
1392 _mm_setr_epi8, _mm_unpacklo_epi64,_mm_set_moveq): New functions.
1393 (_mm_insert_epi16): Fix.
1395 2002-10-21 Dale Johannesen <dalej@apple.com>
1397 * config/rs6000/rs6000.c (rs6000_reverse_condition): Handle
1398 unsafe math reversals correctly for RTL generation.
1399 (output_cbranch): Replace rs6000_reverse_condition call
1400 by its former definition.
1402 2002-10-21 Jakub Jelinek <jakub@redhat.com>
1404 * config/i386/i386.c (x86_64_sign_extended_value): Add allow_rip
1405 argument. In CM_SMALL_PIC model consider SYMBOL_REFs binding locally or
1406 from constant pool or LABEL_REFs as sign extended if allow_rip.
1407 Change all +-1GB limits to +-16MB.
1408 (x86_64_general_operand, x86_64_szext_general_operand,
1409 x86_64_nonmemory_operand, x86_64_movabs_operand,
1410 x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
1411 legitimate_address_p, ix86_expand_int_movcc): Update callers.
1412 (local_symbolic_operand): Don't allow offsets bigger than +-16MB
1413 in CM_SMALL_PIC model.
1414 (legitimate_pic_address_disp_p): Don't check offsets before
1415 calling local_symbolic_operand.
1416 (legitimize_pic_address): Force offsets bigger than +-16MB into
1418 * config/i386/i386.h (EXTRA_CONSTRAINT, CONST_COSTS): Likewise.
1419 * config/i386/i386-protos.h (x86_64_sign_extended_value): Update
1422 * configure.in: Test for @GOTNTPOFF and @INDNTPOFF on IA-32 too.
1423 Add x86-64 test. Set tls_first_minor to 14 on IA-32 and x86-64.
1424 * configure: Rebuilt.
1425 * config/i386/i386.c (x86_64_sign_extended_value): Don't allow TLS
1426 SYMBOL_REFs unless enclosed in UNSPEC. Handle UNSPEC_DTPOFF,
1427 UNSPEC_GOTNTPOFF and UNSPEC_NTPOFF.
1428 (legitimate_address_p): Allow foo@dtpoff(base) even on TARGET_64BIT
1430 (ix86_encode_section_info): Don't ever generate TLSGD or TLSLD for
1431 non-pic code if TARGET_64BIT.
1432 (legitimize_address): Generate 64-bit TLS sequences.
1433 (output_pic_addr_const): Support x86-64 TLS operators.
1434 (i386_output_dwarf_dtprel): Output 64-bit DTPOFF as .long f@DTPOFF, 0.
1435 (print_operand_address): Use %fs instead of %gs on TARGET_64BIT.
1436 Don't append (%rip) in 64-bit TLSGD and TLSLD sequences.
1437 (output_addr_const_extra): Support x86-64 TLS operators.
1438 (maybe_get_pool_constant): Handle TARGET_64BIT -fpic.
1439 (ix86_tls_get_addr): Use __tls_get_addr on TARGET_64BIT
1441 * config/i386/i386.md (*tls_global_dynamic_gnu): Renamed to...
1442 (*tls_global_dynamic_32_gnu): ..., add !TARGET_64BIT.
1443 (*tls_global_dynamic_sun): Renamed to...
1444 (*tls_global_dynamic_32_sun): ..., add !TARGET_64BIT.
1445 (tls_global_dynamic): Renamed to...
1446 (tls_global_dynamic_32): ... this.
1447 (tls_global_dynamic_64, *tls_global_dynamic_64): New.
1448 (*tls_local_dynamic_base_dynamic_gnu): Renamed to...
1449 (*tls_local_dynamic_base_dynamic_32_gnu): ..., add !TARGET_64BIT.
1450 (*tls_local_dynamic_base_dynamic_sun): Renamed to...
1451 (*tls_local_dynamic_base_dynamic_32_sun): ..., add !TARGET_64BIT.
1452 (tls_local_dynamic_base_dynamic): Renamed to...
1453 (tls_local_dynamic_base_dynamic_32): ... this.
1454 (tls_local_dynamic_base_dynamic_64,
1455 *tls_local_dynamic_base_dynamic_64): New.
1456 (*tls_local_dynamic_once): Renamed to...
1457 (*tls_local_dynamic_32_once): ... this.
1459 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1461 * libgcc2.c: Inline __udiv_w_sdiv when compiling __udivdi3,
1462 __divdi3, __umoddi3, or __moddi3.
1464 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1466 * c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
1467 instead of just opt_index as switch expression.
1469 * calls.c (store_one_arg): Change type of 'excess_align'
1472 * profile.c (output_gcov_string): Change type of 'temp'
1475 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1477 * config/s390/fixdfdi.h (__fixunsdfdi, __fixdfdi): Add prototypes.
1478 (__fixunssfdi, __fixsfdi): Likewise.
1479 * config/s390/s390.c (s390_single_hi): Initialize 'value'.
1480 (s390_single_qi): Likewise.
1481 (s390_emit_epilogue): Initialize 'offset'. Remove signed vs.
1482 unsigned comparison warning.
1483 (s390_return_addr_rtx): New function.
1484 * config/s390/s390-protos.h (s390_return_addr_rtx): Declare it.
1485 * config/s390/s390.h (RETURN_ADDR_RTX): Use it.
1486 (HARD_REGNO_MODE_OK): Rewrite condition to silence warnings.
1488 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1490 * config/s390/s390.c (s390_output_mi_vcall_thunk): New function.
1491 (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define target hook.
1492 (s390_output_mi_thunk): Remove.
1493 (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
1495 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
1497 * config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.
1499 2002-10-20 Richard Henderson <rth@redhat.com>
1501 * target.h (struct gcc_target): Line wrap.
1503 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Static.
1504 (TARGET_ASM_OUTPUT_MI_THUNK): Define here...
1505 * config/alpha/alpha.h: ... not here.
1506 * config/alpha/alpha-protos.h: Update.
1508 * config/arm/arm.c, config/arm/arm.h, config/arm/arm-protos.h
1509 config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
1510 config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
1511 config/i386/i386-protos.h, config/i386/i386.c, config/i386/openbsd.h,
1512 config/i386/unix.h, config/i960/i960-protos.h, config/i960/i960.c,
1513 config/i960/i960.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
1514 config/ia64/ia64.h, config/m68k/linux.h, config/m68k/m68k-protos.h,
1515 config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
1516 config/mmix/mmix-protos.h, config/mmix/mmix.c, config/mmix/mmix.h,
1517 config/pa/pa-protos.h, config/pa/pa.c, config/pa/pa.h,
1518 config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
1519 config/sparc/openbsd.h, config/sparc/sparc-protos.h,
1520 config/sparc/sparc.c, config/sparc/sparc.h,
1521 config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
1522 config/stormy16/stormy16.h: Similarly.
1524 * config/m68k/m68k.c (m68k_output_mi_thunk): Replicate mnemonic
1525 selection logic from call patterns.
1527 2002-10-20 Mark Mitchell <mark@codesourcery.com>
1529 * config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo.
1531 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1534 * i386.c (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Define and
1535 expand __builtin_ia32_pslldqi128 and __builtin_ia32_psrldqi128.
1536 * i386.h (IX86_BUILTIN_PSLLDQI128, IX86_BUILTIN_PSRLDQI128): New.
1537 * xmmintrin.h (_mm_srli_si128, _mm_slli_si128): New.
1539 2002-10-20 Roger Sayle <roger@eyesopen.com>
1542 * toplev.c (flag_unsafe_profile_arcs): Remove.
1543 (flag_bounded_pointers): Remove.
1544 (flag_bounds_check): Correct comments.
1545 (lang_independent_options): Remove -funsafe-profile-arcs and
1546 -fbounded-pointers. Correct -fbounds-check comments.
1548 * flags.h: Correct flag_schedule_interblock comments.
1549 (flag_bounded_pointers): Remove prototype.
1550 (flag_bounds_check): Correct comments.
1552 * c-opts.c (c_common_init_options): No need to mark
1553 flag_bounds_check as unspecified.
1554 (c_common_post_options): And no need to set it from
1555 flag_bounded_pointers if its still unspecified.
1557 * doc/invoke.texi: Fix some overfull hboxes in "make dvi".
1558 Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
1559 -fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
1560 -fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
1562 2002-10-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1563 Mark Mitchell <mark@codesourcery.com>
1565 * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to
1567 * arm-protos.h, arm.c (arm_output_mi_thunk): Likewise.
1568 * cris-protos.h, cris.c (cris_asm_output_mi_thunk): Likewise.
1569 * frv-protos.h, frv.c (frv_asm_output_mi_thunk): Likewise.
1570 * i386-protos.h, i386.c (x86_output_mi_vcall_thunk,
1571 x86_output_mi_thunk): Likewise.
1572 * i960-protos.h, i960.c (i960_output_mi_thunk): Likewise.
1573 * ia64-protos.h, ia64.c (ia64_output_mi_thunk): Likewise.
1574 * m68k-protos.h, m68k.c (m68k_output_mi_thunk): Likewise.
1575 * mmix-protos.h, mmix.c (mmix_asm_output_mi_thunk): Likewise.
1576 * rs6000-protos.h, rs6000.c (output_mi_thunk): Likewise.
1577 * s390-protos.h, s390.c (s390_output_mi_thunk): Likewise.
1578 * stormy16-protos.h, stormy16.c (xstormy16_asm_output_mi_thunk):
1580 * vax-protos.h, vax.c (vax_output_mi_thunk): Likewise.
1582 * target.h (gcc_target): Update output_mi_thunk and
1583 output_mi_vcall_thunk to take a HOST_WIDE_INT delta and
1586 * config/alpha/alpha.c: Replace ASM_OUTPUT_MI_THUNK with
1587 TARGET_ASM_OUTPUT_MI_THUNK in comments.
1588 * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): Don't #undef it.
1589 (TARGET_ASM_OUTPUT_MI_THUNK): #undef it.
1590 * config/frv/frv.h (DEFAULT_VTABLE_THUNKS): Remove definition.
1591 * config/i386/i386-protos.h (x86_output_mi_vcall_thunk): Update
1593 * config/i386/i386.c (x86_output_mi_vcall_thunk): Likewise.
1594 * config/i386/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
1595 TARGET_ASM_OUTPUT_MI_THUNK in comments.
1596 * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Don't define.
1597 (TARGET_ASM_OUTPUT_MI_THUNK): Do define.
1598 * config/m68k/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
1599 TARGET_ASM_OUTPUT_MI_THUNK in comments.
1600 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Remove #ifdef
1601 ASM_OUTPUT_MI_THUNK and replace with check of targetm.
1603 * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Update signature.
1604 (TARGET_ASM_OUTPU_MI_VCALL_THUNK): Likewise.
1606 2002-10-19 Brad Lucier <lucier@math.purdue.edu>
1608 * real.c (do_add): Fix 0+0 sign corner case.
1609 (do_divide): Fix Inf/0 corner case.
1611 Sun Oct 20 00:31:31 CEST 2002 Jan Hubicka <jh@suse.cz>
1613 * i386.c (classify_argument): Pass MMX arguments in memory
1614 (ix86_expand_builtin): Expand proper address mode for cflush.
1615 * i386.md (movdqa): Fix typo.
1616 (sse2_cflush): Accept DImode addresses.
1618 * xmmintrin.h (_mm_sqrt_sd): Accept two arguments.
1619 (_mm_max_sd): Fix pasto.
1620 (_mm_storeh_pd, _mm_storel_pd): Fix.
1622 * i386.c (bdesc_comi): Fix to match specification.
1623 (ix86_expand_sse_comi): Emit the comparison properly.
1624 * i386.md (sse_comi, sse2_comi, sse_ucomi, sse2_ucomi):
1625 Do not use comparison operator.
1626 (vnmaskcmp): Fix template.
1628 * xmmintrin.h (_mm_cvtps_pi16): Fix.
1630 2002-10-19 Sebastian Pop <s.pop@laposte.net>
1632 * dependence.c : Removed.
1633 * Makefile.in : Remove dependence.o.
1635 Sat Oct 19 10:46:52 CEST 2002 Jan Hubicka <jh@suse.cz>
1637 * mmintrin.h (__m64): typedef it to v2si.
1638 (_mm_cvtsi32_si64, _mm_cvtsi32_si64_mm_sll_pi16,
1639 _mm_sll_pi32, _mm_sll_pi64, _mm_slli_pi64, _mm_sra_pi16,
1640 _mm_sra_pi32, _mm_srl_pi16, _mm_srl_pi32, _mm_srl_pi64,
1641 _mm_srli_pi64, _mm_and_si64, _mm_andnot_si64,
1642 _mm_or_si64, _mm_xor_si64): Add neccesary casts.
1643 * xmmintrin.h (_mm_setzero_si64): Likewise.
1645 * i386.h (ALIGN_MODE_128): Update comment; add missing modes
1646 (SSE_REG_MODE_P, MMX_REG_MODE_P): New macros.
1649 Patch by Shawn Wagner
1650 * mmintrin.h: Replace pi64 by si64.
1652 2002-10-18 David Edelsohn <edelsohn@gnu.org>
1654 * rs6000.md (movdf_hardfloat32): Order alternatives consistently.
1655 Use length of 4 not *.
1656 (movdf_hardfloat64): Same. Support DFmode moves to/from CTR/LR.
1657 (movdf_softfloat64): Likewise.
1658 (movdi_internal32): Use length of 4 not *.
1659 (movti_power): Same.
1660 (ctrsi, ctrdi): Same.
1662 2002-10-18 Zack Weinberg <zack@codesourcery.com>
1664 * c-decl.c (start_decl): Point users of the old initialized-
1665 typedef extension at __typeof__.
1667 2002-10-18 Richard Henderson <rth@redhat.com>
1669 * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
1670 (real_to_decimal): Re-implement using the logic from the
1671 gcc 3.2 etoasc. Comment heavily.
1672 (div_significands): Simplify loop startup and comparison logic.
1674 2002-10-18 Mark Mitchell <mark@codesourcery.com>
1676 * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.
1677 (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Likewise.
1678 (TARGET_ASM_OUT): Add them.
1679 * target.h (asm_out): Add output_mi_thunk and
1680 output_mi_vcall_thunk.
1681 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1682 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1683 * config/arm/arm-protos.h (arm_output_mi_thunk): Declare.
1684 * config/arm/arm.c (arm_output_mi_thunk): Define.
1685 * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1686 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1687 * config/cris/cris.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1688 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1689 * config/frv/frv.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1690 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1691 * config/i386/i386-protos.h (x86_output_mi_thunk): Adjust
1693 (x86_output_mi_vcall_thunk): Declare.
1694 * config/i386/i386.c (override_options): Clear
1695 output_mi_vcall_thunk in 64-bit mode.
1696 (ix86_fntype_regparm): New function.
1697 (ix86_return_pops_args): Use it.
1698 (ia32_this_parameter): New function.
1699 (x86_output_mi_vcall_thunk): New function.
1700 (x86_output_mi_thunk): Use it
1701 * config/i386/unix.h (TARGET_ASM_OUTPUT_MI_THUNK): Adjust.
1702 (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define.
1703 * config/i960/i960-protos.h (i960_output_mi_thunk): Declare.
1704 * config/i960/i960.c (i960_output_mi_thunk): New function.
1705 * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Adjust.
1706 * config/ia64/ia64-protos.h (ia64_output_mi_thunk): Declare.
1707 * config/ia64/ia64.c (ia64_output_mi_thunk): Define.
1708 * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1709 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1710 * config/m68k/m68k-protos.h (m68k_output_mi_thunk): New function.
1711 * config/m68k/linux.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1712 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1713 * config/m68k/netbsd-elf.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1714 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1715 * config/mmix/mmix.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1716 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1717 * config/pa/pa.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1718 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1719 * config/rs6000/sysv4.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1720 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1721 * config/s390/s390-protos.h (s390_output_mi_thunk): Declare.
1722 * config/s390/s390.c (s390_output_mi_thunk): Define.
1723 * config/s390/s390.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1724 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1725 * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1726 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1727 * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1728 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1729 * config/vax/vax-protos.h (vax_output_mi_thunk): Declare.
1730 * config/vax/vax.c (vax_output_mi_thunk): Define.
1731 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1732 (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1733 * doc/tm.texi: Adjust documentation.
1735 2002-10-18 Jason Thorpe <thorpej@wasabisystems.com>
1737 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Define
1738 __enable_execute_stack function.
1739 * config/alpha/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Define
1740 as NETBSD_ENABLE_EXECUTE_STACK.
1741 * config/i386/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1742 * config/i386/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1743 * config/i386/netbsd64.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1744 * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1745 * config/sparc/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1747 2002-10-18 Jason Thorpe <thorpej@wasabisystems.com>
1749 * config/i386/i386.c (x86_initialize_trampoline): Emit a call
1750 to __enable_execute_stack with the address of the trampoline
1751 if TRANSFER_FROM_TRAMPOLINE is defined.
1752 * config/i386/i386.h (TARGET_64BIT): Expand to a compile-time
1753 constant if building libgcc2.
1755 2002-10-17 Roger Sayle <roger@eyesopen.com>
1757 * doc/c-tree.texi: Update description of COND_EXPR tree nodes.
1759 2002-10-17 Geoffrey Keating <geoffk@apple.com>
1761 * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes
1763 * config/rs6000/rs6000.md (movcc_internal1): Support CCmode moves
1765 (movsf_hardfloat): Support SFmode moves to/from CTR/LR/MQ.
1766 (movsf_softfloat): Likewise.
1768 2002-10-17 Janis Johnson <janis187@us.ibm.com>
1770 * Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
1772 2002-10-17 Jason Thorpe <thorpej@wasabisystems.com>
1774 * config/alpha/alpha.c (alpha_initialize_trampoline): Use
1775 tramp, not addr, to pass the trampoline address to
1776 __enable_execute_stack.
1778 Thu Oct 17 18:40:47 CEST 2002 Jan Hubicka <jh@suse.cz>
1780 * mmintrin.h: Guard by __MMX__
1781 * xmmintrin.h: Guard by __SSE__
1784 * xmmintrin.h (_MM_SHUFFLE2): New macro.
1785 (_mm_load*_?d): New functions.
1786 (_mm_set*_?d): New functions.
1787 (_mm_store*_?d): New functions.
1789 Wed Oct 16 15:01:29 CEST 2002 Jan Hubicka <jh@suse.cz>
1791 Really commit patch announced at Oct 14
1793 * predict.c (can_predict_insn_p): New function.
1794 (estimate_probability): Avoid unnecesary work.
1795 (process_note_prediction): Likewise.
1796 * toplev.c (rest_of_compilation): Account early branch prediction pass
1800 Found by Ian Ollmann
1801 * xmmintrin.h (_mm_shuffle_pd): Fix typo.
1802 (_mm_load?_pd): Likewise.
1803 (_mm_store?_pd): Likewise.
1806 * i386.c (builtin_description):Drop cmpg[te]s[sd].
1807 * xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
1808 swapped alternative.
1811 * reload1.c (reload_inner_reg_of_subreg): New argument output;
1812 (push_reload): Update call.
1814 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
1816 * config.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines
1817 if using mips/elf.h or mips/elf64.h.
1818 * config/mips/elf.h (OBJECT_FORMAT_ELF): Remove.
1819 * config/mips/elf64.h (OBJECT_FORMAT_ELF): Remove.
1821 2002-10-16 Aldy Hernandez <aldyh@redhat.com>
1823 * config/rs6000/rs6000.c (function_arg): Set inner mode of V1DI to
1826 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
1828 * config/s390/linux.h (ASM_DOUBLE, _ASM_OUTPUT_LONG): Remove.
1829 (LPREFIX): Likewise.
1830 (ASM_COMMENT_START, LOCAL_LABEL_PREFIX, ASM_FORMAT_PRIVATE_NAME,
1831 ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT,
1832 ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_BSS,
1833 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
1834 GLOBAL_ASM_OP, ASM_OUTPUT_MI_THUNK): Move to s390.h.
1836 * config/s390/s390.h (ASM_COMMENT_START, LOCAL_LABEL_PREFIX,
1837 ASM_FORMAT_PRIVATE_NAME, ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP,
1838 ASM_OUTPUT_ALIGNED_BSS, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
1839 BSS_SECTION_ASM_OP): Move from linux.h.
1840 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
1841 Also, use ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
1843 * config/s390/s390.c (s390_function_profiler): Use
1844 ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
1846 2002-10-15 Richard Henderson <rth@redhat.com>
1848 * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
1849 as arguments. Bound DIGITS by the available buffer size.
1850 (real_to_hexadecimal): Likewise.
1851 * real.h (real_to_decimal, real_to_hexadecimal): Update prototypes.
1852 (REAL_VALUE_TO_DECIMAL): Remove.
1853 * c-common.c, c-pretty-print.c, print-rtl.c, print-tree.c,
1854 sched-vis.c, config/arc/arc.c, config/c4x/c4x.c, config/fr30/fr30.c,
1855 config/i370/i370.h, config/i386/i386.c, config/i960/i960.c,
1856 config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
1857 config/m68k/hp320.h, config/m68k/m68k.h, config/m68k/sun2o4.h,
1858 config/m68k/sun3.h, config/mips/mips.c, config/ns32k/ns32k.c,
1859 config/pdp11/pdp11.h, config/vax/vax.h: Update all callers to
1860 use real_to_decimal directly, and with the proper arguments.
1861 * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Remove.
1863 2002-10-15 Jim Wilson <wilson@redhat.com>
1865 * reload1.c (merge_assigned_reloads): After converting overlapping
1866 reloads to RELOAD_OTHER, abort if there are now conflicting reloads.
1868 * config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.
1870 Tue Oct 15 22:08:35 CEST 2002 Jan Hubicka <jh@suse.cz>
1872 * expr.c (do_tablejump): Fix typo in my previous commit.
1874 2002-10-15 Richard Sandiford <rsandifo@redhat.com>
1876 * config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
1878 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
1880 * config/s390/s390.c (s390_split_branches): Add return
1881 value. Add parameters TEMP_REG and TEMP_USED. Use unspec 104.
1883 (find_base_register_in_addr): New function.
1884 (find_base_register_ref): New function.
1885 (replace_base_register_ref): New function.
1887 (struct constant_pool): Add members pool_insn, insns, and anchor.
1888 Remove member last_insn.
1889 (s390_start_pool): Initialize them.
1890 (s390_end_pool): Emit pool placeholder insn.
1891 (s390_add_pool_insn): New function.
1892 (s390_find_pool): Use insns bitmap instead of addresses.
1893 (s390_dump_pool): Replace placeholder insn. Emit anchor.
1894 Replace unspec 104 by local-pool-relative references.
1895 (s390_output_constant_pool): Output anchor label if required.
1896 (s390_output_symbolic_const): Handle unspec 104 and 105.
1897 (s390_add_pool): Remove, replace by ...
1898 (s390_add_constant, s390_find_constant): ... these new functions.
1899 (s390_add_anchor): New function.
1901 (s390_chunkify_pool): Delete, replace by ...
1902 (s390_chunkify_start, s390_chunkify_finish,
1903 s390_chunkify_cancel): ... these new functions.
1904 (s390_optimize_prolog): Add parameter TEMP_REGNO.
1905 Recompute register live data for special registers.
1906 (s390_fixup_clobbered_return_reg): New function.
1907 (s390_machine_dependent_reorg): Rewrite to use new
1908 s390_chunkify_... routines.
1910 config/s390/s390.md ("reload_base"): Rename to ...
1911 ("reload_base_31"): ... this.
1912 ("reload_base_64"): New insn.
1913 ("reload_base2"): Remove.
1914 ("reload_anchor"): New insn.
1917 s390.c (s390_pool_overflow): Remove.
1918 s390.h (s390_pool_overflow): Likewise.
1919 s390.md ("cjump", "icjump", "doloop_si"): Remove s390_pool_overflow.
1921 Tue Oct 15 16:51:04 2002 J"orn Rennecke <joern.rennecke@superh.com>
1923 * sh.md (movv8qi_i+2): Don't split if source is -1.
1925 2002-10-15 Janis Johnson <janis187@us.ibm.com>
1927 * doc/install.texi: Formatting changes for conformance to HTML 4.01.
1929 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
1932 * loop.c (loop_regs_scan): Mark registers used for function
1933 argument passing as MAY_NOT_OPTIMIZE.
1935 Mon Oct 14 20:33:12 CEST 2002 Jan Hubicka <jh@suse.cz>
1937 * i386.md (movv2di_internal): New pattern.
1938 (movv2df_internal, movv8hi_internal, movv16qi_internal): Fix predicate.
1939 (movv2di): New expander.
1940 * i386.c (ix86_preferred_reload_class): Return NO_REGS for vector operands.
1942 * i386.c (ix86_expand_timode_binop_builtin): Delete.
1943 (builtin_description): Add SSE1 logicals; rename SSE2 logicals.
1944 (ix86_init_mmx_sse_builtins): Kill SSE1 logicals.
1945 (ix86_expand_builtin): Likewise.
1946 * i386.h (sse_andti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
1948 sse_andnti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
1950 sse_orti4_df_1, sse_orti3_df_2, sse_orti3_sf_1, sse_orti3_sf_2,
1952 sse_xorti4_df_1, sse_xorti3_df_2, sse_xorti3_sf_1, sse_xorti3_sf_2,
1954 (sse_andv4sf3, sse_andnv4sf3, sse_orv2df3, sse_xorv2df3, sse_andv2df3,
1955 sse_andnv2df3, sse_orv2df3, sse_xorv2df3): New expanders.
1956 (*sse_andv4sf3, *sse_andnv2df3, *sse_orv4sf3, *sse_xorv4sf3, *sse_andv2df3,
1957 *sse_andnv2df3, *sse_orv2df3, *sse_xorv2df3): New patterns.
1958 (*sse_andsf3, *sse_andndf3, *sse_ordf3, *sse_xordf3, *sse_anddf3,
1959 *sse_andndf3, *sse_orv2df3, *sse_xorv2df3): New patterns.
1961 * xmmintrin.h (__m128i): Define as __v2di.
1964 (expand_expr): Use DECL_RTL_SET_P.
1966 2002-10-14 Roger Sayle <roger@eyesopen.com>
1968 * combine.c (simplify_set): Treat MODE_CC registers like cc0.
1970 2002-10-14 Roger Sayle <roger@eyesopen.com>
1971 Zack Weinberg <zack@codesourcery.com>
1973 * config/i386/i386.c (k6_cost): Correct typo.
1975 2002-10-14 Mark Mitchell <mark@codesourcery.com>
1977 PR optimization/6631
1978 * alias.c (objects_must_conflict_p): Check honor_readonly when
1979 examining TYPE_READONLY.
1980 * function.c (assign_stack_temp_for_type): Likewise.
1982 2002-10-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
1984 * config/alpha/alpha.md (extendsidi2_nofix, extendsidi2_fix):
1985 Swap zero extension arguments.
1986 (umaxhi3): Fix instruction class.
1988 (prefetch): Fix prefetch instructions.
1990 (pkwb): Fix output constraint.
1992 2002-10-14 Alexandre Oliva <aoliva@redhat.com>
1994 * config/mips/mips.c (print_operand): Increase buffer size for
1997 2002-10-14 Richard Henderson <rth@redhat.com>
2000 * gcse.c (adjust_libcall_notes): Revert last change.
2001 * simplify-rtx.c (simplify_replace_rtx): Handle LO_SUM.
2003 2002-10-14 Andrew Haley <aph@redhat.com>
2005 * tree-inline.c (remap_block): All local class initialization
2006 flags go in the outermost scope.
2007 (expand_call_inline): Call java_inlining_map_static_initializers.
2008 (expand_call_inline): Call java_inlining_merge_static_initializers.
2009 * java/lang.c (merge_init_test_initialization): New.
2010 (java_inlining_merge_static_initializers): New.
2011 (inline_init_test_initialization): New.
2012 (java_inlining_map_static_initializers): New.
2014 * tree-inline.c (expand_call_inline): Convert retvar to expected
2017 2002-10-14 Graham Stott <graham.stott@btinternet.com>
2019 * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.
2021 2002-10-14 Aldy Hernandez <aldyh@redhat.com>
2023 * stmt.c: Fix typo in comment.
2025 Mon Oct 14 11:35:49 2002 J"orn Rennecke <joern.rennecke@superh.com>
2027 * c-common.c (c_common_type_for_mode): Add V2HImode case.
2028 * tree.c (build_common_tree_nodes_2): Initialize
2029 unsigned_V2HI_type_node and V2HI_type_node.
2030 * tree.h (enum tree_index): Add TI_UV2HI_TYPE and TI_V2HI_TYPE.
2031 (unsigned_V2HI_type_node, V2HI_type_node): Define.
2033 2002-10-14 Jakub Jelinek <jakub@redhat.com>
2035 * config/i386/i386.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
2036 Handle TARGET_64BIT.
2038 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
2040 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
2041 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
2042 (MULTILIB_DIRNAMES): Remove long32.
2043 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
2044 (MULTILIB_REDUNDANT_DIRS): Remove.
2046 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
2048 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
2049 * gcc.c (driver_self_specs): New variable.
2050 (do_self_spec): New function.
2051 (main): Use it to process driver_self_specs.
2053 2002-10-13 Richard Henderson <rth@redhat.com>
2055 * rtl.c (shallow_copy_rtx): Use memcpy for the entire node.
2057 2002-10-12 Neil Booth <neil@daikokuya.co.uk>
2059 PR preprocessor/7862
2060 PR preprocessor/8190
2061 * gcc.c (cpp_unique_options): Don't delete .d files.
2062 Remove stray whitespace.
2064 2002-10-12 Naohiko Shimizu <pshimizu@fa2.so-net.ne.jp>
2066 * pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.
2067 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
2068 * pdp11.c (pdp11_output_function_prologue): 0%o -> %#o.
2069 (pdp11_output_function_epilogue, output_ascii): Likewise.
2070 (output_addr_const_pdp11): Likewise.
2071 * pdp11.md (movdi): Use offsetable memory for floating store.
2072 (lshrsi3, negsi2): Delete irrelevant comment.
2074 2002-10-11 Geoffrey Keating <geoffk@apple.com>
2076 * cse.c (mention_regs): Set SUBREG_TICKED to the register number,
2077 not the address of the REG.
2078 (struct cse_reg_info): Make subreg_ticked unsigned.
2080 2002-10-11 Janis Johnson <janis187@us.ibm.com>
2082 * doc/compat.texi: Add info about C++ libraries.
2084 2002-10-11 Richard Henderson <rth@redhat.com>
2087 * gcse.c (adjust_libcall_notes): Also adjust notes for INSN.
2089 2002-10-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
2091 * cfganal.c (dfs_enumerate_from): Use PARAMS.
2092 * genautomata.c (output_insn_code_cases): Likewise.
2093 * real.c (real_format): Likewise.
2094 * tree.c (tree_size): Revise expressions using TREE_CODE_LENGTH to
2095 ensure value is promoted before doing subtraction.
2097 Fri Oct 11 22:22:38 CEST 2002 Jan Hubicka <jh@suse.cz>
2099 * calls.c (expand_call): Simplify noreturn call.
2102 * cfgbuild.c (make_edges): Create edge cache when we do have
2104 * expr.c (do_tablejump): Note size of maximal jumptable.
2105 * function.c (prepare_function_start): Zero out size.
2106 * function.h (function): Add max_jumptable_ents.
2108 * cfgcleanup.c (insn_match_p): Verify sibcall flag for calls to.
2110 Fri Oct 11 12:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2112 * sh.md (movv8qi_i+2): For V8QI destinations, generate V4HI
2113 register for mperm_w operation.
2115 Fri Oct 11 10:56:17 2002 J"orn Rennecke <joern.rennecke@superh.com>
2117 * emit-rtl.c (gen_lowpart_common): When asked to make a vector from
2118 an integer, use simplify_gen_subreg.
2120 2002-10-10 Aldy Hernandez <aldyh@redhat.com>
2122 * extend.texi (Vector Extensions): Remove comment about single
2125 2002-10-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2127 * fold-const.c (size_htab_hash): Use htab_hash_pointer.
2128 * function.c (insns_for_mem_hash): Likewise.
2129 * varasm.c (STRHASH): Likewise.
2131 2002-10-10 Stuart Hastings <stuart@apple.com>
2133 * cse.c (struct cse_reg_info): Add subreg_ticked.
2134 (SUBREG_TICKED): New.
2135 (get_cse_reg_info): Initialize SUBREG_TICKED.
2136 (mention_regs): Use it.
2137 (invalidate): Set SUBREG_TICKED.
2138 (invalidate_for_call): Likewise.
2139 (addr_affects_sp_p): Likewise.
2141 2002-10-10 Jakub Jelinek <jakub@redhat.com>
2143 * config/i386/i386.md (tls_local_dynamic_base): Put pic reg
2144 into proper operand.
2146 2002-10-10 Denis Chertykov <denisc@overta.ru>
2148 * config/ip2k/ip2k.c (function_epilogue): Optimize stack
2150 * config/ip2k/libgcc.S: Combine routines used by function
2153 2002-10-10 Jim Wilson <wilson@redhat.com>
2155 * cse.c (fold_rtx): Don't perform associative optimization for DIV and
2158 2002-10-10 David Edelsohn <edelsohn@gnu.org>
2160 * config/rs6000/aix52.h: New file.
2161 * config/rs6000/t-aix52: New File.
2162 * config.gcc (rs6000-ibm-aix5.1.*): New entry.
2163 (rs6000-ibm-aix[56789].*): Default to AIX 5.2.
2165 Thu Oct 10 19:37:54 CEST 2002 Jan Hubicka <jh@suse.cz>
2168 * invoke.texi (-msse-math): Kill
2169 (-msse): Add note to mfpmath=sse.
2171 Thu Oct 10 17:08:30 CEST 2002 Jan Hubicka <jh@suse.cz>
2174 * i386.c (ix86_expand_vector_move): Do not generate const0->mem moves.
2176 2002-10-10 Neil Booth <neil@daikokuya.co.uk>
2178 PR preprocessor/8179
2179 * gcc.c (cpp_options): Add {ansi}, move %{m*} to same location
2181 (default_compilers): Pass debug options when preprocessing
2184 2002-10-06 Richard Henderson <rth@redhat.com>
2186 * toplev.c (rest_of_compilation): Revert opt/2960 change.
2188 2002-10-09 Zack Weinberg <zack@codesourcery.com>
2191 * c-decl.c (start_decl): Unconditionally issue error for
2192 'typedef foo = bar'.
2193 (finish_decl): Remove special case for TYPE_DECL with initializer.
2195 * doc/extend.texi: Delete "Naming Types" section. Change all
2196 cross-references to that section to refer to "Typeof" instead.
2197 Add the useful safe-max()-macro example from "Naming Types" to
2198 "Typeof", rewritten using that extension. Add some compatibility
2201 2002-10-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2203 * loop.c: Revert 2002-08-15 change.
2204 (LOOP_REGNO_NREGS): Ensure type is int.
2206 2002-10-09 David Edelsohn <edelsohn@gnu.org>
2208 * config/rs6000/rs6000.md (extenddftf2): Change to define_insn
2209 which copies first FPR and clears second.
2210 (extendsftf2): Same.
2211 (floatditf2): Fix typo.
2213 (fix_trunctfdi2): Same.
2214 (fix_trunctfsi2): Same.
2216 2002-10-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2218 * conflict.c (arc_hash): Change return type to hashval_t.
2219 * cselib.c (get_value_hash): Likewise.
2220 * genautomata.c (automaton_decl_hash, insn_decl_hash, decl_hash,
2221 state_hash, automata_list_hash): Likewise.
2222 * read-rtl.c (def_hash): Likewise.
2223 * tree.c (type_hash_hash): Likewise.
2225 2002-10-08 Aldy Hernandez <aldyh@redhat.com>
2227 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Call
2228 prologue_epilogue_contains instead of using REG_MAYBE_DEAD notes.
2230 Wed Oct 9 15:54:49 2002 J"orn Rennecke <joern.rennecke@superh.com>
2232 * sh.md (ffssi2): Fix emitted code.
2234 2002-10-09 Ulrich Weigand <uweigand@de.ibm.com>
2236 * cse.c (insn_live_p): Pass insn pattern, not full insn
2239 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
2241 * cppmacro.c (paste_tokens): Only allow / to paste with =.
2243 2002-10-09 David Edelsohn <edelsohn@gnu.org>
2245 * config/rs6000/rs6000.md (movdf splitter): Use gen_int_mode on
2247 (movtf_internal): Reference correct displacement for second value
2249 (movtf splitter): Correct generation of constants in 64-bit mode.
2251 2002-10-09 Alan Modra <amodra@bigpond.net.au>
2253 * libgcc2.c (__floatdisf): Properly cure double rounding.
2255 2002-10-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
2257 * c-common.c (cb_register_builtins): Define __WCHAR_MAX__.
2258 * doc/cpp.texi (Common Predefined Macros): Document.
2260 2002-10-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
2263 * doc/invoke.texi (Option Summary): List
2264 -Wmissing-declarations as a C only option.
2266 2002-10-08 Jakub Jelinek <jakub@redhat.com>
2268 * config/sparc/t-linux64 (MULTILIB_OPTIONS): Remove
2269 mno-app-regs|mcmodel=medany.
2270 (MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Remove alt.
2271 (MULTILIB_EXCEPTIONS, MULTILIB_EXCLUSIONS, MULTILIB_MATCHES): Remove.
2272 (CRTSTUFF_T_CFLAGS): Define.
2274 2002-10-08 Roger Sayle <roger@eyesopen.com>
2277 * simplify-rtx.c (avoid_constant_pool_reference): Allow constant
2278 pool references that are constructed using LO_SUM.
2280 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
2282 * c-opts.c (c_common_decode_option): Add warn_strict_aliasing to
2284 * c-typeck.c (build_c_cast): Use warn_strict_aliasing, tweak
2286 * flags.h (warn_strict_aliasing): Declare.
2287 * toplev.c (warn_strict_aliasing): Define.
2288 (lang_independent_options): Add it.
2289 * doc/invoke.texi (-Wstrict-aliasing): Document it.
2291 2002-10-08 Zack Weinberg <zack@codesourcery.com>
2293 * system.h (GCCBUGURL): Delete.
2294 * version.c (bug_report_url): New. Add commentary about
2295 modifying both these strings in modified distributions.
2296 * version.h: Declare bug_report_url.
2298 * diagnostic.c, gcc.c, gcov.c: Globally replace GCCBUGURL with
2301 2002-10-08 Nick Clifton <nickc@redhat.com>
2303 * config/rs6000/spe.h (__ev_set_acc_u64): Use __ev_create_u64 to
2304 convert uint64_t into __ev64_opaque__.
2305 (__ev_set_acc_s64): Likewise, but using signed types.
2307 2002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
2309 * config/s390/s390.md ("*doloop_si_long"): Add missing operand.
2310 ("*doloop_di_long"): Likewise.
2312 Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz>
2314 * print-rtl.c (print_rtx): Increase buffer size for real numbers.
2316 2002-10-08 Richard Sandiford <rsandifo@redhat.com>
2318 * config/mips/mips.md (define_attr cpu): Add r4111.
2320 2002-10-08 Anthony Green <green@redhat.com>
2322 * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
2324 2002-10-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2326 * config/c4x/c4x.c (c4x_print_operand): Enlarge buffer
2327 for REAL_VALUE_TO_DECIMAL output.
2329 2002-10-07 David Edelsohn <edelsohn@gnu.org>
2331 * config/rs6000/rs6000.c (rs6000_override_options): Set
2332 real_format_for_mode for IBM extended format, if enabled.
2333 (easy_fp_constant): Add TFmode.
2334 (rs6000_legitimize_address): Add TFmode.
2335 (rs6000_legitimate_address): Same.
2336 (function_arg_advance): TFmode uses two FPRs.
2337 (rs6000_emit_prologue): Fix warning.
2338 (rs6000_output_function_epilogue): Add TFmode.
2339 (output_toc): Add TFmode.
2340 * rs6000.h (SLOW_UNALIGNED_ACCESS): Add TFmode.
2341 (LEGITIMATE_OFFSET_ADDRESS_P): Add TFmode.
2342 * rs6000.md (movtf splitter): Load TFmode constant.
2344 2002-10-07 Dale Johannesen <dalej@apple.com>
2346 * rtl.h: Add NOTE_PRECONDITIONED.
2348 * loop.c: Set loop_info->preconditioned from it.
2349 * doloop.c: Permit doloop treatment when loop_info->preconditoned.
2351 2002-10-07 Richard Henderson <rth@redhat.com>
2353 * config/i960/i960.c (i960_setup_incoming_varargs): Create a
2354 new rtx for comparing the argument pointer against zero.
2355 (i960_va_start): Similarly.
2357 2002-10-07 Richard Henderson <rth@redhat.com>
2359 * config/i960/i960.md (*): Use TFmode, not XFmode.
2360 * config/i960/i960.c (*): Likewise.
2361 (i960_arg_size_and_align): Remove XFmode alignment hack.
2362 (i960_round_align): Merge code from ROUND_TYPE_ALIGN.
2363 * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Use 128, not 96.
2364 (MAX_LONG_DOUBLE_TYPE_SIZE): Likewise.
2365 (DATA_ALIGNMENT, ROUND_TYPE_SIZE): Remove.
2367 2002-10-07 Richard Henderson <rth@redhat.com>
2369 * config/fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode
2370 entry points; use void return value and argument list.
2372 2002-10-05 Naohiko Shimizu <nshimizu@keyaki.cc.u-tokai.ac.jp>
2374 * t-pdp11: Add MULTILIB support for msoft-float.
2375 * pdp11.h (LEGITIMATE_CONSTANT_P): Fix soft-float case.
2377 * t-pdp11: Add LIB2FUNCS_EXTRA.
2378 * pdp11.c (pdp11_output_function_prologue): Restrict offset to 16bit,
2379 add preceding 0 to the octal constant, rename 'fp' to 'r5', rename
2380 'fldd' to 'ldd', rename 'fstd' to 'std'.
2381 (pdp11_output_function_epilogue): Likewise.
2382 (output_move_quad): Make the comment gas compatible.
2383 (output_ascii): Add preceding 0 to the octal constant.
2384 (print_operand_address): Add pre_modify, post_modify.
2385 (output_addr_const_pdp11): Add preceding 0 to the octal constant.
2386 * pdp11.h (GO_IF_LEGITIMATE_ADDRESS) : Add 'movb' pre_modify case
2387 with the indication of Paul Koning.
2388 (PRINT_OPERAND): Fix floating constant.
2389 * pdp11.md (movdi): Restrict matching pattern.
2390 (movqi): Generalize the matching pattern.
2391 (movdf): Restrict matching pattern.
2392 (zero_extendqihi2): Change constant representation.
2393 (floatsidf2): Fix wrong operands.
2394 (addqi3): Fix wrong instruction name.
2395 (subqi3): Fix wrong instruction name.
2396 (andsi3, andhi3, andqi3): Simplify and fix to use 'bic'.
2397 (xorsi3): Fix wrong insn.
2398 (one_cmplqi2): Add two operand pattern.
2401 (call): Add register indirect case.
2402 (mod): Fix wrong subreg.
2404 2002-09-25 Eric Botcazou <ebotcazou@libertysurf.fr>
2405 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2408 * expr.c (expand_expr) [PLUS]: Simplify after the operands
2409 have been expanded in EXPAND_NORMAL mode.
2411 2002-10-06 Richard Henderson <rth@redhat.com>
2413 * config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
2415 2002-10-06 Richard Henderson <rth@redhat.com>
2417 PR optimization/2960
2418 * toplev.c (rest_of_compilation): Don't copy_loop_headers if
2421 2002-10-06 Alexandre Oliva <aoliva@redhat.com>
2423 * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Override
2424 previously definitions.
2426 2002-10-06 Frank Ch. Eigler <fche@redhat.com>
2428 * cppinit.c (init_standard_includes, parse_option): Use strncmp.
2429 * c-opts.c (find_opt): Similarly.
2431 2002-10-05 Jakub Jelinek <jakub@redhat.com>
2433 * gcc.c (set_multilib_dir): Don't access *end.
2434 Use memcpy instead of strncpy. Don't write beyond malloced buffer.
2435 (print_multilib_info): Don't show paths starting with ".:".
2436 * genmultilib: Add new option, "yes" if multilibs are enabled.
2437 Update comments. If multilibs not enabled, print .:${osdirout}
2438 for each directory. If multilibs are enabled, always print
2439 ${dirout}:${osdirout}, even if the two are the same.
2440 * Makefile.in (s-mlib): Pass @enable_multilib@ to genmultilib.
2441 Pass all MULTILIB_* variables to genmultilib even if
2442 --disable-multilib but MULTILIB_OSDIRNAMES is not empty.
2444 2002-10-04 Bruce Korb <bkorb@gnu.org>
2446 * fixinc/inclhack.def(hpux11_abs): use format fix
2447 * fixinc/fixincl.x: regenerate
2448 * fixinc/tests/base/stdlib.h: accommodate new fix test
2450 Sat Oct 5 19:42:45 CEST 2002 Jan Hubicka <jh@suse.cz>
2452 * c-common.c (cb_register_builtins): Use really_no_inline.
2454 2002-10-04 David Edelsohn <edelsohn@gnu.org>
2456 * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to
2457 copied instruction if the note is not loop invariant.
2459 2002-10-04 Loren J. Rittle <ljrittle@acm.org>
2461 * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system.
2463 2002-10-04 Steve Ellcey <sje@cup.hp.com>
2465 * doc/invoke.texi (HPPA): Add -mlinker-opt, -mgnu-ld,
2466 and -mhp-ld options to list of options. Add -mgnu-ld
2467 and -mhp-ld option descriptions.
2469 2002-10-04 Steve Ellcey <sje@cup.hp.com>
2471 * fixinc/inclhack.def (hpux11_abs): New.
2472 (stdio_va_list): change __va_list__ to __gnuc_va_list.
2473 * fixinc/fixincl.x: Rebuild.
2475 2002-10-04 Roger Sayle <roger@eyesopen.com>
2477 * config/i386/i386.h (processor_costs): Add new fields fadd,
2478 fmul, fdiv, fabs, fchs and fsqrt to costs structure.
2479 (RTX_COSTS): Use these fields to determine the RTX costs
2480 of floating point addition/subtraction, multiplication,
2481 division, fabs, negation and square root respectively.
2482 * config/i386/i386.c (size_cost): Provide instruction sizes
2483 for these new fields.
2484 (i386_cost, i486_cost, pentium_cost, pentiumpro_cost,
2485 k6_cost, athlon_cost, pentium4_cost): Provide typical cycle
2486 counts for these new fields for all x86 processor variants.
2488 2002-10-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2490 * mips.c (mips_const_double_ok): Delete unused variable.
2492 * gengtype.c (rtx_next): Change type to int.
2494 2002-10-04 Andreas Jaeger <aj@suse.de>
2496 * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Fix value.
2498 2002-10-04 Richard Henderson <rth@redhat.com>
2500 * real.h (SIGNIFICAND_BITS): Add one more word.
2501 (CONST_DOUBLE_FORMAT): Accomodate 6 words.
2502 * real.c (times_pten): New.
2503 (real_to_decimal, real_from_string): Use it.
2504 (sticky_rshift_significand): Use & to find modulus.
2505 (rshift_significand, lshift_significand): Likewise.
2506 (do_divide): Apply sticky bit after normalization.
2507 (real_to_decimal, real_to_hexadecimal): Fix sign of Inf and NaN.
2509 2002-10-03 Andreas Jaeger <aj@suse.de>
2511 * gengtype.c (adjust_field_rtx_def): Cast variables of type size_t
2512 to unsigned long, adjust printf format string.
2513 (output_mangled_typename): Likewise.
2515 2002-10-03 Jason Thorpe <thorpej@wasabisystems.com>
2517 * config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf.
2518 * config/vax/vax.h (VAX_FUNCTION_PROFILER_NAME): New.
2519 (FUNCTION_PROFILER): Rewrite to use ASM_GENERATE_INTERNAL_LABEL,
2520 assemble_name, asm_fprintf, and VAX_FUNCTION_PROFILER_NAME.
2521 (ASM_OUTPUT_MI_THUNK): Use asm_fprintf instead of REGISTER_PREFIX.
2522 (PRINT_OPERAND_PUNCT_VALID_P): Fix comment.
2523 * config/vax/elf.h (FUNCTION_PROFILER): Remove.
2524 (VAX_FUNCTION_PROFILER_NAME): Redefine as "__mcount".
2526 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2528 * doc/invoke.texi (-Wabi): Document mangling bug.
2530 2002-10-04 Alan Modra <amodra@bigpond.net.au>
2532 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use a
2533 name for the tbtab label that depends on the function asm name.
2534 Don't output tbtab label unless optional_tbtab.
2535 (output_mi_thunk): Formatting.
2537 2002-10-03 Richard Henderson <rth@redhat.com>
2539 * config/m68k/m68k.h (OVERRIDE_OPTIONS): Move additional code ...
2540 * config/m68k/m68k.c (override_options): ... here.
2541 * config/m68k/m68kelf.h (OVERRIDE_OPTIONS): Remove.
2542 * config/m68k/m68kv4.h (OVERRIDE_OPTIONS): Remove.
2543 * config/m68k/linux.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
2544 * config/m68k/netbsd-elf.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
2546 2002-10-03 Richard Henderson <rth@redhat.com>
2548 * real.h (struct real_value): Use ENUM_BITFIELD.
2550 2002-10-03 Richard Henderson <rth@redhat.com>
2552 * config/i960/i960.md (call, call_value): Use emit_call_insn.
2554 2002-10-03 Steve Ellcey <sje@cup.hp.com>
2556 * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
2558 2002-10-03 Steve Ellcey <sje@cup.hp.com>
2560 * config.gcc (hppa*64*-*-hpux11*): Check gnu_ld.
2561 * config/pa/pa.h (MASK_GNU_LD): New.
2562 (TARGET_GNU_LD): New.
2563 * config/pa/pa64-hpux.h (LINK_SPEC): Set based
2564 on gnu-ld and MASK_GNU_LD.
2565 (SUBTARGET_SWITCHES): New gnu-ld & hp-ld flags.
2567 Thu Oct 3 23:35:51 CEST 2002 Jan Hubicka <jh@suse.cz>
2569 * i386.c (athlon_cost): Fix the move costs.
2571 Thu Oct 3 23:20:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2573 * final.c (final): Use symbol name as function name for profiling.
2574 * profile.c (get_exec_counts): Likewise.
2575 (branch_prob): Likewise.
2577 2002-10-03 Jakub Jelinek <jakub@redhat.com>
2579 * longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
2581 2002-10-03 Jakub Jelinek <jakub@redhat.com>
2583 * gcc.c (print_multi_os_directory): New variable.
2584 (option_map): Support --print-multi-os-directory.
2585 (struct prefix_list): Add os_multilib field.
2586 (multilib_os_dir): New variable.
2587 (static_specs): Add multilib_options.
2588 (find_a_file): Add multilib argument. Search in GCC or OS multilib
2589 subdirs if non-zero.
2590 (read_specs, execute): Update callers.
2591 (find_file): Likewise. Don't prefix name with multilib_dir, instead
2592 pass 1 as multilib option.
2593 (display_help): Include --print-multi-os-directory.
2594 (add_prefix): Add os_multilib argument. Initialize pl->os_multilib.
2595 (process_command): Update callers. Handle --print-multi-os-directory.
2596 (do_spec_1) ['D']: Use multilib_os_directory if pl->os_multilib is
2598 (main): Update find_a_file and add_prefix callers.
2599 Handle print_multi_os_directory.
2600 (struct mdswitchstr): New.
2601 (mdswitches, n_mdswitches): New variables.
2602 (used_arg): Add MULTILIB_DEFAULT switches too if they are not
2603 present on the command line nor their mutually incompatible
2605 (default_arg): Optimize.
2606 (set_multilib_dir): Compute multilib_os_dir. Initialize mdswitches
2608 (print_multilib_info): Only print GCC multilib dir name, not OS
2610 * genmultilib: Add osdirnames parameter. Output multilib_options
2611 variable. If osdirnames is specified, output dirnames as
2613 * mklibgcc.in: Use MULTILIB_OSDIRNAMES, --print-multi-directory
2614 and --print-multi-os-directory instead of SHLIB_SLIBDIR_SUFFIXES
2615 to compute libgcc_s soname and install path.
2616 * Makefile.in (libgcc.mk): Pass MULTILIB_OSDIRNAMES instead of
2617 SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
2618 (s_mlib): Pass MULTILIB_OSDIRNAMES or nothing as last genmultilib
2621 * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Set.
2622 (SHLIB_SLIBDIR_SUFFIXES): Remove.
2623 * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64,
2624 ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_COMMON): Remove.
2625 (STARTFILE_SPEC, ENDFILE_SPEC): Don't distinguish between -m32
2627 * config/sparc/t-sol2-64 (MULTILIB_OSDIRNAMES): Set.
2628 (SHLIB_SLIBDIR_SUFFIXES): Remove.
2629 * config/sparc/sol2-bi.h (STARTFILE_ARCH64_SPEC): Remove.
2630 (STARTFILE_ARCH_SPEC): Remove.
2631 * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Set.
2632 (SHLIB_SLIBDIR_SUFFIXES): Remove.
2633 * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
2634 * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Set.
2635 (SHLIB_SLIBDIR_SUFFIXES): Remove.
2637 Thu Oct 3 21:42:20 CEST 2002 Jan Hubicka <jh@suse.cz>
2639 * predict.c (choose_function_section): Avoid choice for linkonce functions.
2641 Thu Oct 3 15:15:00 CEST 2002 Jan Hubicka <jh@suse.cz>
2643 * i386.md (lea to mul peep2): Fix condition.
2645 2002-10-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
2647 * pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
2648 * pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
2650 2002-10-02 Richard Henderson <rth@redhat.com>
2653 * config/i386/i386.c (ix86_register_move_cost): Increase cost
2654 for secondary_memory_needed pairs.
2656 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2658 * doc/vms.texi: Blow away false include file section.
2660 2002-10-02 Roger Sayle <roger@eyesopen.com>
2662 PR optimization/6627
2663 * toplev.c (force_align_functions_log): New global variable.
2664 * flags.h (force_align_functions_log): Add extern prototype.
2665 * varasm.c (assemble_start_function): Use it to force minimum
2667 * config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct
2668 minimum function alignment to one byte.
2669 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Store the virtual bit in
2670 the least significant bit of vtable member function pointers.
2671 * tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
2672 here from cp/cp-tree.h.
2674 Wed Oct 2 17:01:36 CEST 2002 Jan Hubicka <jh@suse.cz>
2676 * i386.c (print_operand_address): Use RIP addressing for offsetted
2679 2002-09-30 David S. Miller <davem@redhat.com>
2682 * config/sparc/sparc.md (movdi_insn_sp32_v9): Accept 'e' regs.
2683 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
2685 2002-10-01 Roger Sayle <roger@eyesopen.com>
2687 * unroll.c (loop_iterations): Revert 2002-09-08 change.
2689 2002-10-01 Richard Henderson <rth@redhat.com>
2691 * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
2692 (real_to_hexadecimal): Likewise.
2693 * print-rtl.c (print_rtx): If we are linked with real.c, don't
2694 dump the XWINT fields of a floating point CONST_DOUBLE.
2696 2002-10-01 Jason Thorpe <thorpej@wasabisystems.com>
2698 * config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
2700 2002-10-01 Richard Henderson <rth@redhat.com>
2702 * calls.c (precompute_register_parameters): Force non-legitimate
2703 constants into pseudos.
2705 2002-10-01 Nick Clifton <nickc@redhat.com>
2707 * config/rs6000/spe.md (spe_evrlwi): Add missing third operand
2708 to assembler template.
2710 2002-10-01 Richard Henderson <rth@redhat.com>
2712 * dwarf2out.c (loc_descriptor_from_tree): Relax requirement
2713 for TLS debug info to !DECL_EXTERNAL.
2715 2002-10-01 Matt Thomas <matt@3am-software.com>
2716 Jason Thorpe <thorpej@wasabisystems.com>
2718 * config.gcc (vax-*-netbsdelf*): Enable configuration.
2719 * config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
2720 if not already defined.
2721 * config/vax/elf.h: New file.
2722 * config/vax/netbsd-elf.h: New file.
2723 * config/vax/vax.c: Include "debug.h".
2724 (vax_output_function_prologue): Add dwarf2 support. Use
2725 MAIN_NAME_P when checking for VMS_TARGET stack adjust.
2726 * config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
2727 'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
2728 'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
2729 (VAX_ISTREAM_SYNC): Remove.
2730 (INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
2731 (JUMP_TABLES_IN_TEXT_SECTION): Define.
2732 (ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
2733 (ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
2735 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
2736 (PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
2737 (PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
2738 (INCOMING_RETURN_ADDR_RTX): Define.
2739 * config/vax/vax.md (VUNSPEC_BLOCKAGE)
2740 (VUNSPEC_SYNC_ISTREAM): Define.
2741 (blockage): Use VUNSPEC_BLOCKAGE.
2742 (sync_istream): New insn.
2744 2002-10-01 Richard Henderson <rth@redhat.com>
2746 * config/vax/vax.md (call_pop, *call_pop, call_value_pop)
2747 (*call_value_pop, call, call_value): Add dwarf2 EH support.
2750 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2753 * c-typeck.c (build_c_cast): Warn about type punning which breaks
2754 type based aliasing.
2756 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2758 * stor-layout.c (update_alignment_for_field): New function.
2759 (place_union_field): Use it.
2760 (place_field): Likewise.
2762 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2765 * gcc.c (cc1_options): Add space on -auxbase-strip.
2767 2002-10-01 Jim Wilson <wilson@redhat.com>
2769 * config/v850/v850.h (EPILOGUE_USES): Define.
2771 2002-09-30 Andrew Haley <aph@redhat.com>
2773 * flow.c (insn_dead_p): When using non-call-exceptions, don't
2774 eliminate insns that may trap.
2775 * cse.c (insn_live_p): Likewise.
2777 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2779 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
2780 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
2781 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
2782 * config/mips/mips.md: Apply same renaming here.
2784 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2786 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
2787 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
2788 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
2789 * config/mips/mips.md (define_attr cpu): Remove r4320.
2790 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
2792 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2794 * config/mips/mips.c (mips16_strings): New variable.
2795 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
2796 symbol in mips16_strings. Free the list.
2797 (mips_encode_section_info): Keep track of local strings.
2799 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2801 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
2802 (sordered_df, sordered_sf): Remove.
2803 * config/mips/mips.c (get_float_compare_codes): New fn.
2804 (gen_int_relational, gen_conditional_move): Use it.
2806 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2808 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
2809 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
2810 * config/mips/mips.c (fcc_register_operand): New function.
2811 (mips_emit_fcc_reload): New function, extracted from reload_incc.
2812 (override_options): Allow TFmode values in float registers
2814 * cnfig/mips/mips.md (reload_incc): Change destination prediate
2815 to fcc_register_operand. Remove misleading source constraint.
2816 Use mips_emit_fcc_reload.
2817 (reload_outcc): Duplicate reload_incc.
2819 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2821 * longlong.h: Partially synchronize with GMP-4.1 version:
2822 Use i370 definitions also for s390.
2823 Add generic definition of umul_ppmm in terms of smul_ppmm.
2824 [s390] (umul_ppmm): Remove.
2825 [s390] (smul_ppmm): Fix incorrect assembler constraints.
2826 [s390] (smul_ppmm, sdiv_qrnnd): Rename __xx to __x.
2828 2002-09-30 Bob Wilson <bob.wilson@acm.org>
2830 * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):
2831 Add new RL_REGS register class.
2832 (PREFERRED_RELOAD_CLASS, PREFERRED_OUTPUT_RELOAD_CLASS):
2833 Call xtensa_preferred_reload_class for both input and output reloads.
2834 * config/xtensa/xtensa.c (xtensa_regno_to_class): Use new RL_REGS class.
2835 (xtensa_preferred_reload_class): Handle output reloads; use RL_REGS
2836 instead of either AR_REGS or GR_REGS classes.
2837 (xtensa_secondary_reload_class): Use new RL_REGS class.
2838 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class): Update.
2840 2002-09-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
2842 * pa.c (hppa_encode_label): Don't drop '*' from function labels.
2843 (pa_strip_name_encoding): Strip '@' and '*', in that order.
2844 * pa.h (ASM_OUTPUT_LABELREF): Output user_label_prefix except when
2845 there is a '*' prefix in NAME.
2847 Mon Sep 30 21:33:23 CEST 2002 Jan Hubicka <jh@suse.cz>
2849 * reload.c (push_reload): Handle subregs and secondary memory.
2850 * reload1.c (gen_reload): Likewise.
2852 * jump.c (reg_or_subregno): New function.
2853 * rtl.h (reg_or_subregno): Declare
2854 * unroll.c (find_splittable_givs): Handle subregs.
2856 2002-09-30 Mark Mitchell <mark@codesourcery.com>
2858 * store-layout.c (finish_record_layout): Add free_p parameter.
2859 (layout_type): Pass it.
2860 * tree.h (finish_record_layout): Update prototype.
2862 Mon Sep 30 14:57:18 CEST 2002 Jan Hubicka <jh@suse.cz>
2864 * i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
2866 * gcse.c (cprop_jump): Check that the register has not
2868 (cprop_jump): Likewise.
2870 2002-09-30 Richard Earnshaw <rearnsha@arm.com>
2872 * arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
2873 (MODE_BASE_REG_CLASS, case Thumb): Only return BASE_REGS if we know
2874 that we have a SImode access, and only then if reload hasn't completed;
2875 for all other cases, use LO_REGS.
2877 2002-09-29 Richard Henderson <rth@redhat.com>
2879 * real.c (real_from_string): Apply sign last. Tidy exponent handling.
2881 2002-09-29 Richard Henderson <rth@redhat.com>
2884 * combine.c (force_to_mode): Handle FLOAT_MODE destinations
2887 2002-09-29 David Edelsohn <edelsohn@gnu.org>
2889 * real.h (ibm_extended_format): Declare.
2890 * real.c (encode_ibm_extended, decode_ibm_extended): New
2893 2002-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2895 * darwin-protos.h (darwin_asm_output_dwarf_delta): Prototype.
2897 * ia64.c (ia64_hpux_asm_file_end): Const-ify.
2899 2002-09-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
2901 * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.
2903 2002-09-29 Kazu Hirata <kazu@cs.umass.edu>
2905 * builtins.def: Fix comment formatting.
2906 * c-common.def: Likewise.
2907 * cfgcleanup.c: Likewise.
2908 * combine.c: Likewise.
2909 * gengtype.c: Likewise.
2910 * params.def: Likewise.
2911 * predict.def: Likewise.
2912 * rtl.def: Likewise.
2913 * stab.def: Likewise.
2914 * stor-layout.c: Likewise.
2915 * tree.def: Likewise.
2916 * config/darwin.c: Likewise.
2917 * config/darwin.h: Likewise.
2918 * config/dbxcoff.h: Likewise.
2919 * config/elfos.h: Likewise.
2920 * config/fp-bit.c: Likewise.
2921 * config/freebsd-spec.h: Likewise.
2922 * config/interix.h: Likewise.
2923 * config/libgloss.h: Likewise.
2924 * config/linux-aout.h: Likewise.
2925 * config/linux.h: Likewise.
2926 * config/lynx-ng.h: Likewise.
2927 * config/lynx.h: Likewise.
2928 * config/netbsd-aout.h: Likewise.
2929 * config/netbsd.h: Likewise.
2930 * config/netware.h: Likewise.
2931 * config/psos.h: Likewise.
2932 * config/ptx4.h: Likewise.
2934 2002-09-28 Kazu Hirata <kazu@cs.umass.edu>
2936 * ChangeLog.4: Fix typos.
2937 * ChangeLog.6: Likewise.
2938 * FSFChangeLog.10: Likewise.
2939 * genattrtab.c: Fix comment typos.
2940 * haifa-sched.c: Likewise.
2943 * config/arm/arm.c: Likewise.
2944 * config/arm/crti.asm: Likewise.
2945 * config/arm/crtn.asm: Likewise.
2946 * config/frv/frv.c: Likewise.
2947 * config/frv/frv.md: Likewise.
2948 * config/h8300/h8300.md: Likewise.
2949 * config/i386/rtemself.h: Likewise.
2950 * config/ia64/unwind-ia64.c: Likewise.
2951 * config/ip2k/ip2k.h: Likewise.
2952 * config/m88k/m88k.c: Likewise.
2953 * config/m88k/m88k.md: Likewise.
2954 * config/mips/sr71k.md: Likewise.
2955 * config/mmix/mmix.c: Likewise.
2956 * config/rs6000/rs6000.c: Likewise.
2957 * config/sh/sh.md: Likewise.
2959 2002-09-26 Theodore A. Roth <troth@verinet.com>
2961 * config/avr/avr.c: Eliminate use of _PC_ in pc relative insns.
2962 * config/avr/avr.md: Ditto.
2964 2002-09-27 Alexander N. Kabaev <ak03@gte.com>
2966 PR preprocessor/8055
2967 * cppmacro.c (stringify_arg): Do not overflow the buffer
2968 with the terminating NUL when the argument to be stringified
2971 2002-09-27 Richard Henderson <rth@redhat.com>
2973 * unroll.c (simplify_cmp_and_jump_insns): New.
2974 (unroll_loop): Use it. Use simplify_gen_foo+force_operand
2975 instead of expand_simple_foo.
2977 2002-09-27 Richard Henderson <rth@redhat.com>
2979 PR optimization/7520
2980 * cfganal.c (flow_active_insn_p): New.
2981 (forwarder_block_p): Use it.
2983 2002-09-27 Richard Henderson <rth@redhat.com>
2985 * emit-rtl.c (active_insn_p): Revert last change.
2987 2002-09-27 Jakub Jelinek <jakub@redhat.com>
2989 * doc/extend.texi (tls_model): Document.
2990 * varasm.c (decl_tls_model): New.
2991 * c-common.c (handle_tls_model_attribute): New.
2992 (c_common_attribute_table): Add tls_model.
2993 * config/alpha/alpha.c (alpha_encode_section_info): Use
2995 * flags.h (enum tls_model, flag_tls_default): Move...
2996 * tree.h (enum tls_model, flag_tls_default): ...here.
2997 (decl_tls_model): New prototype.
2998 * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
2999 * config/i386/i386.c (ix86_encode_section_info): Likewise.
3000 * config/i386/i386.md (tls_global_dynamic, tls_local_dynamic_base):
3003 2002-09-27 Kazu Hirata <kazu@cs.umass.edu>
3005 * LANGUAGES: Follow spelling conventions.
3006 * rtl.def: Likewise.
3007 * sbitmap.c: Likewise.
3008 * sched-int.h: Likewise.
3009 * sched-rgn.c: Likewise.
3010 * sibcall.c: Likewise.
3011 * simplify-rtx.c: Likewise.
3013 * stab.def: Likewise.
3015 * stor-layout.c: Likewise.
3016 * target.h: Likewise.
3017 * timevar.c: Likewise.
3018 * toplev.c: Likewise.
3019 * tree-dump.c: Likewise.
3020 * tree-inline.c: Likewise.
3022 * tree.def: Likewise.
3024 * unroll.c: Likewise.
3025 * varasm.c: Likewise.
3026 * vmsdbgout.c: Likewise.
3027 * treelang/treelang.texi: Likewise.
3028 * treelang/treetree.c: Likewise.
3030 2002-09-27 Kazu Hirata <kazu@cs.umass.edu>
3032 * config/h8300/h8300.c (compute_saved_regs): Use a macro
3033 instead of a hard register number.
3034 (get_shift_alg): Use an enumerated type instead of numbers.
3035 (h8300_shift_needs_scratch_p): Likewise.
3037 2002-09-26 David S. Miller <davem@redhat.com>
3039 PR optimization/7335
3040 * calls.c (emit_library_call_value_1): Passing args by reference
3041 converts a CONST function into a PURE one.
3043 2002-09-26 David Edelsohn <edelsohn@gnu.org>
3045 * dbxout.c (FORCE_TEXT): Switch to current_function_decl, not
3047 * xcoffout.h (DBX_STATIC_BLOCK_START): Remove explicit change to
3049 * config/rs6000/rs6000.c (rs6000_override_options): Allow
3050 function-sections and data-sections functionality on AIX.
3052 2002-09-26 David Edelsohn <edelsohn@gnu.org>
3053 Dale Johannesen <dalej@apple.com>
3055 * config/rs6000/rs6000.c (rs6000_emit_move): Insert zero-extend
3056 in RTL for sub-word loads from memory.
3058 2002-09-26 Richard Henderson <rth@redhat.com>
3061 * sched-deps.c (sched_analyze_insn): Make clobber insns depend
3064 2002-09-26 Richard Henderson <rth@redhat.com>
3066 * emit-rtl.c (const_double_htab_eq): Remove unused variable.
3068 2002-09-26 Chris Lattner <sabre@nondot.org>
3070 * ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when
3071 handling undefined values.
3073 2002-09-26 Richard Henderson <rth@redhat.com>
3076 * emit-rtl.c (active_insn_p): Consider a clobber of the
3077 function return value to be active even after reload.
3079 2002-09-27 Alan Modra <amodra@bigpond.net.au>
3081 * doloop.c (doloop_modify_runtime <biv skips initial incr>): Adjust
3082 by absolute loop increment, not loop increment.
3084 2002-09-26 Kazu Hirata <kazu@cs.umass.edu>
3086 * c-common.h: Follow spelling conventions.
3087 * cpplex.c: Likewise.
3088 * cpplib.h: Likewise.
3089 * gthr-dce.h: Likewise.
3090 * gthr-posix.h: Likewise.
3091 * optabs.c: Likewise.
3092 * output.h: Likewise.
3093 * profile.c: Likewise.
3094 * protoize.c: Likewise.
3095 * ra-rewrite.c: Likewise.
3097 * recog.c: Likewise.
3098 * reg-stack.c: Likewise.
3099 * regclass.c: Likewise.
3100 * regmove.c: Likewise.
3101 * reload.c: Likewise.
3102 * reload.h: Likewise.
3103 * reload1.c: Likewise.
3104 * reorg.c: Likewise.
3105 * resource.c: Likewise.
3107 * rtlanal.c: Likewise.
3109 2002-09-26 Steve Ellcey <sje@cup.hp.com>
3111 * config/ia64/ia64.c (ia64_expand_load_address): Ensure correct mode
3114 2002-09-24 Eric Christopher <echristo@redhat.com>
3116 * config/mips/elf.h: Add HANDLE_SYSV_PRAGMA.
3117 * config/mips/elf64.h: Ditto.
3119 2002-09-24 Eric Christopher <echristo@redhat.com>
3121 * except.c (expand_builtin_extract_return_address): Handle case
3122 where Pmode != ptr_mode.
3124 2002-09-26 Steve Ellcey <sje@cup.hp.com>
3126 * config/ia64/hpux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): New
3128 2002-09-26 Steve Ellcey <sje@cup.hp.com>
3130 * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.
3132 2002-09-26 Igor Shevlyakov <igor@microunity.com>
3134 * combine.c (simplify_set): Don't call to force_to_mode if size
3135 of integer type is larger than HOST_BITS_PER_WIDE_INT.
3137 2002-09-26 Janis Johnson <janis187@us.ibm.com>
3139 * Makefile.in (qmtest-g++): Fix file path.
3141 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
3143 * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
3144 A + (-const) on RTX level, even for unsigned types.
3146 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
3148 * reload.c (dup_replacements): New function.
3149 (find_reloads): Use it to duplicate replacements at the top level
3150 of match_dup operands.
3152 2002-09-26 Miles Bader <miles@gnu.org>
3154 * v850.md ("length"): Change default value to 4.
3156 2002-09-26 Kazu Hirata <kazu@cs.umass.edu>
3158 * ChangeLog.1: Follow spelling conventions.
3159 * ChangeLog.4: Likewise.
3160 * ChangeLog.6: Likewise.
3161 * FSFChangeLog.11: Likewise.
3162 * doc/cpp.texi: Likewise.
3163 * doc/invoke.texi: Likewise.
3164 * doc/tm.texi: Likewise.
3166 2002-09-26 Nick Clifton <nickc@redhat.com>
3168 * config.gcc: Add x prefix to v850e case for handling
3171 2002-09-25 David S. Miller <davem@redhat.com>
3174 * config/sparc/sparc.c (set_extends): SImode ASHIFT does not
3177 2002-09-25 Richard Henderson <rth@redhat.com>
3179 * emit-rtl.c (const_double_htab_eq): Distinguish integer and
3180 fp CONST_DOUBLE; use real_identical.
3182 2002-09-25 Mark Mitchell <mark@codesourcery.com>
3184 * doc/invoke.texi: Add more -Wabi examples.
3186 2002-09-25 Richard Sandiford <rsandifo@redhat.com>
3188 * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket.
3190 2002-09-24 Denis Chertykov <denisc@overta.ru>
3192 * config/ip2k/ip2k.c (function_epilogue): Fix wrong numbers in
3193 cases of optimizing "add sp,w" to "inc sp".
3195 2002-09-24 Adam Nemet <anemet@lnxw.com>
3197 * config/arm/arm.c (thumb_unexpanded_epilogue): Don't generate
3198 epilogue for naked functions.
3200 2002-09-24 Adam Nemet <anemet@lnxw.com>
3201 Nick Clifton <nickc@redhat.com>
3203 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Remove.
3204 (FUNCTION_PROFILER): Only invoke THUMB_FUNCTION_PROFILER if it
3207 2002-09-24 Ulrich Weigand <uweigand@de.ibm.com>
3209 * config/s390/s390.c (preferred_la_operand_p): New function.
3210 * config/s390/s390-protos.h (preferred_la_operand_p): Declare it.
3211 * config/s390/s390.md ("addaddr_esame", "*la_ccclobber"): Replace by ...
3212 ("*la_64_cc", "*la_31_cc", splitters): ... these.
3213 ("*la_31"): Deactivate for TARGET_64BIT.
3214 ("*la_31_and", "*la_31_and_cc"): New.
3216 2002-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3218 * real.h (real_value): Make `exp' explicitly signed.
3220 2002-09-24 Kazu Hirata <kazu@cs.umass.edu>
3222 * config/elfos.h: Follow spelling conventions.
3223 * config/alpha/alpha.h: Likewise.
3224 * config/arc/arc.h: Likewise.
3225 * config/arm/arm.md: Likewise.
3226 * config/avr/avr.h: Likewise.
3227 * config/cris/cris.md: Likewise.
3228 * config/d30v/d30v.h: Likewise.
3229 * config/frv/frv.c: Likewise.
3230 * config/frv/frv.h: Likewise.
3231 * config/h8300/h8300.c: Likewise.
3232 * config/h8300/h8300.h: Likewise.
3233 * config/h8300/h8300.md: Likewise.
3234 * config/i386/cygwin.h: Likewise.
3235 * config/i386/i386.h: Likewise.
3236 * config/i386/sysv3.h: Likewise.
3237 * config/i960/i960.h: Likewise.
3238 * config/ia64/ia64.h: Likewise.
3239 * config/ia64/ia64.md: Likewise.
3240 * config/ip2k/ip2k.h: Likewise.
3241 * config/m32r/m32r.h: Likewise.
3242 * config/m68k/m68k.h: Likewise.
3243 * config/m88k/m88k.h: Likewise.
3244 * config/mcore/mcore.c: Likewise.
3245 * config/mcore/mcore.h: Likewise.
3246 * config/mcore/mcore.md: Likewise.
3247 * config/mips/mips.h: Likewise.
3248 * config/mmix/mmix.h: Likewise.
3249 * config/mmix/mmix.md: Likewise.
3250 * config/ns32k/netbsd.h: Likewise.
3251 * config/ns32k/ns32k.h: Likewise.
3252 * config/ns32k/ns32k.md: Likewise.
3253 * config/pa/pa.h: Likewise.
3254 * config/romp/romp.h: Likewise.
3255 * config/rs6000/rs6000.h: Likewise.
3256 * config/rs6000/rs6000.md: Likewise.
3257 * config/sparc/sparc.h: Likewise.
3258 * config/stormy16/stormy-abi: Likewise.
3259 * config/stormy16/stormy16.h: Likewise.
3260 * config/vax/vax.h: Likewise.
3262 2002-09-23 Zack Weinberg <zack@codesourcery.com>
3264 * version.c (version_string): Now const char[].
3265 * version.h: Update to match.
3267 2002-09-23 Richard Henderson <rth@redhat.com>
3269 * config/i386/i386.h (MASK_ACCUMULATE_OUTGOING_ARGS_SET, MASK_MMX_SET,
3270 MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET, MASK_3DNOW_A_SET): Kill.
3271 (TARGET_SWITCHES): Don't reference them.
3272 * config/i386/i386.c (override_options): Use target_flags_explicit
3273 to examine bits set by the user.
3275 2002-09-23 Dale Johannesen <dalej@apple.com>
3277 * dbxout.c (dbxout_parms): Set current_sym_code for params
3278 passed on stack by invisible reference.
3280 2002-09-23 Richard Earnshaw <rearnsha@arm.com>
3282 * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate
3283 at least one byte of space.
3285 2002-09-23 Mark Mitchell <mark@codesourcery.com>
3287 * c-common.h (flag_abi_version): Fix typo in comment.
3288 * doc/invoke.texi (flag_abi_version): Document default value.
3290 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
3292 * doc/extend.texi (Extended Asm): Clarify that overlap between
3293 asm-declared register variables used in an asm and the asm clobber
3294 list is not allowed.
3295 * stmt.c (decl_conflicts_with_clobbers_p): New function.
3296 (expand_asm_operands): Keep track of clobbered registers. Call
3297 decl_conflicts_with_clobbers_p for each input and output operand.
3298 If no conflicts found before, also do conflict sanity check when
3301 2002-09-23 Richard Henderson <rth@redhat.com>
3303 * c-common.c (cpp_define_data_format): Remove.
3304 (cb_register_builtins): Don't define __WCHAR_BIT__, __SHRT_BIT__,
3305 __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
3306 __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
3307 * doc/cpp.texi: Don't document them either.
3308 (__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__,
3309 __LONG_LONG_MAX__): Document.
3310 (__TARGET_FLOAT_FORMAT__): Remove.
3312 2002-09-23 Richard Henderson <rth@redhat.com>
3314 * real.c (do_multiply): Normalize U before addition.
3316 2002-09-23 Mark Mitchell <mark@codesourcery.com>
3318 * c-common.c (flag_abi_version): New variable.
3319 * c-common.h (flag_abi_version): Declare it.
3320 * c-opts.c (missing_arg): Add -fabi-version.
3321 (c_common_decode_option): Process -fabi-version.
3322 * doc/invoke.texi (-fabi-version): Document it.
3323 (-Wabi): Add information about bit-fields in unions.
3325 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
3327 * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Always pass -KPIC
3328 unless -fno-pic or -fno-PIC is specified.
3330 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
3332 * c-common.c (preprocessing_trad_p): Define.
3333 * pa-hiux.h, pa-hpux.h, pa-hpux7.h (CPP_PREDEFINES): Delete.
3334 (TARGET_OS_CPP_BUILTINS, SUBTARGET_SWITCHES): Define.
3335 * pa-hpux10.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
3336 * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define.
3337 * pa-linux.h (CPP_PREDEFINES): Delete.
3338 (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
3339 * pa32-linux.h, pa64-linux.h (CPP_SPEC): Delete.
3340 * pa-osf.h, pa-pro-end.h, rtems.h (CPP_PREDEFINES): Delete.
3341 (TARGET_OS_CPP_BUILTINS): Define.
3342 * pa.h (MASK_SIO, TARGET_SIO, TARGET_PA_10): Define.
3343 (TARGET_SWITCHES): Reformat. Use N_() macro. Add SUBTARGET_SWITCHES.
3344 (SUBTARGET_SWITCHES): Provide default definition.
3345 (TARGET_OPTIONS): Reformat. Use N_() macro.
3346 (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC, CPP_64BIT_SPEC,
3347 CPP_CPU_DEFAULT_SPEC, CPP_64BIT_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS,
3348 EXTRA_SPECS, CPP_SPEC, CPLUSPLUS_CPP_SPEC, CPP_PREDEFINES): Delete.
3349 (TARGET_CPU_CPP_BUILTINS): Define.
3350 (TARGET_OS_CPP_BUILTINS): Define for BSD-like systems.
3351 * doc/invoke.texi (msio, mwsio): Document new hppa options.
3352 * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Document macro
3353 preprocessing_trad_p().
3355 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
3357 * doc/install.texi: Document behavior of --with-headers and
3358 --with-libs when arguments are omitted.
3360 2002-09-22 Kazu Hirata <kazu@cs.umass.edu>
3362 * dbxout.c: Follow spelling conventions.
3363 * defaults.h: Likewise.
3365 * diagnostic.h: Likewise.
3366 * doloop.c: Likewise.
3367 * dwarf2out.c: Likewise.
3368 * dwarfout.c: Likewise.
3369 * emit-rtl.c: Likewise.
3370 * except.c: Likewise.
3371 * explow.c: Likewise.
3372 * expmed.c: Likewise.
3375 * flags.h: Likewise.
3377 * fold-const.c: Likewise.
3378 * function.c: Likewise.
3379 * function.h: Likewise.
3381 * gcov-io.h: Likewise.
3384 * genattrtab.c: Likewise.
3385 * genconfig.c: Likewise.
3386 * genrecog.c: Likewise.
3387 * ggc-page.c: Likewise.
3389 * global.c: Likewise.
3390 * gthr-win32.h: Likewise.
3391 * integrate.c: Likewise.
3393 * langhooks.c: Likewise.
3394 * langhooks.h: Likewise.
3395 * line-map.h: Likewise.
3396 * local-alloc.c: Likewise.
3397 * longlong.h: Likewise.
3401 Tue Aug 27 22:26:35 CEST 2002 Jan Hubicka <jh@suse.cz>
3403 * i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64.
3405 Tue Aug 27 20:07:01 CEST 2002 Jan Hubicka <jh@suse.cz>
3407 * i386.c (overwrite_options): Set -mpreferred-stack-boundary to 128
3408 for -Os/TARGET_64BIT too.
3410 2002-09-21 Kazu Hirata <kazu@cs.umass.edu>
3412 * ChangeLog: Follow spelling conventions.
3413 * ChangeLog.0: Likewise.
3414 * ChangeLog.1: Likewise.
3415 * ChangeLog.2: Likewise.
3416 * ChangeLog.3: Likewise.
3417 * ChangeLog.4: Likewise.
3418 * ChangeLog.5: Likewise.
3419 * ChangeLog.6: Likewise.
3420 * FSFChangeLog.10: Likewise.
3421 * FSFChangeLog.11: Likewise.
3422 * alias.c: Likewise.
3423 * basic-block.h: Likewise.
3424 * c-aux-info.c: Likewise.
3425 * c-common.c: Likewise.
3426 * c-common.h: Likewise.
3427 * c-decl.c: Likewise.
3428 * c-format.c: Likewise.
3429 * c-semantics.c: Likewise.
3430 * c-typeck.c: Likewise.
3431 * calls.c: Likewise.
3432 * cfganal.c: Likewise.
3433 * cfgloop.c: Likewise.
3434 * collect2.c: Likewise.
3435 * combine.c: Likewise.
3436 * conflict.c: Likewise.
3437 * cppexp.c: Likewise.
3438 * cppfiles.c: Likewise.
3439 * cpphash.h: Likewise.
3440 * cppinit.c: Likewise.
3441 * cpplex.c: Likewise.
3442 * cpplib.c: Likewise.
3443 * cpplib.h: Likewise.
3444 * cppmacro.c: Likewise.
3447 2002-09-21 Richard Earnshaw <rearnsha@arm.com>
3449 * netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of
3451 (LINK_SPEC): Define to NETBSD_LINK_SPEC_AOUT.
3452 * arm/netbsd.h (SUBTARGET_EXTRA_SEPCS): Add NETBSD_LINK_SPEC_AOUT.
3453 (LINK_SPEC): Rework to use NETBSD_LINK_SPEC_AOUT).
3455 2002-09-21 Richard Earnshaw <rearnsha@arm.com>
3458 * cse.c (fold_rtx): Calculate old_cost before we fold each
3461 2002-09-21 Richard Henderson <rth@redhat.com>
3463 * c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__,
3464 __GCC_BIG_ENDIAN__, __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
3465 __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
3466 __TARGET_USES_VAX_F_FLOAT__, __TARGET_USES_VAX_D_FLOAT__,
3467 __TARGET_USES_VAX_G_FLOAT__, __TARGET_USES_VAX_H_FLOAT__.
3468 * doc/cpp.texi: Don't document them.
3470 2002-09-21 Richard Henderson <rth@redhat.com>
3472 * c-common.c (builtin_define_float_constants): Use real_format
3473 to get the floating-point parameters.
3475 2002-09-21 Richard Henderson <rth@redhat.com>
3477 * real.c (struct real_format): Move to real.h.
3478 (real_format_for_mode): Rename from fmt_for_mode; update all users;
3479 initialize with ieee defaults.
3480 (real_to_target_fmt, real_from_target_fmt): New.
3481 (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
3482 ieee_extended_intel_96_format, ieee_extended_intel_128_format,
3483 ieee_quad_format, i370_single_format, i370_double_format,
3484 c4x_single_format, c4x_extended_format): Rename from s/_format//.
3485 (ieee_quad_format): Fix emin.
3486 (format_for_size, init_real_once): Remove.
3487 * real.h (struct real_format): Move from real.c.
3488 (real_format_for_mode): Declare.
3489 (real_to_target_fmt, real_from_target_fmt): Declare.
3490 (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
3491 ieee_extended_intel_96_format, ieee_extended_intel_128_format,
3492 ieee_quad_format, vax_f_format, vax_d_format, vax_g_format,
3493 i370_single_format, i370_double_format, c4x_single_format,
3494 c4x_extended_format): Declare.
3495 * toplev.c (do_compile): Don't call init_real_once.
3497 * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
3498 * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Remove.
3500 * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Define.
3501 * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): 64, if vax mode.
3502 * config/alpha/alpha.c (override_options): Set real_format_for_mode
3503 for VAX, if enabled.
3505 * config/c4x/c4x.c (c4x_override_options): Set real_format_for_mode
3508 * config/i370/i370.h (OVERRIDE_OPTIONS): New.
3509 * config/i370/i370.c (override_options): New.
3510 * config/i370/i370-protos.h: Update.
3512 * config/i386/i386.c (override_options): Set real_format_for_mode
3513 for Intel 80-bit extended.
3514 * config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
3516 * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Mind -mlong-double-64.
3517 (OVERRIDE_OPTIONS): Move code...
3518 * config/i960/i960.c (i960_initialize): ... here. Set
3519 real_format_for_mode for Intel 80-bit extended.
3521 * config/ia64/ia64.c (ia64_override_options): Set real_format_for_mode
3522 for Intel 80-bit extended, if enabled.
3524 * config/m68k/m68k.c (override_options): Set real_format_for_mode
3525 for Motorola 96-bit extended.
3527 * config/vax/vax.h (OVERRIDE_OPTIONS): New.
3528 * config/vax/vax.c (override_options): New.
3529 * config/vax/vax-protos.h: Update.
3531 2002-09-21 Alan Modra <amodra@bigpond.net.au>
3533 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
3536 * config/rs6000/rs6000.md (floatdisf2_internal2): Combine
3537 insns. Supply missing clobber of scratch reg.
3539 2002-09-20 Kazu Hirata <kazu@cs.umass.edu>
3541 * config/m32r/m32r.c: Follow spelling conventions.
3542 * config/m32r/m32r.h: Likewise.
3543 * config/m32r/m32r.md: Likewise.
3544 * config/m68k/m68k.c: Likewise.
3545 * config/m88k/m88k.c: Likewise.
3546 * config/mcore/mcore.c: Likewise.
3547 * config/mips/mips.c: Likewise.
3548 * config/mips/mips.h: Likewise.
3549 * config/mmix/mmix.c: Likewise.
3550 * config/mn10200/mn10200.c: Likewise.
3551 * config/ns32k/ns32k.h: Likewise.
3552 * config/pa/pa.c: Likewise.
3553 * config/pa/pa64-linux.h: Likewise.
3554 * config/pdp11/pdp11.h: Likewise.
3555 * config/romp/romp.c: Likewise.
3556 * config/romp/romp.h: Likewise.
3557 * config/rs6000/eabi.asm: Likewise.
3558 * config/rs6000/linux64.h: Likewise.
3559 * config/rs6000/rs6000.c: Likewise.
3560 * config/rs6000/rs6000.h: Likewise.
3561 * config/rs6000/rs6000.md: Likewise.
3562 * config/rs6000/sysv4.h: Likewise.
3563 * config/rs6000/xcoff.h: Likewise.
3565 2002-09-20 Jim Wilson <wilson@redhat.com>
3567 * config/v850/v850/lib1funcs.asm (__muldi3): Change r5 to r28.
3569 2002-09-20 Jakub Jelinek <jakub@redhat.com>
3571 * config/i386/i386.md (UNSPEC_GOTNTPOFF, UNSPEC_INDNTPOFF): New.
3572 * config/i386/i386.c (legitimate_pic_address_disp_p): Handle
3573 UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF like UNSPEC_GOTTPOFF.
3574 (legitimate_address_p): Likewise.
3575 (legitimize_address): Use @gotntpoff and @indntpoff.
3576 (output_pic_addr_const): Handle UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF.
3577 (output_addr_const_extra): Likewise.
3579 2002-09-20 Jim Wilson <wilson@redhat.com>
3581 * combine.c (try_combine): When split an instruction pair, where the
3582 first has a sign_extend src, verify that the src and dest modes match.
3584 2002-09-20 Richard Henderson <rth@redhat.com>
3586 * config/mips/mips.c (dfhigh, dflow, sfhigh, sflow): Remove.
3587 (override_options): Do not initialize them.
3588 (mips_const_double_ok): Allow no fp constants except zero,
3589 and not even that for mips16.
3590 (const_float_1_operand): Use dconst1.
3591 * config/mips/mips.md (movsf, movsf_internal1, movsf_internal2,
3592 movdf, movdf_internal1, movdf_internal1a, movdf_internal2):
3593 Don't allow arbitrary constants; fix predicates and C constraint.
3595 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
3597 * cppmacro.c: Don't warn about function-like macros without
3598 '(' during pre-expansion.
3600 2002-09-20 Jim Wilson <wilson@redhat.com>
3602 * config/v850/v850.c (current_function_anonymous_args): Delete.
3603 (expand_prologue): Use current_function_args_info.anonymous_args.
3604 (expand_epilogue): Delete use of current_function_anonymous_args.
3605 * config/v850/v850.h (struct cum_arg): Add anonymous_args field.
3606 (INIT_CUMULATIVE_ARGS): Clear anonymous_args field.
3607 (current_function_anonymous_args): Delete extern declaration.
3608 (SETUP_INCOMING_VARARGS): Set anonymous_args field.
3610 2002-09-20 Geoffrey Keating <geoffk@apple.com>
3612 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update for change
3613 to load_macho_picbase.
3614 * config/rs6000/rs6000.md: Document Darwin-specific unspec IDs.
3615 (load_macho_picbase): Take the symbol to use as a parameter.
3616 (macho_correct_pic): New insn.
3617 (builtin_setjmp_reciever): On Darwin, restore the PIC register.
3619 * config/rs6000/rs6000.h (ELIMINABLE_REGS): Use
3620 RS6000_PIC_OFFSET_TABLE_REGNUM rather than hardcoding 30.
3621 (CAN_ELIMINATE): Likewise.
3622 (INITIAL_ELIMINATION_OFFSET): Likewise.
3623 (TOC_REGISTER): Likewise.
3625 2002-09-20 Richard Henderson <rth@redhat.com>
3627 * real.c (real_hash): New.
3628 * real.h: Declare it.
3629 * cse.c (canon_hash): Use it.
3630 * cselib.c (hash_rtx): Likewise.
3631 * emit-rtl.c (const_double_htab_hash): Likewise.
3632 * rtl.h (CONST_DOUBLE_REAL_VALUE): New.
3633 * varasm.c (struct rtx_const): Reduce vector size; separate
3634 integer and fp vectors.
3636 (const_hash_1): Rename from const_hash. Use real_hash. Do not
3637 take modulus MAX_HASH_TABLE.
3638 (const_hash): New. Do take modulus MAX_HASH_TABLE.
3639 (output_constant_def): Do not take modulus MAX_HASH_TABLE.
3640 (SYMHASH): Don't use HASHBITS.
3641 (decode_rtx_const): Copy only active bits from REAL_VALUE_TYPE.
3642 Fix CONST_VECTOR thinko wrt fp vectors. Fix kind comparison.
3643 (simplify_subtraction): Fix kind comparison.
3644 (const_hash_rtx): Return unsigned int. Don't use HASHBITS.
3645 Use a union to pun integer array.
3646 * config/rs6000/rs6000.c (rs6000_hash_constant): Use real_hash;
3647 only hash two words of integral CONST_DOUBLE.
3649 2002-09-20 Steve Ellcey <sje@cup.hp.com>
3651 * config/ia64/hpux.h (STARTFILE_SPEC): Modify.
3652 (STARTFILE_PREFIX_SPEC): New.
3653 (LINK_SPEC): Modify.
3657 2002-09-20 Jakub Jelinek <jakub@redhat.com>
3659 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
3660 UNSPEC_NTPOFF and UNSPEC_DTPOFF to be offsetted by constant.
3662 2002-09-20 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
3664 * config/arm/arm.md (sign_extract_onebit, not_signextract_onebit):
3665 Add clobber of the condition code register.
3667 2002-09-20 Richard Henderson <rth@redhat.com>
3669 * real.c (do_fix_trunc): Static.
3670 (encode_ieee_single, encode_ieee_double, encode_ieee_extended,
3671 encode_ieee_quad, encode_vax_f, encode_vax_d, encode_vax_g,
3672 encode_i370_single, encode_i370_double, encode_c4x_single,
3673 encode_c4x_extended): Add default abort case.
3675 2002-09-20 Richard Henderson <rth@redhat.com>
3677 * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
3678 MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
3679 (struct realvaluetype): Remove.
3680 (REAL_VALUE_TYPE): Use struct real_value.
3681 (REAL_VALUE_TYPE_SIZE): Use SIGNIFICAND_BITS.
3682 (test_real_width): New.
3683 * real.c: Global replace struct real_value with REAL_VALUE_TYPE.
3684 (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
3685 (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
3686 real_isneg, real_isnegzero, real_identical, exact_real_inverse,
3687 real_to_integer, real_to_integer2, real_to_decimal,
3688 real_to_hexadecimal, real_from_string, real_from_integer,
3689 real_inf, real_nan, real_2expN, real_convert, real_to_target,
3690 real_from_target): Likewise.
3691 * tree.h (struct tree_real_cst): Use real_value not realvaluetype.
3692 * gengtype-yacc.y (bitfieldopt): Accept an ID as well.
3694 2002-09-20 Richard Henderson <rth@redhat.com>
3696 * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
3697 IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
3698 * defaults.h: ... here.
3699 * config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
3700 config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
3701 config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
3702 config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.
3704 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
3706 * config/mmix/mmix.md ("negdf2"): Rewrite.
3707 ("*expanded_negdf2"): New.
3709 2002-09-19 Jim Wilson <wilson@redhat.com>
3711 * combine.c (simplify_set): When optimizing a subreg src with a
3712 cc0 dest, use GET_MODE (src) for mask instead of inner_mode.
3714 2002-09-19 Dale Johannesen <dalej@apple.com>
3715 * combine.c (make_extraction): Don't create
3718 2002-09-19 Ulrich Weigand <uweigand@de.ibm.com>
3720 * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
3721 and STRICT_LOW_PART within SET_DEST.
3722 * config/s390/s390.md ("*extractqi", "*extracthi"): New insns with
3723 splitters, replacing pre-reload splitters.
3724 ("*zero_extendhisi2_31", "*zero_extendqisi2_31",
3725 "*zero_extendqihi2_31"): New insns.
3726 ("*zero_extendqihi2_64"): Do not clobber CC.
3728 2002-09-19 Steve Ellcey <sje@cup.hp.com>
3730 * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
3731 (DTORS_SECTION_ASM_OP): Ditto.
3732 (READONLY_DATA_SECTION_ASM_OP): Moved.
3733 (DATA_SECTION_ASM_OP): New.
3734 (SDATA_SECTION_ASM_OP): New.
3735 (BSS_SECTION_ASM_OP): New.
3736 (SBSS_SECTION_ASM_OP): New.
3737 (TEXT_SECTION_ASM_OP): New.
3739 2002-09-19 Kazu Hirata <kazu@cs.umass.edu>
3741 * config/fp-bit.c: Follow spelling conventions.
3742 * config/d30v/d30v.c: Likewise.
3743 * config/d30v/d30v.h: Likewise.
3744 * config/fr30/fr30.c: Likewise.
3745 * config/fr30/fr30.h: Likewise.
3746 * config/fr30/fr30.md: Likewise.
3747 * config/frv/frv.c: Likewise.
3748 * config/frv/frv.h: Likewise.
3749 * config/h8300/h8300.c: Likewise.
3750 * config/h8300/lib1funcs.asm: Likewise.
3751 * config/i370/i370.c: Likewise.
3752 * config/i386/i386.h: Likewise.
3753 * config/i386/i386.md: Likewise.
3754 * config/i386/pentium.md: Likewise.
3755 * config/i386/winnt.c: Likewise.
3756 * config/i960/i960.c: Likewise.
3757 * config/ia64/ia64.h: Likewise.
3758 * config/ip2k/ip2k.c: Likewise.
3759 * config/ip2k/ip2k.h: Likewise.
3760 * config/ip2k/ip2k.md: Likewise.
3761 * config/ip2k/libgcc.S: Likewise.
3763 2002-09-19 Stephen Clarke <stephen.clarke@superh.com>
3765 * config/sh/sh.h (UNSPEC_GOTOFF_P): Define.
3766 (GOTOFF_P): Extend to allow gotoff plus constant.
3768 2002-09-18 Richard Henderson <rth@redhat.com>
3770 * ifcvt.c (noce_process_if_block): Correctly detect X modified
3771 with INSN_B before COND_EARLIEST. Don't check A and B for
3772 modification in condition range. Reorder INSN_B for A==B properly.
3773 (if_convert): Iterate until no matches for a block.
3775 2002-09-18 Richard Henderson <rth@redhat.com>
3777 * calls.c (store_one_arg): Rename default_align to parm_align;
3778 always adjust parm_align for downward padding.
3780 2002-09-18 Richard Henderson <rth@redhat.com>
3782 * toplev.c (backend_init): Move init_real_once invocation ...
3783 (do_compile): ... here.
3785 2002-09-18 Richard Henderson <rth@redhat.com>
3787 * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
3788 RTX_UNCHANGING_P markers for successful tail-recursive replacement.
3790 2002-09-18 Richard Henderson <rth@redhat.com>
3792 * real.c (round_for_format): Collect sticky as unsigned long, not bool.
3794 2002-09-19 Alan Modra <amodra@bigpond.net.au>
3796 * config/rs6000/rs6000.md: (floatdisf2): Rename to
3797 floatdisf2_internal1.
3798 (floatdisf2): New define_expand.
3799 (floatdisf2_internal2): Likewise.
3801 2002-09-18 Richard Henderson <rth@redhat.com>
3803 * real.c (sticky_rshift_significand): Collect sticky as
3804 unsigned long, not bool.
3806 2002-09-18 Ulrich Weigand <uweigand@de.ibm.com>
3808 * config/s390/s390.c (s390_address_cost): New function.
3809 config/s390/s390-protos.h (s390_address_cost): Add prototype.
3810 config/s390/s390.h (ADDRESS_COST): Call s390_address_cost.
3811 (RTX_COST): Use COSTS_N_INSNS.
3813 2002-09-18 Douglas Rupp <rupp@gnat.com>
3814 Donn Terry <donnte@microsoft.com>
3816 * stor-layout.c (place_field): Handle alignment of whole
3817 structures when MSVC compatible bitfields are involved.
3818 Change method of computing location of MS bitfields to
3819 be compatible with #pragma pack(n).
3821 * tree.h (record_layout_info): Add new field
3822 remaining_in_alignment.
3824 * doc/tm.texi: (TARGET_MS_BITFIELD_LAYOUT_P): Update.
3825 (pragma pack): Add paragraph on MSVC bit-field packing.
3827 2002-09-18 Richard Earnshaw (reanrsha@arm.com)
3829 PR optimization/7967
3830 * arm.md (ne_zeroextractsi): Add clobber of the condition code
3833 2002-09-18 Kazu Hirata <kazu@cs.umass.edu>
3835 * config/s390/s390.c: Follow spelling conventions.
3836 * config/sh/lib1funcs.asm: Likewise.
3837 * config/sh/sh.c: Likewise.
3838 * config/sh/sh.h: Likewise.
3839 * config/sparc/sparc.c: Likewise.
3840 * config/sparc/sparc.h: Likewise.
3841 * config/sparc/sparc.md: Likewise.
3842 * config/stormy16/stormy16.c: Likewise.
3843 * config/stormy16/stormy16.h: Likewise.
3844 * config/v850/v850.c: Likewise.
3845 * config/v850/v850.h: Likewise.
3846 * config/vax/vax.c: Likewise.
3847 * config/vax/vax.h: Likewise.
3849 2002-09-18 Nick Clifton <nickc@redhat.com>
3851 * config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
3852 * config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
3853 * config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.
3855 2002-09-17 Zack Weinberg <zack@codesourcery.com>
3857 * ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
3858 statement that the only translation is to en_UK.
3860 2002-09-17 Kazu Hirata <kazu@cs.umass.edu>
3862 * config/alpha/alpha.c: Follow spelling conventions.
3863 * config/alpha/alpha.h: Likewise.
3864 * config/alpha/alpha.md: Likewise.
3865 * config/arc/arc.h: Likewise.
3866 * config/arm/arm.c: Likewise.
3867 * config/arm/arm.h: Likewise.
3868 * config/arm/arm.md: Likewise.
3869 * config/arm/pe.c: Likewise.
3870 * config/arm/unknown-elf.h: Likewise.
3871 * config/avr/avr.c: Likewise.
3872 * config/avr/avr.h: Likewise.
3873 * config/c4x/c4x.c: Likewise.
3874 * config/cris/cris.c: Likewise.
3875 * config/cris/cris.h: Likewise.
3877 2002-09-17 Samuel Figueroa <figueroa@apple.com>
3879 * final.c (final_scan_insn): Use new macro ASM_OUTPUT_ALIGN_WITH_NOP.
3880 * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP) New macro.
3881 * doc/tm.texi (ASM_OUTPUT_ALIGN_WITH_NOP) New description.
3883 2002-09-17 Dale Johannesen <dalej@apple.com>
3885 * cfgcleanup.c (try_forward_edges): Do not forward a
3886 branch to just after a loop exit before loop optimization;
3887 this interfered with doloop detection.
3889 2002-09-17 Nick Clifton <nickc@redhat.com>
3891 * config/arm/arm.c (output_return_instruction): Do not
3892 writeback the stack pointer when it is being loaded.
3893 (arm_output_epilogue): Likewise.
3895 2002-09-17 Kazu Hirata <kazu@cs.umass.edu>
3897 * optabs.c (prepare_cmp_insn): Let emit_library_call_value
3898 generate a pseudo reg that receives the result of a libcall.
3899 (prepare_float_lib_cmp): Likewise.
3901 2002-09-17 Steve Ellcey <sje@cup.hp.com>
3903 * config/ia64/elf.h: Remove CPP_PREDEFINES.
3905 Tue Sep 17 13:58:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
3907 Fix PR/7014 and related objc bugs:
3908 * c-typeck.c (comp_target_types): Added a reflexive argument.
3909 Pass it to ObjC when/if calling objc_comptypes(). Updated all
3910 callers to provide the appropriate reflexive argument.
3911 * objc/objc-act.c (objc_comptypes): Carefully checked and fixed
3912 typechecking for all cases of comparisons and assignments,
3913 particularly the obscure and less common ones involving protocols.
3915 2002-09-17 Nick Clifton <nickc@redhat.com>
3917 * machmode.def (V1DImode): New mode. A single element vector.
3918 * tree.h (TI_UV1DI_TYPE, TI_V1DI_TYPE): New tree_index enums.
3919 (unsigned_V1DI_type_node, V1D1_type_node): New type nodes.
3920 * tree.c (build_common_tree_nodes_2): Build
3921 unsigned_V1DI_type_node and V1D1_type_node.
3922 * c-common.c (c_common_type_for_mode): Return
3923 unsigned_V1DI_type_node or V1D1_type_node for V1DImode.
3924 * rtl.c (class_narrowest_): Start integer vector nodes with V1DImode.
3926 Tue Sep 17 13:40:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
3928 * doc/objc.texi (Constant string objects): Extended documentation
3929 to make clear that the constant string class ivar layout is
3932 2002-09-17 Roger Sayle <roger@eyesopen.com>
3934 * cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
3935 NOTE_INSN_LOOP_CONT notes when deleting basic blocks.
3937 2002-09-16 Richard Henderson <rth@redhat.com>
3939 * expr.c (emit_block_move): Set memory block size as appropriate
3942 2002-09-16 Richard Henderson <rth@redhat.com>
3945 * sdbout.c (sdbout_symbol): Don't handle offsets from a symbol.
3947 2002-09-16 Richard Henderson <rth@redhat.com>
3949 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
3950 as well as OFFSET for BITPOS.
3952 2002-09-16 Jeff Garzik <jgarzik@mandrakesoft.com>
3954 * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
3955 * config/i386/i386.c (processor_alias_table): Add winchip-c6,
3957 * doc/invoke.texi: Mention new aliases.
3959 2002-09-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3961 * calls.c (store_one_arg): Set default alignment for BLKmode arguments
3962 to BITS_PER_UNIT when ARGS_GROW_DOWNWARD and the padding direction is
3964 * function.c (pad_below): Always compile.
3965 (locate_and_pad_parm): If defined ARGS_GROW_DOWNWARD, pad argument to
3966 alignment when it is not in a register or REG_PARM_STACK_SPACE is true.
3967 Pad below when the argument is not in a register and the padding
3968 direction is downward.
3970 * pa-64.h (MUST_PASS_IN_STACK): Move define to pa.h.
3971 (PAD_VARARGS_DOWN): Define.
3972 * pa.c (function_arg_padding): Revise padding directions to make them
3973 compatible with the 32 and 64-bit runtime architecture documentation.
3974 (hppa_va_arg): Add code to handle variable and size zero arguments
3975 passed by reference on TARGET_64BIT. Reformat.
3976 (function_arg): Use a PARALLEL for BLKmode and aggregates args on
3977 TARGET_64BIT. Use a DImode PARALLEL for BLKmode args 5 to 8 bytes
3978 wide when !TARGET_64BIT. Move forward check for mode==VOIDmode.
3980 * pa.h (MAX_PARM_BOUNDARY): Correct define for TARGET_64BIT.
3981 (RETURN_IN_MEMORY): Return size zero types in memory.
3982 (FUNCTION_VALUE): Return TFmode in general registers.
3983 (MUST_PASS_IN_STACK): Define.
3984 (FUNCTION_ARG_BOUNDARY): Simplify.
3985 (FUNCTION_ARG_PASS_BY_REFERENCE): Pass variable and zero sized types
3987 (FUNCTION_ARG_CALLEE_COPIES): Define to FUNCTION_ARG_PASS_BY_REFERENCE.
3989 2002-09-16 Richard Henderson <rth@redhat.com>
3991 * real.c (do_fix_trunc): New.
3992 (real_arithmetic): Call it.
3993 * simplify-rtx.c (simplify_unary_operation): Handle FIX
3994 with a floating-point result mode.
3996 2002-09-16 Richard Henderson <rth@redhat.com>
3998 * builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
3999 (BT_FN_DOUBLE_CONST_STRING, BT_FN_LONG_DOUBLE_CONST_STRING): New.
4000 * builtins.def (__builtin_nan, __builtin_nanf, __builtin_nanl): New.
4001 (__builtin_nans, __builtin_nansf, __builtin_nansl): New.
4002 * builtins.c (fold_builtin_nan): New.
4003 (fold_builtin): Call it.
4004 * real.c (real_nan): Parse a non-empty string.
4005 (round_for_format): Fix NaN significand truncation.
4006 * real.h (real_nan): Return bool.
4007 * doc/extend.texi: Document new builtins.
4009 2002-09-16 Jason Merrill <jason@redhat.com>
4010 Danny Smith <dannysmith@users.sourceforge.net>
4012 * config/i386/winnt.c (ix86_handle_dll_attribute): Set
4013 DECL_EXTERN and TREE_PUBLIC for dllimported variables here...
4014 (i386_pe_mark_dllimport): Not here.
4016 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
4018 * c-semantics.c (genrtl_do_stmt): Cope with NULL cond.
4020 2002-09-16 Geoffrey Keating <geoffk@redhat.com>
4022 * config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
4023 warnings about unused operands when HOST_BITS_PER_WIDE_INT is
4025 (rs6000_emit_cmove): Use real_isinf not target_isinf.
4027 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
4029 * calls.c (emit_library_call_value_1): Don't refer to
4031 * optabs.c (prepare_float_lib_cmp): Likewise.
4033 2002-09-16 Geoffrey Keating <geoffk@apple.com>
4035 * ggc-common.c (ggc_mark_rtx_children_1): Update for changed name
4038 The following changes are merged from pch-branch:
4040 * doc/gty.texi (GTY Options): Document %a.
4041 * gengtype.c (do_scalar_typedef): New function.
4042 (process_gc_options): Handle `length' option.
4043 (set_gc_used_type): A pointer to an array of structures doesn't
4044 qualify as a pointer to a structure.
4045 (output_escaped_param): Add `%a' escape.
4046 (write_gc_structure_fields): Allow 'desc' on array of unions.
4047 (main): Define `uint8', `jword' and `JCF_u2' as scalars; use
4050 * gengtype.c (enum rtx_code): Make global.
4051 (rtx_format): Make global.
4053 (gen_rtx_next): New.
4054 (write_rtx_next): New.
4055 (adjust_field_rtx_def): Skip fields marked by chain_next.
4056 (open_base_files): Delete redundant prototype.
4057 (write_enum_defn): New.
4058 (output_mangled_typename): Correct abort call.
4059 (write_gc_marker_routine_for_structure): Handle chain_next and
4061 (finish_root_table): Don't output redundant \n.
4062 (main): Call gen_rtx_next, write_rtx_next, write_enum_defn.
4063 * c-tree.h (union lang_tree_node): Add chain_next option.
4065 * gengtype.h (NUM_PARAM): New definition.
4066 (struct type): For TYPE_PARAM_STRUCT, allow multiple parameters.
4067 * gengtype.c (find_param_structure): New.
4068 (adjust_field_type): Handle param<n>_is option.
4069 (process_gc_options): Detect use_params option. Update callers.
4070 (set_gc_used_type): Add 'param' parameter, update callers. Handle
4071 'use_params' option.
4072 (open_base_files): Add splay-tree.h to list of files included.
4073 (output_mangled_typename): New.
4074 (write_gc_structure_fields): Update 'param' parameter to support
4075 multiple parameters. Change name mangling. Allow parameterized
4076 fields to have an apparent scalar type. Handle param<n>_is options,
4078 (write_gc_marker_routine_for_structure): Update for change to name
4079 mangling. Better guess the output file for parameterized types.
4080 (write_gc_types): Update for change to name mangling.
4081 (write_gc_root): Update for change to name mangling. Handle (ignore)
4082 param<n>_is options.
4083 * doc/gty.texi (GTY Options): Add description of param<n>_is
4084 options, use_params option.
4085 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
4086 * gengtype-lex.l: Produce token for param<n>_is.
4087 * gengtype-yacc.y: Parse param<n>_is.
4089 * gengtype.c (adjust_field_tree_exp): Don't name a variable 'rindex'.
4091 * rtl.c: Update comment describing rtx_format.
4092 * rtl.h (union rtunion): Separate definition and typedef.
4093 (struct rtx_def): Use gengtype to mark.
4094 * Makefile.in (gengtype.o): Also depend on rtl.def.
4095 * ggc.h (ggc_mark_rtx_children): Delete prototype.
4096 (ggc_mark_rtx): Change to alias of gengtype-generated routine.
4097 * ggc-common.c (ggc_mark_rtx_children): Delete.
4098 (ggc_mark_rtx_children_1): Delete.
4099 (gt_ggc_m_rtx_def): Delete.
4100 * gengtype.c (adjust_field_rtx_def): New.
4101 (adjust_field_type): Call adjust_field_rtx_def.
4102 (write_gc_structure_fields): Add 'default' case to switch if none
4103 is specified; remove unused code.
4105 * tree.h (struct tree_exp): Update for change to meaning
4107 * gengtype.c (adjust_field_tree_exp): New function.
4108 (adjust_field_type): Handle `tree_exp' special here.
4109 (write_gc_structure_fields): Don't handle `tree_exp' special here.
4110 Handle new `dot' option.
4112 * gengtype.h: Make `info' a pointer-to-const.
4113 * gengtype-yacc.y (yacc_ids): Use xasprintf.
4115 * gengtype.c (write_gc_structure_fields): Remove implementation
4116 of `always' option, add `default' option.
4117 * doc/gty.texi (GTY Options): Remove documentation of `always',
4120 2002-09-16 Hans-Peter Nilsson <hp@bitrange.com>
4122 * output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
4124 2002-09-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4126 * m68hc11.md (addhi_sp): Fix uninitialized variable bug.
4128 * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
4129 instead of the *-protos.h file directly.
4130 * t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
4131 * darwin.c (machopic_output_stub): Move prototype ...
4132 * darwin-protos.h (machopic_output_stub): ... here.
4133 * rs6000-protos.h (machopic_output_stub): Don't declare.
4135 2002-09-16 Richard Henderson <rth@redhat.com>
4137 * c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.
4139 2002-09-16 Richard Henderson <rth@redhat.com>
4141 * real.c, real.h: Rewrite from scratch.
4143 * Makefile.in (simplify-rtx.o): Depend on TREE_H.
4144 (paranoia): New target.
4145 * builtins.c (fold_builtin_inf): Use new real.h interface.
4146 * c-common.c (builtin_define_with_hex_fp_value): Likewise.
4147 * c-lex.c (interpret_float): Likewise.
4148 * emit-rtl.c (gen_lowpart_common): Likewise.
4149 * optabs.c (expand_float): Use real_2expN.
4150 * config/ia64/ia64.md (divsi3, udivsi3): Likewise.
4151 * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): New.
4152 (FLOAT_WORDS_BIG_ENDIAN): New.
4153 * cse.c (find_comparison_args): Don't pass FLOAT_STORE_FLAG_VALUE
4154 directly to REAL_VALUE_NEGATIVE.
4155 * loop.c (canonicalize_condition): Likewise.
4156 * simplify-rtx.c: Include tree.h.
4157 (simplify_unary_operation): Don't handle FIX and UNSIGNED_FIX
4158 with floating-point result modes.
4159 * toplev.c (backend_init): Call init_real_once.
4161 * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
4162 * tree.c (build_real): Likewise.
4163 * config/alpha/alpha.c, config/vax/vax.c (float_strings,
4164 float_values, inited_float_values, check_float_value): Remove.
4165 * config/alpha/alpha.h, config/m68hc11/m68hc11.h,
4166 config/m88k/m88k.h, config/vax/vax.h (CHECK_FLOAT_VALUE): Remove.
4167 * doc/tm.texi (CHECK_FLOAT_VALUE): Remove.
4168 (VAX_HALFWORD_ORDER): Remove.
4170 2002-09-16 Ulrich Weigand <uweigand@de.ibm.com>
4172 * config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
4173 (s390_load_address): ... this new function.
4174 (s390_decompose_address): Allow the argument pointer and all
4175 virtual registers as 'pointer' registers.
4176 (s390_expand_plus_operand): Use s390_load_address.
4177 config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
4178 ("force_la_31"): New insn pattern.
4179 config/s390/s390-protos.h (legitimize_la_operand): Remove.
4180 (s390_load_address): Add prototype.
4182 * config/s390/s390.c: Include "optabs.h".
4183 (s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
4184 config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
4185 s390_expand_cmpstr): Add prototypes.
4186 config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
4187 ("movstrdi_short"): Rename to "movstr_short_64". Change predicates
4188 for operands 0 and 1 to "memory_operand". Add type attribute.
4189 ("movstrsi_short"): Rename to "movstr_short_31". Change predicates
4190 for operands 0 and 1 to "memory_operand". Add type attribute.
4191 ("movstrdi_long", "movstrsi_long"): Remove.
4192 ("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
4193 ("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
4194 ("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
4195 ("clrstrsico"): Remove, replace by ...
4196 ("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
4197 ("clrstrsi_64"): Rename to "clrstr_long_64".
4198 ("clrstrsi_31"): Rename to "clrstr_long_31".
4199 ("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
4200 ("cmpstr_const"): Remove, replace by ...
4201 ("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
4202 ("cmpstr_64"): Rename to "cmpstr_long_64".
4203 ("cmpstr_31"): Rename to "cmpstr_long_31".
4205 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
4207 * ABOUT-NLS: Follow spelling conventions.
4208 * ChangeLog: Likewise.
4209 * ChangeLog.1: Likewise.
4210 * ChangeLog.2: Likewise.
4211 * ChangeLog.3: Likewise.
4212 * ChangeLog.4: Likewise.
4213 * ChangeLog.5: Likewise.
4214 * ChangeLog.6: Likewise.
4215 * FSFChangeLog.10: Likewise.
4216 * FSFChangeLog.11: Likewise.
4217 * c-common.c: Likewise.
4218 * c-lex.c: Likewise.
4219 * c-objc-common.c: Likewise.
4220 * cppexp.c: Likewise.
4221 * cppinit.c: Likewise.
4222 * cpplex.c: Likewise.
4223 * doloop.c: Likewise.
4225 * function.c: Likewise.
4226 * integrate.c: Likewise.
4228 * reg-stack.c: Likewise.
4229 * reload.h: Likewise.
4232 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
4234 * ChangeLog: Follow spelling conventions.
4235 * ChangeLog.0: Likewise.
4236 * ChangeLog.1: Likewise.
4237 * ChangeLog.2: Likewise.
4238 * ChangeLog.4: Likewise.
4239 * ChangeLog.6: Likewise.
4240 * config.gcc: Likewise.
4241 * dwarfout.c: Likewise.
4242 * reload1.c: Likewise.
4243 * simplify-rtx.c: Likewise.
4244 * unwind-sjlj.c: Likewise.
4245 * config/avr/avr.h: Likewise.
4246 * config/d30v/d30v.h: Likewise.
4247 * config/frv/frv.c: Likewise.
4248 * config/frv/frv.h: Likewise.
4249 * config/ip2k/ip2k.h: Likewise.
4250 * config/m88k/m88k-move.sh: Likewise.
4251 * config/stormy16/stormy16.c: Likewise.
4252 * config/stormy16/stormy16.h: Likewise.
4253 * doc/extend.texi: Likewise.
4254 * doc/interface.texi: Likewise.
4255 * doc/invoke.texi: Likewise.
4256 * doc/md.texi: Likewise.
4257 * doc/rtl.texi: Likewise.
4258 * doc/tm.texi: Likewise.
4259 * doc/trouble.texi: Likewise.
4260 * ginclude/float.h: Likewise.
4261 * treelang/treelang.texi: Likewise.
4263 2002-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4265 * i386-protos.h (i386_pe_dllexport_name_p,
4266 i386_pe_dllimport_name_p, i386_pe_unique_section,
4267 i386_pe_declare_function_type, i386_pe_record_external_function,
4268 i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
4270 * i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
4271 * i386/t-interix (winnt.o): Likewise.
4273 * v850-protos.h (v850_output_addr_const_extra): Prototype.
4275 2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
4277 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add
4278 MIPS ABI CPP macros.
4279 (TARGET_CPU_CPP_BUILTINS): Redefine.
4280 (SUBTARGET_EXTRA_SPECS): Remove subtarget_endian_default.
4281 (SUBTARGET_ENDIAN_DEFAULT_SPEC): Remove.
4283 2002-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4285 * ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
4287 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
4289 * ChangeLog: Follow spelling conventions.
4290 * ChangeLog.0: Likewise.
4291 * ChangeLog.1: Likewise.
4292 * ChangeLog.2: Likewise.
4293 * ChangeLog.3: Likewise.
4294 * ChangeLog.4: Likewise.
4295 * ChangeLog.5: Likewise.
4296 * ChangeLog.6: Likewise.
4297 * FSFChangeLog.10: Likewise.
4298 * FSFChangeLog.11: Likewise.
4299 * c-common.c: Likewise.
4300 * c-common.h: Likewise.
4301 * c-format.c: Likewise.
4302 * c-opts.c: Likewise.
4303 * cpplib.c: Likewise.
4304 * langhooks.h: Likewise.
4306 * reg-stack.c: Likewise.
4307 * toplev.c: Likewise.
4308 * config/arm/arm.c: Likewise.
4309 * config/arm/arm.md: Likewise.
4310 * config/arm/linux-gas.h: Likewise.
4311 * config/arm/netbsd.h: Likewise.
4312 * config/c4x/c4x.c: Likewise.
4313 * config/c4x/c4x.h: Likewise.
4314 * config/c4x/c4x.md: Likewise.
4315 * config/c4x/libgcc.S: Likewise.
4316 * config/fr30/fr30.md: Likewise.
4317 * config/frv/frv.md: Likewise.
4318 * config/ia64/ia64.md: Likewise.
4319 * config/mips/mips.h: Likewise.
4320 * config/mn10300/mn10300.c: Likewise.
4321 * config/stormy16/stormy16.c: Likewise.
4322 * config/v850/v850.md: Likewise.
4323 * doc/extend.texi: Likewise.
4324 * doc/invoke.texi: Likewise.
4325 * doc/md.texi: Likewise.
4327 2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
4329 * config/netbsd.h (LIB_SPEC): Include the appropriate pthread
4330 library if -pthread is specified.
4332 2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
4334 * config.gcc (*-*-netbsd*): Set thread_file to 'posix'
4335 for --enable-threads=yes and --enable-threads=posix.
4337 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
4339 * config/sparc/cypress.md: Replace Sparc with SPARC.
4340 * config/sparc/freebsd.h: Likewise.
4341 * config/sparc/gmon-sol2.c: Likewise.
4342 * config/sparc/hypersparc.md: Likewise.
4343 * config/sparc/lb1spc.asm: Likewise.
4344 * config/sparc/lb1spl.asm: Likewise.
4345 * config/sparc/linux.h: Likewise.
4346 * config/sparc/linux64.h: Likewise.
4347 * config/sparc/lynx.h: Likewise.
4348 * config/sparc/sol2.h: Likewise.
4349 * config/sparc/sparc-modes.def: Likewise.
4350 * config/sparc/sparc.c: Likewise.
4351 * config/sparc/sparc.h: Likewise.
4352 * config/sparc/sparc.md: Likewise.
4353 * config/sparc/sparclet.md: Likewise.
4354 * config/sparc/supersparc.md: Likewise.
4355 * config/sparc/sysv4.h: Likewise.
4356 * config/sparc/vxsim.h: Likewise.
4357 * config/sparc/vxsparc64.h: Likewise.
4359 2002-09-14 Marek Michalkiewicz <marekm@amelek.gda.pl>
4361 * config/avr/avr.c (output.h): Move after inclusion of tree.h.
4363 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
4365 * ChangeLog: Follow spelling conventions.
4366 * ChangeLog.0: Likewise.
4367 * ChangeLog.2: Likewise.
4368 * ChangeLog.3: Likewise.
4369 * ChangeLog.4: Likewise.
4370 * ChangeLog.5: Likewise.
4371 * ChangeLog.6: Likewise.
4372 * cppfiles.c: Likewise.
4373 * cppinit.c: Likewise.
4374 * cpplib.h: Likewise.
4376 * debug.h: Likewise.
4378 * dominance.c: Likewise.
4379 * hashtable.c: Likewise.
4380 * hashtable.h: Likewise.
4382 * config/arm/README-interworking: Likewise.
4383 * config/arm/arm.c: Likewise.
4384 * config/arm/arm.h: Likewise.
4385 * config/arm/arm.md: Likewise.
4386 * config/dsp16xx/dsp16xx.h: Likewise.
4387 * config/frv/frv.c: Likewise.
4388 * config/frv/frv.h: Likewise.
4389 * config/ip2k/ip2k.h: Likewise.
4390 * config/rs6000/rs6000.c: Likewise.
4391 * config/stormy16/stormy-abi: Likewise.
4392 * config/stormy16/stormy16.h: Likewise.
4393 * config/v850/v850.c: Likewise.
4395 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
4397 * loop.c: Fix a comment typo.
4399 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
4401 * config/fr30/fr30.h: Fix comment typos.
4402 * config/frv/frv.c: Likewise.
4403 * config/i386/xmmintrin.h: Likewise.
4404 * config/mips/mips.c: Likewise.
4405 * config/sh/sh.c: Likewise.
4407 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
4409 * haifa-sched.c: Follow spelling conventions.
4410 * regclass.c: Likewise.
4411 * regrename.c: Likewise.
4412 * config/fp-bit.c: Likewise.
4413 * config/frv/frv.h: Likewise.
4414 * config/m88k/m88k.c: Likewise.
4415 * config/mcore/mcore.c: Likewise.
4416 * config/rs6000/darwin.h: Likewise.
4417 * config/rs6000/gnu.h: Likewise.
4418 * config/rs6000/linux.h: Likewise.
4419 * config/rs6000/linux64.h: Likewise.
4420 * config/rs6000/rs6000.c: Likewise.
4421 * config/rs6000/rs6000.h: Likewise.
4422 * config/sh/sh.c: Likewise.
4423 * config/sparc/sparc.c: Likewise.
4424 * config/sparc/ultra1_2.md: Likewise.
4426 2002-09-14 Stephane Carrez <stcarrez@nerim.fr>
4428 * config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetable
4429 memory operand when source is 0 (K constraint).
4430 ("movsi_internal"): Likewise.
4431 ("movdf_internal"): Likewise.
4432 ("movsf_internal"): Likewise.
4434 2002-09-14 Alan Modra <amodra@bigpond.net.au>
4436 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Use
4437 targetm.binds_local_p to set SYMBOL_REF_FLAG.
4438 (rs6000_xcoff_encode_section_info): Likewise.
4439 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
4441 2002-09-10 Theodore A. Roth <troth@verinet.com>
4443 * gcc/config/avr/avr.h: Set default options for C++ for avr.
4445 2002-09-13 Richard Henderson <rth@redhat.com>
4447 * Makefile.in (toplev.o): Depend on real.h.
4448 (print-rtl.o, varasm.o, ifcvt.o): Likewise.
4450 2002-09-14 Alan Modra <amodra@bigpond.net.au>
4452 * doc/tm.texi (DBX_OUTPUT_NFUN): Describe.
4453 * dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
4454 * config/rs6000/linux64.h (DBX_OUTPUT_NFUN): Define.
4456 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
4458 * ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
4460 2002-09-13 Steve Ellcey <sje@cup.hp.com>
4462 * config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
4463 ia64*-*-linux*): Set extra_parts.
4464 * config/ia64/t-aix (EXTRA_PARTS): Remove.
4465 * config/ia64/t-ia64 (EXTRA_PARTS): Remove.
4467 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
4469 * config/h8300/fixunssfsi.c: Replace H8/S with H8S.
4470 * config/h8300/h8300.c: Likewise.
4471 * config/h8300/h8300.h: Likewise.
4472 * config/h8300/h8300.md: Likewise.
4473 * doc/invoke.texi: Likewise.
4475 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
4477 * config/h8300/h8300.c (h8300_init_once): Fix formatting.
4479 2002-09-13 Richard Henderson <rth@redhat.com>
4481 * config/alpha/alpha.md (attr type): Add callpal.
4482 (imb, trap, load_tp, set_tp): Use it.
4483 * config/alpha/ev4.md (ev4_callpal): New.
4484 * config/alpha/ev5.md (ev5_callpal): New.
4485 * config/alpha/ev6.md (ev6_ibr): Handle callpal.
4486 * config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
4487 (alphaev5_insn_pipe): Likewise.
4489 2002-09-13 Andreas Jaeger <aj@suse.de>
4491 * Makefile.in (print-rtl.o): Depend on CONFIG_H.
4493 2002-09-13 Steve Ellcey <sje@cup.hp.com>
4495 * config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
4496 LIB2ADDEH): New, set to NULL.
4497 (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
4499 2002-09-13 Steve Ellcey <sje@cup.hp.com>
4501 * config/ia64/quadlib.c (_U_Qfcmp): Make extern.
4502 (_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
4503 (_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
4507 2002-09-13 Dhananjay Deshpande <dhananjayd@kpit.com>
4509 * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
4510 for H8/300, H8S aa:8 mode.
4511 (TINY_CONSTANT_ADDRESS_P): Add support for H8S aa:16 mode.
4512 * config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
4513 for H8/300 aa:8 mode.
4515 2002-09-13 Hartmut Penner <hpenner@de.ibm.com>
4517 * config/s390/s390.md ("trap", "conditional_trap", "*trap"): New
4520 2002-09-12 Richard Henderson <rth@redhat.com>
4522 * Makefile.in (HOST_PRINT): Use print-rtl1.o
4523 (print-rtl.o): Don't define GENERATOR_FILE.
4524 (print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
4525 * print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
4526 unless GENERATOR_FILE.
4528 2002-09-12 Stan Shebs <shebs@apple.com>
4530 * config/darwin.h (USER_LABEL_PREFIX): Define here...
4531 * config/i386/darwin.h: ... instead of here.
4533 * target.h (struct gcc_target): New field
4534 terminate_dw2_eh_frame_info.
4535 * target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
4536 (TARGET_INITIALIZER): Add it.
4537 * dwarf2out.c (output_call_frame_info): Use target hook.
4538 * dwarf2asm.c (dw2_asm_output_delta): Use macro
4539 ASM_OUTPUT_DWARF_DELTA if defined.
4540 * doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
4541 (ASM_OUTPUT_DWARF_DELTA): Ditto.
4542 (ASM_OUTPUT_DWARF_OFFSET): Ditto.
4543 (ASM_OUTPUT_DWARF_PCREL): Ditto.
4544 * config.gcc (i[34567]86-*-darwin*): Define extra_parts.
4545 (powerpc-*-darwin*): Ditto.
4546 * crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
4547 to work correctly for Darwin.
4548 * config/darwin.h (OBJECT_FORMAT_MACHO): Define.
4549 (STARTFILE_SPEC): Add crtbegin.o.
4550 (ENDFILE_SPEC): Define.
4551 (EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
4552 (ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
4553 (ASM_OUTPUT_DWARF_DELTA): Define.
4554 (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
4555 * config/darwin.c (darwin_asm_output_dwarf_delta): New function.
4557 2002-09-13 Alan Modra <amodra@bigpond.net.au>
4559 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
4560 nesting. Correct test for non-PowerPC64 ELF ABI_AIX.
4561 * config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
4563 2002-09-12 Zack Weinberg <zack@codesourcery.com>
4565 * toplev.c: Move default definition of USER_LABEL_PREFIX...
4566 * defaults.h: ... here.
4568 2002-09-12 Richard Henderson <rth@redhat.com>
4570 * vax.c: Include tree.h earlier.
4572 2002-09-12 Stan Shebs <shebs@apple.com>
4574 * config/darwin.c (machopic_finish): Remove #if 0 chunks.
4575 (machopic_operand_p): Ditto.
4577 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
4579 * config/arm/arm.c (arm_compute_initial_elimination_offset):
4582 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
4584 * toplev.c (do_abort): Fix a comment typo.
4586 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
4588 * cselib.c: Fix comment formatting.
4589 * gengtype.c: Likewise.
4591 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
4593 * config/h8300/h8300.md (udivmodqi4): Do not use an expander.
4594 (udivmodhi4): Likewise.
4596 2002-09-12 Graham Stott <graham.stott@btinternet.com>
4597 Roger Sayle <roger@eyesopen.com>
4599 * i386.c (any_fp_register_operand, fp_register_operand,
4600 register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
4601 New predicate functions.
4602 * i386-protos.h: Add their prototypes.
4603 * i386.h: Add them to PREDICATE_CODES.
4604 * i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
4605 "*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
4606 "*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
4607 "*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
4608 "*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
4609 "*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
4610 "*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
4611 "*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
4612 "*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
4613 "*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
4614 "*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
4615 Use these new predicates to simplify and correct the use of
4616 FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
4618 2002-09-12 Jason Merrill <jason@redhat.com>
4620 * diagnostic.c (output_add_identifier): New fn.
4621 * diagnostic.h: Declare it.
4623 * calls.c (store_one_arg): Use size_in_bytes to determine the
4624 amount of space to push.
4626 2002-09-12 Jakub Jelinek <jakub@redhat.com>
4628 * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
4630 2002-09-12 Ulrich Weigand <uweigand@de.ibm.com>
4632 * config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
4633 * config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
4634 (s390_select_ccmode): Likewise.
4635 (s390_branch_condition_mask): Likewise.
4636 (optimization_options): Do not set flag_branch_on_count.
4637 (s390_split_branches): Handle doloop branches.
4638 (s390_chunkify_pool): Likewise.
4639 * config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
4640 ("doloop_end"): New expander.
4641 ("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
4642 associated splitters): New.
4644 2002-09-11 Hartmut Penner <hpenner@de.ibm.com>
4646 * fold-const.c (make_range): Only narrow to signed range if
4647 the signed range is smaller than the unsigned range.
4649 2002-09-12 Alan Modra <amodra@bigpond.net.au>
4651 * emit-rtl.c (set_mem_size): New function.
4652 * expr.h (set_mem_size): Declare.
4653 * config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
4654 (expand_block_move): Instead, use adjust_address and
4655 replace_equiv_address to generate proper aliasing info.
4656 Move common code out of conditionals. Localize vars.
4658 2002-09-09 Eric Botcazou <ebotcazou@libertysurf.fr>
4660 * optabs.c (expand_binop): Minor cleanup.
4661 (expand_twoval_binop): Convert CONST_INTs like in expand_binop.
4663 2002-09-11 Dan Nicolaescu <dann@ics.uci.edu>
4665 * print-tree.c (print_node): Print the restrict qualifier.
4667 2002-09-11 Janis Johnson <janis187@us.ibm.com>
4669 * doc/install.texi: Fix typos.
4671 2002-09-11 Zack Weinberg <zack@codesourcery.com>
4673 * Makefile.in: Remove all references to s-under and underscore.c.
4674 * collect2.c, tlink.c: Change all uses of prepends_underscore
4675 to look directly at USER_LABEL_PREFIX.
4677 2002-09-11 David Edelsohn <edelsohn@gnu.org>
4679 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append
4681 (rs6000_xcoff_unique_section): Only set section name for public
4683 (rs6000_xcoff_section_type_flags): Store log2 alignment in flags.
4684 * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove
4685 duplicate definition.
4687 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
4689 * pa.md (extzv): Check predicates before emitting extzv_32.
4692 2002-09-10 Ulrich Weigand <uweigand@de.ibm.com>
4694 * config/s390/s390.h (MOVE_MAX): Define to correct value.
4695 (MAX_MOVE_MAX): Define.
4696 (MOVE_BY_PIECES_P): Define.
4697 (CLEAR_BY_PIECES_P): Define.
4699 2002-09-10 Denis Chertykov <denisc@overta.ru>
4701 * config/avr/avr.md (movstrhi): Use right operands for conversion.
4703 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
4706 * arm.md (insv): Use reg_or_int_operand for operand[3].
4708 2002-09-10 David Edelsohn <edelsohn@gnu.org>
4710 * rs6000.c (rs6000_assemble_visibility): Protect declaration
4711 inside macro. Correct function definition typo.
4712 (rs6000_xcoff_section_type_flags): New function.
4713 (TARGET_SECTION_TYPE_FLAGS): Remove definition.
4714 (rs6000_elf_section_type_flags): Call default_section_type_flags_1
4715 with appropriate PIC test.
4716 (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
4718 (rs6000_binds_local_p): Combine PIC flags.
4719 * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
4720 * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.
4722 2002-09-09 Per Bothner <per@bothner.com>
4724 * print-tree.c (print_node): In a STRING_CST, escape non-ascii
4725 characters, and only print TREE_STRING_LENGTH chars.
4727 2002-09-09 Steve Ellcey <sje@cup.hp.com>
4729 * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
4731 * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
4732 * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
4733 * config/ia64/ia64.c (ia64_asm_output_external): Create list
4734 of external functions if TARGET_HPUX_LD is true.
4735 (ia64_hpux_add_extern_decl): New, routine to put names on
4736 list of external functions.
4737 (ia64_hpux_asm_file_end): Put out declarations for external
4738 functions if and only if they are used.
4740 2002-09-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
4742 * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
4743 on TARGET_64BIT before pic register restore.
4745 2002-09-09 David Edelsohn <edelsohn@gnu.org>
4747 * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
4748 (TARGET_HAVE_TLS): New description.
4750 2002-09-09 Janis Johnson <janis187@us.ibm.com>
4752 * doc/extend.texi (Statement Exprs): Fix broken link.
4754 2002-09-09 Denis Chertykov <denisc@overta.ru>
4756 * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
4757 right conversion of operands[1].
4759 2002-09-09 Ulrich Weigand <uweigand@de.ibm.com>
4761 * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
4762 commutative. Use "nonimmediate_operand" instead of "register_operand"
4763 as predicate for operand 0. Move to after the "*tmXX_mem" insns.
4765 ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
4768 ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
4769 mark as commutative. Use "nonimmediate_operand" instead of
4770 "register_operand" as predicate for operand 1.
4772 ("movstrictsi"): Fix typo in insn name.
4774 2002-09-09 Jan Hubicka <jh@suse.cz>
4776 * i386.c (index_register_operand): New.
4777 * i386.h (predicate_codes): Add new predicate.
4778 * i386.md (lea_general_*): Use index_register_operand
4779 (ashift to lea splitter): Do not produce invalid leas
4780 (ashift to mov+ashift split): New.
4782 2002-09-09 Nick Clifton <nickc@redhat.com>
4784 * config/fr30/fr30.c (output.h): Move after inclusion of tree.h.
4787 2002-09-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
4788 J"orn Rennecke <joern.rennecke@superh.com>
4790 * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.
4792 2002-09-09 Alan Modra <amodra@bigpond.net.au>
4794 * config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
4795 (function_ok_for_sibcall): Use binds_local_p. Respect longcall
4798 2002-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4800 * fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.
4802 2002-09-08 Richard Henderson <rth@redhat.com>
4804 * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
4805 (DW_OP_GNU_push_tls_address): New.
4806 (DW_OP_lo_user): Fix.
4807 * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New.
4808 (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes.
4809 (size_of_loc_descr): Likewise.
4810 (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr.
4811 (add_AT_location_description): Take a dw_loc_descr_ref not an rtx.
4812 (loc_descriptor_from_tree): Handle TLS variables.
4813 (rtl_for_decl_location): Do avoid_constant_pool_reference here ...
4814 (add_location_or_const_value_attribute): ... not here. Defer
4815 to loc_descriptor_from_tree for TLS variables.
4817 * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New.
4818 * config/i386/i386.c (i386_output_dwarf_dtprel): New.
4819 * config/i386/i386-protos.h: Update.
4821 2002-09-08 Roger Sayle <roger@eyesopen.com>
4823 PR optimization/6405
4824 * unroll.c (loop_iterations): last_loop_insn should be the previous
4825 non-note instruction before loop->end.
4826 * loop.c (strength_reduce): The conditional jump is the last
4827 non-note instruction before loop->end (as above).
4829 2002-09-08 Roger Sayle <roger@eyesopen.com>
4831 * combine.c (try_combine): Handle the case that undobuf.other_insn
4832 has been turned into a return or unconditional jump, by inserting
4833 a BARRIER if necessary.
4834 (simplify_set): Test if a condition code setter has a constant
4835 comparison at compile time, if so convert this insn to a no-op move
4836 and update/simplify the condition code user (undobuf.other_insn).
4838 2002-09-08 Krister Walfridsson <cato@df.lth.se>
4840 * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
4841 (CLEAR_INSN_CACHE): Define.
4843 2002-09-08 Kazu Hirata <kazu@cs.umass.edu>
4845 * basic-block.h: Fix comment formatting.
4846 * c-common.c: Likewise.
4847 * c-common.h: Likewise.
4848 * c-lex.c: Likewise.
4849 * c-pretty-print.c: Likewise.
4850 * cfglayout.c: Likewise.
4851 * cfgloop.c: Likewise.
4852 * defaults.h: Likewise.
4853 * et-forest.c: Likewise.
4854 * explow.c: Likewise.
4855 * function.h: Likewise.
4857 * genattrtab.c: Likewise.
4858 * gengtype.c: Likewise.
4859 * ifcvt.c: Likewise.
4860 * libgcc2.c: Likewise.
4862 * profile.c: Likewise.
4863 * ra-build.c: Likewise.
4866 * tracer.c: Likewise.
4867 * tree-inline.c: Likewise.
4868 * varasm.c: Likewise.
4870 2002-09-08 Jan Hubicka <jh@suse.cz>
4872 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
4875 * loop.c (loop_givs_reduce): Emit addition after.
4877 2002-09-08 Alan Modra <amodra@bigpond.net.au>
4879 * varasm.c (default_assemble_visibility): Rename from
4880 assemble_visibility.
4881 * output.h: Here too.
4882 * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here.
4883 * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here.
4885 2002-09-08 Alan Modra <amodra@bigpond.net.au>
4887 * reload.c (find_reloads <p constraint>): Pass operand_mode to
4888 find_reloads_address.
4890 2002-09-08 Kazu Hirata <kazu@cs.umass.edu>
4892 * config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
4893 (anonymous pattern): Likewise.
4895 2002-09-07 Scott Snyder <snyder@fnal.gov>
4898 * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.
4900 2002-09-07 Roger Sayle <roger@eyesopen.com>
4902 * basic-block.h (struct loop): Remove unused cont_dominator field.
4904 2002-09-07 Igor Shevlyakov <igor@microunity.com>
4906 * varasm.c (decode_rtx_const): Don't check undefined field for
4909 2002-09-07 Glen Nakamura <glen@imodulo.com>
4912 * sched-deps.c (sched_analyze_insn): Make sure to add insn
4913 to reg_last->sets after flushing the dependency lists to guarantee
4914 that subsequent clobbers will be dependent on it.
4916 2002-09-07 Igor Shevlyakov <igor@microunity.com>
4918 * combine.c (simplify_shift_const): Calculate rotate count
4919 correctly for vector operands.
4921 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
4923 * c-typeck.c (c_tree_expr_nonnegative_p): New function.
4924 (build_binary_op): Call c_tree_expr_nonnegative_p rather than
4925 tree_expr_nonnegative_p.
4926 (build_conditional_expr): Likewise.
4927 * c-tree.h (c_tree_expr_nonnegative_p): Declare.
4929 2002-09-07 Richard Henderson <rth@redhat.com>
4931 * builtins.def (inf, inff, infl): Mark const.
4932 (huge_val, huge_valf, huge_vall): Likewise.
4933 (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.
4935 * real.c (ereal_inf): Clear E before use.
4937 2002-09-07 Kazu Hirata <kazu@cs.umass.edu>
4939 * config/h8300/h8300.md (udivmodqi4): Split the pattern into
4940 an expander and an anonymous pattern. Zero out the upper half
4941 of the dividend in the expander.
4942 (udivmodqi4): Likewise.
4944 2002-09-07 Kazu Hirata <kazu@cs.umass.edu>
4946 * config/h8300/h8300.c: Fix formatting.
4947 * config/h8300/h8300.h: Likewise.
4948 * config/h8300/h8300.md: Likewise.
4950 2002-09-07 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4952 * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
4955 2002-09-07 Graham Stott <graham.stott@btinternet.com>
4957 * rtlanal.c (dead_or_set_regno_p): Fix typo.
4959 2002-09-07 Alan Modra <amodra@bigpond.net.au>
4961 * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
4963 * doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
4964 * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
4965 (TARGET_ASM_OUT): Add the above here.
4966 * target.h (struct gcc_target): Add "visibility" field.
4967 * varasm.c (maybe_assemble_visibility): Call targetm visibility func.
4968 * config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
4969 (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
4970 (rs6000_legitimize_reload_address, first_reg_to_save): Formatting.
4972 2002-09-06 Ziemowit Laski <zlaski@apple.com>
4974 * c-lang.c (objc_is_id): New stub.
4975 * c-tree.h (objc_is_id): New forward declaration.
4976 * c-typeck.c (build_c_cast): Do not strip protocol
4977 qualifiers from 'id' type.
4978 * objc/objc-act.c (objc_comptypes): Correct handling
4979 of protocol qualifiers.
4982 Fri Sep 6 13:10:08 2002 Jeffrey A Law (law@redhat.com)
4984 * pentium.md (pentium-firstvboth): Fix typo.
4986 2002-09-06 Dhananjay Deshpande <dhananjayd@kpit.com>
4988 * h8300.c (enum shift_alg): Move to earlier in h8300.c.
4989 (enum shift_type, enum h8_cpu): Likewise.
4990 (INL, ROT, LOP, SPC macros): Likewise.
4991 (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise. Lose
4993 (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
4994 space efficient algorithms when optimize for codesize.
4996 Fri Sep 6 16:35:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
4998 Fix PR/1727 and long-standing failing testcase
4999 objc/formal-protocol-6.m.
5000 * objc-act.c (build_protocol_expr): If compiling for the GNU
5001 runtime, create a list of Protocol statically allocated instances
5002 if it doesn't exist, then add the Protocol object to this same
5004 (get_objc_string_decl): Fixed typo/bug - TREE_VALUE had been used
5005 instead of TREE_CHAIN.
5007 Fri Sep 6 16:17:33 2002 Nicola Pero <n.pero@mi.flashnet.it>
5009 * objc/objc-act.c (dump_interface): Enlarged the char * buffer to
5010 10k. Fixed category dumping - print out category names with the
5011 proper syntax. Print '@end\n' and not '\n@end' at the end of the
5013 (finish_objc): Fixed the -gen-decls option. It was printing out
5014 only the last class. Dump an interface declaration of all classes
5015 being compiled instead.
5017 2002-09-06 Jason Thorpe <thorpej@wasabisystems.com>
5019 * config/arm/arm-protos.h (arm_gen_return_addr_mask): New
5021 * config/arm/arm.c (arm_gen_return_addr_mask): New function.
5022 * config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
5023 if not APCS26 and not Thumb or ARMv4-or-higher. Use gen_int_mode
5024 rather than GEN_INT.
5025 * config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
5026 (return_addr_mask, *check_arch2): New.
5028 2002-09-06 Ulrich Weigand <uweigand@de.ibm.com>
5030 * config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
5031 "*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
5032 "*addsi3_carry1_cc", "*addsi3_carry1_cconly",
5033 "*addsi3_carry2_cc", "*addsi3_carry2_cconly",
5034 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
5035 "adddf3", "*adddf3", "*adddf3_ibm",
5036 "addsf3", "*addsf3", "*addsf3_ibm",
5037 "muldi3", "mulsi3", "mulsidi3",
5038 "muldf3", "*muldf3", "*muldf3_ibm",
5039 "mulsf3", "*mulsf3", "*mulsf3_ibm",
5040 "*anddi3_cc", "*anddi3_cconly", "anddi3",
5041 "*andsi3_cc", "*andsi3_cconly", "andsi3",
5042 "*iordi3_cc", "*iordi3_cconly", "iordi3",
5043 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
5044 "*xordi3_cc", "*xordi3_cconly", "xordi3",
5045 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
5046 instead of "register_operand" as predicate for "%0" operand.
5048 2002-09-06 Jakub Jelinek <jakub@redhat.com>
5050 * configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
5051 unconditionally when gcc_cv_as_flags64 checks are gone.
5052 * configure: Rebuilt.
5054 2002-09-06 Alan Modra <amodra@bigpond.net.au>
5056 * config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
5057 2002-07-26 change. Comment.
5059 2002-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5061 * frv.c (frv_unique_section, frv_select_section,
5062 frv_select_rtx_section): Delete.
5063 (frv_in_small_data_p): New.
5064 (TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_SECTION,
5065 TARGET_ASM_SELECT_RTX_SECTION): Delete.
5066 (TARGET_IN_SMALL_DATA_P): Define.
5068 2002-09-05 Dale Johannesen <dalej@apple.com>
5070 * reload1.c (reload): Retain only those memory clobbers
5071 added for variable-array handling.
5073 2002-09-05 Jason Thorpe <thorpej@wasabisystems.com>
5075 * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
5076 return-in-memory rules.
5077 * config/arm/arm.h (ARM_FLAG_ATPCS, TARGET_ATPCS): Define.
5079 2002-09-05 David Edelsohn <edelsohn@gnu.org>
5081 * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
5082 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
5084 2002-09-05 Jason Thorpe <thorpej@wasabisystems.com>
5086 * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
5087 not a compile-time constant for the non-IBM case.
5088 * config/arm/arm-protos.h (arm_float_words_big_endian): New
5090 * config/arm/arm.c (arm_float_words_big_endian): New function.
5091 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __VFP_FP__
5092 if TARGET_VFP and not TARGET_HARD_FLOAT.
5093 (ARM_FLAG_VFP, TARGET_VFP): Define.
5094 (FLOAT_WORDS_BIG_ENDIAN): Use arm_float_words_big_endian.
5096 2002-09-05 David Edelsohn <edelsohn@gnu.org>
5098 * doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux*
5099 URLs. Fix AIX wording.
5101 2002-09-05 Stan Shebs <shebs@apple.com>
5103 * config/rs6000/rs6000.c (rs6000_override_options): Make -fpic and
5104 -fPIC equivalent on Darwin.
5106 Thu Sep 5 16:27:47 2002 J"orn Rennecke <joern.rennecke@superh.com>
5108 * sh.c (sh_expand_builtin): Return early if encountering an
5109 error_mark for a type.
5111 2002-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5113 * config/s390/s390.c (s390_expand_plus_operand): Do not require
5114 double-word scratch register.
5115 config/s390/s390.md ("reload_indi", "reload_insi"): Adapt.
5117 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem",
5118 "*cli"): Replace s_operand by memory_operand.
5119 ("cmpstrdi", "cmpstrsi"): Replace s_operand by general_operand.
5121 2002-09-05 Kazu Hirata <kazu@cs.umass.edu>
5123 * config/h8300/h8300.c (asm_file_start): Add a missing
5126 2002-09-04 Krister Walfridsson <cato@df.lth.se>
5128 * config/i386/i386.h (GOT_SYMBOL_NAME): Define.
5129 * config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME.
5130 (ix86_output_addr_diff_elt) Likewise.
5131 (x86_output_mi_thunk) Likewise.
5132 * config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine.
5134 2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5136 * frv.c (frv_encode_section_info): Fix error in last change.
5138 2002-09-04 David Edelsohn <edelsohn@gnu.org>
5140 * config/rs6000/rs6000.c (rs6000_flag_pic): New variable.
5141 (rs6000_elf_encode_section_info): ATTRIBUTE_UNUSED.
5142 (TARGET_BINDS_LOCAL_P): Define.
5143 (rs6000_override_options): Save original flag_pic value.
5144 (rs6000_elf_select_section): Call default_elf_select_section_1.
5145 (rs6000_elf_unique_section): Call default_unique_section_1.
5146 (rs6000_elf_in_small_data_p): New function.
5147 (rs6000_xcoff_asm_named_section): Determine storage mapping class.
5148 (rs6000_xcoff_select_section): Update based on defaults.
5149 (rs6000_xcoff_unique_section): Set to basic name if not common.
5150 (rs6000_binds_local_p): New function.
5151 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
5152 targetm.have_srodata_section if SDATA_EABI.
5153 (TARGET_IN_SMALL_DATA_P): Define.
5155 2002-09-04 Dale Johannesen <dalej@apple.com>
5157 * varasm.c (struct rtx_const, decode_rtx_const):
5158 Make veclo and vechi fields not share storage.
5160 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
5162 * loop.c (scan_loop): Don't mark separate insns out of a libcall
5164 (move_movables): Abort if we see the first insn of a libcall.
5166 2002-09-04 Richard Henderson <rth@redhat.com>
5168 * builtin-types.def (BT_FN_FLOAT): New.
5169 (BT_FN_DOUBLE, BT_FN_LONG_DOUBLE): New.
5170 * builtins.def (BUILT_IN_INF, BUILT_IN_INFF, BUILT_IN_INFL,
5171 BUILT_IN_HUGE_VAL, BUILT_IN_HUGE_VALF, BUILT_IN_HUGE_VALL): New.
5172 * builtins.c (fold_builtin_inf): New.
5173 (fold_builtin): Call it.
5174 * real.c (ereal_inf): New.
5175 * real.h: Declare it.
5176 * doc/extend.texi: Document new builtins.
5178 2002-09-04 Richard Henderson <rth@redhat.com>
5180 * cse.c (cse_insn): Avoid subreg games if the equivalence
5181 is already in the proper mode.
5183 2002-09-04 Eric Botcazou <ebotcazou@multimania.com>
5186 * optabs.c (expand_binop): Convert CONST_INTs in all cases.
5188 2002-09-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
5190 * pa.md (setccfp0, setccfp1): New patterns.
5192 2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5194 * frv-protos.h (frv_init_builtins, frv_expand_builtin,
5195 frv_select_section, frv_select_rtx_section,
5196 frv_encode_section_info, frv_unique_section): Delete.
5197 * frv.c: Update for target hooks.
5198 * frv.h (STRIP_NAME_ENCODING, SLOW_ZERO_EXTEND, SELECT_SECTION,
5199 SELECT_RTX_SECTION, ENCODE_SECTION_INFO, UNIQUE_SECTION,
5200 EASY_DIV_EXPR, MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Delete.
5202 2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5204 * ip2k-protos.h (function_prologue, function_epilogue,
5205 encode_section_info): Update to match target hook specification.
5206 * ip2k.c: Wrap `MDR' code in IP2K_MD_REORG_PASS.
5207 (function_prologue, function_epilogue, encode_section_info):
5208 Update to match target hook specification.
5209 * ip2k.h (SELECT_SECTION, SELECT_RTX_SECTION, ASM_OPEN_PAREN,
5210 ASM_CLOSE_PAREN, EASY_DIV_EXPR): Delete.
5211 (NOTICE_UPDATE_CC): Cast to void.
5212 * ip2k.md: Add defaults in switch statements.
5214 2002-09-04 Janis Johnson <janis187@us.ibm.com>
5216 * doc/trouble.texi (Interoperation): Update information about C++ ABI
5219 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
5221 * config/sparc/t-netbsd64: Disable multilib for now.
5223 2002-09-04 David Edelsohn <edelsohn@gnu.org>
5225 * target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro.
5226 * target.h (gcc_target): Add have_srodata_section member.
5227 * varasm.c (section_category): Add SECCAT_SRODATA.
5228 (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if
5229 READONLY_SDATA_SECTION defined.
5230 (decl_readonly_section_1): True for SECCAT_SRODATA also.
5231 (default_elf_select_section_1): Map SECCAT_SRODATA to .sdata2.
5232 (default_unique_section_1): Likewise.
5234 2002-09-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
5236 * expr.c (emit_group_load): Revise to allow splitting TCmode source
5239 * pa-64.h (LONG_DOUBLE_TYPE_SIZE): Define to 128.
5240 * pa64-regs.h (CLASS_CANNOT_CHANGE_MODE_P): Inhibit changes from SImode
5241 for floating-point register class.
5242 * pa.c (function_arg): Fix handling of modes wider than one word for
5245 Wed Sep 4 18:48:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
5247 * combine.c (make_compound_operation): Don't generate zero / sign
5248 extensions in floating point modes.
5250 2002-09-04 Janis Johnson <janis187@us.ibm.com>
5252 * doc/c-tree.texi: Fix overfull hboxes.
5253 * doc/cppopts.texi: Ditto.
5254 * doc/extend.texi: Ditto.
5255 * doc/gty.texi: Ditto.
5256 * doc/invoke.texi: Ditto.
5257 * doc/makefile.texi: Ditto.
5258 * doc/rtl.texi: Ditto.
5259 * doc/standards.texi: Ditto.
5260 * doc/tm.texi: Ditto.
5262 2002-09-04 Richard Henderson <rth@redhat.com>
5264 * c-common.c (builtin_define_with_hex_fp_value): New.
5265 (builtin_define_float_constants): Use it. Fix H_FLOAT mant_dig.
5267 2002-09-04 Janis Johnson <janis187@us.ibm.com>
5269 * doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
5270 (-fpcc-struct-return, -freg-struct-return, -fshort-enums,
5271 -fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
5272 Warn that these options can break ABI compatibility.
5274 2002-09-04 Richard Henderson <rth@redhat.com>
5276 * real.c (ereal_to_decimal): Add digits parameter.
5277 * real.h (REAL_VALUE_TO_DECIMAL): Remove format; add digits parameter.
5278 * c-pretty-print.c (pp_c_real_literal): Update call.
5279 * print-rtl.c (print_rtx): Likewise.
5280 * print-tree.c (print_node_brief, print_node): Likewise.
5281 * sched-vis.c (print_value): Likewise.
5282 * config/arc/arc.c (arc_print_operand): Likewise.
5283 * config/c4x/c4x.c (c4x_print_operand): Likewise.
5284 * config/i370/i370.h (PRINT_OPERAND): Likewise.
5285 * config/i386/i386.c (print_operand): Likewise.
5286 * config/i960/i960.c (i960_print_operand): Likewise.
5287 * config/ip2k/ip2k.c (asm_output_float): Likewise.
5288 * config/m32r/m32r.c (m32r_print_operand): Likewise.
5289 * config/m68hc11/m68hc11.c (print_operand): Likewise.
5290 * config/m68k/hp320.h (PRINT_OPERAND, ASM_OUTPUT_FLOAT_OPERAND,
5291 ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
5292 * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND,
5293 ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
5294 * config/m68k/sun2o4.h (ASM_OUTPUT_FLOAT_OPERAND,
5295 ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
5296 * config/m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND,
5297 ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
5298 * config/mips/mips.c (print_operand): Likewise.
5299 * config/ns32k/ns32k.c (print_operand): Likewise.
5300 * config/pdp11/pdp11.h (PRINT_OPERAND): Likewise.
5301 * config/vax/vax.h (PRINT_OPERAND): Likewise.
5302 * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Update docs.
5304 2002-09-04 Bob Wilson <bob.wilson@acm.org>
5306 * config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define to
5307 xtensa_multibss_section_type_flags.
5308 * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Define.
5310 2002-09-04 Richard Henderson <rth@redhat.com>
5312 * doc/install-old.texi: Don't mention enquire.
5313 * doc/sourcebuild.texi: Update float.h description.
5315 Wed Sep 4 11:22:14 2002 J"orn Rennecke <joern.rennecke@superh.com>
5317 * sh.md (mperm_w_little, mperm_w_big): Supply mode for zero_extract.
5319 2002-09-03 David Edelsohn <edelsohn@gnu.org>
5321 * varasm.c (default_section_type_flags): Append _1 to name with
5322 shlib parameter. Use original name to call new function with
5324 (decl_readonly_section): Likewise.
5325 (default_elf_select_section): Likewise.
5326 (default_unique_section): Likewise.
5327 (default_bind_local_p): Likewise.
5328 (categorize_decl_for_section): Add shlib parameter to use in place
5329 of implicit flag_pic.
5330 * output.h: Declare new functions with _1 and shlib argument.
5332 2002-09-03 Janis Johnson <janis187@us.ibm.com>
5334 * doc/install.texi: Fix typos, formatting problems, and obvious
5335 overfull/underfull boxes.
5337 * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
5338 * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
5339 include its file, compat.texi.
5340 * doc/compat.texi: New file with new chapter, Binary Compatibility.
5342 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
5344 Debian BTS Bug #157416
5345 * cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
5346 * cpplib.c (destringize_and_run): Kludge around getting
5347 tokens from in-progress macros.
5348 (_cpp_do__Pragma): Simplify.
5350 2002-09-03 Steve Ellcey <sje@cup.hp.com>
5352 * config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
5353 (CPP_CPU_SPEC): Remove.
5354 (TARGET_CPU_CPP_BUILTINS): New.
5355 * config/ia64/hpux.h (CPP_PREDEFINES): Remove.
5357 (TARGET_OS_CPP_BUILTINS): New.
5358 * config/ia64/linux.h (CPP_PREDEFINES): Remove.
5359 (TARGET_OS_CPP_BUILTINS): New.
5360 * config/ia64/aix.h (CPP_SPEC): Move some stuff to
5361 TARGET_OS_CPP_BUILTINS.
5362 (CPP_PREDEFINES): Remove.
5363 (CPLUSPLUS_CPP_SPEC): Remove.
5364 (TARGET_OS_CPP_BUILTINS): New.
5366 2002-09-03 Richard Henderson <rth@redhat.com>
5368 * Makefile.in (USER_H): Add ginclude/float.h.
5370 (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
5371 (mostlyclean): Don't remove float.h intermediate files.
5372 (distclean): Don't remove float.h.
5373 * config.gcc: Remove all float_format references.
5374 * configure.in (float_format, float_h_file): Remove.
5376 * c-common.c: Include tree-inline.h.
5377 (builtin_define_with_int_value): New.
5378 (builtin_define_type_precision): Use it.
5379 (builtin_define_float_constants): New.
5380 (cb_register_builtins): Use it. Define __FLT_RADIX__ and
5381 __FLT_EVAL_METHOD__.
5382 * defaults.h (TARGET_FLT_EVAL_METHOD): New.
5383 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
5384 * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
5385 * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
5386 (TARGET_FLT_EVAL_METHOD): New.
5388 * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
5389 config/float-i386.h, config/float-i64.h, config/float-m68k.h,
5390 config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
5391 * ginclude/float.h: New.
5393 2002-09-03 Stan Shebs <shebs@apple.com>
5395 * config/darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
5396 (DWARF2_DEBUGGING_INFO): Remove until assembler accepts Dwarf-2.
5397 (PREFERRED_DEBUGGING_TYPE): Ditto.
5398 (ASM_OUTPUT_IDENT): Remove empty definition.
5400 2002-09-03 Steve Ellcey <sje@cup.hp.com>
5402 * config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
5404 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
5405 handling routine for builtin pragma.
5406 * config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
5407 Registered pragma handling routine.
5408 * ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
5409 (ia64_hpux_add_pragma_builtin) New subroutine used by above.
5410 If builtin pragma seen for math routine and C89 conformance is
5411 requested use different math function in order to set errno.
5412 * t-ia64 (ia64-c.o): Add new rule for new file.
5414 2002-09-03 Ulrich Weigand <uweigand@de.ibm.com>
5416 * config/s390/s390.md ("movti"): Add Q->Q alternative.
5417 ("*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
5418 "movqi", "*movdf_64", "*movdf_31", "*movsf"): Likewise.
5420 ("*movti_ss", "*movdi_ss", "*movsi_ss", "*movdf_ss",
5421 "*movsf_ss"): Remove.
5423 2002-09-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
5425 * pa32-regs.h (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P):
5428 2002-09-03 Arati Dikey <aratid@kpit.com>
5430 * h8300.c (asm_file_start): Corrected optimization comment.
5432 2002-09-03 Stan Shebs <shebs@apple.com>
5434 * c-lang.c (recognize_objc_keyword): Remove, no longer used.
5435 * c-tree.h (recognize_objc_keyword): Remove decl.
5436 * c-typeck.c (comp_target_types): Update a comment.
5438 2002-09-03 Ulrich Weigand <uweigand@de.ibm.com>
5440 * config/s390/s390.c (s390_decompose_address): Remove STRICT parameter
5441 and register validity checks.
5442 (general_s_operand): Adapt to s390_decompose_address interface change.
5443 (q_constraint): Likewise.
5444 (s390_expand_plus_operand): Likewise.
5445 (legitimiate_address_p): Likewise.
5446 (legitimate_la_operand_p): Likewise.
5447 (legitimize_la_operand): Likewise.
5448 (print_operand_address): Likewise.
5449 (print_operand): Likewise.
5451 Tue Sep 3 11:32:14 2002 Nicola Pero <n.pero@mi.flashnet.it>
5454 * objc/objc-act.c (build_typed_selector_reference): Fix typo which
5455 was causing the new selector never to match the existing ones
5456 (Patch by Alexander Malmberg <alexander@malmberg.org>).
5458 2002-09-03 Graham Stott <graham.stott@btinternet.com>
5460 * config/i386/i386.md ("femms"): Add "memory" attr "none".
5462 2002-09-03 Graham Stott <graham.stott@btinternet.com>
5464 * expr.c (expand_expr): Remove extraneous comment and code.
5466 2002-08-31 Richard Henderson <rth@redhat.com>
5468 * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
5470 2002-08-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
5472 * pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
5474 2002-08-30 Richard Henderson <rth@redhat.com>
5477 * c-objc-common.c: Include target.h.
5478 (c_cannot_inline_tree_fn): Don't auto-inline functions that
5479 don't bind locally. Factor setting DECL_UNINLINABLE.
5480 * Makefile.in (c-objc-common.o): Update.
5482 2002-08-30 Janis Johnson <janis187@us.ibm.com>
5484 * doc/install.texi (Configuration, Building): Fix a typo and
5485 some formatting directives.
5487 2002-08-30 Paul Koning <pkoning@equallogic.com>
5489 * doc/c-tree.texi (RDIV_EXPR): Fix typo.
5490 * doc/rtl.texi (post_modify): Remove misplaced text, remove "not
5492 * doc/md.texi (IP2K): Move machine-specific constraints before MIPS
5493 for alphabetic order.
5494 * doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
5495 VAX_FLOAT_FORMAT. Remove reference to HOST_FLOAT_FORMAT.
5496 (VAX_HALFWORD_ORDER): Document.
5497 (LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
5499 (TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
5500 (ASM_OUTPUT_LABEL_REF): Fix font.
5501 (CASE_VECTOR_SHORTEN_MODE): Ditto.
5503 2002-08-30 Denis Chertykov <denisc@overta.ru>
5505 * config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
5507 (ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
5508 CONST_DOUBLE constants.
5510 2002-08-30 Jason Thorpe <thorpej@wasabisystems.com>
5512 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
5513 related defines to...
5514 (SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
5515 * config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
5518 2002-08-30 Krister Walfridsson <cato@df.lth.se>
5520 * config/arm/arm.c (arm_asm_output_labelref): New function.
5521 * config/arm/arm.h (ASM_OUTPUT_LABELREF): Call arm_asm_output_labelref.
5522 * config/arm/arm-protos.h: Add prototype for arm_asm_output_labelref.
5524 2002-08-29 Rodney Brown <rbrown64@csc.com.au>
5526 * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
5527 memory exhausted" workarounds.
5529 2002-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
5531 * diagnostic.c (fancy_abort): Don't repeat "internal error".
5532 * toplev.c (crash_signal): Likewise.
5534 Fri Aug 30 00:33:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
5536 * doc/cpp.texi (__NEXT_RUNTIME__): Extended documentation.
5537 * doc/invoke.texi (-fnext-runtime, -Wno-protocol, -Wselector):
5538 Extended, updated documentation.
5539 (-Wundeclared-selector): Documented.
5541 2002-08-29 Jason Thorpe <thorpej@wasabisystems.com>
5543 * config/chorus.h: Consistently define *_DEBUGGING_INFO with
5544 the value 1. Do not undef before defining.
5545 * config/darwin.h: Likewise.
5546 * config/dbx.h: Likewise.
5547 * config/dbxcoff.h: Likewise.
5548 * config/dbxelf.h: Likewise.
5549 * config/elfos.h: Likewise.
5550 * config/interix.h: Likewise.
5551 * config/lynx-ng.h: Likewise.
5552 * config/lynx.h: Likewise.
5553 * config/netware.h: Likewise.
5554 * config/psos.h: Likewise.
5555 * config/svr3.h: Likewise.
5556 * config/alpha/alpha.h: Likewise.
5557 * config/alpha/elf.h: Likewise.
5558 * config/alpha/vms.h: Likewise.
5559 * config/arc/arc.h: Likewise.
5560 * config/arm/aout.h: Likewise.
5561 * config/arm/coff.h: Likewise.
5562 * config/c4x/c4x.h: Likewise.
5563 * config/h8300/h8300.h: Likewise.
5564 * config/i386/cygwin.h: Likewise.
5565 * config/i386/djgpp.h: Likewise.
5566 * config/i386/gas.h: Likewise.
5567 * config/i386/gstabs.h: Likewise.
5568 * config/i386/i386-coff.h: Likewise.
5569 * config/i386/i386-interix.h: Likewise.
5570 * config/i386/sco5.h: Likewise.
5571 * config/i386/svr3dbx.h: Likewise.
5572 * config/i386/sysv3.h: Likewise.
5573 * config/i386/win32.h: Likewise.
5574 * config/i386/x86-64.h: Likewise.
5575 * config/i960/i960.h: Likewise.
5576 * config/ia64/ia64.h: Likewise.
5577 * config/ip2k/ip2k.h: Likewise.
5578 * config/m32r/m32r.h: Likewise.
5579 * config/m68k/3b1.h: Likewise.
5580 * config/m68k/3b1g.h: Likewise.
5581 * config/m68k/ccur-GAS.h: Likewise.
5582 * config/m68k/coff.h: Likewise.
5583 * config/m68k/hp2bsd.h: Likewise.
5584 * config/m68k/hp310g.h: Likewise.
5585 * config/m68k/hp320g.h: Likewise.
5586 * config/m68k/hp3bsd.h: Likewise.
5587 * config/m68k/hp3bsd44.h: Likewise.
5588 * config/m68k/linux-aout.h: Likewise.
5589 * config/m68k/m68k-aout.h: Likewise.
5590 * config/m68k/mot3300.h: Likewise.
5591 * config/m68k/netbsd.h: Likewise.
5592 * config/m68k/openbsd.h: Likewise.
5593 * config/m68k/pbb.h: Likewise.
5594 * config/m68k/plexus.h: Likewise.
5595 * config/m68k/sun2.h: Likewise.
5596 * config/m68k/sun3.h: Likewise.
5597 * config/m68k/tower-as.h: Likewise.
5598 * config/m68k/vxm68k.h: Likewise.
5599 * config/m88k/aout-dbx.h: Likewise.
5600 * config/m88k/m88k-aout.h: Likewise.
5601 * config/mcore/mcore-elf.h: Likewise.
5602 * config/mcore/mcore-pe.h: Likewise.
5603 * config/mips/elf.h: Likewise.
5604 * config/mips/elf64.h: Likewise.
5605 * config/mips/iris5gas.h: Likewise.
5606 * config/mips/iris6.h: Likewise.
5607 * config/mips/mips.h: Likewise.
5608 * config/mips/sni-gas.h: Likewise.
5609 * config/mmix/mmix.h: Likewise.
5610 * config/ns32k/netbsd.h: Likewise.
5611 * config/pa/pa64-hpux.h: Likewise.
5612 * config/romp/romp.h: Likewise.
5613 * config/rs6000/sysv4.h: Likewise.
5614 * config/rs6000/xcoff.h: Likewise.
5615 * config/sh/coff.h: Likewise.
5616 * config/sh/elf.h: Likewise.
5617 * config/sparc/linux64.h: Likewise.
5618 * config/sparc/liteelf.h: Likewise.
5619 * config/sparc/netbsd.h: Likewise.
5620 * config/sparc/openbsd.h: Likewise.
5621 * config/sparc/pbd.h: Likewise.
5622 * config/sparc/sp64-elf.h: Likewise.
5623 * config/sparc/sp86x-elf.h: Likewise.
5624 * config/sparc/sparc.h: Likewise.
5625 * config/vax/vax.h: Likewise.
5626 * config/vax/vaxv.h: Likewise.
5628 2002-08-29 "Dhananjay R. Deshpande" <dhananjayd@kpit.com>
5630 * h8300.c (shift_alg_hi): Various tweaks to improve performance
5632 (get_shift_alg): Corresponding changes.
5634 2002-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
5636 * som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
5638 2002-08-29 Richard Henderson <rth@redhat.com>
5640 * expr.h (enum block_op_methods): New.
5641 (emit_block_move): Update prototype.
5642 * expr.c (block_move_libcall_safe_for_call_parm): New.
5643 (emit_block_move_via_loop): New.
5644 (emit_block_move): Use them. New argument METHOD.
5645 (emit_push_insn): Always respect the given alignment.
5646 (expand_assignment): Update call to emit_block_move.
5647 (store_expr, store_field, expand_expr): Likewise.
5648 * builtins.c (expand_builtin_apply): Likewise.
5649 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
5650 * function.c (expand_function_end): Likewise.
5651 * config/sh/sh.c (sh_initialize_trampoline): Likewise.
5652 * config/sparc/sparc.c (sparc_va_arg): Likewise.
5653 * calls.c (expand_call, emit_library_call_value_1): Likewise.
5654 (save_fixed_argument_area): Use emit_block_move with
5655 BLOCK_OP_CALL_PARM instead of move_by_pieces.
5656 (restore_fixed_argument_area): Likewise.
5657 (store_one_arg): Fix alignment parameter to emit_push_insn.
5659 2002-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
5661 * install.texi (hppa64-hp-hpux11*): Document installation procedure.
5663 2002-08-29 Catherine Moore <clm@redhat.com>
5665 * config/v850/v850.h (MULDI3_LIBCALL, UCMPDI2_LIBCALL, CMPDI2_LIBCALL,
5666 NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
5667 (PREDICATE_CODES): Include new predicates.
5668 (RTX_COSTS): Handle UMOD and UDIV. Tune MULT for v850e.
5669 (TARGET_SWITCHES): Add strict-align.
5670 (TARGET_STRICT_ALIGN): New.
5671 (MASK_DEFAULT, STRICT_ALIGNMENT): Redefine.
5672 * config/v850/t-v850 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
5674 (LIB1ASMFUNCS): Add v850_negdi2, v850_cmpdi2, v850_ucmpdi2,
5676 * config/v850/lib1funcs.asm (L_callt_save_r2_r29, L_return_r2_r29,
5677 L_callt_save_r2_r31, L_return_r2_r31,
5678 L_save_all_interrupt): Change addi to add.
5679 (L_save_interrupt, L_return_interrupt): Rework.
5680 (__return_r31): Correct .size directive.
5681 (mulsi3, divsi3, udivsi3, umodsi3, modsi3): Tune for v850e.
5682 (v850_negdi2, v850_cmpdi2, v850_ucmpdi2, v850_muldi3):
5684 * config/v850/v850.c (expand_prologue): Call
5685 gen_callt_save_interrupt, gen_callt_restore_all_interrupt,
5686 gen_callt_return_interrupt and gen_callt_save_all_interrupt.
5687 (reg_or_int9_operand): New predicate.
5688 (reg_or_const_operand): New routine.
5689 * config/v850/v850.md (return_interrupt): Changed from
5691 (callt_save_all_interrupt): Changed from save_all_interrupt_v850e.
5692 (callt_save_interrupt): Change save sequence.
5693 (callt_return_interrupt): New.
5694 (save_interrupt): Don't use runtime function for LONG_CALLS
5695 and TARGET_PROLOG_FUNCTION.
5696 (save_all_interrupt): Likewise.
5697 (mulsi3): Use new predicate.
5698 (moviscc): Disallow some combination of constants.
5699 Fix define_split for sasf insns, so that it will not generate bad
5700 code if operand0 and operand5 are the same.
5701 * config/v850/v850-protos.h: Prototype new predicates.
5703 2002-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
5705 * c-common.c (builtin_define_type_precision): New function.
5706 (cb_register_builtins): Use it. Define __WCHAR_UNSIGNED__ is
5707 wchar_t is unsigned in C++.
5708 * doc/cpp.texi (Common Predefined Macros): Document
5709 __WCHAR_UNSIGNED__, __CHAR_BIT__, __WCHAR_BIT__, __SHRT_BIT__,
5710 __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
5711 __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
5713 2002-08-28 Sylvain Pion <pion@cs.nyu.edu>
5715 * doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
5716 section. Mention that it is enabled by -Wall.
5717 (-Wall): Mention that there can be language-specific warnings as well.
5718 (-Wctor-dtor-privacy): Mention that it is enabled by default.
5719 (-Wnon-virtual-dtor): Mention that it is enabled by -Wall.
5721 Wed Aug 28 15:35:17 2002 J"orn Rennecke <joern.rennecke@superh.com>
5723 * sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
5726 * sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
5727 attribute for SHCOMPACT.
5729 * sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
5731 (FUNCTION_BOUNDARY): Specify only the minimum alignment required
5734 * sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.
5736 2002-08-28 Jason Thorpe <thorpej@wasabisystems.com>
5738 * config.gcc (mips*-*-netbsd*): Set target_cpu_default to
5739 "MASK_GAS|MASK_ABICALLS".
5740 * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
5741 (TARGET_DEFAULT): Remove.
5742 (MACHINE_TYPE): Undefine before defining.
5743 (DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.
5745 2002-08-27 Mark Mitchell <mark@codesourcery.com>
5747 * c-common.c (warn_abi): New variable.
5748 * c-common.h (warn_abi): Likewise.
5749 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
5750 (c_common_decode_option): Handle it.
5751 * doc/invoke.texi: Document -Wabi.
5753 Tue Aug 27 23:03:52 2002 Nicola Pero <n.pero@mi.flashnet.it>
5755 * c-common.c (warn_undeclared_selector): New variable.
5756 * c-common.h (warn_undeclared_selector): Idem.
5757 * c-opts.c (c_common_decode_option): Set warn_undeclared_selector
5758 to on when -Wundeclared-selector is found.
5759 (COMMAND_LINE_OPTIONS): Added -Wundeclared-selector.
5760 * objc/objc-act.c (build_selector_expr): If
5761 warn_undeclared_selector is set, check that the selector has
5762 already been defined, and emit a warning if not.
5764 2002-08-27 Nick Clifton <nickc@redhat.com>
5765 Catherine Moore <clm@redhat.com>
5766 Jim Wilson <wilson@cygnus.com>
5768 * config.gcc: Add v850e-*-* target.
5769 Add --with-cpu= support for v850.
5770 * config/v850/lib1funcs.asm: Add v850e callt functions.
5771 * config/v850/v850.h: Add support for v850e target.
5772 * config/v850/v850.c: Add functions to support v850e target.
5773 * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
5774 * config/v850/v850.md: Add patterns for v850e instructions.
5775 * doc/invoke.texi: Document new v850e command line switches.
5777 Tue Aug 27 18:30:47 2002 J"orn Rennecke <joern.rennecke@superh.com>
5778 Aldy Hernandez <aldyh at redhat dot com>
5780 * doc/tm.texi: Applied numerous fixes to the automaton based
5781 scheduler descrition.
5783 Tue Aug 27 19:51:05 CEST 2002 Jan Hubicka <jh@suse.cz>
5785 * i386.c (classify_argument): Handle variable sized objects.
5787 Tue Aug 27 19:18:16 CEST 2002 Jan Hubicka <jh@suse.cz>
5789 * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
5791 Tue Aug 27 18:01:45 CEST 2002 Jan Hubicka <jh@suse.cz>
5793 * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
5795 Tue Aug 27 18:00:11 CEST 2002 Jan Hubicka <jh@suse.cz>
5797 * i386.c (classify_argument): Properly compute word size of the analyzed object.
5799 Tue Aug 27 14:39:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
5801 * sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
5802 mac_gp ftrc_s and cwb. Add / Adjust definitions in individual insn
5804 (attribute insn_class): Provide default definitions based on type.
5805 Remove all insn-specific settings.
5806 (various function units): Remove old SH4 scheduling.
5807 (branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
5808 New attributes. Set them where appropriate.
5809 (cpu unit FS): Don't define / use.
5810 (F3, load_store): New cpu units.
5811 (F01): New reservation.
5812 (all insn_reservations): Make dependent on sh4 pipeline model.
5814 (nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
5815 (sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
5816 (mt insn_reservation): Use type mt_group.
5817 (insn_reservation load_store): Split into sh4_load, sh4_load_si,
5818 sh4_fload and sh4_store.
5819 (insn_reservation branch_zero and branch): Replace with sh4_branch.
5820 (insn_reservation branch_far): Replace with sh4_return.
5821 (insn_reservation return_from_exp): Rename to:
5822 (sh4_return_from_exp). Change to be just d_lock*5.
5823 (insn_reservation lds_to_pr): Rename to:
5824 (sh4_lds_to_pr). Change to be just d_lock*2.
5825 (insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
5827 (insn_reservation prload_mem): Rename to:
5828 (sh4_prstore_mem). Change to d_lock*2,nothing,memory.
5829 (insn_reservation fpscr_store): Rename to:
5830 (fpscr_load). Change to d_lock,nothing,F1*3.
5831 (insn_reservation fpscr_store_mem): Rename to:
5832 (fpscr_load_mem). Change to d_lock,nothing,(F1+memory),F1*2.
5833 (insn_reservation multi): Change to
5834 d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
5835 (insn_reservation fp_arith): Change to issue,F01,F2.
5836 (insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
5837 (insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
5838 (insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
5839 (insn_reservation fp_double_cmp): Change to
5840 d_lock,(d_lock+F01),F1+F2,F2.
5841 (insn_reservation dp_div): Change to
5842 issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
5843 * sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
5844 (sh_adjust_cost, SHcompact): Differentiate between different
5845 kinds of dependencies. Drop factor of ten for superscalar.
5846 Use new instruction types. Add new exception rules.
5848 * sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
5850 * sh.md (mperm_w): Add DONE.
5852 2002-08-27 David Edelsohn <edelsohn@gnu.org>
5854 * longlong.h: Import current PowerPC defintion from GMP-4.1.
5856 * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
5858 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
5860 Tue Aug 27 13:53:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
5862 * sh.h (MAX_FIXED_MODE_SIZE): Define.
5864 2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
5866 * doc/cpp.texi (Common Predefined Macros): Don't mess with table
5869 2002-08-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
5871 * c-common.c (cpp_define_data_format): New function.
5872 (cb_register_builtins): Call it.
5874 * doc/cpp.texi (Common Predefined Macros): Document
5875 __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
5876 __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
5877 __TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
5878 __TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
5879 __TARGET_USES_VAX_H_FLOAT__.
5881 2002-08-26 Ziemowit Laski <zlaski@apple.com>
5883 * objc/objc-act.c (get_super_receiver): If inside a class method
5884 of a category, cast the receiver to 'id' before accessing the 'isa'
5885 field so that <objc/objc-class.h> is not needed. For NeXT runtime.
5887 2002-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5889 * config/s390/s390-protos.h (s390_function_prologue,
5890 s390_function_epilogue): Remove.
5891 config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
5892 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
5894 config/s390/s390.c (s390_machine_dependent_recorg): New function.
5895 config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
5896 config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
5897 config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
5898 to being called from MACHINE_DEPENDENT_REORG. Update regs_ever_live.
5900 config/s390/s390.c (s390_frame_info): Inline save_fprs_p. Always
5901 assume BASE_REGISTER and RETURN_REGNUM need to be saved.
5902 (s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
5903 function is not a leaf function. Use save_gprs and restore_gprs.
5904 (s390_emit_epilogue): Likewise.
5905 (save_gprs, restore_gprs): New functions.
5906 (struct s390_frame): Remove return_reg_saved_p member.
5907 (save_fprs_p): Remove.
5908 (s390_optimize_prolog): New function.
5909 (s390_legitimate_reload_constant): Remove now unnecessary check.
5911 (s390_function_count): Remove.
5912 (s390_output_symbolic_const): Replace s390_function_count by
5913 current_function_funcdef_no.
5914 (s390_output_constant_pool): Likewise.
5916 (legitimize_pic_address): Use regs_ever_live to track PIC register
5917 instead of current_function_uses_pic_offset_table.
5918 (s390_emit_prologue): Likewise.
5919 config/s390/s390.md ("call", "call_value"): Likewise.
5921 2002-08-26 Neil Booth <neil@daikokuya.co.uk>
5923 * c-opts.c (find_opt): Don't complain about wrong languages
5924 here. Return exact matches even for wrong language.
5925 (c_common_decode_option): Complain about wrong languages
5928 2002-08-24 Stuart Hastings <stuart@apple.com>
5930 * function.h (struct function): Add flag
5931 all_throwers_are_sibcalls.
5932 * except.c (set_nothrow_function_flags): Replaces
5933 nothrow_function_p. Set new flag.
5934 * except.h (set_nothrow_function_flags): Replaces
5936 * dwarf2out.c (struct dw_fde_struct): Add flag
5937 all_throwers_are_sibcalls.
5938 (output_call_frame_info): Test it.
5939 (dwarf2out_begin_prologue) Propagate it from cfun to
5941 * toplev.c (rest_of_compilation): Update calls to
5944 2002-08-23 Zack Weinberg <zack@codesourcery.com>
5946 * ggc-page.c (compute_inverse): Short circuit calculation for
5947 object sizes larger than half a page.
5949 2002-08-23 David Edelsohn <edelsohn@gnu.org>
5951 * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
5952 DEFAULT_ABI == ABI_AIX like PIC. Test PIC & reloc for readonly
5954 (rs6000_elf_unique_section): Likewise.
5956 2002-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5958 * ns32k.c (ns32k_globalize_label): Delete.
5959 * ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
5961 2002-08-23 Alan Modra <amodra@bigpond.net.au>
5963 * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
5964 for loading delta with num_insns_constant_wide. Calculate
5965 delta_low, delta_high without using a conditional.
5967 2002-08-22 Jason Merrill <jason@redhat.com>
5969 * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
5970 * c-common.def: Adjust.
5971 * c-dump.c (c_dump_tree): Adjust.
5972 * c-semantics.c (genrtl_return_stmt): Adjust.
5973 * c-pretty-print.c (pp_c_statement): Adjust.
5974 * tree-inline.c (copy_body_r): Adjust.
5976 2002-08-22 Zack Weinberg <zack@codesourcery.com>
5978 * ggc-page.c: Avoid division in ggc_set_mark.
5979 (DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
5980 compute_inverse): New.
5981 (ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
5982 (init_ggc): Initialize inverse_table.
5984 2002-08-22 Tom Tromey <tromey@redhat.com>
5986 * doc/install.texi (Configuration): Document --datadir.
5988 2002-08-22 Alexandre Oliva <aoliva@redhat.com>
5990 * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
5992 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
5994 * gengtype-lex.l (ID): Allow underscore as first character.
5996 2002-08-21 David Edelsohn <edelsohn@gnu.org>
5998 * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
6000 (rs6000_xcoff_asm_named_section): Rename.
6001 * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
6003 2002-08-21 Tom Tromey <tromey@redhat.com>
6005 For PR java/6005 and PR java/7611:
6006 * fold-const.c (fold_truthop): Use can_use_bit_fields_p.
6008 * langhooks.c (lhd_can_use_bit_fields_p): New function.
6009 * langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
6010 (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
6011 (LANG_HOOKS_INITIALIZER): Use it.
6012 * langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
6015 2002-08-21 Stan Shebs <shebs@apple.com>
6017 * tree.c (finish_vector_type): Fix a typo in a comment.
6018 * Makefile.in: Fix "the the" stutters in comments.
6019 * genautomata.c: Ditto.
6021 * regrename.c: Ditto.
6022 * config/alpha/alpha.c: Ditto.
6023 * config/alpha/vms-crt0-64.c: Ditto.
6024 * config/alpha/vms-crt0.c: Ditto.
6025 * config/alpha/vms-psxcrt0-64.c: Ditto.
6026 * config/alpha/vms-psxcrt0.c: Ditto.
6027 * config/d30v/d30v.h: Ditto.
6028 * config/fr30/fr30.h: Ditto.
6029 * config/rs6000/rs6000.c: Ditto.
6030 * config/stormy16/stormy16.h: Ditto.
6031 * doc/md.texi: Ditto.
6033 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
6035 * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
6037 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
6039 * c-decl.c (grokdeclarator): Make invalid combinations with long,
6040 short, signed or unsigned into hard errors. Fixes PR c/4319.
6041 Also make duplicate modifiers such as "short short" into hard
6044 2002-08-21 Andrew Pinski <pinskia@physics.uc.edu>
6045 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6047 * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
6048 to the actual end. Add '@end table' and '@table @code'.
6050 2002-08-20 Geoffrey Keating <geoffk@redhat.com>
6052 * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
6054 * unroll.c (biv_total_increment): Don't try to compute the total
6055 increment for FP BIVs.
6057 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6059 * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
6060 * alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
6061 ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6062 * alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
6063 * alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
6064 * arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
6065 (GLOBAL_ASM_OP): Define.
6066 * arm.c (aof_globalize_label): New function.
6067 (TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
6068 * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6069 * c4x.c (c4x_globalize_label): New function.
6070 (TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
6071 * c4x.h (ASM_GLOBALIZE_LABEL): Delete.
6072 (GLOBAL_ASM_OP): Define.
6073 * cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
6074 * darwin-protos.h (darwin_globalize_label): Declare.
6075 * darwin.c (darwin_globalize_label): New function.
6076 * darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
6077 (ASM_GLOBALIZE_LABEL): Delete.
6078 (GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
6079 * dsp16xx.c (asm_output_common): Use target hook.
6080 * elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
6081 * frv.h (ASM_GLOBALIZE_LABEL): Delete.
6082 (GLOBAL_ASM_OP): Define.
6083 * i370.c (i370_globalize_label): New function.
6084 (TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
6085 * i370.h (ASM_GLOBALIZE_LABEL): Delete.
6086 * i386.c (ix86_asm_file_end): Use target hook.
6087 * i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
6088 (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
6089 * ia64.c (ia64_asm_output_external): Likewise.
6090 * ia64/sysv4.h: Update comment.
6091 * m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6092 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6093 * mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
6094 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6095 * mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
6096 * mmix-protos.h (mmix_asm_globalize_label): Delete.
6097 * mmix.c (mmix_asm_globalize_label): Likewise.
6098 * mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
6099 (GLOBAL_ASM_OP): Define.
6100 * ns32k.c (ns32k_globalize_label): New function.
6101 * ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
6102 (ASM_GLOBALIZE_LABEL): Delete.
6103 * pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
6104 (TARGET_ASM_GLOBALIZE_LABEL): Undefine.
6105 * pa.c (pa_globalize_label): New function.
6106 * pa.h (ASM_GLOBALIZE_LABEL): Delete.
6107 (TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
6108 * rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
6109 (GLOBAL_ASM_OP): Define.
6110 (TARGET_ASM_GLOBALIZE_LABEL): Undef.
6111 * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6112 * rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
6113 (GLOBAL_ASM_OP): Define.
6114 * v850.c (v850_output_aligned_bss): Use target hook.
6115 * vax.c (vms_globalize_label): New function.
6116 (TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
6117 * vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
6118 (GLOBAL_ASM_OP): Define.
6119 * defaults.h (ASM_GLOBALIZE_LABEL): Delete.
6120 * doc/tm.texi: Update docs.
6121 * dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
6123 * final.c (output_alternate_entry_point): Likewise.
6124 * hooks.c (hook_FILEptr_constcharptr_void): New function.
6125 * hooks.h (hook_FILEptr_constcharptr_void): Declare.
6126 * output.h (assemble_global): Delete.
6127 (default_globalize_label): Declare.
6128 * system.h (ASM_GLOBALIZE_LABEL): Poison.
6129 * target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
6130 (TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
6131 * target.h (gcc_target): Add globalize_label member.
6132 * varasm.c (asm_output_bss, asm_output_aligned_bss,
6133 globalize_decl): Use target hook.
6134 (assemble_global): Delete.
6135 (default_globalize_label): New function.
6137 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6139 * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
6141 2002-08-20 Devang Patel <dpatel@apple.com>
6142 * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
6144 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6146 * arc.c (output_shift): Use stdio instead of asm_fprintf.
6147 * arm.c (thumb_output_function_prologue): Likewise.
6148 * avr.c (print_operand): Likewise.
6149 * c4x.c (c4x_print_operand): Likewise.
6150 * c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
6151 ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
6152 * cris.c (cris_target_asm_function_prologue,
6153 cris_asm_output_mi_thunk): Likewise.
6154 * h8300.c (print_operand): Likewise.
6155 * h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6156 * ip2k.c (print_operand): Likewise. Fix format specifier.
6157 * m68hc11.c (asm_print_register, print_operand,
6158 print_operand_address): Use stdio instead of asm_fprintf.
6159 (print_operand_address): Fix format specifier.
6160 * m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
6161 ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
6163 * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
6164 * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
6165 * m68k.c (m68k_output_function_prologue,
6166 m68k_output_function_epilogue, print_operand): Likewise.
6167 * mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
6168 Likewise. Fix format specifier.
6169 * mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6170 * mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6171 * v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6173 2002-08-15 Eric Christopher <echristo@redhat.com>
6174 Jeff Knaggs <jknaggs@redhat.com>
6176 * config.gcc (mipsisa64sr71k-elf): New target.
6177 * config/mips/sr71k.md: New file.
6178 * config/mips/mips.md: Use it.
6179 (rot*): Add sr71k specifics.
6180 * config/mips/t-sr71k: New file.
6181 * config/mips/mips.h (sr71k): New cpu.
6182 (TARGET_SR71K): Use it.
6183 (TUNE_SR71K): Ditto.
6184 (GENERATE_BRANCHLIKELY): Ditto.
6185 (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
6186 ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
6187 * config/mips/mips.c (sr71k): New cpu.
6188 (mips_use_dfa_pipeline_interface): Use.
6190 2002-08-15 Eric Christopher <echristo@redhat.com>
6191 Richard Sandiford <rsandifo@redhat.com>
6192 Aldy Hernandez <aldyh@redhat.com>
6193 Graham Stott <grahams@redhat.com>
6194 Michael Meissner <meissner@redhat.com>
6195 Gavin Romig-Koch <gavin@redhat.com>
6196 Ken Raeburn <raeburn@cygnus.com>
6197 Alexandre Oliva <aoliva@redhat.com>
6199 * config.gcc (mips64vr-elf): New target.
6200 * config/mips/5400.md: New file.
6201 * config/mips/5500.md: Ditto.
6202 * config/mips/mips.md: Use them.
6204 * config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
6206 (mips_issue_rate): Use them.
6207 (mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
6208 (TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
6209 * config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
6211 (TARGET_MIPSx): Use them.
6212 (TUNE_MIPSx): Ditto.
6213 (GETNATE_MULT3_SI): Ditto.
6214 (ISA_HAS_BRANCHLIKELY): Ditto.
6215 (ISA_HAS_CONDMOVE): Ditto.
6216 (ISA_HAS_NMADD_NMSUB): Ditto.
6217 (ISA_HAS_MULHI): New. Ditto.
6218 (ISA_HAS_MULS): Ditto.
6219 (ISA_HAS_MSAC): Ditto.
6220 (ISA_HAS_MACC): Ditto.
6221 (ISA_HAS_ROTR_SI): Ditto.
6222 (ISA_HAS_ROTR_DI): Ditto.
6225 2002-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
6227 * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
6229 (remove_dup_nonsys_dirs): New function.
6230 (remove_dup_dirs): Change argument head to head_ptr. Remove warnings.
6231 (merge_include_chains): Remove non-system include directories from
6232 quote and bracket include chains when they duplicate equivalent system
6234 * doc/cpp.texi (-I): Update.
6235 * doc/cppopts.texi (-I): Update.
6236 * doc/install.texi (--with-local-prefix): Further document usage of
6238 * doc/invoke.texi (-I): Update.
6240 2002-08-20 Richard Henderson <rth@redhat.com>
6242 * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
6243 (emit_block_move): Split out subroutines.
6244 (emit_block_move_via_movstr): New.
6245 (emit_block_move_via_libcall): New. Emit bcopy via normal call also.
6246 (emit_block_move_libcall_fn): New. Construct function prototype for
6248 (clear_storage): Split out subroutines.
6249 (clear_storage_via_clrstr): New.
6250 (clear_storage_via_libcall): New. Emit bzero as a normal call also.
6251 (clear_storage_libcall_fn): New. Construct function prototype for
6253 (emit_push_insn): Use emit_block_move.
6254 (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
6255 (store_constructor): Likewise.
6257 2002-08-19 Ziemowit Laski <zlaski@apple.com>
6259 * objc/objc-act.c (building_objc_message_expr): Rename to
6260 current_objc_message_selector.
6262 2002-08-19 Ziemowit Laski <zlaski@apple.com>
6264 * objc/objc-act.c (build_ivar_chain): Remove.
6265 (objc_copy_list): Likewise.
6266 (get_class_ivars): Inline call to removed build_ivar_chain
6267 function. Save off a clean copy of ivars in the CLASS_OWN_IVARS
6268 slot; use that slot (rather than CLASS_IVARS) when accessing
6269 ivars for base classes. Call copy_list and chainon instead of
6271 (build_private_template): Call get_class_ivars instead of
6273 (start_class): Allocate room for the CLASS_OWN_IVARS slot.
6274 (continue_class): Call get_class_ivars instead of
6276 (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
6277 of DECL_BIT_FIELD (which may have been cleared).
6278 * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
6280 2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6282 * genautomata.c (output_translate_vect, output_state_ainsn_table,
6283 output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
6285 (output_internal_min_issue_delay_func): Initialize variable in
6288 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
6290 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6291 (stage2_build, stage3_build, stage4_build): Likewise, to CC.
6293 2002-08-19 Geoffrey Keating <geoffk@redhat.com>
6294 Steve Ellcey <sje@cup.hp.com>
6296 * machmode.h (SCALAR_INT_MODE_P): New macro to test for
6297 scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
6298 * explow.c (trunc_int_for_mode): Abort when the mode is not
6299 a scaler integer mode.
6300 * combine.c (expand_compound_operation): Don't expand Vector
6301 or Complex modes into shifts.
6302 (expand_field_assignment): Don't do bitwise arithmatic and
6303 shifts on Vector or Complex modes.
6304 (simplify_comparison): Don't call trunc_int_for_mode
6306 * recog.c (general_operand): Likewise.
6307 (immediate_operand): Likewise.
6308 (nonmemory_operand): Likewise.
6310 2002-08-19 David Edelsohn <edelsohn@gnu.org>
6312 * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
6313 multi-instruction SImode constant. Add REG_EQUAL note.
6314 * config/rs6000/rs6000.md (movsi splitter): Use
6315 rs6000_emit_set_const.
6317 2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6319 * tree-inline.c (initialize_inlined_parameters): Wrap variable in
6320 the macro test controlling its use.
6322 2002-08-18 H.J. Lu (hjl@gnu.org)
6324 * config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
6325 crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
6327 (alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
6328 i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
6329 s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
6330 xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
6332 (cris-*-linux*): Remove setting thread_file here.
6334 2002-08-18 Neil Booth <neil@daikokuya.co.uk>
6336 PR preprocessor/7602
6337 * cppinit.c (path_include): Treat the system environment
6338 variables as being cxx_aware.
6340 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
6342 * c-decl.c (flexible_array_type_p): New function.
6343 (grokdeclarator, finish_struct): Use it.
6344 * doc/extend.texi: Document constraints on use of structures with
6345 flexible array members.
6347 2002-08-17 Richard Sandiford <rsandifo@redhat.com>
6349 * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
6350 config/mips/t-r3900 (MULTILIB_MATCHES): Define.
6351 * config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
6353 2002-08-16 Stan Shebs <shebs@apple.com>
6355 * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
6356 for ObjC with -fnext-runtime.
6357 * doc/cpp.texi: Document it.
6359 2002-08-16 Janis Johnson <janis187@us.ibm.com>
6361 * doc/install.texi (Final installation): Replace links to individual
6362 build status pages with a link to a common page that lists them all.
6364 2002-08-16 Sylvain Pion <pion@cs.nyu.edu>
6366 * doc/invoke.texi: Fix typo.
6368 2002-08-16 David Edelsohn <edelsohn@gnu.org>
6370 * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
6372 2002-08-16 Andrew Haley <aph@redhat.com>
6374 * tree-inline.c: Add includes for Java inliner.
6375 (remap_decl): Don't handle anonymous types for Java.
6376 (remap_block): Add handling for Java trees.
6377 (copy_scope_stmt): Conditionalize for non-Java use only.
6378 (copy_body_r): Handle Java trees. Add handling for
6379 LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
6380 (initialize_inlined_parameters): Handle Java trees.
6381 (declare_return_variable): Likewise.
6382 (expand_call_inline): Handle Java trees.
6383 (walk_tree): Likewise.
6384 (copy_tree_r): Don't handle SCOPE_STMTs for Java.
6385 (add_stmt_to_compound): New function.
6387 2002-08-15 Richard Henderson <rth@redhat.com>
6389 * Makefile.in (LOOSE_WARN): Remove -fno-common.
6390 (NOCOMMON_FLAG): New substitution point.
6391 (GCC_WARN_CFLAGS): Include it.
6392 * configure.in (ac_checking): Set nocommon_flag.
6393 (nocommon_flag): New substitution point.
6395 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
6397 * c-tree.h (skip_evaluation): Move declaration...
6398 * c-common.h: ... here.
6399 * c-typeck.c (build_external_ref): Don't assemble_external nor
6400 mark a tree as used if skip_evaluation is set.
6401 * c-parse.in (typeof): New non-terminal to set skip_evaluation
6403 (typespec_nonreserved_nonattr): Use it.
6405 2002-08-15 Douglas B Rupp <rupp@gnat.com>
6407 * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
6408 (xcoff_debug_hooks): Update end_prologue.
6409 * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
6410 * debug.h (end_prologue): Add file arg.
6411 (end_epilogue): Add line and file args.
6412 (dwarf2out_end_epilogue): Add line and file args.
6413 (vmsdbgout_after_prologue): Remove.
6414 * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
6415 (dwarf2_debug_hooks): Update end_prologue.
6416 * dwarfout.c (dwarfout_end_epilogue): Add line and file args.
6417 (dwarfout_end_prologue): Add file arg.
6418 * final.c (vmsdbgout_after_prologue): Remove
6419 (final_end_function): Update end_epilogue call.
6420 (final_scan_insn): Update end_prologue call.
6421 * sdbout.c (sdbout_end_epilogue): Add line and file args.
6422 (sdbout_end_prologue): Add file arg.
6423 (sdb_debug_hooks): Update end_prologue.
6424 (sdb_begin_prologue): Update sdbout_end_prologue call.
6425 * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
6426 vmsdbgout_end_function.
6427 (vmsdbgout_end_prologue): New function renamed from
6428 vmsdbgout_after_prologue. Call vmsdbgout_source_line.
6429 (vmsdbgout_end_function): New function.
6430 (vmsdbgout_end_epilogue): Add line and file args. Call
6431 vmsdbgout_source_line.
6432 (write_pclines): Write only valid line numbers.
6433 (write_srccorr): Don't write source correlation records if 0 lines.
6434 * xcoffout.c (xcoffout_end_epilogue): Add line and file args.
6436 2002-08-15 Steve Ellcey <sje@cup.hp.com>
6438 * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
6439 (_Unwind_Internal_Ptr): 32 bit version for use in
6440 read_encoded_value_with_base.
6441 * gcc/unwind-pe.h (read_encoded_value_with_base): Use
6442 _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
6445 2002-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6447 * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
6448 signed/unsigned warnings.
6450 * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
6451 record_reg_classes): Likewise.
6453 * reload.c (reload_inner_reg_of_subreg, push_reload,
6454 find_reloads_address_1): Likewise.
6456 2002-08-15 David Edelsohn <edelsohn@gnu.org>
6458 * rs6000.c (output_mi_thunk): Return to function section on
6461 * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.
6463 2002-08-15 Ulrich Weigand <uweigand@de.ibm.com>
6465 * config/s390/s390.c (legitimize_address): Optimize loading
6466 of large displacements.
6468 2002-08-14 Douglas B Rupp <rupp@gnat.com>
6470 * config/alpha/alpha-protos.h: Update.
6472 * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
6473 (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
6474 (alpha_linkage_symbol_p): New static function.
6475 (print_operand_address): Print linkage operand.
6477 (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
6479 (reloc_kind): New enum.
6480 (struct alpha_funcs): New struct.
6481 (struct alpha_links): Add reloc_kind field. Rename links_kind field.
6483 (alpha_need_linkage): Rewrite.
6484 (alpha_use_linkage): New global function.
6485 (alpha_write_linkage): Rewrite and make static.
6486 (alpha_write_one_linkage): Rewrite
6488 (alpha_start_function): Remove procedure descriptor output.
6489 (alpha_end_function): Write linkages at end of each function.
6491 * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
6492 (call_vms_1, call_value_vms_1): Rewrite.
6494 * config/alpha/vms.h (ASM_FILE_END): Remove.
6496 2002-08-14 Richard Henderson <rth@redhat.com>
6498 * ggc-page.c (RTL_SIZE): New.
6499 (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
6500 * rtl.def (BARRIER, NOTE): Pad to 9 slots.
6502 2002-08-14 Richard Henderson <rth@redhat.com>
6504 * calls.c: Include target.h.
6505 * Makefile.in (calls.o): Update.
6507 * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
6508 * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
6510 2002-08-14 Richard Henderson <rth@redhat.com>
6512 * Makefile.in (LOOSE_WARN): Add -fno-common.
6513 * c-common.h (constant_string_class_name): Add missing extern.
6515 2002-08-15 Neil Booth <neil@daikokuya.co.uk>
6517 PR preprocessor/7358
6518 * c-opts.c (check_deps_environment_vars): Ignore main file
6519 for SUNPRO_DEPENDENCIES.
6520 * cppfiles.c (stack_include_file): Ignore main file if
6522 * cpplib.h (struct cpp_options): New member in deps.
6523 * doc/cppenv.texi: Update.
6525 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
6527 PR preprocessor/7526
6528 * cpplib.c (run_directive): Kludge so _Pragma dependency works.
6530 2002-08-14 Nathan Sidwell <nathan@codesourcery.com>
6532 * doc/invoke.texi (-a): Remove documentation.
6533 (-fprofile-arcs): Remove reference to -a, -ax options.
6534 * doc/gcov.texi (Gcov Data Files): Data might be merged.
6536 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
6539 * c-semantics.c (genrtl_case_label): Don't (mis)use
6542 2002-08-14 Dale Johannesen <dalej@apple.com>
6544 * explow.c (emit_stack_restore): Emit memory clobbers
6545 preceding the stack pop, to prevent the scheduler from
6546 moving refs to variable arrays below this pop.
6547 * reload1.c (reload): Preserve these clobbers for sched2.
6548 * doc/rtl.texi: Document clobber (mem:BLK (scratch)).
6550 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
6552 * c-opts.c (c_common_post_options): Correct test.
6554 2002-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6556 * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
6557 order in call to fprintf.
6559 2002-08-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6561 * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
6563 2002-08-14 Ulrich Weigand <uweigand@de.ibm.com>
6565 * reload.c (find_reloads): Handle constraint letters marked by
6566 EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
6567 (alternative_allows_memconst): Likewise.
6568 * reload1.c (maybe_fix_stack_asms): Likewise.
6569 * recog.c (asm_operand_ok, preprocess_constraints,
6570 constrain_operands): Likewise.
6571 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
6572 * local-alloc.c (block_alloc, requires_inout): Likewise.
6573 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
6575 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
6576 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
6577 * doc/tm.texi: Document these two new target macros.
6579 * config/s390/s390.c (s390_expand_plus_operand): Accept already
6581 (q_constraint): New function.
6582 config/s390/s390-protos.h (q_constraint): Declare it.
6583 config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
6584 (EXTRA_MEMORY_CONSTRAINT): New macro.
6586 * config/s390/s390.md: Throughout the machine description,
6587 replace all instances of the constraint combinations 'Qo'
6588 or 'oQ' with simply 'Q'.
6590 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6592 * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
6593 * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
6594 (LIBGCC2_CFLAGS): Compile with -mrelax.
6596 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6598 * doc/invoke.texi: Document -minmax for 68HC12.
6600 * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
6601 ("uminqi3"): Likewise.
6602 ("uminhi3", "umaxhi3"): Likewise.
6604 * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
6605 (TARGET_MIN_MAX): Define.
6606 (TARGET_SWITCHES): New option -minmax/-mnominmax.
6608 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6610 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
6611 (MULTILIB_OPTIONS): Must also generate for -mlong-calls.
6613 * config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
6614 (ret, declare, farsym): New gas macros.
6615 (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
6616 ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
6617 and declare the symbol far when compiled with -mlong-calls.
6618 (__far_trampoline): New for 68HC12 trampoline code to invoke a
6619 far handler using jsr/bsr.
6621 * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
6622 (jsr): New macro to transform a 'jsr' into a 'call'.
6624 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6626 * doc/invoke.texi: Document -mlong-calls for 68HC12.
6628 * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
6629 -mlong-calls is specified.
6630 (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
6631 assembler directives.
6632 (TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
6633 (TARGET_SWITCHES): Add -mlong-calls options.
6634 (current_function_far): Declare.
6636 * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
6637 into account the page register saved on the stack.
6638 (m68hc11_override_options): Take into account -mlong-calls option.
6639 (m68hc11_asm_file_start): Put a mode for the ELF flags ABI.
6641 * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
6642 if the function is going to be in 68HC12 banked memory (-mlong-calls).
6643 ("*return_16bit"): Likewise.
6644 ("*return_void"): Likewise.
6645 ("call", "call_value"): Use call for a far function call.
6647 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
6649 * toplev.c (parse_options_and_default_flags): Don't call
6651 (general_init): Initialize GC, pools and tree hash here,
6652 instead of lang_independent_init.
6653 (lang_independent_init): Rename backend_init.
6654 (do_compile): Call post_options hook; exit early if there
6655 have been errors after switch processing.
6656 (toplev_main): Update.
6658 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
6660 * c-pretty-print.h: Guard against multiple inclusion.
6662 (pp_c_attributes): Declare.
6663 * c-pretty-print.c (pp_c_attributes): New function.
6665 2002-08-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6667 * m68k.c (m68k_output_function_prologue,
6668 m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
6670 * genattrtab.c: Remove dpx2 comment.
6671 * libgcc2.c (__enable_execute_stack): Delete versions for
6672 NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
6673 sony_news/SYSTYPE_BSD.
6674 * longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
6675 __gmicro__, __i860__, __NeXT__ and __pyr__.
6676 * rtl.h: Remove convex comment.
6677 * varasm.c: Likewise.
6679 2002-08-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6681 * c-opts.c (lang_flags): Const-ify.
6682 * ra-build.c (undef_table): Likewise.
6683 * ra.c (eliminables): Likewise.
6685 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
6687 * tree.h: Guard against multiple inclusion.
6689 2002-08-14 Hans-Peter Nilsson <hp@bitrange.com>
6691 * reload1.c (reload_cse_simplify): Before checking
6692 REG_FUNCTION_VALUE_P, check REG_P.
6694 2002-08-13 Geoffrey Keating <geoffk@redhat.com>
6696 * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
6698 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
6700 * c-opts.c (c_common_init_options): Extra braces needed.
6702 Tue Aug 13 17:40:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
6704 * sh.c (sh_init_builtins): Add PARAMS to declaration.
6705 (sh_media_init_builtins, sh_expand_builtin): Likewise.
6706 (sh_expand_unop_v2sf): Use PARAMS for variable declaration.
6707 (sh_expand_binop_v2sf): Likewise.
6708 * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
6709 (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
6710 (sh_initialize_trampoline): Likewise.
6712 2002-08-13 Ulrich Weigand <uweigand@de.ibm.com>
6714 * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
6715 new condition code modes.
6716 s390.c (s390_match_ccmode_set): Handle those new CC modes.
6717 (s390_select_ccmode): Likewise.
6718 (s390_branch_condition_mask): Likewise.
6720 * s390-protos.h (s390_tm_ccmode): Declare.
6721 s390.c (s390_tm_ccmode): New function.
6722 (s390_match_ccmode): Allow VOIDmode as REQ_MODE.
6724 * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
6725 ("*cmpsi_tm2"): Rename to "*tmsi_ext".
6726 ("*cmpqi_tm2"): Rename to "*tmqi_ext".
6728 ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
6729 "*cmphi_tm_sub","*cmphi_cct_0", "*cmpqi_tm", "*cmpqi_tm_sub",
6730 "*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
6731 ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
6732 "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.
6734 ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
6735 "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
6736 "*cmpqi_ccs_0"): Remove, replace by ...
6737 ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
6738 "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
6739 "*tstqi", "*tstqi_cconly"): ... these new patterns.
6741 ("*cmpsidi_ccs"): Remove, replace by ...
6742 ("*cmpsi_ccs_sign"): ... this new pattern.
6743 ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.
6745 ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
6746 ("*cli"): ... this new pattern.
6748 ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
6749 "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
6751 ("adddi3_64"): Rename to "*adddi3_64".
6752 ("adddi3_31"): Replace by insn and splitter "*adddi3_31".
6753 ("adddi3"): Adapt expander.
6755 ("*addsi3_cc"): Allow "general_operand" for operand 2.
6756 ("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
6757 "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.
6759 ("addhi3", "addqi3"): Remove, replace by ...
6760 ("*addsi3_sign", "*addsi3_sub"): ... these new patterns.
6762 ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
6763 "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
6764 ("subdi3"): Replace by insn and splitter "*subdi3_31".
6765 ("subdi3"): New expander.
6767 ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.
6769 ("subhi3", "subqi3"): Remove, replace by ...
6770 ("*subsi3_sign", "*subsi3_sub"): ... these new patterns.
6772 ("*muldi3_sign"): New pattern.
6773 ("muldi3"): Do not clobber CC.
6774 ("mulsi3"): Likewise.
6775 ("mulsi_6432"): Likewise.
6777 2002-08-13 Denis Chertykov <denisc@overta.ru>
6779 * config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
6780 which can change CC0.
6782 Tue Aug 13 14:49:20 2002 J"orn Rennecke <joern.rennecke@superh.com>
6784 * gcse.c (adjust_libcall_notes): New function.
6785 (do_local_cprop): Use it. Add fourth parameter. Changed caller.
6787 2002-08-13 Nathan Sidwell <nathan@codesourcery.com>
6789 * libgcc2.c (L_bb): Remove unneeded #includes.
6790 (__global_counters, __gthreads_active): Remove unused globals.
6791 (__bb_exit_func): Merge counts into files rather than appending.
6792 * Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
6793 (ALL_CFLAGS): ... to here.
6795 2002-08-13 Denis Chertykov <denisc@overta.ru>
6797 * config/ip2k/ip2k.c (commands_in_file): Variable removed.
6798 (function_epilogue): Don't calculate function size.
6799 (ip2k_set_compare): Don't use lookup_const_double.
6800 (asm_file_start): Initialization of commands_in_file removed.
6801 (asm_file_end): Output of commands_in_file removed.
6803 * config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
6806 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
6808 * c-opts.c (c_common_init_options): Check option array is
6809 sorted if checking enabled.
6811 2002-08-13 Gabriel Dos Reis <gdr@nerim.net>
6813 * c-pretty-print.c: #include "c-tree.h".
6814 (pp_c_simple_type_specifier): Tweak.
6815 (pp_c_storage_class_specifier): New.
6816 (pp_c_function_specifier): Likewise.
6817 (pp_c_declaration_specifiers): Likewise.
6818 (pp_c_init_declarator): Likewise.
6819 (pp_c_declaration): Likewise.
6820 (pp_c_direct_declarator): Stub.
6821 (pp_c_declarator): Likewise.
6822 (pp_c_parameter_declaration): Likewise.
6824 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
6826 * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
6827 handle_deferred_opts, sanitize_cpp_opts, defer_opt,
6828 struct deferred_opt): New.
6829 (COMMAND_LINE_OPTIONS): Add -M*.
6830 (missing_arg): Update.
6831 (c_common_decode_option): Handle -M*.
6832 (c_common_post_options): Handle -M*. Use sanitize_cpp_opts;
6833 don't call cpp_post_options.
6834 (c_common_finish, check_deps_environment_vars): Update.
6835 * cppfiles.c (stack_include_file, handle_missing_header): Update.
6836 * cpphash.h (CPP_PRINT_DEPS): Remove.
6837 * cppinit.c: Don't include version.h.
6838 (cpp_create_reader): Don't call deps_init. Initialize
6840 (cpp_read_main_file): Init deps if necessary.
6841 (cpp_destroy): Conditionally free deps.
6842 (cpp_finish): Update.
6844 (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
6845 (cpp_post_options): Rename post_options.
6846 * cpplib.h (struct cpp_options): Remove some dependency options;
6847 move others to a new structure.
6848 (cpp_post_options): Remove.
6849 (cpp_finish): Comment.
6850 * fix-header.c (read_scan_file): Don't call cpp_post_options.
6852 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
6854 * config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
6855 ("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
6856 MMIX_rR_REGNUM as clobbered.
6857 * config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
6859 2002-08-12 Gabriel Dos Reis <gdr@nerim.net>
6861 * diagnostic.h (output_formatted_scalar): Rename from
6862 output_formatted_integer.
6863 * diagnostic.def: Add DK_DEBUG.
6864 * diagnostic.c (output_decimal): Adjust.
6865 (output_long_decimal): Likewise.
6866 (output_unsigned_decimal): Likewise.
6867 (output_octal): Likewise.
6868 (output_long_octal): Likewise.
6869 (output_hexadecimal): Likewise.
6870 (output_long_hexadecimal): Likewise.
6871 * c-pretty-print.c (pp_c_type_specifier): New function.
6872 (pp_c_specifier_qualifier_list): Likewise.
6873 (pp_c_abstract_declarator): Likewise.
6874 (pp_c_char): Replace pp_format_integer with pp_format_scalar.
6876 2002-08-12 David Edelsohn <edelsohn@gnu.org>
6878 * doc/trouble.texi (Disappointments): Add static constructor and
6879 destructor dependency information for AIX.
6881 2002-08-12 Neil Booth <neil@daikokuya.co.uk>
6883 * cpphash.h (struct printer): New from cppmain.c.
6884 (cpp_reader): New member.
6885 * cppmain.c (struct printer): Move to cpphash.h.
6886 (options, print): Remove.
6887 (account_for_newlines, print_line, maybe_print_line,
6888 cpp_preprocess_file, setup_callbacks, scan_translation_unit,
6889 scan_translation_unit_trad, cb_line_change, cb_ident,
6890 cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
6891 cb_def_pragma): Make reentrant.
6893 2002-08-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6895 * real.c (ieee_64): Always define.
6896 (ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
6897 (dec_h): Not used yet, hide it.
6898 (emdnorm): Mark parameter in ATTRIBUTE_UNUSED. Guard label with
6899 macro controlling use.
6900 (TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
6902 Mon Aug 12 12:48:20 CEST 2002 Jan Hubicka <jh@suse.cz>
6904 * i386.md (tablejump): Sign extend the operand.
6905 * i386.c (classify_argument): Fix missed case from previous patch.
6907 2002-08-12 Neil Booth <neil@daikokuya.co.uk>
6909 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
6911 (warn_multichar): Die.
6912 (cb_register_builtins): Export.
6913 * c-common.h (warn_multichar, preprocess_file): Remove.
6914 (cb_register_builtins): New.
6915 * c-lang.c (c_init): Remove.
6916 (LANG_HOOKS_INIT): Use c_objc_common_init.
6917 * c-lex.c (init_c_lex): Don't canonicalize filename.
6918 * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
6919 (preprocess_file): Make static. Update for cpplib.
6920 (c_common_decode_option): Remove warn_multichar. Use in_fname.
6921 (c_common_post_options): Set some cpp options here.
6922 (c_common_init): Move from c-common.c.
6923 * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
6924 * cpplib.h (struct cpp_options): Remove in_fname.
6925 (cpp_preprocess_file): Update.
6926 * cppmain.c (cpp_preprocess_file): Update for new prototypes.
6928 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6930 * config.gcc (mips*-*-netbsd*): Include ${tm_file}.
6932 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6934 * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
6935 backslash in comment preceeding macro definition.
6936 * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
6937 * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
6938 * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
6940 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
6942 * expr.c (store_expr): In condition for checking if value is
6943 generated in TARGET, move call to expr_size last.
6945 2002-08-11 Neil Booth <neil@daikokuya.co.uk>
6947 * c-common.c (c_common_init): Call preprocess_file instead.
6948 (c_common_finish): Move to c-opts.c.
6949 * c-common.h (preprocess_file): new.
6950 * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
6951 check_deps_environment_vars, c_common_finish): New.
6952 (c_common_decode_option): Update for out_fname and dependencies.
6953 * cppinit.c (init_dependency_output, output_deps): Remove.
6954 (cpp_destroy): Update prototype.
6955 (cpp_add_dependency_target): New.
6956 (cpp_read_main_file): Don't overlay a buffer.
6957 (cpp_finish): Take a deps output stream and write deps to it.
6958 Return the error count.
6959 (cpp_post_options): Don't canonicalize out_fname, or do anything
6961 * cpplib.h (struct cpp_options): Remove out_fname and
6963 (cpp_add_dependency_target): New.
6964 (cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
6965 * cppmain.c (cpp_preprocess_file): Update prototype. Don't
6966 set preprocess_only. Don't handle the output stream directly.
6968 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6970 * dsp16xx.c (print_operand): Fix format specifier.
6971 * dsp16xx.md: Avoid automatic aggregate initialization.
6972 * frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
6973 * h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
6974 integer constant modifier.
6975 * ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
6976 * mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
6978 * sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
6979 * v850.c (v850_select_section): Mark parameter with
6981 * global.c (global_alloc): Const-ify.
6982 * ra-colorize.c (hardregset_to_string): Fix format specifier.
6984 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6986 * darwin-c.c (darwin_pragma_options): Const-ify.
6987 * darwin.c (machopic_non_lazy_ptr_name,
6988 machopic_validate_stub_or_non_lazy_ptr): Likewise.
6989 (machopic_indirect_data_reference): Wrap variables in macros
6990 controlling their use.
6991 (machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
6992 (machopic_select_section): Use parentheses around && within ||.
6993 * i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
6995 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6997 * ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
6998 mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
6999 ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
7000 ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
7001 mdr_try_remove_redundant_insns, track_w_reload,
7002 mdr_try_wreg_elim): Make function static to match prototype.
7003 * mmix.c (mmix_target_asm_function_epilogue): Likewise. Mark
7004 parameter with ATTRIBUTE_UNUSED.
7006 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7008 * arc.c (arc_init): Don't use ISO C style function definitions.
7009 * arm.c (count_insns_for_constant, thumb_far_jump_used_p,
7010 arm_get_strip_length, arm_strip_name_encoding): Likewise.
7011 * avr.h (progmem_section): Likewise.
7012 * h8300.c h8300_asm_insn_count): Likewise.
7013 * m32r.c (init_idents): Likewise.
7014 * s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
7015 * sh.c (sh_cfun_interrupt_handler_p): Likewise.
7016 * xtensa.c (xtensa_build_va_list): Likewise.
7018 2002-08-11 Neil Booth <neil@daikokuya.co.uk>
7020 * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
7021 * c-opts.c (parse_option): Rename find_opt.
7022 (set_std_c99): New function.
7023 (COMMAND_LINE_OPTIONS): Handle -remap and -o. Remove OPT_std_bad.
7024 (missing_arg): Remove OPT_std_bad. Handle -o.
7025 (c_common_decode_option): Handle input and output file names,
7026 -o and -remap. Clean up -std= handling.
7027 * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
7028 (cpp_handle_option): Similarly. Don't handle filenames.
7030 Sun Aug 11 14:43:17 CEST 2002 Jan Hubicka <jh@suse.cz>
7032 * i386.c (classify_argument): Fix computing of field's offsets.
7034 2002-08-11 Andreas Jaeger <aj@suse.de>
7037 * doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.
7039 2002-08-10 Ziemowit Laski <zlaski@apple.com>
7041 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
7042 reference to clk_objective_c with flag_objc.
7043 * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
7045 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.
7047 2002-08-10 Neil Booth <neil@daikokuya.co.uk>
7049 * c-opts.c (set_std_cxx98, set_std_c89): New.
7050 (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
7051 (c_common_decode_option): Handle new switches from cppinit.c.
7053 * cppinit.c (set_lang): Rename cpp_set_lang. Export.
7054 (no_arg, no_num): Remove.
7055 (COMMAND_LINE_OPTIONS): Move more to c-opts.c. Drop all lang-
7056 switches apart from -lang-objc and lang-asm.
7057 (cpp_handle_option): Similarly.
7058 * cpplib.h (cpp_set_lang): New.
7059 * doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
7061 * objc/lang-specs.h: Remove -ansi.
7063 Sat Aug 10 19:59:43 CEST 2002 Jan Hubicka <jh@suse.cz>
7066 * cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
7069 2002-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7071 * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
7072 emit_jump_insn): Fix uninitialized variable.
7073 * gcov.c (init_line_info): Likewise.
7074 * genautomata.c (transform_3): Add braces around ambiguous
7076 * ifcvt.c (cond_exec_process_insns): Mark parameter with
7078 * ra-build.c (parts_to_webs_1): Fix uninitialized variable.
7079 * regrename.c (copyprop_hardreg_forward): Fix uninitialized
7082 * gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
7083 warnings in output files.
7085 2002-08-09 Ziemowit Laski <zlaski@apple.com>
7087 * c-common.c (flag_objc): New.
7088 * c-common.h (c_language_kind): Get rid of clk_objective_c
7090 (flag_objc): New extern declaration.
7091 * c-decl.c (implicitly_declare): Call objc_check_decl
7092 instead of maybe_objc_check_decl.
7093 (finish_decl): Likewise.
7094 (grokfield): Likewise.
7095 (finish_struct): Likewise.
7096 * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
7097 (maybe_objc_comptypes): Rename to objc_comptypes.
7098 (maybe_building_objc_message_expr): Rename to
7099 objc_message_selector.
7100 * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
7101 replace with flag_objc as needed.
7102 * c-opts.c (c_common_init_options): Likewise.
7103 (c_common_decode_option): Likewise.
7104 * c-parse.in (init_reswords): Likewise.
7105 * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
7106 (maybe_objc_comptypes): Rename to objc_comptypes.
7107 (maybe_building_objc_message_expr): Rename to
7108 objc_message_selector.
7109 * c-typeck.c (comptypes): Call objc_comptypes instead of
7110 maybe_objc_comptypes, and/or objc_message_selector instead of
7111 maybe_building_objc_message_expr.
7112 (comp_target_types): Likewise.
7113 (convert_for_assignment): Likewise.
7114 (warn_for_assignment): Likewise.
7115 * cppinit.c (init_builtins): Set __OBJC__ manifest constant
7116 independently of those for other languages.
7117 * objc/objc-act.c (maybe_objc_comptypes): Delete.
7118 (maybe_objc_check_decl): Delete.
7119 (maybe_building_objc_message_expr): Rename to
7120 objc_message_selector.
7121 * objc/objc-lang.c (objc_init_options): Use clk_c instead of
7122 clk_objective_c; set flag_objc flag.
7124 2002-08-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
7126 * ifcvt.c (find_if_case_2): Test correct basic block for size.
7128 2002-08-09 Dale Johannesen <dalej@apple.com>
7130 * config/rs6000/rs6000.md: Add sibcall patterns.
7131 * config/rs6000/rs6000.h (FUNCTION_OK_FOR_SIBCALL): Define.
7132 * config/rs6000/rs6000.c (rs6000_ra_ever_killed):
7133 Rewritten to handle sibcalls.
7134 * config/rs6000/rs6000.c (function_ok_for_sibcall): New.
7135 * config/rs6000/rs6000-protos.h (function_ok_for_sibcall): New.
7137 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
7139 * profile.c (da_file_name): New static var.
7140 (init_branch_prob): Initialize it.
7141 (end_branch_prob): Remove da file.
7143 * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
7144 * configure.in (coverage_flags): Default to nothing.
7145 * configure: Rebuilt.
7147 2002-08-09 Neil Booth <neil@daikokuya.co.uk>
7149 * Makefile.in (c-opts.o): Update
7150 * c-opts.c: Include intl.h.
7151 (print_help): Move from cppinit.c. Remove unused options.
7152 (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
7153 (missing_arg): Complain for switches without an argument.
7154 (c_common_decode_option): Reject missing joined arguments.
7155 Handle new switches from cppinit.c.
7156 * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
7157 (cpp_handle_option): Similarly.
7158 (print_help): Moved to c-opts.c.
7159 * cpplib.h (struct cpp_options): Remove help_only.
7160 * gcc.c (cpp_unique_options): Remove -$.
7161 * doc/cppopts.texi: Undocument -h.
7163 2002-08-08 Jakub Jelinek <jakub@redhat.com>
7165 * config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
7166 legitimate constant.
7167 (legitimate_pic_operand_p): Neither pic operand.
7168 (legitimate_address_p): But legitimate address.
7169 (get_thread_pointer): Generate MEM/u instead of CONST around
7171 (print_operand): Remove printing of UNSPEC_TP.
7172 (print_operand_address): And print it here.
7174 2002-08-08 Devang Patel <dpatel@apple.com>
7176 * objc/objc-act.c (build_selector_translation_table): Issue warning,
7177 when -Wselector is used,if method for which selector is being
7178 created does not exist.
7180 2002-08-08 Stephen Clarke <stephen.clarke@superh.com>
7182 * config/sh/sh.c (prepare_move_operands): Only call
7183 target_reg_operand if TARGET_SHMEDIA.
7185 2002-08-08 Jakub Jelinek <jakub@redhat.com>
7187 * config/rs6000/rs6000.h, config/rs6000/aix.h,
7188 config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
7190 * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
7192 2002-08-08 Lars Brinkhoff <lars@nocrew.org>
7193 Richard Henderson <rth@redhat.com>
7195 * emit-rtl.c (gen_rtx_REG): After reload, only return
7196 frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.
7198 2002-08-08 Jakub Jelinek <jakub@redhat.com>
7200 * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.
7201 * config/rs6000/rs6000.c (rs6000_field_alignment): Move...
7202 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
7205 2002-08-08 Adam Nemet <anemet@lnxw.com>
7207 * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC
7209 (thumb_expand_prologue): Likewise.
7210 (thumb_output_function_prologue): Likewise.
7211 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for
7212 the additional push of the PIC register.
7214 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
7216 * configure.in (enable_coverage): New enable switch.
7217 * configure: Rebuilt.
7218 * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
7219 (INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
7220 (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
7221 (mostlyclean): Remove coverage files.
7222 * doc/install.texi: Document enable_coverage.
7224 * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
7225 * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
7226 * f/Make-lang.in (f.mostlyclean): Remove coverage files.
7227 * java/Make-lang.in (java.mostlyclean): Remove coverage files.
7228 * objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
7229 * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
7232 2002-08-08 Neil Booth <neil@daikokuya.co.uk>
7234 * c-opts.c (cpp_opts): New.
7235 (COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
7236 (c_common_decode_options): Handle cpplib switches.
7237 (c_common_init_options): Set cpp_opts.
7238 * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
7239 (cpp_handle_option): Similarly.
7241 2002-08-08 David Edelsohn <edelsohn@gnu.org>
7243 * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
7244 (TARGET_ALTIVEC_ABI): Same.
7245 (TARGET_ALTIVEC_VRSAVE): Same.
7247 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
7248 icode not CODE_FOR_nothing. Change switch to if.
7250 2002-08-08 Alan Modra <amodra@bigpond.net.au>
7252 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
7254 2002-08-08 Jakub Jelinek <jakub@redhat.com>
7256 * stor-layout.c (place_union_field): For bitfields if
7257 PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
7260 2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
7262 * pa.c (struct deferred_plabel): Constify name field.
7264 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
7266 * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
7268 2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
7270 * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
7271 local_prefix are the same.
7272 * configure: Rebuilt.
7274 2002-08-07 Jakub Jelinek <jakub@redhat.com>
7275 Richard Henderson <rth@redhat.com>
7277 * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
7278 to type_align when PCC_BITFIELD_TYPE_MATTERS. Only apply
7279 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
7280 (place_field): Likewise.
7281 * config/i386/i386.c (x86_field_alignment): Don't check
7282 DECL_USER_ALIGN here.
7283 * config/rs6000/rs6000.c (rs6000_field_alignment): New.
7284 * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New
7286 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
7287 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
7288 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
7289 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove.
7290 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove.
7291 * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description.
7293 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
7295 * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
7296 * c-common.c: Don't include tree-inline.h.
7297 (c_common_init_options, c_common_post_options): Move to c-opts.c.
7298 * c-common.h (c_common_decode_option): New.
7299 * c-decl.c (c_decode_option): Remove.
7300 * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
7301 * c-opts.c: New file.
7302 * c-tree.h (c_decode_option): Remove.
7303 * doc/passes.texi: Update.
7304 * objc/objc-act.c (objc_decode_option): Remove.
7305 * objc/objc-act.h (objc_decode_option): Remove.
7306 * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
7307 c_common_decode_option.
7309 2002-08-07 Chris Demetriou <cgd@broadcom.com>
7311 * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove
7312 dependency on TARGET_DOUBLE_FLOAT.
7314 2002-08-07 Stephen Clarke <stephen.clarke@superh.com>
7316 * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don't
7317 overwrite callee-save registers. Fix comment.
7319 2002-08-06 Chris Demetriou <cgd@broadcom.com>
7321 * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
7322 in target_flags based on ISA, if it was not set on the command
7323 line. Warn if MASK_BRANCHLIKLEY is set but the ISA does not
7324 support Branch Likely instructions.
7325 * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
7326 (TARGET_BRANCHLIKELY): Likewise.
7327 (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
7328 (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
7329 ISA_HAS_BRANCHLIKELY.
7330 (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
7331 * doc/invoke.texi: Document new MIPS -mbranch-likely and
7332 -mno-branch-likely options.
7334 2002-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7336 * ip2k.c (ip2k_set_compare): Add missing iteration variable.
7338 * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
7341 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
7343 * c-decl.c (duplicate_decls): Error out for incompatible TLS
7346 * testsuite/gcc.dg/tls/diag-3.c: New.
7348 2002-08-06 Dale Johannesen <dalej@apple.com>
7350 * c-common.c (fname_decl): Use line number 0 for
7351 __func__, to avoid confusing debuggers.
7353 2002-08-06 Nathan Sidwell <nathan@codesourcery.com>
7356 (struct line_info, struct coverage): New structures.
7357 (gcov_file_name, gcov_file): Remove globals.
7358 (output_data): Take source file parameter. Fix memory leak. Break
7360 (init_line_info, output_line_info, make_gcov_file_name,
7361 accumulate_branch_counts): ... here.
7362 (calculate_branch_probs, function_summary): Adjust.
7364 (function_*): Remove global variables.
7366 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
7368 * dwarf2out.c: Remove unused macros.
7370 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
7372 * function.c (TRAMPOLINE_ALIGNMENT): Always defined.
7374 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
7376 * cppinit.c (struct lang_flags): Rename trigraphs std.
7378 * cpplib.h (struct cpp_options): New member std.
7379 * cppmacro.c (_cpp_builtin_macro_text): Use std.
7380 (collect_args): Flag whether to swallow a possible future
7381 comma pasted with varargs.
7382 (replace_args): Use this flag.
7383 * doc/cpp.texi: Update varargs extension documentation.
7385 2002-08-06 Jakub Jelinek <jakub@redhat.com>
7387 * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
7389 2002-08-06 Jakub Jelinek <jakub@redhat.com>
7391 * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INT
7392 and MODE_CLASS_INT modes.
7394 2002-08-06 Jakub Jelinek <jakub@redhat.com>
7396 * config.gcc (*-*-linux*): Default to --enable-threads=posix if no
7397 --{enable,disable}-threads is given to configure.
7398 (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*,
7399 x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*,
7400 powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*,
7401 s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*):
7402 Remove thread_file setting here.
7404 2002-08-06 David Edelsohn <edelsohn@gnu.org>
7406 * doc/install.texi (Binaries): Update Bull Freeware URL.
7408 2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7410 * doc/gcc.texi (Top): Rename Index to Keyword Index.
7412 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
7414 * gcov.c (output_data): Round to % to nearest, tweak formatting.
7416 2002-08-05 Jakub Jelinek <jakub@redhat.com>
7418 * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one
7419 of the operands into MINUS_EXPR if code is PLUS_EXPR.
7421 2002-08-05 Douglas B Rupp <rupp@gnat.com>
7423 * config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
7424 * config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
7425 drectve_section): Define.
7426 * config/i386/t-interix: Replace interix.o rule with winnt.o.
7427 * config/i386/interix.c: Remove.
7429 2002-08-05 Geoffrey Keating <geoffk@redhat.com>
7431 * attribs.c: Don't include obstack.h.
7432 * builtins.c: Likewise.
7433 * cfganal.c: Likewise.
7434 * cfgbuild.c: Likewise.
7435 * cfgcleanup.c: Likewise.
7436 * emit-rtl.c: Likewise.
7440 * Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
7442 2002-08-05 Gabriel Dos Reis <gdr@nerim.net>
7444 * doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
7446 2002-08-04 Chris Demetriou <cgd@broadcom.com>
7448 * doc/invoke.texi: Remove duplicated paragraph describing
7451 2002-08-04 Geoffrey Keating <geoffk@redhat.com>
7453 * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H).
7454 * collect2.h (permanent_obstack): Delete declaration.
7455 * collect2.c (permanent_obstack): Delete definition.
7456 (main): Don't initialize permanent_obstack. Use xstrdup instead.
7457 * expr.c: Don't include obstack.h.
7458 (permanent_obstack): Delete declaration.
7459 * function.c: Don't include obstack.h.
7460 (permanent_obstack): Delete declaration.
7461 * integrate.c: Don't include obstack.h.
7462 (function_maybepermanent_obstack): Delete declaration.
7463 * print-tree.c (debug_tree): Use x*alloc not permalloc.
7464 * sdbout.c (gen_fake_label): Use x*alloc not permalloc.
7465 * tlink.c (pfgets): Use xstrdup not permanent_obstack.
7466 * toplev.c (lang_independent_init): Rename init_obstacks to init_ttree.
7467 * tree.h: Rename init_obstacks to init_ttree. Remove declarations
7468 of permalloc, expralloc, perm_calloc.
7469 * tree.c (permanent_obstack): Delete definition.
7470 (init_ttree): Rename from init_obstacks.
7471 (permalloc): Delete.
7472 (perm_calloc): Delete.
7473 (dump_tree_statistics): Don't print information about
7475 * varasm.c (assemble_start_function): Use xstrdup instead of
7477 (assemble_variable): Likewise.
7478 * config/alpha/alpha.c (unicosmk_need_dex): Use xmalloc instead of
7480 (unicosmk_add_extern): Likewise.
7481 * config/c4x/c4x.c (c4x_external_ref): Likewise.
7482 (c4x_global_label): Likewise.
7483 * config/frv/frv.c (frv_encode_section_info): Likewise.
7484 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
7485 (i386_pe_record_exported_symbol): Likewise.
7486 * config/mips/mips.c (mips_output_external): Likewise.
7487 (mips_output_external_libcall): Likewise.
7488 * config/pa/pa.c: (permanent_obstack): Delete declaration.
7489 (output_call): Use ggc_strdup instead of allocating on
7491 * config/romp/romp.c: Include ggc.h.
7492 (get_symref): Don't declare permanent_obstack, use ggc_strdup
7493 intead of permanent_obstack.
7494 * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use concat
7495 instead of permalloc.
7496 * config/rs6000/rs6000.c (rs6000_gen_section_name): Use xmalloc
7497 instead of permalloc
7498 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Use concat
7499 instead of permalloc.
7500 * config/vax/vax.c (vms_check_external): Use xmalloc instead of
7503 2002-08-04 Bernd Schmidt <bernds@redhat.com>
7505 Contribute a port developed primarily by Michael Meissner,
7506 Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
7507 * config.gcc: Add frv-elf target.
7508 * config/frv/cmovd.c: New file.
7509 * config/frv/cmovh.c: New file.
7510 * config/frv/cmovw.c: New file.
7511 * config/frv/frv-abi.h: New file.
7512 * config/frv/frv-asm.h: New file.
7513 * config/frv/frv-modes.def: New file.
7514 * config/frv/frv-protos.h: New file.
7515 * config/frv/frv.c: New file.
7516 * config/frv/frv.h: New file.
7517 * config/frv/frv.md: New file.
7518 * config/frv/frvbegin.c: New file.
7519 * config/frv/frvend.c: New file.
7520 * config/frv/lib1funcs.asm: New file.
7521 * config/frv/media.h: New file.
7522 * config/frv/modi.c: New file.
7523 * config/frv/t-frv: New file.
7524 * config/frv/uitod.c: New file.
7525 * config/frv/uitof.c: New file.
7526 * config/frv/ulltod.c: New file.
7527 * config/frv/ulltof.c: New file.
7528 * config/frv/umodi.c: New file.
7529 * config/frv/xm-frv.h: New file.
7531 * config/frv/media.h: Removed again.
7533 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
7535 * gcov.c (bb_file_time): New static variable.
7536 (object_directory): May also be object file.
7537 (preserve_paths): New static variable.
7538 (print_usage): Adjust.
7540 (process_args): Adjust.
7541 (open_files): Simplify. Cope when OBJECT_DIRECTORY is an object
7542 file. Find modification date on bb file.
7543 (read_profile): Don't rewind a NULL file.
7544 (format_hwint): New static function.
7545 (function_summary): Use format_hwint.
7546 (output_data): SOURCE_FILE_NAME is never relative to
7547 OBJECT_DIRECTORY. Use format_hwint. Adjust gcov file name
7548 mangling. Adjust output format to make it more machine readable.
7549 * doc/gcov.texi: Document & clarify semantics.
7551 2002-08-04 Joseph S. Myers <jsm@polyomino.org.uk>
7553 * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
7555 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
7557 * gcc.c (cc1_options): Pass output file as auxbase when
7559 * profile.c (init_branch_prob): FILENAME has already had ending
7561 * final.c (end_final): Likewise.
7562 * toplev.c (aux_base_name): New global.
7563 (compile_file): Pass aux_base_name to init init_branch_prob and
7565 (independent_decode_option, case 'a'): New auxinfo options.
7566 (case 'd'): Protect against mising basename.
7567 (do_compile): Initialize aux_base_name.
7568 * toplev.h (aux_base_name): New global.
7569 * doc/invoke.texi: Adjust documentation.
7571 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
7573 * config/i386/i386.c (x86_field_alignment): Remove duplicate test
7574 of TARGET_ALIGN_DOUBLE.
7576 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
7578 * diagnostic.c (inform): New function.
7579 * diagnostic.h (inform): Declare.
7581 2002-08-03 David Edelsohn <edelsohn@gnu.org>
7583 * config/rs6000/rs6000.md (movsi_internal1): Add nop mnemonic.
7584 (movhi_internal): Same.
7585 (movqi_internal): Same.
7586 (movdi_internal64): Same.
7588 * config/rs6000/t-ppccomm (MULTILIB_MATCHES_FLOAT): Add mcpu=405.
7590 * config/rs6000/xcoff.h (SKIP_ASM_OP): Define.
7591 (ASM_OUTPUT_SKIP): Use it. SIZE unsigned.
7592 (COMMON_ASM_OP): Define.
7593 (ASM_OUTPUT_ALIGNED_COMMON): Use it. SIZE unsigned.
7594 Use ALIGN parameter.
7595 (LOCAL_COMMON_ASM_OP): Define.
7596 (ASM_OUTPUT_LOCAL): Use it. SIZE unsigned.
7598 2002-08-03 Roger Sayle <roger@eyesopen.com>
7600 * builtins.def: Define new builtin functions exp, expf, expl,
7601 log, logf and logl (and their __builtin_* variants).
7602 * optabs.h (enum optab_index): Add new OTI_exp and OTI_log.
7603 Define exp_optab and log_optab.
7604 * optabs.c (init_optans): Initialize exp_optab and log_optab.
7605 * genopinit.c (optabs): Implement exp_optab and log_optab
7606 using exp?f2 and log?f2 patterns.
7607 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP*
7608 and BUILT_IN_LOG* using exp_optab and log_optab respectively.
7609 (expand_builtin): Ignore the new builtins (and all cos and
7610 sin variants) when not optimizing. Expand new builtins via
7611 expand_builtin_mathfn when flag_unsafe_math_optimizations.
7613 * doc/extend.texi: Document new exp and log builtins.
7614 * doc/md.texi: Document new exp?f2 and log?f2 patterns
7615 (and previously undocumented cos?f2 and sin?f2 patterns).
7617 2002-08-03 Jason Merrill <jason@redhat.com>
7619 * explow.c (int_expr_size): New fn.
7620 * expr.c (expand_expr) [CONSTRUCTOR]: Use it.
7621 * expr.h: Declare it.
7623 2002-08-02 Krister Walfridsson <cato@df.lth.se>
7625 * Makefile.in (gengtype-lex.o, gengtype-yacc.o): Add path to
7626 gengtype-* dependencies.
7628 2002-08-02 Eric Christopher <echristo@redhat.com>
7630 * config.gcc (mips*-*-linux*): Fix ordering of tm_file.
7631 * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
7633 (TARGET_MEM_FUNCTIONS): Define instead of define to 1.
7635 2002-08-02 David Edelsohn <edelsohn@gnu.org>
7638 * config/rs6000/rs6000.h (RTX_COSTS): Artificially make MULT
7639 small if optimizing for size.
7641 2002-08-02 Daniel Jacobowitz <drow@mvista.com>
7643 * configure.in (FORBUILD): Use $build_alias.
7644 * configure: Regenerated.
7646 2002-08-02 Richard Sandiford <rsandifo@redhat.com>
7648 * config.gcc: Don't include mips/abi64.h in $tm_file.
7649 * hard-reg-set.h (call_really_used_regs): Declare.
7650 * config/mips/abi64.h: Remove file.
7651 * config/mips/linux.h,
7652 * config/mips/iris6.h: Don't include it.
7653 * config/mips/mips-protos.h (mips_conditional_register_usage): Declare.
7654 * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Use it.
7655 (REG_PARM_STACK_SPACE, STACK_BOUNDARY, STRICT_ARGUMENT_NAMING,
7656 FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_PADDING,
7657 FUNCTION_ARG_CALLEE_COPIES, MUST_PASS_IN_STACK, MIPS_STACK_ALIGN):
7658 Bring across definitions from abi64.h.
7659 (GP_ARG_LAST, FP_ARG_LAST): Use MAX_ARGS_IN_REGISTERS.
7660 (BIGGEST_MAX_ARGS_IN_REGISTERS): New.
7661 (struct mips_args): Use it.
7662 * config/mips/mips.c (mips_conditional_register_usage): Define.
7664 2002-08-02 Jason Merrill <jason@redhat.com>
7666 * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
7667 * langhooks.c (lhd_expr_size): Define default.
7668 * langhooks.h (struct lang_hooks): Add expr_size.
7669 * explow.c (expr_size): Call it.
7670 * expr.c (store_expr): Don't copy an expression of size zero.
7671 (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
7673 * Makefile.in (builtins.o): Depend on langhooks.h.
7675 2002-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7677 * Makefile.in (ra-debug.o): Depend on $(TM_P_H).
7678 * ra-debug.c: Include "tm_p.h".
7679 * ra-rewrite.c (is_partly_live_1): Change return type to bool.
7681 2002-08-02 Toon Moene <toon@moene.indiv.nluug.nl>
7683 * simplify-rtx.c (simplify_binary_operation): x * 1 is allowed
7684 when not honoring signalling NaNs.
7685 (simplify_ternary_operation): a == b has a definite value
7686 when not honoring NaNs.
7688 2002-08-02 Jason Merrill <jason@redhat.com>
7690 * gdbinit.in (pct): New macro.
7692 2002-08-01 Stan Shebs <shebs@apple.com>
7693 Andreas Tobler <toa@pop.agri.ch>
7695 * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined,
7696 plays nice with Darwin headers.
7697 (_BSD_RUNE_T_DEFINED_): Likewise.
7699 2002-08-01 Zack Weinberg <zack@codesourcery.com>
7701 * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
7702 * cppinit.c (cpp_post_options): Likewise.
7704 * cppexp.c (cpp_classify_number): Suppress -Wtraditional
7705 warning about 'LL' suffix (but not 'ULL' etc) when
7706 -Wno-long-long is in effect.
7708 * cppmacro.c (_cpp_builtin_macro_text) [BT_TIME, BT_DATE]:
7709 Check for failing time()/localtime(), issue a warning, and
7710 make __TIME__ and __DATE__ expand to fallback strings.
7712 * doc/cpp.texi, doc/extend.texi: Document behavior of __DATE__
7713 and __TIME__ when the date and time cannot be determined.
7715 2002-08-02 Alan Modra <amodra@bigpond.net.au>
7717 * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
7719 2002-08-01 Daniel Jacobowitz <drow@mvista.com>
7721 * Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).
7723 2002-08-01 Chris Demetriou <cgd@broadcom.com>
7725 * config.gcc (mipsisa64sb1-*-elf*): New configuration.
7726 (mipsisa64sb1el-*-elf*): Likewise.
7727 * config/mips/mips.c (mips_cpu_info_table): Add sb1.
7728 * config/mips/mips.h (processor_type): Add PROCESSOR_SB1.
7729 (TARGET_SB1, TUNE_SB1): New macros.
7730 * doc/invoke.texi: Add sb1 to documentation for MIPS -march and
7733 2002-08-01 David Edelsohn <edelsohn@gnu.org>
7735 * varasm.c (asm_emit_uninitialized): Return false if global BSS
7736 and ASM_EMIT_BSS not supported by target.
7737 (assemble_variable): Do not duplicate uninitialized logic.
7738 Fall through if asm_emit_uninitialized failed.
7740 2002-08-01 Chris Demetriou <cgd@broadcom.com>
7742 * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro.
7744 2002-08-02 Alan Modra <amodra@bigpond.net.au>
7746 * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define.
7747 (DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC): Define.
7749 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
7750 HOST_BITS_PER_WIDE_INT == 64.
7752 2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7754 * df.c (df_insn_table_realloc): Change parameter to unsigned.
7755 * optabs.c (expand_binop): Make variable unsigned.
7756 * simplify-rtx.c (simplify_subreg): Likewise.
7757 * unroll.c (unroll_loop): Cast to avoid signed/unsigned warnings.
7759 2002-08-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7761 * c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.
7763 2002-08-01 Richard Henderson <rth@redhat.com>
7765 * toplev.c (parse_options_and_default_flags): Don't set
7766 flag_reorder_blocks for -Os.
7768 * config/avr/avr.c (avr_optimization_options): Remove.
7769 * config/avr/avr.h (OPTIMIZATION_OPTIONS): Remove.
7770 * config/m68hc11/m68hc11.c (m68hc11_optimization_options): Remove.
7771 * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Remove.
7773 2002-08-01 H.J. Lu <hjl@gnu.org>
7774 Richard Henderson <rth@redhat.com>
7776 * output.h (DECL_READONLY_SECTION): Remove.
7777 (decl_readonly_section): Declare.
7778 * varasm.c (decl_readonly_section): New.
7779 (default_section_type_flags, default_select_section): Use it.
7780 * config/arm/pe.c (arm_pe_unique_section): Likewise.
7781 * config/i386/interix.c (i386_pe_unique_section): Likewise.
7782 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
7783 * config/mcore/mcore.c (mcore_unique_section): Likewise.
7784 * config/mips/mips.c (mips_unique_section): Likewise.
7786 2002-08-01 Richard Henderson <rth@redhat.com>
7788 * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
7789 refers to a subroutine parameter.
7791 2002-08-01 Jakub Jelinek <jakub@redhat.com>
7793 * varasm.c (assemble_visibility): Strip name encoding.
7795 2002-08-01 Ian Dall <ian@sibyl.beware.dropbear.id.au>
7797 * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
7798 (RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
7799 when there is no frame pointer.
7800 (INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
7802 * config/ns32k/__unorddf2.c: New file.
7803 * config/ns32k/__unordsf2.c: New file.
7804 * config/ns32k/t-ns32k: New file.
7805 * config.gcc (ns32k-*-netbsd*): Use it.
7807 2002-08-01 Aldy Hernandez <aldyh@redhat.com>
7809 * config/rs6000/rs6000.h (SPU_CONST_OFFSET_OK): Change to 0xff.
7811 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
7813 * c-common.c (__GXX_ABI_VERSION): Correct spelling.
7815 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
7817 * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
7819 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
7821 * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions.
7823 2002-08-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7825 * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
7827 (expr_hash_table, set_hash_table): Type changed to ...
7828 (struct hash_table): New type.
7829 (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
7830 insert_expr_in_table, insert_set_in_table, compute_hash_table,
7831 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
7832 compute_ae_gen, compute_ae_kill): Modified to pass the table explicitly.
7833 (alloc_set_hash_table, alloc_expr_hash_table): Merged to ...
7834 (alloc_hash_table): New.
7835 (free_set_hash_table, free_expr_hash_table): Merged to ...
7836 (free_hash_table): New.
7837 (compute_set_hash_table, compute_expr_hash_table): Merged to ...
7838 (compute_hash_table_work): New.
7839 (classic_gcse, one_classic_gcse_pass, compute_cprop_data,
7840 find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
7841 pre_edge_insert, pre_insert_copies, pre_delete, pre_gcse,
7842 one_pre_gcse_pass, compute_transpout, compute_code_hoist_vbeinout,
7843 hoist_code, one_code_hoisting_pass,
7844 trim_ld_motion_mems): Altered due to changed type of hash tables.
7846 2002-08-01 Zack Weinberg <zack@codesourcery.com>
7848 * final.c (output_alternate_entry_point):
7849 If ASM_OUTPUT_TYPE_DIRECTIVE is defined, use it.
7851 2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7853 * objc/objc-act.c (encode_complete_bitfield): Add prototype and
7854 avoid ISO C style function definition.
7856 * expr.c (expand_assignment): Delete unused variable.
7858 2002-08-01 Toon Moene <toon@moene.indiv.nluug.nl>
7860 * c-common.c (cb_register_builtins): Set
7861 __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
7862 is given, and to 0 otherwise.
7863 * combine.c (simplify_if_then_else): HONOR_NANS
7864 implies FLOAT_MODE_P.
7866 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
7868 * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
7869 (cpp_handle_option): Don't handle it.
7870 (print_help): Update.
7871 * doc/cppopts.texi: Update.
7873 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
7875 * c-common.c (cb_register_builtins): If C++, define
7876 __EXCEPTIONS, __DEPRECATED and __GXX_ABI_VERSION as appropriate.
7877 * gcc.c (cpp_unique_options): Remove __GXX_ABI_VERSION.
7879 * lang-specs.h: Simplify in accordance with new code in
7882 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
7884 * c-common.c: Define all C/ObjC/C++ warning and flag variables.
7885 * c-common.h: Declare all C/ObjC/C++ warning and flag variables.
7886 * c-decl.c: Move all warning and flag variables to c-common.c.
7887 * c-format.c: Move all warning variables to c-common.c.
7888 * c-tree.h: Move all warning and flag declarations to c-common.h.
7889 * objc/objc-act.c: Move all warning variables to c-common.c.
7890 (flag_warn_protocol): Rename warn_protocol.
7892 2002-07-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
7894 * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
7896 2002-07-31 Graham Stott <graham.stott@btinternet.com>
7898 * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
7901 2002-07-31 Stan Shebs <shebs@apple.com>
7903 * config.gcc (i[34567]86-*-darwin*): New configuration.
7904 * config/darwin.h (TARGET_ENCODE_SECTION_INFO): Undefine before
7906 (TARGET_ENCODE_SECTION_INFO): Ditto.
7907 (ASM_PREFERRED_EH_DATA_FORMAT): Ditto.
7908 * config/darwin.c (machopic_indirect_data_reference): Remove
7909 setting of RTX_UNCHANGING_P.
7910 (machopic_legitimize_pic_address): Move RTX_UNCHANGING_P up so as
7911 not to be applied to sums.
7912 * config/i386/t-darwin: New file.
7913 * config/i386/darwin.h: New file.
7914 * config/i386/i386.h (TARGET_MACHO): Add default definition.
7915 * config/i386/i386.md (tablejump): Add TARGET_MACHO case.
7916 * config/i386/i386.c (output_set_got): For Mach-O, output Mach-O
7917 label and not the GOT add.
7918 (constant_address_p): For Mach-O, seeing a CONST is enough.
7919 (legitimate_pic_address_disp_p): Add a Mach-O case.
7920 (legitimate_address_p): Also test machopic_operand_p if Mach-O.
7921 (legitimize_pic_address): Use generic Mach-O code to legitimize.
7922 (output_pic_addr_const): Suppress @PLT if Mach-O, and parens
7923 if outputting a difference.
7924 (ix86_output_addr_diff_elt): Add Mach-O case.
7925 (ix86_expand_move): Similarly.
7926 (ix86_expand_call): Similarly.
7927 (current_machopic_label_num): New global.
7928 (machopic_output_stub): New function.
7929 (ix86_value_regno): New function.
7930 (ix86_function_value): Use it instead of VALUE_REGNO.
7931 (ix86_libcall_value): Ditto.
7932 * config/i386/unix.h (VALUE_REGNO): Remove.
7934 2002-07-31 Graham Stott <grahas@btinternet.com>
7936 * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
7937 hash for LABEL_REF's.
7939 2002-07-31 Graham Stott <grahams@btinternet.com>
7941 * config/rs6000/rs6000.c (spe_init_builtins,
7942 altivec_init_builtins, rs6000_common_init_builtins):
7943 Replace ANSI with K&R function def.
7945 2002-07-31 David Edelsohn <edelsohn@gnu.org>
7947 * rs6000.c (validate_condition_mode): Test flag_finite_math_only
7950 2002-07-31 Richard Sandiford <rsandifo@redhat.com>
7952 * config/mips/crtn.asm: Don't use __mips16 to determine the
7953 return-address offset. Define RA to a suitable temporary
7954 register for the return address.
7956 2002-07-31 Richard Sandiford <rsandifo@redhat.com>
7958 * config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
7961 2002-07-30 Chris Demetriou <cgd@broadcom.com>
7963 * config/mips/elf.h (STARTFILE_SPEC): Define differently if
7964 default ABI is MEABI. (Undoes incorrect change in Eric Christopher's
7965 patch on 2002-07-29.)
7966 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
7968 2002-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7970 * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,
7971 fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h,
7972 ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h,
7973 openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h,
7974 s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h:
7975 (ASM_GLOBALIZE_LABEL): Delete.
7976 (GLOBAL_ASM_OP): Define.
7978 * m68hc11.h, m68k.h, m88k.h (ASM_GLOBALIZE_LABEL): Delete.
7980 * defaults.h (ASM_GLOBALIZE_LABEL): Provide a default.
7981 * doc/tm.texi (ASM_GLOBALIZE_LABEL): Update docs.
7983 2002-07-30 Geoffrey Keating <geoffk@redhat.com>
7985 * doc/extend.texi (Hints implementation): Document that GCC
7986 mostly ignores `register'.
7988 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
7990 * flags.h: Declare flag_finite_math_only.
7991 Use it in definition of HONOR_NANS and
7993 * c-common.c (cb_register_builtins): Emit
7994 __FINITE_MATH_ONLY__ when flag_finite_math_only
7996 * combine.c (simplify_if_then_else): If
7997 flag_finite_math_only is set, a == b has a
7999 * toplev.c: Initialize flag_finite_math_only.
8000 (set_flags_fast_math): Set it on -ffast-math.
8001 (flag_fast_math_set_p): Test it.
8002 * doc/invoke.texi: Document -ffinite-math-only.
8004 2002-07-30 Richard Henderson <rth@redhat.com>
8006 * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
8007 (noce_process_if_block): Likewise.
8009 2002-07-30 Bernd Schmidt <bernds@redhat.com>
8011 * ifcvt.c (cond_exec_process_if_block): Fix a merging error.
8012 Bail out early if false_expr is NULL and we'd crash due to this.
8013 * genemit.c (gen_expand): Recognize return insns even if the return
8014 appears in a parallel.
8015 * libgcc2.c: Expand macro DECLARE_LIBRARY_RENAMES if it is defined.
8016 * config/fp-bit.c: Likewise.
8017 * doc/tm.texi: Document it.
8019 2002-07-30 David Edelsohn <edelsohn@gnu.org>
8020 Zack Weinberg <zack@codesourcery.com>
8022 * rs6000.c (rs6000_expand_unop_builtin): Check icode not
8023 CODE_FOR_nothing. Change switch to if.
8024 (rs6000_expand_binop_builtin): Same.
8025 (rs6000_expand_builtin): Expand builtin if target support enabled.
8026 (rs6000_init_builtins): Init builtin if target support enabled.
8027 (rs6000_common_init_builtins): Check icode not CODE_FOR_nothing.
8029 2002-07-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8031 * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.
8033 2002-07-30 Richard Sandiford <rsandifo@redhat.com>
8035 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
8037 Tue Jul 30 18:31:31 2002 J"orn Rennecke <joern.rennecke@superh.com>
8039 * sh.md (cond_delay_slot): New attribute.
8040 (cbranch delay): Use it for anulled-true case.
8041 (stuff_delay_slot): New pattern.
8042 * sh.c (print_operand, case '.'): Don't print .s / /s fore zero-length
8044 (gen_far_branch): Emit stuff_delay_slot pattern.
8046 Tue Jul 30 11:21:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
8048 * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
8050 2002-07-30 Kazu Hirata <kazu@cs.umass.edu>
8052 * fold-const.c: Fix comment typos.
8054 * reload1.c: Likewise.
8056 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
8058 * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
8061 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
8063 * c-pretty-print.h (pp_c_statement): Declare.
8064 * c-pretty-print.c (pp_c_postfix_expression): #if 0 support for SRCLOC.
8065 (pp_c_statement): Define.
8067 2002-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8069 * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,
8070 darwin.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i960.h,
8071 ip2k.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h,
8072 mn10200.h, mn10300.h, ns32k.h, pa/pa-linux.h, pdp11.h, romp.h,
8073 rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h,
8074 v850.h, vax.h, xtensa.h (ASM_OUTPUT_LABEL): Delete definition.
8076 * defaults.h (ASM_OUTPUT_LABEL): Provide a default.
8077 * doc/tm.texi (ASM_OUTPUT_LABEL): Update docs.
8079 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
8081 * c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.
8082 (pp_c_postfix_expression): Handle ARROW_EXPR, FFS_EXPR,
8083 COMPOUND_LITERAL_EXPR, VA_ARG_EXPR.
8084 (pp_c_expression): Update.
8086 2002-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8088 * alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
8089 concat in lieu of xmalloc/strcpy/memcpy/sprintf.
8090 * alpha/vms-ld.c (main): Likewise.
8091 * dsp16xx.c (double_reg_to_memory): Likewise.
8092 * mcore.c (mcore_expand_prolog): Likewise.
8093 * cppfiles.c (read_name_map): Likewise.
8094 * gensupport.c (process_rtx, identify_predicable_attribute,
8095 alter_test_for_insn): Likewise.
8096 * vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
8098 2002-07-29 Roger Sayle <roger@eyesopen.com>
8100 * builtins.c (expand_builtin): Change the default behavior to
8101 only issue an error if the builtin function doesn't have a
8102 fallback library call. Remove several cases handled by the
8105 2002-07-29 John David Anglin <dave@hiauly1.hia.nrc>
8107 * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the
8108 floating point format of the target is IEEE.
8109 * (dec_f, dec_d, dec_g, dec_h): Define only if the floating point
8110 format of the target is DEC.
8112 2002-07-29 Richard Henderson <rth@redhat.com>
8114 * unroll.c (verify_addresses): Remove.
8115 (find_splittable_givs): Never split DEST_ADDR givs.
8117 2002-07-29 Geoffrey Keating <geoffk@redhat.com>
8119 * doc/gty.texi (GGC Roots): Clarify that the list of syntaxes
8121 (Files): Improve documentation on generated source files.
8123 * doc/extend.texi (Translation implementation): Document what
8124 diagnostics look like.
8125 (Identifiers implementation): Document that there's normally no
8126 limit on identifier names.
8127 (Integers implementation): Document two's complement.
8128 (Hints implementation): Document that GCC honors 'inline', mostly.
8129 (Preprocessing directives implementation): Document that GCC
8130 requires the current time.
8132 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
8134 * c-pretty-print.h (struct c_pretty_print_info): Add new member.
8135 (pp_initializer): New macro.
8136 (pp_c_initializer): Declare.
8137 * c-pretty-print.c (pp_c_primary_expression): HAndle TARGET_EXPR.
8138 (pp_c_initializer): Define.
8139 (pp_c_initializer_list): New function.
8140 (pp_c_postfix_expression): Handle ABS_EXPR, COMPLEX_CST,
8141 VECTOR_CST, CONSTRUCTOR.
8142 (pp_c_unary_expression): Handle CONJ_EXPR, REALPART_EXPR,
8144 (pp_c_cast_expression): Handle FLOAT_EXPR.
8145 (pp_c_assignment_expression): Handle INIT_EXPR.
8146 (pp_c_expression): Update.
8148 2002-07-30 Neil Booth <neil@daikokuya.co.uk>
8150 * objc/objc-act.c (objc_init): Return immediately if filename
8153 2002-07-29 Eric Christopher <echristo@redhat.com>
8155 * config/mips/elf.h: Remove ecoff.h and gofast includes.
8156 (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
8157 (SDB_DEBUGGING_INFO): Undefine.
8158 (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
8159 (PUT_SDB_SIZE): Remove.
8160 (SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
8161 (STARTFILE_SPEC): Add isa3264 define.
8162 * config/mips/elf64.h: Ditto. Move TARGET_MEM_FUNCTIONS from here...
8163 * config/mips/ecoff.h: Remove. and here...
8164 * config/mips/iris3.h: and here...
8165 * config/mips/sni-svr4.h: and here...
8166 * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
8167 Add assembler -mmdebug options for non-dwarf debugging.
8168 * config/mips/r3900.h: Remove debug info defines.
8169 * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
8170 * config/mips/isa3264.h: Ditto.
8171 * config/mips/t-isa3264: Fix up for file removal and gofast configure
8173 * config/mips/t-elf: Ditto.
8174 * config/mips/t-ecoff: Ditto.
8175 * config/mips/t-r3900: Ditto.
8176 * config/mips/t-iris5-6: Ditto.
8177 * config/mips/t-isa3264: Ditto.
8178 * config/mips/t-linux: Remove.
8179 * config/mips/t-netbsd: Remove.
8180 * config/mips/t-mips: New file.
8181 * config/mips/t-gofast: Ditto.
8182 * config/mips/netbsd.h: Remove unnecessary undefines.
8183 * config/mips/linux.h: Remove #include of mips.h.
8184 * config.gcc: Add mips.h include for elf targets. Remove tm_file
8185 for ecoff. Add gofast configure option for mips.
8187 2002-07-29 Chris Demetriou <cgd@broadcom.com>
8189 * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
8190 linker scripts use STARTUP directives consistently.
8191 * configure: Regenerate.
8192 * config.in: Regenerate.
8193 * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
8194 on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
8195 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8196 * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
8197 HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
8200 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
8202 * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute.
8204 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
8206 * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
8208 2002-07-29 Aldy Hernandez <aldy@quesejoda.com>
8210 * config/rs6000/rs6000.md: Move altivec patterns from here...
8212 * config/rs6000/altivec.md: ...to here.
8214 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
8216 * config/rs6000/spe.md ("spe_evmra"): Change to unspec.
8218 2002-07-29 Richard Henderson <rth@redhat.com>
8220 * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
8221 set_mem_attributes and add BITPOS argument. Subtract it from
8222 OFFSET when same is adjusted.
8223 (set_mem_attributes): New wrapper function.
8224 * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
8225 remove offset adjustment hack.
8226 * expr.h (set_mem_attributes_minus_bitpos): Declare.
8228 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>
8230 * Makefile.in (C_OBJS): Include c-pretty-print.o
8231 (c-pretty-print.o): Add depency rule.
8232 * pretty-print.h: Add more macros.
8233 * c-pretty-print.c: New file.
8234 * c-pretty-print.h: Likewise.
8236 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
8238 * config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
8239 constants to __ev64_s32__.
8240 (__internal_ev_mwhgsmian): Same.
8241 (__internal_ev_mwhgsmfan): Same.
8242 (__internal_ev_mwhgssfan): Same.
8243 (__internal_ev_mwhgumiaa): Same.
8244 (__internal_ev_mwhgsmiaa): Same.
8245 (__internal_ev_mwhgsmfaa): Same.
8246 (__internal_ev_mwhgssfaa): Same.
8248 2002-07-29 David Edelsohn <edelsohn@gnu.org>
8250 * varasm.c (assemble_variable): Narrow test for uninitialized
8251 without BSS target support.
8253 2002-07-29 Nathan Sidwell <nathan@codesourcery.com>
8255 * profile.c: Add file comment describing the overall algorithm and
8257 (struct edge_info): Add comments.
8258 (struct bb_info): Add comments.
8259 * basic-block.h (EDGE_*): Add comments.
8260 * doc/gcov.texi (Gcov Data Files): Document bit flags.
8262 2002-07-29 Bob Wilson <bob.wilson@acm.org>
8264 * config/xtensa/elf.h, config/xtensa/linux.h
8265 (TARGET_OS_CPP_BUILTINS): Define.
8266 (CPP_PREDEFINES): Remove.
8267 * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
8270 2002-07-29 Zack Weinberg <zack@codesourcery.com>
8272 * gensupport.c: Include hashtab.h.
8273 (insn_elision, condition_table, hash_c_test, cmp_c_test,
8274 maybe_eval_c_test): New routines and data structures to
8275 support insn elision.
8276 (init_md_reader): Read and initialize the condition_table.
8277 (read_md_rtx): Discard insn patterns whose C test is provably
8279 * gensupport.h: Declare new functions and data structures.
8281 * genconditions.c, dummy-conditions.c: New files.
8282 * Makefile.in: Build genconditions; run it to construct
8283 insn-conditions.c; build that and link it into most gen*
8285 (HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
8286 (GEN): Delete, unused.
8287 (STAGESTUFF): Update.
8289 * gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
8290 CODE_FOR_nothing for all elided patterns.
8291 (main): Tweaked to support this.
8292 * genflags.c (gen_proto): Emit a static inline generator
8293 function here for all elided patterns, which simply returns
8295 (gen_insn): Do not define HAVE_xxx for elided patterns.
8296 (main): Tweaked to support this. No need to forward-declare
8298 * genrecog.c: Do not bother emitting the C test if it's known
8299 to be true at compile time.
8301 2002-07-29 Mike Stump <mrs@apple.com>
8303 * config.gcc (target_gtfiles): Initialize, as otherwise cross
8304 compilers hosted on powerpc-apple-darwin6.0 won't even build.
8306 2002-07-29 Richard Earnshaw <rearnsha@arm.com>
8308 * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
8309 remove clobber of LR.
8310 (sibcall_insn, sibcall_value_insn): Update accordingly.
8311 (sibcall_epilogue): Remove debugging comment from assembler stream.
8313 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>
8315 * pretty-print.h: Define more macros.
8316 * diagnostic.h (output_formatted_integer): Moved from...
8317 * diagnostic.c: ... here.
8319 2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8321 * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF.
8323 2002-07-28 Zack Weinberg <zack@codesourcery.com>
8325 * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
8326 arguments. Always use ".-symbol" as expression argument.
8327 * doc/tm.texi: Update to match. Document requirement for
8328 ".size symbol, .-symbol" to be acceptable to assembler.
8330 * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
8331 config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
8332 config/i386/freebsd-aout.h, config/i386/sco5.h,
8333 config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
8334 config/xtensa/linux.h: Update uses of ASM_OUTPUT_MEASURED_SIZE.
8336 2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8338 * Makefile.in (gengtype-lex.c): Fix error in last change.
8340 * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
8343 * Makefile.in (vmsdbgout.o): Depend on function.h.
8345 * vmsdbgout.c: Include function.h.
8347 2002-07-28 Alan Modra <amodra@bigpond.net.au>
8349 * prefix.c (update_path): Don't strip single `.' path components
8350 unless stripping a later `..' component. Exit loop as soon as
8351 a valid path is found.
8353 2002-07-27 Roger Sayle <roger@eyesopen.com>
8355 * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
8356 argument. Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
8357 BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
8358 floating point unordered comparisons (e.g. __builtin_isgreater)
8359 as const, and leave the remaining GCC_BUILTINs unchanged.
8361 * c-decl.c (builtin_function): No need to explicitly mark
8362 BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
8364 2002-07-27 Roger Sayle <roger@eyesopen.com>
8366 * Makefile.in: rtlanal.o now depends upon real.h.
8368 * flags.h [flag_signaling_nans]: New flag.
8369 [HONOR_SNANS]: New macro.
8371 * toplev.c [flag_signaling_nans]: Initialize to false.
8372 (f_options): Add processing for "-fsignaling-nans".
8373 (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
8374 (process_options): flag_signaling_nans implies flag_trapping_math.
8376 * c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
8377 when -fsignaling-nans. First step to implementing WG14's N965.
8379 * fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
8380 1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
8381 [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
8383 * simplify-rtx.c (simplify_relational_operation): Conditionalize
8384 transforming abs(x) < 0.0 into false on !HONOR_SNANS.
8386 * rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
8387 required by HONOR_SNANS. (may_trap_p): Floating point DIV, MOD,
8388 UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
8389 -fsignaling_nans. EQ and NE only trap for flag_signaling_nans
8390 not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
8392 * doc/invoke.texi: Document new -fsignaling-nans compiler option.
8394 2002-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8396 * Makefile.in (gengtype-lex.c): Work around a bug in flex.
8397 * gengtype-lex.l (YY_USE_PROTOS): Undef.
8400 2002-07-27 Roger Sayle <roger@eyesopen.com>
8402 * doc/invoke.texi: Document that both -fno-builtin-foo and
8403 -fno-builtin are supported by the g++ front-end.
8405 2002-07-27 Stan Shebs <shebs@apple.com>
8407 * configure.in: Rename config_gtfiles to target_gtfiles.
8408 * configure: Regenerate.
8409 * doc/gty.texi: Update reference.
8410 * config.gcc (powerpc-*-darwin*): Set target_gtfiles
8411 instead of appending to it.
8413 2002-07-25 Aldy Hernandez <aldyh@redhat.com>
8415 * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
8416 vectors are split into two registers.
8417 (function_arg): Same.
8419 Thu Jul 26 23:00:13 2002 J"orn Rennecke <joern.rennecke@superh.com>
8421 * pa.md (extv): Check predicates before emitting extv_32.
8423 2002-07-27 Alan Modra <amodra@bigpond.net.au>
8425 * config/rs6000/rs6000.c (rs6000_traceback_name): New var.
8426 (rs6000_traceback): New var.
8427 (rs6000_override_options): Set rs6000_traceback.
8428 (rs6000_output_function_epilogue): Implement traceback options.
8429 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add "traceback=".
8430 (rs6000_traceback_name): Declare.
8432 * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
8433 label reference when NO_PROFILE_COUNTERS.
8435 2002-07-26 Jason Merrill <jason@redhat.com>
8437 * function.c (assign_parms): Handle frontend-directed pass by
8438 invisible reference.
8440 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
8442 * doc/cppopts.texi: Update.
8444 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
8446 * cppmacro.c (_cpp_create_definition): Don't attempt redefinition
8447 warnings on assertions.
8449 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
8451 * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
8452 RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR,
8454 * c-parse.in (rid_to_yy): Similarly.
8456 2002-07-26 Jason Merrill <jason@redhat.com>
8458 * c-dump.c: Resurrect.
8459 * tree-dump.c: Move C-specific stuff to c-dump.c.
8460 * c-common.h: Declare c_dump_tree.
8461 * c-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN): Define.
8462 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
8463 (c-dump.o): New rule.
8465 2002-07-26 Alan Modra <amodra@bigpond.net.au>
8467 * config/rs6000/rs6000.md: Enable patterns using rlwinm for
8468 PowerPC64. Replace "T" and "S" constraints with "n" when the
8469 predicate will do. Formatting fixes.
8470 (extzvsi_internal2): Use "andi.", "andis." and attr type of "compare"
8471 as for extzvsi_internal1.
8473 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
8475 * dwarfout.c (VERSION_ASM_OP, DERIV_BEGIN_LABEL_FMT,
8476 DERIV_END_LABEL_FMT): Remove.
8477 (SL_BEGIN_LABEL_FMT, SL_END_LABEL_FMT): Move.
8479 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
8481 * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
8484 2002-07-25 Stan Shebs <shebs@apple.com>
8486 * config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
8488 (output_compiler_stub): Remove unused locals.
8489 (output_call): Always initialize line number.
8491 Thu Jul 25 20:34:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
8493 * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
8494 * sh.md (truncdiqi2, movqi_media): Likewise.
8496 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
8498 * gcse.c (obstack_chunk_alloc): Remove.
8499 (gcse_alloc): Fix to count allocated bytes.
8500 * collect2.c (SYMBOL__MAIN): Remove.
8502 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
8504 * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
8505 HAVE_TARGET_EXECUTABLE_SUFFIX.
8507 Thu Jul 25 18:57:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
8509 * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
8510 SIZE, EXPR and OFFSET.
8512 2002-07-25 Richard Henderson <rth@redhat.com>
8514 * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
8515 in ARRAY_REF of DECL_P case.
8517 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
8519 * doc/invoke.texi: Document -mabi=meabi, and expand on the EABI
8520 description. Document -mips32, -mips64, and the associated -march
8521 values. Describe the "mipsN" arguments to -march. Say that the
8522 -mipsN options are equivalent to -march. Reword the description
8523 of default type sizes.
8524 * toplev.h (target_flags_explicit): Declare.
8525 * toplev.c (target_flags_explicit): New var.
8526 (set_target_switch): Update target_flags_explicit.
8527 * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Undefine.
8528 * config/mips/elf64.h (MIPS_ISA_DEFAULT): Undefine.
8529 * config/mips/iris6.h (SUBTARGET_ASM_SPEC): -mabi=64 implies -mips3.
8530 * config/mips/isa3264.h (MIPS_ENABLE_EMBEDDED_O32): Undefine.
8531 * config/mips/mips.h (mips_cpu_info): New struct.
8532 (mips_cpu_string, mips_explicit_type_size_string): Remove.
8533 (mips_cpu_info_table, mips_arch_info, mips_tune_info): Declare.
8534 (MIPS_CPP_SET_PROCESSOR): New macro.
8535 (TARGET_CPP_BUILTINS): Declare a macro for each supported processor.
8536 Define _MIPS_ARCH and _MIPS_TUNE.
8537 (MIPS_ISA_DEFAULT): Don't provide a default value. Instead...
8538 (MIPS_CPU_STRING_DEFAULT): Set to "from-abi" if neither it nor
8539 MIPS_ISA_DEFAULT were already defined.
8540 (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT.
8541 (TARGET_OPTIONS): Remove -mcpu and -mexplicit-type-size.
8542 (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New.
8543 (GAS_ASM_SPEC): Remove -march, -mcpu, -mgp* and -mabi rules.
8544 (ABI_GAS_ASM_SPEC): Remove.
8545 (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
8546 (ASM_SPEC): Add -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64.
8547 Invoke %(asm_abi_default_spec) if no ABI was specified.
8548 (CC1_SPEC): Remove ISA -> register-size rules.
8549 (EXTRA_SPECS): Remove abi_gas_asm_spec. Add asm_abi_default_spec.
8550 * config/mips/mips.c (mips_arch_info, mips_tune_info): New vars.
8551 (mips_cpu_string, mips_explicit_type_size_string): Remove.
8552 (mips_cpu_info_table): New array.
8553 (mips_set_architecture, mips_set_tune): New fns.
8554 (override_options): Rework to make -mipsN equivalent to -march.
8555 Detect more erroneous cases, including those removed from CC1_SPEC.
8556 Don't change the ABI based on architecture, or vice versa.
8557 Unify logic with GAS.
8558 (mips_asm_file_start): Get architecture name from mips_arch_info.
8559 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
8560 (mips_parse_cpu): Take the name of the option as argument. Handle
8561 'from-abi'. Raise an error if the option is wrong.
8562 (mips_cpu_info_from_isa): New fn.
8564 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
8566 * config/mips/mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF.
8567 (tablejump_mips162): Likewise.
8569 Thu Jul 25 10:23:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
8571 * simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to
8574 2002-07-25 Gabriel Dos Reis <gdr@nerim.net>
8576 * c-common.c (c_sizeof_or_alignof_type): Take a third argument for
8578 * c-common.h (c_sizeof): Adjust definition.
8579 (c_alignof): Likewise.
8580 * c-tree.h (c_sizeof_nowarn): Now macro.
8581 * c-typeck.c (c_sizeof_nowarn): Remove definition.
8583 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
8585 * c-decl.c (c_decode_option): No need to handle switches
8588 2002-07-24 Zack Weinberg <zack@codesourcery.com>
8590 * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
8591 ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
8592 * doc/tm.texi: Document them. Also document SIZE_ASM_OP,
8593 TYPE_ASM_OP, and TYPE_OPERAND_FMT.
8595 * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
8596 config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
8597 config/cris/aout.h, config/i386/freebsd-aout.h,
8598 config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
8599 config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
8600 config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
8601 config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
8602 config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
8603 config/xtensa/elf.h, config/xtensa/linux.h:
8605 Where possible, remove redundant definitions of SIZE_ASM_OP,
8606 TYPE_ASM_OP, and TYPE_OPERAND_FMT.
8608 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
8610 * config/rs6000/eabi.h: Define TARGET_SPE_ABI, TARGET_SPE,
8611 TARGET_ISEL, and TARGET_FPRS.
8613 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
8614 -mabi=spe, -mabi=no-spe, and -misel=.
8616 * config/rs6000/rs6000-protos.h: Add output_isel.
8617 Move vrsave_operation prototype here.
8619 * config/rs6000/rs6000.md (sminsi3): Allow pattern for TARGET_ISEL.
8623 (abssi2_nopower): Disallow when TARGET_ISEL.
8625 (negsf2): Change to expand and rename old pattern to *negsf2.
8626 (abssf2): Change to expand and rename old pattern to *abssf2.
8628 New expanders: fix_truncsfsi2, floatunssisf2, floatsisf2,
8631 Change patterns that check for TARGET_HARD_FLOAT or
8632 TARGET_SOFT_FLOAT to also check TARGET_FPRS.
8634 * config/rs6000/rs6000.c: New globals: rs6000_spe_abi,
8635 rs6000_isel, rs6000_fprs, rs6000_isel_string.
8636 (rs6000_override_options): Add 8540 case to
8637 processor_target_table.
8638 Set rs6000_isel for the 8540.
8639 Call rs6000_parse_isel_option.
8640 (enable_mask_for_builtins): New.
8641 (rs6000_parse_isel_option): New.
8642 (rs6000_parse_abi_options): Add spe and no-spe.
8643 (easy_fp_constant): Treat !TARGET_FPRS as soft-float.
8644 (rs6000_legitimize_address): Check for TARGET_FPRS when checking
8645 for TARGET_HARD_FLOAT.
8646 Add case for SPE_VECTOR_MODE.
8647 (rs6000_legitimize_reload_address): Handle SPE vector modes.
8648 (rs6000_legitimate_address): Disallow PRE_INC/PRE_DEC for SPE
8650 Check for TARGET_FPRS when checking for TARGET_HARD_FLOAT.
8651 (rs6000_emit_move): Check for TARGET_FPRS.
8652 Add cases for SPE vector modes.
8653 (function_arg_boundary): Return 64 for SPE vector modes.
8654 (function_arg_advance): Check for TARGET_FPRS and
8656 (function_arg): Same.
8657 (setup_incoming_varargs): Check for TARGET_FPRS.
8658 (rs6000_va_arg): Same.
8659 (struct builtin_description): Un-constify mask field. Move up in
8661 (bdesc_2arg): Un-constify and add SPE builtins.
8663 (bdesc_spe_predicates): New.
8664 (bdesc_spe_evsel): New.
8665 (rs6000_expand_unop_builtin): Add SPE 5-bit literal builtins.
8666 (rs6000_expand_binop_builtin): Same.
8667 (bdesc_2arg_spe): New.
8668 (spe_expand_builtin): New.
8669 (spe_expand_predicate_builtin): New.
8670 (spe_expand_evsel_builtin): New.
8671 (rs6000_expand_builtin): Call spe_expand_builtin for SPE.
8672 (rs6000_init_builtins): Initialize SPE builtins. Call
8673 rs6000_common_init_builtins.
8674 (altivec_init_builtins): Move all non-altivec builtin code to...
8675 (rs6000_common_init_builtins): ...here. New function.
8676 (branch_positive_comparison_operator): Allow NE code for SPE.
8677 (ccr_bit): Return correct ccr bit for SPE fp.
8678 (print_operand): Emit crnor in 'D' case for SPE.
8680 Add SPE code for 'y' case.
8681 (rs6000_generate_compare): Generate rtl for SPE fp.
8682 (output_cbranch): Handle SPE hard floats.
8683 (rs6000_emit_cmove): Handle isel.
8684 (rs6000_emit_int_cmove): New.
8686 (rs6000_stack_info): Adjust stack frame so GPRs are saved in
8688 (debug_stack_info): Add SPE info.
8689 (gen_frame_mem_offset): New.
8690 (rs6000_emit_prologue): Save GPRs in 64-bits for SPE abi.
8691 Change mode of frame pointer, when saving it, to Pmode.
8692 (rs6000_emit_epilogue): Restore GPRs in 64-bits for SPE abi.
8693 Misc cleanups and use gen_frame_mem_offset when appropriate.
8695 * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_PPC8540.
8696 (TARGET_SPE_ABI): New.
8700 (FIXED_SCRATCH): New.
8701 (RTX_COSTS): Add PROCESSOR_PPC8540.
8702 (ASM_CPU_SPEC): Add case for 8540.
8703 (TARGET_OPTIONS): Add isel= case.
8704 (rs6000_spe_abi): New.
8707 (rs6000_isel_string): New.
8708 (UNITS_PER_SPE_WORD): New.
8709 (LOCAL_ALIGNMENT): Adjust for SPE.
8710 (HARD_REGNO_MODE_OK): Same.
8711 (DATA_ALIGNMENT): Same.
8712 (MEMBER_TYPE_FORCES_BLK): New.
8713 (FIRST_PSEUDO_REGISTER): Set to 113.
8714 (FIXED_REGISTERS): Add SPE registers.
8716 (REG_CLASS_NAMES): Same.
8717 (REG_CLASS_CONTENTS): Same.
8718 (REGNO_REG_CLASS): Same.
8719 (REGISTER_NAMES): Same.
8720 (DEBUG_REGISTER_NAMES): Same.
8721 (ADDITIONAL_REGISTER_NAMES): Same.
8722 (CALL_USED_REGISTERS): Same.
8723 (CALL_REALLY_USED_REGISTERS): Same.
8724 (SPE_ACC_REGNO): New.
8725 (SPEFSCR_REGNO): New.
8726 (SPE_SIMD_REGNO_P): New.
8727 (HARD_REGNO_NREGS): Adjust for SPE.
8728 (VECTOR_MODE_SUPPORTED_P): Same.
8729 (REGNO_REG_CLASS): Same.
8730 (FUNCTION_VALUE): Same.
8731 (LIBCALL_VALUE): Same.
8732 (LEGITIMATE_OFFSET_ADDRESS_P): Same.
8733 (SPE_VECTOR_MODE): New.
8734 (CONDITIONAL_REGISTER_USAGE): Disable FPRs when target does FP on
8735 the GPRs. Set FIXED_SCRATCH fixed in SPE case.
8736 (rs6000_stack): Add spe_gp_size, spe_padding_size,
8738 (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
8739 (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
8740 (SPE_CONST_OFFSET_OK): New.
8741 (rs6000_builtins): Add SPE builtins.
8743 * testsuite/gcc.dg/ppc-spe.c: New.
8745 * config/rs6000/eabispe.h: New.
8747 * config/rs6000/spe.h: New.
8749 * config/rs600/spe.md: New.
8751 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
8752 __SIMD__ for TARGET_SPE.
8754 * config.gcc: Add powerpc-*-eabispe* case.
8755 Add spe.h to user headers for powerpc.
8757 2002-07-24 Chris Demetriou <cgd@broadcom.com>
8759 * config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
8760 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8761 * config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
8763 2002-07-24 Richard Henderson <rth@redhat.com>
8765 * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
8766 form when not optimizing.
8768 2002-07-24 David Mosberger <davidm@hpl.hp.com>
8770 * config/ia64/ia64.c (gen_thread_pointer): Fix typo in marking
8771 thread_pointer_rtx as unchanging.
8773 2002-07-24 Michael Matz <matz@suse.de>
8775 * ra-colorize.c (INV_REG_ALLOC_ORDER): New macro.
8778 2002-07-24 Richard Earnshaw <rearnsha@arm.com>
8780 * arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output
8782 (arm_buneq_reversed, arm_bltgt_reversed): Likewise.
8783 (movsicc, movsfcc, movdfcc): FAIL if UNEQ or LTGT.
8785 2002-07-24 Chris Demetriou <cgd@broadcom.com>
8787 * config/mips/elf.h (STARTFILE_SPEC): Never include crt0.o.
8788 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8789 * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine.
8791 Wed Jul 24 17:59:12 CEST 2002 Jan Hubicka <jh@suse.cz>
8793 * toplev.c (rest_of_compilation): Dump loops before clobbering
8796 Wed Jul 24 17:23:16 CEST 2002 Jan Hubicka <jh@suse.cz>
8798 * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
8800 2002-07-24 Frank van der Linden <fvdl@wasabisystems.com>
8802 PR optimization/7291
8803 * config/i386/i386.c (ix86_expand_clrstr): Fix bzero alignment
8806 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
8808 * pretty-print.h: Add macros from cp/error.c
8810 2002-07-24 Alan Modra <amodra@bigpond.net.au>
8812 * config/rs6000/rs6000-protos.h (mask_operand_wrap): Declare.
8813 (mask64_2_operand): Declare.
8814 (build_mask64_2_operands): Declare.
8815 (and64_2_operand): Declare.
8816 (extract_MB): Declare.
8817 (extract_ME): Declare.
8818 * config/rs6000/rs6000.c (mask64_operand): Allow all ones. Remove
8820 (mask_operand_wrap): New insn predicate.
8821 (mask64_2_operand): Likewise.
8822 (and64_2_operand): Likewise.
8823 (build_mask64_2_operands): New function.
8824 (extract_MB): New function.
8825 (extract_ME): New function.
8826 (print_operand <case m,M>): Use extract_MB and extract_ME.
8827 (print_operand <case S>): Allow all ones. Remove CONST_DOUBLE support.
8828 * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 't'.
8829 (PREDICATE_CODES): Add and64_2_operand, mask_operand_wrap and
8830 mask64_2_operand. Remove CONST_DOUBLE from mask64_operand.
8831 * config/rs6000/rs6000.md (andsi3_internal3): New
8832 (andsi3_internal3+1): Enable split for powerpc64.
8833 (andsi3_internal3+2): New split.
8834 (andsi3_internal4): Renamed old andsi3_internal3.
8835 (andsi3_internal5): New.
8836 (andsi3_internal5+1): Enable split for powerpc64.
8837 (andsi3_internal5+2): New split.
8838 (andsi3_internal6, andsi3_internal7, andsi3_internal8): New.
8839 (anddi3): Handle 't' constraint.
8840 (anddi3+1): New split.
8841 (anddi3_internal2): Handle 't' constraint.
8842 (anddi3_internal2+1): New split.
8843 (anddi3_internal3): Handle 't' constraint.
8844 (anddi3_internal3+1): New split.
8846 2002-07-24 Alan Modra <amodra@bigpond.net.au>
8848 * config/rs6000/rs6000.md: Remove scratch reg on insns using
8849 addze and similar (plus (comparison r1 r2) r3) insns. Add
8850 missing scratch reg in one case. Formatting fixes.
8852 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
8854 * cppexp.c (parse_defined): Mark macro used.
8855 * cpphash.h (struct cpp_macro): New member "used".
8856 (_cpp_mark_macro_used, _cpp_warn_if_unused_macro): New.
8857 (struct cpp_reader): New member.
8858 * cppinit.c (cpp_finish_options): Set first_unused_line.
8859 (cpp_finish): Warn of unused macros if requested.
8860 (OPT_TABLE): New switches.
8861 (cpp_handle_option): Handle them.
8862 * cpplib.c (do_undef): Warn if macro unused.
8863 (do_ifdef, do_ifndef): Mark macro used.
8864 * cpplib.h (struct cpp_options): New member.
8865 * cppmacro.c (_cpp_warn_if_unused_macro): New.
8866 (enter_macro_context): Mark macro used.
8867 (_cpp_create_definition): Mark macro unused; warn if unused
8869 * cpptrad.c (scan_out_logcial_line, push_replacement_text):
8871 * doc/cppopts.texi: Update.
8873 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
8875 * dwarf2out.c (SECTION_ASM_OP,
8876 ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
8877 * system.h (SECTION_ASM_OP): Poison.
8878 * tree.c (FILE_FUNCTION_PREFIX_LEN): Remove.
8879 * config/alpha/alpha-interix.h, config/mips/linux.h
8880 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
8881 * config/mmix/mmix-protos.h, config/mmix/mmix.c
8882 (mmix_asm_output_define_label_difference_symbol): Remove.
8883 * config/mmix/mmix.h
8884 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
8885 * doc/tm.texi: Remove documentation.
8887 Tue Jul 23 21:49:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
8889 * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.
8890 (constrain_operands): Likewise.
8891 * regclass.c (record_reg_classes): Likewise.
8892 * reload.c (find_reloads): Likewise.
8893 * doc/md.texi: Likewise.
8895 * reload.c (find_reloads_toplev): Use simplify_gen_subreg.
8896 * simplify-rtx.c (simplify_subreg): When converting to a non-int
8897 mode, try to convert to an integer mode of matching size first.
8899 * simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR
8900 from individual subregs, check that each subreg has been generated
8903 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
8905 * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
8906 * df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
8907 FOR_EACH_BB_IN_SBITMAP): Remove.
8908 * gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
8909 * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
8910 LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
8911 * loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
8912 PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
8913 * regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
8915 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
8917 * pretty-print.h: New file.
8919 2002-07-23 Paul Koning <pkoning@equallogic.com>
8921 * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
8922 (LARGEST_EXPONENT_IS_NORMAL): Ditto.
8923 (VAX_HALFWORD_ORDER): Define (1 for DEC VAX, 0 otherwise).
8924 (TARGET_G_FLOAT): Default to 0 if not defined.
8925 (ieeetoe): New, common routine to convert target format floats
8927 (e24toe, e53toe): Change to use ieeetoe, distinguish DEC
8929 (e113toe): Change to use ieeetoe.
8931 2002-07-23 Roman Lechtchinsky <rl@cs.tu-berlin.de>
8933 * real.c (REAL_WORDS_BIG_ENDIAN): Make sure it is 0 for DEC and 1 for
8935 (e53toe): Assume IEEE if non of DEC, IBM and C4X is defined.
8936 (e64toe): Remove special cases for DEC and IBM. Remove support for
8937 ARM_EXTENDED_IEEE_FORMAT.
8938 (e24toe): Remove special cases for DEC.
8939 (significand_size): Simplify. Indent.
8940 (ieee_format, ieee_24, ieee_53, ieee_64, ieee_113): New.
8941 (etoieee, toieee): New.
8942 (etoe113, toe113, etoe64, toe64, etoe53, toe53, etoe24, toe24): Use
8943 etoieee and toieee for IEEE arithmetic.
8945 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
8947 * doc/extend.texi: Say ISO C90, not ISO C89.
8948 * doc/invoke.texi: Likewise.
8949 * doc/standards.texi: Likewise.
8951 2002-07-23 Steve Ellcey <sje@cup.hp.com>
8953 * gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
8954 Fix permutation of conversion and plus/mult.
8955 * gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
8956 ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
8957 (expand_builtin_strncpy) Ditto.
8958 (expand_builtin_memset) Ditto.
8960 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
8963 * c-common.c (c_sizeof_or_alignof_type): New function.
8964 (c_alignof): Remove definition.
8965 * c-common.h (c_sizeof, c_alignof): Define as macros.
8966 (c_sizeof_or_alignof_type): Declare.
8967 (my_friendly_assert): Moved from cp/cp-tree.h
8968 * c-typeck.c (c_sizeof): Remove definition.
8970 2002-07-23 Jan Hubicka <jh@suse.cz>
8972 * gcse.c (try_replace_reg): Use num_changes_pending.
8973 * recog.c (num_changes_pending): New function.
8974 (validate_replace_src): Use validate_repalce_src_group.
8975 (validate_replace_src_group): New.
8976 * recog.h (validate_repalce_src_group): New.
8977 (num_changes_pending): Likewise.
8979 Tue Jul 23 12:16:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
8981 * calls.c (emit_library_call_value_1): If
8982 FUNCTION_ARG_PASS_BY_REFERENCE is true, pretend this is neither
8983 libcall, const call nor pure call.
8985 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
8987 * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
8989 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
8991 * vmsdbgout.c (SECTION_ASM_OP): Remove.
8993 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
8995 * config/i386/i386.c (AT_BP): Remove.
8997 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
8999 * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
9001 * gcse.c: Don't define obstack_chunk_free.
9002 * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
9003 flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
9004 integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
9005 reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
9006 Don't define obstack macros.
9008 2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
9011 * config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
9012 ASM_OPERANDS instructions.
9014 2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
9017 * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
9018 constant addresses only on 68HC12.
9020 2002-07-22 Neil Booth <neil@daikokuya.co.uk>
9022 * cppfiles.c (stack_include_file): Correct test of whether
9023 a dependency should be output.
9025 2002-07-22 David Edelsohn <edelsohn@gnu.org>
9027 * collect2.c (is_ctor_dtor): Add other possible JOINER values.
9029 2002-07-22 Richard Earnshaw <rearnsha@arm.com>
9031 * arm.md (movqi): If optimizing and we can create pseudos, use
9032 a ZERO_EXTEND to load from memory, then copy the result into the
9034 (movhi): Likewise, but only for ARMv4.
9036 2002-07-22 Neil Booth <neil@daikokuya.co.uk>
9038 * ssa-ccp.c (PHI_PARMS): Remove.
9040 2002-07-22 Richard Sandiford <rsandifo@redhat.com>
9042 * config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS
9043 on big-endian targets.
9045 2002-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9047 * hwint.h (HOST_WIDE_INT_PRINT_DEC_SPACE,
9048 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
9049 HOST_WIDEST_INT_PRINT_DEC_SPACE, HOST_WIDEST_INT_PRINT_DEC_SPACE):
9050 New formatting macros.
9052 * ra-debug.c (dump_static_insn_cost): Avoid string concatenation.
9054 Mon Jul 22 15:27:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
9056 * rtlanal.c (subreg_regno_offset): Return correct offset for
9057 big endian paradoxical subregs.
9059 * optabs.c (expand_vector_unop): Don't expand using sub_optab
9060 if we got the wrong mode.
9062 * hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.
9063 * genrecog.c (write_switch, write_cond): Use it.
9064 * genemit.c (gen_exp): Likewise.
9066 2002-07-22 Jakub Jelinek <jakub@redhat.com>
9068 * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
9070 2002-07-22 Jakub Jelinek <jakub@redhat.com>
9072 * c-decl.c (build_compound_literal): Defer compound literal decls
9073 until until file end to emit them only if they are actually used.
9075 2002-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9077 * ra-build.c (check_conflict_numbers): Hide unused function.
9078 (livethrough_conflicts_bb): Avoid automatic aggregate
9080 (parts_to_webs_1): Avoid `U' integer constant modifier.
9081 (conflicts_between_webs): Wrap a variable in the macro controlling
9083 * ra-debug.c (ra_debug_msg): Use VA_OPEN/VA_CLOSE.
9084 (dump_igraph, dump_graph_cost): Avoid string concatenation
9085 (dump_static_insn_cost): Avoid automatic aggregate
9087 * ra-rewrite.c (insert_stores): Avoid automatic aggregate
9089 (dump_cost): Avoid string concatenation
9091 2002-07-21 Richard Henderson <rth@redhat.com>
9093 * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use
9094 GOTO_SUBROUTINE_EXPR when finally_block can be re-expanded.
9096 2002-07-21 Richard Henderson <rth@redhat.com>
9098 * unroll.c (find_splittable_givs): Do not split DEST_ADDR givs
9099 that are not unrolled completely.
9101 2002-07-21 Richard Henderson <rth@redhat.com>
9103 * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
9104 * loop.c (strength_reduce): Update.
9105 * toplev.c (rest_of_compilation): Do unrolling in the first
9106 loop pass, not the second.
9108 2002-07-21 Richard Henderson <rth@redhat.com>
9110 * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
9111 when flag_argument_noalias == 2.
9112 * alias.c (nonoverlapping_memrefs_p): Handle that.
9113 * print-rtl.c (print_mem_expr): Likewise.
9115 2002-07-21 Hartmut Schirmer <hartmut.schirmer@arcor.de>
9117 * libgcc2.c (__divdi3, __moddi3): Use unary minus operator
9118 instead of __negdi2 directly.
9120 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
9122 * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
9123 * function.c (SYMBOL__MAIN): Remove definition.
9124 * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
9125 * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
9126 * profile.c (GCOV_INDEX_TO_BB): Remove.
9127 * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
9128 * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
9130 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
9132 * c-lex.c (GET_ENVIRONMENT): Remove.
9133 * collect2.c (GET_ENV_PATH_LIST): Remove.
9134 (prefix_from_env): Use GET_ENVIRONMENT.
9135 * cppinit.c (GET_ENV_PATH_LIST): Remove.
9136 (init_standard_includes): Use GET_ENVIRONMENT.
9137 * defaults.h (GET_ENVIRONMENT): Define here if not already.
9138 * gcc.c (GET_ENV_PATH_LIST): Remove.
9139 (make_relative_prefix, process_command): Update.
9140 * protoize.c (GET_ENV_PATH_LIST): Remove.
9141 (do_processing): Update.
9143 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
9145 * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
9146 (grokdeclarator): Likewise.
9147 * c-format.c (C_STD_NAME): Likewise.
9148 * c-lex.c (interpret_integer): Likewise.
9149 * c-typeck.c (build_array_ref): Likewise.
9150 * cpplex.c (_cpp_lex_direct): Likewise.
9151 * toplev.c (documented_lang_options): Likewise.
9153 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
9155 * c-format.c (T99_I, T99_UI): Remove.
9157 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
9159 * c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
9161 Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
9163 * gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
9166 2002-07-21 Andreas Jaeger <aj@suse.de>
9168 * reload1.c (fixup_abnormal_edges): Remove unused variable.
9170 2002-07-21 Bernd Schmidt <bernds@redhat.com>
9172 Improvements for the ifcvt pass from Michael Meissner, with patches
9173 by Richard Sandiford <rsandifo@redhat.com>
9174 * basic-block.h (struct ce_if_block, ce_if_block_t): New types.
9175 * ifcvt.c (cond_exec_changed_p): New static variable.
9176 (last_active_insn): New function, renamed from last_active_insn_p
9177 and changed to return the last active insn in a basic block. All
9179 (block_fallthru): New function.
9180 (cond_exec_process_insns): New argument CE_INFO. Pass it to
9181 IFCVT_MODIFY_INSN. All callers updated.
9182 Return false if START or END are NULL.
9183 Handle case where we're processing an insn that is already
9186 (noce_process_if_block): CE_INFO argument rather than
9187 multiple args containing the involved basic blocks. All callers
9189 (process_if_block, merge_if_block, find_if_block,
9190 cond_exec_process_if_block): Likewise.
9192 (cond_exec_process_if_block): New arg DO_MULTIPLE_P. All callers
9194 Use new function last_active_insn to simplify some code.
9195 New code to handle multiple tests.
9196 Call IFCVT_MODIFY_CANCEL in all failure cases, otherwise set
9197 cond_exec_changed_p to TRUE.
9199 (process_if_block): New code to handle multiple tests.
9200 (merge_if_block): Likewise.
9201 (find_if_header): New arg PASS. Changed to return the currently
9202 processed basic block or NULL instead of true/false. All callers
9204 Call IFCVT_INIT_EXTRA_FIELDS.
9205 (block_jumps_and_fallthru_p): New function.
9206 (find_if_block): Discover opportunities to convert multiple tests.
9207 Add additional debugging output.
9208 Update the ce_info structure before returning.
9210 (if_convert): Run multiple passes of if-conversion.
9211 * doc/tm.texi (IFCVT_MODIFY_TESTS, IFCVT_MODIFY_INSN,
9212 IFCVT_MODIFY_FINAL, IFCVT_MODIFY_CANCEL, IFCVT_MODIFY_MULTIPLE_TESTS,
9213 IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS): Update documentation for
9216 Sun Jul 21 00:54:54 CEST 2002 Jan Hubicka <jh@suse.cz>
9218 * gcse.c: Include cselib.h
9219 (constptop_register): Break out from ...
9220 (cprop_insn): ... here; kill basic_block argument.
9221 (do_local_cprop, local_cprop_pass): New functions.
9222 (one_cprop_pass): Call local_cprop_pass.
9224 2002-07-20 Roger Sayle <roger@eyesopen.com>
9226 * simplify-rtx.c (simplify_relational_operation): Optimize
9227 abs(x) < 0.0 (and abs(x) >= 0.0 when using -ffast-math).
9229 2002-07-20 Michae Matz <matz@suse.de>
9231 * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
9233 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
9235 * cppexp.c (struct op): Add token pointer.
9236 (check_promotion, CHECK_PROMOTION): New.
9238 (_cpp_parse_expr): Update, use token pointer of struct op.
9239 (reduce): Warn about change of sign owing to promotion.
9240 * cppinit.c (cpp_handle_option): New warning if -Wall.
9241 * cpplib.h (struct cpp_options): New member.
9243 2002-07-19 David Edelsohn <edelsohn@gnu.org>
9245 * config/rs6000/rs6000.md: Remove ppc630 fpcompare from single
9246 fpu list. Separate Power4 compare and delayed_compare. Correct
9248 (fix_truncdfsi2_internal): Restore FPR preference.
9249 * config/rs6000/t-aix43 (MULTILIB_MATCHES): Add mcpu?power3,
9250 mcpu?power4, mcpu?604e. Remove mpower, mpower2, mpowerpc.
9252 2002-07-19 Momchil Velikov <velco@fadata.bg>
9254 * reload1.c (reload_as_needed): Duplicate oldpat.
9256 2002-07-20 Alan Modra <amodra@bigpond.net.au>
9258 PR optimization/7130
9259 * loop.h (struct loop_info): Add "preconditioned".
9260 * unroll.c (unroll_loop): Set it.
9261 * doloop.c (doloop_modify_runtime): Correct count for unrolled loops.
9263 2002-07-19 Zack Weinberg <zack@codesourcery.com>
9265 * rtl.def (CODE_LABEL): Remove slot 8.
9266 * rtl.h (struct rtx_def): Document new uses of jump and call fields.
9267 (LABEL_ALTERNATE_NAME): Delete.
9268 (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
9269 * defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
9271 * final.c (output_alternate_entry_point): New.
9272 (final_scan_insn): Use it instead of
9273 ASM_OUTPUT_ALTERNATE_LABEL_NAME. Do not consider possibility
9274 of a case label being an alternate entry point.
9276 * cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
9277 * emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
9278 Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
9280 * print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
9282 * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
9283 LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
9284 * doc/tm.texi: Delete documentation of
9285 ASM_OUTPUT_ALTERNATE_LABEL_NAME.
9287 2002-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9289 * config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
9290 (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
9291 (LINK_SPEC): Define.
9292 (STARTFILE_SPEC): Define.
9293 (ENDFILE_SPEC): Define.
9295 * config/mips/iris6-o32.h (LINK_SPEC): Move ...
9296 * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
9298 * config/mips/iris6-o32-gas.h: New file.
9299 * config.gcc (mips-sgi-irix6*o32): Use it.
9301 * config/mips/t-iris5-gas: New file.
9302 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
9304 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
9306 * cppexp.c (ALWAYS_EVAL): Remove.
9307 (optab, reduce): Always evaluate.
9308 (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
9309 only if not skipping evaluation.
9311 2002-07-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
9313 * config/avr/avr.c (debug_hard_reg_set): Remove.
9315 2002-07-19 Chris Demetriou <cgd@broadcom.com>
9317 * gcc.c (cpp_options): Include "%1" (cc1_spec).
9319 2002-07-19 Richard Henderson <rth@redhat.com>
9321 * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
9323 2002-07-19 Alan Modra <amodra@bigpond.net.au>
9325 * prefix.c (update_path): Don't zap single `.' path components
9326 unless followed by another `.' and fix typo last patch.
9328 2002-07-18 Neil Booth <neil@daikokuya.co.uk>
9330 * cppexp.c (cpp_num_mul): Remove unused parameter.
9331 (UNARY, BINARY, OTHER, binary_handler): Remove.
9334 (reduce): Refactor to a large switch, don't use a function
9337 2002-07-18 Bo Thorsen <bo@berlioz.suse.de>
9339 * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
9341 Thu Jul 18 19:39:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
9343 * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
9344 (sh_expand_binop_v2sf): Likewise.
9345 * sh.c (machine_dependent_reorg): Add move for UNSPEC_MOVA.
9346 (int_gpr_dest, trunc_hi_operand): New functions.
9347 * sh.h (PREDICATE_CODES): Add any_register_operand, int_gpr_dest and
9349 (SPECIAL_MODE_PREDICATES, any_register_operand): Define.
9350 * sh.md (cmpeqdi_t+1): Remove comments that genrecog warns about.
9351 (adddi3_compact+1, subdi3_compact+1, ashlsi3_n+1, ashlhi3+1): Likewise.
9352 (ashrsi2_16+1, ashrsi2_31+1, lshrsi3_n+1, ashrdi3+[12]): Likewise.
9353 (and_shl_scratch+[12], zero_extendhidi2+1): Likewise.
9354 (zero_extendhisi2_media+1, extendhidi2+1, extendqidi2+1): Likewise.
9355 (extendhisi2_media+1, extendqisi2_media+1): Likewise.
9356 (movsi_media_nofpu+[12], movhi_media+1, movdi_media_nofpu+1): Likewise.
9357 (movdi_const_16bit+[12], movdf_i4+[123], reload_outdf+[2-5]): Likewise.
9358 (movsf_ie+1): Likewise.
9359 (loaddi_trunc): Use int_gpr_dest predicate.
9360 (use_sfunc_addr, indirect_jump_scratch, sibcall_compact): Add mode(s).
9361 (mova, mova_const, GOTaddr2picreg, ptrel, casesi_worker_0): Likewise.
9362 (casesi_worker_0+[12], casesi_worker): Likewise.
9363 (shcompact_preserve_incoming_args): Likewise.
9364 (mov_nop): Use any_register_operand predicate.
9365 (mperm_w0): Use trunc_hi_operand predicate.
9367 2002-07-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
9369 * pa-linux.h (DWARF2_UNWIND_INFO): Delete define.
9370 * pa.h (EH_RETURN_DATA_REGNO): Revise TARGET_64BIT and correct
9373 2002-07-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
9375 * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
9377 2002-07-18 Richard Henderson <rth@redhat.com>
9379 PR optimization/7147
9380 * ifcvt.c (noce_get_condition): Make certain that the condition
9383 Thu Jul 18 13:44:51 2002 J"orn Rennecke <joern.rennecke@superh.com>
9385 * sh.c (barrier_align, push): Shut up compiler warnings.
9386 (initial_elimination_offset,sh_media_init_builtins): Likewise.
9387 (reg_no_subreg_operand): Delete.
9389 2002-07-17 Bo Thorsen <bo@suse.de>
9391 * config/i386/linux64.h (LINK_SPEC): Remove bogus -Y option.
9392 (STARTFILE_PREFIX_SPEC): Define for NATIVE_CROSS compilations.
9393 (STARTFILE_SPEC): Remove hardcoded library paths.
9394 (ENDFILE_SPEC): Likewise.
9396 Thu Jul 18 09:38:59 CEST 2002 Jan Hubicka <jh@suse.cz>
9398 * gcse.c (hoist_expr_reaches_here_p): Stop once expr_bb is reached.
9400 * gcse.c (try_replace_reg): Do not return false positives.
9402 2002-07-18 Alan Modra <amodra@bigpond.net.au>
9404 * prefix.c: (update_path): Strip ".." components when prior dir
9405 doesn't exist. Pass correct var to UPDATE_PATH_HOST_CANONICALIZE.
9407 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Remove 64-bit support.
9408 (ASM_OUTPUT_REG_POP): Likewise.
9410 2002-07-18 Alan Modra <amodra@bigpond.net.au>
9412 * config/rs6000/rs6000.c (first_reg_to_save): Remove bogus
9413 adjustments to first_reg for profiling case.
9414 (output_function_profiler): Correct lr save slot for ABI_AIX_NODESC.
9415 Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
9416 Save static chain reg to sp + 12 on ABI_AIX_NODESC.
9417 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Define.
9418 (ASM_OUTPUT_REG_POP): Define.
9419 * config/rs6000/linux64.h (ASM_OUTPUT_REG_PUSH): Undef.
9420 (ASM_OUTPUT_REG_POP): Undef.
9422 2002-07-17 Neil Booth <neil@daikokuya.co.uk>
9424 * cpplib.c (do_sccs): Handle #sccs on all systems.
9425 * system.h (SCCS_DIRECTIVE): Poison.
9426 * config/darwin.h, config/freebsd.h, config/netbsd.h,
9427 config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h,
9428 config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h,
9429 config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h,
9430 config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h,
9431 config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h,
9432 config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h,
9433 config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h:
9434 Remove all references to SCCS_DIRECTIVE.
9435 * doc/cpp.texi, doc/tm.texi: Update.
9437 Wed Jul 17 19:23:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
9439 * regrename.c (maybe_mode_change): New function.
9440 (find_oldest_value_reg, copyprop_hardreg_forward_1): Use it.
9442 2002-07-17 Rodney Brown <rbrown64@csc.com.au>
9444 * config/i386/i386.c (ix86_expand_int_movcc): In the general case
9445 suppress addition when either ct or cf are zero.
9447 2002-06-17 Eric Botcazou <ebotcazou@multimania.com>
9448 Glen Nakamura <glen@imodulo.com>
9450 PR optimization/6713
9451 * loop.c (loop_givs_rescan): Explicitly delete the insn that
9452 sets a non-replaceable giv after issuing the new one.
9454 2002-07-17 Neil Booth <neil@daikokuya.co.uk>
9456 * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,
9457 eval_token): Clarify and correct use of "bool" variables.
9458 * cpplib.h (struct cpp_options): Similarly.
9459 * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
9460 * cpptrad.c (recursive_macro): Similarly.
9462 Wed Jul 17 17:08:06 2002 J"orn Rennecke <joern.rennecke@superh.com>
9464 * config/sh/lib1funcs.asm (udivsi3_i4): Implement SHcompact version in
9467 * sh.md (cmpgtudi_media): Remove spurious @.
9469 * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
9470 * sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
9472 * config/sh/lib1funcs.asm (init_trampoline): New entry point.
9473 * sh-protos.h (sh_initialize_trampoline): Declare.
9474 * sh.c (sh_initialize_trampoline): New function.
9475 * sh.h (TRAMPOLINE_SIZE): Only 24 for TARGET_SHMEDIA32.
9476 (TRAMPOLINE_ALIGNMENT): Need cache-line alignment for TARGET_SHMEDIA.
9477 (INITIALIZE_TRAMPOLINE): Call sh_initialize_trampoline.
9478 (TRAMPOLINE_ADJUST_ADDRESS): Not needed for SHcompact.
9479 * sh.md (initialize_trampoline, double_shori): New patterns.
9480 (initialize_trampoline_compact): Likewise.
9481 (shmedia32_initialize_trampoline_big): Remove.
9482 (shmedia32_initialize_trampoline_little): Likewise.
9484 * sh-protos.h (binary_float_operator): Remove declaration.
9485 (sh_expand_unop_v2sf, sh_expand_binop_v2sf): Declare.
9486 * sh.c (print_operand, case 'N'): Check against CONST0_RTX.
9487 (unary_float_operator, sh_expand_unop_v2sf): New functions.
9488 (sh_expand_binop_v2sf): Likewise.
9489 (zero_vec_operand): Delete.
9490 (SH_BLTIN_UDI): New builtin shared signature define. Renumbered
9491 all non-shared ones.
9492 (bdesc): Change all the mextr builtins to use SH_BLTIN_UDI.
9493 Enable nsb and byterev.
9494 * sh.h (CONDITIONAL_REGISTER_USAGE): Initialize DF_HI_REGS.
9495 (HARD_REGNO_MODE_OK): Allow TImode in fp regs. Allow V2SFmode
9497 (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add DF_HI_REGS.
9498 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise. Remove clause for
9500 (SECONDARY_INPUT_RELOAD_CLASS): Add clause for immediate operands.
9502 (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Allow
9503 lowpart fp regs - only for big endian for now.
9504 (LEGITIMATE_CONSTANT_P): Don't allow nonzero float vectors
9506 (EXTRA_CONTRAINT_U): Check against CONST0_RTX.
9507 (LOAD_EXTEND_OP): NIL for SImode.
9508 (REGISTER_MOVE_COST): Add DF_HI_REGS. Const for moves between
9509 general and fp registers is 4.
9510 PREDICATE_CODES: Amend binary_float_operator entry.
9511 Remove zero_vec_operand. Add unary_float_operator.
9512 * sh.md (udivsi3_i4_media): Use truncate instead of paradoxical
9514 (truncdisi2, truncdihi2, movv2sf): Allow memory destinations.
9515 (truncdiqi2): Do sign extension.
9516 (movsi_media, movdi_media): Allow to use r63 to an fp register.
9517 (movdf_media, movsf_media): Likewise.
9518 (movv2sf_i, movv2sf_i+1): Don't use f{ld,st}.p or SUBREGS.
9519 Collapse to one define_insn_and_split. Allow immediate sources.
9520 (addv2sf3, subv2sf3, mulv2sf3, divv2sf3): New patterns.
9521 (movv4sf_i): Allow immediate sources. Use simplify_gen_subreg.
9522 (movv4sf): Allow immediate sources.
9523 (movsf_media_nofpu+1): Don't split moves to FP registers.
9524 (unary_sf_op, binary_sf_op, mshflo_w_x, concat_v2sf): New patterns.
9525 (movv8qi_i+3): Check against CONST0_RTX.
9526 (mextr1, mextr2. mextr3. mextr4, mextr5, mextr6, mextr7): Use DImode
9527 for input and output operands. Fix argument 3 to gen_mextr_rl.
9528 (mmul23_wl, mmul01_wl, mmulsum_wq_i): s/const_vector/parallel/
9529 (msad_ubq_i, mshf4_b, mshf0_b, mshf4_l, mshf0_l, mshf4_w): Likewise.
9530 (mshf0_w, fipr, ftrv): Likewise.
9531 (mshfhi_l_di): Now insn_and_split. Can handle FP regs.
9533 2002-07-17 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9535 * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from
9536 NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively. All uses changed.
9539 2002-07-17 Richard Sandiford <rsandifo@redhat.com>
9541 * config/mips/mips-protos.h (mips_sign_extend): Declare.
9542 * config/mips/mips.h (MASK_DEBUG_H, TARGET_DEBUG_H_MODE): Remove.
9543 (TARGET_SWITCHES): Remove debugh.
9544 (ISA_HAS_TRUNC_W): New macro.
9545 (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS if TARGET_FLOAT64.
9546 (PREDICATE_CODES): Remove se_nonimmediate_operand.
9547 * config/mips/mips.c (movdi_operand): Allow sign-extensions of
9548 any SImode move_operand.
9549 (se_nonimmediate_operand): Remove.
9550 (mips_sign_extend): New.
9551 (mips_move_2words): Use it for sign-extended source operands.
9552 (override_options): Allow integers to be put into single FPRs.
9553 (mips_secondary_reload_class): Handle integers in float registers.
9554 * config/mips/mips.md (extendsidi2): Turn into a define_expand.
9555 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
9556 (fix_truncdfsi2_insn, fix_truncdfsi2_macro): New.
9557 (fix_truncsfsi2_insn, fix_truncsfsi2_macro): New.
9558 (fix_truncdfdi2): Provide only a single alternative, in which the
9559 integer is in a float register. Depend on TARGET_FLOAT64 rather
9561 (fix_truncsfdi2, floatdidf2, floatdisf2): Likewise.
9562 (floatsidf2, floatsisf2): Likewise, but no TARGET_FLOAT64 dependency.
9563 (movdi_internal2): Don't allow the source operand to be sign-extended.
9564 Add alternatives for float registers.
9565 (*movdi_internal2_extend): New. Version of movdi_internal2 that
9566 allows sign-extension.
9567 (*movdi_internal2_mips16): Name the existing mips16 movdi pattern.
9568 (movsi_internal2): Rename to movsi_internal. Add alternatives for
9569 float registers. Remove TARGET_DEBUG_H_MODE test.
9570 (movhi_internal1): Rename to movhi_internal. Don't check
9571 TARGET_DEBUG_H_MODE. Fix transposed *d and *f source constraints.
9572 (movqi_internal1): Rename to movqi_internal and remove
9573 TARGET_DEBUG_H_MODE dependency.
9574 (movsi_internal1, movhi_internal2, movqi_internal2): Remove.
9576 2002-07-16 Jim Wilson <wilson@redhat.com>
9578 * toplev.c (lang_dependent_init): Create function context for
9581 2002-07-16 Hans-Peter Nilsson <hp@axis.com>
9583 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't
9584 --gc-sections if -r.
9585 * config/cris/cris.h: Ditto.
9587 2002-07-16 Rodney Brown <rbrown64@csc.com.au>
9589 * config/i386/i386.c (ix86_expand_int_movcc): In the case where
9590 the comparison directly gives a mask suppress addition when cf is
9591 zero by complementing the mask.
9593 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9595 * Makefile.in: Delete references to enquire.
9596 * enquire.c: Move to contrib.
9598 2002-07-16 Stan Shebs <shebs@apple.com>
9600 * config/darwin.h (ASM_OUTPUT_LABEL): Move to here from
9601 config/rs6000/darwin.h.
9602 (ASM_OUTPUT_SKIP): Ditto.
9603 (TEXT_SECTION_ASM_OP): Ditto.
9604 (DATA_SECTION_ASM_OP): Ditto.
9605 (ASM_APP_ON): Define.
9606 (ASM_APP_OFF): Define.
9607 * config/rs6000/darwin.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_SKIP,
9608 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Remove.
9610 * config/darwin.c (func_name_maybe_scoped): Remove unused decl.
9611 (machopic_function_base_name): Declare result to be const.
9612 (machopic_non_lazy_ptr_name): Ditto.
9613 (machopic_stub_name): Ditto.
9614 * config/darwin-protos.h: Ditto for the prototypes.
9616 Wed Jul 17 00:22:39 CEST 2002 Jan Hubicka <jh@suse.cz>
9618 * m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
9620 Wed Jul 17 00:20:48 CEST 2002 Jan Hubicka <jh@suse.cz>
9622 * i386.md (prefetch): Fix for 64bit mode.
9623 (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
9625 Wed Jul 17 00:19:20 CEST 2002 Jan Hubicka <jh@suse.cz>
9627 * i386.h (MACHINE_DEPENDENT_REORG): New macro.
9628 * i386.c (x86_machine_dependent_reorg): New function.
9629 * i386-protos.h (x86_machine_dependent_reorg): Declare.
9631 2002-07-16 Zack Weinberg <zack@codesourcery.com>
9633 * builtins.c (std_expand_builtin_va_start): Remove unused
9635 (expand_builtin_va_start): Call EXPAND_BUILTIN_VA_START and
9636 std_expand_builtin_va_start with just two arguments.
9637 * expr.h: Update prototypes.
9639 * alpha-protos.h, alpha.h, alpha.c, arc-protos.h, arc.h,
9640 arc.c, d30v-protos.h, d30v.h, d30v.c, i386-protos.h, i386.h,
9641 i386.c, i960-protos.h, i960.h, i960.c, m88k-protos.h, m88k.h,
9642 m88k.c, mips-protos.h, mips.h, mips.c, mn10300-protos.h,
9643 mn10300.h, mn10300.c, pa-protos.h, pa.h, pa.c,
9644 rs6000-protos.h, rs6000.h, rs6000.c, s390-protos.h, s390.h,
9645 s390.c, sh-protos.h, sh.h, sh.c, sparc-protos.h, sparc.h,
9646 sparc.c, stormy16-protos.h, stormy16.h, stormy16.c,
9647 xtensa-protos.h, xtensa.h, xtensa.c: Remove unused first
9648 argument from all implementations of EXPAND_BUILTIN_VA_START
9649 and all uses of std_expand_builtin_va_start.
9651 Tue Jul 16 19:32:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
9653 * regrename.c (copy_value): Don't record high part copies.
9655 2002-07-16 Steve Ellcey <sje@cup.hp.com>
9657 * gcc/config/pa/long_double.h (FIXUNS_TRUNCTFDI2_LIBCALL): New define.
9658 (fixunstfdi_libfunc): Change to use FIXUNS_TRUNCTFDI2_LIBCALL.
9659 * gcc/config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_udbl): New function.
9661 2002-07-16 Ian Dall <ian@sibyl.beware.dropbear.id.au>
9663 * doc/invoke.texi (NS32K Options): Document -mieee-compare option
9665 * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
9666 into addsi3 using register class "x" and "y".
9668 * config/ns32k/ns32k.md (*madddf, *maddsf, *msubdf, *msubsf):
9669 "earlyclobber" constraint modifier for some alternative.
9671 * config/ns32k/ns32k.md (tstdf, tstsf, cmpdf, cmpsf, blt, ble)
9672 (*ble, *blt): Flag to indicate bCOND and sCOND should check for
9674 config/ns32k/ns32k.h (CC_UNORD): define corresponding mask.
9676 * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE, MASK_IEEE_COMPARE)
9677 (TARGET_SWITCHES): Add -mieee-compare option.
9678 (OVERRIDE_OPTIONS): 32332 is a subset of
9679 32532. Don't use IEEE_COMPARE -funsafe-math-optimizations.
9680 (TARGET_SWITCHES): Fix description of bit-field option.
9681 * config/ns32k/netbsd.h (TARGET_DEFAULT): Add
9682 -mieee-compare option. Remove 32332 flag.
9684 2002-07-16 Steve Ellcey <sje@cup.hp.com>
9686 * explow.c (convert_memory_address): Remove special handling
9687 when POINTERS_EXTEND_UNSIGNED < 0.
9688 * config/ia64.md (movsi_symbolic): New instruction for ILP32 mode.
9689 (movedi_symbolic): Fix typo.
9690 (load_fptr): Remove mode restriction so it works for SI and DI.
9691 (load_fptr_internal1): Ditto.
9692 (load_gprel): Ditto.
9693 (load_symptr_internal1): Ditto.
9695 * config/ia64.c (call_operand): Modify mode check.
9696 (ia64_expand_load_address): Handle DI and SI addresses and symbols.
9697 (ia64_expand_move): Ditto.
9698 (ia64_assemble_integer): Handle SImode function pointers.
9699 (ia64_expand_fetch_and_op): Handle SImode mem addresses.
9700 (ia64_expand_op_and_fetch): Ditto.
9701 (ia64_expand_compare_and_swap): Ditto.
9702 (ia64_expand_lock_test_and_set): Ditto.
9703 (ia64_expand_lock_release): Ditto.
9705 2002-07-16 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9707 * arm.c (emit_sfm): Don't set RTX_FRAME_RELATED_P on DWARF.
9709 2002-07-16 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9710 Richard Earnshaw <rearnsha@arm.com>
9712 * arm.h (LEGITIMATE_PIC_OPERAND_P): Only test
9713 CONSTANT_POOL_ADDRESS_P if a SYMBOL_REF. Simplify logic.
9715 2002-07-16 Richard Earnshaw <rearnsha@arm.com>
9717 * arm.md (stack_tie): New insn. Use an idiom that the alias code
9718 understands to be a memory clobber.
9719 * arm.c (arm_expand_prologue): Use it.
9721 2002-07-16 Daniel Berlin <dberlin@dberlin.org>
9723 * ra-rewrite.c: #include reload.h, insn-config.h
9724 * ra-build.c: #include reload.h
9725 * Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
9726 depend on reload.h, insn-config.h.
9728 Tue Jul 16 11:57:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
9730 * expr.c (emit_move_insn_1): Handle arbitrary moves that are
9731 the same size as a word.
9733 * regrename.c (find_oldest_value_reg): Take WORDS_BIG_ENDIAN /
9734 BYTES_BIG_ENDIAN into account.
9736 Tue Jul 16 12:22:44 CEST 2002 Jan Hubicka <jh@suse.cz>
9738 * i386.md (prefetch): Fix for 64bit mode.
9739 (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
9741 * i386.md (movss, movsd): Use xorps/xorpd for Athlon.
9743 2002-07-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
9745 * hard-reg-set.h (TEST_HARD_REG_BIT): Return 1 if the bit is set.
9747 2002-07-15 Zack Weinberg <zack@codesourcery.com>
9749 * ginclude/varargs.h: Replace with stub which issues #error.
9750 * ginclude/stdarg.h: __builtin_stdarg_start is renamed
9753 * builtins.def (BUILT_IN_VARARGS_START): Delete.
9754 (BUILT_IN_VA_START): New.
9755 * builtins.c (expand_builtin_va_start): Eliminate first
9756 argument and code to implement pre-ISO varargs.
9757 (std_expand_builtin_va_start): Ignore first argument; it is
9759 (expand_builtin): Handle BUILT_IN_VA_START and
9760 BUILT_IN_STDARG_START identically. Delete
9761 BUILT_IN_VARARGS_START case.
9763 * function.c (assign_parms): Delete hide_last_arg and all
9765 (mark_varargs): Delete function.
9766 * function.h (struct function): Delete 'varargs' bit.
9767 (current_function_varargs): Delete macro.
9768 * tree.h: Don't declare mark_varargs.
9770 * c-decl.c (c_function_varargs, c_mark_varargs): Delete.
9771 (c_expand_body): Don't call mark_varargs.
9772 * c-objc-common.c: Handle BUILT_IN_VA_START and
9773 BUILT_IN_STDARG_START identically. Delete
9774 BUILT_IN_VARARGS_START case.
9775 * c-tree.h: Don't declare c_mark_varargs.
9776 * c-parse.in: Remove grammar rules for '&...' (which has been
9777 commented out since before 2.7.2) and for '...' in K+R
9778 argument declarations.
9780 * builtins.c, function.c, integrate.c, sibcall.c,
9781 config/alpha/unicosmk.h, config/arc/arc.c, config/arc/arc.h,
9782 config/avr/avr.c, config/cris/cris.c, config/fr30/fr30.c,
9783 config/i960/i960.c, config/i960/i960.md, config/m32r/m32r.c,
9784 config/m32r/m32r.h, config/m88k/m88k.c, config/m88k/m88k.h,
9785 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
9786 config/mn10300/mn10300.c, config/pa/som.h, config/s390/s390.c,
9787 config/sh/sh.c, config/sh/sh.h, config/sparc/sparc.h,
9788 config/stormy16/stormy16.c: Delete all references to
9789 current_function_varargs, and code predicated on that flag.
9791 * config/alpha/alpha.c (alpha_va_start),
9792 config/arc/arc.c (arc_va_start),
9793 config/i386/i386.c (ix86_va_start),
9794 config/mips/mips.c (mips_va_start),
9795 config/mn10300/mn10300.c (mn10300_va_start),
9796 config/rs6000/rs6000.c (rs6000_va_start),
9797 config/s390/s390.c (s390_va_start),
9798 config/sh/sh.c (sh_va_start),
9799 Ignore first argument; it is always 1.
9801 * config/c4x/c4x-protos.h, config/c4x/c4x.c: Delete c4x_va_start.
9802 * config/ia64/ia64-protos.h, config/ia64/ia64.c: Delete ia64_va_start.
9803 * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
9804 Delete m68hc11_va_start.
9805 * config/c4x/c4x.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h:
9806 No need to define EXPAND_BUILTIN_VA_START.
9808 * doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi,
9809 doc/trouble.texi: Remove references to GCC-provided <varargs.h>.
9811 2002-07-15 Eric Botcazou <ebotcazou@multimania.com>
9813 PR optimization/7153
9814 * regmove.c (optimize_reg_copy_3): Don't optimize if the register
9815 dies in more than one insn.
9817 2002-07-15 Jason Thorpe <thorpej@wasabisystems.com>
9819 * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Remove.
9821 2002-07-15 Michael Matz <matz@suse.de>,
9822 Daniel Berlin <dberlin@dberlin.org>,
9823 Denis Chertykov <denisc@overta.ru>
9825 Add a new register allocator.
9829 * ra-build.c: New file.
9830 * ra-colorize.c: New file.
9831 * ra-debug.c: New file.
9832 * ra-rewrite.c: New file.
9834 * Makefile.in (ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
9835 (ra-rewrite.o): New .o files for libbackend.a.
9836 (GTFILES): Add basic-block.h.
9838 * toplev.c (flag_new_regalloc): New.
9839 (f_options): New option "new-ra".
9840 (rest_of_compilation): Call initialize_uninitialized_subregs()
9841 only for the old allocator. If flag_new_regalloc is set, call
9842 new allocator, instead of local_alloc(), global_alloc() and
9845 * doc/invoke.texi: Document -fnew-ra.
9846 * basic-block.h (FOR_ALL_BB): New.
9847 * config/rs6000/rs6000.c (print_operand): Write small constants
9850 * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
9851 (df_reg_table_realloc): Make size at least as large as max_reg_num().
9852 (df_insn_table_realloc): Size argument now is absolute, not relative.
9853 Changed all callers.
9855 * gengtype.c (main): Add the pseudo-type "HARD_REG_SET".
9856 * regclass.c (reg_scan_mark_refs): Ignore NULL rtx's.
9858 2002-06-20 Michael Matz <matz@suse.de>
9860 * df.h (struct ref.id): Make unsigned.
9861 * df.c (df_bb_reg_def_chain_create): Remove unsigned cast.
9863 2002-06-13 Michael Matz <matz@suse.de>
9865 * df.h (DF_REF_MODE_CHANGE): New flag.
9866 * df.c (df_def_record_1, df_uses_record): Set this flag for refs
9867 involving subregs with invalid mode changes, when
9868 CLASS_CANNOT_CHANGE_MODE is defined.
9870 2002-05-07 Michael Matz <matz@suse.de>
9872 * reload1.c (fixup_abnormal_edges): Don't insert on NULL edge.
9874 2002-05-03 Michael Matz <matz@suse.de>
9876 * sbitmap.c (sbitmap_difference): Accept sbitmaps of different size.
9878 Sat Feb 2 18:58:07 2002 Denis Chertykov <denisc@overta.ru>
9880 * regclass.c (regclass): Work with all regs which have sets or
9882 (reg_scan_mark_refs): Count regs inside (clobber ...).
9884 2002-01-04 Michael Matz <matzmich@cs.tu-berlin.de>
9886 * df.c (df_ref_record): Correctly calculate SUBREGs of hardregs.
9887 (df_bb_reg_def_chain_create, df_bb_reg_use_chain_create): Only
9889 (df_bb_refs_update): Don't clear insns_modified here, ...
9890 (df_analyse): ... but here.
9892 * sbitmap.c (dump_sbitmap_file): New.
9893 (debug_sbitmap): Use it.
9895 * sbitmap.h (dump_sbitmap_file): Add prototype.
9897 2001-08-07 Daniel Berlin <dan@cgsoftware.com>
9899 * df.c (df_insn_modify): Grow the UID table if necessary, rather
9900 than assume all emits go through df_insns_modify.
9902 2001-07-26 Daniel Berlin <dan@cgsoftware.com>
9904 * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
9905 increase REG_N_REFS (like flow does), so that regclass doesn't
9906 think a reg is useless, and thus, not calculate a class, when it
9909 2001-01-28 Daniel Berlin <dberlin@redhat.com>
9911 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP_REV): New macro, needed for
9914 2002-07-15 Jakub Jelinek <jakub@redhat.com>
9917 * config/i386/i386.c (const_int_1_31_operand): New.
9918 * config/i386/i386.h (PREDICATE_CODES): Add it.
9919 * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp,
9920 ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp,
9921 lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it.
9923 2002-07-14 Alan Modra <amodra@bigpond.net.au>
9926 * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64.
9927 (floatunssidf2): Likewise.
9928 (floatsidf_ppc64): New insn_and_split.
9929 (floatunssidf_ppc64): Likewise.
9931 2002-07-14 Andreas Jaeger <aj@suse.de>
9933 * config.gcc (sh64): Remove unused
9934 target_requires_64bit_host_wide_int.
9936 2002-07-12 Roger Sayle <roger@eyesopen.com>
9938 * expr.c [CLEAR_RATIO]: New macro defining the maximum number
9939 of move instructions to use when clearing memory, c.f. MOVE_RATIO.
9940 [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
9941 whether clear_by_pieces should be used to clear storage.
9942 (clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.
9944 * doc/tm.texi: Document these two new target macros.
9946 2002-07-12 Stephane Carrez <stcarrez@nerim.fr>
9948 * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
9949 the scratch register.
9950 ("*movhi2_push"): Accept Z_REG because a split pattern can make use
9951 of it, forbid reload to use it.
9953 2002-07-12 Marek Michalkiewicz <marekm@amelek.gda.pl>
9955 * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
9956 usage on 64-bit hosts, return value was truncated to 32 bits.
9958 Fri Jul 12 00:49:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
9960 * simplify-rtx.c (simplify_subreg): Handle floating point
9961 CONST_DOUBLEs. When an integer subreg of a smaller mode than
9962 the element mode is requested, compute a subreg with an
9963 integer mode of the same size as the element mode first.
9965 Thu Jul 11 22:02:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
9967 * combine.c (try_combine): When converting a paradoxical subreg
9968 to an extension, take LOAD_EXTEND_OP into account.
9970 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9972 * config.gcc (mips-sgi-irix6*o32): New configuration.
9974 * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
9976 * configure: Regenerate.
9978 * config/mips/iris6-o32-as.h: New file.
9979 * config/mips/iris6-o32.h: New file.
9981 * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
9983 (HAVE_AS_SHF_MERGE): Undefine.
9985 * config/mips/t-iris5-as: New file.
9986 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
9988 * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
9989 SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
9990 SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
9991 dp-bit.c, fp-bit.c): Move ...
9992 * config/mips/t-iris5-6: ... here.
9993 New file, shared by IRIX 5 and IRIX 6.
9994 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
9995 mips-sgi-irix5*): Use it.
9997 * config/mips/iris6.h: Remove duplicate comment.
9999 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
10000 !TARGET_IRIX6]: Define.
10001 (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.
10003 * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.
10005 2002-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
10007 * pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
10008 and delete code to force constant to register.
10009 * pa-protos.h (adddi3_operand): Add prototype.
10010 * pa.c (adddi3_operand): New function.
10012 2002-07-11 Roger Sayle <roger@eyesopen.com>
10014 * c-decl.c (duplicate_decls): Preserve the noreturn attribute on
10015 non-ANSI builtin functions.
10017 Thu Jul 11 11:31:12 2002 J"orn Rennecke <joern.rennecke@superh.com>
10019 * rtl.h (gen_rtx_CONST_VECTOR): Declare.
10020 * gengenrtl.c (special_rtx): Check for CONST_VECTOR.
10021 * emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
10022 (gen_const_vector_0): Use it.
10024 2002-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
10026 * pa.md (adddi3): For 32-bit targets, force constants to a register
10027 if they don't fit in an 11-bit immediate. Change insn predicate to
10028 arith11_operand. Remove comment.
10029 * pa.c (cint_ok_for_move): Fix comment.
10030 (emit_move_sequence): Don't directly split DImode constants on 32-bit
10033 2002-07-11 Tim Josling <tej@melbpc.org.au>
10035 Remove front end hard coding from gengtype.c.
10038 (STAGESTUFF): add gtyp-gen.h
10039 (GTFILES): Remove front end specific files.
10040 (GTFILES_FILES_LANGS): New, from configure..
10041 (GTFILES_FILES_FILES): Likewise.
10042 (GTFILES_LANG_DIR_NAMES): Likewise.
10043 (GTFILES_SRCDIR): Likewise.
10044 (gtyp-gen.h): Build from configure information.
10045 (s-gtype): Remove command line parameters from gengtype.
10046 (gengtype.o): Remove dependency on GTFILES. Depend on gtyp-gen.h.
10047 (mostlyclean): Delete files generated by and for gengtype.
10049 * c-config-lang.in: New file.
10051 * configure.in (all_gtfiles_files_langs): New. Accumulate files
10053 (all_gtfiles_files_files): New. Accumulate language for each file
10055 (gtfiles): Pick up value for C.
10056 (srcdir): AC-SUBST this variable.
10057 (all_gtfiles_files_langs): AC-SUBST this variable.
10058 (all_gtfiles_files_files): AC-SUBST this variable.
10060 * configure: Regenerate.
10062 * gengtype-lex.l (parse_file): Make parameter const.
10064 * gengtype.c (toplevel): include gtyp-gen.h.
10065 (BASE_FILE_<language> unnamed enum): Delete.
10066 (lang_names): Delete (replaced by gtyp-gen.h)
10067 (lang_dir_names): From gtyp-gen.h, replaces lang_names; changed
10069 (NUM_GT_FILES): New.
10070 (NUM_LANG_FILES): New.
10072 (NUM_BASE_FILES): Change calculation.
10073 (open_base_files): Change prototype to avoid warning.
10074 (startswith): Delete.
10075 (get_file_basename): Iterate through generated language list not
10077 (get_base_file_bitmap): Use generated list of files and languages.
10078 (close_output_files): Add prototype to rmove warning.
10079 (main): Iterate through list of generated files from gtyp-gen.h
10080 rather than command line paramaters. Ignore duplicated file
10083 * gengtype.h (parse_file): Amend prototype for const parameter.
10085 * doc/sourcebuild.texi: Document gtfiles variable.
10087 * doc/gty.texi: Document changes to gtfiles variable for front
10090 * objc/config-lang.in (gtfiles): Add files needed for objc front
10093 2002-07-10 Roger Sayle <roger@eyesopen.com>
10096 * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
10097 to SUBREGs of MEMs. (num_sign_bit_copies): Likewise.
10099 2002-07-10 Roger Sayle <roger@eyesopen.com>
10100 Zack Weinberg <zack@codesourcery.com>
10102 * builtins.def: Make the argument types of abort and exit
10103 independent of the front-end.
10105 2002-07-11 Alan Modra <amodra@bigpond.net.au>
10107 * config/rs6000/linux64.h (ASM_SPEC): Define.
10109 2002-07-10 Aldy Hernandez <aldyh@redhat.com>
10111 * config/rs6000/rs6000.c (emit_frame_save): New.
10112 (rs6000_frame_related): Replace reg2 before reg.
10113 (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
10114 and eh_return registers.
10116 2002-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
10118 Revert all patches for optimization of Complex .op. Real.
10119 * complex_part_zero_p: Remove
10120 * expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
10122 * expand_cmplxdiv_wide: Ditto.
10123 * expand_binop: Ditto.
10125 2002-07-10 Marek Michalkiewicz <marekm@amelek.gda.pl>
10127 * config/avr/avr.md: Fix two 0x80000000 constants to make them
10128 negative also on 64-bit hosts.
10130 Default to -fno-reorder-blocks when optimizing for size.
10131 * config/avr/avr-protos.h (avr_optimization_options): Declare.
10132 * config/avr/avr.c (avr_optimization_options): New function.
10133 * config/avr/avr.h (OPTIMIZATION_OPTIONS): New.
10135 Optimize returning from simple functions.
10136 * config/avr/avr-protos.h (avr_simple_epilogue): Declare.
10137 * config/avr/avr.c (avr_simple_epilogue): New function.
10138 * config/avr/avr.md (return): New insn.
10140 2002-07-10 Douglas B Rupp <rupp@gnat.com>
10142 * config/i386/i386.c (ix86_svr3_asm_out_constructor): Add
10143 HAS_INIT_SECTION to protection.
10145 2002-07-10 Mark Mitchell <mark@codesourcery.com>
10147 * doc/invoke.texi (Debugging Options): Mention that -gdwarf is
10150 Wed Jul 10 19:50:03 2002 J"orn Rennecke <joern.rennecke@superh.com>
10152 * combine.c (gen_lowpart_for_combine): Handle vector modes.
10153 Supply non-VOID mode to simplify_gen_subreg.
10155 Wed Jul 10 18:48:55 CEST 2002 Jan Hubicka <jh@suse.cz>
10157 * i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
10159 2002-07-10 Jeffrey A Law <law@redhat.com>
10161 * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
10164 * mn10200.c (expand_epilogue): Fix test to determine which scratch
10167 Wed Jul 10 16:06:00 2002 J"orn Rennecke <joern.rennecke@superh.com>
10169 * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
10170 Get mode from dest.
10171 If simplify_gen_subreg fails, try next equivalent.
10173 2002-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
10175 * diagnostic.h: #include location.h
10176 (location_t): Move definition to..
10177 * location.h: ... here. New file.
10178 * tree.h: #include location.h
10179 (DECL_SOURCE_LOCATION): New macro.
10180 (DECL_SOURCE_FILE): Use.
10181 (DECL_SOURCE_LINE): Likewise.
10182 (struct tree_decl): REplace filename and linenum with locus.
10183 * Makefile.in (TREE_H): add location.h
10184 (diagnostic.o): Depends on gt-location.h
10185 (gt-location.h): Depends on s-gtype
10187 2002-07-09 Matt Kraai <kraai@alumni.cmu.edu>
10189 * config/rs6000/aix.h: Convert CPP_PREDEFINES to
10190 TARGET_OS_CPP_BUILTINS.
10191 * config/rs6000/aix31.h: Likewise.
10192 * config/rs6000/aix41.h: Likewise.
10193 * config/rs6000/aix43.h: Likewise.
10194 * config/rs6000/aix51.h: Likewise.
10195 * config/rs6000/beos.h: Likewise.
10196 * config/rs6000/darwin.h: Likewise.
10197 * config/rs6000/eabi.h: Likewise.
10198 * config/rs6000/eabisim.h: Likewise.
10199 * config/rs6000/linux.h: Likewise.
10200 * config/rs6000/linux64.h: Likewise.
10201 * config/rs6000/lynx.h: Likewise.
10202 * config/rs6000/mach.h: Likewise.
10203 * config/rs6000/rtems.h: Likewise.
10204 * config/rs6000/sysv4.h: Likewise.
10205 * config/rs6000/vxppc.h: Likewise.
10207 2002-07-09 Devang Patel <dpatel@apple.com>
10208 * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
10209 Do not allow ObjC objects as a parameter type for Objective-C methods.
10210 My previous patch restricted 'struct' also.
10212 2002-07-09 Neil Booth <neil@daikokuya.co.uk>
10214 * cpperror.c (cpp_error): Default to directive_line within
10216 * cppexp.c (cpp_interpret_integer): Only use traditional
10217 number semantics in directives.
10218 * cpplib.c (prepare_directive_trad): Don't reset pfile->line.
10219 (do_include_common): Similarly.
10220 * cpptrad.c (scan_out_logical_line): Implement accurate
10221 quoting of <> in #include.
10222 * doc/cpp.texi: Update.
10224 Tue Jul 9 22:37:44 2002 Stephen Clarke <stephen.clarke@superh.com>
10225 J"orn Rennecke <joern.rennecke@superh.com>
10227 * sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
10228 * sh.md (attribute issues): Replace with:
10229 (attribute pipe_model). All users changed.
10230 (attribute type): Change pt / ptabs to pt_media / ptabs_media.
10232 (function units sh5issue, sh5fds): New.
10233 (attribute is_mac_media): New.
10234 (adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
10235 (andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
10236 (ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
10237 (movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
10238 (call_media, call_value_media, sibcall_media): Likewise.
10239 (casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
10240 (return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
10241 (mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
10242 (fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
10243 (cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
10244 (sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
10245 (muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
10246 (fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
10247 (cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
10248 (sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
10249 (truncdfsf2_media): Likewise.
10250 (movsi_media, movsi_media_nofpu, movdi_media): Use new types.
10251 (movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.
10253 Tue Jul 9 21:39:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
10255 * sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
10256 * sh.c (general_extend_operand, inqhi_operand): New functions.
10257 * sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
10258 alternatives using 'N' modifier. Add type.
10259 (adddi3z_media): Likewise. Enable generator function generation.
10260 (movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
10261 exact predicates / constraints. Add type.
10262 (subsi3): Allow 0 for SHMEDIA.
10263 (udivsi3_i4_media): Use match_operand for input values
10264 rather than hard registers.
10265 (udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
10266 unnecessarily through hard registers. Keep copies of pseudo
10267 registers outside of the libcall sequence.
10268 (mulsidi3_media, umulsidi3_media): Use more exact predicates. Add type.
10269 (ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
10270 (zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
10271 (extendhidi2, extendqidi2): Likewise.
10272 (andsi3_compact): Name.
10273 (andcdi3): Enable generator function generation.
10274 (zero_extendhisi2, zero_extendqisi2): Rename to
10275 (zero_extendhisi2_compact, zero_extendqisi2_compact).
10276 (extendhisi2, extendqisi2): Rename to
10277 (extendhisi2_compact, extendqisi2_compact).
10278 (rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
10279 (loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
10280 (zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
10281 (zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
10282 (extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
10283 (extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
10284 (truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
10285 (shmedia32_initialize_trampoline_big): Likewise.
10286 (shmedia32_initialize_trampoline_little): Likewise.
10287 (nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
10288 (negdi2): Remove spurious T clobber.
10289 (zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
10290 (movsi_media, movsi_media_nofpu): Remove spurious *k after b.
10291 (movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
10292 (movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
10293 (ic_invalidate_line_media): Write back data cache before invalidating
10294 instruction cache. Add type.
10295 (movsf_media): Sign-extend when the destination is a general
10296 purpose register. Add type.
10297 (bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
10298 (casesi_worker_0+1): Only increment ref count for proper label.
10299 (casesi_worker_0+2): Likewise.
10301 2002-07-09 Mark Mitchell <mark@codesourcery.com>
10303 * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
10305 2002-07-09 Steve Ellcey <sje@cup.hp.com>
10307 * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
10308 from Pmode to ptr_mode.
10309 (get_exception_pointer): Ditto.
10310 (connect_post_landing_pads): Ditto.
10311 (dw2_build_landing_pads): Ditto.
10313 2002-07-08 Steve Ellcey <sje@cup.hp.com>
10314 * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
10315 * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
10316 (handle_pragma_redefine_extname): Change to use new function.
10318 2002-07-08 Roger Sayle <roger@eyesopen.com>
10320 * combine.c (combine_simplify_rtx): Add an explicit cast
10321 to avoid signed/unsigned comparison warning.
10322 (simplify_if_then_else): Likewise.
10323 (extended_count): Likewise.
10324 (simplify_shift_const): Likewise.
10325 (simplify_comparison): Likewise.
10327 2002-07-08 Richard Sandiford <rsandifo@redhat.com>
10329 * config/mips/mips.md: Add imadd type. Update scheduler description
10330 to use imadd as well as imul.
10331 (*mul_acc_si, *madsi): Change imul alternatives to imadd.
10332 (*mul_acc_di, *mul_acc_64bit_di): Likewise.
10333 (*mul_sub_si): Likewise for first alternative. Change second
10334 alternative from imul to multi.
10336 2002-07-07 Neil Booth <neil@daikokuya.co.uk>
10338 * c-common.c (c_common_post_options): Update prototype;
10339 don't init backends if preprocessing only.
10340 * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
10341 * langhooks.h (struct lang_hooks): Update post_options to
10343 * toplev.c (parse_options_and_default_flags, do_compile,
10344 lang_independent_init): Update prototypes. Allow the
10345 front end to specify that there is no need to initialize
10347 (general_init): Move call to hex_init here...
10348 (toplev_main): ...from here. Pass flag for back end init
10351 Sun Jul 7 20:38:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
10353 * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
10354 (PREDICATE_CODES): Add entries for equality_comparison_operator,
10355 greater_comparison_operator and less_comparison_operator.
10356 * sh.c (print_operand): Add '\'' code. Make 'o' handle
10358 (equality_comparison_operator): New function.
10359 (greater_comparison_operator, less_comparison_operator): Likewise.
10360 * sh.md (beq_media_i): Disable generator function generation.
10361 Use match_operator to handle a whole class of comparisons. Add
10362 modifier in output template to provide branch prediction. Add type.
10363 (bgt_media_i, ble_media_i): Likewise. Allow zero operands.
10364 (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
10365 (blt_media_i, bleu_media_i, bltu_media_i): Likewise.
10366 (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.
10368 2002-07-07 Hans-Peter Nilsson <hp@bitrange.com>
10370 Emit MMIX function prologue and epilogue as rtl.
10371 * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
10372 not unprototyped get_hard_reg_initial_val.
10373 ("call_value", "nonlocal_goto_receiver"): Ditto.
10374 ("return"): Make define_expand. Move real insn to...
10375 ("*expanded_return"): New pattern.
10376 ("prologue", "epilogue"): New define_expands.
10377 * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
10378 (struct machine_function): New member in_prologue.
10379 (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
10380 (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
10381 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
10382 (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
10383 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
10384 (LOCAL_REGNO): Define. Adjust comment.
10385 * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
10386 Consider regs_ever_live[MMIX_rJ_REGNUM], not just
10388 (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
10390 (mmix_target_asm_function_prologue): Make static. Just mark that
10391 the prologue is being emitted. Move guts to...
10392 (mmix_expand_prologue): New function. Adjust for emitting
10393 prologue as rtl. For sizes, use HOST_WIDE_INT only.
10394 (mmix_target_asm_function_epilogue): Make static. Simply emit a
10395 \n. Move guts to...
10396 (mmix_expand_epilogue): New function. Adjust for emitting
10397 epilogue as rtl. For sizes, use HOST_WIDE_INT only.
10398 (mmix_target_asm_function_end_prologue): Mark that the prologue
10400 (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
10401 (mmix_conditional_register_usage): Improve comments.
10402 (mmix_local_regno): New function.
10403 (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
10404 * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
10405 (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
10406 (mmix_get_hard_reg_initial_val): Ditto.
10408 2002-07-06 Andreas Jaeger <aj@suse.de>
10410 * toplev.c (set_fast_math_flags): Don't use ISO C style function
10412 * gengtype.c (open_base_files): Likewise.
10413 (close_output_files): Likewise.
10414 * tracer.c (find_best_predecessor): Likewise.
10415 (find_best_successor): Likewise.
10416 (ignore_bb_p): Likewise.
10418 2002-07-05 Roger Sayle <roger@eyesopen.com>
10421 * builtin-attrs.def: Define new attribute lists for use in
10423 * builtins.def [DEF_BUILTIN]: Modify to take an additional
10424 ATTRS argument, an enumerated value defined in builtin-attrs.def
10425 that represents the attribute list for the builtins. Modify
10426 all builtin functions to pass an appropriate attribute list.
10427 Specify "abort", "exit", "_exit" and "_Exit" builtins here with
10428 their required noreturn attributes.
10429 * tree.h (enum_builtin_function): Ignore the additional parameter
10431 * builtins.c (built_in_names): Likewise.
10432 * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
10433 argument with a tree representing the functions attribute list.
10434 Pass this "attrs" argument to builtin_function. No longer handle
10435 the noreturn_p processing manually.
10436 (built_in_attributes): Move the definitions from builtin-attrs.def
10437 before c_common_nodes_and_builtins.
10438 (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
10439 DEF_BUILTIN, passing it to both builtin_function and the changed
10440 builtin_function_2.
10442 * doc/extend.texi: Document __builtin_abort, __builtin_exit,
10443 __builtin__exit and __builtin__Exit.
10445 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
10447 * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
10448 QI mode registers in soft registers.
10449 ("zero_extendqihi2"): Do not take into account soft registers
10450 for register allocation (use '*' constraint).
10452 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
10454 * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
10456 ("*ashrsi3"): Likewise.
10457 ("*lshrsi3"): Likewise.
10459 2002-07-05 Vladimir Makarov <vmakarov@redhat.com>
10461 * genautomata.c (output_max_insn_queue_index_def): Take latencies
10464 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
10466 * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
10467 address computation and memory moves.
10469 2002-07-03 Mark Mitchell <mark@codesourcery.com>
10472 * dwarfout.c (output_reg_number): Fix warning message.
10473 (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
10476 2002-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10478 * gcc/gcc.c (asm_debug): Move initialization ...
10479 (init_spec): ... here.
10481 2002-07-05 Nathan Sidwell <nathan@codesourcery.com>
10483 * c-parse.in (extdef): Append ';'.
10484 (old_style_parm_decls): Append ';'.
10486 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
10488 * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
10489 gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
10490 to gcc_cv_as_gstabs_flag.
10491 * configure: Rebuilt.
10493 2002-07-04 Geoffrey Keating <geoffk@redhat.com>
10495 * ggc.h (ggc_add_root): Document as obsolete.
10497 Thu Jul 4 07:58:01 2002 J"orn Rennecke <joern.rennecke@superh.com>
10499 * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
10500 (mshflo_w): Likewise.
10502 Thu Jul 4 07:36:29 2002 J"orn Rennecke <joern.rennecke@superh.com>
10504 * simplify-rtx.c (simplify_subreg): Reduce problem of finding
10505 vector mode subregs of constants to finding integer mode
10506 subregs of constants.
10507 * cse.c (cse_insn): Use simplify_gen_subreg.
10508 * convert.c (convert_to_integer): Don't strip a NOP_EXPR
10509 From a vector mode expression of different size than the
10512 2002-07-03 Eric Christopher <echristo@redhat.com>
10514 * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
10515 * config/mips/mips.h: Remove deprecated -m<processor> options
10516 and cc1_cpu_spec associated.
10517 (CONSTANT_ADDRESS_P): Fix last patch.
10518 (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
10519 * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
10522 2002-07-03 Stan Shebs <shebs@apple.com>
10524 * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
10525 (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
10526 (CPP_SPEC): Remove insertion of APPLE_CC definition.
10528 2002-07-03 Roger Sayle <roger@eyesopen.com>
10530 * combine.c (struct_undo): Change types of recorded substitutions
10531 to be either "int" or "rtx", instead of "unsigned int" and "rtx".
10532 (do_SUBST_INT): Change types of the substitution from unsigned int
10533 to int, to avoid compilation warning from SUBST_INT's only caller.
10535 (make_extraction): Add cast to avoid compilation warning.
10536 (force_to_mode): Remove cast to avoid compilation warning.
10538 2002-07-03 Eric Botcazou <ebotcazou@multimania.com>
10539 Jeff Law <law@redhat.com>
10541 * i386.md (length_immediate attribute): Fix typo.
10542 (length_address attribute): Likewise.
10543 (modrm attribute): Set it to 0 for immediate call instructions.
10544 (jcc_1 pattern): Set modrm attribute to 0.
10545 (jcc_2 pattern ): Likewise.
10546 (jump pattern): Likewise.
10547 (doloop_end_internal pattern): Explicitly set length.
10548 (leave pattern): Fix typo.
10549 (leave_rex64 pattern): Likewise.
10551 2002-07-03 David Edelsohn <edelsohn@gnu.org>
10553 * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
10554 in FPR as preference.
10556 (floatdidf2, fix_truncdfdi2): Same.
10557 (floatdisf2, floatditf2, fix_trunctfdi2): Same.
10558 (floatditf2): Same.
10559 (floatsitf2, fix_trunctfsi2): SImode in GPR.
10560 (ctrdi): Remove FPR alternative and splitter.
10562 2002-07-03 Will Cohen <wcohen@redhat.com>
10564 * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
10566 Wed Jul 3 10:24:16 2002 J"orn Rennecke <joern.rennecke@superh.com>
10568 * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
10569 than UNITS_PER_WORD, unless this is little endian and the first unit
10570 in this word. Let extract_bit_field decide how to load an element.
10571 Force arguments to matching mode.
10572 (expand_vector_unop): Likewise.
10574 * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
10575 consist of word_mode elements.
10576 * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
10577 BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
10578 (build_unary_op): Allow vector types for BIT_NOT_EPR.
10579 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
10581 * optabs.c (expand_vector_binop): Try to perform operation in
10582 smaller vector modes with same inner size. Add handling of AND, IOR
10583 and XOR. Reject expansion to inner-mode sized scalars when using
10584 OPTAB_DIRECT. Use simplify_gen_subreg on constants.
10585 (expand_vector_unop): Try to perform operation in smaller vector
10586 modes with same inner size. Add handling of one's complement.
10587 When there is no vector negate operation, try a vector subtract
10588 operation. Use simplify_gen_subreg on constants.
10589 * simplify-rtx.c (simplify_subreg): Add capability to convert vector
10590 constants into smaller vectors with same inner mode, and to
10591 integer CONST_DOUBLEs.
10593 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10595 * c-parse.in (parsing_iso_function_signature): New variable.
10596 (extdef_1): New, copied from...
10597 (extdef): ... here. Reset parsing_iso_function_signature.
10598 (old_style_parm_decls): Reset parsing_iso_function_signature.
10599 (old_style_parm_decls_1): New, copied from old_style_parm_decls.
10600 Warn about ISO C style function definitions.
10601 (nested_function, notype_nested_function): Reset
10602 parsing_iso_function_signature.
10603 (parmlist_2): Set parsing_iso_function_signature.
10605 * doc/invoke.texi (-Wtraditional): Document new behavior.
10607 2002-07-02 Chris Demetriou <cgd@broadcom.com>
10609 * config.gcc (mips*el-*-*): Use tm_defines to set
10610 TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
10611 * config/mips/little.h: Remove.
10613 2002-07-02 Devang Patel <dpatel@apple.com>
10615 * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
10616 object as parameter. Prevent something like 'NSObject' to be
10617 used as the type for a method argument.
10619 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
10621 * cpptrad.c: Update comment.
10623 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
10625 * doc/cpp.texi: Update for traditional preprocessing changes.
10626 * goc/cppopts.texi: Similarly.
10628 2002-07-02 Ziemowit Laski <zlaski@apple.com>
10630 * c-parse.in (designator): Enable designated initializers if ObjC.
10631 (objcmessageexpr): Remove references to objc_receiver_context.
10632 * objc/objc-act.h (objc_receiver_context): Remove decl.
10633 * objc/objc-act.c (objc_receiver_context): Remove.
10634 (lookup_objc_ivar): Test objc_method_context instead of
10635 objc_receiver_context.
10637 Tue Jul 2 18:45:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
10639 * sh.c (print_operand, case 'N'): Allow zero vector.
10640 (arith_reg_or_0_operand): Likewise.
10641 (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
10642 * sh.h (CONST_COSTS): 0 has 0 cost. Check OUTER_CODE for
10643 IOR, XOR, PLUS and SET and take their respective constant
10644 ranges into account.
10645 (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
10646 * sh.md (subdi3, subdi3_media): Allow zero operand.
10647 (movv8qi_i+3): Only vector that is not split is the zero vector.
10648 Fix operand 3 to simplify_subreg.
10649 (movv2si_i): Split alternative 1.
10650 (mshfhi_l_di_rev+1): New splitter.
10652 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
10654 PR preprocessor/7029
10655 * cppinit.c (cpp_handle_option): Suppress warnings with an
10656 implicit "-w" for "-M" and "-MM".
10657 * doc/cppopts.texi: Update.
10659 2002-07-01 Roger Sayle <roger@eyesopen.com>
10661 * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
10662 identifier "bzero" to "memset". Pass extra NULL_TREE argument to
10665 2002-07-02 Alan Modra <amodra@bigpond.net.au>
10667 * README.Portability: Fix typos.
10669 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
10672 * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
10673 of indirections for register inside sign-extended mem part.
10675 2002-07-01 Roger Sayle <roger@eyesopen.com>
10677 * tree.h: Modify builtin_function interface to take an extra
10678 argument ATTRS, which is a tree representing an attribute list.
10680 * c-decl.c (builtin_function): Accept additional parameter.
10681 * objc/objc-act.c (builtin_function): Likewise.
10682 * f/com.c (builtin_function): Likewise.
10683 * java/decl.c (builtin_function): Likewise.
10684 * ada/utils.c (builtin_function): Likewise.
10685 * cp/decl.c (builtin_function): Likewise.
10686 (builtin_function_1): Likewise.
10688 * c-common.c (c_common_nodes_and_builtins): Pass an additional
10689 NULL_TREE argument to builtin_function. (builtin_function_2):
10691 * cp/call.c (build_java_interface_fn_ref): Likewise.
10692 * objc/objc-act.c (synth_module_prologue): Likewise.
10693 * java/decl.c (java_init_decl_processing): Likewise.
10694 * f/com.c (ffe_com_init_0): Likewise.
10696 * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
10697 NULL_TREE argument to builtin_function.
10698 * config/arm/arm.c (def_builtin): Likewise.
10699 * config/c4x/c4x.c (c4x_init_builtins): Likewise.
10700 * config/i386/i386.c (def_builtin): Likewise.
10701 * config/ia64/ia64.c (def_builtin): Likewise.
10702 * config/rs6000/rs6000.c (def_builtin): Likewise.
10704 2002-07-01 Zack Weinberg <zack@codesourcery.com>
10706 * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
10707 * config/mips/t-isa3264: Likewise.
10708 * config/mmix/t-mmix: Likewise.
10710 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
10712 * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
10714 2002-07-01 Roger Sayle <roger@eyesopen.com>
10717 * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
10718 A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
10719 B are truth values.
10721 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10723 * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
10725 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10727 * README.Portability (Function prototypes): Give an example of
10728 declaring and defining a function with no arguments.
10730 * README.Portability (Function prototypes): Document new
10731 variable-argument function macros.
10733 Mon Jul 1 19:55:17 2002 J"orn Rennecke <joern.rennecke@superh.com>
10735 * sh.c (langhooks.h): Include.
10736 (sh_init_builtins, sh_media_init_builtins): New functions.
10737 (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
10738 (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
10739 (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
10740 (builtin_description): New struct tag.
10741 (signature_args, bdesc): New arrays.
10742 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
10743 (print_operand): Add 'N' modifier.
10744 * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
10745 (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
10746 (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
10747 (CONST_COSTS): Add special case for SHmedia AND.
10748 (PREDICATE_CODES): Add and_operand, arith_reg_dest,
10749 extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
10750 sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
10751 target_operand can also be const or unspec.
10752 * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
10753 (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
10754 (attribute type): Add new types.
10755 (anddi3): Add splitter.
10756 (movdi_const_16bit+1): Add code to handle vector constants and
10757 bitmasks efficiently.
10758 (shori_media): Have generator function made.
10759 (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
10760 (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
10761 (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
10762 (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
10763 (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
10764 (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
10765 (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
10766 (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
10767 (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
10768 (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
10769 (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
10770 (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
10771 (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
10772 (mshflo_b, mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
10773 (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
10774 (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
10775 (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
10776 (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
10777 (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
10780 (fpu_switch+1, fpu_switch+2): Remove constraint.
10782 2002-07-01 Aldy Hernandez <aldyh@redhat.com>
10784 * tree.c (build_function_type_list): Update function comment.
10785 Rename first argument to return_type.
10787 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
10789 * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
10790 tradcif.y and related files.
10792 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
10794 * cpptrad.c (skip_whitespace): Pass pointer to prior char.
10796 2002-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10798 * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
10800 See ChangeLog.7 for earlier changes.