1 2001-02-05 Benjamin Kosnik <bkoz@redhat.com>
3 * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Change to target
4 subdir of gcc_gxx_include_dir.
5 (gcc_gxx_target_include_dir): Remove.
7 2001-02-05 Jeffrey Oldham <oldham@codesourcery.com>
9 * dwarf2out.c: Revise DWARF2 Abbreviation Glossary comments.
10 (dwarf2out_frame_debug_expr): Revise introductory comments to add
11 a high-level description.
13 2001-02-05 Chandrakala Chavva <cchavva@redhat.com>
15 * final.c: Move the declaration of profile_label_no to ...
17 * function.c (expand_function_start): Call PROFILE_HOOK.
18 * config/rs6000/aix.h: Define PROFILE_HOOK.
19 * config/rs6000/rs6000-protos.h: output_profile_hook new.
20 * config/rs6000/rs6000.c (output_profile_hook): Define.
21 (output_prolog): Do nothing for ABI_AIX as it is taken care by
23 tm.texi : Explain new macro PROFILE_HOOK.
25 2001-02-06 Hans-Peter Nilsson <hp@axis.com>
27 * extend.texi (Extended Asm): Do not say that semicolon is always
28 a valid line-breaking character for GNU assemblers. Use
29 newline-tab as the most commonly supported syntax. Use
30 newline-tab rather than semicolon in multi-insn examples.
32 2001-02-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
34 * Makefile.in (gcc_gxx_target_include_dir): Use $(target_alias).
36 2001-02-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
37 David Edelsohn <edelsohn@gnu.org>
39 * config/rs6000/rs6000.c (rs6000_return_addr): Use PIC
40 code for AIX, even without flag_pic.
42 2001-02-05 Jakub Jelinek <jakub@redhat.com>
44 * c-typeck.c (common_type): push and pop binding level around
45 calling common_type on function parameters.
47 Mon Feb 5 14:30:37 2001 Christopher Faylor <cgf@cygnus.com>
49 * config/i386/cygwin.h (CPP_SPEC): Add missing space after -idirafter.
51 Mon Feb 5 11:23:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
53 * config/mips/mips.c (override_options): Fix typo in last change.
54 (mips_make_temp_file): Call fatal_io_error, not pfatal_with_name.
55 (mips_asm_file_end): Likewise; also pass more args to fatal_io_error.
57 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
59 * invoke.texi (-fdump-class-layout): Document.
60 (-fdump-translation-unit): Use `=' as filename separator.
62 2001-02-05 Mark Mitchell <mark@codesourcery.com>
64 * Makefile.in (s-mlib): Don't build multilibs if
66 (DRIVER_DEFINES): Adjust accordingly.
68 (protoize.o): Likewise.
69 (unprotoize.o): Likewise.
70 * configure.in: Recognize --enable-multilib.
72 2001-02-04 Mark Mitchell <mark@codesourcery.com>
74 * Makefile.in (DRIVER_DEFINES): Fix quoting.
76 * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3.
77 * configure.in: Remove --enable-libstdcxx_v3 support.
78 * configure: Regenerated.
80 Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
82 * config/avr/avr.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
83 Call abort instead of fatal.
84 (TRAMPOLINE_TEMPLATE): Call internal_error instead of fatal.
85 * config/dsp16xx/dsp16xx.h (FUNCTION_PROFILER): Likewise.
86 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Likewise.
87 (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Likewise.
88 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
89 * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Likewise.
91 * diagnostic.h (set_internal_error_function): Renamed.
92 * toplev.h (internal_error): Renamed from fatal.
93 (pfatal_with_name): Deleted.
94 (fatal_io_error): Now has printf-style arguments.
95 * diagnostic.c (pfatal_with_name): Deleted.
96 (fatal_io_error): Rework to have args in printf-style.
97 (set_internal_error_function): Renamed from set_fatal_function.
98 (internal_error): Renamed from fatal.
99 (error_recursion, fancy_abort): Call internal_error instead of fatal.
100 * dwarf2out.c (get_cfa_from_loc_descr): Likewise.
101 * emit-rtl.c (gen_realpart, gen_imagpart): Likewise.
102 * expr.c (check_max_integer_computation_mode, expand_expr): Likewise.
103 * flow.c (verify_flow_info): Likewise.
104 * config/arm/arm.c (thumb_unexpanded_epilogue): Likewise.
105 * config/mips/mips.c (save_restore_insns): Likewise.
107 * except.c (duplicate_eh_handlers): Call abort instead of fatal.
108 * flow.c (verify_flow_info): Likewise.
109 * config/arm/arm.c (thumb_load_double_from_address): Likewise.
110 * config/avr/avr.c (pttreg_to_str, unique_section): Likewise.
111 (avr_normalize_condition): Likewise.
112 * config/c4x/c4x.c (c4x_emit_libcall, c4x_valid_operands): Likewise.
113 * config/dsp16xx/dsp16xx.c (dsp16xx_reg_class_from_letter): Likewise.
114 (limit_reload_class, double_reg_to_memory): Likewise.
115 (print_operand_address, emit_1600_code_shift): Likewise.
116 (gen_tst_reg, gen_compare_reg): Likewise.
117 * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Likewise.
118 * config/dsp16xx/dsp16xx.c (dsp16xx_invalid_register_for_compare):
120 * config/dsp16xx/dsp16xx.md (unnamed cmphi): Call abort instead of it.
122 * c-parse.in (methoddef): Call fatal_error instead of fatal.
123 * objc/objc-act.c (build_ivar_chain): Likewise.
124 * dwarfout.c (dwarfout_init): Call fatal_io_error instead of
126 * graph.c (clean_graph_dump_file): Likewise.
127 * profile.c (init_branch_prob): Likewise.
128 * objc/objc-act.c (objc_init): Likewise.
130 * config/arm/arm.c (arm_override_options): Make errors non-fatal.
131 * config/avr/avr.c (avr_override_options): Likewise.
132 * config/c4x/c4x.c (c4x_expand_prologue): Likewise.
133 * config/dsp16xx/dsp16xx.c (function_prologue): Likewise.
134 * config/h8300/h8300.c (h8300_init_once): Likewise.
135 * config/mips/mips.c (override_options): Likewise.
136 * config/i386/i386.c (override_options): Likewise, rework.
137 * config/m68k/m68k.c (override_options): Likewise.
139 * config/dsp16xx/dsp16xx.c (print_operand): Call output_operand_lossage
141 * config/mips/mips.c (print_operand): Likewise.
142 * hash.c (hash_allocate): Don't check for failure returns from
143 obstack functions that can't fail.
144 (hash_table_init_n, hash_table_init): Likewise; also now return void.
145 * hash.h (hash_table_init_n, hash_table_init): Now return void.
146 * objc/objc_act.c (objc_check_decl): Remove unneeded fatal call.
147 (get_object_reference): Likewise.
149 2001-02-04 Nick Clifton <nickc@redhat.com>
151 * config/arm/arm.c (all_cores): Add 710T, 720T, 740T, 940T, 9e,
152 StrongARM1110, 10TDMI, and 1020T.
154 2001-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
156 * mips.h (MULTILIB_ISA_DEFAULT): Don't use #elif.
158 2001-02-04 Alexandre Oliva <aoliva@redhat.com>
160 * config/sh/sh.md (movdf load split): Pass register number to
163 2001-02-04 Mark Mitchell <mark@codesourcery.com>
165 * cppinit.c (BC): New macro.
166 (builtin_array): Add __GXX_WEAK__.
167 * cpplib.h (builtin_type): Add BT_WEAK.
168 * cppmacro.c (builtin_macro): Handle BT_WEAK.
169 * defaults.h (SUPPORTS_ONE_ONLY): Define.
170 * varasm.c (SUPPORTS_ONE_ONLY): Do not define.
172 2001-02-03 Jakub Jelinek <jakub@redhat.com>
174 * cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.
176 2001-02-03 Neil Booth <neil@daikokuya.demon.co.uk>
178 * cpphash.h: Rename _ALIGN POOL_ALIGN.
179 * cpplex.c (new_chunk, _cpp_pool_reserve): Update.
181 2001-02-03 Neil Booth <neil@daikokuya.demon.co.uk>
183 * cpphash.h: Rename ALIGN _ALIGN.
184 * cpplex.c (new_chunk, _cpp_pool_reserve): Update.
186 Fri Feb 2 23:15:29 2001 Christopher Faylor <cgf@cygnus.com>
188 * config/i386/cygwin.h (CPP_SPEC): Reorganize YA to better handle cross
189 compilation environment.
190 * config/i386/t-cygwin (T_CPPFLAGS): Define CYGWIN_CROSS_DIR to allow
191 control over location of cygwin includes and libs.
193 2001-02-03 Michael Hayes <m.hayes@elec.canterbury.ac.nz)
195 * c4x.h (HARD_REGNO_CALL_PART_CLOBBERED): Fix typo.
197 2001-02-02 lars brinkhoff <lars@nocrew.org>
199 * md.texi (Standard Names): remove reference to spur.md.
201 2001-02-03 Michael Hayes <m.hayes@elec.canterbury.ac.nz)
203 * c4x.h (IS_INT_CALL_SAVED_REG, IS_FLOAT_CALL_SAVED_REG): Define.
204 (HARD_REGNO_CALL_PART_CLOBBERED): Use IS_FLOAT_CALL_SAVED_REG.
205 (INITIAL_FRAME_POINTER_OFFSET, INITIAL_ELIMINATION_OFFSET): Likewise.
206 * c4x.c (c4x_hard_regno_rename_ok): Use IS_XXX_CALL_SAVED_REG.
207 (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
209 2001-02-03 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
211 * c4x.c (group1_reg_operand, group1_mem_operand, arx_reg_operand,
212 c4x_arn_reg_operand, c4x_arn_mem_operand): Do not check register
213 number before reload.
214 (c4x_adjust_cost): Return zero before reload.
215 * c4x.md (load_immed_address+1, load_immed_address+2): Do not
218 2001-02-03 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
220 * c4x.c (c4x_hard_regno_rename_ok): New.
221 * c4x-protos.h (c4x_hard_regno_rename_ok): New.
222 * c4x.h (HARD_REGNO_RENAME_OK): Define.
224 Fri Feb 2 20:03:50 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
226 * diagnostic.h: Add missing "extern" in all declarations.
228 2001-02-02 Alex Samuel <samuel@codesourcery.com>
230 * Makefile.in (gcc_gxx_target_include_dir): Generate dynamically
231 as for gcc_gxx_include_dir.
233 2001-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
235 * cpp.texi, invoke.texi: Update -Wtraditional documentation.
237 2001-02-02 Alexandre Oliva <aoliva@redhat.com>
239 * config/sh/sh.c (output_far_jump): Don't use braf on SH1. Emit
240 label before alignment to be used as the braf base address.
241 * config/sh/sh.md (length): Use longer lengths for SH1 PIC far
243 (casesi_jump_2): Require at least TARGET_SH2.
245 * config/float-sh.h (LDBL_EPSILON, LDBL_MIN, LDBL_MAX): Prevent
246 truncation to 32-bit doubles on -m3e and -m4-single-only.
248 2001-02-02 Mark Mitchell <mark@codesourcery.com>
250 * gcc.c (init_gcc_specs): New function. Make -shared-libgcc
251 the default when building a shared object.
253 * testsuite/lib/g++.exp: Include the directory where libgcc
254 is located to the LD_LIBRARY_PATH list.
255 * invoke.texi (-shared-libgcc): Document the cases in which
256 GCC defaults to using the shared libgcc.
258 2001-02-02 Alexandre Oliva <aoliva@redhat.com>
260 * config/fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume
261 unsigned is wide enough.
263 * config/fp-bit.c (_fpmul_parts): Don't assume 32-bits SI.
264 (si_to_float): Likewise.
265 (float_to_si, float_to_usi): Use BITS_PER_SI.
267 2001-02-01 Jeffrey Oldham <oldham@codesourcery.com>
269 * dwarf2out.c: Added explanation of abbreviations.
270 (def_cfa_1): Added comments listing DWARF2 instructions.
271 (cfa_temp_reg): Removed in favor of cfa_temp.
272 (cfa_temp_value): Removed in favor of cfa_temp.
273 (cfa_temp): New global variable.
274 (dwarf2out_frame_debug_expr): Added extensive introductory
275 comments explaining the function's transformations. Revised to
276 use cfa_temp. Added some rtx checking. Generalize IOR case.
277 (dwarf2out_frame_debug): Revised to use cfa_temp.
278 (output_aranges): Cast as "unsigned" to avoid warning.
279 * rtl.texi (RTX_FRAME_RELATED_P): Revise entry to emphasize better
280 explain which instructions must be marked.
282 2001-02-01 Richard Henderson <rth@redhat.com>
284 * local-alloc.c (update_equiv_regs): Copy INSN_CODE to the
287 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
289 * config/sh/crt1.asm (main_k): Modified so that start calls
290 ___setup_argv_and_call_main.
292 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
294 * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
295 * cpplex.c (_cpp_lex_token): New token picks up the saved flags,
296 and AVOID_LPASTE is cleared on meeting an unescaped newline.
297 * cppmacro.c (builtin_macro): Set builtin flags here.
298 (paste_all_tokens): Preserve AVOID_LPASTE on pasted token.
299 (replace_args): Clarify intent.
300 (cpp_get_token): Macro expansion tokens get the saved flags.
302 * cppmain.c (scan_buffer): Remove now-redundant print.printed
305 2001-02-01 Jeffrey Oldham <oldham@codesourcery.com>
307 * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of
310 Thu Feb 1 07:22:41 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
312 * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space
313 returns Pmode pseudo, but we need ptr_mode.
314 * explow.c (allocate_dynamic_stack_space): Use plus_constant.
315 Remove bogus conversions; use HOST_WIDE_INT for size.
316 Don't use TARGET if wrong mode.
318 * config/i386/i386.c (ix86_compute_frame_size): Allow
319 stack_alignment_needed to be non-default even if size is zero.
321 2001-01-31 Alan Modra <alan@linuxcare.com.au>
323 * (hppa_init_pic_save): Emit the pic offset table
324 reg save after last_parm_insn.
325 * pa.c (hppa_init_pic_save): New function.
326 * pa.h (hppa_init_pic_save): Declare.
327 * pa.md (call, call_value, sibcall, sibcall_value): Use
328 the above instead of duplicated code.
330 * pa.c (hppa_encode_label): Correct size of alloca buffer
331 so we don't overrun it. Correct leading `*' case.
332 * pa.h (STRIP_NAME_ENCODING): Simplify now that we don't
334 (FUNCTION_NAME_P): Likewise.
336 2001-01-31 Richard Henderson <rth@redhat.com>
338 * config.gcc (alpha-osf5): Use float-i128.h.
340 * config/float-i128.h (FLT_EVAL_METHOD, DECIMAL_DIG): Define.
341 * config/float-i32.h: Likewise.
342 * config/float-i64.h: Likewise.
343 * config/float-sh.h: Likewise.
344 * config/float-sparc.h: Likewise.
346 2001-01-31 DJ Delorie <dj@redhat.com>
348 * expmed.c (extract_bit_field): allow non-integral modes if we
349 want to extract a whole register from itself.
351 2001-01-31 Jakub Jelinek <jakub@redhat.com>
353 * c-typeck.c (set_init_index): If first is equal to last, assume as
354 if it was not a range at all.
356 2001-01-31 Alexandre Oliva <aoliva@redhat.com>
358 * config/fp-bit.c: Include tm.h.
359 (float_to_si): Don't assume SImode is 32-bits wide.
360 (float_to_usi): Likewise.
362 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
364 * c-parse.in (structsp): Pedwarn when "enum foo" refers to an
366 (typename): Call pending_xref_error after parsing typed_typespecs.
367 * c-decl.c (lookup_tag): Give error immediately rather than
368 leaving it pending if the tag of the wrong type is in the same
370 (xref_tag): Don't pedwarn for forward declarations of enum types
372 * gcc.texi (Actual Bugs): Remove entry for misuse of struct, union
375 2001-01-31 Alexandre Oliva <aoliva@redhat.com>
377 * config/float-sparc.h (LDBL_MAX) [sparc32]: Fix typo.
379 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
381 * cpplib.c (T_ELIF): Move to STDC89, not that it matters.
382 (_cpp_handle_directive): Suggest not using #elif with -Wtraditional.
384 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
386 * cpphash.h (struct cpp_reader): New saved_flags.
387 * cppmacro.c (cpp_get_token): Use saved_flags to remember
388 to avoid a paste after a pasted token.
390 2001-01-31 Alexandre Oliva <aoliva@redhat.com>
392 * libgcc2.h (Wtype_MAX, Wtype_MIN): Define.
393 * libgcc2.c (__fixunssfSI, __fixunsdfSI, __fixunsxfSI): Use
394 Wtype_MIN instead of LONG_MIN.
396 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
398 * fixinc/fixincl.tpl: Add 2001 to copyright. Change name of
400 * fixinc/fixincl.x: Regenerated.
401 * fixinc/inclhack.def (irix_limits_const): New definition to
402 convert "const" to "__const" in limits.h.
404 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
406 * fixinc/genfixes (AG): Fix "autogen4" thinko.
408 2001-01-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
410 * regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED
411 when register dies in the insn.
413 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
415 * diagnostic.c (fatal): Fix word wrap.
417 2001-01-30 Alexandre Oliva <aoliva@redhat.com>
419 * combine.c (try_combine): Fix SUBREG setting for
420 HOST_BITS_PER_WIDE_INT >= 2 * BITS_PER_WORD.
422 2001-01-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
424 * jump.c (comparison_dominates_p): Don't try to handle UNKNOWN
427 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
429 * c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type)
431 * toplev.c (decode_W_option): Update warn_larger_than
432 unconditionally for each processed switch.
434 2001-01-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
436 * pa.c (pa_init_machine_status): Initialize pic_offset_table_save_rtx
438 (hppa_expand_prologue): Delete code to save pic offset table register
439 in the function prologue.
440 * pa.h (PIC_OFFSET_TABLE_SAVE_RTX): Correct type in comment.
441 * pa.md (call, call_value, sibcall, sibcall_value): Save the pic offset
442 table register at the beginning of the function after the prologue.
444 2001-01-29 lars brinkhoff <lars@nocrew.org>
446 * tm.texi (PUSH_ROUNDING): Remove duplicate lines.
448 2001-01-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
449 Jeff Law <law@redhat.com>
451 * pa.md (return): Revise comment for trivial return.
452 (return_internal): Non-trivial return pattern for non-PIC code.
453 (return_internal_pic): Non-trivial return pattern for PIC code.
454 It uses the PIC register to ensure it is restored after
456 (epilogue): Generate appropriate return for PIC and non-PIC code.
458 Mon Jan 29 23:53:14 2001 Christopher Faylor <cgf@cygnus.com>
460 * config/i386/cygwin.h: Fix -mno-cygwin search path for link.
462 2001-01-29 DJ Delorie <dj@redhat.com>
464 * combine.c (if_then_else_cond): Pass the correct mode to
465 operand_subword() for constants.
467 Mon Jan 29 20:38:19 2001 Christopher Faylor <cgf@cygnus.com>
469 * config/i386/cygwin.h: Add w32api to include search. Search different
470 directories in a cross-build environment.
472 2001-11-29 Tim Josling <tej@melbpc.org.au>
474 * tree.h (TYPE_STUB_DECL): Add documentation.
476 2001-11-29 Laurynas Biveinis <lauras@softhome.net>
478 * sdbout.c (sdbout_one_type): Skip types with indeterminate size.
479 (sdbout_field_types): Likwise. Fix use of host_integerp.
481 2001-01-29 Thomas Pfaff <tpfaff@gmx.net>
483 * mingw32.h: Override STARTFILE_SPEC and LINK_SPEC declared in
486 2001-01-29 Jeffrey Oldham <oldham@codesourcery.com>
488 * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Revise definition
489 to use flag_gnu_linker.
491 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
493 * cpplib.c (T_BAD_DIRECTIVE): Remove.
494 (_cpp_init_stacks): Loop from 0 to N_DIRECTIVES - 1.
496 2001-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
498 * tree.c, tree.h (build_parse_node): Remove; was identical to
500 * c-lang.c (start_cdtor), objc/objc-act.c
501 (build_module_descriptor): Use build_nt instead of
504 2001-01-29 Jakub Jelinek <jakub@redhat.com>
506 * config/i386/i386.md (addqi_1_lea): Fix mode (QI instead of HI).
507 (testqi_1, andqi_2): If widening to SImode, make sure CONST_INT does
508 not have any upper bits set.
510 2001-01-29 Phil Edwards <pme@sources.redhat.com>
512 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
514 2001-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
516 * stmt.c (estimate_case_costs): Use integer_minus_one_node.
518 * tree.c (build_common_tree_nodes_2): Set integer_minus_one_node.
520 * tree.h (tree_index): Add new element TI_INTEGER_MINUS_ONE.
521 (integer_minus_one_node): Define.
523 2001-01-28 Alexandre Oliva <aoliva@redhat.com>
525 * Makefile.in (bootstrap2-lean): Fix typo.
527 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
529 * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)
530 : Don't set fe_value.
531 * cpplib.h (AVOID_LPASTE): New flag.
532 (struct cpp_hashnode): Remove fe_value.
533 * cpplex.c (cpp_avoid_paste): Don't paste '.' with a number.
534 * cppmacro.c (builtin_macro): Don't set flags here.
535 (replace_args): Set AVOID_LPASTE flag on first token of an
536 argument, and the token following it.
537 (cpp_get_token): Set AVOID_LPASTE flag on first token of a
538 macro expansion, and on the token following it. Do it for
540 * cppmain.c (scan_buffer): Avoid pasting only flagged tokens.
542 2001-01-27 Richard Henderson <rth@redhat.com>
544 * config/alpha/t-ieee: Remove multilibbing.
545 (TARGET_LIBGCC2_CFLAGS): Add -mieee.
547 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
549 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
551 * Makefile.in: Remove all dependencies on defaults.h.
552 * builtins.c: Don't include defaults.h.
553 * c-common.c: Likewise.
554 * c-decl.c: Likewise.
555 * c-pragma.c: Likewise.
556 * c-typeck.c: Likewise.
557 * combine.c: Likewise.
559 * frame-ia64.c: Likewise.
560 * cppexp.c: Likewise.
561 * crtstuff.c: Likewise.
562 * dbxout.c: Likewise.
563 * dwarf2out.c: Likewise.
564 * dwarfout.c: Likewise.
565 * emit-rtl.c: Likewise.
566 * except.c: Likewise.
569 * frame-dwarf2.c: Likewise.
570 * libgcc2.c: Likewise.
571 * optabs.c: Likewise.
572 * profile.c: Likewise.
573 * sdbout.c: Likewise.
574 * toplev.c: Likewise.
575 * tradcif.y: Likewise.
577 * varasm.c: Likewise.
579 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
581 * builtins.c (expand_builtin_fputs): Use size_one_node when
582 transforming into fwrite.
584 2001-01-27 Joseph S. Myers <jsm28@cam.ac.uk>
586 * extend.texi (Attribute Syntax): New section.
588 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
590 * fixproto: Correctly install synthesised unistd.h and stdlib.h when
591 they didn't need fixing.
593 2001-01-27 Janis Johnson <janis@us.ibm.com>
595 * config.gcc (i[34567]86-sequent-{ptx4*,sysv4*}): Use usegas.h
597 * config/ptx4.h: Several fixes to build on DYNIX/ptx v4.[456], and
598 to remove macro definitions that are duplicated from elfos.h.
600 2001-01-27 Richard Henderson <rth@redhat.com>
602 * config/i386/sco5gas.h: Move ...
603 * config/usegas.h: ... here.
604 * config.gcc (i[34567]86-*-sco3.2v5) [tm_file]: Update.
606 2001-01-27 Jakub Jelinek <jakub@redhat.com>
608 * c-typeck.c (struct constructor_stack): Add range_stack member.
609 (really_start_incremental_init): Clear it.
610 (push_init_level): Save constructor_range_stack and clear it if
611 pushing explicit braces.
612 (pop_init_level): abort if constructor_range_stack is non-zero at
613 explicit closing brace. Restore saved constructor_range_stack if
616 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
618 * expr.c (emit_move_insn): Add REG_EQUAL note when constant loaded
619 into register was forced into memory.
621 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
623 * Makefile.in: Remove uses of + before $(MAKE).
625 2001-01-26 Richard Henderson <rth@redhat.com>
627 * stmt.c (cost_table): Remove.
628 (COST_TABLE, cost_table_initialized): New.
629 (estimate_case_costs): Use the later instead of the former.
630 (balance_case_nodes): Likewise.
632 2001-01-26 Richard Henderson <rth@redhat.com>
634 * alias.c (objects_must_conflict_p): Read-only slots may not
635 conflict despite having the same type.
637 2001-01-27 Michael Hayes <mhayes@redhat.com>
639 * loop.c (loop_giv_reduce_benefit): Copy mode size into
641 (check_ext_dependant_givs): Initialise u_start_val and
643 (load_mems): Make last_max_reg unsigned.
644 (try_swap_copy_prop): Use INSN_P and initialise set.
646 Fri Jan 26 23:22:58 2001 Denis Chertykov <denisc@overta.ru>
648 * README.AVR : Removed.
650 Fri Jan 26 11:37:26 2001 Jeffrey A Law (law@cygnus.com)
652 * pa-64.h (text_section): Remove declaration.
654 * pa.md (return_internal): Remove mode on PIC register use.
656 2001-01-25 lars brinkhoff <lars@nocrew.org>
658 * tm.texi (DATA_ALIGNMENT, LOCAL_ALIGNMENT, ASM_OPEN_PAREN,
659 ASM_CLOSE_PAREN): fix typos.
661 2001-01-25 Mark Mitchell <mark@codesourcery.com>
663 * acconfig.h: Define `const' to the empty string if neither
664 __STDC__ nor __cplusplus is defined.
665 * config.in: Regenerated.
667 2001-01-25 David Edelsohn <edelsohn@gnu.org>
669 * config.gcc (rs6000-ibm-aix[5-9]*): Change to aix51.h.
670 * collect2.c (main): Delete importf. Add ".obj" file extension.
671 (GCC_CHECK_HDR): Handle AIX V5 new magic number.
672 (aix_std_libs): Add additional AIX libraries to skip.
673 * config/rs6000/aix.h (MY_ISCOFF): Add AIX V5 new magic number.
674 * config/rs6000/aix51.h: New file.
676 2001-01-25 Michael Hayes <mhayes@redhat.com>
678 * loop.c (loop_call_insn_emit_before, loop_call_insn_hoist): New.
679 (loop_insn_emit_before): No longer static.
680 (move_movables): Replace emit_insn_after with loop_insn_emit_after.
681 (loop_givs_rescan, load_mems): Likewise.
682 (check_dbra_loop): Replace emit_insn_before with loop_insn_emit_before.
683 (maybe_eliminate_biv_1):
684 (move_movables): Replace emit_call_insn_before with
685 loop_call_insn_hoist.
686 * loop.h (loop_insn_emit_before): Add.
687 * unroll.c (copy_loop_body): Replace emit_insn_before with
688 loop_insn_emit_before.
690 2001-01-25 Neil Booth <neil@daikokuya.demon.co.uk>
692 * diagnostic.c (fatal): Request preprocessed source.
694 Thu Jan 25 02:01:16 2001 J"orn Rennecke <amylaar@redhat.com>
696 * c-decl.c (duplicate_decls): If different_binding_level is nonzero,
697 olddecl has argument types and newdecl has none, use the argument
700 2001-01-24 Ulrich Drepper <drepper@redhat.com>
702 * dwarf2out.c (prefix_of): New function. Determine longest common
703 prefix of the two arguments. The units are whole path components.
704 (output_file_names): When adding a new directory find the one entry
705 with the longest common prefix already in the list. Artificially
706 generate entry if there is none for this prefix.
707 Fix test to check whether the zeroth directory entry is used.
709 Wed Jan 24 23:51:55 2001 J"orn Rennecke <amylaar@redhat.com>
711 * reload1.c (reload_reg_free_for_value_p): New parameter start_regno.
712 Changed all callers. Take it into account when deciding if a
713 previously loaded value matches.
715 2001-01-24 Richard Henderson <rth@redhat.com>
717 * reload.c (find_reloads_subreg_address): Fail the substitution
718 if the resulting address is insufficiently aligned.
720 2001-01-24 DJ Delorie <dj@redhat.com>
722 * combine.c (combine_simplify_rtx): If the modes are all VOIDmode,
723 check the original operand's mode also.
724 * simplify-rtx.c (simplify_ternary_operation): Ditto.
726 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
728 * c-parse.in (cast_expr): Move compound literals from here ...
729 (primary): ... to here. Use standard terminology "compound
730 literal" instead of "constructor expression".
732 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
734 * gcc.1, cpp.1: Regenerate.
736 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
738 * calls.c (emit_library_call_value_1): Memory slot for
739 pass-by-reference argument should have the mode of the argument,
740 not of the pointer to it.
742 2001-01-24 Tom Tromey <tromey@redhat.com>
744 * gcc.texi (G++ and GCC): Mention gcj manual.
745 (Standards): Link to section of manual mentioning gcj/Java
748 2001-01-24 Jakub Jelinek <jakub@redhat.com>
750 * cppfiles.c (_cpp_read_file): Add to dependencies if requested.
751 * cppinit.c (cpp_start_read): Remove deps_add_dep call.
752 * tradcpp.c (main): Add -imacros or -include'd dependencies
754 * cpp.texi (-M, -MM): Document -M -include behaviour.
756 2001-01-24 Roger Collins <roger@ProProject.com>
758 * config/i386/xm-i386.h: Make __i386__ a boolean macro.
760 2001-01-24 Will Cohen <wcohen@redhat.com>
762 * config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account
763 whether registers are 32 bits or 64 bits in size.
765 2001-01-24 Ben Elliston <bje@redhat.com>
767 * config/m32r/m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg.
769 2001-01-24 Richard Henderson <rth@redhat.com>
771 * config/alpha/alpha.md (builtin_longjmp_internal): New.
772 (builtin_longjmp): Use it instead of emit_indirect_jump.
774 2001-01-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
776 * bb-reorder.c (make_reorder_chain_1): Handle case where
777 jump edge goes to the same block as the fallthru edge.
779 2001-01-23 Jim Wilson <wilson@redhat.com>
781 * dwarf2out.c (dwarf2out_line): Make last_file_num be unsigned.
782 * frame.h (__ia64_personality_v1): Add prototype.
783 * libgcc2.c (ia64_throw_helper): Change personality declaration to
784 prototype form. Add void * cast to first argument to personality
786 * real.c (e113toe): Surround with INTEL_EXTENDED_IEEE_FORMAT ifdefs.
787 (asctoe113): Likewise.
788 * config/ia64/frame-ia64.c: Include eh-common.h.
789 * config/ia64/ia64-protos.h (sdata_section, sbbs_section): Add
791 * config/ia64/ia64.c (emit_insn_group_barriers): Add ATTRIBUTE_UNUSED
793 (itanium_split_issue): Add prototype.
794 (gen_nop_type): Ifdef out.
795 (find_best_packet): Initialize best_packet.
796 (ia64_encode_section_info): New local string. Use for ggc_alloc_string
798 * config/ia64/ia64.h (ASM_OUTPUT_LONG_DOUBLE): Use 0L not 0.
799 * config/ia64/ia64.md (bsp_value): Add explicit stop bit at start.
800 (flushrs): Add explicit stop bit at end.
801 * config/ia64/lib1funcs.asm (__ia64_restore_stack_nonlocal): Change
804 2001-01-23 Chris Demetriou <cgd@broadcom.com>
806 * libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list
808 * libgcc2.c (__terminate_func): Make variable static.
809 (__terminate_set_func): New function to set __terminate_func.
810 * libgcc2.h (__terminate_func_ptr): New typedef.
811 (__terminate_set_func): New function.
813 2001-01-23 Richard Henderson <rth@redhat.com>
815 * flow.c (init_propagate_block_info): Don't consider unchanging
816 memories for dead frame store elimination.
818 2001-01-23 Richard Henderson <rth@redhat.com>
820 * varasm.c (UNIQUE_SECTION): Move default implementation ...
821 * defaults.h: ... here.
823 2001-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
825 * c4x.h (TARGET_LOAD_DIRECT_MEMS): Define.
827 2001-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
829 * c-lex.c (lex_charconst): Fix typo: s/p/str.
831 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
833 * rs6000.h (rs6000_return_addr): Move prototype from here...
834 * rs6000-protos.h (rs6000_return_addr): ...to here.
835 (rs6000_init_expanders): Delete prototype.
837 2001-01-23 Nick Clifton <nickc@redhat.com>
839 * invoke.texi: Replace , with \, inside @gccoptlist macros.
840 (Spec Files): Document %B and %j and %. and %v3 and %M and
841 %{S*&T} spec switches.
843 2001-01-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
845 * c4x.c (c4x_r11_set_p): Calculate rtx code correctly.
847 2001-01-23 Chris Demetriou <cgd@sibyte.com>
848 Neil Booth <neil@daikokuya.demon.co.uk>
850 * cpperror.c: Merge handlers of PEDWARN and WARNING.
851 Have -Werror make pedantic warnings errors, like the
854 2001-01-23 Phil Edwards <pme@sources.redhat.com>
856 * c-tree.texi (IDENTIFIER_LENGTH): Fix typo.
858 2001-01-23 Jakub Jelinek <jakub@redhat.com>
860 * integrate.h (struct inline_remap): Add compare_src, compare_mode.
861 * integrate.c (expand_inline_function): Initialize them.
862 (subst_constants): If changing COMPARE so that both its arguments
863 will be VOIDmode and the comparison mode will be lost, note
864 compare_mode. Use the recorded compare_mode to optimize
867 2001-01-23 Jason Merrill <jason@redhat.com>
869 * dwarf2out.c (new_die): Use xcalloc.
870 (output_die): Abort rather than emit a local reference to offset 0.
872 2001-01-17 Andrew Haley <aph@redhat.com>
874 * libgcc2.c (get_reg_addr): Don't abort if we haven't got a copy
875 of a saved register; return NULL instead.
876 (copy_reg): Take a pointer to a source register rather than a
878 (next_stack_level): Remember the address in the stack frame of all
880 Use the saved register pointer array as the source of the CFA.
881 (throw_helper): Rewrite. Unwind once rather than twice and keep
882 track of saved registers as we go.
884 2001-01-23 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
886 * c4x-protos.h (c4x_legitimize_reload_address): Remove.
887 * c4x.c (c4x_legitimize_reload_address): Remove.
888 * c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Rewrite to generate correct
889 reload address for ldp(k) insn.
891 Mon Jan 22 20:53:47 2001 Jeffrey A Law (law@cygnus.com)
893 * pa.md (return_internal): Add a USE of the PIC register to ensure
894 it is restored after each call.
895 (return expander): Corresponding changes.
897 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
899 * rs6000.h (INIT_EXPANDERS): Delete.
900 (RETURN_ADDR_RTX): Call rs6000_return_addr().
901 * rs6000.c (rs6000_override_options): Call *_machine_status from
903 (rs6000_init_expanders): ...instead of here. Delete.
904 (rs6000_mark_machine_status): New function.
905 (rs6000_init_machine_status): Use xcalloc.
906 (rs6000_return_addr): Generate RTX for the return address.
907 (rs6000_ra_ever_killed): New, check if LR was ever destroyed.
908 (rs6000_stack_info): Use it.
910 2001-01-22 Thomas Pfaff <tpfaff@gmx.net>
912 * gthr-win32.h: Include errno.h to get a declaration for
913 EINVAL and _mingw.h if the target is mingw32.
915 2001-01-22 Andres Felipe Vargas <avargas@teletulua.com.co>
917 * cpp.texi: Correct typos.
919 Mon Jan 22 13:59:09 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
921 * explow.c (probe_stack_range): Ensure value passed to
922 stack_check_libfunc is ptr_mode, not Pmode.
924 Mon Jan 22 16:53:06 2001 J"orn Rennecke <amylaar@redhat.com>
926 * recog.c (validate_replace_rtx_1): In ZERO_EXTEND / SIGN_EXTEND
927 case, don't use operand_subword to calculate a SUBREG that is
930 * rtl.texi: Comparisons yield 0 or STORE_FLAG_VALUE.
932 2001-01-22 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
934 * c4x.c (c4x_valid_rptb_p, c4x_label_ref_used_p): New functions.
935 (c4x_rptb_insert): Call c4x_valid_rptb_p to check if repeat block is
936 valid. If not replace it by equivalent insns.
938 2001-01-22 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
940 * c4x.c (c4x_check_legit_addr): Only check CONST. Not if CONST
941 contains SYMBOL_REF, LABEL_REF and CONST_INT.
942 (c4x_U_constraint, symbolic_address_operand): Likewise.
943 (c4x_immed_float_constant): Do not check if CONST_DOUBLE is in
945 (c4x_r11_set_p, c4x_check_laj_p): New functions.
946 * c4x-protos.h (c4x_check_laj_p): Add prototype.
947 * c4x.md (in_annul_slot_3): Do not allow auto-increment in last
948 anulling slot because of silicon bug.
949 (laj, lajv): Call c4x_check_laj_p to check for silicon bug.
951 2001-01-22 Alan Modra <alan@linuxcare.com.au>
953 * cppexp.c (parse_charconst): Change `mask' type to agree
956 2001-01-21 Richard Henderson <rth@redhat.com>
958 * config/i386/i386.c (ix86_asm_file_end): Disable putting
959 pic_label_name in a linkonce section.
961 2001-01-17 Philipp Thomas <pthomas@suse.de>
963 * aclocal.m4 (AM_WITH_NLS): Add -lintl to LIBS if gettext was
965 * configure: Regenerate.
967 Sun Jan 21 02:38:56 2001 J"orn Rennecke <amylaar@redhat.com>
969 * expmed.c (synth_mult, expand_mult_highpart, expand_divmod): Guard
970 uses of shift_cost, shiftadd_cost and shiftsub_cost with bound checks.
972 Sun Jan 21 09:44:17 2001 Denis Chertykov <denisc@overta.ru>
974 * config/avr/avr.c (ret_cond_branch): New argument (reverse) added.
975 If REVERSE nonzero then condition code in X must be reversed.
976 (encode_section_info): Optimise if/else.
977 (avr_function_value): Fix formatting.
979 * config/avr/avr.md (branch): Call to ret_cond_branch changed.
980 (difficult_branch): Likewise.
981 (rvbranch): Likewise.
982 (difficult_rvbranch): Likewise.
984 * config/avr/avr-protos.h (ret_cond_branch): Prototype changed.
986 * config/avr/libgcc.S: Fix comment.
988 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
990 * sdbout.c (PUT_SDB_DEF): Fix after last bogus change.
992 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
994 * cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
996 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
998 * aclocal.m4 (gcc_AC_FUNC_STRSTR): New macro.
999 * configure.in (gcc_AC_FUNC_STRSTR): Add invokation.
1000 * configure, config.in: Regenerate.
1001 * Makefile.in (STRSTR, HOST_STRSTR, USE_HOST_STRSTR): New variables.
1002 (LIBDEPS, HOST_LIBDEPS, LIBS, HOST_LIBS): Add strstr handling.
1003 (strstr.o, $(HOST_PREFIX_1)strstr.o): New rules.
1004 (doprint.o): New rule.
1006 2001-01-20 Joseph S. Myers <jsm28@cam.ac.uk>
1008 * c-typeck.c (digest_init): Handle boolean types as scalars.
1010 Sat Jan 20 12:46:57 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1012 * stmt.c (expand_return): Don't return anything if size is zero.
1013 Delete redundant assignment to BYTES.
1014 * expr.c (move_block_from_reg): Do nothing if NREGS is zero.
1016 2001-01-20 Marek Michalkiewicz <marekm@linux.org.pl>
1018 * config/avr/avr.h (INIT_TARGET_OPTABS): Remove most of it, was
1019 the same as the default library function names.
1020 * config/avr/avr.md: Document special characters after '%'.
1021 (mulqi3, mulhi3, mulsi3): Call libgcc.S functions ourselves,
1022 knowing which of the call-used registers are really clobbered.
1023 (divmodqi4, udivmodqi4, divmodhi4, udivmodhi4, divmodsi4, udivmodsi4):
1024 New. Both quotient and remainder from one libgcc.S call.
1025 * config/avr/libgcc.S: Optimize mul/divmod for the new insns above,
1026 clobber as few registers as possible.
1027 * config/avr/t-avr (LIB1ASMFUNCS): Adjust for the above changes.
1029 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
1031 * cppmacro.c (funlike_invocation_p): Don't move back up to the
1032 context of the top of the stack.
1034 2001-01-20 Jakub Jelinek <jakub@redhat.com>
1036 * function.c (fixup_var_refs): Move CALL_PLACEHOLDER handling...
1037 (fixup_var_refs_insns): ...here.
1039 2001-01-20 Zack Weinberg <zack@wolery.stanford.edu>
1041 * function.c (fixup_var_refs_insns): Break up into
1042 fixup_var_refs_insn [body of loop], fixup_var_refs_insns
1043 [loop over entire insn list], and fixup_var_refs_insns_with_hash
1044 [loop over hash table entries].
1045 (fixup_var_refs): Adjust calls to fixup_var_refs_insns and/or
1046 fixup_var_refs_insns_with_hash, to match above changes.
1048 2001-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
1050 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Add MAKEOVERRIDES variable.
1051 (libgcc.a): Likewise.
1052 (stmp-multilib): Likewise.
1053 (STAGE2_FLAGS_TO_PASS): Likewise.
1055 2001-01-19 Alexandre Oliva <aoliva@redhat.com>
1057 * config/sh/sh.c (prepare_move_operands) [PIC]: Use operands[0] as
1058 temporary if no_new_pseudos.
1060 2001-01-19 Neil Booth <neil@daikokuya.demon.co.uk>
1062 * cppinternals.texi: Update.
1064 2001-01-19 Richard Earnshaw <rearnsha@arm.com>
1066 * arm.c (arm_init_builtins): Re-enable builtins.
1068 Fri Jan 19 13:02:56 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1070 * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
1071 * flow.c (mark_set_1, case PARALLEL): Don't require BLKmode, allow
1072 element to be null, and always expect an EXPR_LIST.
1073 * rtlanal.c (reg_overlap_mentioned_p, note_stores): Likewise.
1074 * sched-deps.c (sched_analyze_1): Likewise.
1075 * sched-rgn.c (check_live_1, update_live_1): Likewise.
1077 * regclass.c (max_set_parallel): New variable.
1078 (reg_scan): Take it into account in computation of max_parallel.
1079 (reg_scan_mark_refs, case SET): Compute it.
1081 * alias.c (rtx_equal_for_memref_p, case ADDRESSOF): Don't assume
1083 * expr.c (store_constructor): Don't look at MEM_ALIAS_SET unless MEM.
1084 * function.c (assign_parms): Use INTVAL for a CONST_INT.
1086 2001-01-19 Jason Merrill <jason@redhat.com>
1088 * dwarf2out.c (gen_subprogram_die): Don't reuse the in-class decl
1089 for the abstract instance of an inline function.
1091 Fri Jan 19 14:31:35 2001 Alexandre Oliva <aoliva@redhat.com>
1092 J"orn Rennecke <amylaar@redhat.com>
1094 * reload1.c (move2add_note_store): Treat all registers directly or
1095 indirectly derived from a base register as members of the same set
1097 (reload_cse_move2add): Adjust accordingly. Take mode and offset
1098 of base register into account.
1100 Fri Jan 19 09:18:42 2001 J"orn Rennecke <amylaar@redhat.com>
1102 * alias.c (find_base_value): Recognize TRUNCATE.
1103 (record_set): In PLUS case, invalidate if other summand is also a
1106 Thu Jan 18 06:43:04 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1108 * flow.c (mark_set_1, case PARALLEL): New case; rework to allow
1109 entry to be EXPR_LIST.
1110 * rtlanal.c (reg_overlap_mentioned_p): Allow PARALLEL in SET to
1111 be an EXPR_LIST (but not null, which other code doesn't allow).
1112 (note_stores): Properly handle PARALLEL in SET.
1113 Recursively call for top-level PARALLEL.
1114 * sched-deps.c (sched_analyze_1): Handle EXPR_LIST in PARALLEL in SET.
1115 * sched-rgn.c (check_live_1, update_live_1): Likewise.
1117 * config.gcc (rs6000-ibm-aix*, rs6000-bull-bosx): Add rs6000/aix.h.
1119 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
1121 * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping,
1122 not pfile->skipping (== 0).
1124 2001-01-17 Nick Clifton <nickc@redhat.com>
1126 * config/rs6000/rs6000.c: Add prototypes for {init|free}_
1129 2001-01-17 Jim Wilson <wilson@redhat.com>
1131 * invoke.texi (IA-64 options): Improve.
1133 2001-01-17 Tom Tromey <tromey@redhat.com>
1135 * invoke.texi (Optimize Options): Use `{}' to around @samp
1138 2001-01-17 Aldy Hernandez <aldyh@redhat.com>
1140 * invoke.texi (-fno-guess-branch-probability): New option.
1142 Wed Jan 17 13:26:34 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1144 * combine.c (try_combine): Don't set i3_subst_into_i2 for
1145 case of making new double-word constant.
1146 Revert last change: instead just test i3_subst_into_i2.
1148 2001-01-17 Jakub Jelinek <jakub@redhat.com>
1150 * config/i386/i386.md (cmpqi_minus_1): Use {b} for QImode operation.
1151 Use q constraints instead of r.
1153 Tue Jan 16 22:23:04 2001 Alan Modra (alan@linuxcare.com.au)
1155 * config/pa/pa.h (PIC_OFFSET_TABLE_REGNUM_SAVED): Remove.
1156 (machine_function): Define.
1157 (PIC_OFFSET_TABLE_SAVE_RTX) : Define.
1158 * config/pa/pa.c (pa_init_machine_status, pa_mark_machine_status,
1159 pa_free_machine_status): New functions.
1160 (override_options): Set {init,mark,free}_machine_status to above.
1161 (hppa_expand_prologue): Use PIC_OFFSET_TABLE_SAVE_RTX instead of
1162 PIC_OFFSET_TABLE_REGNUM_SAVED.
1163 * config/pa/pa.md: Use PIC_OFFSET_TABLE_SAVE_RTX instead of
1164 PIC_OFFSET_TABLE_REGNUM_SAVED throughout.
1165 * config/pa/pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Remove
1166 references to PIC_OFFSET_TABLE_REGNUM_SAVED.
1167 * config/pa/pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
1169 2001-01-15 DJ Delorie <dj@redhat.com>
1171 * Makefile.in (gcov.1): Protect against texi2pod/pod2man failing.
1175 Tue Jan 16 17:20:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1177 * flow.c (propagate_on_insn): Make trying to delete a prologue
1178 or epilogue insn an ICE, not a warning. Allow doing this if
1179 the current function returns with stack pointer depressed.
1181 * combine.c (try_combine): If i3_subst_into_i2, properly check for
1182 I3 having more than one SET.
1184 2001-01-16 Jim Wilson <wilson@redhat.com>
1186 * invoke.texi: Document IA-64 options.
1188 * config/ia64/ia64.c (ia64_print_operand_address): Delete 'B' support.
1189 (fixup_errata): Delete TARGET_A_STEP use.
1190 * config/ia64/ia64.h (MASK_A_STEP, TARGET_A_STEP): Delete.
1191 (TARGET_SWITCHES): Delete -ma-step option.
1192 * config/ia64/ia64.md (all FP patterns): Delete %B0.
1193 (movqicc_astep, movqi_internal_astep, movhicc_astep,
1194 movhi_internal_astep, movsicc_astep, movsi_internal_astep, movdi+1,
1195 movdi_internal_astep, movsfcc_astep, movsf_internal_astep,
1196 movdfcc_astep, movdf_internal_astep, movtfcc_astep,
1197 movtf_internal_astep, cmovdi_internal_astep, cmovsi_internal_astep):
1199 (movqi_internal, movhi_internal, movsi_internal, movdi_internal,
1200 movsf_internal, movdf_internal, movtf_internal, cmovdi_internal,
1201 cmovsi_internal): Delete ! TARGET_A_STEP check.
1203 2001-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1205 * gcc.texi (Bug Lists): Do not mention newsgroups nor the
1206 possibility to report bugs via postal mail. Change a URL and
1207 merge in a nearly duplicate statement...
1208 (Bug Reporting): ...from here.
1209 (Service): Refer to the Bug Reporting section instead of
1211 (Contributing): Remove trivial explanations concerning snapshots.
1213 2001-01-16 Alan Modra <alan@linuxcare.com.au>
1215 * cppmain.c (general_init): Don't use ANSI prototype.
1217 2001-01-16 Tom Tromey <tromey@redhat.com>
1219 * gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.
1221 2001-01-16 Richard Henderson <rth@redhat.com>
1223 * config/i386/i386.h: Fix comment typo.
1224 * config/i386/i386.md (shift+compare pattern names): s/cmpno/cmp/
1225 (ashr+compare patterns): Match CCGOCmode not CCNOmode.
1227 2001-01-16 Phil Edwards <pme@sources.redhat.com>
1229 * gcc.c: Revert previous -fsyntax-only-related change; move
1232 2001-01-16 Jakub Jelinek <jakub@redhat.com>
1234 * config/i386/i386.c (fcmov_comparison_operator): Only initialize
1235 inmode after checking GET_CODE (op).
1237 2001-01-16 Richard Henderson <rth@redhat.com>
1239 * flow.c (struct propagate_block_info): Add mem_set_list_len.
1240 (MAX_MEM_SET_LIST_LEN): New.
1241 (propagate_one_insn): Update mem_set_list_len.
1242 (invalidate_mems_from_autoinc): Likewise.
1243 (invalidate_mems_from_set): Likewise.
1244 (mark_used_regs): Likewise.
1245 (init_propagate_block_info): Likewise. Stop collecting memories
1246 when we reach MAX_MEM_SET_LIST_LEN.
1247 (mark_set_1): Likewise.
1249 2001-01-16 Richard Henderson <rth@redhat.com>
1251 * unroll.c (precondition_loop_p): Fail if no iteration
1254 2001-01-16 Phil Edwards <pme@sources.redhat.com>
1256 * gcc.c: When -fsyntax-only is given, do not complain about
1259 2001-01-15 Richard Henderson <rth@redhat.com>
1261 * config/i386/i386.c (asm_output_function_prefix): Remove.
1262 (ix86_asm_file_end): New.
1263 (load_pic_register): Generate pic_label_name into a
1264 staticly allocated buffer.
1265 * config/i386/i386-protos.h: Update.
1266 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_PREFIX): Remove.
1267 (ASM_FILE_END): New.
1268 * config/i386/i386afe.h: New file.
1269 * config.gcc (i?86-*-elf) [tm_file]: Use it.
1270 (i?86-*-{freebsd,linux*,moss*}): Likewise.
1271 * config/elfos.h (ASM_FILE_END): Undef before redefinition.
1272 * config/i386/cygwin.h (ASM_FILE_END): Likewise.
1273 * config/i386/osfrose.h (ASM_FILE_END): Invoke ix86_asm_file_end.
1274 * config/i386/sco5.h (ASM_FILE_END): Likewise.
1275 * config/i386/winnt.c (i386_pe_asm_file_end): Likewise.
1277 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
1279 * Makefile.in (install-man): Remove explicit dependency on
1282 * configure.in, configure: Revert previous patch requiring perl
1285 2001-01-12 Aldy Hernandez <aldyh@redhat.com>
1287 * toplev.c (flag_guess_branch_prob): New.
1288 (f_options): Add guess-branch-probability option.
1289 (rest_of_decl_compilation): Only estimate branch probability if
1291 (main): set flag_guess_branch_prob.
1293 * flags.h (flag_guess_branch_prob): New.
1295 2001-01-15 DJ Delorie <dj@redhat.com>
1297 * gcc.texi (Makefile): Add documentation for Makefile targets.
1299 2001-01-15 Philip Blundell <philb@gnu.org>
1301 * config/arm/arm.c (arm_finalize_pic): New arg "prologue".
1303 * config/arm/arm-protos.h (arm_finalize_pic): Update prototype.
1304 (is_pic): Delete declaration.
1305 * config/arm/arm.h (FINALIZE_PIC): Update call to arm_finalize_pic.
1306 (OUTPUT_INT_ADDR_CONST): Remove special handling of PIC address.
1307 * config/arm/arm.md (builtin_setjmp_receiver): New.
1309 2001-01-15 Richard Earnshaw <rearnsha@arm.com>
1311 * arm.c (use_return_insn): Don't try to determine the function type
1312 until after reload has completed.
1313 (arm_output_epilogue): Don't adjust the sp value recovered from the
1315 (emit_multi_reg_push): Don't record dwarf information for the pc.
1316 * arm.md (eh_epilogue): The function type may have changed, so it
1317 needs to be recalculated.
1318 * arm/netbsd.h (DWARF2_UNWIND_INFO): Delete. Can now use dwarf2
1319 unwind tables on arm/netbsd.
1321 2001-01-15 Richard Earnshaw <rearnsha@arm.com>
1323 * arm.md (cbranchsi4): Correct calculation of branch ranges.
1324 (negated_cbranchsi4): Likewise.
1326 2001-01-15 Richard Earnshaw <rearnsha@arm.com>
1328 * config/arm/semi.h (SUBTARGET_EXTRA_SPECS): Define.
1329 (SUBTARGET_EXTRA_ASM_SPEC): Define to empty string.
1330 (ASM_SPEC): Call subtarget_extra_asm_spec. Don't
1331 pass -mapcs-* options to assembler.
1332 * config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Define.
1333 (SUBTARGET_EXTRA_ASM_SPEC): Define to empty string.
1334 (ASM_SPEC): Call subtarget_extra_asm_spec.
1336 2001-01-15 Andreas Jaeger <aj@suse.de>
1338 * config/i386/i386.c (ix86_init_builtins): Make i size_t to remove
1340 (ix86_expand_builtin): Likewise.
1342 * gencodes.c (output_predicate_decls): Make i size_t to avoid
1343 warning about comparison between signed and unsigned.
1345 2001-01-14 Geoffrey Keating <geoffk@redhat.com>
1347 * expr.c (do_jump): Treat VOIDmode CONST_DOUBLEs like CONST_INTs.
1349 2001-01-14 Ralf Baechle <ralf@gnu.org>
1351 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change
1352 SUBTARGET_CPP_SPEC apropriatly.
1354 2001-01-12 Mark Mitchell <mark@codesourcery.com>
1356 * varasm.c (make_decl_rtl): Fix typo in last change.
1358 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
1360 * defaults.h (SUPPORTS_INIT_PRIORITY): New macro to indicate the
1361 linker supports the init_priority C++ attribute.
1362 * tm.texi (SUPPORTS_INIT_PRIORITY): Documentation for new macro.
1363 * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Indicate Irix
1364 linker does not support init_priority C++ attribute.
1366 Sun Jan 14 22:31:30 2001 J"orn Rennecke <amylaar@redhat.com>
1368 * Makefile.in (libgcc1-test.o): Depends on stmp-int-hdrs.
1370 2001-01-14 Neil Booth <neil@daikokuya.demon.co.uk>
1372 * c-parse.in (finish_parse): Add comment about cpp_destroy.
1373 * cp/lex.c (finish_parse): Similarly.
1374 * cppinit.c (cpp_cleanup): Rename cpp_destroy for clarity.
1375 Return the number of errors encountered.
1376 * cpplib.h (cpp_cleanup): Rename cpp_destroy, return int.
1377 * cppmain.c (main): Don't call cpp_destroy.
1379 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
1381 * configure.in: Require at least perl 5.6.0 to regenerate
1383 * configure: Regenerate.
1385 2001-01-14 Richard Henderson <rth@redhat.com>
1387 * genrecog.c (DT_veclen_ge): New.
1388 (add_to_sequence) [MATCH_PARALLEL]: Generate one.
1389 (maybe_both_true_2): Simplify DT_veclen vs DT_veclen_ge.
1390 (nodes_identical_1): Handle DT_veclen_ge.
1391 (write_cond, debug_decision_2): Likewise.
1393 2001-01-14 Richard Earnshaw <rearnsha@arm.com>
1395 * arm.md (ldmsi_postinc, ldmsi, stmsi_postinc, smsi): Delete. Replace
1397 (ldmsi_postinc[432], ldmsi[432], stmsi_postinc[432], stmsi[432]): New.
1399 2001-01-14 Neil Booth <neil@daikokuya.demon.co.uk>
1401 * cppmain.c (do_preprocessing): New function; most of the old
1403 (main): Call it to do most of the work.
1404 (cb): Move from global scope to set_callbacks ().
1405 (setup_callbacks): Get the callback pointer.
1406 (general_init, printer_init): Clean up code and comments.
1408 2001-01-14 Richard Earnshaw <rearnsha@arm.com>
1410 * config/arm/semi.h (ASM_SPEC): Pass -k to the assembler when
1413 2001-01-14 Kazu Hirata <kazu@hxi.com>
1415 * config/h8300/h8300.c (get_shift_alg): Update comments.
1417 Sun Jan 14 06:20:49 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1419 * ggc-page.c (alloc_annon): Call perror and correctly call exit.
1420 (alloc_page, ggc_alloc): Add casts to remove warnings.
1422 2001-01-14 Geoffrey Keating <geoffk@redhat.com>
1424 * combine.c (simplify_comparison): Don't change `code' when
1425 can't reverse comparison.
1427 2001-01-14 Richard Henderson <rth@redhat.com>
1429 * rtlanal.c (computed_jump_p_1): Rename from jmp_uses_reg_or_mem;
1430 update all call sites. Return true for all non-label constants.
1432 Sun Jan 14 10:09:48 MET 2001 Jan hubicka <jh@suse.cz>
1434 * i386.c (ix86_expand_compare): Add bypass_test and second_test
1436 (ix86_expand_branch): Update.
1437 (ix86_expand_setcc): Update to handle multiple test conditions.
1438 (expand_int_movcc): Likewise.
1439 (expand_fp_movcc): Likewise.
1440 * i386-protos.h (ix86_expand_compare): New.
1441 * i386.md (andqi_?_slp, orqi_?_slp): New.
1442 (conditional trap expander): Update call to ix86_expand_compare.
1444 2001-01-14 Richard Henderson <rth@redhat.com>
1446 * config/vax/vax.md: Use nonimmediate_operand instead of
1447 general_operand in destinations.
1449 * config/vax/vax.md (indirect_jump): Use register_operand.
1451 * config/vax/vax.h (RETURN_POPS_ARGS): Max at 255 arguments.
1452 * config/vax/vax.md (call_pop): Turn into an expander.
1453 (call_value_pop): Likewise.
1454 (call, call_value): New.
1456 2001-01-14 Andreas Jaeger <aj@suse.de>
1458 * config/i386/i386.c (ix86_split_fp_branch): Remove unused
1460 (ix86_fp_compare_mode): Add unused attribute.
1461 (ix86_expand_fp_movcc): Remove unused variable.
1462 (ix86_expand_builtin): Make fcode unsigned.
1464 * expr.c (MOVE_BY_PIECES_P): Cast MOVE_RATIO to unsigned.
1465 (expand_expr): Add cast to avoid signed warning.
1466 (store_field): Likewise.
1467 (store_constructor_field): Likewise.
1468 (store_constructor): Likewise.
1469 (store_expr): Likewise.
1470 (clear_storage): Likewise.
1471 (emit_group_store): Likewise.
1472 (emit_group_load): Likewise.
1474 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
1476 * c-common.c: Move format checking code to ...
1477 * c-format.c: ... here. New file. Reorder some functions and
1479 (decl_handle_format_attribute, decl_handle_format_arg_attribute):
1481 * c-common.h (decl_handle_format_attribute,
1482 decl_handle_format_arg_attribute): Declare.
1483 * Makefile.in (C_AND_OBJC_OBJS): Add c-format.o.
1484 (c-common.o): Adjust dependencies.
1485 (c-format.o): New list of dependencies.
1487 2001-01-13 Jakub Jelinek <jakub@redhat.com>
1489 * unroll.c (loop_iterations): If we cannot prove iteration variable
1490 is set once in each iteration, punt.
1492 Sun Jan 14 00:23:15 2001 Denis Chertykov <denisc@overta.ru>
1494 * config/avr/avr.md ("strlenhi"): Remove clobber of input address.
1495 (*strlenhi): Remove clobber (which was buggy) of output address.
1497 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
1499 * Makefile.in (generated-manpages): Add gcc.1
1500 ($(srcdir)/gcc.1): New target.
1501 (maintainer-clean): Delete $(srcdir)/gcc.1.
1502 * gcc.texi: Add macros @gccoptlist and @gol.
1503 * invoke.texi: Include option summary in manpage. Mark up option
1504 summary with @gccoptlist and @gol. Use @r in one place where
1506 * texinfo.tex: Update to version 2000-12-11.07 from ftp.gnu.org.
1507 * gcc.1: Generate from invoke.texi.
1509 2001-01-13 Richard Henderson <rth@redhat.com>
1511 * ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap.
1512 (struct page_entry): Add group member.
1513 (struct page_group): New.
1514 (struct globals): Add page_groups member.
1515 (alloc_anon): Only define for using mmap; remove valloc call.
1516 (page_group_index): New.
1517 (set_page_group_in_use): New.
1518 (clear_page_group_in_use): New.
1519 (alloc_page): Implement USING_MALLOC_PAGE_GROUPS.
1520 (free_page, release_pages): Likewise.
1521 * configure.in (with-gc): Default to ggc-page always.
1523 2001-01-13 Alexandre Oliva <aoliva@redhat.com>
1525 * reload1.c (replace_pseudos_in_call_usage): Use
1526 reg_equiv_constant and reg_equiv_address, and don't try
1527 regno_reg_rtx first.
1529 2001-01-13 Richard Henderson <rth@redhat.com>
1531 * ggc-page.c (alloc_page): Round up allocation size to one page.
1532 Set e->order on extra pages.
1534 2001-01-13 Richard Henderson <rth@redhat.com>
1536 * genrecog.c (nodes_identical): Expand commentary.
1537 (write_switch): Watch out for identical nodes.
1539 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1541 * cppfiles.c (_cpp_fake_include): New function.
1542 * cpphash.h (_cpp_fake_include): New.
1543 * cpplib.c (do_line): Call _cpp_fake_include when entering
1544 header files in preprocessed input.
1545 * cppmain.c (cb_pragma_implementation): Remove handling.
1546 (setup_callbacks): Don't register pragmas.
1548 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1550 * extend.texi: Udate for CPP.
1552 2001-01-13 Andreas Jaeger <aj@suse.de>
1554 * reload1.c: Add prototype for replace_pseudos_in_call_usage.
1556 * regmove.c: Add prototype for replace_in_call_usage.
1558 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1560 * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,
1561 struct cpp_chunk, struct htab, struct toklist,
1562 struct cpp_context, CPP_STACK_MAX, struct lexer_state,
1563 struct spec_nodes, struct cpp_reader, CPP_OPTION, CPP_BUFFER,
1564 CPP_BUF_LINE, CPP_BUF_COL, CPP_BUF_COLUMN, U, ustrcmp, ustrncmp,
1565 ustrlen, uxstrdup, ustrchr, ufputs): Move to cpphash.h.
1566 (struct macro_args): Delete.
1567 * cpphash.h: See above.
1569 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1571 * cppmain.c (struct printer): Remove no_line_dirs.
1573 (main, setup_callbacks, scan_buffer, printer_init, cb_define)
1574 : Use options rather than CPP_OPTION.
1575 (setup_callbacks): Use cb rather than pfile->cb.
1576 (main): No need to check for a buffer. Use cpp_errors.
1577 (printer_init): Don't set no_line_dirs.
1578 (maybe_print_line): Use options not no_line_dirs.
1579 (cb_file_change): Don't call print_line if -P.
1581 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1583 * c-lex.c (init_c_lex): Use cpp_get_callbacks to set
1585 * c-parse.in (finish_parse): Use cpp_errors.
1586 (__yylex): Use return value of cpp_pop_buffer.
1587 * cp/lex.c (finish_parse): Use cpp_errors.
1588 * cp/spew.c (read_token): Use return value of cpp_pop_buffer.
1590 Sat Jan 13 16:57:40 2001 Denis Chertykov <denisc@overta.ru>
1592 * README.AVR: URLs corrected.
1594 Sat Jan 13 07:30:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1596 * c-decl.c (start_function): Don't warn if old prototype is builtin
1597 that's not in C's namespace.
1598 * libgcc2.c (_varargs): Update definition of __builtin_saveregs.
1599 (_bb): Add prototype for ctime.
1600 * config/alpha/osf.h (TRANSFER_FROM_TRAMPOLINE): Add missing protos.
1602 Sat Jan 13 09:53:32 MET 2001 Jan Hubicka <jh@suse.cz>
1604 * i386.c (ix86_fp_comparison_arithmetics_cost,
1605 ix86_fp_comparison_fcomi_cost, ix86_fp_comparison_sahf_cost,
1606 ix86_fp_comparison_cost): New functions.
1607 (ix86_expand_fp_compare): Use the costs to choose best bethod; add
1608 two new parameters SECOND_TEST and BYPASS_TEST; allow generating
1609 two-branch sequences; make static.
1610 (ix86_use_fcomi_compare): Do decision according to the costs.
1611 (split_fp_branch): New.
1612 * i386.md (compare-and-branch patterns): Use split_fp_branch.
1613 * i386-protos.h (ix86_expand_fp_compare): Remove
1614 (ix86_split_fp_branch): Declare.
1616 * i386.h (PREDICATE_CODES): Update codes from fcmov_comparison_operand
1617 and ix86_comparison_operator.
1619 * i386.c (ix86_prepare_fp_compare_args): Try to rearange the comparison
1622 * i386.c (put_condition_code): Output properly the unordered/ordered
1623 compares in fp case.
1624 (ix86_expand_fp_movcc): Use ix86_expand_compare infrastructure.
1626 * tm.texi (REVERSE_CONDITION): Document.
1627 * i386.c (ix86_fp_compare_mode): Simplify; return always CCFPmode
1628 in -ffast-math mode.
1629 * i386.h (REVERSE_CONDITION, REVERSIBLE_CC_MODE): New macro.
1631 2001-01-13 Alexandre Oliva <aoliva@redhat.com>
1633 * config/sh/sh.c (sh_expand_epilogue): Use PR explicitly.
1635 * config/sh/sh.c (sh_expand_prologue): Let the second toggle_sz be
1638 * config/sh/sh.c (mova_p): Fix test for mova_const.
1640 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1642 * fix-header.c (read_scan_file): Use cpp_get_callbacks and
1643 cpp_get_options rather than dereferencing pfile and using
1645 * scan-decls.c (scan_decls): Use return value of
1646 cpp_pop_buffer rather than CPP_BUFFER.
1648 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1650 * cppinit.c (cpp_handle_option): help_only is now part of the
1651 cpp_options structure.
1652 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
1653 cpp_set_callbacks): New functions.
1654 * cpplib.h (cpp_callbacks): Break out as a named structure.
1655 (cpp_options): Move help_only here from cpp_reader.
1656 (CPP_FATAL_ERRORS): Update to use cpp_errors.
1657 (cpp_errors, cpp_get_options, cpp_get_callbacks,
1658 cpp_set_callbacks): New prototypes.
1659 * cppmain.c (main): Update for help_only.
1661 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
1663 * Makefile.in (info, maintainer-clean, install-info, uninstall):
1664 Also build and remove and install and uninstall c-tree.info and
1666 ($(srcdir)/gcc.info): Add dependency on contrib.texi.
1667 ($(srcdir)/cppinternals.info): New target.
1668 * c-tree.texi: Change file name used when makeinfo used without -o
1669 from ir.info to c-tree.info. Add info directory entry.
1670 * cppinternals.texi: Add info directory entry.
1671 * .cvsignore: Update.
1673 2001-01-12 Jakub Jelinek <jakub@redhat.com>
1675 * c-typeck.c (store_init_value): Don't require constant initializer
1676 elements with -pedantic -std=c99.
1677 (digest_init): Change error about non-constant initializer elements
1679 (constructor_range_end): Remove.
1680 (constructor_incremental, designator_depth,
1681 designator_errorneous): New variables.
1682 (struct constructor_stack): Remove range_end, add incremental.
1683 (struct constructor_range_stack, constructor_range_stack): New.
1684 (struct initializer_stack): Add constructor_range_stack.
1685 (finish_init): Set it.
1686 (start_init): Likewise. require_constant_elements for non-static
1687 trees only if not flag_isoc99.
1688 (really_start_incremental_init): Remove constructor_range_end, add
1689 constructor_incremental.
1690 (pop_init_level): Likewise.
1691 (push_init_level): Likewise. If implicit and the subobject had some
1692 value set already, preinitialize the level with it.
1693 Warn about missing braces only if not pushing due to designators.
1694 (set_designator, push_range_stack): New functions.
1695 (set_init_label): Use them.
1696 (set_init_index): Likewise. Remove constructor_range_end.
1697 Error if designator index is outside of array bounds.
1698 (add_pending_init): Compare values of purpose index trees, not the
1699 trees themselves. Allow overwriting of already initialized element.
1700 Issue a warning if it had side-effects.
1701 (set_nonincremental_init, set_nonincremental_init_from_string): New
1703 (pending_init_member): Rename to...
1704 (find_init_member): ...this function. Call set_nonincremental_init
1705 if necessary. Compare values of purpose index trees, not the trees
1706 themselves. Return the actual value, not just non-zero if something
1708 (output_init_element): Remove checks for duplicates.
1709 If field has zero size, only check the initializer for correctness.
1710 Call set_nonincremental_init if necessary. Push RECORD/ARRAY into AVL
1711 if constructor_incremental is zero. Change error about initializers
1712 not computable at load time into pedwarn.
1713 (output_pending_init_elements): Compare bit positions, not
1714 FIELD_DECLs to take into account zero-sized fields.
1715 (process_init_element): Use constructor_range_stack to fill all
1716 ranges in the designator lists from current level up.
1717 * extend.texi: Update documentation for labeled elements.
1719 2001-01-12 Alexandre Oliva <aoliva@redhat.com>
1721 * calls.c (emit_library_call_value_1): Add USEs and CLOBBERs
1722 to function usage for arguments passed by reference. Optimize
1723 callee-copied arguments.
1724 * regmove.c (replace_in_call_usage): New function.
1725 (fixup_match_1): Call it.
1726 * cse.c (cse_insn): Canonicalize registers in function usage.
1727 * reload1.c (replace_pseudos_in_call_usage): New function.
1730 * Makefile.in: Reverted yesterday's wrong patch. Installed the
1733 2001-01-12 Jakub Jelinek <jakub@redhat.com>
1735 * config/alpha/alpha.c (alpha_expand_block_move): GET_MODE of tmp,
1738 2001-01-12 DJ Delorie <dj@redhat.com>
1740 * Makefile.in (bootstrap): rename stages to be mnemonic. Add
1741 restageN, unstageN, bubblestrap, quickstrap, and cleanstrap
1744 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
1746 * cpp.texi, extend.texi, gcc.texi, install.texi, invoke.texi,
1747 tm.texi: Consistently refer to ISO C instead of ANSI C. Refer to
1748 -std options alongside references to -ansi. Update some
1749 documentation for C99.
1750 * cpp.1: Regenerate.
1752 2001-01-12 Andreas Jaeger <aj@suse.de>
1754 * haifa-sched.c (restore_line_notes): Remove argument block B
1756 * sched-ebb.c (schedule_ebb): Change caller.
1757 * sched-rgn.c (schedule_region): Likewise.
1758 * sched-int.h (restore_line_notes): Adjust prototype.
1760 * loop.h: Remove wrong declaration of doloop_condition_get.
1762 2001-01-12 Phil Edwards <pme@sources.redhat.com>
1764 * extend.texi: Move C++-extension-related node from the C section
1765 into the C++ section.
1767 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
1769 * extend.texi: Refer to an array of pointers to functions instead
1770 of one of functions.
1772 Fri Jan 12 12:08:12 MET 2001 Andreas Jaeger <aj@suse.de>
1773 Jan Hubicka <jh@suse.cz>
1775 * combine.c (reversed_comparison): Fix typo in last patch.
1777 (combine_reversed_comparison_code): Make static to follow
1778 prototype declaration.
1780 2001-01-12 Phil Edwards <pme@sources.redhat.com>
1782 * install.texi: Remove misplaced duplicate entry.
1784 2001-01-11 Ulrich Drepper <drepper@redhat.com>
1786 * config/float-i386.h: Define FLT_EVAL_METHOD and DECIMAL_DIG for C99.
1788 Thu Jan 11 17:06:30 EST 2001 John Wehle (john@feith.com)
1790 * final.c: (leaf_function_p): Fix typo.
1792 2001-01-11 Zack Weinberg <zack@wolery.stanford.edu>
1794 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Completely rewritten.
1795 Now defines HAVE_MMAP_DEV_ZERO and/or HAVE_MMAP_ANON depending
1797 (AC_FUNC_MMAP_FILE): Don't AC_REQUIRE AC_FUNC_MMAP_ANYWHERE.
1798 * configure.in: Set GGC to ggc-page if any of mmap_dev_zero,
1799 mmap_anon, and valloc is available.
1800 * ggc-page.c: Restructure ifdef logic to match new autoconf
1801 spec. Don't throw away the test page in init_ggc.
1803 * configure, config.in: Regenerate.
1805 2001-01-12 Michael Hayes <mhayes@redhat.com>
1807 * loop.h (total_biv_increment): Constify iv_class pointer.
1808 (struct induction): Replace `mem_mode' with `mem' rtx.
1809 * unroll.c (total_biv_increment): Constify iv_class pointer.
1810 * loop.c (loop_giv_reduce_benefit): Derive mem mode from mem rtx.
1811 (find_mem_givs, combine_givs_p): Likewise.
1812 (debug_ivs, debug_iv_class, loop_ivs_dump, loop_iv_class_dump): New.
1814 2001-01-10 Thomas Pfaff <tpfaff@gmx.net>
1816 * gthr-win32.h (__gthread_objc_thread_get_data): Save and restore Win32
1818 (__gthread_getspecific): Ditto.
1820 Fri Jan 12 00:04:00 MET 2001 Jan Hubicka <jh@suse.cz>
1822 * i386.c (ix86_comparison_operator, fcmov_comparison_operator,
1823 put_condition_code): Convert fp comparison codes to integer
1825 (ix86_expand_fp_compare): Postnote the fp comparison code converison
1828 * i386.c (unsigned_comparison, no_comparison_operator): Kill.
1829 * i386-protos.h (no_comparison_operator): Kill.
1831 * i386.c (ix86_expand_fp_compare): Fix ordered/unordered confussion.
1833 * combine.c (REVERSIBLE_CC_MODE): Remove.
1834 (reversible_comparison_p): Remove.
1835 (combine_reversed_comparison_code): New.
1836 (reversed_comparison): New.
1837 (combine_simplify_rtx): Use
1838 combine_reversed_comparison_code/reversed_comparison instead
1839 of reversible_comparison_p.
1840 (simplify_if_then_else): Likewise.
1841 (simplify_set): Likewise.
1842 (simplify_logical): Likewise.
1843 (if_then_else_cond): Likewise.
1844 (known_cond): Likewise.
1845 (simplify_comparison): Likewise.
1847 2001-01-11 Alan Lehotsky <lehotsky@tiac.net>
1849 * builtins.c (std_expand_builtin_va_start): Handle varargs when
1850 sizeof (int) is larger than sizeof(__word__).
1852 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
1854 * cppinit.c (do_includes): Fix typo.
1856 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1858 * config/m68hc11/m68hc11.md (cmphi_1): Make sure reloading
1859 in S_REGS does not occur because not all sources are possible
1860 when a S_REGS is a destination (sometimes needs a clobber).
1861 (movqi_const0, zero_extendhisi2, zero_extendqisi2): Likewise.
1862 (zero_extendhidi2, extendqisi2, extendqihi2, extendhisi2): Likewise.
1863 (anddi3, iordi3, xordi3, negqi2, one_cmplhi2, one_cmplqi2: Likewise.
1864 (ashldi3_const32, ashldi3_const1, ashlsi3_const16): Likewise.
1865 (ashlsi3_const1, ashlhi3_2, ashlqi3_const1, ashrhi3): Likewise.
1866 (ashrqi3_const1, lshrdi3_const32, lshrdi3_const63): Likewise.
1867 (lshrdi_const1, lshrsi3_const16): Likewise.
1868 (*addhi3, lshrsi3_const1, lshrqi3_const1): Likewise.
1869 (*movhi_68hc12, *movqi_68hc12): Likewise.
1870 (movstrictqi): Make sure reloading in D_REGS as a destination
1873 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
1875 * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
1877 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
1879 * cppinit.c (cpp_start_read): If -fpreprocessed, ignore
1880 -D, -U and -A, and don't initialize the builtins.
1881 (do_includes): Error if -include or -imacros with -fpreprocessed.
1882 * cppmain.c (cb_define, cb_undef): Unconditionally process
1884 * tradcpp.c (main): Fix typo.
1886 2000-01-11 Mark Elbrecht <snowball3@bigfoot.com>
1888 * cppfiles.c (cpp_included, find_include_file, _cpp_execute_include)
1889 (read_name_map): Use IS_ABSOLUTE_PATH.
1890 * tradcpp.c (get_filename): Likewise.
1892 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1894 * config/m68hc11/m68hc11.md (*adcq, *subcq): Fix operand numbers.
1895 (*ashlsi3_const16_zexthi, *ashlsi3_const1): Likewise.
1896 (*lshrsi3_const, *lshrsi3_const1, *lshrsi3_const16): Likewise.
1897 (*ashrsi3, *ashrsi3_const, *ashlsi3, *ashlsi3_const): Likewise.
1898 (*ashlsi3_const1, *lshrsi3, *ashlsi3_const16): Likewise.
1899 (cmphi_z_used): Don't use '@' for the output.
1900 (tstqi_z_used): Likewise.
1901 (cmpqi_z_used): Likewise.
1902 (one_cmplsi2): Likewise.
1904 2001-01-11 Alexandre Oliva <aoliva@redhat.com>
1906 * config/sh/sh.c (barrier_align): Recognize branch around far
1907 branch and redundant insn.
1909 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
1911 * invoke.texi: Restore documentation of the drivers' switches -MD
1914 2001-01-11 Alexandre Oliva <aoliva@redhat.com>
1916 * config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
1918 * Makefile.in (check-gcc//%, check-g++//%, check-g77//%,
1919 check-objc//%): Support parallel testing of multilibs.
1920 (TESTSUITEDIR): Set to testsuite by default, but override for
1922 (check-gcc, check-g++, check-g77, check-objc): Enter
1925 2001-01-11 Bernd Schmidt <bernds@redhat.com>
1927 * alias.c (throughout): Use REGNO, rather than ORIGINAL_REGNO.
1928 * sched-deps.c (deps_may_trap_p): Likewise.
1929 * basic-block.h: Remove a comment.
1930 * flow.c (PROP_POSTRELOAD): Remove.
1931 (update_life_info): Don't add it to prop_flags.
1932 (mark_set_1): Lose the code that was enabled by it.
1934 2001-01-11 Michael Hayes <mhayes@redhat.com>
1936 * flow.c (flow_call_edges_add): New.
1937 * basic_block.h (flow_call_edges_add): New.
1939 2001-01-11 J"orn Rennecke <amylaar@redhat.com>
1941 * reload1.c (move2add_note_store): Update reg_set_luid even if
1942 base reg remains the same.
1944 2001-01-10 Nick Clifton <nickc@redhat.com>
1946 * config/d30v/d30v.c (d30v_init_machine_status): Initialise
1947 machine_function structure to zero.
1948 Add prototypes for machine_status functions.
1950 2001-01-10 Mark Mitchell <mark@codesourcery.com>
1952 * c-common.h (CTI_VOID_LIST): Remove.
1953 (void_list_node): Likewise.
1954 * tree.h (TI_VOID_LIST_NODE): New enumeral.
1955 (void_list_node): New macro.
1956 * config/arm/arm.c (arm_init_builtins): Use void_list_node.
1957 * config/i386/i386.c (ix86_init_builtins): Likewise.
1958 * config/ia64a/ia64.c (ia64_init_builtins): Likewise.
1960 2001-01-10 Neil Booth <neil@daikokuya.demon.co.uk>
1962 * Makefile.in (tradcpp0): Depend on mkdeps.h. Link mkdeps.o
1963 * cppinit.c (cpp_start_read): Update comment, remove unneeded
1965 * tradcpp.c: Include mkdeps.h.
1966 (deps, print_deps_phony_targets, deps_append, output_deps,
1967 init_dependency_output, output_deps): New.
1968 (deps_buffer, deps_allocated_size, deps_size, deps_column,
1969 deps_output): Delete.
1970 (print_deps_missing_files): Rename deps_missing_files.
1971 (inhibit_output): Make global.
1972 (main): Delete inhibit_output, deps_stream, deps_target.
1973 Use mkdeps functionality in the same way as cpplib. Remove
1974 -g3 handling. Handle -MF, -MP, -MQ, -MT. Update handling of
1975 -M and -MM. Remove old handling of deps via deps_out, and
1976 old reading of environment variables.
1977 (get_filename): Update to use deps_add_dep.
1979 2001-01-10 Mark Mitchell <mark@codesourcery.com>
1981 * output.h (make_function_rtl): Remove prototype.
1982 (make_decl_rtl): Likewise.
1983 * varasm.c (make_function_rtl): Remove.
1984 (make_decl_rtl): Determine top-levelness from DECL_CONTEXT, rather
1985 than from a third parameter.
1986 * tree.h (make_decl_rtl): Remove last parameter.
1987 * c-decl.c (builtin_function): Remove last argument in call to
1988 make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
1989 (start_function): Likewise.
1990 * except.c (call_get_eh_context): Likewise.
1991 * expr.c (emit_block_move): Likewise.
1992 (clear_storage): Likewise.
1993 * profile.c (output_func_start_profiler): Likewise.
1994 * toplev.c (rest_of_decl_compilation): Likewise.
1995 * objc/objc-act.c (create_builtin_decl): Likewise.
1996 (synth_module_prologue): Likewise.
1997 (generate_static_reference): Likewise.
1998 (build_selector_reference_decl): Likewise.
1999 (build_class_reference_decl): Likewise.
2000 (build_objc_string_decl): Likewise.
2001 (build_protocol_reference): Likewise.
2003 2001-01-10 Richard Henderson <rth@redhat.com>
2005 * hwint.h: Revert yesterday's change.
2007 2001-01-10 Nick Clifton <nickc@redhat.com>
2009 * function.h (save_machine_status): Delete.
2010 (restore_machine_status): Delete.
2011 Amend comment describing {init|mark|free}_machine_status.
2013 * function.c (save_machine_status): Delete.
2014 (restore_machine_status): Delete.
2015 Amend comment describing {init|mark|free}_machine_status.
2016 (push_function_context_to): Remove invocation of
2017 save_machine_status.
2018 (pop_function_context_from): Remove invocation of
2019 restore_machine_status.
2021 * emit-rtl.c (init_emit_once): Amend comment describing
2022 {init|mark|free}_machine_status.
2024 * tm.texi (Per-Function Data): New node. Describe the
2025 INIT_EXPANDERS macro and the {init|mark|free}_machine_status
2028 2001-01-10 Neil Booth <neil@daikokuya.demon.co.uk>
2030 * cppinit.c (OPT_g): Remove.
2031 (cpp_handle_option): Update for removed -g3.
2032 (print_help): Update.
2033 * cpplib.h (struct cpp_options): Remove debug_output.
2034 * cppmain.c (setup_callbacks, cb_define): Update.
2035 * gcc.c (cpp_options): Translate -g3 to -dD.
2037 2001-01-10 Aldy Hernandez <aldyh@redhat.com>
2039 * config/i960/i960.md: Change modifier to + on the zero_extract
2040 pattern after the (rotate -2 reg) canonicalization pattern.
2042 2001-01-10 Richard Henderson <rth@redhat.com>
2044 * config/alpha/alpha.c (alpha_free_machine_status): New.
2045 (override_options): Install it.
2046 (alpha_mark_machine_status): Verify machine non-null.
2047 * config/i386/i386.c (ix86_free_machine_status): New.
2048 (override_options): Install it.
2049 (ix86_init_machine_status): Use xcalloc.
2050 (ix86_mark_machine_status): Verify machine non-null.
2051 * config/ia64/ia64.c (ia64_free_machine_status): New.
2052 (ia64_override_options): Install it.
2053 (ia64_mark_machine_status): Verify machine non-null.
2055 Wed Jan 10 11:34:39 2001 Jeffrey A Law (law@cygnus.com)
2057 * function.c (instantiate_virtual_regs): Instantiate virtual
2058 registers found in CALL_INSN_FUNCTION_USAGE.
2060 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2062 * i386.h (CPP_CPU_SPEC): Allow for -std=c* and -std=i* as
2063 equivalent to -ansi in disabling -Di386.
2065 Wed Jan 10 16:38:31 MET 2001 Jan Hubicka <jh@suse.cz>
2067 * i386.c (ix86_fp_compare_code_to_integer, ix86_fp_comparison_codes):
2069 (ix86_expand_fp_compare): Make trivial use of new infrastructure.
2071 2001-01-10 Richard Earnshaw <rearnsha@arm.com>
2073 * arm.c (arm_init_builtins): Temporarily disable xscale builtins.
2075 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2077 * invoke.texi: Document that -fcond-mismatch isn't supported for
2080 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2082 * gcc.texi: Define macro gcctabopt.
2083 * invoke.texi: Add manpage sections BUGS and AUTHOR. Use
2084 @command, @env and @option in some places where appropriate. Use
2085 @gcctabopt where appropriate. Put URLs and email addresses inside
2088 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
2090 * gcc.c (cpp_options): Set MD file name from output
2091 filename, if specified.
2092 (suffix_subst): New static variable.
2093 (do_spec): Clear it.
2094 (do_spec_1, case '.'): Handle new `%.suffix' spec.
2096 (give_switch): Handle suffix_subst.
2098 2001-01-10 Phil Edwards <pme@sources.redhat.com>
2100 * invoke.texi: Fix another typo.
2102 2001-01-10 Phil Edwards <pme@sources.redhat.com>
2104 * invoke.texi: Fix typo.
2106 2001-01-10 Neil Booth <neil@daikokuya.demon.co.uk>
2108 * c-lang.c (lang_hooks): Update.
2109 (lang_decode_option): Remove.
2110 (lang_init_options): Rename c_init_options.
2111 * toplev.c (main): Use lang_hooks for lang_init_options
2112 and lang_decode_option.
2113 * toplev.h (lang_hooks): Add 2 new hooks.
2114 * tree.h: Remove lang_init_options and lang_decode_option.
2115 * cp/cp-tree.h (lang_decode_option): Rename cxx_decode_option.
2116 * cp/decl2.c: Similarly.
2117 * cp/lex.c (lang_init_options): Rename cxx_init_options.
2118 (lang_hooks): Update.
2119 * f/com.c (f_init, f_finish): Rename ffe_init, ffe_finish
2121 (lang_init_options): Rename ffe_init_options.
2122 (lang_hooks): Update.
2123 (lang_decode_option): Remove.
2124 * java/lang.c (lang_init_options): Rename java_init_options.
2125 (lang_decode_option): Rename java_decode_option.
2126 (lang_hooks): Update.
2127 * objc/objc-act.c (lang_init_options): Rename objc_init_options.
2128 (lang_decode_option): Rename objc_decode_option.
2129 (lang_hooks): Update.
2131 2001-01-09 Nick Clifton <nickc@redhat.com>
2133 * config/d30v/d30v.c (d30v_eh_epilogue_sp_ofs): Delete.
2134 (d30v_return_addr_rtx): Delete.
2135 (d30v_expand_epilogue): Use eh_epilogue_sp_ofs field in the
2136 cfun->machine structure.
2137 (struct machine_function): Move to d30v.h
2138 (d30v_save_machine_status): Delete.
2139 (d30v_restore_machine_status): Delete.
2140 (d30v_init_machine_status): New Function.
2141 (d30v_mark_machine_status): New Function.
2142 (d30v_free_machine_status): New Function.
2143 (d30v_init_expanders): Use new functions.
2144 (d30v_return_addr): Use ra_rtx field in cfun->machine.
2145 (d30v_add_gc_roots): Remove d30v_eh_epilogue_sp_ofs and
2146 d30v_return_addr_rtx.
2148 * config/d30v/d30v.h (struct_machine): Move here.
2149 Add eh_epilogue_sp_ofs field.
2151 *config/d30v/d30v.md (epilogue): Initialise eh_epilogue_sp_ofs
2152 field in cfun->machine structure.
2154 Tue Jan 9 21:34:57 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
2156 * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): When generating pic code,
2157 PIC_OFFSET_TABLE_REGNUM_SAVED is a call_used register.
2158 * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
2160 Tue Jan 9 21:25:19 2001 Jeffrey A Law (law@cygnus.com)
2162 * objc/lang-options.h: Remove bogus reference to
2165 2001-01-09 Kazu Hirata <kazu@hxi.com>
2167 * config/h8300/h8300.c (get_shift_alg): Use a struct shift_info to
2170 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
2172 * reload.c (find_reloads_address): Check for eliminable registers
2173 when substituting a constant expression for a pseudo.
2175 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
2177 * c-common.c (enum format_type): Add format_type_error.
2178 (decode_format_type): New function.
2179 (decl_attributes): Use it.
2180 (format_kind_info): Adjust comment.
2182 2001-01-09 David O'Brien <obrien@BSDi.com>
2184 * config.gcc (*-*-gnu*, i[34567]86-*-elf*, i[34567]86-*-linux*libc1,
2185 i[34567]86-*-linux*, i[34567]86-*-moss*): Specify needed platform specific
2187 * config/i386/gnu.h: Don't include required platform specific .h files,
2188 tm.h will do it instead.
2189 * config/i386/i386elf.h: Likewise.
2190 * config/i386/linux.h: Likewise.
2191 * config/i386/moss.h: Likewise.
2192 * config/mips/gnu.h: Likewise.
2194 2001-01-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2196 * config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.
2197 (rs6000-ibm-aix3.[01]*): Likewise.
2198 (rs6000-ibm-aix3.2.[456789]*, powerpc-ibm-aix3.2.[456789]*): Likewise.
2199 (rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*): Likewise.
2200 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Likewise.
2201 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
2202 (powerpc-*-sysv*): Include {tm_file}. svr4.h and rs6000/sysv4.h.
2203 (powerpc-*-eabiaix*): Likewise.
2204 (powerpc-*-eabisim*): Likewise.
2205 (powerpc-*-elf*): Likewise.
2206 (powerpc-*-eabi*): Likewise.
2207 (powerpc-*-rtems*): Likewise.
2208 (powerpc-*-linux*libc1): Likewise.
2209 (powerpc-*-linux*): Likewise.
2210 (powerpc-wrs-vxworks*): Likewise.
2211 (powerpcle-wrs-vxworks*): Likewise.
2212 (powerpcle-*-sysv*): Likewise.
2213 (powerpcle-*-elf*): Likewise.
2214 (powerpcle-*-eabisim*): Likewise.
2215 (powerpcle-*-eabi*): Likewise.
2216 (powerpcle-*-solaris2*): Likewise.
2217 * config/rs6000/aix31.h: Delete includes.
2218 * config/rs6000/aix3newas.h: Likewise.
2219 * config/rs6000/aix41.h: Likewise.
2220 * config/rs6000/aix43.h: Likewise.
2221 * config/rs6000/beos.h: Likewise.
2222 * config/rs6000/rtems.h: Likewise.
2223 * config/rs6000/sysv4.h: Likewise.
2225 2001-01-09 Kazu Hirata <kazu@hxi.com>
2227 * config/h8300/h8300.c (get_shift_alg): Remove an argument cpu.
2228 Change an argument mode of machine_mode to shift_mode of
2229 shift_mode. Remove an extra error check.
2230 (emit_a_shift): Adopt to the new calling prototype of
2232 (function_prologue): Fix code for a monitor
2233 function. Support H8/S.
2234 (function_epilogue): Do not output pop for a monitor function.
2236 2001-01-09 Nick Clifton <nickc@redhat.com>
2238 * config/rs6000/rs6000.c (rs6000_sysv_varargs_p): Delete.
2239 (setup_incoming_varargs): Use sysv_varargs_p field of the
2240 cfun->machine structure.
2241 (struct machine_function): Move to rs6000.h
2242 (rs6000_save_machine_status): Delete.
2243 (rs6000_restore_machine_status): Delete.
2244 (rs6000_init_machine_status): New Function.
2245 (rs6000_free_machine_status): New Function.
2246 (rs6000_init_expanders): Use new functions.
2248 * config/rs6000/rs6000.h (rs6000_sysv_varargs_p): Delete
2250 (struct machine_function): Move here.
2252 * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Use
2253 sysv_varargs_p field of the cfun->machine structure.
2255 * config/rs6000/rs6000-protos.h (rs6000_save_machine_status):
2257 (rs6000_restore_machine_status): Remove prototype.
2259 2001-01-09 Richard Henderson <rth@redhat.com>
2261 * sched-int.h (struct deps): Add max_reg, reg_last_in_use; merge
2262 reg_last_uses, reg_last_sets, reg_last_clobbers into struct deps_reg.
2263 * sched-deps.c (sched_analyze_1): Update uses of struct deps.
2264 (sched_analyze_2, sched_analyze_insn): Likewise.
2265 (sched_analyze, init_deps): Likewise.
2266 (free_deps): Likewise. Iterate with EXECUTE_IF_SET_IN_REG_SET.
2267 * sched-rgn.c (propagate_deps): Likewise. Remove max_reg argument.
2268 (compute_block_backward_dependences): Update propagate_deps call.
2270 2001-01-09 Mark Elbrecht <snowball3@bigfoot.com>
2272 * gcc.c (process_command): Set switches[n_switches].ordering to 0.
2274 2001-01-09 Neil Booth <neil@daikokuya.demon.co.uk>
2276 * cppinit.c (OPT_MD, OPT_MMD): Restore.
2277 (cpp_handle_option): Handle them.
2278 (cpp_post_options): Ensure one of -M or -MM is specified with
2279 any other -M? option.
2280 (init_dependency_output): Suppress output with -MG.
2282 2001-01-09 Neil Booth <neil@daikokuya.demon.co.uk>
2285 * invoke.texi: Update.
2287 2001-01-09 Bernd Schmidt <bernds@redhat.com>
2289 * sh.md (reload_outsf): Generate recognizable patterns for
2292 2001-01-09 Neil Booth <neil@daikokuya.demon.co.uk>
2294 * c-lang.c (lang_hooks): Update.
2295 (lang_init): Rename c_init.
2296 (lang_finish): Remove.
2297 * toplev.c (compile_file): Use lang_hooks for lang_init ()
2299 * toplev.h (lang_hooks): Add init () and finish ().
2300 * tree.h (lang_init, lang_finish): Remove.
2301 * cp/tree.h (lang_init, lang_finish): Remove.
2302 * cp/decl2.c (cxx_post_options, lang_hooks): Move to cp/lex.c.
2303 * cp/lex.c (cxx_init, cxx_finish, cxx_post_options,
2305 (lang_init, lang_finish): Remove.
2306 * f/com.c (lang_init, lang_finish): Rename f_init, f_finish.
2307 (lang_hooks): Update.
2308 * java/lang.c (lang_init): Rename java_init.
2309 (lang_finish): Remove.
2310 (lang_hooks): Update.
2311 * objc/objc-act.c (lang_init): Rename objc_init.
2312 (lang_finish): Remove.
2313 (lang_hoooks): Update.
2315 20001-01-09 Graham Stott <grahams@redhat.com>
2317 * cppfiles.c (_cpp_execute_include): Move `len` initialisation
2318 after `ptr` is initialised.
2320 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
2322 * config/sh/sh.h (STATIC_CHAIN_REGNUM): Change from r13 to r3.
2323 (INITIALIZE_TRAMPOLINE): Adjust accordingly.
2324 * config/sh/sh.c (sh_expand_prologue): Use r1 as temporary for
2325 stack adjusts, instead of r3.
2327 2001-01-09 Michael Hayes <mhayes@redhat.com>
2329 * flow.c (flow_loop_scan): Break out of ...
2330 (flow_loops_find) ... here.
2331 * basic-block.h (flow_loop_scan): New.
2332 (LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES): Add.
2333 (LOOP_EDGES, LOOP_EXITS_DOMS, LOOP_ALL): Redefine.
2335 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
2337 * cppinit.c (cpp_cleanup): NULLify macro_buffer and zero
2339 * cppmacro.c (cpp_macro_definition): Reset macro_buffer_len when
2340 realloc()ing macro_buffer.
2342 * hwint.h (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Use long long
2343 if it's wider than long and the target's long is wider than the
2346 2001-01-09 Mark Mitchell <mark@codesourcery.com>
2348 Remove support for using UWIN as a host machine.
2349 * configure.in: Issue an error message.
2350 * configure: Regenerated.
2351 * config.gcc: Remove xm_* UWIN configury.
2352 * config/i386/xm-uwin.h: Remove.
2354 2001-01-08 Nick Clifton <nickc@redhat.com>
2356 * config/v850/v850.c (ra_rtx): Delete.
2357 (v850_save_machine_status): Delete.
2358 (v850_restore_machine_status): Delete.
2359 (v850_init_machine_status): New function.
2360 (v850_mark_machine_status): New function.
2361 (v850_free_machine_status): New function.
2362 (v850_return_addr): Use ra_rtx field in machine structure.
2363 (v850_init_expanders): Use new functions.
2365 * config/v850/v850-protos.h: Fix prototypes for v850_output_*
2366 * config/v850/v850.c: Change arguments to v850_output+* functions
2367 to take a const char *, to avoid compile time warning.
2368 * config/v850/v850.h (ASM_OUTPUT_LABELREF): Undefine, not needed.
2369 (USER_LABEL_PREFIX): Redefine.
2371 2000-01-08 Jim Wilson <wilson@redhat.com>
2373 * sched-rgn.c (BITSET_ADD, BITSET_REMOVE, bitset_member): Cast
2374 1 to unsigned HOST_WIDE_INT before left shift.
2376 2001-01-08 Nick Clifton <nickc@redhat.com>
2378 * config/arm/arm.c (arm_mark_machine_status): Check to see if
2379 the machine structure has been allocated.
2380 (arm_free_machine_status): New function: Free the machine
2381 specific function structure.
2383 2001-01-08 Richard Henderson <rth@redhat.com>
2385 * jump.c (simplejump_p): Revert last change.
2387 2001-01-08 Neil Booth <neil@daikokuya.demon.co.uk>
2389 * cppinit.c (init): Rename init_library.
2390 (cpp_create_reader): Update.
2391 * gcc.c (cpp_options): If -o given, use it as the target of
2394 2001-01-08 Richard Earnshaw <rearnsha@arm.com>
2396 * arm.c (arm_arch5e): New variable.
2397 (all_cores): XScale is a 5TE device.
2398 (arm_override_options): Set arm_arch5e.
2399 (arm_init_builtins): __builtin_prefetch is in arch5e.
2400 * arm.h (arm_arch5e): Declare it.
2402 * arm.h (PREDICATE_CODES): Add arm_hard_register_operand.
2404 * arm.md (define_constants): Add defines for UNSPEC and
2405 UNSPEC_VOLATILE insns. Update all users.
2406 (define_constants): Add constants for IP_REGNUM, SP_REGNUM, PC_REGNUM.
2407 * arm.c (multi_register_push, note_invalid_constants)
2408 (emit_multi_reg_push, emit_sfm, expand_prologue): Use constants.
2409 * arm.h (SP_REGNUM, IP_REGNUM, PC_REGNUM): Delete defines.
2410 (STACK_POINTER_REGNUM): Define in terms of SP_REGNUM.
2412 Mon Jan 8 16:14:56 MET 2001 Jan Hubicka <jh@suse.cz>
2414 * jump.c (jump_optimize_1): Use reversed_comparison_code
2415 instead of can_reverse_comparison_p.
2416 (jump_back_p): Likewise.
2417 (invert_exp_1): Likewise.
2418 (thread_jumps): Likewise.
2419 * simplify-rtx.c (simplify_unary_operation): Likewise.
2420 (simplify_ternary_operation): Likewise.
2421 * cse.c (find_comparison_args): Convert to use
2422 can_reverse_comparison_p.
2423 (record_jump_equiv): Likewise.
2425 2001-01-08 Richard Earnshaw <rearnsha@arm.com>
2427 * arm.h (HARD_REGNO_RENAME_OK): Delete.
2428 (EPILOGUE_USES): Define.
2429 (INITIAL_ELIMINATION_OFFSET): Current prologue code does not
2430 automatically stack the LR if it isn't live.
2432 Mon Jan 8 13:46:02 MET 2001 Jan Hubicka <jh@suse.cz>
2434 * i386.c (ix86_expand_int_movcc): Take care to reverse fp conditions
2437 Sun Jan 7 18:37:43 2001 Mark P Mitchell <mark@codesourcery.com>
2439 * ggc-page.c (max_alignment): New structure.
2440 (MAX_ALIGNMENT): New macro.
2441 (init_ggc): Use it to round up the sizes in the
2442 extra_order_size_table.
2444 2001-01-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2446 * config/rs6000/rs6000.h (EPILOGUE_USES): New, mark link register
2449 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2451 * builtins.def (BUILT_IN_FPRINTF): New entry.
2453 * c-common.c (c_expand_builtin_fprintf): New function.
2454 (init_function_format_info): Handle __builtin_fprintf.
2455 (c_common_nodes_and_builtins): Declare fprintf/__builtin_fprintf.
2456 (c_expand_builtin): Handle BUILT_IN_FPRINTF.
2458 * c-decl.c (duplicate_decls): Adjust comment.
2460 * extend.texi (fprintf): Document new builtin.
2462 2001-01-07 Richard Henderson <rth@redhat.com>
2464 * jump.c (simplejump_p): Recognize any single_set jump
2467 2001-01-07 Richard Henderson <rth@redhat.com>
2469 * configure.in (slibdir): Accept an --with-slibdir option.
2470 Use "test" not "[" in configure. Default to $(libdir).
2472 * config/t-linux (SHLIB_INSTALL): Double quote slibdir;
2474 * config/t-aix43 (SHLIB_INSTALL): Likewise.
2475 * config/alpha/t-osf4 (SHLIB_INSTALL): Likewise.
2476 (SHLIB_LINK): Create links for the soname.
2477 * config/mips/t-iris6: Likewise.
2478 * config/sparc/t-slibgcc: Likewise.
2479 * config/sparc/t-slibgcc-sld: Likewise.
2481 2001-01-07 Jakub Jelinek <jakub@redhat.com>
2483 * config/i386/i386.c (constant_call_address_operand): Accept
2484 (const (plus (symbol_ref) (const_int))).
2485 * config/i386/i386.h (PREDICATE_CODES): Add CONST for
2486 constant_call_address_operand.
2488 2001-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2490 * libgcc2.h (W_TYPE_SIZE): Fix case where MIN_UNITS_PER_WORD == 1
2491 and LONG_LONG_TYPE_SIZE > 32.
2493 2001-01-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2495 * jump.c (reversed_comparison_code_parts): Fix typo introduced by
2496 the previous change.
2498 Sun Jan 7 19:37:48 MET 2001 Jan Hubicka <jh@suse.cz>
2500 * jump.c (reversed_comparison_code_parts, reversed_comparison_code):
2502 (can_reverse_comparison_p): Rewrite to use reversed_comparison_code.
2503 (reverse_condition_maybe_unordered): Abort on unsigned comparisons.
2504 * rtl.h (reversed_comparison_code_parts, reversed_comparison_code):
2507 2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
2509 * fix-header.c (read_scan_file): s/pfile/scan_in/.
2511 2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
2513 * c-lang.c (c_post_options): Call cpp_post_options.
2514 * objc/objc-act.c (objc_post_options): Similarly.
2515 * cppmain.c (main): Similarly.
2516 * fix-header.c (read_scan_file): Similarly.
2517 * cppinit.c (cpp_start_read): Move option consistency checks
2518 to cpp_post_options. Don't call init_dependency_output.
2519 If needed, add default target and main file dependency.
2520 (OPT_MD, OPT_MMD): Remove.
2522 (cpp_handle_option): Update for OPT_* changes.
2523 (cpp_post_options): New.
2524 (init_dependency_output): Command line -MF overrides environment
2525 variables. Don't set default target etc. Suppress output
2526 if dependencies are going to stdout.
2527 (print_help): Update.
2528 * cpplib.h (cpp_post_options): New.
2529 * gcc.c (cpp_options): Update for -MD, -MMD, -MF.
2531 Sun Jan 7 14:44:19 MET 2001 Jan Hubicka <jh@suse.cz>
2533 * jump.c (comparison_dominates_p): Support unordered compares.
2535 Sun Jan 7 14:39:07 MET 2001 Jan Hubicka <jh@suse.cz>
2537 * simplify-rtx.c (simplify_relational_operation): Always simplify
2538 ORDERED and UNORDERED when FLAG_FAST_MATH. Handle properly UNLE
2541 Sun Jan 7 14:35:13 MET 2001 Jan Hubicka <jh@suse.cz>
2543 * combine.c (combine_simplify_rtx): Recognize the unordered compares.
2544 (nonzero_bits): Likewise.
2545 (simplify_comparison): Likewise.
2546 (num_sign_bit_copies): Likewise; return more sane value depending
2547 on STORE_FLAG_VALUE.
2548 (known_cond): Do not assume EQ to be always true for equivalent
2551 Sun Jan 7 14:31:57 MET 2001 Jan Hubicka <jh@suse.cz>
2553 * cse.c (fold_rtx): Handle unordered comparisons.
2555 Sun Jan 7 13:49:19 MET 2001 Jan Hubicka <jh@suse.cz>
2557 * rtlanal.c (set_of_1): New static function.
2558 (reg_set_last_1, reg_set_p_1, reg_set_reg, reg_set_flag,
2559 reg_set_last_unknown, reg_set_last_value, reg_set_last_first_regno,
2560 reg_set_last_last_regno): Remove.
2561 (set_of): New global function.
2562 (set_of_data): New structure.
2563 (reg_set_p, reg_set_last): Revamp for set_of.
2564 * rtl.h (set_of): New.
2566 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
2568 * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.
2569 * extend.texi: Document _Exit builtin.
2571 2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
2573 * (initialize, initialize_builtins,
2574 initialize_dependency_output, initialize_standard_includes):
2575 Rename s/initialize/init. Update.
2576 (init_dependency_output): Move to after
2577 cpp_handle_options, the correct location temporally at least.
2578 (opt_comp): Move next to init (), its caller. Fix prototype.
2579 (init): Make "initialized" local scope.
2580 (cpp_create_reader): Always call init ().
2581 (cpp_start_read): Update.
2582 (output_deps): New function, broken out of cpp_finish.
2583 (cpp_finish): Break out output_deps.
2585 2001-01-07 Richard Henderson <rth@redhat.com>
2587 * collect2.c (COFF specific stuff): Revert 12-06 patch
2588 to prototype system functions.
2590 2001-01-07 Michael Hayes <mhayes@redhat.com>
2592 * hard-reg-set.h: Add multiple include guard.
2593 * basic-block.h (struct loop): Add `sink' field.
2594 * loop.h: Include sbitmap.h, hard-reg-set.h, and basic-block.h.
2595 (emit_iv_add_mult): Delete.
2596 (loop_iv_add_mult_hoist, loop_iv_add_mult_sink): Define.
2597 (loop_iv_add_mult_emit_before, loop_insn_sink): Define.
2598 (unroll_loop): Remove end_insert_before argument.
2599 * loop.c (loop_givs_rescan): Remove end_insert_before argument.
2600 (maybe_eliminate_biv_1): Likewise.
2601 (emit_iv_add_mult): Delete.
2602 (gen_add_mult, loop_regs_update): New.
2603 (loop_insn_emit_after, loop_insn_emit_before): New.
2604 (loop_insn_sink, loop_insn_sink_or_swim): New.
2605 (emit_iv_add_mult): Delete.
2606 (scan_loop): Set loop->sink.
2607 (loop_givs_reduce): Use loop_insn_sink and its ilk.
2608 (loop_givs_rescan, strength_reduce, check_dbra_loop): Likewise.
2609 (maybe_eliminate_biv_1): Likewise.
2610 (maybe_eliminate_biv_1): Add basic block argument.
2611 * unroll.c (unroll_loop): Remove end_insert_before argument.
2612 (find_splittable_regs): Likewise.
2613 (find_splittable_regs): Use loop_insn_sink and its ilk.
2614 (find_splittable_givs, final_biv_value, final_giv_value): Likewise.
2616 2001-01-07 Michael Hayes <mhayes@redhat.com>
2618 * loop.h (loop_insn_hoist): New prototype.
2619 * loop.c (loop_insn_hoist, loop_insn_emit_before): New.
2620 (move_movables, loop_givs_rescan): Use loop_insn_hoist.
2621 (check_dbra_loop, load_mems): Likewise.
2622 * unroll.c (unroll_loop, find_splittable_regs): Likewise.
2623 (find_splittable_givs): Likewise.
2625 2001-01-07 Michael Hayes <mhayes@redhat.com>
2627 * loop.c (emit_iv_add_mult): Use single_set to examine new insn.
2629 2001-01-07 Richard Henderson <rth@redhat.com>
2631 * sched-rgn.c (is_cfg_nonregular): Fix thinko's last change.
2633 2001-01-07 Richard Henderson <rth@redhat.com>
2635 * Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and
2636 NO_SHARED_LIBGCC_MULTILIB as required for the target.
2637 * gcc.c (init_spec): Massage the existing libgcc_spec into a
2638 variant that handles a shared libgcc.
2639 (process_command): Always validate -{static,shared}-libgcc.
2640 (do_spec_1): New 'M' case.
2641 * invoke.text (Link Options): Document -{static,shared}-libgcc.
2643 2001-01-07 Richard Henderson <rth@redhat.com>
2645 * Makefile.in (slibdir): New variable.
2646 (libgcc.mk): Pass SHLIB_INSTALL to mklibgcc.
2647 (installdirs): Create slibdir.
2648 (install-libgcc, install-multilib): Defer to libgcc.mk.
2649 * configure.in (slibdir): Substitute.
2650 * mklibgcc.in (install): New target.
2652 * config/t-linux (SHLIB_LINK): Create links for the soname.
2653 (SHLIB_INSTALL): New.
2654 * config/alpha/t-osf4 (SHLIB_INSTALL): New.
2655 * config/mips/t-iris6 (SHLIB_INSTALL): New.
2656 * config/rs6000/t-aix43 (SHLIB_INSTALL): New.
2657 * config/sparc/t-slibgcc (SHLIB_INSTALL): New.
2658 * config/sparc/t-slibgcc-sld (SHLIB_INSTALL): New.
2660 2001-01-07 Richard Henderson <rth@redhat.com>
2662 * config/rs6000/aix.h (LINK_LIBGCC_SPECIAL_1): New.
2663 * config/rs6000/rs6000.h (LIBGCC_SPEC): Remove.
2664 * config/rs6000/sysv4.h (LIBGCC_SPEC): Remove.
2666 2001-01-07 Michael Hayes <mhayes@redhat.com>
2668 * loop.c (count_loop_regs_set): Delete.
2669 (load_mems_and_recount_loop_regs_set): Delete.
2670 (loop_regs_scan): Merge common code from count_loop_regs_set,
2671 scan_loop, and load_mems_and_recount_loop_regs_set.
2672 (scan_loop): Call load_mems directly and loop_regs_scan
2673 again if new registers created.
2675 2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
2677 * toplev.c (main): Call the front-end specific post_options
2678 hook if one is given.
2679 * toplev.h (struct_lang_hooks, lang_hooks): New.
2680 * c-lang.c (c_post_options, lang_hooks): Implement lang_hooks
2681 for the C front end.
2682 * cp/decl2.c (cxx_post_options, lang_hooks): Implement
2683 lang_hooks for the C++ front end.
2684 * objc/objc-act.c (objc_post_options, lang_hooks): Implement
2685 lang_hooks for the ObjC front end.
2686 * f/com.c (lang_hooks): Hooks for the Fortran front end.
2687 * java/lang.c (lang_hooks): Hooks for the Java front end.
2689 2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
2691 * c-lex.c (init_c_lex): Request #define / #undef callbacks
2692 for verbose DWARF[2] debugging.
2693 (cb_define, cb_undef): The new callbacks.
2694 * toplev.h (debug_define, debug_undef): Make const correct.
2695 * toplev.c (debug_define, debug_undef): Similarly. Do not
2696 perform the verbosity tests here anymore.
2698 2001-01-07 Alexandre Oliva <aoliva@redhat.com>
2700 * reload.c (subst_reloads): Take INSN argument. When
2701 replacing a LABEL_REF in a JUMP_INSN, add a REG_LABEL note.
2702 * reload.h (subst_reloads): Adjust prototype.
2703 * reload1.c (reload_as_needed): Pass INSN to subst_reloads.
2704 * jump.c (mark_all_labels): Canonicalize any REG_LABEL notes
2705 present in JUMP_INSNs and copy them to JUMP_LABEL.
2706 * flow.c (find_label_refs, find_basic_blocks_1): Skip
2707 JUMP_INSNs and insns with REG_LABELs that are followed by
2708 JUMP_INSNs with the same REG_LABEL.
2709 * sched-rgn.c (is_cfg_nonregular): Likewise.
2710 * rtlanal.c (computed_jump_p): Make it false if a REG_LABEL
2712 * unroll.c (unroll_loop): Look for REG_LABEL notes in
2714 * rtl.texi (REG_LABEL): Document usage in JUMP_INSNs.
2716 2001-01-06 Richard Henderson <rth@redhat.com>
2718 * loop.c (scan_loop): Use xcalloc for the regs array.
2719 (load_mems_and_recount_loop_regs_set): Zero the new memory
2720 received from xrealloc.
2722 2001-01-06 Neil Booth <neil@daikokuya.demon.co.uk>
2724 * mkdeps.c (deps_add_dep): Fix vector re-allocation.
2726 Sat Jan 6 00:09:34 2001 J"orn Rennecke <amylaar@redhat.com>
2728 * integrate.c (copy_rtx_and_substitute): When copying
2729 an ignored return value, strip REG_FUNCTION_VALUE_P.
2731 2001-01-06 Michael Hayes <mhayes@redhat.com>
2733 * loop.c (debug_biv, debug_giv): New.
2734 (loop_biv_dump): Break out from ...
2735 (record_biv): ... here.
2736 (loop_giv_dump): Break out from ...
2737 (record_giv): ... here.
2738 (loop_bivs_check): Use print_simple_rtl.
2739 * unroll.c (loop_iterations): Use print_simple_rtl.
2741 2000-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
2743 * pa.md (return, return_internal): Modify patterns to prevent regrename
2744 mucking with the return pointer.
2746 2001-01-05 Richard Henderson <rth@redhat.com>
2748 * dwarf2out.c (mem_loc_descriptor) [case MEM]: Revert 10-31 change.
2750 Fri Jan 5 16:34:18 2001 Nick Clifton <nickc@redhat.com>
2752 * config/v850/lib1funcs.asm: Replace __mulsi3 routine with faster
2753 version supplied by Matteo Frigo.
2755 2001-01-05 Neil Booth <neil@daikokuya.demon.co.uk>
2757 * cpp.texi: Update for -MQ.
2758 * cppinit.c (cpp_create_reader): Always create pfile->deps.
2759 (cpp_cleanup): Always free pfile->deps.
2760 (initialize_dependency_output): Don't create pfile->deps.
2761 (cpp_handle_option): Similarly.
2763 * gcc.c (cpp_options): Handle -MQ.
2764 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
2765 * mkdeps.c (base_name): Remove.
2766 (deps_init): Don't allocate vector space until it's needed.
2767 (deps_free): Only free vectors if allocated.
2768 (deps_add_target, deps_add_dep): Update for initial allocation.
2769 (deps_add_default_target): Don't strip to the base_name.
2771 2001-01-05 DJ Delorie <dj@redhat.com>
2773 * config/v850/v850.h (RETURN_ADDR_RTX): Define.
2774 (INIT_EXPANDERS): Define.
2776 * config/v850/v850.c (struct machine_function): Define.
2777 (v850_save_machine_status): New function.
2778 (v850_restore_machine_status): New function.
2779 (v850_return_addr): New function.
2780 (v850_init_expanders): New function.
2782 * config/v850/v850-protos.h: Add prototypes for v850_return_addr
2783 and v850_init_expanders.
2785 2001-01-05 Zack Weinberg <zack@wolery.stanford.edu>
2787 * cpplib.h (struct cpp_reader): Add help_only field.
2788 * cppinit.c (COMMAND_LINE_OPTIONS): Add OPT_version.
2789 (cpp_handle_option): Set pfile->help_only if we see -h,
2790 --help, -target-help, or --version. Print version string but
2791 do not set help_only if we see -v or -version. Make text
2792 printed by -v match that printed by (-)-version.
2794 * cppmain.c (main): Exit after option parsing if
2795 pfile->help_only is true.
2797 * toplev.c (independent_decode_option): Call print_version,
2798 then exit, if we see --version (but not -version).
2799 (print_version): Split lengthy message into two lines.
2801 2001-01-05 Nick Clifton <nickc@redhat.com>
2803 * config/v850/v850.c (v850_encode_data_area): Use alloca to create
2804 temporary string for initialisation before calling ggc_alloc_string.
2806 2001-01-06 Michael Hayes <mhayes@redhat.com>
2808 * rtl.h (print_simple_rtl): New.
2809 * print-rtl.c (print_simple_rtl): New.
2811 (print_rtx): Disable printing of flags and modes, etc.,
2812 if `flag_simple` nonzero.
2814 2001-01-05 Zack Weinberg <zack@wolery.stanford.edu>
2816 * function.c (fixup_var_refs): Use push_to_full_sequence where
2819 2001-01-05 Michael Meissner <meissner@redhat.com>
2821 * flags.h (flag_reorder_blocks): Add declaration.
2822 (flag_rename_block): Ditto.
2824 2001-01-05 DJ Delorie <dj@redhat.com>
2826 * function.c (reorder_blocks): Make sure the flags are all reset
2827 before using them to mark blocks, else a second invocation will
2828 corrupt the block chain.
2829 (reorder_blocks_0): New, resets the flags.
2831 Fri Jan 5 20:34:06 2001 J"orn Rennecke <amylaar@redhat.com>
2833 * cse.c (find_comparison_args): Stop if the argument is known to
2836 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
2838 * config/sh/sh.md (movdf): When splitting load into pair of
2839 registers, don't clobber the register used in the address too
2842 2001-01-05 Jeffrey Oldham <oldham@codesourcery.com>
2844 * varasm.c (mark_constant_pool): Improve initial comments.
2845 (mark_constants): Move marking of constants to mark_constant.
2846 (mark_constant): New function to recursively mark all constants
2847 referred to by a constant.
2849 2001-01-05 Catherine Moore <clm@redhat.com>
2851 * dbxout.c ((dbxout_parms): Handle invisible ref where decl is a REG.
2853 2001-01-05 Phil Edwards <pme@sources.redhat.com>
2855 * cp/lang-options.h: Bring comment in line with reality.
2856 * f/lang-options.h: Likewise.
2857 * java/lang-options.h: Likewise.
2858 * objc/lang-options.h: Likewise.
2859 * ch/lang-options.h: Likewise.
2860 * f/g77.texi: And update the manual.
2862 2001-01-05 Marek Michalkiewicz <marekm@linux.org.pl>
2863 Denis Chertykov <denisc@overta.ru>
2865 * config/avr/avr-protos.h (avr_peep2_scratch_safe): Prototype.
2866 * config/avr/avr.c (avr_peep2_scratch_safe): New function.
2867 * config/avr/avr.md (all peepholes that request a scratch register):
2868 Call it, FAIL the peephole if not safe (in interrupt functions).
2870 2001-01-05 Mark Mitchell <mark@codesourcery.com>
2872 * ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now.
2874 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
2876 * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):
2878 * builtins.c (expand_builtin): Abort on BUILT_IN_CONJ,
2879 BUILT_IN_CREAL and BUILT_IN_CIMAG.
2880 * c-common.c (c_common_nodes_and_builtins): Create builtin conjf,
2881 conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl.
2882 (expand_tree_builtin): Handle BUILT_IN_CONJ, BUILT_IN_CREAL and
2884 * extend.texi: Document these builtins.
2886 2001-01-05 Daniel Berlin <dberlin@redhat.com>
2888 * c-common.c (lang_get_alias_set): Say we know nothing of
2889 VECTOR_TYPE aliasing.
2891 * dwarf2out.c (is_base_type): Handle VECTOR_TYPE properly.
2893 2001-01-05 Bruce Korb <bkorb@gnu.org>
2895 * fixinc/mkfixinc.sh(vax-*-bsd): convert exit and atexit calls to
2896 their x* equivalent versions for atexit-less systems
2897 * fixinc/fixincl.c(main): do not return from main() on atexit-less
2898 systems (or any other system any more).
2900 2001-01-05 Richard Earnshaw <rearnsha@arm.com>
2902 * arm.md (ldmsi_postinc): Avoid use of match_dup between input and
2903 output operands. Use arm_hard_register_operand for operand 4.
2904 (stmsi_postinc): Similarly.
2905 (ldmsi): Use arm_hard_register_operand for opernand 2.
2907 * arm.c (arm_hard_register_operand): New function.
2908 * arm-protos.h (arm_hard_register_operand): Prototype it.
2910 * arm.h (HARD_REGNO_RENAME_OK): Define.
2912 Fri Jan 5 16:29:49 MET 2001 Jan Hubicka <jh@suse.cz>
2914 * simplify-rtx.c (cfc_args): add "unordered" field.
2915 (check_fold_consts): Set unordered field.
2916 (simplify_relational_operation): Simplify the unordered
2919 * reg-stack.c (swap_rtx_condition): Ensure that the transformation
2922 * emit-rtl.c (try_split): Fix code to mark labels.
2923 * jump.c (mark_jump_label): Make global.
2924 * rtl.h (mark_jump_label): Declare.
2926 * predict.c (estimate_probability): Handle unordred comparisons.
2928 2001-01-05 Neil Booth <neil@daikokuya.demon.co.uk>
2930 * cpp.texi: Update for -MP. Clarify behaviour of -MT.
2931 * cppinit.c (initialize_dependency_output): Update.
2932 (cpp_finish): Output dummy targets for -MP.
2934 (cpp_handle_option): Handle -MP. Don't quote -MT options.
2935 * cpplib.h (struct cpp_options): Add deps_phony_targets.
2936 * gcc.c (cpp_options): Update to handle -MP.
2937 * mkdeps.c (deps_add_target, deps_add_default_target): Update
2938 to quote only the default target.
2939 (deps_phony_targets): Insert a preceding newline. Rename from
2940 deps_dummy_targets for consistency.
2943 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
2945 * calls.c (emit_library_call_value_1): Support
2946 INIT_CUMULATIVE_LIBCALL_ARGS.
2947 * tm.texi (INIT_CUMULATIVE_LIBCALL_ARGS): Document it.
2949 2001-01-04 Richard Henderson <rth@redhat.com>
2951 * c-decl.c (finish_struct): Detect flexible array members
2952 used in an inappropriate context.
2953 * c-typeck.c (really_start_incremental_init): Special case
2954 constructor_max_index for zero length arrays.
2955 (pop_init_level): Allow initialization of flexible array
2956 members. Deprecate initialization of zero length arrays.
2957 Don't issue missing initializer warning for flexible array
2958 members or zero length arrays.
2959 (process_init_element): Don't dereference null DECL_SIZE.
2960 * varasm.c (array_size_for_constructor): Return a HOST_WIDE_INT.
2961 Don't abort for empty constructors. Use size_binop
2962 (output_constructor): Add commentary regarding zero length
2963 array futures. Abort if we try to initialize an array of
2964 unspecified length with a non-empty constructor in the middle
2967 * extend.texi (Zero Length): Update and clarify documentation
2968 on static initialization.
2970 2001-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2972 * config/c4x/c4x.c (c4x_expand_prologue): Don't compile an ISR
2973 with more than 32767 words of local storage.
2975 2001-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2977 * config/c4x/c4x.c (c4x_init_builtins): Remove builtin support
2978 for 'abs', 'labs', and 'fabs'.
2979 (c4x_expand_builtin): Likewise.
2980 * config/c4x/c4x.h (enum c4x_builtins): Likewise.
2982 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
2984 * config/sh/sh.md (prget, prset): New insn types.
2985 (return delay slot): Dont' allow prset.
2986 (call, sfunc delay slot): Don't allow prget.
2987 (movsi_i, movsi_ie, movsi_i_lowpart): Create separate alternatives
2988 for prset and prget.
2990 2001-01-05 Michael Hayes <mhayes@redhat.com>
2992 * loop.h (struct loop_reg): New.
2993 (struct loop_regs): Change to use array of `struct loop_reg'.
2994 * loop.c: Replace assortment of varrays with single regs array.
2995 (count_one_set): Delete may_not_move array argument
2996 and use regs array instead. All caller's changed.
2997 (count_loop_regs_set): Delete may_not_move and single_usage
2998 arguments and use regs array instead. All caller's changed.
2999 (find_single_use_in_loop): Replace usage array argument with pointer
3000 to regs structure. All caller's changed.
3001 (loop_optimize): Delete `moved_once' array.
3003 2001-01-05 Michael Hayes <mhayes@redhat.com>
3005 * loop.c (prescan_loop): Set loop_info->has_nonconst_call.
3006 Use it instead of loop_info->has_call for scanning loop mems.
3007 (check_dbra_loop): Replace loop_info->has_call test with
3008 loop_info->has_nonconst_call.
3010 2000-01-04 Matthew Hiller <hiller@redhat.com>
3012 * config/sh/sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used
3015 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
3017 * fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST,
3018 use TREE_REALPART and TREE_IMAGPART instead of TREE_OPERAND.
3020 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
3022 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
3023 (flag_short_double, flag_short_wchar): Define.
3024 (c_common_nodes_and_builtins): Create many tree nodes shared
3025 between C and C++ here instead of in cp/decl.c and ...
3026 * c-decl.c (init_decl_processing): ... here.
3027 (SIZE_TYPE, WCHAR_TYPE): Don't define.
3028 (flag_short_double, flag_short_wchar): Don't define.
3029 (record_builtin_type): New function.
3030 (build_void_list_node): New function.
3031 * c-common.h (flag_short_double, flag_short_wchar,
3032 record_builtin_type, build_void_list_node): Declare.
3034 Thu Jan 4 21:09:47 2001 J"orn Rennecke <amylaar@redhat.com>
3036 * integrate.c (expand_inline_function): Don't put a virtual
3037 register into the reg map.
3039 * function.c (fixup_var_refs_1): If force_operand didn't put
3040 the address into the target, move it there.
3042 2001-01-04 Mark Mitchell <mark@codesourcery.com>
3044 Special-case tree_decl/tree_list allocations.
3045 * ggc-page.c (OBJECT_PER_PAGE): Reimplement.
3046 (OBJECT_SIZE): New macro.
3047 (NUM_EXTRA_ORDER): Likewise.
3048 (extra_order_size_table): New variable.
3049 (NUM_ORDERS): New macro.
3050 (objects_per_page_table): New variable.
3051 (object_size_table): New variable.
3052 (G.pages): Use NUM_ORDERS to bound the array.
3053 (G.page_tails): Likewise.
3054 (DIV_ROUND_UP): Remove.
3055 (BITMAP_SIZE): Use CEIL, instead of DIV_ROUND_UP.
3056 (alloc_page): Use OBJECT_SIZE.
3057 (size_lookup): Don't make it const.
3058 (ggc_alloc): Use OBJECT_SIZE.
3059 (ggc_set_mark): Likewise.
3060 (ggc_get_size): Likewise.
3061 (init_ggc): Set up the object_size_table, objects_per_page_table,
3062 and adjust size_lookup.
3063 (ggc_recalculate_in_use_p): Use CEIL, not DIV_ROUND_UP.
3064 (ggc_pop_context): Use NUM_ORDERS.
3065 (clear_marks): Likewise.
3066 (sweep_pages): Likewise.
3067 (poison_pages): Likewise.
3068 (ggc_print_statistics): Use OBJECT_SIZE.
3070 Thu Jan 4 15:54:05 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3072 * varasm.c (output_constructor): Use HOST_WIDE_INT for sizes.
3073 Only call array_size_for_constructor if last field and array type
3074 with no upper bound.
3076 2001-01-04 Philip Blundell <philb@gnu.org>
3078 * config/arm/arm.c (arm_gen_constant): Prefer to emit constants
3079 from bit 31 downwards, if this requires no more insns.
3080 (count_insns_for_constant): New helper function for above.
3082 2001-01-04 Alexandre Oliva <aoliva@redhat.com>
3084 * gencodes.c (output_predicate_decls): Remove empty initializer.
3086 2001-01-04 Mark Mitchell <mark@codesourcery.com>
3088 * tree.c (copy_node): Remove documentation about obstacks.
3089 (buidl1): Check that nobody tries to build 2-argument nodes this
3092 2001-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3094 * sparc.h (PREDICATE_CODES): Delete fp_sethi_p, fp_mov_p and
3097 * gencodes.c (output_predicate_decls): Fill empty initializer
3100 2001-01-04 Jakub Jelinek <jakub@redhat.com>
3102 * tradcpp.c (deps_file, print_deps_missing_files): New variables.
3103 (main): Handle -MG, -MD, -MMD. Bail out if -MG is given without -M
3105 (do_include): Handle missing headers like cpp0.
3106 * cppfiles.c (_cpp_execute_include): Don't prefix absolute header
3107 paths with first include pathname. Don't strcat to uninitialized
3110 2001-01-04 Bernd Schmidt <bernds@redhat.com>
3112 * regrename.c (regrename_optimize): Don't rename from frame pointer
3113 if frame_pointer_needed.
3114 (do_replace): Don't set ORIGINAL_REGNO to a hard register number.
3115 * config/ia64/ia64.c (emit_all_group_insn_barriers): New function.
3116 (ia64_reorg): Use it instead of scheduling if ! optimize.
3117 (errata_emit_nops): Properly call asm_noperands.
3118 (ia64_sched_reorder): Finish cycle if we see an asm.
3119 (ia64_variable_issue): Clear scheduling state after asms.
3121 2001-01-04 Neil Booth <neil@daikokuya.demon.co.uk>
3123 * cpp.texi: Update for -MT.
3124 * cppinit.c (initialize_dependency_output): Add a default
3125 target if none has been given already.
3126 (no_tgt, OPT_MT): New.
3127 (cpp_handle_option): Handle -MT. Update -M etc.
3128 * cpplib.h (struct cpp_options): Remove deps_target.
3129 * gcc.c (cpp_options): Handle -MT.
3130 * mkdeps.c (struct deps): Move from mkdeps.h.
3131 (deps_calc_target): Rename deps_add_default_target. Add a
3132 default target if none has been specified already.
3133 * mkdeps.h (struct deps): Move to mkdeps.c.
3134 (deps_calc_target): Rename deps_add_default_target.
3136 2000-01-03 Richard Henderson <rth@redhat.com>
3138 * c-decl.c (grokdeclarator): Give zero-length arrays size zero.
3140 * c-typeck.c (push_init_level): Move checks for flexible array
3141 members and zero length arrays ...
3142 (pop_init_level): ... here. Silently discard empty initializations.
3144 * varasm.c (output_constructor): Update for sizeof change to
3147 * extend.texi (Zero Length): Clarify semantics.
3149 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
3151 * configure.in (tm.h): Include isns-codes.h last.
3152 * configure: Rebuilt.
3154 2001-01-03 Richard Henderson <rth@redhat.com>
3156 * config/alpha/alpha.md (addvsi3, addvdi3): New.
3157 (negvsi2, negvdi2, subvsi3, subvdi3, mulvsi3, mulvdi3): New.
3159 2001-01-03 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3161 * tradcpp.c (main): Make sure finclude() is called with a valid
3162 indepth value while handling -include.
3164 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
3166 * gencodes.c (output_predicate_decls): New function.
3168 * machmode.h (GET_MODE_MASK): Arrange for it to be defined
3169 even if it is not the first time machmode.h is #included.
3170 * config/sh/sh.c (fpul_operand): Declare MODE argument.
3171 * tm.texi (PREDICATE_CODES): Document predicate declarations.
3172 * gcc.texi (Copyright): Added 2001.
3174 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
3176 * c-common.c (c_common_lang_init): New function. Warn if format
3177 warning options which only have effects when used with -Wformat
3178 are used without -Wformat.
3179 * c-common.h (c_common_lang_init): Declare.
3180 * c-lang.c (lang_init): Call c_common_lang_init.
3181 * objc/objc-act.c (lang_init): Call c_common_lang_init.
3183 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
3185 * configure.in: Check for the mktemp command.
3186 * configure: Regenerate.
3187 * gccbug.in: Use a separate temporary file $TEMP0 for one use of
3188 $TEMP. Create temporary files with mktemp, if available at
3189 configure time; otherwise use set -C. Remove temporary files
3192 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
3194 * configure.in: Require at least texinfo 4.0. Check for whether
3195 Pod::Man is sufficiently recent to regenerate GCC manpages.
3196 * configure: Regenerate.
3197 * Makefile.in (TEXI2POD): Call perl explicitly rather than relying
3199 (GENERATED_MANPAGES): Define.
3200 (generated-manpages): New target. Depend on cpp.1 as well as
3202 (install-man): Depend on $(GENERATED_MANPAGES) (defined by
3203 configure to generated-manpages or empty) rather than on the
3204 manpages directly. Remove execute permission from installed
3205 gcov.1 as well as cpp.1.
3206 * cpp.1, gcov.1: Regenerate.
3208 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3210 * builtins.c (expand_builtin_strncmp): Use host_integerp and
3211 tree_low_cst. Allow using cmpstrsi in more cases.
3213 Wed Jan 3 10:48:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3215 * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for variable
3218 Wed Jan 3 12:22:32 2001 Alexandre Oliva <aoliva@redhat.com>
3220 * build-make (HOST_CFLAGS): Added `-DGENERATOR_FILE'.
3221 * Makefile.in (HOST_CFLAGS): Mention build-make.
3223 Wed Jan 3 08:53:50 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3225 * config/sparc/sparc.md (nonlocal_goto): Emit goto_handler_and_restore
3228 2001-01-01 Bernd Schmidt <bernds@redhat.com>
3230 * builtins.c (expand_builtin_return_addr): Don't use MEM_ALIAS_SET on
3233 * cse.c (cse_rtx_varies_p): Accept additional FROM_ALIAS arg. All
3236 * alias.c (throughout): Use ORIGINAL_REGNO when accessing
3237 reg_base_value and reg_known_value arrays.
3238 (init_alias_analysis): Add more cases to detect known values.
3239 * sched-deps.c (deps_may_trap_p): New function.
3240 (sched_analyze_2): Use it.
3242 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
3244 * combine.c (simplify_shift_const): Even if we're sign-extracting,
3245 don't discard an ASHIFTRT if we're shifting in a wider mode.
3247 2000-01-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
3249 * toplev.c (rest_of_compilation): Don't print basic block information
3250 when CFG isn't up to date.
3252 2001-01-02 Mark Elbrecht <snowball3@bigfoot.com>
3254 * config/i386/djgpp.h (DWARF2_DEBUGGING_INFO): Define.
3255 (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_ASM_OP): Define.
3256 (UNALIGNED_SHORT_ASM_OP): Define.
3257 (CPP_PREDEFINES): Remove defines for GO32 and DJGPP.
3259 2001-01-02 Mark Mitchell <mark@codesourcery.com>
3261 * fold-const.c (fold_convert): Fix typo.
3263 2001-01-02 Richard Henderson <rth@redhat.com>
3265 * c-common.h (ASM_INPUT_P): New.
3266 * c-parse.in (asm): Set it when needed.
3267 * c-semantics.c (genrtl_asm_stmt): Test it instead of the
3268 existance of an operand.
3270 Tue Jan 2 20:27:07 MET 2001 Jan Hubicka <jh@suse.cz>
3272 * dwarf2out.c (stack_adjust_offset): Handle PRE_MODIFY.
3273 (dwarf2out_frame_debug_expr): Likewise.
3274 (mem_loc_descriptor): Handle PRE and POST_MODIFY.
3276 Tue Jan 2 20:21:31 MET 2001 Jan Hubicka <jh@suse.cz>
3278 * i386.c (ix86_split_to_parts): Return number of part required;
3280 (print_operand, ix86_expand_branch, ix86_expand_fp_movcc): Handle
3282 (ix86_split_long_move): Use number of part returned
3283 by ix86_split_to_parts
3284 * i386.h (MASK_128BIT_LONG_DOUBLE, TARGET_128BIT_LONG_DOUBLE):
3286 (TARGET_SWITCHES): Add 128bit-long-double and 96bit-long-double
3287 (LONG_DOUBLE_TYPE_SIZE): Change from constant.
3288 (MAX_LONG_DOUBLE_TYPE_SIZE): New macro.
3289 (INTEL_EXTENDED_IEEE_FORMAT): Likewise.
3290 (ALIGN_MODE_128): Add TFmode.
3291 (IS_STACK_MODE): Likewise.
3292 (HARD_REGNO_NREGS): TFmode needs 3 registers.
3293 (HARD_REGNO_OK): Support TFmodes.
3294 (ASM_OUTPUT_LONG_DOUBLE): Handle TFmodes.
3295 * i386.md (scheduler definitions): Use memory operand to determine
3296 fst/fld instructions; use mode attribute to determine real mode of
3298 (*tf): New patterns, expanders and splitters; based on XFmode patterns.
3299 * invoke.texi (128bit-long-double, 96bit-long-double): Document.
3301 2001-01-02 Mark Mitchell <mark@codesourcery.com>
3303 * tree.def (TRUTH_NOT_EXPR): Improve documentation.
3305 Tue Jan 2 10:47:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.
3307 * expr.c (store_constructor_field): Update ALIGN before calling
3310 2001-01-02 Jeffrey Oldham <oldham@codesourcery.com>
3312 * config/mips/mips.c (function_arg): Don't pass NULL_TREE to
3315 2001-01-02 Jeffrey Oldham <oldham@codesourcery.com>
3317 * tm.texi (FUNCTION_ARG): Document that @var{type} can be an
3320 Tue Jan 2 10:47:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.
3322 * c-decl.c (start_function): Don't warn on third parameter to main.
3324 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3326 * tsystem.h: Define HAVE_DECL_GETOPT.
3328 2001-01-02 Philip Blundell <pb@futuretv.com>
3330 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Avoid illegal clobber
3333 2001-01-02 Richard Henderson <rth@redhat.com>
3335 * alpha.md (*ze_and_ne): Duplicate insn condition to split.
3337 2001-01-02 Andreas Jaeger <aj@suse.de>
3339 * c-decl.c (c_decode_option): Remove support of
3342 * toplev.c (documented_lang_options): Remove -Wmissing-noreturn.
3343 (W_options): Add -Wmissing-noreturn here.
3345 * flow.c: Define lang_missing_noreturn_ok_p.
3346 (check_function_return_warnings): Use it.
3348 * c-common.h: Declare lang_missing_noreturn_ok_p.
3350 * c-lang.c (c_missing_noreturn_ok_p): New function.
3351 (lang_init): Set lang_missing_noreturn_ok_p.
3353 * invoke.texi (Warning Options): Document this.
3355 2000-12-27 Phil Edwards <pme@sources.redhat.com>
3357 * extend.texi (C++ Extensions): New node for C++ attributes;
3358 describe init_priority and com_interface.
3359 * invoke.texi: Remove -finit-priority as it now has zero effect.
3360 * install.texi: Fix xref syntax.
3361 * md.texi: Likewise.
3363 Mon Jan 1 21:28:29 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3365 * config.gcc (sparc64-wrs-vxworks*): New case.
3366 * config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files.
3368 * config/sparc/sparc.c (sparc_override_options): Do support different
3369 pointer and architecture size.
3370 * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Always 4.
3371 (POINTERS_EXTEND_UNSIGNED): Define.
3372 (Pmode): Test TARGET_ARCH64, not TARGET_PTR64.
3373 (FUNCTION_MODE): Define to be Pmode.
3374 * config/sparc/sparc.md (64-bit call patterns): FUNCTION_MODE now DI.
3376 * function.c (expand_function_end): Properly handle DECL_RESULT
3377 and copy when ptr_mode != Pmode.
3378 * expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
3380 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3382 * c-common.c (c_common_nodes_and_builtins): Set prototype
3383 parameters for __builtin_fputs, __builtin_fputc and
3384 __builtin_fwrite. Don't declare plain fputc as a builtin.
3386 2001-01-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
3388 * loop.c (add_label_notes): Increment the label usage count when
3389 a note is added to an insn which refers to a CODE_LABEL.
3390 * gcse.c (add_label_notes): Likewise.
3392 2001-01-01 Andreas Jaeger <aj@suse.de>
3394 * loop.c (scan_loop): Use xmalloc to allocate movables.
3396 2001-01-01 Alexandre Oliva <aoliva@redhat.com>
3398 * tm.texi (REGISTER_MOVE_COST): Add a mode argument.
3399 * reload.c (REGISTER_MOVE_COST): Likewise. Adjust all callers.
3400 * reload1.c (REGISTER_MOVE_COST): Likewise.
3401 * regclass.c (REGISTER_MOVE_COST): Likewise.
3402 (move_cost, may_move_in_cost, may_move_out_cost): Add mode
3403 dimension. Adjust all users.
3404 (init_reg_sets_1): Iterate on all modes.
3405 * config/1750a/1750a.h (REGISTER_MOVE_COST): Adjust.
3406 * config/a29k/a29k.h (REGISTER_MOVE_COST): Adjust.
3407 * config/alpha/alpha.h (REGISTER_MOVE_COST): Adjust.
3408 * config/arc/arc.h (REGISTER_MOVE_COST): Adjust.
3409 * config/arm/arm.h (REGISTER_MOVE_COST): Adjust.
3410 * config/avr/avr.h (REGISTER_MOVE_COST): Adjust.
3411 * config/c4x/c4x.h (REGISTER_MOVE_COST): Adjust.
3412 * config/d30v/d30v.h (REGISTER_MOVE_COST): Adjust.
3413 * config/dsp16xx/dsp16xx.h (REGISTER_MOVE_COST): Adjust.
3414 * config/h8300/h8300.h (REGISTER_MOVE_COST): Adjust.
3415 * config/i386/i386.h (REGISTER_MOVE_COST): Adjust.
3416 * config/ia64/ia64.h (REGISTER_MOVE_COST): Adjust.
3417 * config/m32r/m32r.h (REGISTER_MOVE_COST): Adjust.
3418 * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Adjust.
3419 * config/m68k/m68k.h (REGISTER_MOVE_COST): Adjust.
3420 * config/mcore/mcore.h (REGISTER_MOVE_COST): Adjust.
3421 * config/mips/mips.h (REGISTER_MOVE_COST): Adjust.
3422 * config/mn10200/mn10200.h (REGISTER_MOVE_COST): Adjust.
3423 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Adjust.
3424 * config/ns32k/ns32k.h (REGISTER_MOVE_COST): Adjust.
3425 * config/pa/pa.h (REGISTER_MOVE_COST): Adjust.
3426 * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Adjust.
3427 * config/pj/pj.h (REGISTER_MOVE_COST): Adjust.
3428 * config/romp/romp.h (REGISTER_MOVE_COST): Adjust.
3429 * config/rs6000/rs6000.h (REGISTER_MOVE_COST): Adjust.
3430 * config/sh/sh.h (REGISTER_MOVE_COST): Adjust.
3431 * config/sparc/sparc.h (REGISTER_MOVE_COST): Adjust.
3433 2001-01-01 Bernd Schmidt <bernds@redhat.com>
3435 * alias.c (fixed_scalar_and_varying_struct): Adjust prototype of
3436 arg VARIES_P. Call it with extra arg.
3437 (true_dependence): Likewise.
3438 * rtl.h (rtx_addr_can_trap_p): Declare.
3439 (rtx_varies_p, rtx_addr_varies_p, true_dependence): Update
3441 * rtlanal.c (rtx_addr_can_trap_p): No longer static.
3442 (rtx_varies_p): Accept extra arg FOR_ALIAS; only disallow
3443 pic offset table register if it's zero. All callers changed.
3444 (rtx_addr_varies_p): Accept extra arg FOR_ALIAS; all callers changed.
3446 Mon Jan 1 07:38:33 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3448 * explow.c (convert_memory_address, case SYMBOL_REF): Copy
3449 STRING_POOL_ADDRESS_P.
3451 * config/sparc/sparc.c (input_operand): Properly test for short op.
3453 * config.gcc (sparc-*-elf): Include sparc/sol2.h.
3454 (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h.
3455 (sparclite-*-elf*, sparc86x-*-elf*): Likewise.
3456 * config/sparc/elf.h: No longer include sol2.h.
3457 * config/sparc/lifeelf.h: No longer include sparc/elf.h.
3458 * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise.
3460 * config/sparc/sparc.md: Test TARGET_ARCH64 instead of TARGET_PTR64.
3462 2001-01-01 Michael Hayes <mhayes@redhat.com>
3464 * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
3465 (find_mem_givs, record_biv, maybe_eliminate_biv): Likewise.
3466 (record_initial): Likewise.
3467 * unroll.c (copy_loop_body, loop_iterations): Likewise.
3468 (remap_split_bivs): Likewise.
3470 2001-01-01 Michael Hayes <mhayes@redhat.com>
3472 * loop.c (loop_ivs_free): New function.
3473 (strength_reduce): Break out from...
3475 2001-01-01 Michael Hayes <mhayes@redhat.com>
3477 * loop.h (struct iv): New.
3478 (REG_IV_TYPE, REG_IV_CLASS, REG_INFO): Modify to use 'struct iv'.
3479 (struct loop_ivs): Replace 'reg_iv_type', 'reg_iv_info',
3480 'reg_biv_class' fields with 'regs' and 'n_regs'.
3481 (struct ivs): Rename 'loop_iv_list' field to 'list'.
3482 * loop.c (loop_bivs_find, strength_reduce): Use ivs->regs array.
3483 * unroll.c (loop_iterations): Check array bounds with ivs->n_regs.
3485 2000-12-31 Alexandre Oliva <aoliva@redhat.com>
3487 * resource.c (mark_referenced_resources): Abort() before
3488 attempting to mark a pseudo register.
3489 (mark_set_resources): Likewise.
3491 2001-01-01 Michael Hayes <mhayes@redhat.com>
3493 * loop.h (REG_IV_CLASS): New accessor macro.
3494 * loop.c (REG_IV_CLASS): Use it instead of reg_iv_class array.
3495 * unroll.c (REG_IV_CLASS): Likewise.
3497 See ChangeLog.4 for earlier changes.