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