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